.masthead-product-details {
    padding: 0;
}

.masthead-product-right-image {
    width: 100%;
}

.masthead-product-right-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.masthead-product-left-text-wrapper {
    padding: 30px 22px 40px;
}

.masthead-product-details-page {
    position: relative;
    margin-top: 0px;
}

.masthead-product-background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.masthead-product-background-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.masthead-product-background-content {
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 9;
    position: relative;
    padding: 0 0;
}

.masthead-product-right-image-wrapper {
    padding: 30px 22px;
}

.masthead-product-background-content .masthead-product-right-image {
    height: auto;
}

.masthead-product-right-image-wrapper img {
    max-width: 590px;
    display: block;
    margin: 0 auto;
}

.breadcrumbs-product {
    background: url( https://www.johnsoulesfoods.com/wp-content/themes/johnsoulesfoods/assets/img/chalkboard-background.png )
        0 0 no-repeat;
    padding: 100px 0px;
    background-size: cover;
    position: relative;
}

.masthead-product-title h2 {
    text-align: center;
    padding-top: 30px;
    color: #fff;
    margin: 0px;
}

.title-view {
    font-family: 'mulibold';
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}

.view-our-wrap {
    min-height: 150px;
    padding: 0px 50px;
    margin-top: 75px;
}

.radio_box_product {
    position: relative;
}

.radio_box_product label {
    color: #000;
    text-align: center;
    font-family: 'mulibold';
    font-weight: normal;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio_box_product [type='radio']:checked,
.radio_box_product [type='radio']:not( :checked ) {
    position: absolute;
    cursor: pointer;
}

.radio_box_product [type='radio']:checked + label,
.radio_box_product [type='radio']:not( :checked ) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #000;
    font-family: 'muliregular';
    font-size: 14px;
    text-transform: none;
}

.radio_box_product [type='radio']:checked + label:before,
.radio_box_product [type='radio']:not( :checked ) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #414141;
    border-radius: 100%;
    background: #ffda00;
}

.radio_box_product [type='radio']:checked + label:after,
.radio_box_product [type='radio']:not( :checked ) + label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #ffda00;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid #414141;
}

.radio_box_product [type='radio']:not( :checked ) + label:after {
    opacity: 0;
    -webkit-transform: scale( 0 );
    transform: scale( 0 );
}

.radio_box_product [type='radio']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale( 1 );
    transform: scale( 1 );
}

.product-details-content-right .social-media ul li:before {
    list-style: none;
    display: none;
}

.masthead-product-cooking-left-wrapper,
.masthead-product-cooking-right-wrapper {
    width: 40%;
    margin-left: 170px;
    float: left;
}

.masthead-product-cooking-right-wrapper {
    width: 40%;
    float: right;
}

h2.related {
    font-size: 35px;
}

.product-details-category-list {
    min-height: 100px;
}

.size-col {
    text-align: center;
    font-family: 'muliextrabold';
    font-weight: bolder;
    font-size: 29px;
    position: relative;
    color: #000;
    padding-bottom: 22px;
    width: 33.33%;
}

span.radio-title {
    font-family: 'mulibold';
    font-size: 15px;
    background: #fbda01;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 2em;
    margin: 0 10px;
}

.wrap-product-detail {
    border-top: 1px solid #dedede;
    display: block;
    padding-top: 50px;
    width: 100%;
    height: 307px;
}

section.suggested-recipes {
    margin-top: 50px;
}

.content-accords {
    width: auto;
    margin: 0;
    padding: 15px 20px;
}

.content-accords p {
    overflow: hidden;
    padding-left: 15px;
}

.content-accords p.active {
    height: auto;
}

.content-accords .toggle_btn {
    margin-top: 15px;
    font-weight: 700;
    color: #ff406c;
    cursor: pointer;
    font-size: 15px;
}

.content-accords .toggle_btn.active .fas {
    transform: rotate( 180deg );
}

/**
 * Nutritional Facts
 */

.product-nutritional-facts__item-content__description {
    font-size: 15px;
    font-weight: bold;
    display: block;
}

/**
 * Ingredients
 */

.product-ingredients p {
    padding-left: 0;
}

