header.page-header {
    padding: 1em 0 3em 0;
}
h1.page-title {
    text-align: center;
    font-size: 6.24rem; /* ~100px */
    font-size: calc( 40px + (70 - 40)*(100vw - 400px)/(1200 - 400) );
}
h1.page-title:after {
    content: '';
    display: block;
    height: 6px;
    Width: 24%;
    max-width: 293px;
    background: #F7B316;
    margin: 10px auto;
}
.entry-title a,
.page-title a,
.entry-title a:focus,
.page-title a:focus,
.entry-title a:hover,
.page-title a:hover {
	color: #000;
	text-decoration: none;
}
.button-wrap-inline-block .btn {
	display: inline-block;
    margin-bottom: 0.5em;
}
.btn.btn-l-auto {
	width: auto;
}
.btn.view-more {
    margin-bottom: 1rem;
    display: inline-block;
}
.btn.btn-secondary{
    color: black;
    background: transparent;
	outline: none;
	border: 1px solid;
}
.btn:focus,
.btn:hover, 
.btn.btn-secondary:focus,
.btn.btn-secondary:hover, 
input[type=submit]:focus, 
input[type=submit]:hover {
    color: white;
    background: #000;
	outline: none;
}
.underline {
    border-bottom: 3px solid #FAA92F;
}

.row-reverse,
.flex-col-alt .row:nth-child(odd) {
	flex-direction: row-reverse;
}
.flex-col-alt-even .row:nth-child(even) {
	flex-direction: row-reverse;
}
.product-lp-featured-img{
    width: 400px;
}
.slider-button{
    color: black !important;
    background: #F7B316;
    text-transform: uppercase;
    padding: 0.5em 1.25em;
    text-align: center;
    width: fit-content;
    border-radius: 0;
    font-family: 'CeraBold', sans-serif;
    letter-spacing: .125rem;
    transition: all 0.5s ease;
    display: block;
    margin: 0 auto;
}

.row.recipe-archive {
	background: #F1EED6;
	margin-bottom: 6%;
}
.row.recipe-head,
.row.recipe-archive-featured {
	background: #F1EED6;
	margin-bottom: 0;
    font-size: 0.9rem;
}
.featured-excerpt {
    padding: 2em 0;
    font-size: 1.4rem;
    color: #000;
}
.servings {
    font-family: 'FinancierRegular', sans-serif;
}
.servings span {
    display: inline-block;
	margin: 0 2em;
}
.recipe-by span {
	text-decoration: underline;
	display: inline-block;
}

.recipe-head .title-underline,
.recipe-archive-featured .title-underline {
	margin-bottom: 2em;
}
.recipe-head .post-thumbnail,
.recipe-archive-featured .post-thumbnail {
	margin-left: auto;
}
.recipe-instructions h4 {
	text-transform: none;
}
.recipe-instructions ul {
    margin: 0;
    padding: 0 0 1em 0;
    list-style: none;
}
.recipe-instructions ol {
    margin: 0;
    padding: 0 1em 1em 1.5em;
}
.recipe-instructions li, .recipe-directions li {
    padding: 1em 0 2em 0;
    margin-bottom: 1em;
	position: relative;
}
.recipe-directions {
    font-family: 'FinancierRegular', sans-serif;
}
.recipe-instructions ul li, .recipe-directions ul li {
    border-bottom: 1px solid #ccc;
}
.recipe-instructions ol li:after, .recipe-directions ol li:after {
    content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	left: -1.5em;
	right: 0;
}

/* filters */
.filter-wrap {
    background: #F7B316;
    position: relative;
    overflow: visible;
    padding: 1rem 0;
    margin-bottom: 6rem;
}
.filter-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.filters {
    float: left;
    font-weight: bold;
	cursor: pointer;
}
.sorts, .sort-btn {
    width: 100%;
    display: block;
}
form.filter-options {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    padding: 1em;
    z-index: 100;
}
    /* Remove Preservative Free option without removing the tag */
form.filter-options .optionlistpreservative-free {
	display: none;
}
ul.filter-items.row {
    padding: 0.5em 01em;
    list-style: none;
}
.filter-options dt {
    text-transform: uppercase;
}
.filter-options dd {
    font-weight: normal;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}
.select-filter-items li {
    padding: 0.5em;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
}

  /* filter search */
