/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
Theme Name: Cambrooke UK
Template: themify-shoppe
Author: Blue Whale Media Ltd
Author URI: https://bluewhalemedia.co.uk
Version: 5.2.6.1629891806
Updated: 2021-08-25 12:43:26

*/

/* top search button */
#header-top .searchandfilter ul {
    position:relative;
}
#header-top li.sf-field-submit {
    position:absolute;
    top:0;
    right:2px;
    width:fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 1;
}

#header-top input[type=reset], #header-top input[type=submit], #header-top button {
    background:transparent;
    width:30px;
}

#header-top input[type=reset]:hover, #header-top input[type=submit]:hover, #header-top button:hover {
    box-shadow: none!important;
}
/* logged-in start */

.single-product span.add-sample-product {
    display: none;
}

.logged-in.single-product span.add-sample-product {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#pagewrap li.sample_pack_menu_item, .sample_pack_menu_item, #pagewrap li.home_delivery_menu_item, .home_delivery_menu_item {
    display:none;
}

.logged-in .sample_pack_menu_item, .logged-in #pagewrap li.sample_pack_menu_item, .logged-in .home_delivery_menu_item, .logged-in #pagewrap li.home_delivery_menu_item {
    display:inline-block;
}

.two_buttons .blue-outline.blue-button {
    display:inline-block;
    margin:0;
}

.logged-in .two_buttons .blue-outline.blue-button {
    margin-right:10px;
}

.two_buttons .blue-button {
    display: none;
}

.logged-in .two_buttons .blue-button {
    display: inline-block;
}

.post-type-archive-product #pagewrap .product-pa a.button:last-child, #pagewrap .post-type-archive-product.ketovie-product-archive .product-pa a.button:last-child {
    display: none;
}

.logged-in.post-type-archive-product #pagewrap .product-pa a.button:last-child, .logged-in #pagewrap .post-type-archive-product.ketovie-product-archive .product-pa a.button:last-child {
    display: inline-block;
}

.single-product .blue-button {
    display: none;
}

.logged-in.single-product .blue-button {
    display: block;
}



.loggedout.postid-781 .wc-pao-addon-select-your-samples {
    width: 100%;
    margin-top: 0;
}

.loggedout.postid-781 div#product-addons-total {
    display: none;
}

.loggedout.postid-781 .wc-pao-addons-container {
    display: block;
}

.loggedout.postid-781.woocommerce div.product form.cart .button, .loggedout.postid-781 .sample_help_section {
    display: none;
}

.loggedout #pagewrap .wc-pao-addon-select-your-samples .form-row label.selected {
    cursor: default;
}

.loggedout #pagewrap .homepage-slider .slide-4 .slider-content-inner-left {
    display: none;
}

.loggedout #pagewrap .homepage-slider .slide-4 .slider-content-inner-right {
    margin-top: 20px;
}

.loggedout .home-6 .module_column.last .blue-button {
    display: none;
}

.loggedout .home-6 .module_column.last .module-text {
    margin-bottom: 0px;
}
/* logged-in end */

#header, #footer {
	display: none;
}

body * {
	font-family: europa, sans-serif;
	color: var(--black);
}

#pagewrap h1, #pagewrap h2, #pagewrap h3, #pagewrap h4, #pagewrap h5, #pagewrap h6 {
	font-family: open-sans, sans-serif !important;
	color: var(--black);
	word-break: break-word;
}

.pagewidth, .module_row>.row_inner, .module-layout-part .module_row.fullwidth_row_container>.row_inner {
    width: 75%;
    /* width: 1600px; */
}

/*global classes*/

.blue-bg {
	background-color: var(--blue);
}

.white-bg {
	background-color:white;
}

.green-bg {
	background-color: var(--green);
}

.grey-bg {
	background-color: var(--grey);
}

.dark-grey-bg {
	background-color: var(--black);
}

.black-bg {
	background-color: var(--black);
}

.brown-grey-bg {
	background-color: var(--browngrey);
}

.dark-brown-bg {
	background-color: var(--darkbrown);
}

.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6, .blue-bg p, .blue-bg li, #pagewrap .blue-bg a {
    color: white;
}

.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6, .black-bg p, .black-bg li, #pagewrap .black-bg a {
    color: white;
}

.padding-row {
    padding: 80px 0px;
}

#pagewrap .blue-button a, #pagewrap .post-type-archive-product.ketovie-product-archive .blue-button a {
    background: var(--blue);
    border-radius: 3px;
    margin-top: 20px;
    padding: 8px 10px;
    min-width: 100px;
    text-align: center;
}

#pagewrap .blue-button span {
    color: white;
}

/*global classes end*/

.cookie-bar-bar button#catapultCookie {
    background: var(--blue) !important;
}

.cookie-bar-bar button#catapultCookie:hover {
    background: var(--green) !important;
}

.has-cookie-bar #catapult-cookie-bar {
    background: var(--black) !important;
}

.woocommerce.postid-781 #content div.product div.images {
    display: none;
}

.postid-781 #pagewrap #content .summary.entry-summary {
    width: 100%;
    float: none;
    padding: 0;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row {
    width: calc(33.33% - 27px);
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 50px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.wc-pao-addon label.wc-pao-addon-name {
    display: none;
}

.wc-pao-addon-select-your-samples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row:nth-child(3n) {
    margin-right: 0;
}

.woocommerce.postid-781 #content div.product div.images {
    display: none;
}

.wc-pao-addon label.wc-pao-addon-name {
    display: none;
}

.wc-pao-addon-select-your-samples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row:nth-child(3n) {
    margin-right: 0;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row label {
    height: calc(100% - 25px);
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
	border:2px solid transparent;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row label:hover {
    -webkit-box-shadow: 0 0 10px #00000024;
            box-shadow: 0 0 10px #00000024;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row label.selected {
	border:2px solid var(--blue);
    -webkit-box-shadow: 0 0 10px #00000024;
            box-shadow: 0 0 10px #00000024;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row input {
	display:none;
}

.product-addon-contents img {
    height: 230px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.product-addon-button a {
    padding: 5px 20px;
    background: white;
    border-radius: 5px;
    color: var(--blue)!important;
    border: solid 2px var(--blue);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: inline-block;
    margin-top: 20px;
}

.product-addon-button a:hover {
    background: var(--blue);
    color: white!important;
}

span.add-sample-product {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
	width:150px;
	max-width:100%;
	padding:5px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: solid 2px;
    border-radius: 5px;
    background: var(--blue);
    border-color: var(--blue);
    color: white;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

#pagewrap .product-addon-button a {
    width: 150px;
    max-width: 100%;
}

span.add-sample-product:hover {
    background: white;
    color: #3d78cf!important;;
}

.selected span.add-sample-product i:before {
	content: "\f00c";
}


/* header */
#pagewrap svg {
    width: 18px;
    height: 18px;
    display: block;
}

#headerwrap .login-icon svg path, #headerwrap .contact-icons svg path {
    fill: white;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

.hc-login .login-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.hc-login .login-text p:last-child {
    margin-left: 4px;
}

#header-top {
    padding: 6px 0px;
}

.hc-login .login-text p {
    margin-bottom: 0;
    font-weight: 700;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

.hc-login .login-text {
    margin-left: 10px;
}

.hc-login a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hc-login .login-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap .hc-login .login-icon svg {
    height: 28px;
    width: 28px;
}

#pagewrap .hc-login a:hover p {
    color: var(--green);
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

#pagewrap .hc-login a:hover svg path {
    fill: var(--green);
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

.contact-icons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-icons .icon {
    display: block;
}

#header-top .contact-icons .tb_text_wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-icons .icon-text {
    margin-left: 8px;
}

#header-top .module_column.last .tb-column-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#header-top .module_column.first {
    width: 30%;
}

#header-top .module_column.last {
    width: 70%;
}

#header-top .contact-icons .phone-contact a {
    margin-left: 40px;
}

#pagewrap .contact-icons .phone-contact svg {
    width: 16px;
    height: 16px;
}

.header-icons .tb_text_wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-icons .tb_text_wrap div {
    margin-left: 8px;
}

.header-icons .tb_text_wrap div:first-child {
    margin-left: 0;
}

#pagewrap .social-icons svg {
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 100%;
    padding: 5px;
    display: block;
}

#pagewrap .social-icons .module- svg path {
    fill: var(--blue);
}

.german-usa .tb_text_wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#header-bottom {
    color: white;
    padding: 10px 0px;
}

#header-bottom .image-1 {
    margin-right: 16px;
}

#header-bottom .module_column.first {
    width: 280px;
}

#header-bottom .module_column.last {
    width: calc(100% - 350px);
    margin-left: 70px;
}

#header-bottom .module_column.first .tb-column-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#header-menu, .logged-in #header-bottom .sample_pack_menu_item.basket-icons {
    display: inline-block;
    vertical-align: middle;
}

#header-bottom .module_column.last .tb-column-inner {
/*     display: inline-flex; */
/*     align-items: center; */
/*     justify-content: flex-end; */
	width: auto;
    margin: auto;
    margin-right: 0;
}

#header-bottom .basket-icons {
    text-align: center;
    margin-left: 20px;
}

#header-bottom .basket-icons span.icon-name {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: open-sans, sans-serif;
    color: var(--green);
}

#pagewrap #header-bottom ul.nav li a {
    font-weight: 600;
}

span.header-icn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#pagewrap span.header-icn svg {
    width: 35px;
    height: 35px;
}

#header-menu {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
}

#header-top .contact-icons .tb_text_wrap .phone-contact, #header-top .contact-icons .tb_text_wrap .email-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-top .contact-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-bottom .basket-icons svg path {
    fill: var(--green);
}

#header-top .module_column.first .tb-column-inner, .hc-login, .hc-login .tb_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-top .contact-icons p, #pagewrap .social-icons svg path {
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

#header-top .contact-icons a:hover p {
    color: var(--green);
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

#header-top .contact-icons a:hover svg path {
    fill: var(--green);
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

#pagewrap .social-icons a:hover svg path {
    fill: var(--green);
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

#header-top .row_inner, #header-bottom .row_inner {
    width: 80%;
}

#header-top .module_subrow .module_column.first, #header-top .module_subrow .module_column.last {
    width: 50%;
}

#header-top .module_subrow .module_column.first .tb-column-inner {
    display: block;
}

.german-usa .module-image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
    width: 25px;
}

.german-usa {
    width: auto;
}

.search-bar input {
    margin: 0;
    border-radius: 100px;
    padding: 2px 10px 3px;
}

.search-bar input::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
}

.search-bar input::-moz-placeholder {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
}

.search-bar input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
}

.search-bar input::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
}

.search-bar input::placeholder {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
}

.search-icon {
    position: absolute;
    top: 16px;
    right: 10px;
}

.search-icon svg path {
    fill: var(--grey) !important;
}

.searchandfilter ul {
    margin: 0;
}

.german-usa, .search-bar, .social-icons.header-icons {
    margin-left: 30px;
}

.german-usa .module-image img:last-child {
    margin-left: 12px;
}

#header-top p {
    font-size: 14px;
}

#pagewrap .search-bar svg {
    width: 13px;
    height: 13px;
}

span.icon-menu-count {
    position: absolute;
    top: -2px;
    right: -1px;
    background: white;
    border-radius: 100%;
    color: var(--green);
    padding: 2px;
    width: 19px;
    height: 19px;
    font-size: 8.5px;
    line-height: 1.3;
    border: solid 2px var(--green);
    font-weight: 900;
    font-family: open-sans, sans-serif;
}
/* end of header */

/* footer */

#pagewrap #footer-top ul.nav li {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
	margin-bottom:12px;
}

#pagewrap #footer-top .third .module-plain-text svg path {fill: var(--blue)!important;}

#pagewrap #footer-top ul.nav li::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0da";
    color:var(--blue);
    font-size:16px;
}

#footer-top .icon.address-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer-top .icon.address-icon p {
    margin-left: 8px;
}

#pagewrap #footer-top ul.nav li a {
    color: white;
    padding:0 10px;
    color: #b9b7b8;
    font-size: 13px;
    font-weight: 500;
}

div#footer-top .third .tb_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

div#footer-top .third .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap div#footer-top .third a, #pagewrap div#footer-top .third p {
    color: white;
    margin-bottom: 4px;
    color: #b9b7b8;
    font-size: 13px;
}

#pagewrap #footer-top .third svg .cls-1 {
    fill: var(--blue);
}

#footer-top {
    padding: 50px 0px 35px;
}

#footer-top .module-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom:12px;
    color: #b9b7b8;
    color: white;
}

#footer-top p {
	color:white;
}

#footer-top .footer-icons .tb_text_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:20px;
}

#footer-top .footer-icons a {
    margin-left:25px;
}

#footer-top .footer-icons .tb_text_wrap svg {width: 26px;height: 26px;fill: var(--browngrey);}

#pagewrap #footer-top .social-icons svg path {
    fill: var(--browngrey);
}

div#footer-bottom .row_inner {
    width: 75%;
}

#footer-bottom .tb_text_wrap, #footer-bottom ul {
    color: white;
    font-size: 12px;
    color: #b9b7b8;
    font-size: 13px;
}

#pagewrap #footer-bottom div#legals-menu li a {
    color: white;
    font-size: 12px;
    color: #b9b7b8;
    font-size: 13px;
    border-color: #b9b7b8;
}

div#footer-bottom {
    padding: 7px 0px;
}

#pagewrap div#footer-bottom li#menu-item-18 a {
    border: none;
}

div#footer-bottom a {
    border-right: solid 1px white;
    padding-top: 0;
    padding-bottom: 0;
}
#pagewrap div#frm_form_5_container .frm_message p {
    margin: 0px;
}
/* end of footer */

/*homepage*/

.formula-image {
    max-width: 250px;
    margin: auto;
    height: auto;
}

h3.formula-title {
    text-align: center;
} 

.pku_formulas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }

#pagewrap .blue-outline a {
    background: white;
    border: var(--blue) solid 2px;
}

#pagewrap .blue-outline span {
    color: var(--blue);
}

.pku_formulas .formula {
    margin-right: 10px;
    width: calc(25% - 10px);
}

.pku_formulas .formula:last-child {
    margin-right: 0;
}

.home-6.padding-row {
    padding: 200px 0px;
    padding: 180px 0px 160px;
}

.home-6:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 31%;
    background-image: url("/wp-content/uploads/2021/08/boarder-top.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -5px;
    z-index: 9;
    background-position: 50% 0%;
    height: 170px;
    background-size: cover;
    background-position: 50% 100%;
}

.home-6:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 12%;
    background-image: url("/wp-content/uploads/2021/08/boarder-bottom.png");
    bottom: -5px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    background-position: 50% 100%;
    height: 130px;
    background-size: cover;
}

.home-2 h2 {
    text-align: center;
    margin-bottom: 50px;
}

.two_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.two_buttons .blue-outline {
    margin-right: 10px;
}

#pagewrap .home-7 .blue-button {
    width: 100%;
    text-align: right;
}

.home-3:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 60%;
    background-image: url("/wp-content/uploads/2021/08/boarder-top.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -55px;
    z-index: 9;
    background-position: 50% 0%;
    top: -5px;
    height: 170px;
    background-size: cover;
    background-position: 50% 100%;
}

.home-3:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 15%;
    background-image: url("/wp-content/uploads/2021/08/boarder-bottom.png");
    bottom: -5px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    background-position: 50% 100%;
    height: 130px;
}

.home-3.padding-row {
    padding: 200px 0px;
    padding: 200px 0px 150px;
}

/* slider start */

.slick-initialized.slick-slider {
    position: relative;
}

#pagewrap .slick-initialized .slick-slide {
    height: 650px;
}

#pagewrap .slick-prev.slick-arrow {
    display: block!important;
}


#pagewrap .slick-next.slick-arrow {
    display: block!important;
}

.slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin: auto;
}

.slide-1 h1 {
    color: var(--green);
    font-size: 50px;
}

.slide-1 h1 span {
    color: #6a8490;
    font-size: 150px;
}

.slide-1 h1 strong {
    color: white;
    font-weight: bold;
    font-size: 60px;
}

#pagewrap .homepage-slider .blue-button {
    background: var(--blue);
    border-radius: 5px;
    margin-top: 20px;
    padding: 8px;
    }

.slider-content-inner-title h1, .slider-content-inner-title h2 {
    margin: 0;
}

.slide-1 .slider-content-inner-title h1 {
    width:100%;
    max-width: 250px;
    display:inline-block;
}

.slide-1 .slider-content-inner-title>span {
    font-size: 140px;
    color: var(--grey);
	line-height: 0;
    bottom: -12px;
    position: relative;
}

#pagewrap .slide-1 .slider-content-inner-title h2 {
    margin: 8px 0 24px;
    font-size: 40px;
    color: var(--green);
}

.homepage-slider .slider-content-inner-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.slide-2 .slider-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.slide-2 #pagewrap h1 {
    width: 100%;
    max-width: 460px;
}

.slide-2 h1 {
    width: 100%;
    max-width: 460px;
}

.slide-2 .slider-content-inner-right img {
    width: 300px;
    margin: auto;
}

.slide-2 .slider-content-inner {
    width: 100%;
    max-width: 460px;
}

.slider-content ul {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

.slider-content ul li::before {
    content: "";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2021/12/home-tick.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slide-3 .slider-content h1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    width: 100%;
    max-width: 250px;
    grid-area: slide3-1;
    margin: 0;
}

.slide-3 .slider-content-inner-left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-area: slide3-2;
}

.slide-3 .slider-content-inner-right {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    grid-area: slide3-3;
}

.slide-3 .slider-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px 250px;
    grid-template-columns: 250px 250px;
    -ms-grid-rows: 95px 200px;
    grid-template-rows: 95px 200px;
        grid-template-areas:
        "slide3-1 slide3-1"
        "slide3-2 slide3-3";
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 50%;
    -webkit-transform: TranslateY(-50%);
        -ms-transform: TranslateY(-50%);
            transform: TranslateY(-50%);
    width: 60%;
}

.slide-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.slide-4 .slider-content {-webkit-box-align: end;-ms-flex-align: end;align-items: end;display: block;float: right;width: 340px;margin-right: 10%;position: relative;top: 50%;-webkit-transform: TranslateY(-50%);-ms-transform: TranslateY(-50%);transform: TranslateY(-50%);height: auto;}

.slide-4 h1 {
    width: 100%;
    max-width: 280px;
}

.slide-4 p {
    width: 100%;
    max-width: 280px;
}

.slide-4 .slider-content-inner-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: auto;
    position: relative;
    top: -110px;
    margin-right: 16px;
}

.slide-4 .slider-content-inner-right {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.slide-4 .slider-content-inner-right img {
    width: auto;
    height: 140px;
}

#pagewrap .slick-prev.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: TranslateY(-50%);
        -ms-transform: TranslateY(-50%);
            transform: TranslateY(-50%);
    left: 2.5%;
}

#pagewrap .slick-next.slick-arrow {
        position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: TranslateY(-50%);
        -ms-transform: TranslateY(-50%);
            transform: TranslateY(-50%);
    right: 2.5%;
}

#pagewrap .slick-prev.slick-arrow, #pagewrap .slick-next.slick-arrow {
    background: none;
}

#pagewrap .slick-prev.slick-arrow i, #pagewrap .slick-next.slick-arrow i {
    color:var(--grey);
    font-size:50px;
    font-weight:600;
    opacity:80%;
}

/* slider end */


.pku_formulas h3.formula-title {
    font-size: 20px;
}

.home-4 .image-wrap, .home-5 .image-wrap {
    text-align: center;
}

.home-7 .our_recipes .recipe_info {
    display: block;
}

.home-7 .our_recipes .recipe h4 {
    margin: 0;
    letter-spacing: normal;
    font-weight: 600;
}

.home-7 .our_recipes .recipe p {
    margin: 3px 0 0;
}

.home-7 .our_recipes .recipe {
    margin-bottom: 15px;
}

/*homepage end*/

/*pip table page*/
#pagewrap .pip-table td.blue-row {
    background: var(--blue);
    color: white;
}

table.pip-table {
    border: solid 1px var(--blue);
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    border-collapse: separate;
    border-radius: 21px;
}

.pip-table td {
    width: 10%;
    padding: 15px 10px;
    border: solid 1px var(--blue);
}

.pip-table tr:nth-child(odd) td {
    background: #80808063;
    background: #dbdbdb;
}

.pip-1 h2 {
    text-align: center;
}


.pip-table td.blue-row:first-child {
    border-top-left-radius: 20px;
}

.pip-table td.blue-row:last-child {
    border-top-right-radius: 20px;
}

.pip-table tr:last-child {border-collapse: separate;border-radius: 20px;}

.pip-table tr.last-row td:first-child {
    border-bottom-left-radius: 20px;
    border-collapse: separate;
}

.pip-table tr.last-row td:last-child {
    border-bottom-right-radius: 20px;
    border-collapse: separate;
}

tbody {
    border-collapse: separate;
    border-radius: 20px;
}

/*pip table page end*/



/*about page*/
.image-has-dots:before {
    content: "";
    display: block;
    position: absolute;
    background: url("/wp-content/uploads/2021/08/green_blue-dots.png");
    height: 160%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -30%;
    left: -15%;

}

#pagewrap .about-1 {
    background-size: 40%;
    background-position: left 0%;
    position: relative;
    background-size: auto;
}

.about-1:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 40%;
    background: -o-linear-gradient(301deg, transparent 0%, #ffffff 40%);
    background: linear-gradient(149deg, transparent 0%, #ffffff 40%);
    top: 0;
    width: 1000px;
}

.about-2 h2 {
    text-align: center;
}

#pagewrap .about-3 {
    background-size: 40%;
    background-position: 110% -35%;
    position: relative;
    background-size: auto;
    background-position: 115% -780%;
    background-position: 110% 100%;
    background-size: 52%;
    background-position: 110% 101%;
}

.about-3:before {
    content: "";
    position: absolute;
    display: block;
    height: 101%;
    width: 40%;
    background: -o-linear-gradient(112deg, transparent 10%, rgb(255 255 255 / 80%) 35%, #ffffff 51%);
    background: linear-gradient(-22deg, transparent 10%, rgb(255 255 255 / 80%) 35%, #ffffff 51%);
    bottom: 0;
    right: 0;
    width: 800px;
    top: auto;
    width: 50%;
}

/*about page end*/

/*FAQ*/
.question-row {
    background: #f1f5fd;
    border-left: 8px solid var(--blue);
}

.answer-row {
    background: #f6fcf1;
    border-left: 8px solid var(--green);
    margin-bottom: 80px;
}

.answer-row, .question-row {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.question-row strong.big-letter {
    font-size: 40px;
    font-weight: 600;
    margin-right: 30px;
    color: var(--blue);
}

.answer-row strong.big-letter {
    font-size: 40px;
    font-weight: 600;
    margin-right: 30px;
    color: var(--green);
}

.line-seperator {
    background: var(--black);
    height: 1px;
    margin: 40px 0px 60px;
}

.faq-1 {
    text-align: center;
}

h2.question-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--grey);
}

#pagewrap .faq-2:before, #pagewrap .faq-2 .builder_row_cover:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 80%)), color-stop(60%, white));
    background: -o-linear-gradient(top, rgb(255 255 255 / 80%) 0%, white 60%);
    background: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, white 60%);
    content: "";
    height: 30%;
    width: 100%;
}

#pagewrap .faq-2 {
    background-size: contain;
    background-position: 0% -6%;
}

.faq-2 .faq-1.module-text {
    margin: auto;
    margin-bottom: 100px;
    margin-top: 50px;
    width: 58%;
    line-height: 35px;
}
/*FAQ end*/

/*subscribe / contact*/

.subscribe-1 .first div#frm_field_111_container {
    margin-bottom: 50px;
}

.subscribe-1 .first input#field_3a2xt-otext {
    margin-top: 20px;
    width: 100%;
}

.subscribe-1 .first {
    background: #eaeaea;
    border-radius: 35px;
    padding: 35px 50px;
    width: 60%;
}

.subscribe-1 input[type="checkbox"]:checked:before {
    color: #222222;
    border: solid 7px;
    border-radius: 20px;
    height: 0;
    width: 0px;
    margin: 3px auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

#pagewrap .subscribe-1 .last p {
    text-transform: uppercase;
    color: var(--green);
}

.subscribe-1 .last .ui.transparent {
    padding-left: 0;
    color: var(--green);
}

div#frm_field_27_container label, div#frm_field_28_container label, div#frm_field_29_container label, div#frm_field_43_container label {
    display: none;
}

div#frm_field_38_container #field_oxl36_label {
    display: none!important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    border: none;
    color: red!important;
}


.subscribe-1 div#field_w9pow_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: white;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    color: var(--grey)!important;
    font-weight: bold;
    font-family: open-sans, sans-serif;
    font-weight: 600;
}

.subscribe-1 .first:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    height: 300px;
    background: var(--grey);
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 0;
}


.subscribe-1 .first .module-plain-text {
    z-index: 9;
}

div#frm_field_45_container label {
    color: white;
    width: 100%;
}

.subscribe-1 .with_frm_style .frm_top_container .frm_primary_label, .subscribe-1 .with_frm_style .frm_hidden_container .frm_primary_label, .subscribe-1 .with_frm_style .frm_pos_top {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: open-sans, sans-serif;
}

.subscribe-1 .first h2 {
    text-align: center;
}

.subscribe-1 .row_inner {
    width: 65%;
}

.subscribe-1 .last {
    width: calc(40% - 3.2%);
}

div#frm_field_39_container {
    margin-bottom: 40px;
}

.module.module-icon.tb_fmhd942.normal.circle.icon_vertical span {
    font-size: 16px;
}


div#frm_field_45_container .frm_opt_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


div#frm_field_45_container .frm_opt_container .frm_checkbox {
    width: 100%;
}

#pagewrap .subscribe-1 .frm_opt_container .frm_checkbox input {
    background: white!important;
    border-radius: 100px!important;
    outline: none;
}

#pagewrap .subscribe-1 .frm_submit button {
    float: right;
    background: var(--blue);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: white;
    padding: 8px 35px;
}

#pagewrap .subscribe-1 div#frm_desc_field_w9pow {
    color: white;
    padding-top: 30px;
    font-size: 14px;
}

#pagewrap .subscribe-1 .last .ui.transparent svg {
    fill: var(--green);
}

.subscribe-1 .with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    font-size: 16px;
    font-family: open-sans, sans-serif;
}

.subscribe-1 div#field_s69n0_label {
    font-size: 18px;
}

.subscribe-1 div#field_w9pow_label {
    font-size: 14px;
    font-weight: 100;
}

.subscribe-1 div#field_w9pow_label span {
    font-size: 18px;
}

#pagewrap .subscribe-1 .last .ui.transparent svg {
    width: 30px;
    height: 30px;
}
.subscribe-1 .last .ui.transparent {
    padding-left: 0;
    color: var(--green);
    font-size: 24px;
}


.with_frm_style input[type=text]::-webkit-input-placeholder, .with_frm_style input[type=email]::-webkit-input-placeholder, .with_frm_style input[type=number]::-webkit-input-placeholder, .with_frm_style input[type=tel]::-webkit-input-placeholder, .with_frm_style input[type=file]::-webkit-input-placeholder, .with_frm_style input[type=search]::-webkit-input-placeholder, .with_frm_style select::-webkit-input-placeholder, .with_frm_style .frm-card-element.StripeElement::-webkit-input-placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 600;
}