@media ( min-width: 768px ) {
    .masthead-product-details {
        position: relative;
    }

    .masthead-product-right-image {
        width: 50%;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .masthead-product-left-text-wrapper {
        padding: 50px;
    }

    .masthead-product-right-image-wrapper {
        padding: 50px 22px;
    }

    .masthead-product-title {
        margin: 0px auto;
    }

    .masthead-product-left-text {
        width: 50%;
        float: left;
        margin-right: 70px;
    }

    .masthead-product-right-text-wrapper {
        padding: 50px 0px;
        line-height: 28px;
    }

    .breadcrumbs {
        right: 0px;
        left: 0px;
        top: 30px;
    }

    .wrap-product-detail {
        margin: 30px 50px;
    }
}

@media ( min-width: 1200px ) {
    .masthead-product-details {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .masthead-product-right-image {
        width: 46%;
        height: auto;
        position: relative;
        top: 0px;
    }

    .masthead-product-right-image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .masthead-product-left-text {
        width: 50%;
        float: none;
        margin-right: 0px;
    }

    .masthead-product-left-text-wrapper {
        padding: 50px 50px 50px 16px;
    }

    .masthead-product-right-text-wrapper {
        padding: 50px 50px;
        line-height: 28px;
    }

    .masthead-product-background-content .masthead-product-right-image img {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
    }

    .accordion-nutrition {
        width: 100%;
        padding: 0px;
        position: relative;
        left: 0;
        top: 0;
    }

    .masthead-product-title {
        margin: 0px;
    }

    section.suggested-recipes {
        margin-top: 50px;
    }

    .recipe-image-hover {
        padding: 10px 15px 15px;
    }

    .wrap-product-detail {
        margin: 30px 50px 0 50px;
    }
}

@media ( min-width: 1200px ) {
    .masthead-product-details-page {
        margin-top: 110px;
        position: relative;
    }

    .masthead-product-details-page .breadcrumbs ul li:last-child {
        padding-right: 0;
        text-align: center;
    }

    .masthead-product-details-page .breadcrumbs {
        margin: 0;
        padding: 17px 0 0;
        position: absolute;
        top: 5px;
        right: 0;
        z-index: 99;
        width: 100%;
        text-align: right;
    }

    .masthead-product-right-image-wrapper {
        max-width: 656px;
        padding: 90px 0 90px 64px;
    }

    .breadcrumbs-product {
        padding: 95px 0px;
    }

    .masthead-product-right-text-wrapper {
        height: 420px;
    }
}

@media ( min-width: 1366px ) {
    .masthead-product-left-text-wrapper {
        padding: 50px 60px 0px 0;
        max-width: 716px;
        /*float: right;*/
    }

    .masthead-product-left-text-wrapper h2 {
        font-size: 45px;
    }

    .masthead-product-left-text-wrapper p {
        letter-spacing: 0;
    }
}

@media ( min-width: 1600px ) {
    .masthead-product-left-text-wrapper {
        max-width: 731px;
    }
}

@media ( min-width: 768px ) {
    .masthead-product-left-text {
        width: 50%;
    }
}

.product-details-list {
    padding: 50px 0;
    position: relative;
}

.product-details-column {
    background: #e5e5e5;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}

.product-details-image {
    width: 100%;
    height: auto;
}

.product-details-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.product-details-list h3 {
    padding: 0 0 30px;
}

.product-details-info {
    padding: 0 0;
    color: #747474;
}

.product-details-info h4 {
    color: #000000;
    padding: 0 0 20px;
}

.product-details-info ul,
.product-details-info ul li {
    margin: 0;
    padding: 0;
}

.product-details-info ul li::before {
    display: none;
}

.product-details-info ul li {
    display: inline-block;
    margin-right: 18px;
    color: #747474;
    font-family: 'mulibold';
    font-weight: normal;
    font-size: 14px;
}

.product-details-info ul li i {
    color: #9e7c55;
    font-size: 22px;
    padding-right: 3px;
    vertical-align: middle;
    padding-bottom: 3px;
}

.product-details-info ul li:last-child {
    margin-right: 0;
}

.product-details-slider {
    padding-bottom: 70px;
}

.product-details-list .slick-prev:hover,
.product-details-list .slick-prev:focus,
.product-details-list .slick-next:hover,
.product-details-list .slick-next:focus {
    color: #000000;
    background: #ffda00;
}

.product-details-list .slick-prev,
.product-details-list .slick-next {
    background: #000000;
    color: #fff;
}

.product-details-image img {
    margin: 0;
    display: block;
}

.images-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.images-grid a {
    width: 100px;
    height: auto;
    margin: 10px;
}

h2.related {
    font-size: 35px;
}

.accordion-listing__content {
    display: block !important;
    max-height: 130px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.accordion-listing__content.is-active {
    max-height: 3000px;
}

.recipe-features-column {
    padding: 5px 0;
}
.recipe-features-column ul,
.recipe-features-column ol {
    margin-left: 38px;
}

.recipe-features-column li {
    list-style: disc;
    padding-left: 0;
}

.recipe-features-column ol li {
    list-style: decimal;
    padding: 0;
    margin-bottom: 12px;
}

.recipe-features-column li:before {
    content: none;
}

.accordion-listing__more .less-text {
    display: none;
}
.accordion-listing__more.is-active .less-text {
    display: inline-block;
}
.accordion-listing__more.is-active .more-text {
    display: none;
}

.accordion-listing__more.is-active:before {
    transition: all 0.5s ease;
    transform: rotate( 180deg );
}

@media ( min-width: 600px ) {
    .product-details-list .slick-initialized .slick-slide {
        margin: 0 12px;
    }

    .product-details-list h3 {
        padding-left: 10px;
    }
}

@media ( min-width: 768px ) {
    .product-details-info ul li {
        font-size: 17px;
    }

    .product-details-info ul li i {
        font-size: 27px;
    }

    .product-details-list {
        padding: 70px 0;
    }

    .product-details-info h4 {
        font-size: 30px;
    }

    .images-grid {
        margin: -5px -10px;
    }
}

@media ( min-width: 1200px ) {
    .product-details-list {
        padding: 100px 0;
    }

    .product-details-list .slick-prev,
    .product-details-list .slick-next {
        bottom: 50%;
    }

    .product-details-list .slick-prev {
        left: 0;
        margin-left: 0;
    }

    .product-details-list .slick-next {
        right: 0;
        margin-right: 0px;
    }

    .product-details-slider {
        padding-bottom: 0;
    }
}

@media ( min-width: 1440px ) {
    .product-details-list .slick-prev {
        left: -50px;
        margin-left: 0;
    }

    .product-details-list .slick-next {
        right: -50px;
        margin-right: 0px;
    }
}

@media ( min-width: 1600px ) {
    .product-details-list .slick-prev {
        left: -65px;
        margin-left: 0;
    }

    .product-details-list .slick-next {
        right: -65px;
        margin-right: 0px;
    }
}

/* product-details-content */

.product-details-content-wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.product-details-content-wrapper .social-media {
    margin-top: 30px;
}

.product-details-content-wrapper ul li:before {
    display: none;
}

.product-details-content-left p {
    letter-spacing: 0;
    color: #747474;
}

.product-details-content-wrapper .social-media ul {
    padding: 0;
}

.recipe-meta-listing__print .social-media {
    margin: 0px;
    display: flex;
    align-items: center;
}

@media ( min-width: 1200px ) {
    .product-details-content-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }

    .product-details-content-wrapper {
        padding-bottom: 15px;
    }
}

/* product-details-category */

.accordion {
    width: 100%;
}

.accordion h3,
.accordion-listing__title {
    background: #dedede;
    padding: 9px 20px;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'muliextrabold';
    position: relative;
}

.accordion h3::before {
    content: '\e900';
    position: absolute;
    right: 18px;
    top: 50%;
    font-size: 12px;
    color: #000000;
    margin-top: -6px;
    font-family: 'icomoon';
    line-height: 1em;
}

.accordion h3.active::before {
    content: '\e907';
}

.accordion h3:hover,
.accordion-listing__title:hover {
    background-color: #e3e2e2;
}
.accordion h3.active,
.accordion-listing__title.active {
    background-position: right 5px;
}
.accordion-content {
    background: #f2f2f2;
    margin: 0;
    padding: 15px 20px;
    display: none;
}

.accordion-content p {
    padding-bottom: 10px;
}

.product-details-category-left ul {
    margin: 0;
    padding: 0;
}

.product-details-category-left ul li::before {
    display: none;
}

.product-details-category-left ul li {
    color: #747474;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'mulibold';
    margin: 10px 0;
    padding: 0;
}

.product-details-category-left ul li i {
    color: #9e7c55;
    font-size: 24px;
    padding-right: 4px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
}

.product-details-cooking {
    position: relative;
    margin: 7px 38px;
    width: 94%;
}

.accordion-nutrition {
    top: 8px;
    background: #f2f2f2;
}

.read-more {
    background: #afafaf;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    font-family: 'muliextrabold';
    display: block;
    text-align: center;
    padding: 10px;
    clear: both;
    cursor: pointer;
}

.read-more::before {
    content: '\e900';
    position: absolute;
    font-size: 12px;
    color: #fff;
    margin-top: -6px;
    font-family: 'icomoon';
    line-height: 1em;
    margin: 4px 90px;
}

.accordion-listing__more {
    transition: all 0.5s ease;
}
.accordion-listing__more:hover {
    background-color: #ac906a;
}

@media ( min-width: 768px ) {
    .product-details-category-left ul li {
        float: left;
        margin: 15px 35px 15px 0;
        font-size: 18px;
    }

    .slider__button {
        top: 750px;
    }

    .slider__button--prev {
        left: 220px;
    }

    .slider__button--next {
        right: 220px;
    }
}

@media ( min-width: 1200px ) {
    .product-details-category-wrapper {
        display: flex;
    }

    .product-details-category-left {
        width: 50%;
    }

    .product-details-category-right {
        width: 50%;
        padding-left: 15px;
    }

    .product-details-category-left ul {
        margin: 5px 0 0 0;
    }

    .product-details-category-left ul li {
        margin: 20px 35px 20px 0;
    }

    .product-details-category-left ul li i {
        font-size: 27px;
    }

    .flx-3 {
        width: 33.33333333%;
    }
}

/*suggest*/

.flr-row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.flx-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 10px;
    background: #f2f2f2;
    border-radius: 0px;
    width: calc( 100% - 20px );
}

.flx-4:hover {
    background: #d3d3d3;
}

.suggested-recipes-list a {
    text-decoration: none;
    display: block;
}

.recipe-columns {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: center;
    height: 280px;
}

.recipe-image {
    width: 100%;
    position: relative;
}

.recipe-image img {
    width: 100%;
    min-height: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.recipe-listing-details .recipe-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.recipe-listing-details .recipe-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.recipe-listing-details .recipe-image-hover.suggest-hover {
    margin-left: 0px;
    width: 100%;
}

.recipe-name {
    padding: 24px 15px;
}

.recipe-name h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 0 0 0;
}

.recipe-name h4 span {
    font-family: 'mulisemibold';
    font-weight: normal;
}

.all-btn {
    margin-top: 20px;
    text-align: center;
}

.accordion-content {
    min-height: 110px;
}

.number-nutrion {
    font-size: 30px;
    font-weight: bolder;
    font-family: 'muliextrabold';
    text-align: center;
    line-height: 1.3;
    color: #606060;
}

.title-nutrion {
    font-size: 15px;
    line-height: 1.2666;
    color: #606060;
    padding: 0 0 0;
    font-family: 'muliregular';
    font-weight: bold;
    text-align: center;
}

.serving {
    font-size: 15px;
    line-height: 1.2666;
    color: #606060;
    padding: 0 0 0;
    font-family: 'muliextrabold';
    font-weight: normal;
    text-align: center;
}

.wrap-nutrion {
    background: #dedede;
    height: 70px;
    width: 1px;
    display: none;
}

@media ( min-width: 600px ) {
    .flx-4 {
        width: calc( 50% - 20px );
    }
}

@media ( max-width: 767px ) {
    .suggested-recipes-list .flx-3 {
        padding: 5px;
    }
}

@media ( min-width: 768px ) {
    .flx-4 {
        width: calc( 50% - 20px );
    }

    .flx-3 {
        width: 33.33333333%;
    }

    .flex-col {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .flex-col h2 {
        padding: 0 0 5px;
    }

    .suggested-recipes-list {
        margin-top: 30px;
    }

    .wrap-nutrion {
        display: block;
    }
}

@media ( min-width: 768px ) and ( max-width: 1024px ) {
    .suggested-recipes-list .flx-3 {
        padding: 10px;
    }
}

@media ( min-width: 1025px ) {
    .flx-4 {
        width: calc( 25% - 20px );
    }
}

@media ( min-width: 1200px ) {
    .recipe-columns {
        padding: 0 0;
        text-align: center;
    }
}

@media ( min-width: 1300px ) {
    .recipe-name h4 {
        font-size: 24px;
    }
    .masthead-product-details-page {
        margin-top: 0px;
    }
}

/*related*/

.related-products {
    position: relative;
    padding: 50px 0;
}

.products-listing-result {
    border-bottom: 1px solid #dedede;
}

.products-listing-result p {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    font-family: 'mulisemibold';
    padding: 0 0 4px;
}

.products-listing-details {
    margin-top: 20px;
}


.recipe-feature__row > div {
    margin-bottom: 30px;
}

.flr-row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.flx-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 10px;
    background: #f2f2f2;
    border-radius: 0px;
    width: calc( 100% - 20px );
}

.flx-4:hover {
    background: #d3d3d3;
}

.products-listing-details a {
    text-decoration: none;
    display: block;
}

.products-columns {
    padding: 10px 20px 0px;
    text-align: center;
}

.products-image {
    width: 100%;
}

.products-image img {
    max-width: 100%;
    /*height: auto;*/
    max-height: 200px;
    display: block;
    margin: 0 auto;
    width: auto;
}

.products-name {
    margin-top: 10px;
}

.products-name h4 {
    font-size: 18px;
    color: #000000;
    padding: 0 0 0;
    font-family: 'muliregular';
}

.products-name h4 span {
    font-family: 'muliregular';
    font-weight: normal;
}

.referenced-recipe-section-one h3,
.referenced-recipe-section-two h3,
.referenced-products-text h3 {
    color: #fff;
    padding: 0 0 17px;
}

.referenced-recipe-section-one,
.referenced-products-text,
.referenced-recipe-section-two {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb( 0 0 0 / 40% );
    padding: 25px;
    min-height: 230px;
    height: 100%;
}

.referenced-products-image,
.referenced-products-image,
.referenced-products-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.referenced-recipe-section-two__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.referenced-recipe-section-two__wrap img {
    margin-bottom: 25px;
    width: 140px;
    height: auto;
}

.referenced-products-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.recipe-feature {
    position: relative;
    clear: both;
    padding: 15px 0;
    margin-bottom: 15px;
}

.image-background-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 25px rgb( 0 0 0 / 30% );
}

.also {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: -10px;
}

.gray-WYSIWYG {
    background: #f2f2f2;
    padding: 100px 0;
    color: #747474;
}

@media ( max-width: 1025px ) {
    .products-section ~ .gray-WYSIWYG .col-lg-12.right {
        margin: 0 auto;
    }
}

.full-width-image-cta {
    position: relative;
}

.full-width-cta-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.full-width-cta-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.full-width-cta-content {
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 9;
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.full-width-cta-content h2,
.full-width-cta-content h3,
.full-width-cta-content h4 {
    color: #ffffff;
}

.full-width-cta-content h2 {
    padding-bottom: 32px;
}

@media ( min-width: 768px ) {
    .full-width-cta-content {
        padding: 80px 0;
    }
}

@media ( min-width: 600px ) {
    .flx-4 {
        width: calc( 50% - 20px );
    }
}

@media ( min-width: 768px ) {
    .flx-4 {
        width: calc( 33.333% - 20px );
    }

    .products-section {
        padding: 70px 0;
    }

    .recipe-feature {
        padding: 25px 0;
        margin-bottom: 25px;
    }

    .recipe-feature__row {
        display: flex;
        flex-wrap: wrap;
    }

    .recipe-feature__row > div {
        margin-bottom: 0;
    }

    .featured-product__col {
        order: 3;
        margin-top: 30px;
    }

    .referenced-recipe-section-two {
        justify-content: flex-start;
    }
    .referenced-recipe-section-two__wrap {
        align-items: flex-start;
    }
    .referenced-recipe-section-two__title,
    .referenced-products-text__title {
        margin-bottom: 30px;
    }

    .referenced-recipe-section-two__product {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 28px;
        margin-top: auto;
        margin-bottom: auto !important;
    }
}

@media ( min-width: 1025px ) {
    .flx-4 {
        width: calc( 25% - 20px );
    }

    .recipe-feature {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .recipe-feature__row {
        justify-content: center;
    }

    .featured-product__col {
        margin-top: 0;
    }

    .referenced-recipe-section-two__title,
    .referenced-products-text__title {
        margin-bottom: 50px;
    }
}

@media ( min-width: 1200px ) {
    .products-columns {
        padding: 10px 15px 0px;
        text-align: center;
    }

    .products-name {
        padding-top: 5px;
    }

    .related-products {
        padding: 50px 0 90px;
    }
}

/*recipe list*/

.recipe-section {
    position: relative;
    padding: 50px 0;
}

.recipe-listing-result {
    border-bottom: 1px solid #dedede;
}

.recipe-listing-result p {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    font-family: 'mulisemibold';
    padding: 0 0 4px;
}

.recipe-listing-details {
    margin-top: 20px;
}

.flr-row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.flx-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 10px;
    background: #f2f2f2;
    border-radius: 0px;
    width: calc( 100% - 20px );
}

.flx-4:hover {
    background: #d3d3d3;
}

.recipe-listing-details a {
    text-decoration: none;
    display: block;
}

.recipe-columns {
    padding: 0;
    text-align: center;
}

.recipe-image {
    width: 100%;
    position: relative;
}

.recipe-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.recipe-name {
    padding: 24px 15px;
}

.recipe-name h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 0 0 0;
}

.recipe-name h4 span {
    font-family: 'mulisemibold';
    font-weight: normal;
}

.recipe-image-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 15px 15px;
    background: -moz-linear-gradient(
        top,
        rgba( 0, 0, 0, 0 ) 0%,
        rgba( 0, 0, 0, 1 ) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba( 0, 0, 0, 0 ) 0%,
        rgba( 0, 0, 0, 1 ) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba( 0, 0, 0, 0 ) 0%,
        rgba( 0, 0, 0, 1 ) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    opacity: 0;
}

.flx-4:hover .recipe-image-hover {
    opacity: 1;
}

.recipe-image-hover ul,
.recipe-image-hover ul li {
    margin: 0;
    padding: 0;
}

.recipe-image-hover ul li::before {
    display: none;
}

.recipe-image-hover ul li {
    /*float: left;*/
    font-size: 16px;
    color: #ffffff;
    font-family: 'mulisemibold';
    line-height: 1.4em;
}

.recipe-image-hover ul li:last-child {
    padding-right: 0;
}

.recipe-image-hover ul li img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px 4px 0;
}

