h4.recipes-title {
    text-align: center;
    color: #212529;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 40px;
}
.recipes-filter {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #ccc7c7;
    border-bottom: 2px solid #ccc7c7;
    padding-top: 20px;
    /* padding-bottom: 20px; */
}
span.filter-handle {
    border: 1px solid #323b44;
    padding: 5px 20px;
    cursor: pointer;
}
.filter-handle-wrapper {
    width: auto;
    display: inline-block;
}
.filter-clear-wrapper {
    width: auto;
    display: inline-block;
    margin-left: 20px;
}
.recipes-total {
    text-align: right;
}
.recipes-filters {
    margin-top: 20px;
    margin-bottom: 20px;
}
.click-type a {
    border: 1px solid #de422c;
    padding: 5px 21px;
    margin-right: 10px;
    font-weight: 500;
    text-decoration: none;
}
span.click-type {
    margin-right: 10px;
    width: max-content;
    display: inline-block;
    line-height: 45px;
}
.display_recipes {
    margin-top: 40px;
}
div#recipes_display {
    margin-top: 20px;
}
.rd-one-image {
    width: 100%;
    background-size: cover;
    height: 240px;
    margin-bottom: 15px;
}
.rd-one {
    margin-bottom: 40px;
}
.rd-title {
    color: #373c59;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
}
.rd-content {
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    color: #777777;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 22px;
}
.filter-one-title h5 {
    color: #414141;
    font-size: 20px;
    font-weight: 700;
}
a:hover {
  cursor: pointer;
}
.NewPagination {
    display: inline-block;
    /* height: 100vh; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.NewPagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.NewPagination ul li {
    color: #fff;
    display: flex;
}
.NewPagination ul li a {
    background-color: #f1f1f1;
    padding: 12px 22px;
    border-right: 0;
    color: #4d4d4d !important;
    border-radius: 50px;
    margin-right: 10px;
}
.NewPagination ul li.active a {
    background-color: #373c59;
    color: #e7e8eb !important;
}
.NewPagination ul li:first-child a {
    /* border-radius: 5px 0 0 5px; */
}
.NewPagination ul li:last-child a {
    /* border-radius: 0 5px 5px 0; */
    /* border-right: 2px solid #614DFF; */
}
.display_recipes {
    border-bottom: 2px solid #ccc7c7;
}
.yb-grad-pagi-inr {
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}
li.page-item.previous.no a, .page-item.next.no a {
    padding: 12px 20px;
}
.recipe-loader {
    text-align: center;
    margin-top: 20px;
}
.recipe-loader img {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

/* The container */
.kcontainer {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    display: inline-block;
    margin-right: 20px;
}

/* Hide the browser's default checkbox */
.kcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.kcheckmark {
    /* position: absolute; */
    top: 0;
    left: 0;
    border: 1px solid #de422c;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #de422c;
}

/* On mouse-over, add a grey background color */
.kcontainer:hover input ~ .kcheckmark {
  border: 2px solid #de422c;
}

/* When the checkbox is checked, add a blue background */
.kcontainer input:checked ~ .kcheckmark {
    background-color: #dd3e28;
    color: #fff;
}
.filter-clear {
	cursor:pointer;
}
span.filter-handle-text {
    font-size: 16px;
    font-weight: 700;
}
span.filter-handle-icon {
    margin-left: 10px;
}
span.filter-handle-icon i {
    font-weight: 700;
    font-size: 20px;
}
.recipes-filter-head {
    margin-bottom: 20px;
}
input.recipe_inputs {
    width: 100%;
    border-radius: 5px;
}
.recipes-filters-submit {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.rd-one:hover .rd-one-inner {
    box-shadow: 0 5px 35px 0 rgba(0,0,0,0.1);
}
.rd-one:hover .rd-one-inner .rd-one-image {
    box-shadow: 0 25px 35px -5px rgba(0,0,0,0.1);
}
select.recipe_inputs {
    width: 100%;
    border-radius: 5px;
}
body #content #trustpilot-widget-trustbox-0-wrapper #trustpilot-widget-trustbox-0 {
    z-index: 2 !important;
}
p.product-is-gift {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
p.message-free-shipping {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
/* The container */
.container-gift {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-gift input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-gift {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-gift:hover input ~ .checkmark-gift {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-gift input:checked ~ .checkmark-gift {
  background-color: #686300;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-gift:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-gift input:checked ~ .checkmark-gift:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-gift .checkmark-gift:after {
  left: 10px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-toggle i.fas.fa-bars {
    font-size: 30px;
}
.search-toggle i.fas.fa-search {
    font-size: 24px;
}

@media only screen and (max-width: 768px){
	.recipes-handle {
		text-align: center;
	}
	.recipes-total {
		text-align: center;
		margin-top: 20px;
	}
	#header .header-main .header-center {
		text-align: right;
	}
	#header .logo {
		max-width: 150px !important;
	}
	
}