.with_frm_style input[type=text]::-moz-placeholder, .with_frm_style input[type=email]::-moz-placeholder, .with_frm_style input[type=number]::-moz-placeholder, .with_frm_style input[type=tel]::-moz-placeholder, .with_frm_style input[type=file]::-moz-placeholder, .with_frm_style input[type=search]::-moz-placeholder, .with_frm_style select::-moz-placeholder, .with_frm_style .frm-card-element.StripeElement::-moz-placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 600;
}


.with_frm_style input[type=text]:-ms-input-placeholder, .with_frm_style input[type=email]:-ms-input-placeholder, .with_frm_style input[type=number]:-ms-input-placeholder, .with_frm_style input[type=tel]:-ms-input-placeholder, .with_frm_style input[type=file]:-ms-input-placeholder, .with_frm_style input[type=search]:-ms-input-placeholder, .with_frm_style select:-ms-input-placeholder, .with_frm_style .frm-card-element.StripeElement:-ms-input-placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 600;
}


.with_frm_style input[type=text]::-ms-input-placeholder, .with_frm_style input[type=email]::-ms-input-placeholder, .with_frm_style input[type=number]::-ms-input-placeholder, .with_frm_style input[type=tel]::-ms-input-placeholder, .with_frm_style input[type=file]::-ms-input-placeholder, .with_frm_style input[type=search]::-ms-input-placeholder, .with_frm_style select::-ms-input-placeholder, .with_frm_style .frm-card-element.StripeElement::-ms-input-placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 600;
}


.with_frm_style input[type=text]::placeholder, .with_frm_style input[type=email]::placeholder, .with_frm_style input[type=number]::placeholder, .with_frm_style input[type=tel]::placeholder, .with_frm_style input[type=file]::placeholder, .with_frm_style input[type=search]::placeholder, .with_frm_style select::placeholder, .with_frm_style .frm-card-element.StripeElement::placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 600;
}

#pagewrap .subscribe-1 div#field_w9pow_label span {
    color: white;
    font-weight: 600;
    font-family: open-sans, sans-serif;
}

/*subscribe / contact end*/


/*recipe styling*/
.our_recipes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	-ms-flex-flow:wrap;
	    flex-flow:wrap;
}

.our_recipes .recipe {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: 0 0 8px 8px #00000010;
            box-shadow: 0 0 8px 8px #00000010;
    border-radius: 30px;
    margin-right: 50px;
	margin-bottom:50px;
	width:calc(33.33% - 34px);
}


.our_recipes .recipe .recipe-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    padding: 20px 30px;
}

.our_recipes .recipe.dish_day .recipe-content {
	padding:0 0 0 30px;
}

.our_recipes .recipe .recipe-image {
    width: 40%;
    width: 50%;
}

.our_recipes .recipe:nth-child(3n + 3) {
    margin-right: 0;
}


.our_recipes .recipe .recipe-image img, .our_recipes .recipe .recipe-image a {
    height: 100%;
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.our_recipes .recipe .recipe-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}

/*recipe styling end*/



/*blog page*/

.blog_read_next_content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog_read_next_content_left {
    width: 60%;
}

.blog_read_next_content_right {
    width: 40%;
}

.read-next-blogs .blog-single-item img {
    width: 350px;
    max-width: 350px;
}

.read-next-blogs .blog-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 50px;
    background: #f9f9f9;
}

.blog-recent-post .blog-single-item {border: solid 1px var(--black);border-radius: 20px;width: 50%;}


#pagewrap .blog-recent-post .blog-single-item .blog-single-top img {
    width: 100%;
    height: 100%;
    max-height: 500px;
}

#pagewrap .blog-header {
    background-size: 100% 450px;
    background-position: top center;
    position: relative;
    background-repeat: no-repeat;
}

.blog-recent-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60fr 40fr;
    grid-template-columns: 60fr 40fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
        grid-template-areas:
        "post1 post2"
        "post1 post3";
}

.blog-recent-post .blog-single-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    display: inline-block;
    height: 100%;
    grid-area: post1;
    width: 90%;
}

.blog-recent-post .blog-single-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    display: inline-block;
    grid-area: post2;
}

.blog-recent-post .blog-single-item:nth-child(3) {
    display: inline-block;
    height: 50%;
    }

.blog-recent-post .blog-single-item {
    width: 100%;
    max-width: 100%;
}

#pagewrap .page-id-1214 a.blue-button {
    background: var(--blue);
    padding: 8px 20px;
    color: white;
}

.all-blogs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*blog page end*/

/* recipes page start */

.our_recipes .recipe .recipe-image {
    position: relative;
}

.our_recipes .recipe.dish_day {
	position:relative;
	z-index:0;
}

.our_recipes .recipe.dish_day .recipe-image {
    position: relative;
	z-index:-2;
}

.our_recipes .recipe.dish_day::before {content: "";display: block;width: 100%; height: 100%; position: absolute;top: 0;left:0;background-image: url(/wp-content/uploads/2021/12/recipes-cutout2.png);background-repeat: no-repeat;background-size: auto 100%;background-position:283px 50%;z-index: -1;}

.our_recipes.dish_1 {
    margin: 0;
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:60% 40%;
    grid-template-columns:60% 40%;
    -ms-grid-rows:1fr 1fr;
    grid-template-rows:1fr 1fr;
        grid-template-areas:"dish1 dish2""dish1 dish3";
	grid-template-rows: 200px 200px;
}

.our_recipes.dish_1 .recipe {
    width:100%;
}

.our_recipes.dish_1 .recipe:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    -ms-grid-column:1;
    width:calc(100% - 50px);
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
    grid-area:dish1;
}

.our_recipes.dish_1 .recipe:nth-child(1) .recipe-image img {
    border-radius:0 30px 30px 0;
}

.our_recipes.dish_1 .recipe:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:2;
    grid-area:dish2;
}

.our_recipes.dish_1 .recipe:nth-child(3) {
    -ms-grid-row:2;
    -ms-grid-column:2;
    grid-area:dish3;
}

.module_row.home-7.recipes-1 .last {
    width: 100%;
    max-width: 100%;
}

.module_row.home-7.recipes-1 .row_inner {
	width:100%;
	max-width:70%;
}

.our_recipes.dish_1 .recipe:nth-child(2), .our_recipes.dish_1 .recipe:nth-child(3) {
    max-height: 250px;
}

.our_recipes.dish_1 .recipe .servings i, .our_recipes.dish_1 .recipe .servings p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin:3px 0 0;
}

.our_recipes.dish_1 .recipe .servings i {
	font-size:12px;
}

.our_recipes.dish_1 .recipe .servings p {
    margin-left: 2px;
}

.page-template-template-recipes-posts div#content, .page-template-template-ketogenic-recipes div#content {
    position: relative;
    padding:0;
    background: #f7f5f7;
}

/* form#search-filter-form-1315 {
	position: absolute;
    left: 10%;
    width: 100%;
    max-width: 193px;
    margin: auto;
} */

#pagewrap .searchandfilter input[type="radio"]:checked:before {
    display: none;
}

#pagewrap .searchandfilter input[type=radio] {
    display: none;
}

.searchandfilter ul li {
    width:100%;
    max-width:100%;
}

.searchandfilter ul li li {
    text-align:center;
    border:1px solid #b8bdbd;
    border-radius:50px;
    margin-bottom:16px;
    cursor:pointer;
    width: 100%;
	max-width:193px;
    padding: 0;
}

.searchandfilter li[data-sf-field-input-type=radio] label {
    font-weight:600;
    color:#b8bdbd;
    cursor:pointer;
    width: 190px;
    padding:10px 0px;
}

.searchandfilter ul li li.sf-option-active {
    background:var(--blue);
    border:
}

.searchandfilter ul li li.sf-option-active label {
    color:white;
}

.searchandfilter ul li.sf-field-search, .searchandfilter ul li.sf-field-search label, .searchandfilter ul li.sf-field-search label input {
    width: 100%;
    max-width: 100%;
}

.searchandfilter ul li.sf-field-search label input {
    margin: 0;
    border-radius: 50px;
    border: 1px solid var(--blue);
}

.searchandfilter ul li.sf-field-sort_order, .searchandfilter ul li.sf-field-sort_order label, .searchandfilter ul li.sf-field-sort_order label select {
    width: 100%;
    max-width: 100%;
}

form#search-filter-form-1315, form#search-filter-form-2294 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    display: block;
    width: 100%;
    max-width: 100%;
    grid-area: section1;
}

form#search-filter-form-1315.searchandfilter ul, form#search-filter-form-2294.searchandfilter ul {
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 20% 60% 20%;
    grid-template-columns: 20% 60% 20%;
        grid-template-areas:
        "heading search1 search2"
        "buttons1 recipes1 recipes1";
}

form#search-filter-form-1315.searchandfilter h1, form#search-filter-form-2294.searchandfilter h1 {
    -ms-grid-row:1;
    -ms-grid-column:1;
    grid-area:heading;
    display: -ms-inline-grid;
    display: inline-grid;
    width: 100%;
    margin: 0;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search, form#search-filter-form-2294.searchandfilter ul li.sf-field-search {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: search1;
    width: 100%;
    max-width: 570px;
    padding: 0;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: search2;
    padding: 0;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: buttons1;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}



form#search-filter-form-1315 .module_row.home-7.recipes-1, form#search-filter-form-2294 .module_row.home-7.recipes-1, .all-recipes .module_row.home-7.recipes-1 {
    -ms-grid-row:2;
    -ms-grid-column:2;
    -ms-grid-column-span:2;
    grid-area:recipes1;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

q {
    width: 100%;
    max-width: 100%;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul {
    display: block;
}

form#search-filter-form-1315 .module_row.home-7.recipes-1 .row_inner, form#search-filter-form-2294 .module_row.home-7.recipes-1 .row_inner, .all-recipes .module_row.home-7.recipes-1 .row_inner {
    margin: 0;
    max-width: 100%;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search label input, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label input {
    padding: 8px 70px;
	font-weight:500;
	position:relative;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search label input::-webkit-input-placeholder, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label input::-webkit-input-placeholder {
	color:#dbdbdb;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search label input::-moz-placeholder, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label input::-moz-placeholder {
	color:#dbdbdb;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search label input:-ms-input-placeholder, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label input:-ms-input-placeholder {
	color:#dbdbdb;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search label input::-ms-input-placeholder, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label input::-ms-input-placeholder {
	color:#dbdbdb;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search label input::placeholder, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label input::placeholder {
	color:#dbdbdb;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order label select, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order label select {
    text-align: center;
    color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 60px;
    text-align-last: center;
    -moz-text-align-last: center;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search label, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label {
    position: relative;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search label::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label::before {content: "";position: absolute;top: 0;left: 0;display: block;width: 60px;height: 100%;background-image: url(/wp-content/uploads/2021/12/search1.png);background-repeat: no-repeat;background-size: 16px auto;background-position: 15px center;z-index:1;}


form#search-filter-form-1315.searchandfilter ul li.sf-field-search label::after, form#search-filter-form-2294.searchandfilter ul li.sf-field-search label::after {content: "";position: absolute;top: 0;right: 0;display: block;width: 60px;height: 100%;background-image: url(/wp-content/uploads/2021/12/search2.png);background-repeat: no-repeat;background-size: 10px auto;background-position: 30px center;z-index:1;}



form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order {
    position: relative;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 50px;
    background-image: url(/wp-content/uploads/2021/12/sort.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 25px center;
    z-index:1;
}

.page-template-template-recipes-posts {
    background: #f6f5f7;
}

.our_recipes .recipe {
    background: white;
}

div#search-filter-results-1315, div#search-filter-results-2294 {
    width: 100%;
    max-width: 100%;
	margin-top:30px;
}

.module_row.all-recipes .row_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 60% 20%;
    grid-template-columns: 20% 60% 20%;
    -ms-grid-rows:auto auto;
    grid-template-rows:auto auto;
        grid-template-areas:
        "section1 section1 section1"
        ". section2 section2";
}

.search-filter-results.last {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: section2;
}

form#search-filter-form-1315 .module_row.home-7.recipes-1 .row_inner, form#search-filter-form-2294 .module_row.home-7.recipes-1 .row_inner, .all-recipes .module_row.home-7.recipes-1 .row_inner {
    display: block;
        grid-template-areas: none;
}

div#search-filter-results-1315.our_recipes .recipe, div#search-filter-results-2294.our_recipes .recipe {
    margin-right: 50px;
    width: calc(33.33% - 34px);
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(1), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(5), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(2), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(6), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(7), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(7) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(4), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label {
    position: relative;
	font-weight:500;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
   background-repeat:no-repeat;
    background-size:16px auto;
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
    background-position:16px center;
    -webkit-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    transition:all ease 0.5s;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li.sf-option-active label::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li.sf-option-active label::before {
    -webkit-filter:brightness(100%);
            filter:brightness(100%);    
    -webkit-transition:all ease 0.5s;    
    -o-transition:all ease 0.5s;    
    transition:all ease 0.5s;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(2) label::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(2) label::before {
    background-image:url(/wp-content/uploads/2021/12/recipes1.png);
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(6) label::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(6) label::before {
    background-image:url(/wp-content/uploads/2021/12/recipes2.png);
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(7) label::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(7) label::before {
    background-image:url(/wp-content/uploads/2021/12/recipes3.png);
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3) label::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3) label::before {
    background-image:url(/wp-content/uploads/2021/12/recipes4.png);
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(4) label::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(4) label::before {
    background-image:url(/wp-content/uploads/2021/12/recipes5.png);
}

div#search-filter-results-1315 .our_recipes .recipe i, div#search-filter-results-1315 .our_recipes .recipe p, div#search-filter-results-2294 .our_recipes .recipe i, div#search-filter-results-2294 .our_recipes .recipe p {
    margin: 3px 0 0;
}

div#search-filter-results-1315 .our_recipes .recipe .recipe-content, div#search-filter-results-2294 .our_recipes .recipe .recipe-content {
    padding: 20px;
}

.page-template-template-recipes-posts .navigation ul {
    list-style: none;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-template-template-recipes-posts .navigation {
    width: 100%;
}

.page-template-template-recipes-posts .pagination {
    margin: 0;
    width: 100%;
}

.page-template-template-recipes-posts .navigation ul li {
    margin-right: 12px;
    margin-bottom: 0;
}

.page-template-template-recipes-posts #pagewrap .navigation ul li.active, .page-template-template-recipes-posts #pagewrap .navigation ul li.active a {
    cursor: text;
    pointer-events: none!important;
    color: black;
}

.page-template-template-recipes-posts .navigation ul li:last-child {
    margin: 0;
}

.page-template-template-recipes-posts #pagewrap .navigation ul li a {
    color: var(--blue);
    font-weight: 700;
}

.our_recipes .recipe h3, .our_recipes.dish_1 .recipe h3 {
    font-size: 16px;
    font-weight: 600;
    font-weight: 700;
    margin-top: 0;
}

.our_recipes .recipe .cook_time, .our_recipes.dish_1 .recipe .servings {
    display:inline-block;
    width: 43%;
}

 .our_recipes.dish_1 .recipe .cook_time {
     border-right:1px solid black;
 }
 
.our_recipes .recipe h4 {
    font-size: 12px;
    text-transform: capitalize;
    padding: 8px 0 0;
    padding-top: 13px;
}

.our_recipes .recipe p {
    font-size: 12px;
    margin: 8px 0 0;
    font-weight: 600;
    min-height:18px;
}

.our_recipes .recipe_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.our_recipes.dish_1 .recipe:first-child .cook_time, .our_recipes.dish_1 .recipe:first-child .servings {
    width: 43%;
}

div#search-filter-results-1315 .our_recipes .recipe_info, div#search-filter-results-2294 .our_recipes .recipe_info {
    display: block;
}

div#search-filter-results-1315 .our_recipes .recipe h4, div#search-filter-results-2294 .our_recipes .recipe h4 {
    margin: 0;
}

div#search-filter-results-1315 .our_recipes .recipe p, div#search-filter-results-2294 .our_recipes .recipe p {
    margin: 3px 0 0;
}

#pagewrap .our_recipes .recipe, #pagewrap .our_recipes .recipe a {
    text-decoration: none!important;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    font-size: 22px;
}

.our_recipes.dish_1 .recipe:nth-child(2) .recipe-image, .our_recipes.dish_1 .recipe:nth-child(3) .recipe-image {
    width: 30%;
}

.our_recipes.dish_1 .recipe:nth-child(2) .recipe-content, .our_recipes.dish_1 .recipe:nth-child(3) .recipe-content {
    width:70%;
}

.home-7.recipes-1 .our_recipes .recipe_info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.header-recipes {
    position: relative;
	margin-bottom:60px;
}

.header-recipes .row_inner .col {
    z-index: 1;
}

.header-recipes .row_inner {
    flex-flow: row;
}

.header-recipes::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background:-webkit-gradient(linear, left top, right top, color-stop(45%, #f6f5f7), to(rgba(255, 255, 255, 0%))), url('/wp-content/uploads/2021/08/single-recipe-01.png');
    background:-o-linear-gradient(left, #f6f5f7 45%, rgba(255, 255, 255, 0%)), url('/wp-content/uploads/2021/08/single-recipe-01.png');
    background:linear-gradient(to right, #f6f5f7 45%, rgba(255, 255, 255, 0%)), url('/wp-content/uploads/2021/08/single-recipe-01.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    z-index:-1;
}

#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    margin:0;
    font-size:80px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    color:var(--grey);
    line-height:normal;
    font-weight:600;
}

#pagewrap .header-recipes h1 span {
    margin-left: 70px;
}

.header-recipes .row_inner {
    min-height: 400px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.header-recipes .row_inner .col.first {
	flex-basis: 40%;
}
.header-recipes .row_inner .col.middle {
    text-align:center;
    width:100%;
    flex-basis: 40%;
}
.header-recipes .row_inner .col.last {
	flex-basis: 20%;
}

#pagewrap .header-recipes .row_inner .col.middle .blue-button {
    top:40px;
    position:relative;
}

#pagewrap .header-recipes .row_inner .col.middle .blue-button a {
    min-height: auto;
    padding: 24px 30% 17px;
    border-radius: 10px;
    transition:all ease 0.2s;
}

.header-recipes .row_inner .col.middle img {
    width: 100%;
    max-width:600px;
    height: auto;
    margin: 0 0 40px;
    top:40px;
    position:relative;
}


#pagewrap .header-recipes .row_inner .col.middle .blue-button a span {
    font-size: 30px;
    min-height: auto;
}

.header-recipes .row_inner .col.last h2 {
    width: 100%;
    max-width: 230px;
    text-align: center;
    margin: 0;
    font-size: 36px;
}
@media (max-width: 1280px) {
	#pagewrap .header-recipes .row_inner {
		display: flex;
		flex-wrap: wrap;
	}
	.header-recipes .row_inner .col.last {
		flex-basis: 100%;
		text-align: center;
		margin-top: 75px;
	}
	#pagewrap .header-recipes .row_inner .col.last h2 {
	    width: 100%;
	    max-width: unset;
	    text-align: center;
	}
	#pagewrap .header-recipes .row_inner .col.middle .blue-button a {
		padding: 10px 25px !important;
		line-height: 20px;
		font-size: 20px;
	}
}
@media (max-width: 680px) {
	.header-recipes .row_inner .col.first {
		flex-basis: 100%;
	}
	#pagewrap .header-recipes .row_inner .col.middle {
	    flex-basis: 100%;
	    max-width: 100%;
	}
	#pagewrap .header-recipes .row_inner .col.last h2 {
		font-size: 20px;
	}

}

/* recipes page end */

/* sample pack start */

.postid-781 .wc-pao-addons-container {
    display: -ms-grid;
    display: grid;
	-ms-grid-columns:70% 25%;
	grid-template-columns:70% 25%;
	-ms-grid-rows:auto auto auto auto;
	grid-template-rows:auto auto auto auto;
	    grid-template-areas: "sample1 sample2""sample1 sample3""sample1 sample4""sample1 .";
}

.postid-781 .wc-pao-addon-select-your-samples {
    -ms-grid-row:1;
    -ms-grid-row-span:4;
    -ms-grid-column:1;
    width: 95%;
    margin-right: 5%;
	grid-area:sample1;
}

.postid-781 div#product-addons-total {
    -ms-grid-row:1;
    -ms-grid-column:2;
    width: 100%;
	grid-area:sample2;
}

.postid-781.woocommerce div.product form.cart .button {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    margin: 0;
    grid-area: sample3;
}

.postid-781 .sample_help_section {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: sample4;	
}

.postid-781 .sample_help_section {
    background: #eaeaea;
    padding: 30px 20px;
    text-align: center;
}

.postid-781 #pagewrap .sample_help_section h2 {
    text-align: center;
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 900;
    color: var(--grey);
    margin-top:0;
}

.postid-781 #content .sample_help_section p {
    font-size:13px;
	font-weight:300;
    width:240px;
    margin:auto;
    padding:6px 0;
}

.postid-781 .sample_help_section .blue-button {
    margin-top:20px;
}

.postid-781 #pagewrap .sample_help_section .blue-button a span {
    font-weight:600;
    font-size:16px;
}

.postid-781 #pagewrap .sample_help_section .blue-button .module-buttons-item a {
    border-radius:5px;
    padding:6px 16px;
}

.postid-781.sidebar-none .woocommerce-breadcrumb {
    display: none;
}

.postid-781 #pagewrap h1.product_title.entry-title {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: var(--grey);
    line-height:normal;
    margin:0;
}

.postid-781 #pagewrap h1.product_title.entry-title::before {content: "Create Your ";}

#pagewrap .wc-pao-addon-select-your-samples .form-row label {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--grey);
}

span.add-sample-product {
    margin-top:16px;
    font-size:14px;
}

.postid-781 .product-addon-totals {
    background: #eaeaea;
    padding: 20px;
}

.postid-781 .product-share-wrap.tf_inline_b.tf_vmiddle {
    display: none;
}

.postid-781 .product-addon-totals::before {content: "Your Sample Pack";text-align: center;display: block;margin-bottom: 12px;font-size: 20px;font-weight: 900;color: var(--grey);}

.postid-781.woocommerce div.product form.cart div.quantity {
    display: none;
}

.postid-781 .product_meta {
    display: none;
}

.postid-781 .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.postid-781 #pagewrap #content .summary.entry-summary {
    margin: 80px 0 0;
}

.selected span.add-sample-product::before {
    content: 'Added To Pack';
}

span.add-sample-product::before {
    content: 'Add To Pack';
}


.postid-781 .product-addon-totals {
    padding-bottom: 90px;
}

.postid-781.woocommerce div.product form.cart .button {
    background: var(--blue);
    border-radius: 12px;
    width: 160px;
    margin: 0 auto 0;
    position: relative;
    top: -63px;
}

.postid-781 .product-addon-totals {
    margin-bottom: 0;
    position: relative;
}

.postid-781 .product-addon-totals::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,40%);
    position: relative;
    top: 0px;
}

.postid-781 div#product-addons-total {
}

.postid-781 li.wc-pao-subtotal-line {
    display: none;
}

.postid-781 .product-addon-totals ul li:first-child {
    display: none;
}

.postid-781 .product-addon-totals strong {
    font-weight: 300;
    font-size: 13px;
}

.postid-781 div.product-addon-totals ul li {
    padding: 0;
    margin-bottom: 20px;
}

/* sample pack end */

/* basket start */

#pagewrap .woocommerce ul.products li.product .button, #pagewrap .woocommerce #respond input#submit, #pagewrap .woocommerce #respond input#submit.alt, #pagewrap .woocommerce a.button, #pagewrap .woocommerce button.button, #pagewrap .woocommerce input.button, #pagewrap .woocommerce a.button.alt, #pagewrap .woocommerce button.button.alt, #pagewrap .woocommerce input.button.alt, #pagewrap .woocommerce button.button.alt.disabled, #pagewrap .woocommerce button.button:disabled, #pagewrap .woocommerce button.button:disabled[disabled], #pagewrap .woocommerce ul.products li.product .button, #pagewrap .woocommerce #respond input#submit, #pagewrap .woocommerce #respond input#submit.alt, #pagewrap .woocommerce a.button, #pagewrap .woocommerce button.button, #pagewrap .woocommerce input.button, #pagewrap .woocommerce a.button.alt, #pagewrap .woocommerce button.button.alt, #pagewrap .woocommerce input.button.alt, #pagewrap .woocommerce button.button.alt.disabled, #pagewrap .woocommerce button.button:disabled, #pagewrap .woocommerce button.button:disabled[disabled]  {
    background: var(--blue);
    border-radius: 5px;
    margin-top: 0;
    padding: 8px;
    color:white;
 }

.woocommerce-cart .cart-collaterals h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin:0 0 30px;
}

.woocommerce-cart.woocommerce table.shop_table th {
    font-weight: 600;
}

.woocommerce-cart.woocommerce table.shop_table tbody:first-child tr:first-child th {
    font-weight: 600;
}

.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 300px;
}

.woocommerce-page #content table.cart td.actions .coupon .input-text {
    padding: 5px 5px 3px;
    border: 1px solid var(--blue)!important;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 140px;
}

.woocommerce-page #content table.cart .product-quantity {display: none;}
.user-role-administrator.woocommerce-page #content table.cart .product-quantity {display: table-cell !important;}
.user-role-subscriber .add-ons { display: none; }
.user-role-subscriber .woocommerce-cart-form .actions button { display: none; }

/* basket end */

/* checkout start */

#pagewrap .woocommerce-billing-fields h3, #pagewrap .woocommerce-additional-fields h3 {
    font-size: 30px;
    font-weight: 600;
    margin:0 0 16px;
}

.woocommerce-info, #pagewrap .woocommerce-info a {
    background: var(--blue);
    color: white;
}

#pagewrap .woocommerce-info a {
    font-weight: 600;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid var(--blue);
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
    border: solid 1px var(--blue);
    border-radius: 5px;
}

/* checkout end */

/* account start */

.woocommerce-account p.woocommerce-LostPassword.lost_password a.subscribe {
    float: left;
}

.woocommerce-account .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	color: var(--black);
}

#pagewrap .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
}

.woocommerce-account #pagewrap .woocommerce-MyAccount-navigation ul li a {
    color: var(--blue);
    font-weight: 800;
    font-size: 18px;
    color: white;
}

.woocommerce-account #pagewrap  .woocommerce-MyAccount-content p strong {
    color: var(--blue);
}

.woocommerce-account.woocommerce-page .woocommerce form.lost_reset_password, .woocommerce-account.woocommerce-page .woocommerce form.login {
    border: 1px solid var(--blue);
    border-radius: 15px;
}

.woocommerce-account #pagewrap h2 {
    text-align: center;
    font-weight: 700;
    color: var(--blue);
    margin-top: 0;
	text-transform:capitalize;
}

.woocommerce-account .woocommerce form .form-row label {
    text-align: left;
    color: var(--blue);
    text-transform:capitalize;
}

.woocommerce-account.woocommerce-page .woocommerce form.lost_reset_password, .woocommerce-account.woocommerce-page .woocommerce form.login {
    border: 1px solid var(--blue);
    border-radius: 15px;
}

.woocommerce-account #pagewrap h2 {
    text-align: center;
    font-weight: 700;
    color: var(--blue);
    margin-top: 0;
}

.woocommerce-account .woocommerce form .form-row label {
    text-align: left;
    color: var(--blue);
    text-transform:capitalize;
    color: white;
}

.woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    display: none;
}

.woocommerce-account th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
    display: none;
}

/* account end */

/* single post */
.single-post.sidebar-left #content {
    padding: 0;
    width: 100%;
}

.single-post .width-auto {
    padding: 90px 0px 0px;
}

.single-post .post-content .row_inner {
    width: 1700px;
    margin: auto;
    width: 90%;
}