.list-ingredient {
    float: left;
    padding-right: 24px;
    font-size: 14px;
    color: #000;
    font-family: 'muliregular';
    line-height: 1.4em;
}

.recipe-meta-listing {
    margin-bottom: 15px;
    clear: both;
}

.wrap-recipe-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
    clear: both;
}

.wrap-recipe-list_item {
    position: relative;
    padding: 0;
    margin-bottom: 35px;
}

.recipe-main-left {
    margin-top: 50px;
}
.recipe-main-right {
    margin-top: 30px;
}

.recipe-large .slider__button--prev {
    left: calc( 31px - 15px );
}

.recipe-large .slider__button--next {
    right: calc( 31px - 15px );
}

.gallery {
    display: flex;
}

.wrap-list {
    line-height: 29px;
}

/*.product-details-category-list{
     margin-top: 315px;
}*/

@media ( min-width: 1025px ) {
    .product-details-category {
        margin-top: 20px;
    }
}

li.round-bullet {
    line-height: 29px;
    font-size: 18px;
    font-family: 'mulibold';
}

ul li.round-bullet::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #747474;
    margin: 8px 0;
}

.recipe-image-hover.suggest-hover {
    opacity: 0.9 !important;
    width: 417px;
    margin-left: 16px;
}

li.suggest-title {
    font-size: 25px !important;
    font-family: 'muliextrabold' !important;
    text-align: center !important;
}