.filter-search {
    position: relative;
    float: right;
}
#filter-searchform {
    position: absolute;
    top: -2px;
    right: 50px;
    /* width: 300px; */
    white-space: nowrap;
    background: #fff;
	width: 0;
	overflow: hidden;
    transition: width 0.3s;
}
#filter-searchform.normal-width {
	width: 300px;
}
.filter-search .search-box {
    box-sizing: border-box;
    padding: 5px 0.5em;
    overflow: hidden;
    border: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-radius: 2px;
}
.filter-search .submit {
	padding: 0 1em;
    border: none;
    background: none;
	 outline:none;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*  MORE PRODUCTS */
@media (min-width: 768px) {
  .gmd-6 .col-md-6 {
    padding: 0 2.5rem 0 0;
  }
  .gmd-6 .col-md-6:nth-child(even) {
    padding: 0 0 0 2.5rem;
  }
}

.col-md-6 {
    padding: 0 2em 0 0;
}

a.more-product-cat {
    display: block;
    position: relative;
    height: 0;
    padding: 0 0 67% 0;
}
a.chopped-cat {
    display: block;
    position: relative;
    /* height: 0;
    padding: 0 0 96% 0; */
    height: 300px;
    width: 100%;
}
a.chopped-cat:hover{
    text-decoration: none;
}
a.chopped-cat img{
    /* object-fit: cover; */
    height: 250px;
    width: auto;
}
a.chopped-cat .chopped-heading{
    text-align: center;
    color: #000;
    font-size: 16px !important;
    margin: 0;
	padding: 1em 1em;
    text-transform: none;
    text-decoration: none;
}

/* New chopped Images styles */

.chopped-cat.with-image{
    height: auto;
    padding-bottom: 0;
}
.chopped-cat.with-image img{
    height: auto;
    object-fit: scale-down;
}
.chopped-cat.with-image.see-more-img .chopped-image{
    aspect-ratio: 2/1;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.chopped-cat.with-image.see-more-img .chopped-image img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.chopped-cat.with-image.see-more-img{
    height: 100%;
}
.chopped-cat.with-image.see-more-img .chopped-title {
    position: relative;
    bottom: 0;
}
.chopped-cat.with-image .chopped-title {
    /* bottom: -3em; */
}
.chopped-cat.with-image .chopped-image{
    aspect-ratio: 650/812;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.chopped-cat.with-image .chopped-image img{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    object-fit: scale-down;
}


.more-product-cat .product-cat-title {
    margin: 0;
	padding: 0.4em 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #000;
	background-color: #F7B316;
}
.chopped-cat .chopped-title, .chopped-cat .chopped-title-cat {
    text-transform: none;
    margin: 0;
    padding: 0.4em 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: -1.8em;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 16px !important;
}
.chopped-cat .chopped-title-cat {
    text-transform: uppercase;
    bottom: -3em;
    font-size: 14px !important;
	
}


/*Add Style 2022-11-23*/

.discover-more p,.prod-cat p, 
.product-lp .chopped-title, 
.reciepe-lp .chopped-title,
.tx-dishes .chopped-title,
.prod-type-page  .chopped-title,
.recip-type-tax   .chopped-title
{
    font-weight: 500;
    line-height: 1.125;
letter-spacing: .10rem;
    font-family: 'FinancierRegular', sans-serif;
clear: both;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.discover-more   .chopped-title, .prod-cat .chopped-title {
    text-transform: none;
    margin: 0;
    padding: 0.4em 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;   
    bottom: -2.9em;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 16px !important;
}

.discover-more .three-lines, .prod-cat .three-lines{
    bottom: -63px;
}

.discover-more .single-line, .prod-cat .single-line{
    margin-bottom: 16px;
}

@media (min-width: 576px) {
  .chopped-cat .chopped-title {
    font-size: 18px !important;
  }
  .chopped-cat .chopped-title-cat {
    font-size: 16px !important;
  }
	
}

@media (min-width: 768px) {
  .chopped-cat .chopped-title {
    font-size: calc( 14px + (16 - 14)*(100vw - 768px)/(1200 - 768) ) !important;
  }
  .chopped-cat .chopped-title-cat {
    font-size: calc( 14px + (16 - 14)*(100vw - 768px)/(1200 - 768) ) !important;
  }

}


	
}
.more-product-cat:focus .product-cat-title,
.more-product-cat:hover .product-cat-title {
	color: #fff;
	background-color: #000;
}
.chopped-cat:focus .product-cat-title,
.chopped-cat:hover .product-cat-title {
	color: #fff;
	background-color: #000;
}

/* single products */
.single-product-pg .button-wrap-inline-block .btn {
	display: inline-block;
   margin:0 !important;
 
}
.product-single-head {
    position: relative;
	background: #F1EED6;
	margin-bottom: 0;
    font-size: 0.9rem;
}


.product-single-head .entry-header {
    /* padding-right: 5%; */
    padding-left: 5%;
    padding-top: 10em;
}

.product-single-head .product-head-image{
    background-size: cover;
    min-height: 220px;
    max-height: 280px;
}


.package-image {
    position: absolute;
    top: -2em;
    width: 45%;
    height: 40%;
    margin: 0;
    padding: 0;
    z-index: 1;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -o-transform: translateX(-60%);

}

@media (min-width: 380px) {
    .package-image {
        top: calc(1% + 2em);
    }


    .product-single-head .entry-header {
        padding-top: 14em;
    }

}

@media (min-width: 520px) {
    .package-image {
        top: calc(1% + 10em);

    }


    .product-single-head .entry-header {
        padding-top: 16em;
    }

}

@media (min-width: 768px) {

    .product-single-head .entry-header {
        /* padding-right: 10%; */
        padding-left: 6%;
        padding-top: 0em;
    }

    .product-single-head .product-head-image {
        min-height: initial;
        max-height: initial;
        background-position: center;
    }

    /* .single-product-pg .product-single-head .product-head-image {
		background-position: center;
        min-height: 100% !important;
        max-height: 100% !important;
        background-size: auto !important;
	} */


   
    .package-image {
        width: 20%;
        margin: 0 -10%;
        overflow: visible;
        z-index: 10;
        top: 10%;
        bottom: 10%;
        left: 50%;
        height: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
  }
}

/* product and recipe header featured background Images */
.product-head-image,
.recipe-archive-featured-image,
.recipe-head-image,
.more-product-cat {
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
	padding: 0 0 65% 0;
}

@media (min-width: 768px) {
  .recipe-archive-featured-image, .recipe-head-image,.product-head-image{
	background-size: cover; 
	padding: 0 0 38% 0;
  }
}
.recipe-archive-featured-image.product-feature {
	background-position: center top;	
}
.chopped-cat {
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	padding: 0 0 38% 0;
}
.chopped-cat {
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
	padding: 0 0 20% 0;
}

.product-head-image {
	background-size: contain;
}
@media (min-width: 768px) {
  .product-head-image {
    background-size: 100% auto;
    background-position:  right center;
  }
}
/* Discover More , Try Recipes */
 .try-recipes{
    margin-bottom: 50px;
}

/*Single Product - Try Recipe*/
.try-recipes h2{
	font-size: 2.20rem !important;
	margin: .35em 0 .35em 0;
	line-height: 1.15;
	letter-spacing: .10rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'CeraBold', sans-serif;
}

.try-recipes .desc {
    font-size: 1rem;
    padding-top: 5px !important;
    padding-bottom: 30px;
}

/*Single Product - Discover More*/
.discover-more h2, .prod-cat h2 {
    font-size: 2.20rem !important;
    margin: 0.35em 0 0.35em 0;
    line-height: 1.15;
    letter-spacing: .10rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'CeraBold', sans-serif;
}

/*Product Sub Cat*/
.parent-product-cat h2,
.prod-type-page h2,
.browse-by-diet-type h2 {
    font-size: 2.20rem !important;
    margin: 0.35em 0 0.35em 0;
    line-height: 1.15;
    letter-spacing: .10rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'CeraBold', sans-serif;
text-align:center !important;
}

.parent-product-cat h2.cat-title:after,
.prod-type-page h2.entry-title:after,
.browse-by-diet-type h2.entry-title:after {
    content: '';
    display: block;
    height: 6px;
    Width: 24%;
    max-width: 293px;
    background: #F7B316;
    margin: 10px auto;
	font-size: 2.20rem !important;
    line-height: 1.15;
    letter-spacing: .10rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'CeraBold', sans-serif;
    text-align: center !important;
    
}


/*Product Type Page*/


.row.more-products {
    justify-content: center;
    align-content: baseline;
}
.more-products .col-sm-3 > div {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.more-products h4 {
    text-transform: none;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-products h5 {
}

@media (min-width: 576px) {
  .more-products h4 {
    font-size: calc( 18px + (21 - 18)*(100vw - 400px)/(1200 - 400) ) !important;
  }
  .more-products h5 {
    font-size: calc( 16px + (18 - 16)*(100vw - 400px)/(1200 - 400) ) !important;
  }
}
.product-breadcrumb{
    color: #000 !important;
    text-decoration: none !important;
}
.more-products-caption a{
    color: #000 !important;
    text-decoration: none !important;
}
a.product-breadcrumb {
    font-weight: 600;
}
.product-tags ul{
    margin: 0;
    padding: 0;
}
.product-tags li{
    margin-bottom: 5px;
    display: inline-block;
    list-style: none;
}
.product-tags li a{
    display: inline-block;
    width: auto;
    border-radius: 20px;
    font-size: 11px;
}
a.discover-link {
    padding: 0 1em;
    display: block;
}
/* modals */

.modal-header {
    background: #93BF34;
	color: #fff;
}
.modal-header h5 {
	color: #fff;
}
.modal-header .close {
    opacity: 1;
    color: #fff;
	text-shadow: none;
}

#NutritionModal .nutrition-tab {
    background-color: #ffce5c;
    color: #000;
}
#NutritionModal .nutrition-tab.active {
    background-color: #f7b316;
    color: #000;
}

header.page-header {
    padding: 1em 0 3em 0;
}
h1.page-title {
    text-align: center;
    font-size: 6.24rem; /* ~100px */
    font-size: calc( 40px + (70 - 40)*(100vw - 400px)/(1200 - 400) );
}
h1.page-title:after {
    content: '';
    display: block;
    height: 6px;
    Width: 24%;
    max-width: 293px;
    background: #F7B316;
    margin: 10px auto;
}
.entry-title a,
.page-title a,
.entry-title a:focus,
.page-title a:focus,
.entry-title a:hover,
.page-title a:hover {
	color: #000;
	text-decoration: none;
}
.button-wrap-inline-block .btn {
	display: inline-block;
    margin-bottom: 0.5em;
}
.btn.btn-l-auto {
	width: auto;
}
.btn.view-more {
    margin-bottom: 1rem;
    display: inline-block;
}
.btn.btn-secondary{
    color: black;
    background: transparent;
	outline: none;
	border: 1px solid;
}
.btn:focus,
.btn:hover, 
.btn.btn-secondary:focus,
.btn.btn-secondary:hover, 
input[type=submit]:focus, 
input[type=submit]:hover {
    color: white !important;
    background: #000;
	outline: none;
}
.underline {
    border-bottom: 3px solid #FAA92F;
}

.row-reverse,
.flex-col-alt .row:nth-child(odd) {
	flex-direction: row-reverse;
}
.flex-col-alt-even .row:nth-child(even) {
	flex-direction: row-reverse;
}



.row.recipe-archive {
	background: #F1EED6;
	margin-bottom: 6%;
}
.row.recipe-head,
.row.recipe-archive-featured {
	background: #F1EED6;
	margin-bottom: 0;
    font-size: 0.9rem;
}
.featured-excerpt {
    padding: 2em 0;
    font-size: 1.4rem;
    color: #000;
}
.servings {
    font-family: 'FinancierRegular', sans-serif;
}
.servings span {
    display: inline-block;
	margin: 0 2em;
}
.recipe-by span {
	text-decoration: underline;
	display: inline-block;
}

.recipe-head .title-underline,
.recipe-archive-featured .title-underline {
	margin-bottom: 2em;
}
.recipe-head .post-thumbnail,
.recipe-archive-featured .post-thumbnail {
	margin-left: auto;
}
.recipe-instructions h4 {
	text-transform: none;
}
.recipe-instructions ul {
    margin: 0;
    padding: 0 0 1em 0;
    list-style: none;
}
.recipe-instructions ol {
    margin: 0;
    padding: 0 1em 1em 1.5em;
}
.recipe-instructions li, .recipe-directions li {
    padding: 1em 0 2em 0;
    margin-bottom: 1em;
	position: relative;
}
.recipe-directions {
    font-family: 'FinancierRegular', sans-serif;
}
.recipe-instructions ul li, .recipe-directions ul li {
    border-bottom: 1px solid #ccc;
}
.recipe-instructions ol li:after, .recipe-directions ol li:after {
    content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	left: -1.5em;
	right: 0;
}

/* filters */
.filter-wrap {
    background: #F7B316;
    position: relative;
    overflow: visible;
    padding: 1rem 0;
    margin-bottom: 6rem;
}
.filter-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.filters {
    float: left;
    font-weight: bold;
	cursor: pointer;
}
.sorts, .sort-btn {
    width: 100%;
    display: block;
}
form.filter-options {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    padding: 1em;
    z-index: 100;
}
    /* Remove Preservative Free option without removing the tag */
form.filter-options .optionlistpreservative-free {
	display: none;
}
ul.filter-items.row {
    padding: 0.5em 01em;
    list-style: none;
}
.filter-options dt {
    text-transform: uppercase;
}
.filter-options dd {
    font-weight: normal;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}
.select-filter-items li {
    padding: 0.5em;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
}

  /* filter search */
.filter-search {
    position: relative;
    float: right;
}
#filter-searchform {
    position: absolute;
    top: -2px;
    right: 50px;
    /* width: 300px; */
    white-space: nowrap;
    background: #fff;
	width: 0;
	overflow: hidden;
    transition: width 0.3s;
}
#filter-searchform.normal-width {
	width: 300px;
}
.filter-search .search-box {
    box-sizing: border-box;
    padding: 5px 0.5em;
    overflow: hidden;
    border: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-radius: 2px;
}
.filter-search .submit {
	padding: 0 1em;
    border: none;
    background: none;
	 outline:none;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*  MORE PRODUCTS */
@media (min-width: 768px) {
  .gmd-6 .col-md-6 {
    padding: 0 2.5rem 0 0;
  }
  .gmd-6 .col-md-6:nth-child(even) {
    padding: 0 0 0 2.5rem;
  }
}

.col-md-6 {
    padding: 0 2em 0 0;
}

a.more-product-cat {
    display: block;
    position: relative;
    height: 0;
    padding: 0 0 67% 0;
}
a.chopped-cat {
    display: block;
    position: relative;
    /* height: 0;
    padding: 0 0 96% 0; */
    padding: 0;
}

.more-product-cat .product-cat-title {
    margin: 0;
	padding: 0.4em 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #000;
	background-color: #F7B316;
}
.chopped-cat .chopped-title, .chopped-cat .chopped-title-cat {
    text-transform: none;
    margin: 0;
    padding: 0.4em 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: -1.8em;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 16px !important;
}
.chopped-cat .chopped-title-cat {
    text-transform: uppercase;
    bottom: -3em;
    font-size: 14px !important;
	
}


/*Add Style 2022-11-23*/
.browse-by-category .chopped-title,
.discover-more p,.prod-cat p, 
.product-lp .chopped-title, 
.reciepe-lp .chopped-title,
.tx-dishes .chopped-title,
.prod-type-page  .chopped-title,
.recip-type-tax   .chopped-title
{
    font-weight: 500;
    line-height: 1.125;
letter-spacing: .10rem;
    font-family: 'FinancierRegular', sans-serif;
clear: both;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.discover-more   .chopped-title, .prod-cat .chopped-title {
    text-transform: none;
    margin: 0;
    padding: 0.4em 0;
    white-space: break-spaces;
    text-overflow: unset;
    overflow: hidden;
    position: relative;   
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 16px !important;
}

.discover-more .three-lines, .prod-cat .three-lines{
    bottom: -63px;
}

.discover-more .single-line, .prod-cat .single-line{
    margin-bottom: 16px;
}

@media (min-width: 576px) {
  .chopped-cat .chopped-title {
    font-size: 18px !important;
  }
  .chopped-cat .chopped-title-cat {
    font-size: 16px !important;
  }
	
}

@media (min-width: 768px) {
  .chopped-cat .chopped-title {
    font-size: calc( 14px + (16 - 14)*(100vw - 768px)/(1200 - 768) ) !important;
  }
  .chopped-cat .chopped-title-cat {
    font-size: calc( 14px + (16 - 14)*(100vw - 768px)/(1200 - 768) ) !important;
  }

}

.more-product-cat:focus .product-cat-title,
.more-product-cat:hover .product-cat-title {
	color: #fff;
	background-color: #000;
}
.chopped-cat:focus .product-cat-title,
.chopped-cat:hover .product-cat-title {
	color: #fff;
	background-color: #000;
}

/* single products */
.single-product-pg .button-wrap-inline-block .btn {
	display: inline-block;
   margin:0 !important;
 
}
.product-single-head {
    position: relative;
	background: #F1EED6;
	margin-bottom: 0;
    font-size: 0.9rem;
}


.product-single-head .entry-header {
    /* padding-right: 5%; */
    padding-left: 5%;
    padding-top: 10em;
}

.product-single-head .product-head-image{
    background-size: cover;
    min-height: 220px;
    max-height: 280px;
}


.package-image {
    position: absolute;
    top: -2em;
    width: 45%;
    height: 40%;
    margin: 0;
    padding: 0;
    z-index: 1;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -o-transform: translateX(-60%);

}

@media (min-width: 320px) and (max-width: 480px) {
    .package-image {
        top: 0;
        position: relative;
        height: 200px;
        margin-top: 10%;
    }


    .product-single-head .entry-header {
        padding-top: 0em !important;
    }

    .single-product-pg .product-description {
        padding-right: 0rem !important;
    }

}

@media (min-width: 520px) {
    .package-image {
        top: calc(1% + 10em);

    }


    .product-single-head .entry-header {
        padding-top: 16em;
    }

}

@media (min-width: 768px) {

    .product-single-head .entry-header {
        /* padding-right: 10%; */
        padding-left: 6%;
        padding-top: 0em;
    }

    .product-single-head .product-head-image {
        min-height: initial;
        max-height: initial;
        background-position: center;
    }
    .single-product-pg .product-single-head .product-head-image {
		background-position: center !important;
        min-height: initial !important;
        max-height: initial !important;
        background-size:cover !important;
       
	}
    /* .single-product-pg .product-single-head .product-head-image {
		background-position: center;
        min-height: 100% !important;
        max-height: 100% !important;
        background-size: auto !important;
	} */
    .package-image {
        width: 20%;
        margin: 0 -10%;
        overflow: visible;
        z-index: 10;
        top: 10%;
        bottom: 10%;
        left: 50%;
        height: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
  }
}

/* product and recipe header featured background Images */
.product-head-image,
.recipe-archive-featured-image,
.recipe-head-image,
.more-product-cat {
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
	/* padding: 0 0 65% 0; */
}
.recipe-head-image {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
}

.recipe-head-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.recipe-archive-featured-image{
    position: relative;
    overflow: hidden;
    min-height: 50vh;
}
.recipe-archive-featured-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.recent__recipe-block .recipe-background{
    position: relative;
    overflow: hidden; 
}

.recent__recipe-block .recipe-background img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; 
}

.featured__recipe_block .recipe-background{
    position: relative;
    overflow: hidden; 
}
.featured__recipe_block .recipe-background img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; 
}
.category-list-item:hover{
    text-decoration: none;
}

.products_list_item .product_item_image {
    height: 290px;
    position: relative;
    overflow: hidden; 
    width: 200px;
    margin: 0 auto;
}
.products_list_item .product_item_image img{
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;  */
}
.products_list_item .chopped-title{
    text-transform: none;
    margin: 0;
    padding: 0.4em 0;
    white-space: inherit;
    text-overflow: unset;
    overflow: hidden;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: calc( 14px + (16 - 14)*(100vw - 768px)/(1200 - 768) ) !important;
}
@media (min-width: 768px) {
  .recipe-archive-featured-image, .recipe-head-image,.product-head-image{
	background-size: cover; 
	/* padding: 0 0 38% 0; */
  }
}
.recipe-archive-featured-image.product-feature {
	background-position: center top;	
}
.chopped-cat {
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	/* padding: 0 0 38% 0; */
}
.chopped-cat {
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
	/* padding: 0 0 96% 0; */
}

.product-head-image {
	background-size: contain;
}
@media (min-width: 768px) {
  .product-head-image {
    background-size: 100% auto;
    background-position:  right center;
  }
}
/* Discover More , Try Recipes */
 .try-recipes{
    margin-bottom: 50px;
}

/*Single Product - Try Recipe*/
.try-recipes h2{
	font-size: 2.20rem !important;
	margin: .35em 0 .35em 0;
	line-height: 1.15;
	letter-spacing: .10rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'CeraBold', sans-serif;
}

.try-recipes .desc {
    font-size: 1rem;
    padding-top: 5px !important;
}

/*Single Product - Discover More*/
.discover-more h2, .prod-cat h2 {
    font-size: 2.20rem !important;
    margin: 0.35em 0 0.35em 0;
    line-height: 1.15;
    letter-spacing: .10rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'CeraBold', sans-serif;
}

/*Product Sub Cat*/
.parent-product-cat h2,
.prod-type-page h2,
.browse-by-diet-type h2 {
    font-size: 2.20rem !important;
    margin: 0.35em 0 0.35em 0;
    line-height: 1.15;
    letter-spacing: .10rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'CeraBold', sans-serif;
text-align:center !important;
}

.parent-product-cat h2.cat-title:after,
.prod-type-page h2.entry-title:after,
.browse-by-diet-type h2.entry-title:after {
    content: '';
    display: block;
    height: 6px;
    Width: 24%;
    max-width: 293px;
    background: #F7B316;
    margin: 10px auto;
	font-size: 2.20rem !important;
    line-height: 1.15;
    letter-spacing: .10rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'CeraBold', sans-serif;
    text-align: center !important;
    
}


/*Product Type Page*/


.row.more-products {
    justify-content: center;
    align-content: baseline;
}
.more-products .col-sm-3 > div {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.more-products h4 {
    text-transform: none;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-products h5 {
}

@media (min-width: 576px) {
  .more-products h4 {
    font-size: calc( 18px + (21 - 18)*(100vw - 400px)/(1200 - 400) ) !important;
  }
  .more-products h5 {
    font-size: calc( 16px + (18 - 16)*(100vw - 400px)/(1200 - 400) ) !important;
  }
}
.product-breadcrumb{
    color: #000 !important;
    text-decoration: none !important;
}
.more-products-caption a{
    color: #000 !important;
    text-decoration: none !important;
}
a.product-breadcrumb {
    font-weight: 600;
}
.product-tags ul{
    margin: 0;
    padding: 0;
}
.product-tags li{
    margin-bottom: 5px;
    display: inline-block;
    list-style: none;
}
.product-tags li a{
    display: inline-block;
    width: auto;
    border-radius: 20px;
    font-size: 11px;
}
a.discover-link {
    padding: 0 1em;
    display: block;
}
/* modals */

.modal-header {
    background: #93BF34;
	color: #fff;
}
.modal-header h5 {
	color: #fff;
}
.modal-header .close {
    opacity: 1;
    color: #fff;
	text-shadow: none;
}

@media screen and (max-width: 767px) {
    .package-image {
        position: relative;
        height: 300px;
    }
    .tf-breadcrumb {
        padding: 10px 10px 10px 10px;
    }
}


@media (min-width: 1350px){
    a.chopped-cat{
        height: 350px;
    }
    a.chopped-cat img{
        height: 250px;
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    a.chopped-cat img{
        height: 180px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 320px) and (max-width: 480px) {
    a.chopped-cat{
        margin-bottom: 30px;
    }
    .products_list_item .product_item_image {
        height: auto;
        width: 100%;
        min-height: 200px;
    }
    .chopped-cat .chopped-title, .chopped-cat .chopped-title-cat {
        padding: 0;
        white-space: inherit;
        text-overflow: clip;
        overflow: hidden;
        position: relative;
        bottom: 0;
    }
    .sec-content .btn{
        letter-spacing: 0; 
    }
}

/* Related posts Styles product single page */
.single-product-pg .product-related-posts .related-product-item {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 20px;
}
.single-product-pg .product-related-posts .related-product-item a {
  display: flex !important;
  flex-direction: column;
  height: 100% !important;

}
.single-product-pg .product-related-posts .related-product-item a .product-title {
    display: flex;
    flex-grow: 1;
}
.single-product-pg .product-related-posts .related-product-item a img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 !important;
  object-fit: cover;
}
.center-buttons,
.single-product-pg .product-related-posts .related-product-item a .btn-post-readmore {
  margin: 0 auto !important;
}
.small-serving-size-vegi {
	font-weight: 700; 
	text-transform: none !important; 
	font-family: 'CeraBold', sans-serif;
}
.tf-readmore-content {
	margin-bottom: 1rem;
}

#accordion .faq-heading .faq-title.custom-faq-title {
    font-family: 'CeraBold', sans-serif;
	font-size: 24px !important;
}