.single-post .post-content .post-content-left {
    width: calc(30% - 200px);
    margin-right: 200px;
}

.single-post .post-content .post-content-right {
    width: 70%;
}

.single-post .blog-recent-post .blog-single-item {
    width: 33.33%;
}

.single-post .page-heading-title h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.single-post #content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.single-post #content .post-content-text p {
    margin-bottom: 25px;
    line-height: 1.8;
}

.single-related-posts .posts-archive-single {
    margin-bottom: 0;
}

.single-post .post-content .blog-archive-section .row_inner {
    width: 100%;
    text-align: left;
}

/* old single post */
.single-post #layout {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.single-post main#content {
    padding: 0;
    overflow: hidden;
}

.single-post .page-title-section {
    padding: 15%;
}

.single-post .page-heading-title h1, .single-post .latest-blogs .main-heading h2 {
    font-weight: 600;
}

.single-post .latest-blogs .small-heading h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-post #content .post-content {
    padding-left: 0;
    padding-right: 0;
}

.single-post .post-content .post-content-right .module-text {
    width: 700px;
    margin-left: 0;
}

.single-post .post-content .module-text {
    /* border-bottom: solid 1px #d5d5d5; */
    /* padding-bottom: 20px; */
    margin-bottom: 70px;
    width: 100%;
}

.single-post .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-post .blog-info .blog-info-text {
    /* margin-left: 12px; */
}

.single-post .blog-info .blog-info-text p {
    margin-bottom: 2px;
}

.single-post .latest-blogs {
    border-top: solid 1px #d5d5d5;
    text-align: center;
    overflow: hidden;
}

.single-post .latest-blogs .latest-blogs-inner {
    width: 1300px;
    margin: auto;
    width: 75%;
}

.single-post  .latest-blogs .background-image {
    height: 100%;
    width: 100%;
    width: 400px;
    height: 400px;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    z-index: 0;
}

.single-post .latest-blogs.width-auto {
    padding: 50px 0px 70px;
    width: 100%;
}

.single-post .blog-share-icons i {
    font-size: 17px;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: var(--blue);
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

.single-post .share-social-icons i {
    margin-left: 12px;
}

.single-post .share-social-icons a:first-child i {
    margin-left: 0;
}

.single-post .blog-share-icons a:hover i {
    background: black;
    color: white;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}

.single-post .latest-blogs .share-social-icons {
    margin-bottom: 50px;
}

.single-blog-ad img {
    width: 100%;
}

.single-blog-ad {
    margin-bottom: 70px;
    margin-top: 60px;
}

.single-blog-archive .blog-archive-single {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: calc(33.33% - 43px);
    /* display: flex; */
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 60px;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.single-blog-archive .blog-archive-section {
    /* display: flex; */
}

.single-blog-archive .blog-archive-single:first-child {
    margin-left: 0;
}

.single .latest-blogs .main-heading h2 {
    margin-bottom: 30px;
}

.single-blog-archive .blog-archive-single-content {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    padding: 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}

.single-blog-archive .blog-archive-single-content h3 {
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.single-blog-archive ul.post-categories {
    margin: 0;
}

.single-blog-archive ul.post-categories li::marker {
    color: transparent;
}

#pagewrap .single-blog-archive ul.post-categories li a, .single-blog-archive .date-topic p {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.single-blog-archive .date-topic p, .single-blog-archive .date-topic .blog-topic {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.single-blog-archive .date-topic p:last-child {
    border-left: solid 2px white;
    padding-left: 10px;
    margin-left: 10px;
}

.single-blog-archive .blog-archive-single:hover .blog-archive-single-content {
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.single-post .share-socials.blog-share-icons a {
    display: block;
    margin-top: 10px;
}

.single-post .share-socials.blog-share-icons a:first-child {
    margin-top: 0px;
}

.single-post .post-title-section {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
}

.single-post .share-socials.blog-share-icons {
    display: inline-block;
    vertical-align: middle;
}

.single-post .post-title-section:after {
    content: "";
    display: block;
    position: relative;
    width: 95%;
    height: 1px;
    background: #d5d5d5;
    bottom: -25px;
}

.single-post .post-content-text {
    width: 100%;
    margin-top: 35px;
    margin-top: 50px;
}

.single-post .post-content-text img {
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.single-post #content .post-content-text p strong {
    font-weight: 600;
}

.single-post #content .post-content-text figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
}

.single-post #content .post-content-text figure img {
    margin-left: 0;
}

.single-post #content .post-content-text figure figcaption {
    margin-left: 30px;
}

.single-post .post-content-text img.alignleft {
    margin-right: 30px;
}
/* end of old single post */

.progress {
	position: fixed;
	top: 120px;
	left: 0;
	height: 10px;
	background-color: purple;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
	min-width: 0%;
}

#pagewrap .progress {
    background: var(--green);
    border-radius: 0;
    height: 7px;
	z-index: 1;
}

.skip-ahead-list li {
    display: block;
    cursor: pointer;
    color: var(--grey);
    font-weight: 600;
    margin-bottom: 30px;
}

.skip-ahead-list ul {
    margin: 0;
}

.skip-ahead h2 {
    margin-bottom: 30px;
}

.skip-ahead-list li:hover {
    color: var(--blue);
}

.skip-ahead-list li:before {
    content: "";display: block;
    position: absolute;
    height: 2px;
    background: var(--blue);
    width: 0%;
    left: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

.skip-ahead-list li:hover:before {
    width: 3.5%;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

.single-post .post-content .themify_builder_content .row_inner {
    width: 100%;
}

.single-post .post-content .themify_builder_content .module-text {
    margin: 0;
}
/* end of single post */

/* archive blog */
.blog-archive.recent-posts .posts-archive-single a .posts-archive-image {
    padding: 26%;
    border-radius: 0px;
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.blog-archive .posts-archive-single a .posts-archive-image {
    padding: 30%;
    border-radius: 0px;
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.blog-archive .posts-archive-single a:hover .posts-archive-image {
    border-radius: 12px 12px 0px 0px;
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.posts-archive-single {
    background: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 20px transparent;
            box-shadow: 0 0 20px transparent;
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.posts-archive-single:hover {
    background: white;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 20px var(--grey);
            box-shadow: 0 0 20px var(--grey);
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.blog-archive .blog-cat-time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blog-archive .blog-cat-time p {
    color: var(--grey);
    margin-bottom: 0;
}

.blog-archive .blog-cat-time .read-time {
    border-left: solid 1px var(--grey);
    margin-left: 10px;
    padding-left: 10px;
}

.posts-archive-single a:hover {
/*     box-shadow: 0 0 20px var(--grey); */
/*     border-radius: 12px; */
    /* width: calc(50% - 35px); */
    /* margin-left: 70px; */
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.posts-archive-single a  .posts-archive-single-content {
    border-radius: 0px;
    padding: 30px 50px 30px 30px;
    position: relative;
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.posts-archive-single a:hover  .posts-archive-single-content {
    border-radius: 0px 0px 12px 12px;
    -webkit-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.posts-archive-single .posts-archive-single-content h2.title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 5px;
}

.posts-archive-single .recent-posts-archive-button {
    position: absolute;
    right: 50px;
    top: 50%;
}

.logged-in .posts-archive-single .recent-posts-archive-button {
    right: 14px;
}

.posts-archive-single .recent-posts-archive-button i {
    color: var(--blue);
    font-size: 20px;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

.blog-archive.recent-posts .posts-archive-single {
    width: 100%;
    margin: 0;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+1) {
    margin-left: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 25px;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2 / 2;
    margin-top: 25px;
}

.blog-archive.recent-posts .row_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 70px;
    /* grid-row-gap: 30px; */
}

.blog-archive.recent-posts .row_inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-archive.recent-posts .row_inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-archive.recent-posts .row_inner > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.blog-archive.recent-posts .row_inner > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.blog-archive.recent-posts .row_inner > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.blog-archive.recent-posts .row_inner > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2) .post-archive-content, .blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) .post-archive-content {
    display: none;
}

.blog-archive.recent-posts .post-archive-content {
    margin-top: 20px;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2) .posts-archive-image, .blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) .posts-archive-image {
    padding: 26%;
}

.posts-archive-single a:hover {
    text-decoration: none;
}

.blog-archive.recent-posts .post-archive-content p {
    line-height: 1.8;
    font-size: 15px;
}

#pagewrap .blog-header:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 80%)), color-stop(60%, white));
    background: -o-linear-gradient(top, rgb(255 255 255 / 80%) 0%, white 60%);
    background: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, white 60%), url('https://cambrooke.uk/wp-content/uploads/2022/10/Group-Shake-1-scaled.jpg');
    content: "";
    height: 600px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-position: center;
	display: none;
}

#pagewrap .blog-header h1 {
    color: var(--grey);
    font-weight: 600;
    font-size: 40px;
    margin: 50px 0px 80px;
	margin: 0 0 70px;
}

.blog-header .module-text h2 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

.blog-archive.read-next-posts .row_inner {
    width: 100%;
    display: block;
}

.read-next-posts .posts-archive-single {
    padding: 40px 0px 40px 50px;
    background: transparent;
    width: 100%;
    margin: 0;
}

.read-next-posts .posts-archive-single .posts-archive-single-content-all {
    display: block;
    /* align-items: center; */
    width: 100%;
}

.read-next-posts.blog-archive .posts-archive-single a .posts-archive-image {
    width: 35%;
    display: inline-block;
    padding: 0;
    padding-top: 23%;
    vertical-align: middle;
	border-radius: 0;
}

.read-next-posts.blog-archive .posts-archive-single a .posts-archive-single-content {
    width: calc(65% - 5px);
    display: inline-block;
    vertical-align: middle;
	padding: 0px 0px 0px 30px;
	border-radius: 0px;
}

.blog-archive.read-next-posts {
    background: #f9f9f9;
}

.next-reads-blog-section .sub_column.first {
	width:100%;	
}

.next-reads-blog-section .sub_column.last {
	display:none;
}

.logged-in .next-reads-blog-section .sub_column.first {
    width: calc(67.66% - 35px);
}

.logged-in  .next-reads-blog-section .sub_column.last {
    display:inline-block;
	width: calc(32.34% - 35px);
    margin-left: 70px;
    padding: 50px 40px;
}

.recent-posts .posts-archive-single:nth-child(3n+1) a .posts-archive-single-content {
    padding: 40px 70px 40px 50px;
}

.next-reads-blog-section .sub_column.last .tb-column-inner.tf_box.tf_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

#pagewrap .view-all-blogs-link {
    position: absolute;
    top: 5px;
    right: 0;
}

.recent-blog-section .sub_column.first .tb-column-inner {
    position: relative;
}

#pagewrap .view-all-blogs-link a, #pagewrap .view-all-blogs-link a i {
    color: var(--blue);
}

#pagewrap .view-all-blogs-link a {
    font-weight: 600;
}

#pagewrap .view-all-blogs-link a:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: -2px;
    background: var(--blue);
    left: calc(5% - 5px);
    left: 0;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#pagewrap .view-all-blogs-link a:hover {
    color: var(--blue);
}

#pagewrap .view-all-blogs-link a:hover:before {
    width: 100%;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#pagewrap .view-all-blogs-link i {
    margin-left: 8px;
    font-size: 11px;
}

#pagewrap a:hover {
    text-decoration: none;
}

.recent-blog-section, .next-reads-blog-section {
    margin-bottom: 70px;
}

.blog-archive-heading h2 {
    margin-top: 0;
}

.next-reads-blog-section .sub_column.last .module-image {
    margin-top: 50px;
    margin-top: 100px;
}

.posts-archive-single {
    width: calc(33.33% - 34px);
    margin-left: 50px;
    margin-bottom: 50px;
}

.posts-archive-single:nth-child(3n+1) {
    margin-left: 0;
}

.all-posts .pagination span, #pagewrap .all-posts .pagination a {
    color: var(--blue);
    font-weight: 700;
    padding: 0px 10px;
    font-size: 15px;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
    position: relative;
}

.all-posts .pagination {
    margin: 0;
}

.all-posts .pagination-wrap {
    width: 100%;
    text-align: right;
}

.all-posts.blog-archive .posts-archive-single a .posts-archive-image {
    padding: 30%;
}

#pagewrap .all-posts .pagination a:hover {
    text-decoration: none;
}

#pagewrap .all-posts .pagination a:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: -7px;
    background: var(--blue);
    left: calc(35% - 5px);
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#pagewrap .all-posts .pagination a:hover:before {
    width: 70%;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

.posts-archive-single a:hover .recent-posts-archive-button i {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}
/* end of archive blogs */

/* footer additonal css */
.social-icons.footer-icons .tb_text_wrap>div {
    margin-left: 16px;
}

.social-icons.footer-icons .tb_text_wrap>div:first-child {
    margin-left: 0;
}

#pagewrap .social-icons.header-icons svg path {
    color: var(--blue);
}

#pagewrap .social-icons.header-icons a:hover svg path {
    color: var(--green);
}

#pagewrap #footer-top .social-icons a:hover svg path {
    fill: var(--green);
}

#pagewrap #footer-top ul.nav li a:hover {
    color: var(--blue);
}

#pagewrap div#footer-top .third a:hover, #pagewrap div#footer-top .third a:hover p {
    color: var(--blue);
}

#footer-top .footer-text p {
    color: #b9b7b8;
    font-size: 13px;
}

#footer-top #footer-newsletter p {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 40px;
}

#pagewrap #footer-newsletter .frm_forms input {
    border-radius: 0;
    padding-left: 20px;
}

#footer-top .module_column.last {
    width: 240px;
}

#footer-top .module_column {
    margin-left: 50px;
    width: calc(33.33% - 130px);
}

#footer-top .module_column.first {
    margin-left: 0;
}

#legals-menu {
    float: right;
}

.footer-text {
    opacity: 1;
}

#form_newsletter-signup .frm_form_fields .frm_submit button {
    margin: 0;
    font-size: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 9px 8px;
}

#form_newsletter-signup .frm_form_fields .frm_submit button i {
    font-size: 14px;
    color: var(--blue);
}

#form_newsletter-signup .frm_form_fields .frm_submit {
    position: absolute;
    right: 0;
    top: 3px;
}

#form_newsletter-signup .frm_form_fields  .frm_fields_container {
    position: relative;
}

#form_newsletter-signup .frm_form_fields label, #form_newsletter-signup .frm_form_fields .frm_primary_label {
    color: white;
    font-family: open-sans, sans-serif;
}

#form_newsletter-signup .frm_form_fields .frm_primary_label {
    font-weight: 400;
}

#form_newsletter-signup .frm_form_fields .frm_form_field {
    margin-bottom: 10px;
}

#form_newsletter-signup fieldset {
    padding: 0;
}
/* end of footer additonal css */

/* single products */

.single-product #pagewrap h1 {
    font-family: europa, sans-serif!important;
	font-weight:600;
}

.single-product main#content {
    padding: 0;
}

.single-product .width-auto, .width-auto {
    padding: 70px 0px;
}

.single-product-inner {
    width: 1600px;
    margin: auto;
    width: 80%;
}

.product-content-left {
    width: calc(78% - 35px);
}

.product-content-right {
    width: calc(22% - 35px);
    margin-left: 70px;
}

.product-content-left-top .product-image {
    width: calc(40% - 35px);
    display: inline-flex;
	align-items: flex-start;
}

.product-content-left-top .product-content-info {
    width: calc(60% - 35px);
    margin-left: 70px;
    display: inline-block;
}

.product-content-left-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-content-info-bottom {
    border-top: solid 2px var(--grey);
    margin-top: 40px;
}

.product-content-info-bottom p {
    margin-top: 20px;
    font-weight: 600;
}

#pagewrap .product-content-info-top .blue-button {
    margin-top: 30px;
}

#pagewrap .product-content-info-top p a {
    color: var(--blue);
}

#pagewrap .product-content-info-top p a:hover {
    color: var(--green);
}

.single-product #pagewrap h1 {
    color: var(--grey);
    font-weight: 600;
    margin-bottom: 30px;
}

.single-product .product-content-info-top p, .single-product .product-content-info-top li, .single-product .product-content-info-top strong {
    color: var(--grey);
}

.single-product .product-content-info-top li, .single-product .product-content-info-top strong {
    font-weight: 400;
    margin-bottom: 0;
}

.product-content-right .products-list {
    background: #EAEAEA;
    border-radius: 5px;
    padding: 30px;
}

.product-content-right .products-list ul.menu {
    list-style: none;
    margin: 0;
}

.product-content-right .products-list ul.menu>li, .product-content-right .products-list ul.menu>li.sample_pack_menu_item, .logged-in  .product-content-right .products-list ul.menu>li.sample_pack_menu_item, .logged-in  .product-content-right .products-list ul.menu .sample_pack_menu_item, .logged-in #pagewrap  .product-content-right .products-list ul.menu li.sample_pack_menu_item {
    display:none;
}

.product-content-right .products-list ul.menu>li:nth-child(2) {
    display:block;
}

.product-content-right .products-list ul.menu>li:nth-child(2)>a {
    display:none;
}

.product-content-right .products-list ul.menu li ul {
    list-style:none;
    margin:0;
}
.product-content-right .products-list ul.menu li ul li {
    display:block;
    opacity:1;
    visibility:visible;
    height:auto;
    margin:0 0 12px;
}

#pagewrap .product-content-right .products-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--grey);
}

.product-content-right .products-list p {
    font-size: 16px;
    font-weight: 400;
    color: var(--grey);
}

.product-content-right .products-list a:hover p {
    color: var(--blue);
}

.product-content-left-bottom {
    margin-top: 50px;
}

#pagewrap .product-content-info-top .blue-button .woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
}

#pagewrap .product-content-info-top .blue-button .woocommerce.add_to_cart_inline a {
    text-transform: capitalize;
    font-weight: 500;
}

#pagewrap .product-content-info-top .blue-button .woocommerce.add_to_cart_inline a:hover {
    color: var(--blue);
}

.product-archive-single {
    margin-bottom: 10px;
}

.product-archive-single:last-child {
    margin-bottom: 0;
}

#pagewrap .product-content-info-top .blue-button .woocommerce.add_to_cart_inline a.added_to_cart.wc-forward {
    margin-top: 0;
    color: white;
    border-radius: 5px;
    padding: 5px 8px;
    margin-left: 10px;
    min-width: 110px;
}

#pagewrap .product-content-info-top .blue-button .woocommerce.add_to_cart_inline a.added_to_cart.wc-forward:hover {
    color: var(--blue);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 5px 12px 3px rgb(0 0 0 / 12%);
            box-shadow: 0 5px 12px 3px rgb(0 0 0 / 12%);
}

.product-download-file {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #eaeaea;
    padding: 12px 20px;
    border-radius: 10px;
}

#pagewrap .product-download-file a span, .product-download-file i {
    color: var(--grey);
}

.product-download-file span {
    font-weight: 600;
    font-family: open-sans, sans-serif;
}

.product-download-file i {
    margin-right: 8px;
}

#pagewrap a {
    text-decoration: none;
}
/* end of single products */

/* archive products */
.post-type-archive-product main#content {
    padding: 0;
    background: #f9f9f9;
}

.post-type-archive-product .archive-product-inner {
    width: 1600px;
    width: 80%;
    margin: auto;
}

.post-type-archive-product .product-pa {
    width: calc(25% - 32px);
    display: inline-block;
    background: white;
    vertical-align: top;
    border: solid 2px transparent;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    margin-left: 38px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 20px transparent;
            box-shadow: 0 0 20px transparent;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

.post-type-archive-product .product-pa:nth-child(4n+1) {
    margin-left: 0;
}

.post-type-archive-product .product-pa:hover {
    border-color: var(--blue);
    -webkit-box-shadow: 0 0 20px #9b9b9b;
            box-shadow: 0 0 20px #9b9b9b;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

.post-type-archive-product .product-pa img {
    height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
}

.post-type-archive-product #pagewrap .product-pa h3, #pagewrap .post-type-archive-product.ketovie-product-archive .product-pa h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--grey);
}

.post-type-archive-product #pagewrap .product-pa a.button, #pagewrap .post-type-archive-product.ketovie-product-archive .product-pa a.button {
    color: white;
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}

.post-type-archive-product #pagewrap .product-pa a.button:hover, #pagewrap .post-type-archive-product.ketovie-product-archive .product-pa a.button:hover {
    color: var(--blue);
}

.post-type-archive-product #pagewrap .product-pa a.button:first-child, #pagewrap .post-type-archive-product.ketovie-product-archive .product-pa a.button:first-child {
    min-width: auto;
    background: transparent;
    color: var(--blue);
    margin-left: 0;
}

#pagewrap .blue-button a, #pagewrap .post-type-archive-product.ketovie-product-archive .blue-button a {
    border: solid 1px var(--blue);
    padding: 6px 8px;
}

#pagewrap .blue-button a:hover, #pagewrap .post-type-archive-product.ketovie-product-archive .blue-button a:hover {
    background: transparent;
    color: var(--blue);
}

.archive-product-title {
    text-align: center;
    padding: 40px 0px;
    background: white;
}

#pagewrap .archive-product-title h1 {
    margin: 0;
    color: var(--grey);
}

.post-type-archive-product .products-search {
    background: var(--blue);
    padding: 6px 0px;
}

.post-type-archive-product .products-search form {
    width: 90%;
    margin: auto;
}

.products-search .searchandfilter label {
    position:relative;
    z-index:0;
}

.products-search .searchandfilter label::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600;
    color:rgba(255,255,255,70%);
    position: absolute;
    font-size:14px;
    top: 0;
    right: 12%;
    display: flex;
    align-items:center;
    justify-content:center;
    width: auto;
    height: 100%;
    z-index: -1;
}

.searchandfilter ul select {
    background: transparent;
    border-radius: 0;
    border: solid 1px rgba(255,255,255,70%);
    border-left: none;
    border-right: none;
    color: white;
    font-weight: 400;
	position:Relative;
}

.post-type-archive-product .archive-product-results.width-auto {
    padding-bottom: 30px;
}

.post-type-archive-product .searchandfilter ul li {
    padding: 18px 0px;
}

.pa-archive-results .search-filter-results, .pa-archive-results {
    width: 100%;
}

.post-type-archive-product .searchandfilter ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.post-type-archive-product .searchandfilter ul li {
    width: 25%;
    text-align:center;
    padding: 20px 0;
}

.post-type-archive-product .searchandfilter select.sf-input-select {text-align: center;width: calc(100% - 50px);display: block;margin: auto;}

.searchandfilter label {
    width: 100%;
}

.post-type-archive-product .searchandfilter ul li:nth-child(4n+4) {
    margin-right: 0;
}

.post-type-archive-product .select2-container {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.post-type-archive-product .select2-container--default .select2-selection--single {
    display:block;
    width:100%;
    height:100%;
    margin:0;
    background:none;
    border-top:1px solid #ffffff80;
    border-bottom:1px solid #ffffff80;
    border-radius:0;
	padding:6px 0;
}

.post-type-archive-product .searchandfilter>ul>li[data-sf-combobox="1"] label {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    width: 100%;
    height: 100%;
}

.post-type-archive-product .select2-container--default .select2-selection--single .select2-selection__rendered {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  /* justify-content:center; */
  width: 100%;
  height: 100%;
  color:white;
  font-weight:400;
  font-weight: 600;
  font-family: open-sans, sans-serif;
  padding: 0px 12px;
  font-size: 14px;
}

.post-type-archive-product .select2-container--open .select2-dropdown {
    top:-10px;
    border: none;
}

.post-type-archive-product .select2-container--default .select2-search--dropdown .select2-search__field {
    border:none;
    position: relative;
}

.post-type-archive-product .select2-results__option {
    background: #f5f5f5;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #f5f5f5;
    margin-bottom: 8px;
    -webkit-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    transition:all ease 0.5s;
    font-weight: 600;
    color: var(--grey);
}

.post-type-archive-product .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f5f5f5;
    border: 1px solid var(--blue);
    color: var(--grey);
    font-weight: 600;
}

.post-type-archive-product .select2-container--default .select2-results__option {
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
}

.post-type-archive-product li.select2-results__option.select2-results__option--highlighted {
    border: 1px solid var(--blue);
}

.post-type-archive-product .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent;
    border-width: 6px;
    margin-top: 0;
    margin-left: -10px;
    -webkit-transition:all ease 0.1s;
    -o-transition:all ease 0.1s;
    transition:all ease 0.1s;
}

.post-type-archive-product span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus .select2-selection__arrow b  {
    border-color: black transparent transparent;
    z-index: 1060;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -7px;
}

.post-type-archive-product .select2-container {
	width: 334px!important;
	max-width:100%;
}

.post-type-archive-product .select2-container {
    position:relative;
    z-index:0;
}

.post-type-archive-product .select2-container::before {
    content:"";
    display:block;
    width: 40px;
    height:40px;
    position:absolute;
    top:0;
    right:0;
    background-image: url(/wp-content/uploads/2021/12/arrow-down.png);
    background-repeat:no-repeat;
    background-position:calc(100% - 10px) 50%;
    -webkit-transition:all ease 0.2s;
    -o-transition:all ease 0.2s;
    transition:all ease 0.2s;
    z-index:-1;
    right: 3px;
}

.post-type-archive-product .select2-container.select2-container--default.select2-container--open::before {
    content:"";
    display:block;
    position:absolute;
    top: -10px;
    right: 0px;
    background-image: url(/wp-content/uploads/2021/12/arrow-up.png);
    background-repeat:no-repeat;
    background-position:calc(100% - 10px) 50%;
	-webkit-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	transition:all ease 0.2s;
    z-index: 1060;
}

.post-type-archive-product .select2-container--default .select2-selection--single .select2-selection__arrow, .post-type-archive-product span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus .select2-selection__arrow b {
    display: none;
}

/* end of archive products */

/* single recipes */
.single-recipes main#content {
    width: 100%;
    padding: 0;
}

.single-recipes .row_inner {
    width: 80%;
    margin: auto;
}

.recipe-post-content-top {
    width: 100%;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 20px var(--grey);
            box-shadow: 0 0 20px var(--grey);
    position: relative;
}

.recipe-post-content-top::before {content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-image: url(/wp-content/uploads/2021/12/single-recipe-cutout.png);background-repeat: no-repeat;background-size: auto 100%;background-position: 61% 50%;}

.recipe-post-content-top-left {
    width: 60%;
    padding: 50px 70px;
}

.recipe-post-content-top-right {
    width: 40%;
    /* padding-top: 22%; */
}

.recipe-cat {
    color: var(--blue);
    font-weight: 600;
}

#pagewrap .recipe-title h1 {
    color: var(--grey);
    margin: 10px 0px 0px;
}