.img-nutrition {
    margin: 50px;
}

.img-nutrition img {
    object-fit: contain !important;
    -o-object-fit: contain !important;
    font-family: 'object-fit: contain;';
    height: initial;
}

.recipe-steps-listing {
    padding: 15px 0;
}
.recipe-steps-listing__space {
    margin-bottom: 33px;
}

/*slider product*/

.slider__catch__image img {
    height: 100% !important;
    width: 100% !important;
    max-height: initial !important;
    max-width: initial !important;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    margin: 0 auto;
}

.product-details-image .slick-track {
    transform: translate3d(0, 0, 0)!important;
}

.product-left .slider__catch__image__item {
    height: 400px;
}

.slider__thumbnail img {
    width: 100%;
    height: 100%;
}

.slider__catch.product-left {
    margin-top: 10px;
    margin-bottom: 20px;
}

.slider__catch__image__item {
    height: 450px;
}

.slider__catch__image__item.gallery-product-img {
    height: 100px;
    border: 1px solid #efefef;
    margin: 0 10px;
    padding: 10px;
}

.slider__catch__image__item.gallery-product-img img {
    display: block;
    max-height: 100px;
    width: auto;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.slider__thumbnail__image .slick-list {
    padding: 0 50px 0 0 !important;
}

.slider__catch__image__item.recipe-img {
    margin: 0;
    cursor: pointer;
    padding: 5px;
    width: 50%;
}

.recipe-img {
    cursor: pointer;
    margin: 0 20px;
}

.slider.recipe-large {
    cursor: pointer;
}
.slider.right-recipe {
    margin-bottom: 0px;
}
.slider__catch {
    position: relative;
}
.slider__thumbnail__image {
    padding: 0 10px;
    margin-bottom: 50px;
    margin-right: -32px;
}
.product-details-content {
    overflow: hidden;
}

.slider__button {
    width: 50px;
    height: 50px;
    background-color: #333;
    border: 0;
    flex: 1;
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    z-index: 2;
}

.slider__button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY( -50% ) rotate( 45deg );
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
}

.slider__button--next {
    right: 0;
}
.slider__button--prev {
    left: 0;
}

.slider__button--prev:before {
    border-top: 0;
    border-right: 0;
    left: 5px;
}

.slider__button--next:before {
    border-left: 0;
    border-bottom: 0;
    right: 5px;
}

.product-details-category {
    margin-bottom: 50px;
}
.product-details-content-left,
.product-details-content-right {
    text-align: center;
}
.product-details-content-left {
    margin-top: 15px;
}
.product-details-content-right {
    margin-top: 50px;
}

@media ( min-width: 600px ) {
    .flx-4 {
        width: calc( 50% - 20px );
    }
}

@media ( min-width: 768px ) {
    .flx-4 {
        width: calc( 33.333% - 20px );
    }
    .recipe-section {
        padding: 70px 0;
    }
    .wrap-recipe-list {
        flex-direction: row;
    }
    .recipe-steps-listing__space {
        margin-bottom: 40px;
    }
    .product-details-content-left {
        margin-top: 0;
        float: left;
        width: 50%;
    }
    .product-details-content-right {
        margin-top: 0;
        float: right;
    }
    .recipe-main-right {
        margin-top: 50px;
    }
    .recipe-meta-listing {
        margin-bottom: 25px;
    }
    .recipe-steps-listing {
        padding: 25px 0;
    }
    .product-details-content-left {
        text-align: left;
    }

    .product-details-content-right {
        text-align: right;
        display: flex;
        justify-content: flex-end;
        min-height: 52px;
        align-items: center;
    }

    .slider__catch__image__item.recipe-img {
        width: 33.33%;
    }
}