.recipe-post-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 100%;
    background: -o-linear-gradient(301deg, rgba(2,0,0,0) -0%, #ffffff 40%);
    background: linear-gradient(149deg, rgba(2,0,0,0) -0%, #ffffff 40%);
    top: 0;
}

.recipe-single-post-inner {
    position: relative;
}

.recipe-post-content-middle {
    padding: 40px 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.recipe-post-content-middle-left {
    width: 30%;
    background: white;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 20px var(--grey);
            box-shadow: 0 0 20px var(--grey);
}

.recipe-post-content-middle-right {
    width: calc(70% - 70px);
    margin-left: 70px;
}

.recipe-post-content-middle-right ol {
  list-style-type: none;
  margin-left: 0;
}

.recipe-post-content-middle-right ol > li {
  	counter-increment: customlistcounter;
  	margin:60px 0;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.recipe-post-content-middle-right ol > li:before {
  content: "Step " counter(customlistcounter) " ";
  font-weight: bold;
  float: left;
  width: 100%;
  max-width:65px;
  -webkit-transform-origin:center;
      -ms-transform-origin:center;
          transform-origin:center;
  -webkit-transform:rotate(-90deg);
      -ms-transform:rotate(-90deg);
          transform:rotate(-90deg);
  color:var(--blue);
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

.recipe-post-content-middle-right ol:first-child {
  counter-reset: customlistcounter;
}

.recipe-post-content-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.recipe-post-content-middle-left-bottom {
    background: var(--blue);
    border-radius: 0px 0px 25px 25px;
}

.recipe-icons li {
    margin-bottom: 0;
    margin-left: 10px;
    width: calc(25% - 11px);
    display: inline-block;
}

.recipe-icons {
    text-align: center;
    padding: 10px 10px;
}

.recipe-icons li:first-child {
    margin-left: 0;
}

.recipe-icons-content>div {
    padding: 40px;
    display: none;
}

.recipe-icons-content>div.active-icon-text {
    display: block;
}

.single-recipes #pagewrap h2.small-heading {
    font-weight: 700;
    color: var(--grey);
    font-size: 25px;
}

.single-recipes #pagewrap .recipe-post-content-middle-left h2.small-heading {
    font-size: 20px;
}

.ingredients-content-top li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.ingredients-content-top {
    border-bottom: solid 3px #eaeaea;
    padding-bottom: 10px;
}

.ingredients-content-top i {
    color: var(--blue);
    margin-right: 28px;
}

.ingredients-content-top li.nutritional-information span {
    /* display: inline-block; */
    /* vertical-align: top; */
    /* width: 100%; */
}

.ingredients-content-top li span {
    /* width: 100%; */
    margin-right: 5px;
}

.ingredients-content-top li.nutritional-information ul {
    margin: 0;
}

.ingredients-content-top li.nutritional-information ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ingredients-content-top li span:last-child {
    margin-right: 0;
}

.ingredients-content-top li.nutritional-information ul li:last-child {
    margin-bottom: 0;
}

#pagewrap .ingredients-content-bottom a {
    color: var(--blue);
}

#pagewrap .ingredients-content-bottom a:hover {
    color: var(--green);
}

.recipe-icons i {
    color: white;
    padding: 8px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
	-webkit-transition:ease all 0.3s;
	-o-transition:ease all 0.3s;
	transition:ease all 0.3s;
}

.recipe-icons i:hover {
    color: var(--blue);
	background:white;
}


.recipe-icons .active-icon i {
    color: var(--blue);
    background: white;
}

.recipe-post-content-bottom-left {
    width: calc(55% - 35px);
}

.recipe-post-content-bottom-right {
    width: calc(45% - 35px);
    margin-left: 70px;
}

.single-recipes .our_recipes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.single-recipes .our_recipes .recipe {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    margin: 0;
    max-height: 180px;
    overflow: hidden;
}

.single-recipes .our_recipes .recipes_single:first-child {
    margin-bottom: 30px;
}

.single-recipes .our_recipes .recipe h3 {
    font-size: 20px;
}

.single-recipes .our_recipes .recipe h5 {
    margin: 0;
    line-height: normal;
}

.single-recipes .our_recipes .recipe .recipe-content {
    width: 70%;
    padding: 20px 60px;
}

.single-recipes .our_recipes .recipe .recipe-image {
    border-radius: 500px 0 0 500px;
    overflow: hidden;
    width: 30%;
}

/* end of single recipes */

/* single product tabs start */
	
	.single-product ul.tabs.wc-tabs {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.single-product #pagewrap ul.tabs.wc-tabs li:hover a {
    color:var(--blue);
}

.single-product li#tab-title-description {
    display: none;
}

.single-product li#tab-title-additional_information {
    display: none;
}

.single-product ul.tabs.wc-tabs li {
    margin: 0;
}

.single-product ul.tabs.wc-tabs li.active {
    background: #EAEAEA;
    border-radius: 12px 12px 0 0;
}

.single-product ul.tabs.wc-tabs li {
    padding: 12px 0;
    width: 25%;
    text-align: center;
}

.single-product #pagewrap ul.tabs.wc-tabs li.active a {
    color: var(--blue);
    font-weight: 600;
}

.single-product .woocommerce-Tabs-panel {
    background: #eaeaea;
    padding: 24px 32px;
    border-radius: 0 0 12px 12px;
}

.single-product .woocommerce-Tabs-panel h2 {
    display: none;
}

.single-product ul.tabs.wc-tabs li, .single-product ul.tabs.wc-tabs li.active {position: relative;}

.single-product #pagewrap ul.tabs.wc-tabs li a {
    position:relative;
    display: block;
    width:100%;
    height:100%;
}

.single-product #pagewrap ul.tabs.wc-tabs .active a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    right: -20px;
    width: 20px;
    height: 20px;
    border-left:5px solid #eaeaea;
    border-bottom:5px solid #eaeaea;
    border-bottom-left-radius:12px;
}

.single-product #pagewrap ul.tabs.wc-tabs .active a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    left: -20px;
    width: 20px;
    height: 20px;
    border-right:5px solid #eaeaea;
    border-bottom:5px solid #eaeaea;
    border-bottom-right-radius:12px;
}

.single-product #pagewrap ul.tabs.wc-tabs li:nth-child(1) a:before, .single-product #pagewrap ul.tabs.wc-tabs li:nth-child(4) a:after {
    display:none;
}
	
	/* tabs table */
	
	.single-product div#tab-Nutrients ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 12px;
}

.single-product div#tab-Nutrients ul li {width: 100%;max-width: 200px;margin: 0;}

.single-product #pagewrap div#tab-Nutrients ul.row1 li {
    font-weight: 600;
}

/* single product tabs end */

/* addition homepage css */
#content p, #content li {
    font-size: 16px;
}

.slide-1 h1 {
    display: block;
}

#pagewrap .main-heading h2, #pagewrap .main-heading h1 {
    font-weight: 600;
    font-size: 35px;
    margin-top: 0;
}

#pagewrap .blue-button a:hover span {
    color: var(--blue);
}

.home-2.padding-row {
    padding-bottom: 20px;
}

.home-3 h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.home-4 {
    margin-top: -45px;
    z-index: 9;
}

.home-4 h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

.module_column.col4-2, .module_column.col2-1 {
    width: calc(50% - 25px);
}

div.module_column {
    margin-left: 50px;
}

.home-5 {
    margin-top: -100px;
    z-index: 10;
}

.module_column.col3-1 {
    width: calc(33.33% - 35px);
}

.home-6 {
    margin-top: -30px;
}

.home-7.padding-row {
    padding: 0 0 70px;
}

.home-7 h2 {
    margin-bottom: 70px;
}

.home-arrows {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--blue)));
    background: -o-linear-gradient(top, transparent, var(--blue));
    background: linear-gradient(180deg, transparent, var(--blue));
    position: absolute;
    -webkit-transform: translateY(-118px);
        -ms-transform: translateY(-118px);
            transform: translateY(-118px);
    text-align: center;
    padding-top: 70px;
	width:100%;
}

#pagewrap .home-arrow-icon span {
    color: white;
    font-family: open-sans, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

#pagewrap .home-arrow-icon svg {
    fill:  white;
}

#pagewrap .home-arrow-icon a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
}

#pagewrap .home-arrow-icon em {
    padding-top: 2px;
    padding-bottom: 2px;
}

#pagewrap .home-6 .main-heading h2, #pagewrap .home-6 .main-heading h2 strong {
    color: white;
}

.home-6 .module-text p {
    color: white;
    font-weight: 100;
}

#pagewrap .home-6 .main-heading h2 strong {
    display: block;
}

.home-6 .module-image {
    margin-bottom: 30px;
}

.home-6 .module-text {
    margin-bottom: 50px;
}

.home-6 .blue-button {
    position: absolute;
    bottom: 0;
}

.home-6 .module_column .tb-column-inner {
    position: relative;
    height: 100%;
}

.home-6 .module-image img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

#content .our_recipes .recipe p {
    font-size: 14px;
    font-weight: 700;
}

#pagewrap .home-7 .blue-button a {
    margin-top: 0;
}

#pagewrap .home-6 .blue-button a:hover {
    background: white;
    border-color: white;
}

.strong-green strong {
    color: var(--green);
    font-weight: 400;
}

.module-text p {
    margin: 0 0 15px;
}

.about-2.padding-row {
    padding-top: 0;
}

.about-2 {
    text-align: center;
}

.about-2 .main-heading h2 {
    margin-bottom: 0px;
    -webkit-transform: translateX(-18px);
        -ms-transform: translateX(-18px);
            transform: translateX(-18px);
}

.about-2 .module_subrow .main-heading h2 {
    margin-bottom: 10px;
    -webkit-transform: translateX(-0px);
        -ms-transform: translateX(-0px);
            transform: translateX(-0px);
}

.about-2 .module_subrow {
    margin-top: 70px;
}

.about-2 h3.image-title {
    font-weight: 700;
    width: 230px;
    margin: auto;
    margin-bottom: 20px;
}

.about-2 .image-caption {
    width: 350px;
    margin: auto;
}

.about-2 .module-image.image-top .image-content {
    margin-bottom: 0;
}
/* end of addition homepage css */

/* additional pip code css */
#pagewrap .pip-1 .main-heading h2 {
    color: var(--grey);
    font-weight: 500;
    margin-bottom: 40px;
}

#pagewrap .pip-1 td {
    font-weight: 600;
    font-size: 16px;
    color: var(--grey);
}
/* end of additional pip code css */

/* additional about css */
.about-1 .module-image {
    text-align: right;
}

.about-3 .module_column.col2-1 {
    width: calc(50% - 35px);
}

.about-3 div.module_column {
    margin-left: 70px;
}

.about-3 div.module_column:first-child {
    margin-left: 0;
}
/* end of additional about css */

/* all blogs anchor */
#allblogs {
	display: block; 
	position: relative; 
	top: -150px; 
/* 	visibility: hidden; */
}

#allblogs h2 {
	top: 150px;
	position: relative;
}
/* end of all blogs anchor */

/* checkout */
p#order_comments_field span.woocommerce-input-wrapper, p#order_comments_field label {
    display: none;
}

p#order_comments_field {
    display: none;
}

#pagewrap .woocommerce form select, .select2-container--default .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--single {
    padding: 0.6em;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    font-size: 18px;
}

@media (max-width: 900px) {
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    margin-top: 30px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}
}

@media (max-width: 800px) {
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-bottom: 0;
    margin-top: 15px;
}

.woocommerce-checkout #payment {
    text-align: center;
}
}

@media (max-width: 500px) {
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    margin-top: 20px;
}

#pagewrap .woocommerce-billing-fields h3, #pagewrap .woocommerce-additional-fields h3 {
    font-size: 25px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
}
/* end of checkout */

/* additional footer */
div#footer-bottom .module_column.first {
    width: 330px;
}

div#footer-bottom .module_column.last {
    width: calc(100% - 360px);
    margin-left: 30px;
}

#footer-top .footer-text p {
    margin-bottom: 0;
    font-size: 14px;
}

#pagewrap #footer-bottom div#legals-menu li a {
    font-size: 13.5px;
}

#footer-bottom .tb_text_wrap, #footer-bottom ul {
    font-size: 13.5px;
}

#pagewrap #footer-top ul.nav li a {
    color: white;
}

#pagewrap div#footer-top .third a, #pagewrap div#footer-top .third p {
    color: white;
}

#footer-top .footer-icons a {
    margin-left: 0;
}

#footer-top #footer-newsletter p {
    font-weight: 600;
    font-family: open-sans, sans-serif !important;
}

#footer-top .module_column {
    width: calc(33.33% - 134px);
}

#footer-top .module_column.last {
    width: 250px;
}

#pagewrap #footer-top ul.nav li {
    margin-bottom: 10px;
}

#pagewrap #footer-top ul.nav li a {
    font-size: 13.5px;
}
/* end of additional footer */

/* additional about */
.about-2 .module-image.image-top .image-content {
    margin-top: 10px;
}

.about-2 .module-image .image-wrap img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
}

#content p, #content li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

.about-2 .image-caption {
    font-size: 18px;
}

.about-2 h3.image-title {
    width: 260px;
    font-size: 20px;
    font-weight: 600;
}

.about-1 .module_column.first .tb-column-inner {
    width: 580px;
    margin: auto;
    margin-right: 0;
}

.about-3 .module_column.last .tb-column-inner {
    width: 330px;
}

.strong-green strong {
		font-size: 22px;
		line-height: 1.1;
}
/* end of additional about */

/* additional single blog */
#content .skip-ahead li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.4;
}

.single-post #content .blog-info .blog-info-text p, .single-post #content .blog-info .blog-info-text li {
    font-size: 14px;
}

.single-post #content p, .single-post #content li {
    font-weight: 400;
}

.skip-ahead h2 {
    font-weight: 600;
    font-size: 23px;
}

.single-post #content .post-content-text p, .single-post #content .post-content-text li {
    margin-bottom: 25px;
    line-height: 1.8;
}

.single-post .page-heading-title h1 {
    width: 95%;
}

.single-post #header-top, .single-recipes #header-top {
    width: 100%;
}

#pagewrap a.all-recipes-link span {
    font-weight: 400;
}

#pagewrap .progress {
    top: 145px;
}
/* end of additional single blog */

/* additional archive blog */
.page-id-1214 #content p, .page-id-1214 #content li {
    font-weight: 400;
    line-height: 1.8;
}

.logged-in .next-reads-blog-section .sub_column.last {
    -webkit-box-shadow: 0 0 20px #d0d0d0;
            box-shadow: 0 0 20px #d0d0d0;
    border-radius: 10px;
    padding: 50px 15px;
}

#pagewrap .blue-button span {
    font-weight: 400;
    font-family: europa, sans-serif;
    font-size: 15px;
}

#pagewrap .next-reads-blog-section .blue-button a {
    padding: 8px 18px;
}

.logged-in .next-reads-blog-section .sub_column.last .ad-text, .logged-in .next-reads-blog-section .sub_column.last .module-buttons {
    padding: 0px 25px;
}

.read-next-posts.blog-archive .posts-archive-single a .posts-archive-image {
    border-radius: 5px;
    padding-top: 22%;
}

.read-next-posts .posts-archive-single {
    padding: 50px 30px 50px 70px;
}

.read-next-posts.blog-archive .posts-archive-single a .posts-archive-single-content {
    width: calc(65% - 60px);
    padding-left: 60px;
}

.logged-in .read-next-posts .posts-archive-single .recent-posts-archive-button {
    right: -30px;
}

.posts-archive-single .posts-archive-single-content h2.title {
    /* font-weight: 700; */
}

.page-id-1214 #content .blog-cat-time p {
    line-height: 1.2;
}

.all-posts .pagination span, #pagewrap .all-posts .pagination a {
    font-size: 22px;
    font-weight: bold;
    font-family: europa, sans-serif;
}

.next-reads-blog-section .sub_column.last .module-image {
    margin-top: 0;
}

.next-reads-blog-section .sub_column.last .tb-column-inner.tf_box.tf_w {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.logged-in .next-reads-blog-section .sub_column.first {
    background: #f9f9f9;
}

.page-id-1214 #body {
    overflow: hidden;
}

.posts-archive-single .recent-posts-archive-button {
    right: 20px;
}
/* end of additional archive blog */

/* additional subscribe */
.subscribe-1 .module_column.last .module-icon-item:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
		margin-bottom: 0;
}

.subscribe-1 .module_column.last .module-icon-item:last-child em {
    padding-top: 0;
}

#pagewrap .subscribe-1 .module_column.last .module-icon-item span {
    color: var(--grey);
		font-size: 18px;
    font-weight: 100;
    font-family: open-sans, sans-serif;
}

#pagewrap .subscribe-1 .last p {
    font-size: 16px;
    letter-spacing: 2px;
}

#pagewrap .subscribe-1 .last .main-heading h2 {
    font-size: 40px;
    font-weight: 400;
    color: var(--grey);
    margin-bottom: 30px;
}

#pagewrap .subscribe-1 .first .main-heading h2 {
    font-size: 26px;
    color: #444444;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

#pagewrap .subscribe-1 .first .main-heading p {
	margin-bottom:30px;
	text-align:center;
}

.subscribe-1 .first label#field_3a2xt_label {
    font-size: 14px;
    margin-bottom: 4px;
}

.subscribe-1 .with_frm_style .frm_top_container .frm_primary_label, .subscribe-1 .with_frm_style .frm_hidden_container .frm_primary_label, .subscribe-1 .with_frm_style .frm_pos_top {
    font-weight: 600;
    font-size: 20px;
}

.subscribe-1 .with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    font-size: 14px;
}

#pagewrap input[type=radio], input[type=radio], #pagewrap .subscribe-1 .frm_opt_container .frm_checkbox input {
    height: 15px;
    width: 15px;
    border: none;
}

#pagewrap input[type="radio"]:checked:before, .subscribe-1 input[type="checkbox"]:checked:before {
    width: 6px;
    height: 6px;
    margin: 4px auto;
    border-width: 4px;
    background: #222222;
    border: none;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    padding: 0px 20px;
}

#pagewrap .with_frm_style input::-webkit-input-placeholder, #pagewrap .with_frm_style select::-webkit-input-placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 400;
}

#pagewrap .with_frm_style input::-moz-placeholder, #pagewrap .with_frm_style select::-moz-placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 400;
}

#pagewrap .with_frm_style input:-ms-input-placeholder, #pagewrap .with_frm_style select:-ms-input-placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 400;
}

#pagewrap .with_frm_style input::-ms-input-placeholder, #pagewrap .with_frm_style select::-ms-input-placeholder {
    color: var(--grey);
    font-weight:bold;
    font-weight: 400;
}

#pagewrap .with_frm_style input::placeholder, #pagewrap .with_frm_style select::placeholder, #pagewrap .with_frm_style select, #pagewrap .with_frm_style input {
    color: var(--grey);
    font-weight:bold;
    font-weight: 400;
}

.subscribe-1 .frm_combo_inputs_container .frm_form_field {
/*     grid-column: span 6 / span 6; */
	  width: calc(50% - 11px);
    display: inline-block;
    margin-left: 18px;
}

.subscribe-1 .frm_combo_inputs_container {
    display: inline-block;
}

.subscribe-1 .frm_combo_inputs_container .frm_form_field:nth-child(2n+1) {
    margin-left: 0;
}

.subscribe-1 .frm_combo_inputs_container, .subscribe-1 .frm_grid_container, .subscribe-1 .frm_form_fields .frm_section_heading, .subscribe-1 .frm_form_fields .frm_fields_container {
    grid-gap: 0 18px;
    -ms-grid-columns: 5.6% 18px 5.6% 18px 5.6% 18px 5.6% 18px 5.6% 18px 5.6% 18px 5.6% 18px 5.6% 18px 5.6% 18px 5.6% 18px 5.6% 18px 5.6%;
    grid-template-columns: repeat(12, 5.6%);
	  -ms-grid-columns: auto;
	  grid-template-columns: auto;
}

.with_frm_style .frm_form_fields > fieldset {
    padding-bottom: 0;
}

.subscribe-1 .first {
    padding: 50px 50px;
    width: calc(60% - 35px);
}

.subscribe-1 .last {
    width: calc(40% - 35px);
		margin-left: 70px;
}

#pagewrap .subscribe-1 .frm_submit button {
    margin: 0;
}

.subscribe-1 #frm_field_51_container label, .subscribe-1 #frm_field_51_container .frm_primary_label {
    color: white;
    font-weight: 300;
}

.subscribe-1 #frm_field_51_container:before {
    content: '';
    display: block;
    position: absolute;
    background: var(--browngrey);
    height: 30%;
    width: calc(100% - -100px);
    left: -50px;
    z-index: -1;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
}

.subscribe-1 .first:after {
    background: var(--browngrey);
}

#pagewrap .subscribe-1 a {
    color: var(--blue);
    font-weight: 500;
}

#pagewrap .subscribe-1 a:hover {
    color: var(--green);
}

.subscribe-1 #frm_field_51_container #frm_field_50_container .frm_primary_label {
    font-size: 14px;
    padding: 0;
    margin-bottom: 3px;
    font-weight: 400;
}

#pagewrap .subscribe-1 .frm_style_formidable-style.with_frm_style div#frm_desc_field_w9pow {
    font-weight: 300;
    font-family: open-sans, sans-serif;
    font-size: 13px;
}

div#frm_field_39_container {
    margin-bottom: 70px;
}

.subscribe-1 div#field_w9pow_label {
    font-size: 16px;
}

#pagewrap .subscribe-1 div#field_w9pow_label span {
    font-weight: 500;
}

.subscribe-1 #frm_field_51_container label {
    font-size: 16px;
}

.subscribe-1 #frm_field_51_container #frm_field_50_container label {
    font-size: 13px;
}

.subscribe-1 .module_column.last .module-icon-item em {
    padding-top: 0;
    padding-bottom: 0;
}

.subscribe-1 .module_column.last .module-icon-item {
    margin-bottom: 20px;
}

.subscribe-1 .row_inner {
    width: 1250px;
}

#pagewrap .subscribe-1 .last p {
    margin-bottom: 10px;
}

#pagewrap .subscribe-1 .frm_opt_container .frm_checkbox input.frm_other_input {
    width: 100%;
    height: 30px;
    border-radius: 4px !important;
}
/* end of additional subscribe */

/* additional faq */
.page-id-1296 #content p, .page-id-1296 #content li {
    line-height: 1.6;
    font-weight: 400;
}

.page-id-1296 #pagewrap #content a {
    color: var(--black);
}

.page-id-1296 #pagewrap #content a:hover {
    color: var(--green);
}

#pagewrap h2.question-title {
    color: var(--grey);
    font-size: 25px;
    margin: 0;
}

#pagewrap .answer-row p, #pagewrap .answer-row li {
    color: var(--grey);
    font-weight: 300;
}

.answer-row {
    margin-bottom: 0px;
}

.line-seperator {
    margin: 50px 0px 50px;
    background: var(--grey);
    height: 2px;
}

#pagewrap .answer-row a {
    color: var(--blue);
    text-decoration: underline;
    font-weight: 600;
}

#pagewrap .answer-row .module_column.first, #pagewrap .question-row .module_column.first {
    width: 56px;
    margin-right: 50px;
}

#pagewrap .answer-row .module_column.last, #pagewrap .question-row .module_column.last {
    width: calc(100% - 106px);
}

.question-row .big-letter p strong {
    font-size: 52px;
    font-weight: 600;
    color: var(--blue);
    width: 100%;
    line-height: 1;
}

.answer-row .big-letter p strong {
    font-size: 52px;
    font-weight: 600;
    color: var(--green);
		width: 100%;
    line-height: 1;
}

.big-letter p strong {
    font-family: open-sans, sans-serif;
}

#pagewrap .question-title h2 {
    color: var(--grey);
    font-size: 25px;
    margin: 16px 0;
    font-weight: 700;
}

.answer-row, .question-row {
    padding: 20px 30px;
}

.answer-text {
    margin: 16px 0;
}

.answer-text iframe {
    padding-top: 30px;
}

#pagewrap .faq-1.main-heading h2 {
    font-weight: 400;
    font-size: 40px;
    color: var(--black);
    margin-bottom: 35px;
}

#pagewrap .faq-1.main-heading {
    margin-bottom: 70px;
    margin-top: 60px;
}
/* end of additional faq */

/* additional single product */
.single-product #pagewrap h1 {
    font-size: 45px;
    font-weight: 500;
}

.single-product #pagewrap ul.tabs.wc-tabs li:last-child a:after {
    display: none;
}

.single-product ul.tabs.wc-tabs li {
    padding: 12px 5px;
}

.single-product div#tab-Nutrients ul li {
    padding: 0px 5px;
}

.single-product #pagewrap div#tab-Nutrients ul.row1 li, .single-product #pagewrap div#tab-Nutrients ul.row1 li p {
    font-weight: 600;
}
/* end of additional single product */

/* additional archive product */
.post-type-archive-product .searchandfilter ul li {
    margin: 0 0 0 40px;
    width: calc(25% - 30px);
}

.post-type-archive-product .select2-container {
    width: 100% !important;
}

.post-type-archive-product .searchandfilter ul li:nth-child(4n+1) {
    margin-left: 0;
}

.post-type-archive-product #headerwrap .searchandfilter ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
}
/* end additional archive product */

/* additional legals */
.legal-content {
    padding: 70px 0px;
    background: #e8e8e8;
}

.legal-content h1 {
    margin-top: 0;
    font-weight: 600;
}

#pagewrap .legal-content a {
    color: var(--blue);
}

#pagewrap .legal-content a:hover {
    color: var(--green);
}
/* end of additional legals */

/* additional menu */
#header-menu li.menu-item-has-children a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
}

#header-menu ul#menu-main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap #header-menu li.menu-item-has-children em svg {
    fill: var(--grey);
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-menu li.menu-item-has-children em {
    margin-left: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#header-menu .menu-item .child-arrow {
    display: none;
}

#header-menu ul.sub-menu {
    border: solid 1px var(--blue);
    border-radius: 0;
    padding: 0;
}

#header-menu ul.sub-menu li a {
    width: calc(100% - 2px);
    left: -1px;
    display: block;
}

#header-menu ul.sub-menu li a:hover {
    background: var(--blue);
    color: white;
}
/* end of additional menu */

/* additional home */
img.blue-download, img.white-download {
    width: 14px;
    height: auto;
}

img.white-download {
    height: 12px;
    -o-object-fit: contain;
       object-fit: contain;
}

#pagewrap .blue-button.button-has-download-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 10px;
}

.button-has-download-icon img {
    margin-left: 10px;
}

img.blue-download {
    display: none;
}

.blue-button.button-has-download-icon a:hover img.white-download {
    display: none;
}

.blue-button.button-has-download-icon a:hover img.blue-download {
    display: inline-block;
}

#content .home-6 .module-text p {
    font-weight: 400;
}

.social-icons.homepage-icons {
    position: absolute;
    right: 12px;
    bottom: 60px;
    z-index: 1;
}

#pagewrap .social-icons.homepage-icons svg {
    background: var(--green);
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#pagewrap .social-icons.homepage-icons svg path {
    color: white;
}

#pagewrap .social-icons.homepage-icons a:hover svg {
    background: var(--blue);
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#pagewrap .social-icons.homepage-icons a:hover svg path {
    fill: white;
}

#pagewrap .home-arrow-icon span {
    font-weight: bold;
}

.home #pagewrap .main-heading h2 {
    font-weight: 500;
}

.home-2 .pku_formulas h3.formula-title {
    margin-bottom: 0;
}

#pagewrap .home-2 .main-heading h2 {
    margin-bottom: 70px;
}

#pagewrap .home-6 .main-heading h2 strong {
    font-family: open-sans, sans-serif;
}

.home #pagewrap .blue-button span {
    font-weight: 400;
}

.home #pagewrap .blue-button a {
    padding: 4px 10px 6px;
}

.our_recipes .recipe .recipe-content {
    padding: 60px 40px;
}

.our_recipes .recipe h4 {
    font-weight: 400;
}

.our_recipes .recipe .cook_time, .our_recipes.dish_1 .recipe .servings {
    width: 100%;
}

.our_recipes .recipe h3, .home .our_recipes.dish_1 .recipe h3 {
    font-weight: 600;
}

.our_recipes .recipe .recipe-content {
    width: 55%;
}

.our_recipes .recipe .recipe-image {
    width: 45%;
}

.searchandfilter li[data-sf-field-input-type=radio] label {
    width: inherit;
    color: #a3a3a3;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label {
    font-weight: 100;
    font-size: 17px;
}