@media ( min-width: 768px ) and ( max-width: 1024px ) {
    .recipe-meta-listing__print .row {
        margin: 0;
    }
    .recipe-meta-listing__print .container {
        padding: 0;
    }
}

@media ( min-width: 1025px ) {
    .flx-4 {
        width: calc( 25% - 20px );
    }

    .wrap-recipe-list_item,
    .recipe-steps-listing__space {
        margin-bottom: 0;
    }
    .product-details-content-left {
        text-align: left;
    }
    .slider__catch__image__item.recipe-img img {
        height: 156px;
    }
    .recipe-meta-listing {
        margin-bottom: 50px;
    }
    .recipe-steps-listing {
        padding: 50px 0;
    }

    .wrap-recipe-list {
        padding-left: -33px;
        padding-right: -33px;
    }

    .recipe-image-hover ul li {
        font-size: 25px;
    }
}

@media ( min-width: 1200px ) {
    .recipe-columns {
        padding: 0 0;
        text-align: center;
    }

    .recipe-section {
        padding: 90px 0;
    }

    .product-details-content-right {
        display: contents;
    }
}

/* products-sidebar */

.products-sidebar {
    padding-bottom: 30px;
    position: relative;
}

.products-sidebar::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #dedede;
}

.products-sidebar-col {
    margin-bottom: 20px;
}