form#search-filter-form-1315.searchandfilter ul, .module_row.all-recipes .row_inner, form#search-filter-form-2294.searchandfilter ul {
    -ms-grid-columns: 17% 63% 20%;
    grid-template-columns: 17% 63% 20%;
}

.our_recipes.dish_1 .recipe .recipe-content {
    padding: 40px 40px;
}

.our_recipes.dish_1 .recipe .cook_time, .our_recipes.dish_1 .recipe .servings {
    display: inline-block;
    width: 43%;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    font-size: 28px;
    font-weight: 600;
}

.our_recipes.dish_1 .recipe:nth-child(1) .recipe-content {
    padding-right: 0;
}

.our_recipes.dish_1 .recipe h5 {
    font-weight: 600;
    font-size: 18px;
}

div#search-filter-results-1315 .our_recipes .recipe .recipe-content, div#search-filter-results-2294 .our_recipes .recipe .recipe-content {
    padding: 40px 30px;
}

.our_recipes .recipe h3 {
    font-weight: 700;
}

.slide-1 .slider-content-inner-title h1 {
    max-width: none;
    width: 56%;
}

.slide-1 h1 strong, .homepage-slider h1 strong {
    font-size: 100px;
    font-weight: 700;
    font-family: open-sans, sans-serif;
    line-height: 1.2;
    color: white;
}

.slide-1 .slider-content-inner-title>span {
    font-size: 250px;
    bottom: -25px;
    color: rgb(159 185 214 / 60%);
    right: -170px;
		right: 0;
}

#pagewrap .slide-1 .slider-content-inner-title h2 {
    font-size: 65px;
    letter-spacing: 0.1px;
    font-weight: 500;
    margin: 10px 0px 40px;
}
#pagewrap .homepage-slider .blue-button i {
    color: white;
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-left: 5px;
}

#pagewrap .homepage-slider .blue-button:hover {
    background: white;
}

#pagewrap .homepage-slider .blue-button:hover i {
    color: var(--blue);
}

#pagewrap .homepage-slider .blue-button:hover span {
    color: var(--blue);
}

#pagewrap .homepage-slider .blue-button span {
    font-size: 18px;
    font-weight: 700;
}

#pagewrap .slick-initialized .slick-slide {
    height: 770px;
}

#content .homepage-slider p, #content .homepage-slider li {
    color: white;
    font-weight: 500;
    font-size: 35px;
}

.slide-2 h1, .slide-2 .slider-content-inner {
    max-width: none;
    width: 38%;
		margin: auto;
		margin-right: 0;
}

.slide-2 .slider-content-inner-right img {
    width: 350px;
    margin-top: 50px;
}

.homepage-slider h1 strong {
    font-size: 85px;
}

#content .homepage-slider li {
    margin-bottom: 0;
}

.slider-content {
    padding: 70px 0px;
}

.slide-3 .slider-content {
    width: 80%;
    display: block;
    width: 80%;
    margin: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: auto;
    float: none;
    height: 100%;
}

.slide-3 .slider-content h1 {
    max-width: none;
    width: 61%;
    margin-bottom: 25px;
}

.slide-3 .slider-content-inner-right {
    max-width: none;
    width: 22%;
    margin-left: 50px;
}

.slide-3 .slider-content-inner-left, .slide-3 .slider-content-inner-right {
    vertical-align: top;
}

.homepage-slider .module-buttons-item {
    margin-top: 30px;
}

.slide-4 .slider-content {
    width: 80%;
    margin: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: auto;
    float: none;
    height: 100%;
}

.slide-4 h1 {
    max-width: none;
    width: 46%;
    position: relative;
    margin: auto;
    margin-right: 0;
    margin-bottom: 10px;
}

.slide-4 .slider-content-inner-left {
    top: auto;
}

#content .slide-4 p {
    position: relative;
    max-width: none;
    top: auto;
    width: 46%;
    margin: auto;
    margin-right: 0;
}

.slide-4 .slider-content-inner-left, .slide-4 .slider-content-inner-right {
    vertical-align: top;
}

.slide-4 .slider-content-inner-right img {
    width: 100%;
		width: 70%;
    height: auto;
}

.slide-4-button-content {
    width: 46%;
    margin: auto;
    margin-right: 0;
}

.slide-4 .slider-content-inner-right {
    margin-left: 30px;
}

.homepage-slider ul.slick-dots {
    position: absolute;
    top: 20px;
    right: 40px;
    list-style-type: none;
    margin: 0;
}

#pagewrap .homepage-slider ul.slick-dots button {
    padding: 3px;
    font-size: 0;
    background: var(--blue);
    border: solid 1px transparent;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

.homepage-slider ul.slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#pagewrap .homepage-slider ul.slick-dots li.slick-active button {
    background: transparent;
    border-color: var(--blue);
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
    padding: 5px;
}

#pagewrap .homepage-slider ul.slick-dots button:hover {
    background: var(--green);
}

.home-3:before {
    height: 220px;
}

.home-3:after {
    height: 170px;
}

.home-6:before {
    height: 225px;
}

.home-6:after {
    height: 170px;
}

.home-6.padding-row {
    padding: 220px 0px 200px;
}

.homepage-slider .slide-3, .homepage-slider .slide-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slide-3 .slider-content, .slide-4 .slider-content {
    height: auto;
}

.slide-4 .slider-content-inner-left {/*     width: 185px; */width: 215px;margin: 0;}

.slide-4 .slider-content-inner-right {/*     width: calc(100% - 220px); */width: calc(100% - 250px);}

.slider-content {
    padding: 70px 0px 100px;
}

.home-arrows .module_column.col3-1 {
    margin-left: 50px;
}

.home-arrows .module_column.col3-1:first-child {
    margin-left: 0px;
}
/* end of additional home */

/* additional archive recipes */
#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    font-size: 100px;
    letter-spacing: 2px;
    line-height: 1.2;
}

#pagewrap .header-recipes h1 span {
    margin-left: 110px;
}

.header-recipes::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #f6f5f7), color-stop(55%, rgb(246 245 247 / 50%)), color-stop(65%, rgb(246 245 247 / 20%)), to(transparent));
    background: -o-linear-gradient(bottom, #f6f5f7 15%, rgb(246 245 247 / 50%) 55%, rgb(246 245 247 / 20%)65%, transparent);
    background: linear-gradient(to top, #f6f5f7 15%, rgb(246 245 247 / 50%) 55%, rgb(246 245 247 / 20%)65%, transparent);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    z-index: 0;
}

.header-recipes::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #f6f5f7), color-stop(55%, rgb(246 245 247 / 50%)), to(rgb(255 255 255 / 0%)));
    background: -o-linear-gradient(left, #f6f5f7 35%, rgb(246 245 247 / 50%) 55%, rgb(255 255 255 / 0%));
    background: linear-gradient(to right, #f6f5f7 35%, rgb(246 245 247 / 50%) 55%, rgb(255 255 255 / 0%));
    z-index: 0;
}

.header-recipes .row_inner .col-full {
    z-index: 1;
	max-width:470px;
}

form#search-filter-form-1315 .module_row.home-7.recipes-1, form#search-filter-form-2294 .module_row.home-7.recipes-1, .all-recipes .module_row.home-7.recipes-1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.our_recipes .recipe {
    margin-bottom: 35px;
}

.our_recipes .recipe.dish_day::before {
    display: none;
}

.our_recipes.dish_1 .recipe:nth-child(1) {
    overflow: hidden;
}

.our_recipes .recipe.dish_day .recipe-image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2021/12/recipes-cutout2.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0% 0%;
    z-index: 0;
    height: 101%;
    top: -0.5%;
}

.our_recipes.dish_1 .recipe h4 {
    padding-top: 0;
}

.our_recipes.dish_1 .recipe h3 {
    margin-bottom: 20px;
}

.page-template-template-recipes-posts .searchandfilter ul li li, .page-template-template-ketogenic-recipes .searchandfilter ul li li {
    max-width: 100%;
    margin-bottom: 10px;
}

.page-template-template-recipes-posts .searchandfilter ul li ul, .page-template-template-ketogenic-recipes .searchandfilter ul li ul {
    margin-right: 40px;
}

.servings-icon-text i, .servings-icon-text p {
    display: inline-block;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    width: 110%;
}
/* end of additional archive recipes */

/* additional single recipes */
.recipe-post-content-top::before {
    display: none;
}

.recipe-post-content-top .recipe-post-content-top-right::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2021/12/single-recipe-cutout.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0% 50%;
}

.recipe-post-content-top-right {
    position: relative;
    border-radius: 0px 24px 24px 0px;
}

.recipe-post-content-middle {
/*     align-items: flex-start; */
}

.recipe-post-content {
    background-size: 52% !important;
}

.recipe-post-content-middle-right a {
    display: contents;
}

.recipe-post-content:before {
    display: none;
}

.recipe-post-content-top-left {
    padding: 70px 90px;
}

.single-recipes  #content .recipe-cat span {
    color: var(--blue);
    font-family: europa, sans-serif;
    font-size: 18px;
}

.recipe-cat span:before {
    content: "\2022";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: 0.8em;
}

.recipe-cat span:first-child::before {
    display: none;
}

.ingredients-content-bottom ul {
    list-style: none;
}

.ingredients-content-bottom ul li::before {
    content: "\2022";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.ingredients-content-bottom h2 {
    margin-bottom: 20px;
}

.single-recipes #content p, .single-recipes #content li, .single-recipes #content li strong, .single-recipes #content span {
    font-weight: 400;
    color: var(--grey);
    font-family: europa, sans-serif;
    font-size: 18px;
		word-break: break-word;
}

.single-recipes #content li strong {
    display: contents;
}

#pagewrap .recipe-title h1 {
    font-size: 40px;
}

.single-recipes #pagewrap .ingredients-content-top svg {
    width: 25px;
    height: 25px;
}

.single-recipes .row_inner {
    width: 75%;
}

#content .ingredients-content-bottom ul li, #content .ingredients-content-bottom p {
    font-size: 15px;
    font-weight: 300;
}

.ingredients-content-bottom ul li::before {
    width: 1.5em;
    margin-left: -1.5em;
}

.recipe-icons-content>div {
    padding: 50px;
}

.recipe-post-content-middle-right ol > li {
    margin: 70px 0px;
}

.single-recipes #pagewrap .recipe-post-content-middle-right h2.small-heading {
    margin-bottom: 0;
}

.recipe-post-content-middle-right ol > li:first-child {
    margin-top: 50px;
}

.recipe-post-content-middle-right ol > li:last-child {
    margin-bottom: 30px;
}

.recipe-icons i {
    font-size: 25px;
    height: 40px;
    width: 40px;
    background: transparent;
    -webkit-transition: ease all 0.6s;
    -o-transition: ease all 0.6s;
    transition: ease all 0.6s;
}

.recipe-post-content-middle {
    padding: 50px 0px 70px;
}

.recipe-post-content-bottom-left {
    width: calc(60% - 35px);
}

.recipe-post-content-bottom-right {
    width: calc(40% - 35px);
    height: 100%;
}

.single-recipes .post-video {
    margin: 0;
}

.recipe-post-content-bottom-right .other-blogs, .single-recipes .our_recipes {
    height: 100%;
}

.single-recipes .our_recipes {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.single-recipes .our_recipes .recipe .recipe-content {
    padding: 50px 70px;
    display: block;
}

.single-recipes #pagewrap .our_recipes .recipe h3 {
    font-size: 25px;
    color: var(--grey);
}

.single-recipes #pagewrap .our_recipes .recipe h5 {
    color: var(--grey);
    font-size: 18px;
}

.single-recipes .our_recipes .recipe {
    max-height: none;
}

.recipe-post-content-bottom-left, .single-recipes .post-video {
    height: 100%;
}#pagewrap a.all-recipes-link span, #pagewrap a.all-recipes-link i {
    color: white;
    vertical-align: middle;
}

.all-recipes-link i {
    margin-right: 10px;
}

a.all-recipes-link {
    margin-bottom: 15px;
}

a.all-recipes-link:after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    background: white;
    width: 0;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

a.all-recipes-link:hover:after {
    width: 100%;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#pagewrap a.all-recipes-link span {
    font-size: 14px;
    font-weight: 100;
}

#pagewrap a.all-recipes-link i {
    font-size: 10px;
}

#pagewrap a.all-recipes-link span, #pagewrap a.all-recipes-link i {
    color: white;
    vertical-align: middle;
}

.all-recipes-link i {
    margin-right: 10px;
}

a.all-recipes-link {
    margin-bottom: 15px;
}

a.all-recipes-link:after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    background: white;
    width: 0;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

a.all-recipes-link:hover:after {
    width: 100%;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#pagewrap a.all-recipes-link span {
    font-size: 14px;
    font-weight: 100;
}

#pagewrap a.all-recipes-link i {
    font-size: 10px;
}
/* end of additional single recipes */

/* additional account page logged out */
.woocommerce-account.woocommerce-page .woocommerce form.lost_reset_password, .woocommerce-account.woocommerce-page .woocommerce form.login {
    margin-bottom: 0;
    background: var(--blue);
    padding: 20px 30px;
}

.woocommerce-account.sidebar-none #content {
    padding: 70px 0px;
}
/* end of additional account page logged out */

/* additional sample pack */
.postid-781 .product-addon-totals, .postid-781 .sample_help_section {
    border-radius: 10px;
}

.postid-781.woocommerce div.product form.cart .button {
    border-radius: 5px;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row:hover label {
    border-color: var(--blue);
}

#pagewrap .wc-pao-addon-select-your-samples .form-row label {
    height: calc(100% - 0px);
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 25px 30px;
}

.postid-781 .product-addon-totals::before, .postid-781 #pagewrap .sample_help_section h2 {
    font-size: 25px;
    font-weight: 900;
    font-family: open-sans, sans-serif !important;
}

.postid-781 #pagewrap .product-addon-button a {
    font-size: 15px;
    padding: 8px 15px;
}

.postid-781.logged-in.single-product span.add-sample-product {
    padding: 8px 15px;
    height: auto;
}

.postid-781 #content .sample_help_section p {
    font-size: 14px;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row {
    margin-bottom: 30px;
}

.postid-781 .wc-pao-addon-select-your-samples {
    width: calc(100% - 70px);
    margin-right: 70px;
    margin-bottom: 40px;
}

.postid-781.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.product-addon-contents img {
    -o-object-fit: contain;
       object-fit: contain;
}

.postid-781.woocommerce div.product form.cart .button {
    text-transform: capitalize;
    letter-spacing: normal;
    width: auto;
    font-size: 15px;
}
/* end of additional sample pack */

/* delivery form */

.page-id-1501 #pagewrap .with_frm_style select, .page-id-1501 #pagewrap .with_frm_style input, .page-id-1501 .with_frm_style textarea {
    border: 1px solid var(--blue);
    border-radius: 5px;
    /* padding: 20px; */
    color: var(--black)!important;
    font-size: 17px;
    min-height: 42px;
}

.page-id-1501 .with_frm_style .frm_radio label, .page-id-1501 .with_frm_style .frm_checkbox label {
    font-size:16px;
}

.page-id-1501 #pagewrap .with_frm_style label input {
    margin-right:12px;
    min-height:auto;
    font-size:16px;
    border-radius:inherit;
}

.page-id-1501 .with_frm_style .frm_primary_label {
    font-size:16px;
}

.page-id-1501 .frm_style_formidable-style.with_frm_style .frm_submit button {
    background: var(--blue);
    border:1px solid var(--blue);
    border-radius: 5px;
    margin-top: 0;
    padding: 8px;
    color: white;
    text-transform:capitalize;
    transition:all ease 0.5s;
}

.page-id-1501 .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background:white;
    color:var(--blue);
}

.page-id-1501 div#frm_field_61_container {
    background: var(--blue);
    padding: 20px;
    color: white;
    width: 100%;
    max-width: auto;
    border-radius:5px;
}

.page-id-1501 div#frm_field_61_container .frm_primary_label {
    color:white;
    font-weight:400;
}

.page-id-1501 div#frm_field_61_container label {
    color:white;
}

/* end of delivery form */

/* responsive */
@media (max-width: 2200px) {
.home-3:before {
    height: 190px;
}

.home-3:after {
    height: 150px;
}
	
.home-6:before {
    height: 190px;
}

.home-6:after {
    height: 150px;
}
}

@media (max-width: 2000px) {
#pagewrap .about-3 {
    background-size: 51%;
}

.about-3:before {
    width: 50%;
		height: 100%;
}
}

@media (max-width: 1800px) {
.about-3:before {
    width: 50%;
    height: 90%;
}

#pagewrap .about-3 {
    background-size: 54%;
    background-position: 119% 110%;
}
	
.home-3:before {
    height: 160px;
}

.home-3:after {
    height: 120px;
}
	
.home-6:before {
    height: 160px;
}

.home-6:after {
    height: 120px;
}

.home-6.padding-row {
    padding: 180px 0px 160px;
}
}

@media (max-width: 1700px) {
.faq-2 .faq-1.module-text {
    width: 75%;
}
	
.recipe-post-content {
    background-size: 80% !important;
}

.single-recipes .our_recipes .recipe .recipe-content {
    padding: 50px 60px;
}

.recipe-post-content-bottom-left {
    width: calc(57% - 35px);
}

.recipe-post-content-bottom-right {
    width: calc(43% - 35px);
}

.single-recipes #pagewrap .our_recipes .recipe h5 {
    font-size: 16px;
}
	
#pagewrap .slick-initialized .slick-slide {
    height: 700px;
}

.slide-2 .slider-content-inner-right img {
    width: 60%;
}
	
.postid-781 .wc-pao-addons-container {
    -ms-grid-columns: 75% 25%;
    grid-template-columns: 75% 25%;
}
}

@media (max-width: 1650px) {
form#search-filter-form-1315.searchandfilter ul, .module_row.all-recipes .row_inner, form#search-filter-form-2294.searchandfilter ul, .module_row.all-recipes .row_inner {
    -ms-grid-columns: 20% 60% 20%;
    grid-template-columns: 20% 60% 20%;
    -ms-grid-columns: 240px calc(80% - 240px) 20%;
    grid-template-columns: 240px calc(80% - 240px) 20%;
}

#pagewrap .module_row.all-recipes .row_inner {
    width: 80%;
}

form#search-filter-form-1315 .module_row.home-7.recipes-1, form#search-filter-form-2294 .module_row.home-7.recipes-1, .all-recipes .module_row.home-7.recipes-1 {
    display: block;
}

#pagewrap .module_row.all-recipes .recipes-1 .row_inner {
    width: 100%;
}
	
.slide-4 h1, #content .slide-4 p {
    width: 50%;
}
}

@media (max-width: 1600px) {
.about-2 .image-caption {
		width: 100%;
}
	
#header-top .row_inner, #header-bottom .row_inner {
    width: 90%;
}
	
#header-menu {
/*     width: 100%; */
/*     display: flex; */
/*     justify-content: end; */
}
	
.about-1:before {
    background: -o-linear-gradient(301deg, transparent 10%, rgb(255 255 255 / 80%) 25%, #ffffff 41%);
    background: linear-gradient(149deg, transparent 10%, rgb(255 255 255 / 80%) 25%, #ffffff 41%);
}
	
#footer-top .module_column {
    width: calc(36% - 133px);
}

#footer-top .module_column.last {
    width: 250px;
}

#footer-top .module_column.first {
    width: calc(28% - 134px);
}
	
.single-post .post-content .post-content-left {
    width: calc(30% - 150px);
    margin-right: 150px;
}

.single-post .post-content .post-content-right .module-text {
    width: 900px;
}
	
.read-next-posts .posts-archive-single {
    padding: 40px 30px 40px 70px;
}
	
.post-type-archive-product .product-pa img {
    height: 300px;
}

.post-type-archive-product .archive-product-inner {
    width: 85%;
}
	
#pagewrap .module_row.all-recipes .row_inner {
    width: 85%;
}

#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    font-size: 80px;
}

.header-recipes .row_inner .col.middle {
    text-align:center;
    width:100%;
    max-width:40%;
}

#pagewrap .header-recipes .row_inner .col.middle .blue-button {
    top:40px;
    position:relative;
}

#pagewrap .header-recipes .row_inner .col.middle .blue-button a {
    min-height: auto;
    padding: 24px 30% 17px;
    border-radius: 10px;
    transition:all ease 0.2s;
}

.header-recipes .row_inner .col.middle img {
    width: 100%;
    max-width:600px;
    height: auto;
    margin: 0 0 40px;
    top:40px;
    position:relative;
}


#pagewrap .header-recipes .row_inner .col.middle .blue-button a span {
    font-size: 30px;
    min-height: auto;
}

.header-recipes .row_inner .col.last h2 {
    width: 100%;
    max-width: 230px;
    text-align: center;
    margin: 0;
    font-size: 36px;
}
	
.header-recipes .row_inner {
    min-height: unset;
}
	
	.header-recipes .row_inner .col.middle {
    text-align:center;
    width:100%;
    max-width:40%;
}

#pagewrap .header-recipes .row_inner .col.middle .blue-button {
    top: 40px;
    position:relative;
}

#pagewrap .header-recipes .row_inner .col.middle .blue-button a {
    min-height: auto;
    padding: 24px 30% 17px;
    border-radius: 10px;
    transition:all ease 0.2s;
}

.header-recipes .row_inner .col.middle img {
    width: 100%;
    max-width:600px;
    height: auto;
    margin: 0 0 40px;
    top:40px;
    position:relative;
}


#pagewrap .header-recipes .row_inner .col.middle .blue-button a span {
    font-size: 30px;
    min-height: auto;
}

.header-recipes .row_inner .col.last h2 {
    width: 100%;
    max-width: 230px;
    text-align: center;
    margin: 0;
    font-size: 36px;
}
	
.single-recipes .row_inner {
    width: 80%;
}

.single-recipes .our_recipes .recipe .recipe-content {
    padding: 40px 60px;
}
	
.homepage-slider h1 strong {
    font-size: 75px;
}

#pagewrap .slide-1 .slider-content-inner-title h2 {
    font-size: 55px;
}

.slide-1 .slider-content-inner-title>span {
    font-size: 200px;
    bottom: -15px;
}

#pagewrap .homepage-slider .blue-button span {
    font-size: 16px;
}

#content .homepage-slider p, #content .homepage-slider li {
    font-size: 30px;
}
	
.pku_formulas .formula {
    margin-right: 30px;
    width: calc(25% - 23px);
    display: inline-block;
    vertical-align: top;
}

.pku_formulas {
    display: block;
}

.pku_formulas .two_buttons {
    display: block;
    text-align: center;
}

.logged-in .pku_formulas .two_buttons .blue-outline.blue-button {
    margin-right: 0;
}

.logged-in .pku_formulas .two_buttons .blue-button {
    display: block;
}

#pagewrap .pku_formulas .two_buttons .blue-button:last-child a {
    margin-top: 15px;
}

.home-5 {
    margin-top: 0;
}

.home .our_recipes .recipe .recipe-content {
    padding: 50px 30px;
}
	
#pagewrap .slick-initialized .slick-slide {
    height: 600px;
}

.slide-2 .slider-content-inner-right img {
    margin-top: 30px;
}
	
.single-product.postid-781 .pagewidth {
    width: 80%;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row label {
    padding: 25px 20px;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row {
    width: calc(33.33% - 20px);
    margin-right: 30px;
}

.postid-781 #content .sample_help_section p {
    width: 100%;
}
}

@media (max-width: 1550px) {
.post-type-archive-product #pagewrap .product-pa a.button {
    font-size: 12px;
}
	
.our_recipes.dish_1 .recipe .recipe-content {
    padding: 35px 30px;
}
	
.recipe-post-content-top-left {
    padding: 70px;
}
}

@media (max-width: 1500px) {
.logged-in .next-reads-blog-section .sub_column.last {
    padding: 20px 15px;
}
	
.subscribe-1 .row_inner {
    width: 85%;
}
	
#pagewrap .faq-2:before, #pagewrap .faq-2 .builder_row_cover:before {
    height: 20%;
}
	
.product-content-left {
    width: calc(75% - 35px);
}

.product-content-right {
    width: calc(25% - 35px);
}
	
.our_recipes .recipe {
    margin-right: 35px;
    width: calc(33.33% - 24px);
}

.our_recipes.dish_1 .recipe:nth-child(1) {
    margin-right: 0;
    width: calc(100% - 35px);
}

.our_recipes.dish_1 .recipe .cook_time {
    width: 40%;
}

.our_recipes.dish_1 .recipe .servings {
    width: 50%;
}
	
.home-3:before {
    height: 130px;
}

.home-3:after {
    height: 95px;
}

.home-3.padding-row {
    padding: 150px 0px 100px;
}

.home-6:before {
    height: 140px;
}

.home-6:after {
    height: 100px;
}

.home-6.padding-row {
    padding: 130px 0px 110px;
}
	
.homepage-slider h1 strong {
    font-size: 65px;
}

#pagewrap .slide-1 .slider-content-inner-title h2 {
    font-size: 45px;
}

.slide-1 .slider-content-inner-title>span {
    font-size: 150px;
    bottom: -10px;
}

#content .homepage-slider p, #content .homepage-slider li {
    font-size: 25px;
}
	

	
	
	
.product-addon-contents img {
    height: 180px;
}

.postid-781 #pagewrap h1.product_title.entry-title {
    font-size: 30px;
}

.postid-781 #pagewrap .product-addon-button a, .postid-781.logged-in.single-product span.add-sample-product {
    width: 135px;
}

.postid-781 .wc-pao-addons-container {
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
}
}

@media (max-width: 1450px) {
.single-post .post-content .post-content-left {
    width: calc(28% - 70px);
    margin-right: 70px;
}

.single-post .post-content .post-content-right {
    width: 72%;
}

.single-post .post-content .post-content-right .module-text {
    width: 100%;
}
	
.post-type-archive-product #pagewrap .product-pa a.button {
    font-size: 13px;
}

.logged-in.post-type-archive-product #pagewrap .product-pa a.button:last-child {
    margin-top: 12px;
    margin-left: 0;
}

.post-type-archive-product .product-pa img {
    height: 250px;
}
}
@media (max-width: 1500px) {
	#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    	font-size: 70px;
	}
}
@media (max-width: 1400px) {
#pagewrap .about-3 {
    background-size: 54%;
    background-position: 119% 107%;
}
	
.pagewidth, .module_row>.row_inner, .module-layout-part .module_row.fullwidth_row_container>.row_inner, div#footer-bottom .row_inner {
    width: 85%;
}
	
.about-1 .module_column.first .tb-column-inner {
    width: 100%;
}
	
.single-post .latest-blogs .latest-blogs-inner {
    width: 85%;
}

.single-post .width-auto {
    padding: 80px 0px 0px;
}

.single-post .post-content .post-content-right .module-text {
    margin-bottom: 60px;
}
	
.read-next-posts.blog-archive .posts-archive-single a .posts-archive-single-content {
    width: calc(65% - 30px);
    padding-left: 30px;
}

.read-next-posts .posts-archive-single {
    padding: 40px 40px 40px 50px;
}
	
.single-product-inner {
    width: 85%;
}

.product-content-left-top .product-image {
    width: calc(45% - 25px);
}

.product-content-left-top .product-content-info {
    width: calc(55% - 25px);
    margin-left: 50px;
}

.single-product #pagewrap h1 {
    font-size: 40px;
}
	
.post-type-archive-product .product-pa {
    width: calc(33.33% - 28px);
}

.post-type-archive-product .product-pa:nth-child(4n+1) {
    margin-left: 38px;
}

.post-type-archive-product .product-pa:nth-child(3n+1) {
    margin-left: 0;
}
	
#header-top {
    position: absolute;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
    top: 0;
}

#headerwrap.fixed-header #header-top {
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
    top: -63px;
}

#header-bottom {
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
    position: relative;
    -webkit-transform: translateY(62px);
    -ms-transform: translateY(62px);
    transform: translateY(62px);
    transform: translateY(59px);
}

#headerwrap.fixed-header #header-bottom {
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
	
.our_recipes .recipe {
    width: calc(50% - 18px);
}

.our_recipes .recipe:nth-child(3n + 3) {
    margin-right: 35px;
}

.our_recipes .recipe:nth-child(2n + 2) {
    margin-right: 0;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    font-size: 25px;
}

.our_recipes.dish_1 .recipe h5 {
    font-size: 16px;
}

.home-7.recipes-1 .our_recipes.dish_1 .recipe_info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#headerwrap {
    height: 148px;
    height: 137px;
}

#headerwrap.fixed-header {
    height: 86px;
    height: 78px;
}
	
.recipe-post-content-top-left {
    width: 65%;
}

.recipe-post-content-top-right {
    width: 35%;
}

#pagewrap .recipe-title h1 {
    font-size: 35px;
}

.single-recipes #content .recipe-cat span {
    font-size: 16px;
}

.single-recipes #pagewrap .our_recipes .recipe h3 {
    font-size: 22px;
}

.recipe-post-content-middle-left {
    width: 35%;
}

.recipe-post-content-middle-right {
    width: calc(65% - 70px);
}

.single-recipes .row_inner {
    width: 85%;
}
	
.home .our_recipes .recipe .recipe-content {
    padding: 60px 40px;
}

.home .our_recipes .recipe:last-child {
    display: none;
}
	
.slide-4 .slider-content-inner-right img {
    width: 90%;
}
	
.postid-781 .wc-pao-addon-select-your-samples {
    width: calc(100% - 50px);
    margin-right: 50px;
}

.single-product.postid-781 .pagewidth {
    width: 85%;
}

.postid-781 .product-addon-totals::before, .postid-781 #pagewrap .sample_help_section h2 {
    font-size: 22px;
}

.postid-781 #pagewrap h1.product_title.entry-title {
    font-size: 34px;
}
	
#pagewrap .progress {
    top: 148px;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
}
    
.fixed-header-on #pagewrap .progress {
    top: 86px;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
}
}

@media (max-width: 1350px) {
.our_recipes.dish_1 {
    display: block;
}

.our_recipes.dish_1 .recipe:nth-child(2), .our_recipes.dish_1 .recipe:nth-child(3) {
    display: none;
}

.our_recipes.dish_1 .recipe:nth-child(1) {
    width: 100%;
    height: 350px;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order label select, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order label select {
    font-size: 16px;
    min-width: unset;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    font-size: 28px;
}

.our_recipes.dish_1 .recipe h5 {
    font-size: 18px;
}
	
form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order::before {
    height: 40px;
    width: 30px;
    background-position: 0% 50%;
}
}

@media (max-width: 1300px) {
.about-2 h3.image-title {
		width: 100%;
}
	
#pagewrap .about-1 {
    background-size: 60%;
}

.about-1:before {
    width: 60%;
}
	
#pagewrap .about-3 {
    background-size: 52%;
    background-position: 117% 107%;
}

.about-3:before {
    width: 46%;
    height: 80%;
    background: -o-linear-gradient(123deg, transparent 5%, rgb(255 255 255 / 80%) 25%, #ffffff 50%);
    background: linear-gradient(-33deg, transparent 5%, rgb(255 255 255 / 80%) 25%, #ffffff 50%);
}
	
.single-post #content .single-related-posts .posts-archive-single p {
    font-size: 15px;
}

.posts-archive-single .posts-archive-single-content h2.title {
    font-size: 21px;
}

.posts-archive-single {
    width: calc(33.33% - 27px);
    margin-left: 40px;
}
	
.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2) .posts-archive-image, .blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) .posts-archive-image {
    padding: 30%;
}
	
.subscribe-1 .first {
    width: calc(100% - 340px);
}

.subscribe-1 .last {
    width: 270px;
}
	
#pagewrap .woocommerce ul.products li.product .button, #pagewrap .woocommerce #respond input#submit, #pagewrap .woocommerce #respond input#submit.alt, #pagewrap .woocommerce a.button, #pagewrap .woocommerce button.button, #pagewrap .woocommerce input.button, #pagewrap .woocommerce a.button.alt, #pagewrap .woocommerce button.button.alt, #pagewrap .woocommerce input.button.alt, #pagewrap .woocommerce button.button.alt.disabled, #pagewrap .woocommerce button.button:disabled, #pagewrap .woocommerce button.button:disabled[disabled], #pagewrap .woocommerce ul.products li.product .button, #pagewrap .woocommerce #respond input#submit, #pagewrap .woocommerce #respond input#submit.alt, #pagewrap .woocommerce a.button, #pagewrap .woocommerce button.button, #pagewrap .woocommerce input.button, #pagewrap .woocommerce a.button.alt, #pagewrap .woocommerce button.button.alt, #pagewrap .woocommerce input.button.alt, #pagewrap .woocommerce button.button.alt.disabled, #pagewrap .woocommerce button.button:disabled, #pagewrap .woocommerce button.button:disabled[disabled] {
    font-size: 13px;
}
	
#header-top .contact-icons p {
    display: none;
}

#header-top .contact-icons .phone-contact a {
    margin-left: 15px;
}

.german-usa {
    margin-left: 10px;
}
	
#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    font-size: 60px;
}

#pagewrap .header-recipes h1 span {
    margin-left: 70px;
}
	
.recipe-post-content-bottom-left {
    width: calc(60% - 25px);
}

.recipe-post-content-bottom-right {
    width: calc(40% - 25px);
    margin-left: 50px;
}

.recipe-post-content-middle-right {
    width: calc(65% - 50px);
    margin-left: 50px;
}
	
.homepage-slider h1 strong {
    font-size: 55px;
}

#pagewrap .slide-1 .slider-content-inner-title h2 {
    font-size: 35px;
}

.slide-1 .slider-content-inner-title>span {
    font-size: 100px;
    bottom: 0;
    margin-left: 10px;
}

#content .homepage-slider p, #content .homepage-slider li {
    font-size: 20px;
}

#pagewrap .homepage-slider .blue-button span {
    font-size: 14px;
}
	
#pagewrap .wc-pao-addon-select-your-samples .form-row {
    width: calc(50% - 15px);
}

#pagewrap .wc-pao-addon-select-your-samples .form-row:nth-child(3n) {
    margin-right: 30px;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row:nth-child(2n) {
    margin-right: 0;
}

.postid-781.logged-in.single-product span.add-sample-product {
    display: block;
    margin: 16px auto 0;
}
}

@media (max-width: 1250px) {
form#search-filter-form-1315.searchandfilter ul, form#search-filter-form-2294.searchandfilter ul {
    -ms-grid-columns: 240px calc(100% - 390px) 150px;
    grid-template-columns: 240px calc(100% - 390px) 150px;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search, form#search-filter-form-2294.searchandfilter ul li.sf-field-search {
    max-width: unset;
    width: calc(100% - 30px);
}

.page-template-template-recipes-posts form#search-filter-form-1315 .module_row.home-7.recipes-1 .row_inner, .page-template-template-ketogenic-recipes form#search-filter-form-2294 .module_row.home-7.recipes-1 .row_inner, .page-template .module_row.home-7.recipes-1 .last, .our_recipes.dish_1, .our_recipes.dish_1 .recipe:nth-child(1), .page-template .all-recipes .module_row.home-7.recipes-1 .row_inner {
    height: 100%;
}

div#search-filter-results-1315, div#search-filter-results-2294 {
    margin-top: 35px;
}

.our_recipes.dish_1 .recipe:nth-child(1) {
	height: 390px;
}
}

@media (max-width: 1216px) {
.blog-archive.recent-posts .posts-archive-single a .posts-archive-image {
    padding: 28%;
}
}

@media (max-width: 1200px) {
.about-1:before {
    background: -o-linear-gradient(301deg, transparent 0%, rgb(255 255 255 / 80%) 20%, #ffffff 41%);
    background: linear-gradient(149deg, transparent 0%, rgb(255 255 255 / 80%) 20%, #ffffff 41%);
}
	
.strong-green strong {
    font-size: 18px;
}
	
div#footer-bottom .module_column.first {
    width: 100%;
}

div#footer-bottom .module_column.last {
    width: 100%;
    margin-left: 0px;
}

div#footer-bottom {
    text-align: center;
}

#legals-menu {
    float: none;
}
	
#pagewrap .blog-header {
    background-size: contain;
}

#pagewrap .blog-header:before {
    height: 370px;
}
	
#pagewrap .faq-1.main-heading h2 {
    font-size: 35px;
}
	
.product-content-left {
    width: calc(75% - 25px);
}

.product-content-right {
    width: calc(25% - 25px);
    margin-left: 50px;
}

.single-product #pagewrap h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

#pagewrap .product-content-info-top .blue-button .woocommerce.add_to_cart_inline a {
    font-size: 14px;
}
	
.post-type-archive-product .searchandfilter ul li {
    width: calc(33.33% - 27px);
}

.post-type-archive-product .searchandfilter ul li:nth-child(4n+1) {
    margin-left: 40px;
}

.post-type-archive-product .searchandfilter ul li:nth-child(3n+1) {
    margin-left: 0;
}
	
.woocommerce-account #pagewrap .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
}

.woocommerce-account .woocommerce form .form-row label {
    font-size: 16px;
}

input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
    font-size: 16px;
}

legend {
    font-size: 18px;
}
	
#pagewrap #header-bottom ul.nav li a {
    font-size: 12.5px;
}
	
.recipe-post-content-bottom-left {
    width: 100%;
}

.recipe-post-content-bottom-right {
    width: 100%;
    margin-left: 0px;
}

.recipe-post-content-bottom {
    display: block;
}

.recipe-post-content-bottom-left, .single-recipes .post-video, .recipe-post-content-bottom-right {
    height: auto;
}

.single-recipes .our_recipes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.single-recipes .our_recipes .recipe {
    width: calc(50% - 15px);
}

.single-recipes .our_recipes .recipes_single:first-child {
    margin-bottom: 0;
    margin-left: 30px;
}

.single-recipes .our_recipes .recipes_single {
    margin-top: 30px;
}

.single-recipes .our_recipes .recipe .recipe-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ingredients-content-top li.cooktime span {
/*     display: contents; */
}

.ingredients-content-top li.servings span {
/*     display: block; */
    width: 100%;
}
	
.home-4 .module_column.first {
    width: calc(60% - 25px);
}

.home-4 .module_column.last {
    width: calc(40% - 25px);
}

.home-6 .module_column {
    width: calc(33.33% - 20px);
    margin-left: 30px;
}

.home-6 .module_column:first-child {
    margin-left: 0px;
}
	
#pagewrap .slick-initialized .slick-slide {
    height: 550px;
}

.homepage-slider h1 strong {
    font-size: 45px;
}

#pagewrap .slide-1 .slider-content-inner-title h2 {
    font-size: 30px;
}

.slide-1 .slider-content-inner-title>span {
    font-size: 95px;
    bottom: -5px;
    margin-left: 5px;
}

#content .homepage-slider p, #content .homepage-slider li {
    font-size: 18px;
}
	
.slide-4 .slider-content-inner-right img {
    width: 100%;
}
}

@media (max-width: 1150px) {
.single-post .post-content .post-content-left {
    width: calc(28% - 50px);
    margin-right: 50px;
}

.single-post .width-auto {
    padding: 70px 0px 0px;
}

.single-post .post-content .post-content-right .module-text {
    margin-bottom: 50px;
}
}

@media (max-width: 1130px) {
#header-menu {
    display: none;
}

#header-bottom .module_column.first {
    width: 250px;
}

#header-bottom .module_column.last {
    width: calc(100% - 320px);
}
}

@media (max-width: 1100px) {
.page-id-1214 #content .blog-cat-time p {
    font-size: 15px;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2) .posts-archive-image, .blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) .posts-archive-image {
    padding: 34%;
}
	
#pagewrap .subscribe-1 .last .main-heading h2 {
    font-size: 35px;
}
	
.faq-2 .faq-1.module-text {
    width: 90%;
}

#pagewrap .faq-1.main-heading h2 {
    margin-bottom: 20px;
}

#pagewrap .faq-1.main-heading {
    margin-top: 40px;
}

#pagewrap .faq-2 {
    background-position: 0% 0%;
}
	
.product-content-left {
    width: 100%;
}

.product-content-right {
    width: 100%;
    margin-left: 0px;
    display: none;
}
	
form#search-filter-form-1315.searchandfilter ul h2, form#search-filter-form-2294.searchandfilter ul h2 {
    display: none;
}

form#search-filter-form-1315.searchandfilter ul, form#search-filter-form-2294.searchandfilter ul {
    display: inline-block;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search, form#search-filter-form-2294.searchandfilter ul li.sf-field-search {
    width: calc(100% - 220px);
    display: inline-block;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order {
    width: 190px;
    margin-left: 30px;
    display: inline-block;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order label select, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order label select {
    font-size: 15px;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li {
    width: calc(33.33% - 14px);
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul {
    display: block;
    margin: 0;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3n+1), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3n+1) {
    margin-left: 0;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label {
    width: 100%;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type {
    text-align: center;
}

#pagewrap .module_row.all-recipes .row_inner {
    display: block;
}
	
.home-3:before {
    height: 100px;
}

.home-3:after {
    height: 85px;
}

.home-6:before {
    height: 100px;
}

.home-6:after {
    height: 80px;
}

.home-3.padding-row {
    padding: 120px 0px 100px;
}
	
.pku_formulas .formula {
    width: calc(50% - 15px);
    margin-top: 50px;
}

.pku_formulas .formula:nth-child(2n+2) {
    margin-right: 0;
}

#pagewrap .home-2 .main-heading h2 {
    margin-bottom: 0px;
}

.home-6 .module_column {
    width: calc(50% - 15px);
    margin-left: 30px;
}

.home-6 .module_column:nth-child(3n+3) {
    margin-left: 0px;
    width: 100%;
    margin-top: 50px;
}

.home-6 {
    text-align: center;
}

.home-6 .blue-button {
    position: relative;
}

.home-6 .module-text {
    margin-bottom: 0;
}

.our_recipes.dish_1 .recipe:nth-child(1) {
	height: 100%;
}
}

@media (max-width: 1000px) {
#content p, #content li, .about-2 .image-caption {
    font-size: 16px;
}

#pagewrap .main-heading h2, #pagewrap .main-heading h1 {
    font-size: 30px;
}

.about-2 h3.image-title {
    font-size: 19px;
}

.about-2 .module_column.col3-1 {
    width: calc(50% - 25px);
}

.about-2 .module_column.col3-1:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
}

.about-2 .module_subrow {
    margin-top: 50px;
}

#pagewrap .about-3 {
    background-image: none;
}

.about-3:before {
    display: none;
}

#footer-top .module_column {
    width: calc(37% - 33px);
}

#footer-top .module_column.last {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 40px;
    /* order: 4; */
}

#footer-top .module_column.first {
    width: calc(25% - 34px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 50px;
}

#form_newsletter-signup .frm_form_fields .frm_form_field {
    text-align: center;
}

#form_newsletter-signup .frm_form_fields .frm_primary_label {
    text-align: center;
}

#footer-top .footer-icons .tb_text_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#footer-top .module_column.second {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    width: calc(42% - 33px);
}

#footer-top .module_column.third {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(33% - 33px);
}
	
.pip-1.padding-row {
    padding: 60px 0px;
}
	
.single-post .page-heading-title h1 {
    font-size: 30px;
}

.posts-archive-single {
    width: calc(50% - 20px);
    margin-left: 40px;
}

.posts-archive-single:nth-child(3n+1) {
    margin-left: 40px;
}

.posts-archive-single:nth-child(2n+1) {
    margin-left: 0;
}

.single-post .posts-archive-single:last-child {
    display: none;
}
	
.blog-archive.recent-posts .row_inner {
    grid-column-gap: 50px;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2) {
    margin-bottom: 15px;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) {
    margin-top: 15px;
}

.logged-in .next-reads-blog-section .sub_column.first {
    width: calc(67.66% - 25px);
}

.logged-in  .next-reads-blog-section .sub_column.last {
	width: calc(32.34% - 25px);
    margin-left: 50px;
}

.blog-archive.recent-posts .posts-archive-single a .posts-archive-image {
    padding: 32%;
}

.logged-in .next-reads-blog-section .sub_column.last .ad-text, .logged-in .next-reads-blog-section .sub_column.last .module-buttons {
    padding: 0px 15px;
}

.recent-posts .posts-archive-single:nth-child(3n+1) a .posts-archive-single-content {
    padding: 40px 60px 40px 40px;
}
	
.subscribe-1 .first {
    width: calc(100% - 320px);
}

.subscribe-1 .last {
    width: 270px;
    margin-left: 50px;
}
	
.question-row .big-letter p strong, .answer-row .big-letter p strong {
    font-size: 45px;
}

#pagewrap .question-title h2 {
    font-size: 22px;
    font-weight: 600;
}
	
#pagewrap .faq-1.main-heading h2 {
    font-size: 30px;
}
	
.single-product #pagewrap h1 {
    font-size: 30px;
}
	
.post-type-archive-product .product-pa {
    width: calc(50% - 22px);
}

.post-type-archive-product .product-pa:nth-child(3n+1) {
    margin-left: 38px;
}

.post-type-archive-product .product-pa:nth-child(2n+1) {
    margin-left: 0;
}
	
.legal-content h1 {
    font-size: 30px;
}
	
#header-top .contact-icons {
    display: none;
}

.german-usa {
    margin-left: 0;
}

#header-top .module_column.first {
    width: 260px;
}

#header-top .module_column.last {
    width: calc(100% - 260px);
}
	
.recipe-post-content-middle-left {
    width: 40%;
}

.recipe-post-content-middle-right {
    width: calc(60% - 50px);
}

#pagewrap .recipe-title h1 {
    font-size: 30px;
}

.single-recipes #pagewrap h2.small-heading {
    font-size: 22px;
}

.recipe-post-content-middle-right ol > li {
    margin: 50px 0px;
}

.single-recipes .our_recipes .recipe .recipe-content {
    padding: 35px 50px;
}

.recipe-post-content-top-left {
    padding: 50px;
}
	
.home-7.padding-row {
    padding: 30px 0 70px;
}
	
.home-3 .module_column {
    width: 100%;
    margin-left: 0px;
}

.home-3 {
    text-align: center;
}

.home-7 h2 {
    margin-bottom: 30px;
}
	
.slider-content, .slide-3 .slider-content, .slide-4 .slider-content {
    width: 85%;
}

#pagewrap .slick-initialized .slick-slide.slide-2 {
    background-position: 90% 50% !important;
}

#pagewrap .slick-initialized .slick-slide.slide-4 {
    background-position: 80% 50% !important;
}

.slide-2 .slider-content {
/*     width: 90%; */
}

.slide-2 h1, .slide-2 .slider-content-inner {
    width: 40%
}

.homepage-slider ul.slick-dots {
    right: 15px;
    top: 0;
}
	
.single-product.postid-781 .pagewidth {
    width: 90%;
}
}

@media (max-width: 950px) {
.blog-archive.recent-posts .row_inner {
    grid-column-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2), .blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) {
    width: calc(50% - 20px);
    margin-top: 50px;
    margin-bottom: 0;
    vertical-align: top;
    grid-column: none;
    grid-row: none;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) {
    margin-left: 40px;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2) .posts-archive-image, .blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) .posts-archive-image {
    padding: 30%;
}

.blog-archive.recent-posts .posts-archive-single a .posts-archive-image {
    padding: 30%;
}
	
.subscribe-1 .first {
    width: 100%;
}

.subscribe-1 .last {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 70px;
}

.subscribe-1 .row_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
}

.subscribe-1 .module_column.last .module-icon-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#pagewrap .subscribe-1 .last .main-heading h2 {
    font-size: 32px;
    font-weight: 600;
}

#pagewrap .subscribe-1 .module_column.last .module-icon-item span {
    font-weight: 400;
}
	
.home-6 .module_column {
    width: 100%;
    margin-left: 0px;
}

.home-6 .module_column:nth-child(2) {
    margin-top: 50px;
}

.home-4 .module_column.width-auto {
    padding: 0;
}

.home-4 {
    padding-top: 70px;
}
}

@media (max-width: 900px) {
.single-post .post-content .post-content-left {
    width: 100%;
    margin-right: 0px;
    display: none;
}

.single-post .post-content .post-content-right {
    width: 100%;
}

.single-post .width-auto {
    padding: 60px 0px 0px;
}

.single-post .post-content .post-content-right .module-text {
    margin-bottom: 40px;
}
	
.logged-in .next-reads-blog-section .sub_column.last {
    display: none;
}

.logged-in .next-reads-blog-section .sub_column.first {
    width: 100%;
}

.all-posts .pagination span, #pagewrap .all-posts .pagination a {
    font-size: 18px;
}

#pagewrap .blog-header h1 {
    margin: 35px 0px 80px;
}
	
#pagewrap .faq-1.main-heading {
    margin-top: 20px;
}
	
.post-type-archive-product .searchandfilter ul li {
    width: calc(50% - 15px);
		margin-left: 30px;
}

.post-type-archive-product .searchandfilter ul li:nth-child(3n+1) {
    margin-left: 30px;
}

.post-type-archive-product .searchandfilter ul li:nth-child(2n+1) {
    margin-left: 0;
}
	
#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    font-size: 50px;
}

#pagewrap .header-recipes h1 span {
    margin-left: 50px;
}

.header-recipes {
    margin-bottom: 0;
}
	
.recipe-post-content-middle-left {
    width: 100%;
}

.recipe-post-content-middle-right {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
}

.recipe-post-content-middle {
    display: block;
}

.recipe-post-content {
    background-size: 100% !important;
}

.single-recipes #pagewrap .recipe-post-content-middle-right h2.small-heading {
    margin-top: 0;
}

.recipe-post-content-middle-right ol > li:last-child {
    margin-bottom: 0;
}

.single-recipes .our_recipes .recipes_single {
    margin-top: 50px;
}

.single-recipes .our_recipes .recipe .recipe-content {
    padding: 30px 40px;
}
	
.home-4 .module_column.first {
    width: 100%;
    margin-top: 70px;
}

#content .home-4 .module_column.last {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.home-4, .home-5 {
    text-align: center;
}

#pagewrap .home-4 .row_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
}

.home-4 .module_column img, .home-5 .module_column img {
    width: 60%;
}

.home-5 .module_column {
    width: 100%;
}

.home-5 .module_column.last {
    margin-left: 0;
    margin-top: 70px;
}

.home-5 {
    padding-top: 70px;
}

.home-5 .module_column.width-auto {
    padding: 0;
}

.home .our_recipes .recipe .recipe-content {
    padding: 50px 30px;
}
	
#pagewrap .slick-initialized .slick-slide.slide-2 {
    background-position: 0% 50% !important;
}

#pagewrap .slick-initialized .slick-slide.slide-4 {
    background-position: 50% 50% !important;
}

#pagewrap .slick-initialized .slick-slide .slider-content {
    background-color: rgb(85 139 201 / 50%) !important;
    width: 100%;
    text-align: center;
}

.slide-2 h1, .slide-2 .slider-content-inner {
    width: 90%;
    margin:  0 auto;
}

#pagewrap .homepage-slider ul.slick-dots li.slick-active button {
    background: white;
}

.slide-1 .slider-content-inner-text, .slide-3 .slider-content h1, .slide-4 h1, .slide-4-button-content, #content .slide-4 p {
    width: 90%;
    margin: 0 auto;
}

.slide-3 .slider-content, .slide-4 .slider-content {
    height: 100%;
}

.homepage-slider .slide-1 .slider-content-inner-title {
    margin: auto;
}

#pagewrap .slick-initialized .slick-slide.slide-1 {
    background-position: 100% 50% !important;
}

#pagewrap .slide-1 .slider-content-inner-title h2 {
    margin-bottom: 20px;
    text-shadow: 0 0 20px black;
}

.slide-1 .slider-content-inner-title>span {
    color: var(--blue);
    font-size: 120px;
    bottom: 0;
}

#content .homepage-slider .slide li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slide-2 .slider-content-inner-right img, .slide-3 .slider-content-inner-right img, .slide-4 .slider-content-inner-right img {
    width: 220px;
    margin: 0 auto;
}

.slide-3 .slider-content-inner-left, .slide-3 .slider-content-inner-right {
    width: 90%;
}

.slide-3 .slider-content-inner-right {
    margin-left: 0;
}

.slide-3 .slider-content-inner-right img {
    margin: 30px auto 0px;
}

.slide-2 .slider-content h1, .slide-4 .slider-content h1, .slide-3 .slider-content h1 {
    margin-bottom: 10px;
}

.slide-4 .slider-content-inner-left {
    width: 100%;
    display: block;
}

.slide-4 .slider-content-inner-right {
    width: 100%;
    margin: 30px 0 0;
}

.slide-2 .slider-content-inner-right {
    margin: 30px 0 0;
}

.homepage-slider h1 strong {
    font-size: 40px;
}

.slide-3 .slider-content, .slide-4 .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slide-3 .slider-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
	
.product-addon-contents img {
    height: 150px;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row label {
    font-size: 16px;
}

.postid-781 #pagewrap .product-addon-button a, .postid-781.logged-in.single-product span.add-sample-product {
    padding: 6px 10px;
    width: 121px;
}

.postid-781 .product-addon-totals::before, .postid-781 #pagewrap .sample_help_section h2 {
    font-size: 20px;
}

.postid-781 #pagewrap .sample_help_section .blue-button a span {
    font-size: 14px;
}

.postid-781.woocommerce div.product form.cart .button {
    font-size: 14px;
}
	
#pagewrap .answer-row .module_column.first, #pagewrap .question-row .module_column.first {
    margin-right: 10px;
}

#pagewrap .answer-row .module_column.last, #pagewrap .question-row .module_column.last {
    width: calc(100% - 66px);
}

.question-row .subrow_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}

@media (max-width: 850px) {
.social-icons.header-icons {
    display: none;
}
}

@media (max-width: 800px) {
.strong-green strong {
    font-size: 16px;
}

.about-3 .module_column.last .tb-column-inner {
    width: 100%;
}

.about-1 .module_column.col4-2 {
    width: calc(50% - 15px);
}

.about-1 .module_column.last {
    margin-left: 30px;
}

#pagewrap .about-1 {
    background-size: 70%;
}

.about-1:before {
    width: 70%;
}

#content .about-2 .module_column.col3-1, #content .about-2 .subrow_inner .module_column.last {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
}

.about-2 .module_subrow {
    margin-top: 0;
}

.about-3 .module_column.col2-1 {
    width: calc(50% - 25px);
}

.about-3 div.module_column {
    margin-left: 50px;
}
	
#pagewrap .blog-header:before {
    height: 350px;
}

#pagewrap .blog-header {
    background-size: 1000px;
}
	
#pagewrap .faq-2:before, #pagewrap .faq-2 .builder_row_cover:before {
    height: 15%;
}
	
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    min-width: unset;
}
	
#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    font-size: 40px;
}

#pagewrap .header-recipes h1 span {
    margin-left: 40px;
}

.our_recipes .recipe {
    width: 100%;
    margin-right: 0;
}

.our_recipes .recipe:nth-child(3n + 3) {
    margin-right: 0px;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    font-size: 25px;
}

.our_recipes.dish_1 .recipe h5 {
    font-size: 16px;
}