.products-sidebar h4 {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    font-family: 'mulibold';
    padding: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

.products-sidebar ul {
    margin: 0;
    padding: 0;
}

.products-sidebar ul li {
    margin: 0;
    padding: 0;
}

.products-sidebar a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.products-sidebar ul li::before {
    display: none;
}

.products-search {
    background-color: #e7e7e7;
    border: none;
    position: relative;
    height: 36px;
    border-radius: 6px;
    margin: 30px auto;
    max-width: 100%;
}

.products-search input[type='text'] {
    width: 100%;
    border: none;
    border-radius: 3px;
    height: 100%;
    padding: 0 50px 0 12px;
    font-family: 'mulisemibold';
    font-size: 13px;
    line-height: 1em;
    color: #898884;
    font-weight: normal;
    background-color: transparent;
}

.products-search button[type='submit'] {
    border: none;
    border-radius: 0;
    height: 100%;
    padding: 0 0;
    color: #898884;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    width: 40px;
    margin: 0;
}

.products-search button[type='submit']:hover {
    color: #000000;
}

.products-sidebar-col ul li a {
    display: block;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

.products-sidebar-col ul li {
    margin: 10px 0;
}

.protein-col ul li {
    margin: 18px 0;
}

.protein-col ul li i {
    font-size: 20px;
    color: #8f8f8f;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dedede;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.products-sidebar-col ul li a:hover {
    color: #9e7c55;
}

.products-sidebar-col ul li a:hover i {
    color: #9e7c55;
}

.check-column ul {
    column-gap: 0;
}

.check-column ul li {
    margin: 0 20px 15px 0;
    float: left;
}

.spice-column ul {
    position: relative;
}

.spice-column ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
    font-size: 35px;
    color: #787878;
    position: relative;
    z-index: 9;
}

.spice-column ul li::before {
    content: '';
    position: absolute;
    left: -39%;
    top: 50%;
    height: 5px;
    width: 100%;
    background: #eee;
    z-index: -9;
    display: block;
    border-radius: 0;
}

.spice-column ul li.active::before {
    background: #000;
}

.spice-column ul li:first-child:before {
    left: 30%;
    width: 100%;
}

.spice-column ul li i {
    color: #787878;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.spice-column ul li i:hover {
    color: #b30000;
}

.spice-column ul li.active i {
    color: #b30000;
}

.time-col {
    margin: 10px 0;
}

.time-col img {
    max-width: 100%;
}

section.suggested-recipes h2 {
    font-size: 35px;
}

@media ( min-width: 1366px ) {
    .spice-column ul li::before {
        left: -47%;
    }
}

/*gallery*/
.product-details-content-left {
    margin-left: 0px;
}

.image-gallery {
    display: flex;
    flex-flow: column wrap;
    height: 100px;
    margin: 0 auto;
}
.image-gallery section {
    display: none;
    margin-left: 20px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.image-gallery section img {
    height: auto;
    width: 100%;
    max-width: 720px;
}

.image-gallery input {
    display: none;
}

.image-gallery label {
    border: 1px solid #3194ee;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
}
.image-gallery label:hover {
    cursor: pointer;
}

.image-gallery label img {
    height: auto;
    width: 100%;
}
.image-gallery input:checked + label {
    border: 1px solid #004481;
    padding: 5px;
}

.image-gallery #tab1:checked ~ #content1,
.image-gallery #tab2:checked ~ #content2,
.image-gallery #tab3:checked ~ #content3 {
    display: block;
}

@media only screen and ( min-width: 240px ) and ( max-width: 767px ) {
    html {
        margin-top: 0px !important;
    }

    .masthead-product-title {
        margin: 50px 0px;
        margin-top: 0;
    }

    .breadcrumbs {
        left: 0;
        right: 0;
    }

    .product-details-content-left {
        /* margin-left: -145px; */
    }

    .img-nutrition img {
        width: 100%;
        height: 100%;
    }

    .product-details-category-list {
        margin: 70px -15px 20px;
    }

    .wrap-nutrion {
        width: 0px;
    }

    .slider__button--prev {
        left: 30%;
        top: 110%;
    }

    .recipe-large .slider__button--prev {
        top: calc( 100% + -150px );
    }

    .slider__button--next {
        right: 30%;
        top: 110%;
    }

    .recipe-large .slider__button--next {
        top: calc( 100% + -150px );
    }

    .accordion-content {
        border-right: 0px;
    }

    .accordion-nutrition {
        width: 92%;
    }

    .gallery-product-img {
        grid-template-columns: 60px 50px 100px;
        margin: 0 -20px;
    }

    .slider__catch__image__item.gallery-product-img {
        margin-top: 60px;
    }

    .masthead-product-left-text-wrapper {
        padding: 0px;
        height: auto;
    }

    .masthead-product-right-image {
        height: auto;
    }

    .view-our-wrap {
        padding: 0px 0px;
    }

    .product-details-cooking {
        margin: 0px;
    }

    .social-media {
        margin: 20px 0px;
    }

    .wrap-product-detail {
        height: auto;
    }

    .recipe-image img {
        margin: 20px auto 0px;
    }

    .flx-3 {
        width: 50%;
    }

    .recipe-image-hover.suggest-hover {
        width: 143px;
        opacity: 1.9 !important;
    }
}

@media only screen and ( min-device-width: 300px ) and ( max-device-width: 736px ) {
    .product-details-category-left {
        margin-bottom: 20px;
    }

    html {
        margin-top: 0px !important;
    }
}

@media( min-width : 768px ) and ( max-width : 1200px ) {
    .view-our-wrap {
        margin-top: 20px;
    }
}
@media only screen and ( min-device-width: 768px ) and ( max-device-width: 1024px ) {
    .wrap-product-detail {
        display: flex;
        height: 100px;
        margin: 0px 0;
        justify-content: space-between;
    }

    .product-details-category-wrapper {
        margin-top: 10rem;
    }

    .product-details-content-left {
        /* margin-left: -147px; */
    }

    .masthead-product-title h2 {
        padding-top: 80px;
    }

    .masthead-product-right-text-wrapper {
        /* width: 50%; */
        right: 0;
        top: 38px;
        /* position: absolute; */
        padding: 20px;
    }
    

    .product-details-cooking {
        width: 100%;
        margin: 1rem 0;
    }

    .breadcrumbs {
        top: 50%;
        left: 50%;
        transform: translate( -50%, -50% );
        width:  100%;
    }
    .slider__catch__image img {
        max-height: 296px;
    }
    .product-details-category-list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .slick-track {
        display: flex !important;
        column-gap: 10px;
    }
    .slick-initialized .slick-slide {
        overflow: hidden;
    }

    .view-our-wrap {
        padding: 30px 10px;
    }

    .recipe-image-hover.suggest-hover {
        width: 200px;
        opacity: 1.9 !important;
    }

    .gallery-product-img {
        grid-template-columns: 20px 50px 0px;
    }
}

@media only screen and ( min-width: 768px ) {
    .product-left .slider__catch__image__item {
        height: 200px;
    }

    .slider__catch__image__item.gallery-product-img {
        height: 63px;
        border: 1px solid #efefef;
        padding: 4px;
        margin: 0;
    }

    .slider__button {
        top: 160%;
    }

    .slider__button--next {
        right: 25%;
    }

    .slider__button--prev {
        left: 25%;
    }
}

@media only screen and ( min-width: 1025px ) {
    .slider__catch__image__item.gallery-product-img {
        margin: 0 10px;
    }

    .masthead-product-right-image {
        float: left;
    }

    .masthead-product-left-text {
        margin-right: 0;
    }

    .product-left .slider__catch__image__item {
        height: 600px;
    }

    .slider__catch__image__item.gallery-product-img {
        height: 100px;
    }

    .slider__button--next {
        right: 0;
        top: 50%;
    }

    .slider__button--prev {
        left: 0;
        top: 50%;
    }
}

.view-our-wrap .delete {
    background-color: #ac906a;
    color: #fff;
    border: 0;
    font-weight: 800;
    padding: 0 13px 6px 13px;
    left: 0;
    width: 100%;
    color: #47525d;
    font-size: 10px;
    text-transform: uppercase;
    order: 20;
    flex-grow: 1;
    margin-top: 30px;
    color: #fff;
    padding: 10px;
    font-size: 12px;
}

.view-our-wrap .delete:hover {
    background: #9d7f57;
}

.size-col input {
    opacity: 0;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 27px;
}

.radio_box_product .size-col input + span {
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    right: 0;
    top: 25px;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 0 auto;
    cursor: pointer;
}

.radio_box_product .size-col input:checked + span {
    background-color: #fbda00;
}

.radio_box_product .size-col input + span:after {
    content: '';
    position: absolute;
    display: none;
}

.radio_box_product .size-col input:checked + span:after {
    display: block;
}

.product-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.images-grid .slick-track {
    width: 100% !important;
}

.images-grid .slick-list .slick-track > .slick-slide {
    width: 100% !important;
}