.our_recipes.dish_1 .recipe:nth-child(1) {
    margin-bottom: 0;
}
	
.single-recipes #content p, .single-recipes #content li, .single-recipes #content span {
    font-size: 16px;
}

.single-recipes .our_recipes .recipe {
    width: 100%;
}

.single-recipes .our_recipes {
    display: block;
}

.single-recipes .our_recipes .recipes_single:first-child {
    margin-left: 0;
}

#pagewrap .recipe-title h1 {
    font-size: 25px;
}
	
.home-7.padding-row {
    padding: 50px 0 70px;
}
	
.home .our_recipes .recipe .recipe-content {
    padding: 60px 40px;
}

.home .our_recipes .recipe {
    margin-bottom: 35px;
}

.home .our_recipes .recipe:last-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.home .home-7 h2 {
    text-align: center;
}

.home #pagewrap .home-7 .blue-button {
    text-align: center;
}
	
#pagewrap .wc-pao-addon-select-your-samples .form-row label {
    padding: 20px 15px;
}
	
form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order::before {
    background-size: 10px;
    width: 25px;
}
}

@media (max-width: 768px) {
.woocommerce-page.sidebar-none .cart-collaterals {
    padding-bottom: 20px;
}
	
.woocommerce-account .woocommerce-MyAccount-content {
    padding-bottom: 20px;
}
}

@media (max-width: 760px) {
.product-content-left-top .product-image {
    width: 100%;
}

.product-content-left-top .product-content-info {
    width: 100%;
    margin-left: 0px;
}

.product-content-left-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.single-product-inner {
    text-align: center;
}

.product-content-left-top .product-image img {
    height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
}

.product-download-file {
    margin: auto;
}

.single-product div#tab-Nutrients ul li:nth-child(3n+1) {
    text-align: left;
}
	
form#search-filter-form-1315.searchandfilter ul li.sf-field-search, form#search-filter-form-2294.searchandfilter ul li.sf-field-search {
    width: calc(100% - 140px);
    display: inline-block;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order {
    width: 120px;
    margin-left: 20px;
    display: inline-block;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order::before, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order::before {
    background-position: 0% 50%;
    width: 30px;
    height: 38px;
}
}

@media (max-width: 700px) {
.postid-781 .wc-pao-addon-select-your-samples {
    width: 100%;
    margin: 0;
}

.postid-781 .wc-pao-addons-container {
    display: block;
}

.postid-781.woocommerce div.product form.cart .button {
    display: block;
}

.postid-781 .sample_help_section {
    margin-bottom: 70px;
}

.postid-781 #pagewrap h1.product_title.entry-title {
    text-align: center;
}

.postid-781 #pagewrap #content .summary.entry-summary {
    margin-top: 70px;
}

.postid-781 .product-addon-totals strong {
    font-size: 15px;
}

.postid-781 #content .sample_help_section p {
    font-size: 15px;
}
}

@media (max-width: 680px) {
.width-auto {
    padding: 50px 0px;
}

.padding-row {
    padding: 50px 0px;
}

.about-1 .module_column.col4-2 {
    width: 100%;
}

.about-1 {
    text-align: center;
}

.about-1 .module_column.last {
    margin-left: 0;
    margin-top: 50px;
}

#pagewrap .about-1 {
    background-image: none;
}

.about-1:before {
    display: none;
}

#content .module_column.col4-2, .module_column.col2-1 {
    width: 100%;
}

#content div.module_column {
    margin-left: 0px;
    margin-top: 50px;
}

#content div.module_column.first {
    margin-top: 0px;
}

#footer-top .module_column.second {
    width: 100%;
}

#footer-top .module_column.third {
    width: 100%;
}

#footer-top .module_column.first {
    width: 100%;
    margin-left: 0;
}

#footer-top .module_column.last {
    width: 100%;
    margin: 0;
}

#footer-top .module_column {
    margin-left: 0;
    margin-top: 40px;
}

#footer-top {
    text-align: center;
}

#pagewrap #footer-top ul.nav li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

div#footer-top .third .tb_text_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-3 .module_column.col2-1 {
    width: 100%;
}

.about-3 .row_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
}

#content .about-3 div.module_column.last {
    margin-top: 0;
    margin-bottom: 50px;
}

.about-3 {
    text-align: center;
}

.about-1 .module-image {
    text-align: center;
}

.about-1 .module-image, .about-3 .module-image {
    width: 80%;
    margin: auto;
}

#content .about-2 .module_column.last {
    margin-top: 0;
}

.about-2 .main-heading h2 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.about-2 .module-image .image-wrap img {
    height: auto;
}
	
#content div.module_column.col-full {
    margin-top: 0;
}

.pip-1.padding-row {
    padding: 50px 0px;
}
	
.single-post .width-auto {
    padding: 50px 0px 0px;
}

.single-post .post-content .post-content-right .module-text {
    margin-bottom: 30px;
}

.posts-archive-single {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 50px;
}

.posts-archive-single:nth-child(3n+1) {
    margin-left: 0px;
}

.single-post .posts-archive-single:last-child {
    display: block;
}

.single-post .latest-blogs .small-heading h2 {
    margin-top: 0;
}

.single-related-posts .posts-archive-single {
    margin-bottom: 50px;
}

.single-related-posts .posts-archive-single:last-child {
    margin-bottom: 0;
}
	
#pagewrap .blog-header h1 {
    font-size: 35px;
    margin: 30px 0px 50px;
	margin: 0 0 50px;
}

.recent-blog-section, .next-reads-blog-section {
    margin-bottom: 50px;
}

.blog-archive.recent-posts .posts-archive-single:nth-child(3n+2), .blog-archive.recent-posts .posts-archive-single:nth-child(3n+3) {
    width: 100%;
    margin-left: 0;
}

.blog-archive.recent-posts .post-archive-content {
    display: none;
}

.recent-posts .posts-archive-single:nth-child(3n+1) a .posts-archive-single-content {
    padding: 30px 50px 30px 30px;
}
	
#pagewrap .subscribe-1 .last {
    margin: 0 0 40px;
}

#pagewrap .subscribe-1 .last .main-heading h2 {
    font-size: 30px;
}

#pagewrap .subscribe-1 .module_column.last .module-icon-item span {
    font-size: 16px;
}

#pagewrap .subscribe-1 .first .main-heading h2 {
    font-size: 25px;
}
	
#pagewrap .faq-2:before, #pagewrap .faq-2 .builder_row_cover:before {
    height: 15%;
}

#pagewrap .faq-2 {
    overflow: hidden;
    background-size: 130%;
}

#pagewrap .answer-row .module_column.last, #pagewrap .question-row .module_column.last {
    margin-top: 0;
    width: calc(100% - 76px);
}

#pagewrap .answer-row .module_column.first, #pagewrap .question-row .module_column.first {
    margin-right: 20px;
}

.answer-text {
    margin: 0;
}

#pagewrap .faq-1.main-heading {
    width: 100%;
    margin: 0 0 40px;
}
	
.single-product ul.tabs.wc-tabs li {
    display: inline-block;
    width: calc(50% - 2px);
}

.single-product ul.tabs.wc-tabs {
    display: block;
}

.single-product ul.tabs.wc-tabs li.active {
    background: var(--blue);
    border-radius: 10px;
}

.single-product #pagewrap ul.tabs.wc-tabs li.active a {
    color: white;
    font-weight: 500;
}

.single-product #pagewrap ul.tabs.wc-tabs li.active a:before, .single-product #pagewrap ul.tabs.wc-tabs li.active a:after {
    display: none;
}

.single-product .woocommerce-Tabs-panel {
    margin-top: 10px;
}
	
.post-type-archive-product .product-pa img {
    height: 200px;
}
	
.legal-content {
    padding: 50px 0px;
}
	
form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li {
    width: calc(50% - 14px);
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3n+1), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3n+1) {
    margin-left: 20px;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(2n+1), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(2n+1) {
    margin-left: 0;
}

#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    font-size: 35px;
}

#pagewrap .header-recipes h1 span {
    margin-left: 35px;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    font-size: 20px;
}

.our_recipes.dish_1 .recipe h5 {
    font-size: 14px;
}
	
.woocommerce-account.sidebar-none #content {
    padding: 50px 0px;
}
	
.recipe-post-content-top-left {
    padding: 40px 50px;
}
	
.home-3:before {
    height: 70px;
}

.home-3:after {
    height: 45px;
}

.home-6:after {
    height: 50px;
}

.home-3.padding-row {
    padding: 90px 0px 70px;
}

.home-6.padding-row {
    padding: 130px 0px 70px;
}

#content .home-3 .module_column {
    margin: 0;
}

.home-7.padding-row {
    padding: 50px 0 50px;
}

#content .home-arrows div.module_column {
    width: calc(33.33% - 14px);
    margin-top: 0;
    margin-left: 20px;
}

#content .home-arrows div.module_column:first-child {
    margin-left: 0;
}

#pagewrap .home-arrows .row_inner {
    width: 90%;
}

.pku_formulas .formula {
    margin-top: 30px;
}

.home-5 .module_column.last {
    margin-top: 50px;
}

.home-5 {
    padding-top: 50px;
}

#content .home-4 .module_column.first {
    margin-top: 50px;
}

.home-4 {
    padding-top: 50px;
}
	
.homepage-slider h1 strong {
    font-size: 35px;
    display: block;
}

.homepage-slider .slide-1 h1 strong {
    font-size: 45px;
}
	
.postid-781 .sample_help_section {
    margin-bottom: 50px;
}

.postid-781 #pagewrap #content .summary.entry-summary {
    margin-top: 50px;
}

.postid-781 #pagewrap h1.product_title.entry-title {
    font-size: 28px;
}
}

@media (max-width: 650px) {
#header-top p {
    display: none;
}

#pagewrap .hc-login .login-icon svg {
    height: 25px;
    width: 25px;
}

#header-top {
    padding: 0;
}

#header-bottom {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
}

#headerwrap.fixed-header #header-top {
    top: -50px;
}

#header-top .module_column.first {
    width: 35px;
}

#header-top .module_column.last {
    width: calc(100% - 35px);
}

#header-top .module_column.last .tb-column-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
}

.search-bar {
    width: 100%;
    margin: 0px 15px;
}
	
#headerwrap {
    height: 136px;
}
	
#pagewrap .progress {
    top: 136px;
}
}

@media (max-width: 600px) {
.post-type-archive-product .product-pa img {
    height: auto;
}

.post-type-archive-product .searchandfilter ul li {
    width: 100%;
    margin-left: 0;
    padding: 10px;
}

.post-type-archive-product .searchandfilter ul li:nth-child(3n+1) {
    margin-left: 0px;
}

.post-type-archive-product .product-pa {
    width: 100%;
    margin-left: 0;
}

.post-type-archive-product .product-pa:nth-child(3n+1) {
    margin-left: 0px;
}

.post-type-archive-product .products-search {
    padding: 10px 0px;
}
	
#header-bottom .module-image.image-1 img {
    width: 90px;
    -o-object-fit: contain;
       object-fit: contain;
}

#header-bottom .module-image.image-2 img {
    width: 110px;
    -o-object-fit: contain;
       object-fit: contain;
}

#header-bottom .module_column.first {
    width: 220px;
}

#header-bottom .module_column.last {
    width: calc(100% - 290px);
}
	
.page-template-template-recipes-posts .home-7.recipes-1 .our_recipes.dish_1 .recipe_info {
    display: block;
}

.our_recipes.dish_1 .recipe:first-child .cook_time, .our_recipes.dish_1 .recipe:first-child .servings {
    width: 100%;
}

.our_recipes.dish_1 .recipe:first-child .cook_time {
    border-right: none;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    width: 120%;
}

.our_recipes.dish_1 .recipe:first-child .servings {
    padding-top: 15px;
}
	
.recipe-post-content-top-left {
    padding: 30px 35px;
}

.recipe-icons-content>div {
    padding: 40px;
}
	
.home .our_recipes .recipe .recipe-content {
    padding: 50px 40px;
}
}

@media (max-width: 500px) {
#pagewrap .main-heading h2, #pagewrap .main-heading h1 {
    font-size: 25px;
}

#pagewrap #footer-bottom div#legals-menu li {
    display: block;
}

#pagewrap #footer-bottom div#legals-menu li a {
    border: none;
}

div#footer-bottom .row_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
}

div#footer-bottom {
    padding: 14px 0px;
}

div#footer-bottom .module_column.last {
    margin-bottom: 10px;
}
	
.single-post .page-heading-title h1 {
    font-size: 25px;
}

.single-post .post-content .row_inner {
    width: 85%;
}
	
#pagewrap .view-all-blogs-link p {
    font-size: 14px;
}

.read-next-posts .posts-archive-single {
    padding: 30px 30px 30px 40px;
}

#pagewrap .blog-header h1 {
    text-align: center;
}

.read-next-posts .posts-archive-single {
    padding: 0;
    margin-top: 50px;
    background: #f9f9f9;
}

.read-next-posts.blog-archive .posts-archive-single a .posts-archive-image {
    display: block;
    width: 100%;
    padding: 30%;
    border-radius: 0;
}

.read-next-posts.blog-archive .posts-archive-single a .posts-archive-single-content {
    width: 100%;
    padding: 30px 50px 30px 30px;
}

.logged-in .read-next-posts .posts-archive-single .recent-posts-archive-button {
    right: 14px;
}

.read-next-posts .posts-archive-single:first-child {
    margin-top: 0;
}

.logged-in .next-reads-blog-section .sub_column.first {
    background: transparent;
}

.blog-archive.read-next-posts {
    background: transparent;
}

.read-next-posts .posts-archive-single:hover a .posts-archive-image {
    border-radius: 10px 10px 0px 0px;
}

.all-posts .pagination span, #pagewrap .all-posts .pagination a {
    font-size: 16px;
}

.all-posts .pagination-wrap {
    text-align: center;
}
	
.subscribe-1 .first {
    padding: 50px 35px;
}

.subscribe-1 #frm_field_51_container:before {
    width: calc(100% - -70px);
    left: -35px;
}

div#frm_field_45_container .frm_opt_container {
    display: block;
}

#pagewrap .subscribe-1 div#frm_desc_field_w9pow {
    padding-top: 14px;
}
	
#pagewrap .answer-row .module_column.last, #pagewrap .question-row .module_column.last {
    margin-top: 0;
    width: calc(100% - 58px);
}

#pagewrap .answer-row .module_column.first, #pagewrap .question-row .module_column.first {
    margin-right: 20px;
    width: 38px;
}

.question-row .big-letter p strong, .answer-row .big-letter p strong {
    font-size: 35px;
}

#pagewrap .question-title h2 {
    margin: 10px 0px;
}

#pagewrap .faq-1.main-heading h2 {
    font-size: 25px;
}

#pagewrap .question-title h2 {
    font-size: 20px;
}

#pagewrap .faq-2 {
    background-size: 700px;
}

#pagewrap .faq-2:before, #pagewrap .faq-2 .builder_row_cover:before {
    height: 400px;
}
	
.single-product .woocommerce-Tabs-panel {
    padding: 25px 20px;
}

.single-product #pagewrap h1 {
    font-size: 25px;
}
	
#pagewrap .archive-product-title h1 {
    font-size: 30px;
}

.post-type-archive-product .product-pa {
    padding: 25px 20px;
}
	
.legal-content h1 {
    font-size: 25px;
}
	
#pagewrap span.header-icn svg {
    width: 30px;
    height: 30px;
}

span.icon-menu-count {
    padding: 1px;
    width: 18px;
    height: 18px;
}

#header-bottom .module-image.image-1 img {
    width: 80px;
    -o-object-fit: contain;
       object-fit: contain;
}

#header-bottom .module-image.image-2 img {
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}

#header-bottom .module_column.first {
    width: 200px;
}

#header-bottom .module_column.last {
    width: calc(100% - 270px);
}
	
#headerwrap {
    height: 126px;
}

#headerwrap.fixed-header {
    height: 76px;
}
	
.recipe-icons i {
    font-size: 20px;
    height: 35px;
    width: 35px;
}
	
#pagewrap .home-arrow-icon span {
    font-size: 13px;
    font-weight: 500;
}

#pagewrap .home-arrow-icon em {
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.home-arrows {
    -webkit-transform: translateY(-112px);
        -ms-transform: translateY(-112px);
            transform: translateY(-112px);
}

.home-4 .module_column img, .home-5 .module_column img {
    width: 80%;
}

.home-4 {
    padding-top: 80px;
}
	
.pku_formulas .formula {
    width: 100%;
    margin-left: 0px;
}

.home .our_recipes .recipe .recipe-content {
    padding: 40px 30px;
}
	
.slide-2 .slider-content-inner-right img, .slide-3 .slider-content-inner-right img, .slide-4 .slider-content-inner-right img {
    width: 180px;
}

#pagewrap .slick-initialized .slick-slide.slide-2 {
    background-position: 20% 50% !important;
}

.slider-content {
    padding: 50px 0px 80px;
}

.slide-1 .slider-content-inner-text, .slide-3 .slider-content h1, .slide-4 h1, .slide-4-button-content, #content .slide-4 p {
    width: 85%;
}

.homepage-slider h1 strong {
    font-size: 30px;
}

.homepage-slider .slide-1 h1 strong {
    font-size: 40px;
}

#content .homepage-slider p, #content .homepage-slider li {
    font-size: 16px;
}

#pagewrap .slick-initialized .slick-slide {
    height: 500px;
}
	
.single-product.postid-781 .pagewidth {
    width: 85%;
}
	
#pagewrap .progress {
    top: 126px;
}
    
.fixed-header-on #pagewrap .progress {
    top: 76px;
}
}

@media (max-width: 450px) {
.recipe-post-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
}

.recipe-post-content-top-left {
    width: 100%;
}

.recipe-post-content-top-right {
    width: 100%;
    padding-top: 100%;
    border-radius: 24px 24px 0 0;
}

.recipe-post-content-top .recipe-post-content-top-right::before {
    display: none;
}

.recipe-post-content {
    background-image: none !important;
}

#pagewrap a.all-recipes-link span, #pagewrap a.all-recipes-link i {
    color: var(--blue);
}

a.all-recipes-link:after {
    background: var(--blue);
}

.single-recipes #pagewrap .our_recipes .recipe h3 {
    font-size: 20px;
}

.single-recipes #pagewrap .our_recipes .recipe h5 {
    font-size: 14px;
}
	
#pagewrap .wc-pao-addon-select-your-samples .form-row {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}

#pagewrap .wc-pao-addon-select-your-samples .form-row:nth-child(3n) {
    margin-right: 0px;
}
	
#header-bottom .module_column.last {
    width: calc(100% - 210px);
    margin-left: 10px;
}
}

@media (max-width: 400px) {
#pagewrap .view-all-blogs-link {
    position: relative;
    text-align: center;
}
	
.subscribe-1 .row_inner {
    width: 100%;
    max-width: 100%;
}

#pagewrap .subscribe-1 .last {
    width: 85%;
    margin: 0px auto 40px;
}

.subscribe-1 .module_column.last .module-icon-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.subscribe-1 .module_column.last .module-icon-item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.subscribe-1 .module_column.last .module-icon-item em {
    padding: 0;
}

#pagewrap .subscribe-1 .module_column.last .module-icon-item span {
    margin: 0;
    margin-top: 8px;
}

.subscribe-1 .first {
    padding: 50px 7.5%;
    border-radius: 0;
}

.subscribe-1 #frm_field_51_container:before {
    width: 118%;
    left: -9%;
    display: none;
}

.subscribe-1 {
    overflow: hidden;
}

.subscribe-1 .first:after {
    border-radius: 0;
    display: none;
}

.subscribe-1 #frm_field_51_container label, .subscribe-1 #frm_field_51_container .frm_primary_label {
    color: var(--black);
    font-weight: 400;
}

#pagewrap .subscribe-1 .frm_style_formidable-style.with_frm_style div#frm_desc_field_w9pow {
    color: var(--black);
    font-weight: 400;
}

#pagewrap .subscribe-1 div#field_w9pow_label span {
    color: #444444;
    font-weight: 600;
    margin-bottom: 10px;
}

div#frm_field_39_container {
    margin-bottom: 30px;
}

#pagewrap .subscribe-1 .last .main-heading h2 {
    font-size: 25px;
}

#pagewrap .subscribe-1 .last p {
    font-size: 14px;
    margin-bottom: 5px;
}

.subscribe-1.padding-row {
    padding-bottom: 0;
}

.subscribe-1 .frm_combo_inputs_container .frm_form_field {
    width: 100%;
    margin-left: 0;
}

.subscribe-1 #frm_field_51_container label {
    font-size: 14px;
}
	
#pagewrap .answer-row .module_column.first, #pagewrap .question-row .module_column.first {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
}

#pagewrap .answer-row .module_column.last, #pagewrap .question-row .module_column.last {
    width: 100%;
}
	
.product-content-left-top .product-image img {
    height: auto;
    width: 90%;
}

.single-product div#tab-Nutrients ul li:nth-child(3n+2), .single-product div#tab-Nutrients ul li:nth-child(3n+3) {
    width: 100px;
}
	
form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li {
    width: 100%;
    margin-left: 0;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3n+1), form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(3n+1) {
    margin-left: 0;
}

.our_recipes .recipe.dish_day .recipe-image::before {
    display: none;
}

.our_recipes.dish_1 .recipe:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.our_recipes .recipe .recipe-image {
    width: 100%;
}

.our_recipes .recipe .recipe-content {
    width: 100%;
}

.our_recipes .recipe {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.our_recipes.dish_1 .recipe:nth-child(1) h3 {
    width: auto;
}

.our_recipes .recipe .recipe-image img, .our_recipes .recipe .recipe-image a {
    border-radius: 30px 30px 0px 0px;
}

div#search-filter-results-1315 .our_recipes .recipe .recipe-content, div#search-filter-results-2294 .our_recipes .recipe .recipe-content {
    padding: 30px 20px;
}

.our_recipes.dish_1 .recipe:nth-child(1) .recipe-content {
    padding: 30px 20px;
}

.our_recipes.dish_1 .recipe:nth-child(1) .recipe-image img {
    border-radius: 30px 30px 0px 0px;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-search, form#search-filter-form-2294.searchandfilter ul li.sf-field-search {
    width: 100%;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-sort_order, form#search-filter-form-2294.searchandfilter ul li.sf-field-sort_order {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
}

form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type {
    margin-top: 10px;
}

#pagewrap .header-recipes h1, #pagewrap .header-recipes h1 span {
    font-size: 25px;
}

#pagewrap .header-recipes h1 span {
    margin-left: 30px;
}

.our_recipes.dish_1 .recipe h5 {
    margin-top: 0;
}
	
.single-recipes .our_recipes .recipe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.single-recipes .our_recipes .recipe .recipe-image {
    width: 100%;
    border-radius: 0;
}

.single-recipes .our_recipes .recipe .recipe-content {
    width: 100%;
    padding: 30px 20px;
}

.single-recipes .our_recipes .recipe .recipe-image img {
    border-radius: 24px 24px 0 0;
}

.recipe-post-content-top-left {
    padding: 30px 20px;
    text-align: center;
}

.recipe-icons-content>div {
    padding: 30px;
}

.single-recipes #content .recipe-cat span {
    display: block;
}

.recipe-cat span:before {
    display: none;
}
	
.home-6 .module-image img {
    height: auto;
    width: 90%;
}
	
.homepage-slider .slide-1 h1 strong {
    font-size: 35px;
}

.slide-1 .slider-content-inner-title>span {
    font-size: 90px;
}

#pagewrap .slide-1 .slider-content-inner-title h2 {
    font-size: 22px;
}
	
#header-bottom .basket-icons {
    margin-left: 0;
}
}

@media (max-width: 350px) {
.about-1 .module-image, .about-3 .module-image {
    width: 90%;
}
	
.post-type-archive-product #pagewrap .product-pa h3 {
    font-size: 18px;
}
	
#header-bottom .module-image.image-1 {
    display: none;
}

#header-bottom .module_column.first {
    width: 100px;
}

#header-bottom .module_column.last {
    width: calc(100% - 120px);
    margin-left: 20px;
}

#header-top .row_inner, #header-bottom .row_inner {
    width: 85%;
}
	
form#search-filter-form-1315.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label, form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li label {
    font-size: 14px;
}
	
#headerwrap {
    height: 121px;
}

#headerwrap.fixed-header {
    height: 71px;
}
	
.woocommerce-account #pagewrap .woocommerce button.button {
    width: 100%;
    margin: 10px 0px 0px;
}
	
.home-arrows {
    display: none;
}

.home .our_recipes .recipe .recipe-content {
    padding: 30px 20px;
}

.home-4 .module_column img, .home-5 .module_column img {
    width: 90%;
}
	
.social-icons.homepage-icons {
    display: none;
}

.slider-content {
    padding: 50px 0px;
}

.slide-1 .slider-content-inner-title h1 {
    display: block;
    width: 100%;
}

.slide-1 .slider-content-inner-title>span {
    font-size: 50px;
    line-height: 1;
    margin-left: 0;
}
	
#pagewrap .progress {
    top: 121px;
}
    
.fixed-header-on #pagewrap .progress {
    top: 71px;
}
	
.all-posts .pagination span, #pagewrap .all-posts .pagination a {
    font-size: 15px;
}
}

@media (max-width: 300px) {
.single-product div#tab-Nutrients ul li:nth-child(3n+2), .single-product div#tab-Nutrients ul li:nth-child(3n+3) {
    width: 50%;
    display: inline-block;
}

.single-product div#tab-Nutrients ul {
    display: block;
    border-bottom: solid 1px var(--grey);
    margin-bottom: 0;
    padding: 10px 0px;
}

.single-product div#tab-Nutrients ul li:nth-child(3n+1) {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}

.single-product #pagewrap div#tab-Nutrients ul.row1 li:first-child {
    display: none;
}

.single-product #pagewrap div#tab-Nutrients ul.row1 {
    padding-top: 0;
}

.single-product .woocommerce-Tabs-panel {
    border-radius: 12px;
}

.single-product ul.tabs.wc-tabs li {
    width: 100%;
}

.product-content-left-bottom {
    margin-top: 30px;
}
	
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
	
.all-posts .pagination span, #pagewrap .all-posts .pagination a {
		padding: 0px 5px;
}
}

@media (max-width: 280px) {
.search-bar {
    display: none;
}

#header-top {
    padding: 10px 0px;
}

#header-bottom {
    -webkit-transform: translateY(46px);
        -ms-transform: translateY(46px);
            transform: translateY(46px);
}

#headerwrap.fixed-header #header-top {
    top: -46px;
}
}
/* end of responsive */

/* mobile-menu */
#open-mm {
    cursor: pointer;
}

#mobile-icons-header, .mobile-menu-burger {
    display: none;
}

#mobile-menu {
    right: auto;
}

#full-screen-mobile-main-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100% - 130px);
		height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
    padding: 80px 0px 50px;
    overflow-y: scroll;
		height: 100vh;
}

#full-screen-mobile-main-menu:before {
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    background: var(--blue);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
		height: 100vh;
}

#full-screen-mobile-main-menu:after {
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    background: white;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	  background-position: 80% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background: -webkit-gradient(
linear, left bottom, left top, from(rgba(133, 189, 82, 0.75)), to(rgba(133, 189, 82, 0.75))), url(/wp-content/uploads/2021/08/cambrooke-hp-09.png);
    background: -o-linear-gradient(
bottom, rgba(133, 189, 82, 0.75), rgba(133, 189, 82, 0.75)), url(/wp-content/uploads/2021/08/cambrooke-hp-09.png);
    background: linear-gradient(
0deg, rgba(133, 189, 82, 0.75), rgba(133, 189, 82, 0.75)), url(/wp-content/uploads/2021/08/cambrooke-hp-09.png);
    background: -webkit-gradient(
linear, left bottom, left top, from(rgb(85 139 201 / 75%)), to(rgb(85 139 201 / 75%))), url(/wp-content/uploads/2021/08/cambrooke-hp-09.png);
    background: -o-linear-gradient(
bottom, rgb(85 139 201 / 75%), rgb(85 139 201 / 75%)), url(/wp-content/uploads/2021/08/cambrooke-hp-09.png);
    background: linear-gradient(
0deg, rgb(85 139 201 / 75%), rgb(85 139 201 / 75%)), url(/wp-content/uploads/2021/08/cambrooke-hp-09.png);
		height: 100vh;
}

.opened-mm #full-screen-mobile-main-menu {
    opacity: 1;
    visibility: visible;
}

.opened-mm #full-screen-mobile-main-menu:before {
    width: 66%;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.opened-mm #full-screen-mobile-main-menu:after {
    width: 35%;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

#full-screen-mobile-main-menu .row_inner {
    position: relative;
    margin: 0 auto;
    width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    height: 100%;
}

.opened-mm #full-screen-mobile-main-menu .row_inner {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

#close-mm {
    position: absolute;
    color: white;
    font-size: 40px;
    cursor: pointer;
    right: 30px;
    top: 30px;
		z-index: 1;
		position: fixed;
}

#full-screen-mobile-main-menu .row_inner>div {
    width: 40%;
}

#pagewrap #full-screen-mobile-main-menu a {
    color: white;
}

#pagewrap #full-screen-mobile-main-menu a:hover {
    color: var(--green);
}

#full-screen-mobile-main-menu ul {
    margin: 0;
    list-style: none;
}

#full-screen-mobile-main-menu .row_inner>div.menu-column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
}

.menu-column-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
		margin-bottom: 60px;
}

#mobile-menu a {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: var(--cbtrans);
    -o-transition: var(--cbtrans);
    transition: var(--cbtrans);;
}

div#mobile-menu li:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    content: "\e941";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: var(--cbtrans);
    -o-transition: var(--cbtrans);
    transition: var(--cbtrans);
    opacity: 0;
}

#mobile-menu li {
	position: relative;
}

#mobile-menu li:hover a {
    color: var(--green);
}

#mobile-menu li:hover:before {
    opacity: 1;
    padding-right: 20px;
    color: var(--green);
}

#mobile-menu li:hover a {
    padding-left: 30px;
}

#headerwrap .menu-column-icons a:hover {
    background: var(--green);
    color: white;
    border-style: solid;
}

.menu-column-socials svg {
    width: 200px;
    margin-right: 20px;
}

#open-mm span:nth-child(2) {
    width: 14px;
    margin: 2px auto;
    height: 2px;
}

#open-mm span {
    height: 2px;
    width: 20px;
    background: var(--green);
    display: block;
    margin: 4px;
}

#open-mm {
    display: inline-block;
    height: 100%;
}

.social-icons.header-icons {
    z-index: 0;
}

#pagewrap #full-screen-mobile-main-menu .social-icons svg {
    margin-right: 12px;
    width: 26px;
    height: 26px;
}

#pagewrap #full-screen-mobile-main-menu .social-icons svg path {
    fill:  var(--blue);
}

.opened-mm #pagewrap {
    overflow-y: scroll;
}

div#mobile-menu li.menu-item-has-children:before {
    display: none;
}

#mobile-menu li.menu-item-has-children:hover a {
    padding: 0;
}

#mobile-menu li.menu-item-has-children a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#mobile-menu li.menu-item-has-children i {
    margin-left: 10px;
		width: 100%;
    z-index: 4;
		color: white;
    padding: 7px 0px;
    cursor: pointer;
}

#mobile-menu li.menu-item-has-children:hover i {
		color: var(--green);
}

#mobile-menu li.menu-item-has-children svg {
    width: 14px;
    height: 14px;
    fill: white;
}

#mobile-menu li.menu-item-has-children:hover svg {
    fill: var(--green);
}

#full-screen-mobile-main-menu ul.sub-menu {
    display: none;
}

.mobile-menu-children-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#mobile-menu li.menu-item-has-children em {
    display: none;
}

#full-screen-mobile-main-menu li.sub-menu-active ul.sub-menu {
    display: block;
}

#full-screen-mobile-main-menu li.sub-menu-active ul.sub-menu li a {
    font-size: 16px;
}

#full-screen-mobile-main-menu li.sub-menu-active ul.sub-menu li {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

#full-screen-mobile-main-menu li i:before {
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#full-screen-mobile-main-menu li.sub-menu-active i:before {
    content: "\f078";
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

#mobile-menu li.menu-item-has-children:hover ul.sub-menu a {
    color: white;
}

#mobile-menu li.menu-item-has-children ul.sub-menu li:hover a {
    padding-left: 30px;
    color: var(--green);
}

.menu-column-socials {
    margin-top: 15px;
}

@media (max-width: 1140px) {
.mobile-menu-burger {
    display: block;
}

div#main-header {
    padding: 0;
}

div#under-main-header {
    display: none;
}

#headerwrap .module.module-buttons a.green {
    display: none;
}

#pagewrap #main-header .module_column.first>div .module-buttons, #main-header .module_column.last>div .module-buttons {
    margin: 0;
}

#pagewrap #main-header .module_column.last>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.mobile-menu-burger .tb_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu-burger {
    padding: 10px 0px 10px 20px;
}

.fixed-header-on #pagewrap div#main-header {
    height: auto;
    max-height: none;
}
	
#header-menu {
    display: none;
}

.logged-in #header-bottom .sample_pack_menu_item.basket-icons, .mobile-menu-burger {
    display: inline-block;
    vertical-align: middle;
}
}

@media (max-width: 680px) {
.opened-mm #full-screen-mobile-main-menu:after {
    width: 20%;
}

.opened-mm #full-screen-mobile-main-menu:before {
    width: 81%;
}

#full-screen-mobile-main-menu .row_inner>div.menu-column {
    width: 78%;
}
}

@media (max-width: 500px) {
#full-screen-mobile-main-menu .row_inner {
    width: 85%;
}

#close-mm {
    top: 20px;
    right: 20px;
}
}

@media (max-width: 350px) {
.opened-mm #full-screen-mobile-main-menu:after {
    width: 0%;
}

.opened-mm #full-screen-mobile-main-menu:before {
    width: 100%;
}

#full-screen-mobile-main-menu .row_inner>div.menu-column {
    width: 100%;
}
}
/* end of mobile menu */

/* final changes */
/* logged out account */
.woocommerce-account.woocommerce-page #pagewrap .woocommerce form.lost_reset_password a, .woocommerce-account.woocommerce-page #pagewrap .woocommerce form.login a {
    color: white;
}

.woocommerce-account.woocommerce-page #pagewrap .woocommerce form.lost_reset_password a:hover, .woocommerce-account.woocommerce-page #pagewrap .woocommerce form.login a:hover {
    color: var(--green);
}

.woocommerce-account.woocommerce-page #pagewrap .woocommerce button.button, #pagewrap .woocommerce .woocommerce-info a.button {
    background: white;
    color: var(--blue);
    padding: 8px 15px;
    text-align: center;
    text-transform: capitalize;
    border: solid 2px white;
    min-width: 100px;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

.woocommerce-account.woocommerce-page #pagewrap .woocommerce form span {
    color: white;
    font-family: europa, sans-serif;
    font-weight: 100;
}

.woocommerce-account.woocommerce-page #pagewrap .woocommerce button.button:hover, #pagewrap .woocommerce .woocommerce-info a.button:hover {
    background: var(--blue);
    color: white;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

input#rememberme {
    margin: 0;
}

.woocommerce-account.woocommerce-page .woocommerce form .form-row label {
    vertical-align: middle;
}

@media (max-width: 400px) {
.woocommerce-account #pagewrap h2 {
    font-size: 25px;
}

.woocommerce-account .woocommerce form .form-row label {
    font-size: 14px;
}

.woocommerce-account.woocommerce-page #pagewrap .woocommerce form.lost_reset_password a, .woocommerce-account.woocommerce-page #pagewrap .woocommerce form.login a {
    font-size: 14px;
}

.woocommerce-account.woocommerce-page .woocommerce form.lost_reset_password, .woocommerce-account.woocommerce-page .woocommerce form.login {
    text-align: center;
}

.woocommerce-account.woocommerce-page .woocommerce form .form-row label {
    text-align: center;
}

.woocommerce-account.woocommerce-page #pagewrap .woocommerce button.button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
}
}

@media (max-width: 300px) {
.woocommerce-account.woocommerce-page .woocommerce form.lost_reset_password, .woocommerce-account.woocommerce-page .woocommerce form.login {
    padding: 20px;
}
}
/* end of logged out account */

/* logged in account */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: var(--blue);
    border-radius: 20px;
    padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom-color: rgb(255 255 255 / 20%);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-top-color: rgb(255 255 255 / 20%);
    margin-top: 0;
}

.logged-in.woocommerce-account .woocommerce form .form-row label {
    color: var(--black);
}

.woocommerce-account.woocommerce-page #pagewrap .woocommerce button.button {
    background: var(--blue);
    color: white;
    border: solid 2px var(--blue);
}

.woocommerce-account.woocommerce-page #pagewrap .woocommerce button.button:hover {
    background: white;
    color: var(--blue);
}

.logged-in.woocommerce-account.woocommerce-page.woocommerce-view-order #pagewrap .woocommerce .woocommerce-order-details a {
    color: white;
}

.logged-in.woocommerce-account.woocommerce-page #pagewrap .woocommerce .woocommerce-order-details a {
    color: var(--blue);
}

.logged-in.woocommerce-account.woocommerce-page #pagewrap .woocommerce .woocommerce-order-details a:hover {
    color: var(--green);
}

#pagewrap mark {
    color: var(--blue);
    background: transparent;
}

.logged-in.woocommerce-account.woocommerce-page #pagewrap .woocommerce td.product-name .wc-item-meta, .logged-in.woocommerce-account.woocommerce-page #pagewrap .woocommerce td.product-name dl.variation {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 500px) {
.logged-in .woocommerce table.shop_table th, .logged-in .woocommerce table.shop_table td {
    font-size: 16px;
}
}

@media (max-width: 350px) {
.logged-in.woocommerce-account.woocommerce-page #pagewrap .woocommerce td.product-name .wc-item-meta, .logged-in.woocommerce-account.woocommerce-page #pagewrap .woocommerce td.product-name dl.variation {
    margin-left: 0px;
}

.logged-in .woocommerce table.shop_table th, .logged-in .woocommerce table.shop_table td {
    font-size: 14px;
}
}
/* end of logged in account */

/* basket */
.woocommerce .cart-collaterals .cart_totals {
    background: var(--blue);
    background: transparent;
    padding: 0;
}

.woocommerce-cart #pagewrap  .cart-collaterals h2 {
    color: white;
    display: none;
}

.woocommerce-cart #pagewrap .cart-collaterals table {
    display: none;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    color: white;
    border-top: solid 1px white;
}

.woocommerce .cart-collaterals .cart_totals .amount bdi, .woocommerce .cart-collaterals .cart_totals .amount bdi span {
    color: white;
}

.woocommerce-cart #pagewrap .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 0;
}

.woocommerce-cart #pagewrap .cart-collaterals .wc-proceed-to-checkout a {
    margin-bottom: 0;
}

.woocommerce-page.sidebar-none .cart-collaterals .cart_totals {
    width: 100%;
}

.sidebar-none .woocommerce table.shop_table.cart {
    width: 100%;
}

.woocommerce-cart #pagewrap .woocommerce a.button {
    border-color: var(--blue);
    padding: 12px 15px;
    font-size: 18px;
}

.woocommerce-cart #pagewrap .woocommerce a.button:hover {
/*     box-shadow: none; */
    background: white;
    color: var(--blue);
}

@media (max-width: 900px) {
.woocommerce-cart #pagewrap .woocommerce a.button {
    font-size: 16px;
}
}

@media (max-width: 768px) {
.woocommerce-page #content table.cart tr .product-name {
    min-height: 60px;
}

.sidebar-none .woocommerce table.shop_table.cart {
    margin-bottom: 0;
}

.woocommerce-cart.woocommerce-page.sidebar-none .cart-collaterals {
    margin-top: 0px;
}
}

@media (max-width: 500px) {
.woocommerce-cart #pagewrap .woocommerce a.button {
    font-size: 15px;
}
}
/* end of basket */

/* empty basket */
.woocommerce-cart #pagewrap .woocommerce a.button.wc-backward {
    margin-top: 0px;
    background: transparent;
    border: solid 2px var(--blue);
    color: var(--blue);
}

.woocommerce-cart #pagewrap .woocommerce a.button.wc-backward:hover {
    color: white;
    background: var(--blue);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.woocommerce-cart #pagewrap .woocommerce p.return-to-shop {
    text-align: center;
}
/* end of empty basket */

/* checkout */
.woocommerce form.checkout_coupon {
    background: #eeeeee;
    border: none;
    border-radius: 10px;
}

.woocommerce form.checkout_coupon p.form-row-first {
    width: calc(100% - 205px);
}

.woocommerce form.checkout_coupon p.form-row-last {
    width: 185px;
    margin-left: 20px;
}

#pagewrap .woocommerce form.checkout_coupon button.button {
    padding: 15px 15px;
}

.woocommerce #order_review table.shop_table .product-total, .woocommerce #order_review table.shop_table td:last-child {
    display: none;
}

.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-subtotal, .woocommerce table.shop_table td.product-subtotal {
    display: none;
}

.woocommerce-checkout .woocommerce #order_review table.shop_table tfoot {
    display: none;
}

#customer_details span.error {
    display: none !important;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    font-family: europa, sans-serif;
    font-weight: 500;
}

/* form fields */
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--blue);
    padding: 0px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    border-top: solid 1px #aaaaaa;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    background: var(--blue);
    color: white;
    border: var(--blue);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    background: transparent;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox input {
    display: inline-block;
}

.woocommerce form .form-row .input-checkbox {
    position: unset;margin-top: -6px;
}

input[type="checkbox"]:checked:before {
    -webkit-transform: rotateZ(-45deg) skewY(-10deg) translate(3px, -3px);
        -ms-transform: rotate(-45deg) skewY(-10deg) translate(3px, -3px);
            transform: rotateZ(-45deg) skewY(-10deg) translate(3px, -3px);
}

.woocommerce form p#billing__field {
    border-color: var(--blue) !important;
}

#pagewrap #customer_details input[type=radio], #customer_details input[type=radio] {
    border: solid 2px var(--black);
    margin-top: 0;
}

#pagewrap .woocommerce form #customer_details .form-row {
    border-color: var(--blue) !important;
}

#pagewrap .woocommerce form #customer_details .form-row#additional_home_delivery_programme_field {
    margin-top: 25px !important;
}

#pagewrap .woocommerce form #customer_details legend {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/* end of form fields */

@media (max-width: 1300px) {
.woocommerce form.checkout_coupon p.form-row-first {
    width: calc(100% - 173px);
}

.woocommerce form.checkout_coupon p.form-row-last {
    width: 153px;
}
}

#pagewrap .woocommerce form.checkout_coupon button.button {
    padding: 17px 20px;
}
}

@media (max-width: 1200px) {
#pagewrap .woocommerce form.checkout_coupon button.button {
    padding: 14px 20px;
}
}

@media (max-width: 500px) {
.woocommerce form.checkout_coupon p.form-row-first {
    width: 100%;
}

.woocommerce form.checkout_coupon p.form-row-last {
    width: 100%;
}

#pagewrap .woocommerce form.checkout_coupon button.button {
    padding: 12px 18px;
    width: 100%;
}
}
/* end of checkout */

/* order confirmation */
/* product order - https://aciterster.dreamhosters.com/checkout/order-received/1433/?key=wc_order_hDVri7tUOGcXY */
/* sample pack order - https://aciterster.dreamhosters.com/checkout/order-received/1435/?key=wc_order_oPqXrkZ4zsPQ2 */

.woocommerce-MyAccount-content .last-title-h2 {
    display:none;
}

.woocommerce-edit-address .u-column2.col-2.woocommerce-Address {
    display: none;
}

section.woocommerce-order-details h2.last-title-span, section.woocommerce-customer-details h2.last-title-span, .woocommerce-order h2.last-title-h2 {
    display:none;
}

section.woocommerce-order-details .last-title-h2, section.woocommerce-customer-details  h2.last-title-h2 {
    display:block;
}

div#advanced-sortables table tr:nth-child(1) td:nth-child(1) h2 strong::before {
	content:'THIS IS A TEST';
	display:inline-block;
	position:Relative;
} 

.wp-admin div#wpwrap div#advanced-sortables table h2 {
    padding-left:0!important;
    padding-right:0!important;
}

.woocommerce ul.order_details li strong {
    font-size: 18px;
}

.woocommerce .woocommerce-order p:last-child, .woocommerce .woocommerce-customer-details address {
    border: solid 1px var(--blue);
    padding: 0px 20px 25px;
    border-radius: 5px;
}

.woocommerce .woocommerce-order .woocommerce-customer-details p:last-child {
    padding: 0;
    border: none;
    padding-left: 1.5em;
    border-radius: 0;
}

.woocommerce .woocommerce-order-details table.shop_table {
    background: var(--blue);
    padding: 10px;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot, .woocommerce .woocommerce-order-details table.shop_table th:last-child, .woocommerce .woocommerce-order-details table.shop_table td:last-child {
    display: none;
}

.woocommerce .woocommerce-order-details table.shop_table th, .woocommerce .woocommerce-order-details table.shop_table td {
    color: white;
}

#pagewrap .woocommerce .woocommerce-order-details table.shop_table a, .woocommerce .woocommerce-order-details table.shop_table strong, .woocommerce .woocommerce-order-details table.shop_table p {
    color: white;
}

.woocommerce .woocommerce-order-details table.shop_table td {
    border-color: rgb(255 255 255 / 20%);
}

li.woocommerce-order-overview__total.total {
    display: none;
}

.woocommerce ul.order_details li {
    margin-left: 2em;
    border-left: 1px dashed #d3ced2;
    padding-left: 2em;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.woocommerce ul.order_details li:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}

#pagewrap .woocommerce .woocommerce-order-details table.shop_table a:hover {
    color: var(--green);
}

.woocommerce .woocommerce-order-details table.shop_table .wc-item-meta p {
    padding: 0;
}

.woocommerce-order-received #content p.order-again {
    padding: 0;
    border: none;
}

@media (max-width: 900px) {
.woocommerce ul.order_details li {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
}

@media (max-width: 500px) {
.woocommerce ul.order_details {
    margin-bottom: 0px;
}

.woocommerce-order h2 {
    font-size: 25px;
}

.woocommerce ul.order_details li strong {
    font-size: 16px;
}
}
/* end of order confirmation */

/* garys changes */
#pagewrap .mobile-only {
	display: none;
}

@media (max-width: 1140px) {
#pagewrap .mobile-only {
	display: block;
}
}

@media (max-width: 680px) {
.home-4:before, .home-5:before {
    content: "";
    display: block;
    position: absolute;
    width: 115%;
    background: #f7f7f7;
    height: 100%;
}

.home-5:before {
    top: 0;
}

.home-3:after {
    background-image: url(/wp-content/uploads/2021/12/boarder-bottom-1.png);
}

.home-6:before {
    background-image: url(/wp-content/uploads/2021/12/boarder-top-1.png);
}

#footer-top .module_column.second {
    display: none;
}
	
#footer-top .module_column.first {
	display: none;
}
}

@media (max-width: 500px) {
.home-4:before {
    top: 50px;
}
}
a.added_to_cart.wc-forward {
    display: none;
    
}

#pagewrap .col.last h2 {
    background-image: url('/wp-content/uploads/2022/02/recipe-archive-1-04-1.png');
    background-size: cover;
    height: 260px;
    width: 300px !important;
    padding: 40px 15px;
    max-width: 300px;
    color: white;
}

@media (max-width: 1280px) {
    #pagewrap .col.last h2 {
        margin: auto;
    }

}
/* end of garys changes */
/* end of final changes */





/* additional sub menu styling */
/* #header-menu ul.menu-bar>li>ul.sub-menu {
	display: none;
	width: auto;
	background: transparent;
	border: none;
	box-shadow: none;
	column-count: 2;
	column-gap: 0;
	position: absolute !important;
}

.page-loaded #header-menu ul.menu-bar>li>ul.sub-menu {
    display: inline-block;
}

#header-menu ul.menu-bar>li>ul.sub-menu>li>ul.sub-menu {
    display: block;
    opacity: 1;
    position: relative;
    transform: none;
    left: 0;
    box-shadow: none;
}

#header-menu ul.menu-bar>li>ul.sub-menu>li>a {
    background: var(--blue);
    margin: 0;
    width: 100%;
    color: white;
}

#header-menu ul.menu-bar>li>ul.sub-menu>li>a:hover {
    color: var(--green);
}

#header-menu ul.menu-bar>li>ul.sub-menu>li {
    height: -webkit-fill-available;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 3px 12px rgb(0 0 0 / 12%);
    display: block;
}

#pagewrap #header-menu li.no-link>a {
    cursor: default;
    pointer-events: none;
} */
/* end of additional sub menu styling */

/* additional blog archive css */
.all-pku-blogs, .all-ketovie-blogs {
	display: none;
}

.toggle-blog-buttons .single-button {
    display: inline-block;
    background: var(--blue);
    padding: 8px 15px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    min-width: 190px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.6s;
    border-radius: 30px;
    border: solid 1px var(--blue);
}

.toggle-blog-buttons .single-button:hover {
    background: transparent;
    transition: all ease 0.6s;
    color: var(--blue);
}

.toggle-blog-buttons .single-button span {
    color: unset;
    font-family: europa, sans-serif;
    font-weight: 100;
}

.toggle-blog-buttons .single-button+.single-button {
    margin-left: 10px;
}

.toggle-blog-buttons {
    margin-bottom: 20px;
}

.pku-button-on .all-pku-blogs {
    display: block;
}

.pku-button-on .all-blogs-types {
    display: none;
}

.ketovie-button-on .all-ketovie-blogs {
    display: block;
}

.ketovie-button-on .all-blogs-types {
    display: none;
}

@media (max-width: 500px) {
.toggle-blog-buttons {
    text-align: center;
}
}

@media (max-width: 400px) {
.toggle-blog-buttons .single-button {
    display: block;
}

.toggle-blog-buttons .single-button+.single-button {
    margin-left: 0;
    margin-top: 10px;
}
}
/* end of additional blog archive css */

/* additional ketovie recipes archive */
.page-template-template-ketogenic-recipes .header-recipes {
    display: none;
}

.page-template-template-ketogenic-recipes .all-recipes {
    padding-top: 70px;
}

.page-id-2295 #headerwrap, .page-id-1302 #headerwrap {
	background-image: none !important;
}

@media (max-width: 680px) {
.page-template-template-ketogenic-recipes .all-recipes {
    padding-top: 50px;
}
}

.page-template-template-recipes-posts .header-recipes {
    display: none;
}

.page-template-template-recipes-posts .all-recipes {
    padding-top: 70px;
}

@media (max-width: 680px) {
.page-template-template-recipes-posts .all-recipes {
    padding-top: 50px;
}
}
/* end of additional ketovie recipes archive */



/* multi button css */
// The dropdown wrapper (div)
.dropup,
.dropdown {
  position: relative;
}
// Prevent the focus on the dropdown toggle when closing dropdowns
.dropdown-toggle:focus {
  outline: 0;
}
// The dropdown menu (ul)
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: @zindex-dropdown;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0; 
  font-size: @font-size-base;
  text-align: left; 
  list-style: none;
  background-color: @dropdown-bg;
  background-clip: padding-box;
  border: 1px solid @dropdown-fallback-border; 
  border: 1px solid @dropdown-border;
  border-radius: @border-radius-base;
  -webkit-box-shadow: (0 6px 12px rgba(0, 0, 0, .175));
          box-shadow: (0 6px 12px rgba(0, 0, 0, .175));
  // Aligns the dropdown menu to right
  //
  // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
  &.pull-right {
    right: 0;
    left: auto;
  }
  // Links within the dropdown menu
  > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: @line-height-base;
    color: @dropdown-link-color;
    white-space: nowrap; // prevent links from randomly breaking onto new lines
    &:hover,
    &:focus {
      color: @dropdown-link-hover-color;
      text-decoration: none;
      background-color: @dropdown-link-hover-bg;
    }
  }
}
// Active state
.dropdown-menu > .active > a {
  &,
  &:hover,
  &:focus {
    color: @dropdown-link-active-color;
    text-decoration: none;
    background-color: @dropdown-link-active-bg;
    outline: 0;
  }
}
// Disabled state
//
// Gray out text and ensure the hover/focus state remains gray
.dropdown-menu > .disabled > a {
  &,
  &:hover,
  &:focus {
    color: @dropdown-link-disabled-color;
  }
  // Nuke hover/focus effects
  &:hover,
  &:focus {
    text-decoration: none;
    cursor: @cursor-disabled;
    background-color: transparent;
    background-image: none; 
    reset-filter: ();
  }
}
// Open state for the dropdown
.open {
  // Show the menu
  > .dropdown-menu {
    display: block;
  }
  // Remove the outline when :focus is triggered
  > a {
    outline: 0;
  }
}
// Dropdown section headers
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: @font-size-small;
  line-height: @line-height-base;
  color: @dropdown-header-color;
  white-space: nowrap;
}
// Backdrop to catch body clicks on mobile, etc.
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: (@zindex-dropdown - 10);
}



#pagewrap .multi-button .main-button button {
    font-size: 15px;
    font-weight: 700;
    /* padding: 0px 10px; */
    width: 100%;
    text-align: left;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#pagewrap .multi-button .main-button button:hover {
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
	-webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

#pagewrap .multi-button .main-button button:hover p {
	color: var(--green);
}

.multi-button .dropdown-menu {
    background: var(--blue);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
	padding: 0px 0px 10px;
    border-radius: 0;
}

.multi-button .dropdown-menu>li {
	margin-bottom: 0;
}

.multi-button .dropdown-menu>li>a {
	font-weight: 700;
}

.multi-button .dropdown-menu>li>a>span {
	color: unset;
	font-family: europa, sans-serif;
}

#pagewrap .multi-button .main-button button:active:focus {
    border: none;
    outline: none;
    outline-offset: unset;
}

.multi-button .dropdown-menu>li>a:hover {
	background: transparent;
}

/* flag multi button */
#pagewrap .multi-button.flag-multi-button .main-button img {
    width: 30px;
}

#pagewrap .multi-button.flag-multi-button .main-button button {
    padding: 0;
}

.multi-button.flag-multi-button .dropdown-menu>li>a {
    width: 60px;
    padding: 3px 15px;
}

.multi-button.flag-multi-button .dropdown-menu {
    min-width: unset;
    left: -15px;
}

.multi-button.flag-multi-button {
    margin-left: 30px;
}

#pagewrap .multi-button.flag-multi-button .main-button button img {
    transform: translateY(-3px);
}
    /* end of multi button css */

form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(5) {
    display: none;
}

@media (max-width: 1100px) {
form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(7) {
    margin-left: 20px;
}
}

@media (max-width: 680px) {
form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(6) {
    margin-left: 0px;
}
}

@media (max-width: 400px) {
form#search-filter-form-2294.searchandfilter ul li.sf-field-taxonomy-recipe_type ul li:nth-child(7) {
    margin-left: 0px;
}
}


// Uzair Khan Work start here // 

