/* Theme default settings */
:root {
    /* Theme Color Settings */
    --ch-light-pink: #FFEAF0;
    --ch-light-pink-: #FCE7ED;
    --ch-blue: #17458A;
    --ch-blue-light-bg: rgb(23 69 138 / 90%);
    --ch-dark-pink: #DE3057;
    --ch-white: #ffffff;
    --dark-gray: #646464;
    --light-gray-bg: #FAF4E7;
    --ch-white-light-bg: rgb(255 255 255 / 80%);
    --ch-transparent-bg: transparent;
    /* Font Style */
    --font-style-normal: normal;
    /* Line Height */
    --line-height-normal: normal;
    /* Text Tranform */
    --text-transform-uppercase: uppercase;
    --text-transform-capital: capitalize;
    /* Theme Font Family Settings */
    --primary-font-family-: 'Rodfat-One', sans-serif;
    --secondary-font-family-: 'Brandon_reg', sans-serif;
    --secondary-font-family-medium: 'Brandon_med', sans-serif;
    --secondary-font-family-light: 'Brandon_light', sans-serif;
    --secondary-font-family-thin: 'Brandon_thin', sans-serif;
    --secondary-font-family-bold: 'Brandon_bld', sans-serif;
}

/* Fonts Import */
@font-face {
    font-family: Rodfat-One;
    src: url('fonts/RizkiPermana-RodfatOne.otf');
    font-display: swap;
}

@font-face {
    font-family: Brandon_thin;
    src: url('fonts/Brandon_thin.otf');
    font-display: swap;
}

@font-face {
    font-family: Brandon_light;
    src: url('fonts/Brandon_light.otf');
    font-display: swap;
}

@font-face {
    font-family: Brandon_reg;
    src: url('fonts/Brandon_reg.otf');
    font-display: swap;
}

@font-face {
    font-family: Brandon_med;
    src: url('fonts/Brandon_med.otf');
    font-display: swap;
}

@font-face {
    font-family: Brandon_blk;
    src: url('fonts/Brandon_blk.otf');
    font-display: swap;
}

@font-face {
    font-family: Brandon_bld;
    src: url('fonts/Brandon_bld.otf');
    font-display: swap;
}

body .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

/* Global CSS Start */
html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ch-blue);
}

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

ul {
    list-style: none;
    padding-left: 0;
}

main#content {
    overflow: hidden;
}

.align_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_pink {
    background: var(--ch-light-pink-);
}

.bg_white {
    background: var(--ch-white);
}

/* Margins */
.mt-25 {
    margin-top: 25px;
}

.node--type-article div#edit-comment-body-0-format {
    display: none;
}

/* Global Title and Paragraph */
.cont_hdr_title,
.cont_hdr_title a {
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--primary-font-family-);
    font-size: 7.639vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: var(--line-height-normal);
}

.cont_hdr_title {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.cont_hdr_detail {
    max-width: 70%;
    margin: 0 auto 3vw;
    text-align: center;
}

.corporate-sec {
    margin: 5vw 0;
}

.cont_hdr_detail {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
}

.banner_data_box_sub_title {
    color: var(--ch-dark-pink);
    text-align: center;
    font-family: var(--secondary-font-family-medium);
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 420;
    line-height: var(--line-height-normal);
    margin: 0;
}

.inner_banner .banner_data_box_white {
    padding-top: 3.125vw;
}

.inner_banner .banner_data_box_title .hero-title-heading,
.inner_banner .banner_data_box_title h4,
.inner_banner .banner_data_box_title h3,
.inner_banner .banner_data_box_title h1 {
    margin: 1.042vw 0 0;
}

.sub_heading {
    color: var(--ch-blue);
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0 0 1.389vw 0;
}

.sub_para {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}

/* End */
/* Global Buttons Start */
.load_more_btn {
    color: var(--ch-dark-pink);
    background-color: var(--ch-transparent-bg);
    text-transform: var(--text-transform-uppercase);
    font-family: var(--secondary-font-family-);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    border: 1px solid var(--ch-dark-pink);
    text-decoration: none;
    text-align: center;
    font-size: 1.250vw;
    font-weight: 450;
    padding: 0.764vw 1.875vw;
    border-radius: 1.667vw;
    display: inline-block;
}

.load_more_btn:hover {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
}

.transparent_small_btn {
    background-color: var(--ch-transparent-bg);
    border-radius: 1.111vw;
    padding: 0.347vw 1.250vw;
    color: var(--ch-white);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
    border: 0.069vw solid var(--ch-white);
}

.transparent_small_btn:hover {
    background-color: var(--ch-dark-pink);
    color: var(--ch-white);
}

.transparent_small_btn_blue {
    background-color: var(--ch-transparent-bg);
    border-radius: 1.111vw;
    padding: 0.347vw 1.250vw;
    color: var(--ch-white);
    font-family: var(--secondary-font-family-bold);
    ;
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
    border: 1px solid var(--ch-white);
}

.transparent_small_btn_blue:hover {
    background-color: var(--ch-blue);
    color: var(--ch-white);
}

/* Global Buttons End */
/* Animations Start */
.left_animation {
    position: absolute;
    left: 0;
    z-index: 0;
}

.right_animation {
    position: absolute;
    right: 0;
    z-index: 0;
}

/* Animations End */
/* Site header menu CSS Start */
.site_header_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 90vw;
    margin: 0 auto;
    padding: 2.778vw 0 2vw;
}

.site_header {
    position: relative;
    background-color: var(--ch-light-pink);
    z-index: 9999;
}

.site_header_cont::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('/sites/default/files/2023-07/header-bottom-bar.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 0.833vw;
    width: 100%;
    z-index: 0;
}

.navbar {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar>a {
    float: left;
    font-size: 1.042vw;
    color: var(--ch-blue);
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-family: var(--secondary-font-family-bold);
    ;
    border-bottom: 0.357vw solid var(--ch-light-pink);
    line-height: var(--line-height-normal);
}

.navbar>a,
.dropdown button {
    margin: 0vw 1.111vw;
}

.dropdown {
    display: flex;
    position: relative;
    margin: 0vw 1.111vw;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    margin-left: 0;
    color: var(--ch-blue);
    border-bottom: 0.357vw solid var(--ch-light-pink);
    font-family: var(--secondary-font-family-bold);
    ;
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
    padding: 0;
}

.dropdown:hover .dropbtn,
.navbar>a:hover {
    border-bottom: 0.357vw solid var(--ch-dark-pink);
    color: var(--ch-dark-pink);
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 1.8vw;
    background-color: var(--ch-blue-light-bg);
    min-width: 11.806vw;
    border-radius: 0 1.389vw;
    padding: 1.736vw 0;
    z-index: 2;
}

.dropdown-content a {
    float: none;
    color: var(--ch-white);
    padding: 0.486vw 1.111vw 0.486vw 1.250vw;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: var(--secondary-font-family-bold);
    ;
    font-size: 1.042vw;
}

.dropdown-content a:hover {
    background-color: var(--ch-dark-pink);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar .dropdown:last-child {
    margin: 0;
}

.site_header_cont_mid {
    position: absolute;
    left: 50%;
    top: 2.8vw;
    transform: translate(-50%, 0%);
    z-index: 2;
    max-width: 8.5vw;
    width: 100%;
}

.site_header_cont_mid svg {
    width: 10.972vw;
    height: 9.236vw;
}

.site_header_cont_rs {
    display: flex;
    align-items: center;
}

.site_header_search {
    position: relative;
}

.site_header_search input {
    background-color: var(--ch-white);
    padding: 0.625vw 2.5vw 0.625vw 1.181vw;
    border-radius: 1.389vw;
    border: none;
    outline: none;
    min-width: 17.847vw;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 0.972vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
}

.site_header_search_input:placeholder {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 0.972vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
}

.search_btn {
    position: absolute;
    right: 0.347vw;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    display: flex;
    cursor: pointer;
}

.search_btn svg {
    width: 1.5vw;
}

.Search_form_cont .site_header_search {
    position: relative;
    width: 33.333%;
    padding: 0 15px;
}

.brown_sugar_btn {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    text-decoration: none;
    padding: 0.347vw 1.250vw;
    border-radius: 1.111vw;
    margin-left: 1.042vw;
}

.brown_sugar_btn:hover {
    background-color: var(--ch-blue);
    color: var(--ch-white);
}

nav#block-mobilemenunavigation {
    display: none;
}

#main-wrapper {
    min-height: 80vh;
}

.footer_logo.-ft-mobile-logo {
    display: none;
}

/** Thank You **/

.node--type-thank-you .thankyou {
    background: transparent;
    position: relative;
    height: auto;
}

.node--type-thank-you .banner_sec_bg img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    position: relative;
}

.node--type-thank-you .thankyou_title {
    position: absolute;
}

.node--type-thank-you .thankyou .banner_sec_bg {
    justify-content: center;
    background: transparent !important;
    padding: 0;
    min-height: unset;
}

.node--type-thank-you .thankyou_title {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    color: #fff
}

.node--type-thank-you .thankyou_title h1 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 5.7vw;
    color: #fff;
}

/* Login Page CSS */
#block-chsugar-barrio-content .user-register-form,
#block-chsugar-barrio-content .user-login-form,
#block-chsugar-barrio-content .user-pass {
    padding: 4vw;
}

/* Node 925 CSS */
.node--type-article .views-field-field-article-comments {
    display: none;
}

.node--type-article .article_content {
    border-bottom: unset;
}

.article_content h2 {
    font-family: 'Brandon_med';
}

.node--type-article .view-comment-block {
    display: none;
}

.page-node-906 .views-field-field-article-comments {
    display: block;
}

.page-node-906 .article_content {
    border-bottom: 1px solid var(--ch-blue);
}

/* Node 925 CSS */

button.openDescriptionTab {
    display: none;
}

.tips-categories {
    text-transform: capitalize;
}

/* EBT */
.ebt-cont {
    max-width: 71.111vw;
    margin: 0 auto;
    padding: 8.889vw 0 7.431vw;
}

.ebt-sec {
    background: var(--ch-light-pink-);
    position: relative;
    z-index: 2;
}

.ebt-cont-data-para {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 1.042vw 0 1.389vw;
    text-align: center;
}

.ebt-cont-data-title {
    text-align: center;
}

.ebt-svg {
    text-align: center;
    margin: 2vw 0 1vw 0;
}

.ebt-cont-img img:hover {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
}

.ebt-cont-img img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
}

.image-animation:hover {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
}

.image-animation {
    /* width: 100%; */
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
}

/* EBT */

/* Accordian CSS */
.ch-accordians-sec {
    background-color: var(--light-gray-bg);
}

.accordion.ch-accordians {
    background: transparent;
}

.ch-accordians-cont {
    max-width: 52.639vw;
    margin: 0 auto;
    padding: 8vw 0;
}

.ch-accordians-cont .accordion-item {
    border: none;
    margin-bottom: 1vw;
}

.ch-accordians-cont .accordion-button {
    padding: 1.3vw 1vw;
    font-size: 1.667vw;
    text-align: left;
    color: var(--ch-dark-pink);
    margin: 0 auto 1vw;
    letter-spacing: 0.03125rem;
    font-family: var(--primary-font-family-);
}

.ch-accordians-cont .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
}

.ch-accordians-cont .accordion-button::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23de3057"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
}

.ch-accordians-cont .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23FFFFFF"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
}

.ch-accordians-cont .accordion-button:focus {
    box-shadow: none;
}

.ch-accordians-cont .accordion-collapse {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-light);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
}

/* End Accordian CSS */

.tips-detail-body__description table tr th h3 {
    color: var(--ch-white);
    font-size: 1.250vw;
    font-weight: 400;
    font-family: var(--secondary-font-family-bold);
    line-height: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 5px 0 5px 0;
}

.tips-detail-body__description table tr th img {
    width: auto;
    margin: 0 10px 0 0 !important;
}

.tips-detail-body__description table tr th {
    background: var(--ch-blue);
}

.site_footer_col_two,
.site_footer_col_three,
.site_footer_col_four,
.site_footer_col_five {
    padding: 3.472vw 0 0 0;
}

.results-data {
    justify-content: center;
    width: 100%;
    text-align: center;
}

a.dropbtn.nav-active,
a.nav-active {
    border-bottom: 0.357vw solid var(--ch-dark-pink);
    color: var(--ch-dark-pink);
}

.node--type-tips .multiple_content_general_section .card_slider_hdr {
    padding-top: 0;
}

.small_stayin-desktop {
    display: block;
}

.small_stayin-mob {
    display: none;
}

/* End Login Page CSS */

/*Landing Pages Text CSS Start*/
.node--type-landing-pages .article_content {
    padding: 10.208vw 0 10.208vw;
}

.node--type-landing-pages .article_content img {
    margin: 0 0 30px 0;
}

.node--type-landing-pages .article_content h2 span,
.node--type-landing-pages .article_content li strong,
.node--type-landing-pages .article_content p strong {
    font-size: 1.528vw !important;
    font-style: italic;
    margin: 1.736vw 0 0;
    line-height: 2.083vw;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
    text-transform: capitalize;
}

.node--type-landing-pages .article_content li,
.node--type-landing-pages .article_content p {
    margin: 0;
    font-weight: 390;
    font-size: 1.250vw;
    margin-bottom: 10px;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

brwn_sugar_grid_txt li::marker,
.cntnt_otr_dtal ul li::marker {

    color: var(--ch-blue);
    font-size: 1.250vw;

}

/*Landing Pages Text CSS End*/
.node--type-landing-pages .article_content ul {
    list-style: disc;
    padding-left: 20px;
}

.node--type-landing-pages .article_content li::marker {
    color: var(--ch-blue);
}

.web-logo svg {
    width: 3.125vw;
    height: 3.125vw;
}

.print-logo svg {
    width: 2.604vw;
    height: 2.604vw;
}

.node--type-packaging-static-section-lp img.did_you_know_ani5.did_you_know_flowers.aos-init.aos-animate {
    display: none;
}


.node--type-packaging-static-section-lp .packaging-grid .did_you_know_card_itm:last-child {
    margin-bottom: 0;
}

.inquires_contnt {
    position: relative;
}

.share_connect_cont .card_slider_card_img video {
    border-radius: 40px 0px;
    box-shadow: 15px -15px 0 0px #fff;
    object-fit: cover;
    min-height: 24.306vw;
    max-height: 24.306vw;
}



.modal-insta-video-banner .video-sec video {
    width: 100%;
    height: 40vw;
}

/* Site Map */
.sitemap {
    padding: 5vw 10vw;
    background-color: var(--ch-light-pink);
}

.sitemap-message p {
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--primary-font-family-);
    font-size: 58px;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: var(--line-height-normal);
}

.sitemap-item h2 {
    display: none;
}

.sitemap a {
    font-size: 18px;
    color: var(--ch-blue);
    font-weight: 500;
    font-family: var(--secondary-font-family-medium);
    text-decoration: underline !important;
    display: block;
    line-height: 1.9;
}

.sitemap ul li ul {
    padding-left: 30px;
}

.sitemap ul li ul {
    list-style: disc;
    color: var(--ch-blue);
}

/* End Site Map */

.node--type-recipe-main .accordion_cnt_checks label {
    text-transform: capitalize;
}

/* shop now button on product section on home page */
.fourth_sec .product-ctas {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fourth_sec .single_product:hover .pdt_img {
    opacity: 0.5;
}

.fourth_sec .single_product:hover .product-ctas {
    display: block;
}

/* shop now button on product section on home page */

.product-learn-more {
    margin-bottom: 20px;
}

#block-views-block-recipe-widget-lp-block-1 {
    background: #fce7ee;
}

.page-node-2984 #block-views-block-recipe-widget-lp-block-1 .secondary_sec .left_animation,
.page-node-2984 #block-views-block-recipe-widget-lp-block-1 .secondary_sec .right_animation {
    display: block;
}

#block-views-block-multiple-general-promo-block-1 .secondary_sec {
    background: #FAF4E8;
}

@media (max-width:767px) {
    .node--type-thank-you .thankyou_title h1 {
        font-size: 70px;
        color: #fff;
    }

    .node--type-thank-you .secondary_sec {
        position: relative;
    }

    .node--type-thank-you .secondary_sec .left_animation {
        margin: 0;
    }

    .node--type-thank-you .banner_sec_bg img {
        height: 600px;
    }
}

/** End Thank You **/
@media (max-width: 1024px) {
    .sitemap {
        padding: 90px 30px;
    }

    .modal-insta-video-banner .video-sec video {
        height: 600px;
    }

    .pdp_main_fl {
        width: 70px;
        height: 180px;
        left: 0px;
    }

    .pdp_main_btm_fl {
        width: 90px;
        height: 190px;
    }

    .web-logo svg {
        width: 50px;
        height: 50px;
    }

    .print-logo svg {
        width: 40px;
        height: 40px;
    }

    .tips-detail-body__description table tr th h3 {
        font-size: 18px;
        line-height: 1;
    }

    .cntnt_otr_dtal {
        max-width: 100% !important;
        padding: 0px 20px 30px 20px;
    }

    /* Accordian CSS */
    .ch-accordians-cont {
        max-width: 90%;
        padding: 50px 0;
    }

    .ch-accordians-cont .accordion-button {
        font-size: 16px;
        padding: 15px 10px;
    }

    .accordion.ch-accordians {
        padding: 0;
    }

    .ch-accordians-cont .accordion-item {
        margin-bottom: 10px;
    }

    .ch-accordians-cont .accordion-collapse {
        font-size: 16px;
    }

    /* End Accordian CSS */


    /* EBT */
    .ebt-cont-data-para {
        font-size: 18px;
    }

    .ebt-cont {
        max-width: 90%;
    }

    /* EBT */
    body.active {
        overflow: hidden;
    }

    .ch-mobile-menu .site_header_search input {
        width: 100%;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 14px;
    }

    .ingredients_card .descriptive_card_data {
        padding-left: 15px;
    }

    .ch-mobile-menu .brown_sugar_btn {
        right: 0;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 14px;
    }

    .ch-mobile-menu .site_header_search {
        padding: 10px 18px !important;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .scroll-menu {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        max-height: 460px;
    }

    .scroll-menu::-webkit-scrollbar {
        width: 6px;
    }

    .scroll-menu::-webkit-scrollbar-track {
        background-color: #B5ADA5;
        border-radius: 50px;
    }

    .scroll-menu::-webkit-scrollbar-thumb {
        background-color: var(--ch-dark-pink);
        border-radius: 50px;
    }

    .sr-icons {
        max-width: 50%;
        width: 100%;
        position: relative;
        display: inline-block;
    }

    form.seach_bar_form {
        text-align: center;
    }

    .ch-mobile-menu .search_btn {
        right: 2%;
    }

    nav#block-mobilemenunavigation {
        display: block;
    }

    .site_header_cont_mid {
        max-width: 116px;
        width: 100%;
        top: 25px;
    }

    .site_header_cont {
        padding: 0;
    }

    .site_header_cont_mid img {
        width: 100%;
    }

    ul#menu-mob {
        display: none;
    }

    .site_header {
        height: 77px;
    }

    .site_header_cont::after {
        height: 12px;
    }

    .ch-mobile-menu .menu-mob {
        text-align: left;
        width: 100%;
        margin-top: 0;
        background: rgba(24, 70, 139, 0.9);
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
        padding: 40px 0;
    }

    .ch-mobile-menu .menu-mob li {
        width: 100%;
        padding: 0;
        margin: 0;
        font-weight: 500;
    }

    .ch-mobile-menu .menu-mob li a {
        display: table;
        width: 100%;
        text-decoration: none;
        font-size: 21px;
        padding: 10px 18px !important;
        overflow: hidden;
        color: #fff;
        font-family: var(--secondary-font-family-bold);
    }

    .ch-mobile-menu .menu-mob li ul li a {
        font-family: var(--secondary-font-family-);
    }

    .ch-mobile-menu .burger {
        width: 28px;
        height: 28px;
        display: block;
        transition: all 0.6s ease-in-out;
        position: absolute;
        right: 20px;
        z-index: 3;
        top: 20px;
    }

    .site_header_cont_ls,
    .site_header_cont_rs {
        display: none;
    }

    .ch-mobile-menu .burger i {
        display: block;
        width: 100%;
        height: 2px;
        background: #17458a;
        position: absolute;
        top: 50%;
        transition: all 0.2s ease-in-out;
    }

    .ch-mobile-menu .burger i:before,
    .ch-mobile-menu .burger i:after {
        content: "";
        position: absolute;
        height: 2px;
        background: #17458a;
        width: 100%;
        top: 0;
        transition: all 0.2s ease-in-out;
    }

    .ch-mobile-menu .burger i:before {
        margin-top: -12px;
    }

    .ch-mobile-menu .burger i:after {
        margin-top: 12px;
    }

    .ch-mobile-menu .burger.active i {
        background: transparent;
    }

    .ch-mobile-menu .burger.active i:before,
    .ch-mobile-menu .burger.active i:after {
        background: #fff;
    }

    .ch-mobile-menu .burger.active i:before {
        transform: rotate(45deg);
        top: 12px;
    }

    .ch-mobile-menu .burger.active i:after {
        transform: rotate(-45deg);
        top: -12px;
    }

    .ch-mobile-menu .burger.active i {
        color: #fff;
    }

    .ch-mobile-menu .menu-mob.active {
        display: block;
    }

    .ch-mobile-menu li.nav-item {
        display: block;
    }

    .ch-mobile-menu .menu-mob ul {
        padding-left: 35px;
    }

    .ch-mobile-menu .menu-mob ul li a {
        font-size: 18px;
        padding: 10px 0px;
    }

    body .rate_recipe_card_hdr_rs p.success-message {
        font-size: 12px;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.did_you_know_cards_rs {
        display: none;
    }

    .node--type-landing-pages .secondary_sec .left_animation {
        top: 20%;
    }

    .node--type-landing-pages .secondary_sec .right_animation {
        top: 22%;
    }
}

/* Site header menu CSS End */
/* Hero Section CSS Start */
.cntnt_otr_dtal ol.frost-cake-steps li::marker {
    font-size: 18px;
}

.hero-banner-section {
    background: #ffeaf0;

}

.banner_sec_bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    width: 100%;
    align-items: center;
    /* min-height: 43.403vw; */
    min-height: 30.403vw;
    display: flex;
    align-items: center;
}

.banner_sec_cont {
    max-width: 90vw;
    position: relative;
    z-index: 3;
    /* transform: translateX(4.861vw); */
    margin: 40px 40px;
}

.banner_data_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2.778vw 0;
    max-width: 33.750vw;
    padding: 3.681vw 2.917vw;
}

.banner_data_box_white {
    background-color: var(--ch-white-light-bg);
}

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

.banner_data_box_title .hero-title-heading,
.banner_data_box_title h1,
.banner_data_box_title h4,
.banner_data_box_title h3 {
    text-align: center;
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: 3.472vw;
}

.banner_data_box_sep svg {
    width: 10.208vw;
    height: 2.569vw;
}
.banner_data_box_sep img.divider-line, .divider-line {
    width: 10.208vw;
    height: 2.569vw;
    position: static;
    object-fit: contain;
   
}
.banner_data_box_social ul,
.banner_data_box_social_blue ul {
    display: flex;
    justify-content: center;
    /* padding: 1.083vw 0 0; */
    margin-bottom: 0;
    list-style: none;
}

.banner_data_box_social ul li,
.banner_data_box_social_blue ul li {
    padding: 0 5px;
    position: relative;
    min-width: 40px;
}

.banner_data_box_social ul li .stButton,
.banner_data_box_social_blue ul li .stButton {
    position: absolute;
    left: 0;
    opacity: 0;
}

.banner_data_box_social ul li path {
    fill: #17458A;
}

.banner_data_box_social_blue ul li path {
    fill: #fff;
}

.banner_data_box_social ul li svg {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 32px !important;
    height: 32px !important;
}

.banner_data_box_social ul li .stButton .stLarge {
    background: transparent !Important;
}

.banner_data_box_social {
    width: 100%;
}

.recipe-star-rating {
    margin: 0 0 0.556vw;
}

.banner_data_box_sep {
    margin: 0 0 0.556vw;
}

.banner_data_box_social ul li:last-child svg {
    position: relative;
    pointer-events: all;
}

.banner_data_box_para p {
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0 0 1.736vw 0;
}

.banner_data_box_white .banner_data_box_title .hero-title-heading,
.banner_data_box_white .banner_data_box_title h1,
.banner_data_box_white .banner_data_box_title h4,
.banner_data_box_white .banner_data_box_title h3,
.banner_data_box_white .banner_data_box_para p {
    color: var(--ch-blue);
}

/* .banner_data_box_para > p a,
.content_section a  {
       color: var(--ch-blue);
} */

.banner_data_box_para>p a,
.content_section a,
.cntnt_otr_dtal ul li a,
.cntnt_otr_dtal ol li a,
.brwn_sugar_grid_txt ul li a,
.cntnt_otr_dtal p a {
    color: #1a5b99
        /*light blue*/
}

.banner_data_box_para>p a:hover,
.content_section a:hover,
.cntnt_otr_dtal ul li a:hover,
.cntnt_otr_dtal ol li a:hover,
.brwn_sugar_grid_txt ul li a:hover,
.cntnt_otr_dtal p a:hover {
    color: #17458a;
}

.banner_data_box_blue .banner_data_box_title .hero-title-heading,
.banner_data_box_blue .banner_data_box_title h1,
.banner_data_box_blue .banner_data_box_title h4,
.banner_data_box_white .banner_data_box_title h3,
.banner_data_box_blue .banner_data_box_para p {
    color: var(--ch-white);
}

.sub_para a {
    color: #468AC9;
}

.insta_link {
    margin: 2vw auto 0;
    text-align: center;
}

.site_pink_btn,
a.site_pink_btn,
.insta_link a {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
    text-decoration: none;
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    padding: 0.764vw 1.875vw;
    border-radius: 1.667vw;
    display: inline-block;
    border: none;
}

.site_pink_btn:hover,
.insta_link a:hover {
    background-color: var(--ch-blue);
    color: var(--ch-white);
}

.banner_data_box_btn_blue .site_pink_btn:hover {
    color: var(--ch-dark-pink);
    background-color: var(--ch-white);
}

.Banner-video {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.Banner-video-modal-content {
    position: relative;
    margin: 2vw auto 0vw auto;
    width: 1200px;
    height: 600px;
}

.Banner-video-close {
    color: #fff;
    background-color: red;
    float: right;
    font-size: 2vw;
    line-height: 0;
    font-weight: bold;
    margin-right: 1vw;
    position: absolute;
    right: -2vw;
    top: -1vw;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Banner-video-close:hover,
.Banner-video-close:focus {
    color: #ff0000;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
}

video {
    width: 100%;
    height: auto;
}

.Banner-video iframe {
    width: 100%;
    height: 100%;
}

.video-button {
    /* left: 15px; */
    position: absolute;
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.video-button svg {
    margin: auto;
    width: 100%;
    height: 10vw;
}

.hero-banner-slider {
    position: relative;
}

.hero-banner-slider.owl-carousel .owl-stage-outer,
.hero-banner-slider.owl-carousel .owl-stage-outer .owl-stage {
    overflow: inherit;
}

body .hero-banner-slider .owl-nav button.owl-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M29 14L18 25L29 36' stroke='white' stroke-linecap='round'/%3E%3Ccircle cx='25' cy='25' r='24.5' stroke='white'/%3E%3C/svg%3E");
}

body .hero-banner-slider .owl-nav button.owl-prev {
    left: 1.111vw;
}

body .hero-banner-slider .owl-nav button.owl-next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cg clip-path='url(%23clip0_385_6720)'%3E%3Cpath d='M20 36L31 25L20 14' stroke='white' stroke-linecap='round'/%3E%3Ccircle cx='25' cy='25' r='24.5' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_385_6720'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body .hero-banner-slider .owl-nav button.owl-next {
    right: 4.583vw;
}

/* Hero Section CSS End */
/* Recipes for Happiness CSS Start */
.secondary_sec {
    background: #fce7ee9e;
    padding: 9.375vw 0 9.722vw;
    position: relative;
}

.happiness_sec {
    background: #fce7ee;
}

.secondary_sec .left_animation {
    top: 1.389vw;
}

.secondary_sec .left_animation img {
    max-width: 19.375vw;
}

.secondary_sec .right_animation {
    top: 45%;
}

.secondary_sec .right_animation img {
    max-width: 13.750vw;
    width: 13.750vw;
}

.secondary_sec_cont {
    position: relative;
    z-index: 1;
}

.secondary_sec_cont_hdr {
    text-align: center;
    margin-bottom: 4.514vw;
}

.secondary_sec_cont_hdr .cont_hdr_title {
    margin: 0 auto 2.083vw;
}

.secondary_sec_btn {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
    text-decoration: none;
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    padding: 0.764vw 1.875vw;
    border-radius: 1.667vw;
    display: inline-block;
}

.secondary_sec_btn:hover {
    background-color: var(--ch-blue);
    color: var(--ch-white);
}

.ch-logo {
    position: absolute;
    right: 0.803vw;
    top: 0.4vw;
}

.ch-logo svg {
    width: 3.5vw !important;
    height: auto !important;
}
.ch-logo img.chlogo-img {
    width: 3.5vw !important;
    height: auto !important;
    border-radius: unset;
    box-shadow: unset;
    object-fit: contain;
    min-height:100%;

}
.cards_container {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3.472vw;
    max-width: 80.764vw;
    margin: auto;
}

.cards_container .card_itm {
    list-style: none;
    width: 100%;
    max-width: 30%;
}

.cards_container .card_itm:first-child {
    max-width: 64%;
    float: left;
    width: 100%;
}

.card_itm_img {
    position: relative;
    border-radius: 40px 0px;
}

.card_itm_img img {
    border-radius: 2.5vw 0px;
    box-shadow: 15px -15px 0 0px #fff;
    height: 24.306vw;
    object-fit: cover;
}

.card_itm_img_hover {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 2.639vw;
    border-radius: 2.5vw 0px;
    background: var(--ch-blue-light-bg);
    opacity: 0;
}

.card_itm_img:hover .card_itm_img_hover {
    opacity: 1;
}

.card_rating {
    margin-bottom: 0.833vw;
}

.fourth_sec .right_animation.aos-animate {
    width: 100%;
    text-align: right;
}

.chef_recipes_sec .left_animation {
    width: 100%;
}

.pbs_text p {
    color: var(--ch-white);
    font-family: 'Brandon_light';
    font-size: 1.528vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0;
}

.pbs_text p:last-child {
    margin-bottom: 0.972vw;
}

.pbs_text p span {
    font-family: var(--secondary-font-family-);
    font-weight: 600;
}

.card_btn a {
    border-radius: 16px;
    background: var(--ch-white);
    padding: 0.347vw 1.250vw;
    color: var(--ch-dark-pink);
    font-family: 'Brandon_med';
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
}

.card_btn a:hover {
    background: var(--ch-dark-pink);
    color: var(--ch-white);
}

.card_itm_data h6,
.card_itm_data h2 {
    color: var(--ch-blue);
    font-family: 'Brandon_med';
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    margin: 1.042vw 0 0;
}

.card_itm_data h6 a {
    color: var(--ch-blue);
}
.card_itm_data h2 a {
    color: var(--ch-blue);
}

.card_itm_data p {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0.042vw 0 0;
}

/* Recipes for Happiness CSS End */
/* Learn & Discover CSS Start */
.thrid_sec {
    padding: 8.542vw 0 10.972vw;
}

.thrid_sec .cont_hdr_title {
    margin: 0 auto 3.056vw;
}

.thrid_sec .thrid_sec_slider .owl-nav button.owl-next {
    right: 6.278vw;
}

.slide_title {
    color: var(--ch-blue);
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0;
}

.slide_detail {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 1.042vw 0 1.389vw;
}

.thrid_sec_slider_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80.903vw;
    margin: auto;
    padding-top: 2.778vw;
}

.thrid_sec_slider {
    position: relative;
}

.thrid_sec_slider .leftpan {
    max-width: 50vw;
    width: 100%;
    position: relative;
}

.thrid_sec_slider .leftpan:after {
    content: '';
    position: absolute;
    top: -1.389vw;
    right: -1.389vw;
    width: 100%;
    height: 100%;
    background: url('/sites/default/files/2023-07/bg-general-min.png') no-repeat;
    z-index: -1;
    background-size: cover;
    border-radius: 40px 0;
}

.thrid_sec_slider .rightpan {
    max-width: 26.389vw;
    width: 100%;
}

.thrid_sec_slider .rightpan svg {
    width: 9vw;
    height: auto;
}

.thrid_sec_slider .leftpan img {
    border-radius: 50px 0;  
     height: 29.3vw;
}

.slider_global .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    margin: 0;
}

.slider_global .owl-nav button.owl-prev {
    left: 2.778vw;
    position: absolute;
}

.slider_global .owl-nav button.owl-next {
    right: 2.778vw;
    position: absolute;
}

.slider_global .owl-dots {
    display: none;
}

.slider_global .owl-nav button {
    margin: 0 !important;
    line-height: 1 !important;
    color: var(--ch-blue) !important;
    background: transparent !important;
    position: relative;
    border: 0cm solid var(--ch-blue) !important;
}

.slider_global .owl-nav button:hover {
    background: transparent !important;
}

.slider_global .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M29 14L18 25L29 36' stroke='%2317458A' stroke-linecap='round'/%3E%3Ccircle cx='25' cy='25' r='24.5' stroke='%2317458A'/%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
}

.slider_global .owl-nav button.owl-next:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cg clip-path='url(%23clip0_3_10895)'%3E%3Cpath d='M20 36L31 25L20 14' stroke='%2317458A' stroke-linecap='round'/%3E%3Ccircle cx='25' cy='25' r='24.5' stroke='%2317458A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3_10895'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
}

.slider_global .owl-nav button span {
    /* font-size: 3.472vw;
    border: 1px solid;
    border-radius: 50px;
    width: 2.778vw;
    height: 2.778vw;
    display: flex;
    align-items: self-end;
    justify-content: center; */
    display: none
}

/* Learn & Discover CSS End */
/* C&H® Sugars CSS Start */
.fourth_sec {
    background: var(--ch-light-pink-);
    padding: 8.889vw 0 7.431vw;
    position: relative;
    overflow: hidden;
}

.fourth_sec .right_animation {
    top: 2.2vw;
}

.fourth_sec .right_animation img {
    max-width: 25.4vw;
}

.fourth_sec_cont_hdr {
    text-align: center;
    position: relative;
}

.fourth_sec_cont_hdr .cont_hdr_title {
    margin: 0 auto 1.806vw;
}

.fourth_sec_cont_hdr .cont_hdr_detail {
    margin: 0 auto 1.667vw;
    max-width: 54.861vw;
}

.single_product_sec {
    max-width: 81.944vw;
    margin: auto;
}

.single_product_slider {
    width: 100%;
    margin: auto;
}

.single_product {
    padding-top: 5.486vw;
    max-width: 24.306vw;
    margin: auto;
}

.pdt_img {
    position: relative;
}

.pdt_img:after {
    content: '';
    position: absolute;
    top: -1.042vw;
    right: -1.042vw;
    width: 100%;
    height: 100%;
    background: url('/sites/default/files/2023-07/p-bg.png') no-repeat;
    background-size: contain;
    z-index: -1;
}

.pdt_img img {
    background: var(--ch-white);
    border-radius: 50px 0;
}

.pdt_img {
    transition: ease-in-out .5s;
}

.single_product:hover .pdt_img {
    scale: 1.05;
}

.pdt_title,
.pdt_title a {
    margin: 1.042vw 0 0;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    text-decoration: none;
}

.prep_value {
    color: var(--ch-blue);
    font-family: 'Brandon_med';
    font-size: 1.111vw;
    ;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    margin-top: 0;
    margin-bottom: 1rem;
}

.pdt_title a:hover {
    color: var(--ch-blue);
}

.pdt_weight {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0;
}

.single_product_sec .slider_global .owl-nav button.owl-prev,
.secondary_sec .slider_global .owl-nav button.owl-prev {
    left: -5.556vw;
}

.single_product_sec .slider_global .owl-nav button.owl-next,
.secondary_sec .slider_global .owl-nav button.owl-next {
    right: -2.556vw;
}

.page-node-2 .pdt_img img {
    height: auto;
}

/* C&H® Sugars CSS End */
/* Signup CSS Start */
.signup_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.signup_data_box_title h5 {
    width: 32vw;
    margin: 0 auto !important;
}

.signup_data_box_title h4,
.signup_data_box_title h5 {
    color: var(--ch-white);
    text-align: center;
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0 0 0 0;
}

.signup_data_box {
    text-align: center;
    padding: 5.903vw 6.944vw 5.347vw 6.944vw;
    background-repeat: no-repeat;
}

.signup_data_box_sep svg {
    width: 10.208vw;
    height: 2.569vw;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}
.signup_data_box_sep img.divider-signup{
     width: 10.208vw;
    height: 2.569vw;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

.signup_data_box_para p {
    color: var(--ch-white);
    text-align: center;
    font-family: var(--secondary-font-family-light);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0.556vw 0 2.431vw 0;
    max-width: 33.333vw;
}

form.signup_data_box_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#email.signup_form_input {
    margin-bottom: 2.083vw;
}

.signup_form_input {
    background-color: var(--ch-white);
    padding: 0.625vw 0.347vw 0.625vw 1.181vw;
    border-radius: 1.389vw;
    border: none;
    outline: none;
    min-width: 23.958vw;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
    font-size: 0.972vw;
    font-weight: 390;
    max-width: 24.306vw;
    margin: 0 auto 1.042vw;
}

.signup_data_form_btn {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-bold);
    text-transform: var(--text-transform-uppercase);
    text-decoration: none;
    text-align: center;
    font-size: 1.250vw;
    font-weight: 450;
    padding: 0.764vw 1.875vw;
    border-radius: 1.667vw;
    border: none;
    cursor: pointer;
}

.signup_data_form_btn:hover {
    color: var(--ch-dark-pink);
    background-color: var(--ch-white);
}

/* Signup CSS End */
/* Get inspired CSS Start */
.chef_recipes_sec {
    position: relative;
}

.chef_recipes_sec .left_animation {
    top: 0.694vw;
    z-index: 0;
}

.chef_recipes_sec .left_animation img {
    max-width: 22vw;
}

.chef_recipes_cont {
    padding: 8.611vw 0 8.403vw 0;
    background-color: var(--light-gray-bg);
}

.chef_recipes_title .cont_hdr_title {
    margin: 0 auto 2.083vw;
}

.cont_hdr_para {
    color: var(--dark-gray);
    text-align: center;
    font-family: 'Brandon_reg';
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-weight: 390;
    max-width: 54vw;
    margin: 0 auto;
}

.chef_recipes_cards {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 9.444vw 0 0 0;
    margin: 0;
}

.chef_recipes_card_itm {
    position: relative;
    width: 24.306vw;
    text-align: center;
    background-color: var(--ch-white);
    border-radius: 3.472vw 0;
    margin-right: 3.333vw;
}

/* .chef_profile {
    width: 12.5vw;
    height: 12.5vw;
    margin-top: -7vw;
    border-radius: 50%;
} */
.chef_profile img {
    width: 12.5vw;
    height: 12.5vw;
    margin-top: -7vw;
    border-radius: 50%;
}

.chef_recipes_card_itm:last-child {
    margin: 0;
}

.chef_emails p {
    margin: 1.250vw 0 1.736vw 0;
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--secondary-font-family-bold);
    ;
    font-size: 1.528vw;
    font-style: var(--font-style-normal);
    font-weight: 420;
    line-height: 1.806vw;
}

.chef_recipes_imgs {
    border-radius: 0.833vw;
}
.chef_recipes_imgs img{
    max-width: 100%;
    width:100%;
    height:100%;
}
.chef_recipes_card_title p {
    margin: 1.389vw 0 1.389vw 0;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
    text-align: center;
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
}

.card_edge_style {
    z-index: 0;
}

.card_edge_style::after {
    content: '';
    background-image: url('/sites/default/files/2023-07/cards_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -1.042vw;
    right: -1.042vw;
    z-index: -1;
    border-radius: 3.472vw 0;
}

.chef_recipes_card_itm_data {
    padding: 0 1.042vw 2.639vw 1.042vw;
    background-color: var(--ch-white);
    border-radius: 3.472vw 0;
    height: 100%;
}

/* Get inspired CSS End */
/* Share and Connect CSS Start  */
.share_connect_bg {
    background-image: url('/sites/default/files/webp_images/connect_share_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 29.167vw;
    height: 20.833vw;
    position: absolute;
    top: 2.431vw;
    right: 0;
}

.share_connect_sec {
    position: relative;
}

.share_connect_cont {
    padding: 8.819vw 0 0 0;
}

.share_connect_sld {
    margin-top: 8.125vw;
    margin-bottom: 7.431vw;
}

.share_connect_title .cont_hdr_title {
    margin: 0 auto 2.431vw;
    line-height: 1;
}

/* Need to remove in future start */
/*
.share_connect_sld_ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 80.347vw;
}
.share_connect_sld_ul li {
    margin: 0 0.694vw;
}
*/
/* Need to remove in future end */
/* Recipe Individual CSS START*/
.rcp_ind_breadcrum_nav .breadcrumb {
    margin: 0px;
}

.breadcrumb li {
    display: inline;
    color: var(--ch-dark-pink);
    margin-right: 0.5vw;
}

.breadcrumb li+li:before {
    padding: 8px 0px 8px 8px;
    color: var(--ch-blue);
    content: "/\00a0";
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.rcp_ind_sec {
    position: relative;
    background-color: var(--ch-light-pink);
}

.rcp_ind_breadcrum_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
}

.rcp_ind_cont_ani_rs {
    position: absolute;
    top: 50vw;
    right: 0;
    width: 21vw;
}

.rcp_ind_cont_ani_ls {
    position: absolute;
    top: 0vw;
    left: 0;
    width: 22vw;
    z-index: 0;
}
.rcp_ind_cont_ani_ls{
    top:2vw;
}

.rcp_ind_breadcrum_nav p {
    margin: 0 0.5vw 0 0;
}

.rcp_ind_breadcrum_nav P {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-medium);
}

.rcp_ind_breadcrum_nav li a {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
}

.rcp_ind_cont {
    padding: 4.167vw 9.931vw 9.028vw 9.583vw;
}

.rcp_ind_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5.903vw;
    position: relative;
}

.descriptive_card {
    background-color: var(--ch-blue);
    border-radius: 1.389vw;
    padding: 0 1.042vw 1.042vw 1.042vw;
}

.rcp_ind_ls {
    max-width: 31.944vw;
    width: 100%;
}

.rcp_ind_rs {
    max-width: 44.931vw;
    width: 100%;
}

.ingredients_card .descriptive_card_title,
.instructions_card .descriptive_card_title {
    color: #F5A1BA;
}

.descriptive_card_title {
    font-family: var(--secondary-font-family-bold);
    font-size: 2.361vw;
    font-style: italic;
    font-weight: 450;
    line-height: 3.056vw;
    margin: 0;
}

.descriptive_card_hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.389vw 1.389vw 1.736vw 1.389vw;
}

.descriptive_card_cont {
    background-color: var(--ch-white);
    border-radius: 0.694vw;
    padding: 1.042vw 0.694vw 1.042vw 1.389vw;
}

.descriptive_card_social {
    display: flex;
    align-items: center;
    margin: 0;
}

.social-center {
    justify-content: center;
    margin: 1vw 0vw;
}

.social-left {
    justify-content: start;
    margin: 1vw 0vw;
}

.social-center svg path {
    fill: var(--ch-blue);
}

.social-left svg path {
    fill: var(--ch-blue);
}

.descriptive_card_social li {
    margin-left: 0.556vw;
    position: relative;
}

.descriptive_card_social li .stButton {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
}

.descriptive_card_social svg {
    width: 1.944vw;
    height: 1.944vw;
}

.descriptive_card_btm {
    padding: 2.083vw 2.389vw 1.389vw 1.389vw;
}

.descriptive_card_btm_title {
    color: var(--ch-white);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    margin: 0;
}

.descriptive_card_btm_para {
    color: var(--ch-white);
    font-family: var(--secondary-font-family-light);
    font-size: 1.250vw;
    font-weight: 700;
    line-height: 2.083vw;
    margin: 0;
}

.recipe_cook_details {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 420;
    line-height: var(--line-height-normal);
    margin-bottom: 1.250vw;
}

.descriptive_card_data h5 {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    margin: 2vw 0 0 -1.889vw;
}

.instructions_card .descriptive_card_data h5 {
    margin: 2vw 0 0 0;
}

.descriptive_card_data ul {
    list-style: disc;
    padding-left: 20px;
}

.descriptive_card_data p,
.descriptive_card_data li {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0;
}

.descriptive_card_data li {
    text-transform: capitalize;
}

.descriptive_card_data li::marker {
    color: #dc3545;
}

.descriptive_card_data h5:first-child {
    margin: 0 0 0 -1.889vw;
}

.ingredients_card .descriptive_card_data {
    max-height: 31.25vw;
    overflow-y: auto;
    padding-right: 0.694vw;
    padding-left: 1.889vw;
    list-style: disc;
    /* list-style-position: inside; */
}

.instructions_card .descriptive_card_data {
    max-height: 57.4vw;
    overflow-y: auto;
    padding-right: 0.694vw;
}

.page-node-3291 .descriptive_card_data li::marker,
.page-node-3289 .descriptive_card_data li::marker {
    content: none !important;
}

.instructions_card .descriptive_card_data img {
    width: auto;
}

.descriptive_card_data::-webkit-scrollbar {
    width: 0.417vw;
}

.descriptive_card_data::-webkit-scrollbar-track {
    background-color: #B5ADA5;
    border-radius: 50px;
}

.descriptive_card_data::-webkit-scrollbar-thumb {
    background-color: var(--ch-dark-pink);
    border-radius: 50px;
}

.rate_recipe_card {
    margin-top: 3.125vw;
    background-color: var(--ch-white);
    border-radius: 1.389vw;
    padding: 0 1.042vw 1.042vw 1.042vw;
}

.rate_recipe_card_hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.389vw 1.389vw 1.736vw 1.389vw;
}

.rate_recipe_card .descriptive_card_title {
    color: var(--ch-blue);
}

.rate_recipe_card_sld img {
    border-radius: 50px 0;
    height: 24.306vw;
    object-fit: cover;
}

.rate_recipe_card_hdr_rs {
    display: flex;
    align-items: center;
    position: relative;
}

.rate_recipe_card_hdr_rs p.success-message {
    position: absolute;
    top: -5%;
    right: 0%;
    width: 100%;
    background: #fff;
    margin: 0;
    font-size: 1vw;
}

.rate_recipe_card_hdr_rs .stars i {
    font-size: 1vw;
}

.rate_recipe_card_hdr_rs button {
    margin-left: 0.694vw;
}

.transparent_pink_small_btn {
    background-color: transparent;
    border-radius: 1.111vw;
    padding: 0.347vw 1.25vw;
    color: var(--ch-dark-pink);
    font-family: var(--secondary-font-family-bold);
    ;
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    text-transform: uppercase;
    border: 1px solid var(--ch-dark-pink);
}

.transparent_pink_small_btn:hover {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
}

.rate_recipe_card_sld .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.667vw;
}

body .rate_recipe_card_sld button.owl-dot {
    background-color: #B5ADA5;
    width: 0.694vw;
    height: 0.694vw;
    border-radius: 100%;
    margin: 0 0.208vw;
}

.rate_recipe_card_sld button.owl-dot.active {
    background-color: var(--ch-dark-pink);
}

/* Recipe Individual CSS END*/

/* Influencer CSS START*/
.influencer_section {
    position: relative;
    overflow: hidden;
}

.influencer_bg_left {
    background-image: url('/sites/default/files/2023-08/influencer_bg_left.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 15.278vw;
    height: 32.847vw;
    position: absolute;
    bottom: 1vw;
    left: 0;
}

.influencer_bg_middle_right {
    background-image: url('/sites/default/files/2023-09/influencer_bg_middle_right.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 10.069vw;
    height: 30.278vw;
    position: absolute;
    top: 2.778vw;
    right: 0;
}

.influencer_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9.028vw 9.722vw 8.194vw 9.722vw;
}

.influencer_rs {
    width: 46.528vw;
}

.influencer_img {
    width: 27.778vw;
    height: 27.778vw;
    object-fit: cover;
    border-radius: 50%;
    object-position: top center;
}

.influencer_sub_title {
    color: var(--ch-dark-pink);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 420;
    line-height: var(--line-height-normal);
    margin: 0;
}

.influencer_main_title {
    color: var(--ch-blue);
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0.903vw 0 0.347vw 0;
}

.influencer_mail {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.528vw;
    font-style: var(--font-style-normal);
    font-weight: 420;
    line-height: 1.806vw;
    margin: 0;
}

.influencer_seperatore svg {
    width: 10.208vw;
    height: 2.569vw;

}

.influencer_seperatore {
    margin: 1.667vw 0 1.944vw 0;
}

.influencer_paragraph {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0 0 1.389vw 0;
}

.influencer_quote {
    color: var(--ch-dark-pink);
    font-family: var(--secondary-font-family-);
    font-size: 1.806vw;
    font-style: italic;
    font-weight: 390;
    line-height: var(--line-height-normal);
}

.influencer_ls:after {
    content: '';
    position: absolute;
    top: -1vw;
    right: -1vw;
    width: 100%;
    height: 100%;
    background: url('/sites/default/files/2023-08/profile_img_bg.png') no-repeat;
    background-size: contain;
    z-index: -1;
}

.influencer_ls {
    position: relative;
    z-index: 0;
}

/* Influencer CSS END*/
/* Brown Sugar CSS Start */
.brwn_sugar_layout {
    background: linear-gradient(180deg, #FAF4E7 0%, #FFF 100%);
}

.brwn_sugar_grid {
    margin-top: 4.236vw;
}

.brwn_sugar_layout_cont {
    position: relative;
    padding: 8.542vw 10.903vw 0 10.903vw;
}

.brwn_sugar_grid_row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5vw;
}

.brwn_sugar_grid_row:nth-child(even) {
    flex-direction: row-reverse;
}

.brwn_sugar_grid_row:nth-child(odd) {
    flex-direction: row-reverse;
}

.page-node-3028 .brwn_sugar_grid_row.brwn_sugar_grid_row.baking_grid_row:nth-child(odd) {
    flex-direction: row;
    gap: 40px;
}

.page-node-3028 .cntnt_otr_dtal .bk_inr_b:nth-child(even) {

    flex-direction: row-reverse;
    gap: 40px
}

.brwn_sugar_grid_row:nth-child(odd) .brwn_sugar_grid_img {
    margin: 0 2.778vw 0 0;
}

.brwn_sugar_grid_row:nth-child(even) .brwn_sugar_grid_img {
    margin: 0 0 0 2.778vw;
}

.brwn_sugar_grid_row:last-child {
    margin-bottom: 10.417vw;
}

.brwn_sugar_grid_txt {
    max-width: 70%;
    margin: 0 auto;
    flex: 1;
    padding-left: 0;
}

body .data-with-no-image .brwn_sugar_grid_txt {
    max-width: 100%;
    margin: 0;
    flex: unset;
    padding-left: 0;
}

.content_section .left_animation {
    display: none;
}

body .data-with-no-image {
    min-height: auto;
    margin: 0 auto;
}

.brwn_sugar_grid_txt ul {
    list-style: disc;
    padding-left: 20px;
}

.brwn_sugar_grid_txt li {
    font-size: 1.1vw;
}

.brwn_sugar_grid_txt li::marker {
    font-size: 1.528vw;
    color: var(--ch-blue);
    font-style: italic;
    font-family: var(--secondary-font-family-bold);
}

.brwn_sugar_grid_txt p {
    font-size: 1.25vw;
    font-weight: 390;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

.brwn_sugar_grid_txt p strong {
    color: var(--ch-blue)
}

.brwn_sugar_grid_txt iframe {
    width: 100%
}

.brwn_sugar_grid_img img {
    width: 100%;
    height: 20.833vw;
    object-fit: cover;
    border-radius: 40px 0;
    z-index: 1;
    position: relative;
}

.brwn_sugar_grid_img {
    position: relative;
}

.bk_inr_b .brwn_sugar_grid_img iframe {
    width: 38.194vw;
    height: 34.028vw;
    border-radius: 2.778vw 0;
    position: relative;
    z-index: 1;
}

.brwn_sugar_grid_img:after {
    content: '';
    position: absolute;
    background: url(/sites/default/files/2023-08/bs-ani-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 20.833vw;
    top: -1vw;
    right: -0.75vw;
    z-index: 0;
    border-radius: 3vw 0;
}

.sugar_grid_row div:nth-child(1) {
    margin-right: 2.778vw;
}

.brwn_sugar_bg_ls,
.brwn_sugar_bg_rs,
.brwn_sugar_bg_mid {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
}

.brwn_sugar_bg_ls {
    background-image: url('/sites/default/files/2023-08/bs-ani-1.png');
    width: 19.306vw;
    height: 49.167vw;
    top: 2vw;
    left: 0;
}

.brwn_sugar_bg_rs {
    background-image: url('/sites/default/files/2023-09/bs-ani-2.png');
    width: 19.306vw;
    height: 49.167vw;
    top: -19vw;
    right: 0;
    z-index: 1;
}

.brwn_sugar_bg_mid {
    background-image: url('/sites/default/files/2023-09/bs-ani-3.png');
    width: 17vw;
    height: 32.847vw;
    top: 105vw;
    right: 0;
}

/* Brown Sugar CSS End */
/* Our Story CSS */
.our_story_layout {
    background: linear-gradient(180deg, #ffeaf0 0%, #FFF 100%);
}

.our_begin_sec {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10.139vw 0 10.139vw;
    position: relative;
}

.our_begin_sec_text {
    max-width: 39.861vw;
    width: 100%;
    margin-top: 10.417vw;
}

.our_begin_sec img {
    width: 51.944vw;
}

.our_story_sec_one {
    padding-top: 2.778vw;
}

.our_begin_sec_bg {
    background-image: url('/sites/default/files/2023-07/our_story_flower.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 25vw;
    height: 50vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.our_begin_sec_image {
    z-index: 0;
}

.our_qulaity_sec {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10.903vw 0 10.208vw;
    position: relative;
}

.our_qulaity_sec_text {
    max-width: 39.861vw;
    width: 100%;
    margin-top: 4.167vw;
}

.our_qulaity_sec_text .sub_heading {
    max-width: 80%;
}

.our_qulaity_sec_image img {
    width: 37.778vw;
}

.our_qulaity_sec_image {
    margin-top: -13vw;
}

.our_story_sec_two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.083vw;
    margin-bottom: 4.167vw;
}

.our_story_sec_two_img img {
    width: 45.833vw;
}

.our_story_sec_two_txt {
    max-width: 39.861vw;
    width: 100%;
}

.our_story_sec_two_txt_row {
    margin-bottom: 4.167vw;
}

.our_story_sec_two_img {
    margin-right: 4.514vw;
}

.our_story_sec_two_bg {
    background-image: url('/sites/default/files/2023-07/our_story_second_section_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 21vw;
    height: 28vw;
    position: absolute;
    top: -17vw;
    right: 0;
    z-index: 0;
}

/* Our Story CSS End */
/* Footer CSS Start */
.site_footer {
    background-color: var(--ch-blue);
    padding-top: 3vw;
    position: relative;
}

svg.big_smile {
    margin-top: -1px;
}

.site_footer_cont {
    padding: 0 9.722vw 2.153vw 9.722vw;
}

.site_footer_cont ul {
    padding: 0;
    list-style: none;
    margin: 0.694vw 0 0;
}

.site_footer_cont a:hover {
    color: var(--ch-dark-pink);
}

.site_footer_col_one {
    width: 21.111vw;
    margin-top: -6.1vw;
}

.site_footer_col_two {
    width: auto;
}

.site_footer_col_three {
    width: auto;
}

.site_footer_col_four {
    width: auto;
}

.site_footer_row_one {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.site_social_share {
    display: flex;
}

.footer_subscribe_input {
    background-color: var(--ch-white);
    padding: 0.25vw 0.3vw 0.25vw 1.181vw;
    border-radius: 1.389vw;
    border: none;
    outline: none;
    width: 100%;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
}

.footer_subscribe_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_subscribe_input::placeholder {
    text-transform: var(--text-transform-capital);
}

.site_footer #edit-footer-policy-text p {
    font-family: var(--secondary-font-family-);
    font-weight: 390;
    font-size: 0.694vw;
    line-height: 0.903vw;
    color: #fff;
}

/* .site_footer div#edit-processed-text p {
    font-family: var(--secondary-font-family-);
    font-weight: 390;
    font-size: 0.694vw;
    line-height: 0.903vw;
    color: #fff;
} */
.site_footer form .form-actions {
    position: relative;
}

.desktop_show div:last-child {
    display: flex;
    position: relative;
    top: -1.7vw;
    left: 9.5vw;
    margin-bottom: -1.9vw;
}

.desktop_show div:last-child a {
    color: #fff;
    font-size: 0.833vw;
    line-height: 1.192vw;
    margin-right: 0.625vw;
}

.desktop_show div:last-child a:hover {
    color: var(--ch-dark-pink);
}

.footer_nav a {
    color: var(--ch-white);
    font-family: 'Brandon_reg';
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 420;
    line-height: 1.389vw;
    letter-spacing: 0.056vw;
    text-transform: var(--text-transform-uppercase);
}

.footer_nav_itm {
    margin-bottom: 0.694vw;
}

.footer_nav_itm:last-child {
    margin: 0;
}

.site_social_share {
    margin: 0.694vw 0 0 0;
}

.site_social_share_itm {
    margin-right: 0.764vw;
}

.site_social_share_itm:last-child {
    margin: 0;
}

.site_social_share_itm svg {
    width: 2.222vw;
    height: 2.222vw;
}

.footr_btm_bar_CTA {
    display: flex;
    align-items: center;
    margin: 2.778vw 0 0.903vw 0;
}

.site_footer_row_two {
    margin-top: 2.5vw;
}

.footr_btm_bar_CTA_itm a {
    color: var(--ch-white);
    font-family: var(--secondary-font-family-light);
    font-size: 1.111vw;
    line-height: 1.389vw;
    letter-spacing: 0.056vw;
}

.footr_btm_bar_CTA_itm:last-child {
    margin: 0;
}

.footr_btm_bar_CTA_itm {
    margin-right: 1.736vw;
    padding-bottom: 0.903vw;
    text-align: center;
}

.copy_right p {
    margin: 0;
    color: var(--ch-white);
    font-family: 'Brandon_thin';
    font-size: 0.972vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: 1.389vw;
    letter-spacing: 0.049vw;
    text-transform: var(--text-transform-uppercase);
}

.footer_btm_img {
    background: url('/sites/default/files/webp_images/footer_bg.webp') no-repeat;
    background-repeat: round;
    background-size: contain;
    background-attachment: fixed;
    background-position: top center;
    width: 100%;
    height: 4.175vw;
}

svg.small_smile {
    width: 37.431vw;
    margin: 0 auto;
}

.page-node-1826 svg.small_smile {
    margin: 0 auto;
    /*center the svg*/
}

.footer_smile {
    text-align: center;
}

.footer_smile:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='1439' height='106' viewBox='0 0 1439 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 3.23457e-06V106H1440V0C1272.06 38.2556 1011.97 62.8076 720 62.8076C428.034 62.8076 167.937 38.2556 0 3.23457e-06Z' fill='%2317458A'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 5vw;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -4.8vw;
    z-index: 0;
}

svg.big_smile {
    width: 100%;
    height: 100%;
    margin-bottom: 2.569vw;
}

/* Footer CSS End */
/* Recipe Page CSS Start */
/* Inner Secondary Sec CSS Start*/
.inner_secondary_sec {
    background: #FAF4E7;
    padding: 9.375vw 0 9.722vw;
    position: relative;
}

.inner_secondary_sec .right_animation {
    top: 0;
}

.inner_secondary_sec .right_animation img {
    max-width: 15.139vw;
}

.main_recipe_cont_content {
    max-width: 58.899vw;
    width: 100%;
    margin: 0 9.444vw 0 auto;
}

.recipe_cards_container {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 2.778vw;
    max-width: 100%;
    margin: auto;
}

.recipe_card {
    padding: 0.625vw 0.625vw 1.042vw 0;
    background: #fff;
    border-radius: 50px 0;
    list-style: none;
    width: 100%;
    max-width: 17.708vw;
}

.recipe_card_img {
    position: relative;
    margin-left: -0.625vw;
}

.recipe_card_img_hover {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 40px 0px;
    padding: 2.083vw 1.875vw;
    background: var(--ch-blue-light-bg);
}

.recipe_card:hover .recipe_card_img_hover {
    opacity: 1;
}

.recipe_card_img img {
    position: relative;
    border-radius: 40px 0px;
    min-height: 17.708vw;
    object-fit: cover;
}

.recipe_card_data {
    padding-left: 1.042vw;
}

.recipe_card_data h3 {
    margin: 0.694vw 0 0.486vw;
}

.recipe_card_data h3 a {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
}

.recipe_card_data p {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0;
    text-transform: capitalize;
}

.main_recipe .load_btn_sec {
    text-align: center;
    margin-top: 2.083vw;
}

/* Fliters CSS Start */
.sort_opt {
    margin-bottom: 1.389vw;
}

.sort_opt select {
    border-radius: 20px;
    background: var(--ch-white);
    border: 1px solid var(--ch-white);
    width: 100%;
    height: 2.778vw;
    display: flex;
    align-items: center;
    padding: 0.417vw 1.181vw;
    color: #646464;
    font-family: BRANDON_REG;
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    -webkit-appearance: none !important;
}

.filter_sec.leftpan {
    max-width: 18.403vw;
    float: left;
    width: 100%;
    position: relative;
    left: 9.722vw;
}

.accordions_sec {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.389vw;
}

.accordion_content {
    max-height: 0;
    padding: 0 0.589vw 0 1.389vw;
    transition: max-height ease .5s;
    overflow: hidden;
    background: var(--ch-white);
    transition: ease .5s;
}

.accordion.active .accordion_content {
    display: block;
    max-height: 19.203vw;
    transition: ease .5s;
    padding: 1.389vw 0.589vw 1.389vw 1.389vw;
}

.accordion_cnt_checks {
    max-height: 16.103vw;
    overflow-y: auto;
}

.accordion_cnt_checks::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-color: #B5ADA5;
}

.accordion_cnt_checks::-webkit-scrollbar {
    width: 0.417vw;
    background-color: #B5ADA5;
}

.accordion_cnt_checks::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #EE446C;
}

.descriptive_card_data {
    scrollbar-color: #DE3057 #B5ADA5;
    scrollbar-width: thin;
}

.accordion_btn .icon {
    font-size: 0.972vw;
    margin-left: 0;
    transition: transform 0.5s ease;
}

.accordion.active .icon i {
    transform: rotate(180deg);
}

.accordion_btn {
    color: var(--ch-white);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    margin: 0;
    cursor: pointer;
    padding: 0.972vw 1.667vw;
    background: var(--ch-blue);
    border-bottom: 1px solid var(--ch-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordions_sec {
    border-radius: 20px;
    overflow: hidden;
}

.accordion_cnt_checks label {
    display: flex;
    align-items: end;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: 1;
    margin-bottom: 1.209vw;
}

.accordion_cnt_checks label input {
    margin: 0 0.625vw 0 0;
    width: 1.111vw;
    height: 1.111vw;
    padding: 0;
}

.accordion {
    background: var(--ch-blue);
}

.accordion:last-child {
    padding: 20px;
}

.accordion:last-child .site_header_search_input {
    min-width: 100%;
}

.small_stayin {
    border-radius: 20px;
    background: var(--ch-dark-pink);
    padding: 1.181vw 1.458vw 2.778vw;
}

.small_stayin_content h6,
.small_stayin_content h4 {
    margin: 0 0 0.347vw;
    font-size: 1.458vw;
    font-weight: 450;
    color: var(--ch-white);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-bold);
}

.small_stayin_content p {
    font-size: 1.250vw;
    font-weight: 390;
    line-height: 1.389vw;
    margin: 0 0 1.042vw;
    color: var(--ch-white);
    font-style: var(--font-style-normal);
    font-family: var(--secondary-font-family-);
}

.small_stayin_content form input {
    margin: 0 0 0.694vw;
    background-color: var(--ch-white);
    padding: 0.625vw 0.347vw 0.625vw 1.181vw;
    border-radius: 1.389vw;
    border: none;
    outline: none;
    min-width: 100%;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 0.972vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-capital);
}

.small_stayin_content form input:nth-child(2) {
    margin: 0 0 1.389vw;
}

.main_recipe .left_animation {
    bottom: 5.556vw;
}

.main_recipe .left_animation img {
    max-width: 23.542vw;
}

/* More Recipe Section*/
main#content,
body .card_slider_sec,
body .card_slider_cards {
    padding: 0;
}

.card_slider_sec {
    background-color: var(--ch-light-pink);
}

.card_slider_hdr {
    margin-bottom: 4.514vw;
    padding: 7.847vw 9.903vw 0;
}

.card_slider_hdr .cont_hdr_title {
    margin: 0 auto;
}

.card_slider_container {
    padding: 0 9.903vw 6.944vw;
    position: relative;
}

.card_slider_container .slider_global {
    position: inherit;
}

.card_slider_card_itm a,
.card_slider_card_itm a:hover {
    text-decoration: none;
    color: var(--ch-blue);
}

.card_slider_title {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    margin: 1.042vw 0 0 0;
}

.card_slider_time {
    margin: 0;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-light);
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
}

.card_slider_card_img img {
    border-radius: 40px 0px;
    box-shadow: 15px -15px 0 0px #fff;
    object-fit: cover;
    max-height: 24.306vw;
    height: 24.306vw;
}

.card_slider_card_itm {
    width: 24.306vw;
}

.card_slider_cards.owl-carousel .owl-stage-outer {
    padding-top: 15px;
}

.card_slider_cards .owl-nav button.owl-prev {
    left: -5.556vw;
}

.card_slider_cards .owl-nav button.owl-next {
    right: -1.856vw;
}


/* Recipe Page CSS End */
/* Baking Tips Page CSS Start */
.baking_secondary .left_animation {
    bottom: 2.778vw;
}

.baking_secondary .left_animation img {
    max-width: 21.667vw;
}

.baking_secondary .right_animation {
    top: 1.736vw;
}

.baking_secondary .right_animation img {
    max-width: 20.556vw;
}

/* Baking Tips Page CSS End */
/* Ligh Brwon Sugar CSS Start */
.lbs_sec .left_animation {
    top: 11.458vw;
    left: -1.736vw;
}

.global_img_text {
    padding: 10.486vw 0 9.028vw;
}

.global_img_text_contnt {
    max-width: 80.556vw;
    display: flex;
    align-items: center;
    margin: auto;
}

.global_img_text .leftpan {
    max-width: 48.611vw;
    position: relative;
    margin-right: 5.972vw;
}

.global_img_text .leftpan img {
    max-width: 48.611vw;
    width: 100%;
    z-index: 1;
    position: relative;
    border-radius: 40px 0;
    height: 31.25vw;
    object-fit: contain;
}

.page-node-713 .global_img_text .leftpan img {
    max-width: 48.611vw;
    width: 100%;
    z-index: 1;
    position: relative;
    border-radius: 40px 0;
    height: 31.25vw;
    object-fit: cover !important;
}

.global_img_text .leftpan:after {
    position: absolute;
    content: '';
    top: -1vw;
    right: -1vw;
    background: url('/sites/default/files/2023-08/bs-ani-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 40px 0;
    z-index: 0;
}

.global_img_text .rightpan {
    max-width: 26.389vw;
}

.global_img_text_title {
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    font-family: var(--primary-font-family-);
    text-transform: var(--text-transform-capital);
    font-size: 3.333vw;
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0 0 0.694vw;
}

.global_img_text_detail {
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-weight: 390;
}

.page-node-713 .global_img_text_detail {
    margin-bottom: 1vw;
}

/* Ligh Brwon Sugar CSS End */
/* Product Main CSS Start */
.main_product_cont {
    background-color: var(--ch-light-pink);
    padding: 2.083vw 0 0 0;
}

.static_cards {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 6.944vw;
    border-bottom: 1px solid var(--ch-blue);
    margin: 0;
}

.page-node-19 .static_cards {
    display: flex;
    align-items: flex-start !important;
}

.page-node-19 .static_card_img {
    max-width: 26.042vw;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-node-19 .static_card_img img {
    width: auto;
    height: auto;
}

.static_card_hdr_title {
    color: var(--ch-blue);
    font-family: var(--primary-font-family-);
    text-align: center;
    font-size: 3.333vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: 3.472vw;
    MARGIN: 0;
}

.static_card_hdr {
    padding: 6.944vw 0 3.472vw 0;
    text-align: center;
}

.static_card_title {
    color: var(--ch-blue);
    text-align: center;

    font-family: var(--secondary-font-family-bold);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    margin: 0;
}

.static_card_data {
    margin: -2.5vw auto 0 auto;
    max-width: 17.361vw;
    min-height: 4vw;
}

.static_card_cont {
    padding: 0 9.722vw;
}

.site_pink_small_btn {
    font-style: var(--font-style-normal);
    background-color: var(--ch-dark-pink);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-bold);
    border-radius: 1.111vw;
    padding: 0.347vw 1.25vw;
    color: var(--white, #FFF);
    font-size: 1.042vw;
    font-weight: 450;
    text-transform: uppercase;
}

.site_pink_small_btn:hover {
    background-color: var(--ch-blue);
    color: var(--white, #FFF);

}

.absolute_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.static_card_itm {
    position: relative;
}

.static_card_img {
    max-width: 26.042vw;
}

.static_card_img img {
    width: 100%;
    height: auto;
}

.static_card_itm:hover .static_card_img img {
    opacity: 0.3;
}

.static_card_itm:hover .absolute_center {
    display: block
}

.static_card_ani {
    position: absolute;
}

.static_card_rt_ani .static_card_ani {
    width: 18.056vw;
    right: 0;
    top: -2vw;
}

.static_card_sec {
    position: relative;
    overflow: hidden;
}

.static_card_lb_ani .static_card_ani {
    width: 16.667vw;
    left: 0;
    bottom: 2vw;
}

.static_card_rm_ani .static_card_ani {
    width: 18.056vw;
    right: 0;
    top: 5vw;
}

.static_card_lm_ani .static_card_ani {
    width: 15vw;
    left: 0;
    top: 5vw;
}

/* Product Main CSS End */
/* Onilne Order CSS Start */
.cr_sec .right_animation {
    top: 6.250vw;
}

.cr_sec .right_animation img {
    max-width: 17.222vw;
}

.sp_sec .left_animation {
    top: 0;
}

.sp_sec .left_animation img {
    max-width: 16.528vw;
}

.sp_sec .single_product {
    padding-top: 1.736vw;
}

.store_sec_contnt {
    max-width: 67.014vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 9.028vw auto 8.681vw;
}

.store_sec_contnt .leftpan {
    max-width: 28.750vw;
}

.store_sec_contnt .rightpan {
    max-width: 33.056vw;
}

.store_sec_title {
    color: var(--ch-blue);
    font-family: var(--primary-font-family-);
    font-size: 7.639vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.store_sec_detail {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    margin: 0.694vw 0 0;
    max-width: 26.389vw;
}

.find_store_input {
    width: 100%;
    margin: 0 0 1.250vw;
    height: 2.778vw;
    border-radius: 20px;
    padding: 0.417vw 1.181vw;
    min-width: 32.917vw;
    border: 1px solid var(--dark-gray);
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}

.products {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    -webkit-appearance: none !important;
}

.find_store_input::placeholder {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}

/* Onilne Order CSS End */
/* Landing Page CSS Start */
.cont_hdr_sm_title {
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--primary-font-family-);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 1.806vw;
}

.cont_hdr_sm_detail {
    color: var(--dark-gray);
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 18px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    margin: 0 auto 3.194vw;
    max-width: 63.194vw;
}

.rg_sec .left_animation {
    top: 10.556vw;
}

.rg_sec .right_animation {
    top: 0
}

.node--type-landing-pages .view-recipe-product-tips-grid,
.node--type-landing-pages .view-video-section,
.node--type-landing-pages .view-general-promo-section,
.node--type-landing-pages .view-find-a-store {
    background-color: var(--ch-light-pink);
}

/* Landing Page CSS End */
/*Did You Know Layout Css start*/


.mobile-active {
    display: none;
}

.did_you_know_layout {
    overflow: hidden;
}

.did_you_know_banner_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.did_you_know_banner_data {
    position: absolute;
    top: 7.778vw;
    left: 50%;
    transform: translate(-50%, 0%);
}

.did_you_know_banner_cont {
    position: relative;
}

.did_you_know_banner_title {
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--primary-font-family-);
    font-size: 7.639vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

/*Did You Know Layout Css Start*/
.did_you_know_cont {
    padding: 8.889vw 9.722vw;
    background-color: var(--ch-light-pink-);
    position: relative;
}

.did_you_know_cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
}

.did_you_know_card_itm {
    width: 36.458vw;
    margin-bottom: 5.208vw;
}

.did_you_know_card_itm:last-child {
    margin: 0;
}

.did_you_know_card_title {
    color: var(--ch-blue);
    text-align: right;
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0;
}

.did_you_know_card_hdr {
    margin-bottom: 2.083vw;
    display: flex;
    align-items: center;
}

.did_you_know_grid::after {
    border: 1px solid var(--ch-blue);
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    z-index: 0;
}

.did_you_know_cards_ls .did_you_know_cols {
    margin-right: 2.778vw;
}

.did_you_know_cards_rs .did_you_know_cols {
    margin-left: 3.819vw;
}

.did_you_know_cards_ls .did_you_know_card_hdr {
    justify-content: flex-end;
}

.did_you_know_cards_rs .did_you_know_card_hdr {
    justify-content: flex-start;
}

.did_you_know_cards_ls .did_you_know_card_hdr::after {
    border: 1px solid var(--ch-blue);
    content: '';
    width: 2.083vw;
    margin-left: 0.694vw;
}

.did_you_know_cards_rs .did_you_know_card_hdr::before {
    border: 1px solid var(--ch-blue);
    content: '';
    width: 2.083vw;
    margin-right: 0.694vw;
}

.did_you_know_card_img {
    width: 36.458vw;
    border-radius: 2.778vw 0;
    margin-top: 1.042vw;
    margin-left: -1.042vw;
}

.did_you_know_card_cont {
    background-color: var(--ch-white);
    border-radius: 2.778vw 0;
    position: relative;
}

.did_you_know_card_data {
    padding: 1.181vw 1.528vw 2.361vw 1.389vw;
}

.did_you_know_card_sub_title p {
    margin: 0;
    color: var(--ch-dark-pink);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
}

.did_you_know_card_para p {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    margin: 0;
}

.did_you_know_card_informative p {
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.806vw;
    font-style: italic;
    font-weight: 390;
    line-height: normal;
    margin: 0;
}

.did_you_know_card_informative {
    max-width: 30.417vw;
    margin: 0 auto 0 4.028vw;
}

.did_you_know_grid {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.did_you_know_cards_rs {
    margin-top: 6.944vw;
}

/*Animation Work*/
.did_you_know_flowers {
    position: absolute;
    z-index: 1;
}

.did_you_know_ani1 {
    width: 15.889vw;
    right: 0;
    top: 0;
}

.did_you_know_ani2 {
    left: 0;
    top: 53vw;
    width: 15vw;
}

.did_you_know_ani3 {
    right: 0;
    top: 142vw;
    width: 15vw;
}

.did_you_know_ani4 {
    left: 0;
    top: 236vw;
    width: 16vw;
}

.did_you_know_ani5 {
    right: 0;
    bottom: 6vw;
    width: 20vw;
}

/*Did You Know Layout Css end*/
/*Common template CSS*/
.common_tempalte {
    background-color: var(--light-gray-bg);
    position: relative;
    overflow: hidden;
}

.common_tempalte_ani {
    position: absolute;
}

.common_tempalte_ani_rs {
    top: 0;
    right: 0;
    width: 20vw;
}

.common_tempalte_ani_ls {
    bottom: -10vw;
    left: 0;
    width: 20vw;
}

/*contact Page CSS Start*/
.contact_us_hdr .cont_hdr_title {
    margin: 0 auto;
}

.contact_us_hdr .cont_hdr_title a,
.contact_us_hdr .cont_hdr_title a:hover {
    color: var(--ch-blue);
}

.contact_us_sec {
    padding-top: 12.153vw;
    background: var(--light-gray-bg);
}

.page-node-53 .footer_smile .big_smile path {
    fill: #faf4e7;
}

.contact_us_form_cont {
    margin: 0 auto;
    max-width: 53.333vw;
    padding: 4.167vw 0 11.667vw 0;
}

.form_fields_half_col {
    width: 48%;
}

.form_fields_full_col {
    width: 100%;
}

.contact_us_form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.form_inputs,
select.form_inputs {
    width: 100%;
    background-color: var(--ch-white);
    border-radius: 1.389vw;
    border: none;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    padding: 0.556vw 2.5vw 0.556vw 1.181vw;
    outline-color: var(--ch-blue);
}

.site_form_fields {
    margin-bottom: 2.083vw;
}

textarea.form_inputs {
    min-height: 13.194vw;
    resize: none;
}

select.form_inputs {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M1 1L8 9L15 1' stroke='%23646464' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: 102% 50%;
    background-size: 12% 24%;
    background-repeat: no-repeat;
}

.contact_f1 {
    background-image: url('/sites/default/files/2023-09/contact-f1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20.972vw;
    height: 45.486vw;
    position: absolute;
    top: 2.431vw;
    right: 0;
}

.contact_f2 {
    background-image: url('/sites/default/files/2023-09/contact-f2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 18.542vw;
    height: 39.444vw;
    position: absolute;
    bottom: -10.417vw;
    left: 0;
}

/*contact Page CSS End*/
/*404 Page CSS Start*/
.search_404_hdr .cont_hdr_title {
    margin: 0 auto;
}

.search_404_sec {
    padding-top: 12.292vw;
}

.search_404_form_cont {
    margin: 0 auto;
    max-width: 53.333vw;
    padding: 2.431vw 0 9.167vw 0;
    text-align: center;
}

.search_404_form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cont_hdr_sub_para {
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--secondary-font-family-bold);
    font-size: 1.944vw;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin: 0;
}

.search_404_form form.seach_bar_form {
    position: relative;
}

.search_404_form_txt_one {
    margin-bottom: 2.778vw;
}

.search_404_form_txt_two {
    margin-bottom: 1.389vw;
}

.search_404_form input.site_header_search_input {
    min-width: 23.611vw;
}

.search_404_form_txt_three {
    margin: 3.819vw 0 2.083vw 0;
}

/*404 Page CSS End*/
/* Stores Near You CSS Start */
.store_near_you_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store_near_you_form_cont {
    margin: 0 auto;
    max-width: 53.333vw;
    padding: 3.333vw 0 2.778vw 0;
}

.store_near_you_hdr .cont_hdr_title {
    margin: auto;
}

.store_near_you_sec {
    padding-top: 9.722vw;
    min-height: 700px;
    position: relative;
}

.store_near_you_products {
    min-width: 27.778vw;
}

.store_near_you_zip_code {
    min-width: 16.181vw;
}

.store_near_you_form .site_form_fields {
    margin: 0 1.389vw 0 0;
}

.near_store_card {
    position: relative;
}

.near_store_card_data {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2.083vw 0;
    background-color: var(--ch-white);
    padding: 1.667vw 2.083vw;
    margin-top: 2.778vw;
    z-index: 1;
}

.near_store_card_title {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    margin: 0 0 0.8vw 0;
}

.near_store_card_ls p,
.near_store_card_ls a {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    margin: 0.5vw 0 0 0;
}

.near_store_card_ls a {
    text-decoration: underline;
    font-family: var(--secondary-font-family-bold);
}

.near_store_cards {
    padding: 1.528vw 0 7.639vw 0;
}

.site_small_btn {
    font-size: 1.042vw;
    padding: 0.347vw 1.250vw;
}

.near_store_card:after {
    content: '';
    position: absolute;
    top: -0.694vw;
    right: -0.694vw;
    width: 100%;
    height: 100%;
    background: url('/sites/default/files/2023-07/bg-general-min.png') no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 40px 0;
}

/* Stores Near You CSS End  */
/* loader CSS */
.loader-section {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.load-more {
    background: var(--ch-light-pink);
    color: var(--ch-blue);
    padding: 15px;
    min-width: 136px;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--ch-blue);
    border-color: var(--ch-blue) transparent var(--ch-blue) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* loader css end */
/* / Menu Planner A CSS Start / */
.global_tis_sec {
    padding: 0.694vw 0 8.333vw;
}

.global_tis_sec {
    position: relative;
}

.mp-right-fl {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('/sites/default/files/2023-10/mp-right-fl.png') no-repeat;
    background-size: cover;
    width: 16.806vw;
    height: 45.486vw;
}

.mp-left-fl {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/sites/default/files/2023-10/mp-left-fl.png') no-repeat;
    background-size: cover;
    width: 18.403vw;
    height: 49.236vw;
}

/* .global_tis_sec:nth-child(even):after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('/sites/default/files/2023-10/mp-right-fl.png') no-repeat;
    background-size: cover;
    width:16.806vw;
    height:45.486vw;
}
.global_tis_sec:nth-child(odd):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/sites/default/files/2023-10/mp-left-fl.png') no-repeat;
    background-size: cover;
    width:18.403vw;
    height:49.236vw;
} */
.global_tis_sec .global_img_text {
    padding: 6.944vw 0 0;
}

.menu_planner_content .social_share {
    margin: 4.167vw 0 0;
}

.tis_skip_social {
    max-width: 80.556vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--dark-gray);
    padding-bottom: 0.694vw;
}

.skip_to {
    display: flex;
    align-items: center;
}

.skip_to span {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.042vw;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

.skip_to ul {
    margin: 0;
    display: flex;
}

.skip_to ul li {
    margin: 0 7.5px 0;
}

.skip_to ul li a {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.042vw;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: uppercase;
}

.planner_recipe_slider {
    max-width: 80.903vw;
    margin: 5.278vw auto 0;
}

.planner_recipe_sec .slider_global .owl-nav button.owl-prev {
    left: -5.556vw;
}

.planner_recipe_sec .slider_global .owl-nav button.owl-next {
    right: -2.556vw;
}

.planner_recipe {
    max-width: 24.306vw;
    padding-top: 1.389vw;
}

.pr_img {
    position: relative;
    z-index: 1;
}

.pr_img img {
    z-index: 1;
    position: relative;
    border-radius: 50px 0px;
    min-height: 24.306vw;
    object-fit: cover;
    object-position: center;
}

.pr_img a::after {
    z-index: 0;
    top: -1.042vw;
    content: '';
    width: 100%;
    height: 100%;
    right: -1.042vw;
    position: absolute;
    background: url('/sites/default/files/2023-07/bg-general-min.png') no-repeat;
    background-size: cover;
    border-radius: 50px 0;
}

.pr_title,
.pr_title a {
    font-weight: 450;
    font-size: 1.528vw;
    font-style: italic;
    margin: 1.042vw 0 0;
    line-height: 2.083vw;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
}

.pr_time {
    margin: 0;
    font-weight: 390;
    font-size: 1.111vw;
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

.planner_recipe .custom-check-box input {
    margin-right: 0.556vw;
    width: 0.972vw;
    height: 0.972vw;
}

.planner_recipe .custom-check-box label {
    color: var(--ch-blue);
    font-size: 1.250vw;
    text-transform: capitalize;
    margin: 0.694vw 0 0;
    font-family: var(--secondary-font-family-);
    font-weight: 450;
}

.finish_sec {
    padding: 8.333vw 0 5.556vw
}

.finish_sec_contnt {
    margin: auto;
    text-align: center;
    max-width: 53.75vw;
}

.finish_sec_title {
    font-weight: 400;
    font-size: 3.333vw;
    margin: 0 0 0.694vw;
    line-height: 3.472vw;
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    font-family: var(--primary-font-family-);
    text-transform: var(--text-transform-capital);
}

.finish_sec_detail {
    font-weight: 390;
    font-size: 1.250vw;
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

/* / Menu Planner A CSS End / */
/* / Menu Planner B CSS Start / */
.social_share {
    margin: 2.083vw 0 12vw 0;
}

.social_share .tis_skip_social {
    padding: 0;
    border: none;
}

.menu_sec {
    padding: 7.639vw 0;
}

.menu_sec_details {
    margin: auto;
    text-align: center;
    max-width: 71.875vw;
    padding: 0 0 1.389vw;
}

.menu_sec_title {
    margin: 0 0 0;
    font-weight: 400;
    font-size: 7.639vw;
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--primary-font-family-);
}

.menu_sec_detail {
    font-weight: 390;
    font-size: 1.250vw;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

/* / Menu Planner B CSS End / */
/* / Thank You CSS Start / */
.thankyou_title {
    margin: 0;
    font-weight: 400;
    text-align: center;
    font-size: 7.639vw;
    color: var(--ch-white);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--primary-font-family-);
}

/* / Thank You CSS End / */
/* / Cookies CSS Start / */
.cookie_sec {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    position: fixed;
}

.cookie_sec.show {
    display: block;
}

.cookie_sec_contnt {
    margin: auto;
    display: flex;
    position: relative;
    align-items: center;
    max-width: 47.639vw;
    background: var(--ch-blue);
    justify-content: space-between;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0 5px 40px #00000059;
    padding: 2.222vw 6.250vw 2.917vw 2.431vw;
}

.close_btn {
    top: 1.389vw;
    right: 1.667vw;
    cursor: pointer;
    position: absolute;
}

.cookie_sec_img {
    margin-right: 1.458vw;
}

.cookie_detail_title {
    margin: 0;
    font-weight: 390;
    font-size: 1.250vw;
    color: var(--ch-white);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

.cookie_sec_btns {
    display: flex;
    margin-top: 1.042vw;
}

.cookie_detail .cookie_sec_btns a {
    font-weight: 450;
    margin: 0 0.556vw;
    text-align: center;
    font-size: 1.042vw;
    border-radius: 50px;
    color: var(--ch-white);
    padding: 0.556vw 1.250vw;
    background: var(--ch-dark-pink);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-bold);
}

body .cookie_detail .cookie_sec_btns a {
    color: var(--ch-white);
}

.cookie_detail .cookie_sec_btns a:hover {
    color: var(--ch-dark-pink);
    background: var(--ch-white);
}

.cookie_sec_btns a:first-child {
    margin-left: 0;
}

/* Article Page CSS Start*/
.bg-gradient {
    background: linear-gradient(180deg, #FAF4E7 0%, #FFF 100%);
}

.article_sub_heading_title {
    font-size: 2.361vw;
    font-weight: 450;
    font-style: italic;
    line-height: 3.056vw;
    margin: 0 0 1.042vw 0;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
}

.article_content p {
    margin: 0;
    font-weight: 390;
    font-size: 1.250vw;
    margin-bottom: 20px;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

.article_container .article_content .article_columns img {
    height: auto;
    width: auto;
    margin-bottom: 1.083vw;
}

.article_columns {
    margin-top: 2.083vw;
}

.article_columns .article_grid_img {
    width: 38.194vw;
    height: 30.278vw;
    float: right;
    margin-left: 3.125vw;
    margin-bottom: 2.431vw;
}

.article_columns ol {
    list-style: numaric;
    padding-left: 1.736vw;
}

.article_columns ol li {
    font-size: 1.250vw;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
    margin: 1.736vw 0;
}

.article_content {
    padding-top: 2.583vw;
    padding-bottom: 4.583vw;
    /* border-bottom: 1px solid var(--ch-blue); */
}

.article_content a {
    color: var(--ch-blue) !important;
    text-decoration: underline !important;
}

.article_container {
    padding: 0 9.722vw;
}

.article_template_hdr {
    padding: 10.208vw 0 1.514vw 0;
}

.article_template_hdr .cont_hdr_title {
    margin: 0;
    text-align: left;
}

.article_form {
    margin: 6.25vw auto;
    max-width: 53.333vw;
}

.article_form .site_form_btns .site_pink_btn {
    margin-right: 1.042vw;
}

.form_inputs,
select.form_inputs {
    border: 1px solid #646464;
}

.article_form_sec {
    position: relative;
}

.article_form_rs_ani {
    position: absolute;
    top: 0;
    right: -9.722vw;
    width: 18vw;
}

.article_template_rs_ani {
    position: absolute;
    top: -3vw;
    right: -2vw;
    width: 16vw;
}

.article_template {
    position: relative;
    overflow: hidden;
}

.article-comments-section {
    background-color: var(--ch-white);
}

.article-comments-section {
    max-width: 53.333vw;
    margin: 6.250vw auto;
}

.article-comments-section .comment {
    max-width: 100%;
    width: 100%;
}

.article-comments-section .views-field-title .field-content a {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
    font-size: 3.333vw;
    line-height: normal;
}

.article-comments-section .comment__content .card-title a {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
    font-size: 1.389vw;
}

.article-comments-section .comment__content .card-title {
    margin: 0;
}

.article-comments-section .comment__content .field--name-comment-body p {
    color: var(--ch-gray);
    margin: 0.694vw 0 0;
}

.article-comments-section .comment__content .comment-reply a {
    color: var(--ch-white);
    border-radius: 16px;
    background: var(--ch-blue);
    padding: 0.347vw 1.25vw;
    font-family: 'Brandon_med';
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
}

.article-comments-section .card-body {
    padding: 1.389vw;
}

.article-comments-section .comment__content .comment-reply {
    margin: 1.389vw 0 0;
}

.article-comments-section .comment__content .card-body:last-child {
    padding-top: 0;
}

.article-comments-section .comment__content:after,
.article-comments-section .comment__content:before {
    display: none
}

.article-comments-section .comment__content {
    border: 1px solid #B5ADA5;
    border-radius: 40px 0;
    width: 100%;
}

.comment-comment-form {
    margin: 6.250vw auto;
    max-width: 80%;
}

.comment-comment-form .form-control {
    border-radius: 20px;
    border: 1px solid #B5ADA5;
}

.comment-comment-form label {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 0 0 0.556vw;
}

.comment-comment-form button {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
    text-decoration: none;
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    padding: 0.764vw 1.875vw;
    border-radius: 1.667vw;
    border: none;
    display: inline-block;
    margin: 0 1.042vw 0 0;
}

.comment-comment-form button:hover {
    background-color: var(--ch-blue);
}

.views-field.views-field-created,
.views-field.views-field-subject,
.views-field.views-field-comment-count {
    display: inline-block;
    padding: 0 0.694vw;
}

.comment__meta {
    margin: 0.694vw;
}

.comment__meta .comment__author {
    font-size: 1.250vw;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
}

.article-comments-section .views-field-title .field-content {
    margin-bottom: 1.389vw;
    display: block;
}

/* Article Page CSS END */
/* / Thank You CSS Start / */
.thankyou_title {
    margin: 0;
    font-weight: 400;
    text-align: center;
    font-size: 7.639vw;
    color: var(--ch-white);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--primary-font-family-);
}

/* / Thank You CSS End / */
/*contact Page CSS Start*/
.contact_us_sec {
    padding-top: 12.153vw;
    position: relative;
}

.contact_us_form_cont {
    margin: 0 auto;
    max-width: 53.333vw;
    padding: 4.167vw 0 11.667vw 0;
}

.form_fields_half_col {
    width: 48%;
}

.form_fields_full_col {
    width: 100%;
}

.contact_us_form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.form_inputs,
select.form_inputs {
    width: 100%;
    background-color: var(--ch-white);
    border-radius: 1.389vw;
    border: none;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    padding: 0.556vw 1.181vw;
    outline-color: var(--ch-blue);
}

.site_form_fields {
    margin-bottom: 2.083vw;
}

textarea.form_inputs {
    min-height: 13.194vw;
    resize: none;
}

select.form_inputs {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M1 1L8 9L15 1' stroke='%23646464' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: 102% 50%;
    background-size: 12% 24%;
    background-repeat: no-repeat;
}

/*contact Page CSS End*/
/* Newsletters Popup CSS Start */
.site_popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 103%;
    height: 103%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup_cont {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: var(--ch-white);
    margin: auto;
    max-width: 66.667vw;
    width: 100%;
    border-radius: 2.778vw 0;
    overflow: hidden;
}

.popup_close {
    position: absolute;
    right: 1.389vw;
    top: 1.181vw;
    background: no-repeat;
    border: none;
    cursor: pointer;
}

.popup_close svg {
    width: 1.667vw;
    height: 1.667vw;
}

.popup_cont_img {
    max-width: 21.528vw;
}

.popup_cont_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 33%;
}

.popup_content {
    padding: 3.472vw 2.917vw 3.889vw 3.958vw;
    /* padding: 3.472vw 2.917vw 1vw 3.958vw; */
    text-align: center;
    background-color: #ffeaf0;
}

.popup_title {
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0;
}

.popup_sep svg {
    width: 9.375vw;
    height: 2.569vw;
    margin: auto;
}

.popup_sub_para {
    color: var(--ch-blue);
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    margin: 0 0 1.736vw;
}

.popup_sep {
    margin: 0.694vw 0 0.694vw 0;
}

.popup_form_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.popup_form {
    margin-top: 2.083vw;
}

.popup_form_fields input,
.popup_form_fields select {
    border: 1px solid #B5ADA5;
}

.popup_form_captcha {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.popup_form_captcha_ls,
.popup_form_captcha_rs {
    width: 48%;
}

.popup_form_captcha_rs p {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 390;
    line-height: 1.111vw;
    margin: 0;
    text-align: left;
}

.popup_content .site_form_btns {
    margin-top: 1.736vw;
}

.popup_form_fields button {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
    text-decoration: none;
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    padding: 0.764vw 1.875vw;
    border-radius: 1.667vw;
    display: inline-block;
    border: none;
    position: relative;
    top: 3vw;
    left: -70%
}

.popup_form_fields button:hover {
    background-color: var(--ch-blue);
}

/* New popup edited */
/* Main container for the form */
div#site_popup .popup_form_fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto;
}

div#site_popup .site_form_fields {
    width: 100%;
    box-sizing: border-box;
}

div#site_popup .popup_form_fields .site_form_fields:nth-child(1) {
    grid-column: 1;
}

div#site_popup .popup_form_fields .site_form_fields:nth-child(2) {
    grid-column: 2;
}

div#site_popup .popup_form_fields .site_form_fields:nth-child(3) {
    grid-column: 1;
    width: 100%;
}

div#site_popup .popup_form_fields .site_form_fields:nth-child(4) {
    grid-column: 2;
    width: 100%;
}

div#site_popup .popup_form_fields .site_form_fields:nth-child(5) {
    grid-column: 2;
    width: 100%;
}

div#site_popup .popup_form_fields .site_form_fields:nth-child(4) {
    margin-bottom: 20px;
}

div#site_popup .popup_form_fields fieldset {
    grid-column: 2;
    width: 100%;
}

div#site_popup .popup_form_fields .site_footer form .form-actions {
    grid-column: 2;
}

div#site_popup div#edit-processed-text {
    grid-row: 3 / 9;
    font-size: 0.85vw;
    color: #646060;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
    font-family: 'Brandon_reg', sans-serif;
}

div#site_popup div#edit-processed-text strong {
    font-weight: 700;
    color: #17458A;
}

div#site_popup .captcha__description {
    display: none;
}

div#site_popup label.captcha__title.js-form-required.form-required {
    display: none;
}

div#site_popup .g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
}

div#site_popup div#edit-processed-text-01-mbl {
    display: none;
}

div#site_popup select.form_inputs {
    background-position: 95% 50%;
}

/* Keep the calendar icon visible and hide the default date format */
/* div#site_popup input#edit-birthday::-webkit-datetime-edit {
    visibility:hidden;
    opacity:0;
    color:transparent;
}
input#edit-birthday::before {
    content: "Birthday";
    position:absolute;
} */
div#site_popup input#edit-birthday:focus {
    color: #646464;
}

div#site_popup .rc-anchor-pt {
    display: none;
}

/* Mobile responsiveness: Stack fields vertically */
@media (max-width: 768px) {
    div#site_popup .popup_form_fields {
        display: flex;
    }

    .popup_form_fields .site_form_fields {
        width: 100%;
    }

    .popup_form_fields .site_form_fields:nth-child(5) {
        grid-column: span 1;
    }

    div#site_popup input#edit-birthday {
        display: block;
    }

    div#site_popup div#edit-processed-text {
        display: none;
    }

    div#site_popup div#edit-processed-text-01-mbl {
        font-size: 10px;
        text-align: center;
        display: block;
        color: #646060;
        font-style: normal;
        font-weight: 300;
        margin-bottom: 10px !important;
        font-family: 'Brandon_reg';

    }

    div#site_popup div#edit-processed-text-01-mbl strong {
        font-weight: 700;
        color: #17458A;
        line-height: 28px !important;
        font-family: 'Brandon_reg';
    }

    div#site_popup select.form_inputs {
        background-position: 102% 50%;
    }
}

/* end new popup edited */
/* Newsletters Popup CSS End */
/* / Cookies CSS End / */

/* Contact US A CSS Start*/
.promo_section {
    position: relative;
}

.promo_cont {
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 65.278vw;
    padding: 9.028vw 0 8.194vw;
    justify-content: space-between;
}

.promo_rs {
    width: 30.556vw;
}

.promo_img {
    height: 27.778vw;
    width: 27.778vw;
    border-radius: 50%;
    object-fit: cover;
}

.promo_interst_title {
    font-weight: 400;
    font-size: 3.333vw;
    max-width: 24.653vw;
    line-height: 3.472vw;
    color: var(--ch-blue);
    margin: 0.903vw 0 0.347vw 0;
    font-style: var(--font-style-normal);
    font-family: var(--primary-font-family-);
}

.promo_interst {
    font-weight: 390;
    font-size: 1.250vw;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

.promo_bg_middle_right {
    right: 0;
    top: 2.778vw;
    width: 19.028vw;
    height: 39.444vw;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/sites/default/files/2023-10/contact_promo_flower.png');
}

.promo_seperatore svg {
    width: 10.208vw;
    height: 2.569vw;
}

.promo_seperatore {
    margin: 1.667vw 0 1.944vw 0;
}

.promo_ls:after {
    top: -1vw;
    z-index: -1;
    content: '';
    right: -1vw;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('/sites/default/files/2023-10/profile_img_bg.png') no-repeat;
    background-size: contain;
}

.promo_ls {
    position: relative;
}

.inquires_sec {
    padding: 9.028vw 0;
    background: #FAF4E7;
}

.inquires_row1 {
    margin-bottom: 7.639vw;
}

.inquires_sec .left_animation img {
    max-width: 25.347vw;
    height: 39.444vw
}

.inquires_contnt .cont_hdr_sm_title {
    margin: 0 0 3.056vw;
}

.inquires_cards {
    margin: auto;
    gap: 3.472vw;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    list-style: none;
    max-width: 80.764vw;
    justify-content: center;
}

.inquires_card {
    width: 100%;
    max-width: 30%;
    list-style: none;
}

.inquires_itm_img {
    position: relative;
    border-radius: 40px 0px;
}

.inquires_itm_img img {
    z-index: 1;
    position: relative;
    border-radius: 40px 0px;
}

.inquires_itm_img_hover {
    top: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    padding: 1.389vw;
    position: absolute;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 3.472vw 0px;
    background: var(--ch-blue-light-bg);
}

.inquires_itm_img_hover h6 {
    font-weight: 450;
    text-align: center;
    font-size: 2.361vw;
    font-style: italic;
    margin: 0 0 1.528vw;
    line-height: 3.056vw;
    color: var(--ch-white);
    font-family: var(--secondary-font-family-bold);
}

.inquires_itm_img_hover a {
    font-weight: 450;
    font-size: 1.042vw;
    border-radius: 16px;
    padding: 0.347vw 1.25vw;
    font-family: 'Brandon_med';
    color: var(--ch-dark-pink);
    background: var(--ch-white);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
}

.inquires_itm_img_hover a:hover {
    color: var(--ch-white);
    background: var(--ch-dark-pink);
}

.inquires_itm_data h6,
.inquires_itm_data h6 a {
    margin: 0;
    font-weight: 450;
    font-size: 1.528vw;
    font-style: italic;
    line-height: 2.083vw;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
}

.inquires_itm_data {
    margin-top: 0.833vw;
}

.inquires_itm_img:after {
    top: -1vw;
    z-index: 0;
    right: -1vw;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: url('/sites/default/files/2023-09/single_pr_bg.png') no-repeat;
    background-size: contain;
}

.inquires_itm_img:hover .inquires_itm_img_hover {
    opacity: 1;
}

fieldset:nth-child(2n+1) {
    margin: 0 !important;
}

fieldset legend {
    margin: 0;
}

fieldset span.fieldset-legend {
    font-weight: 400;
    font-size: 1.944vw;
    text-align: center;
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--primary-font-family-);
}

label.form-check-label,
.fieldset-wrapper div {
    font-weight: 390;
    font-size: 0.972vw;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

.site_form_btns {
    margin-top: 1.389vw;
}

/* Contact US A CSS End*/
/* / Baking Inner CSS Start / */
.banner_sec .tis_skip_social {
    border: none;
    padding-bottom: 2.778vw;
}

.content_section {
    position: relative;
    background: linear-gradient(180deg, #FCE7ED 0%, #FFF 100%);
}

.content_section .left_animation {
    top: 11.736vw;
}

.content_section .left_animation img {
    width: 18.75vw;
    height: 49.167vw;
}

.baking_grid_row {
    min-height: 30vw;
    margin: 0 auto 4vw;
    max-width: 80.417vw;
}

.brwn_sugar_grid_img iframe {
    z-index: 1;
    width: 100%;
    height: 30vw;
    position: relative;
    border-radius: 2vw 0;
}

.baking_grid_row .brwn_sugar_grid_img {
    flex: 1;
}

.brwn_sub_heading_title {
    margin: 0 0 1vw;
    font-weight: 450;
    font-size: 2.361vw;
    font-style: italic;
    line-height: 3.056vw;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
}

h3.brwn_sub_heading_title {
    font-size: 1.75vw;
}

.cntnt_otr_dtal {
    z-index: 1;
    margin: auto;
    position: relative;
    max-width: 80.417vw;
    padding-bottom: 4.583vw;
    border-bottom: 1px solid #17458A;
}

.cntnt_otr_dtal ul {
    margin-top: 0;
    list-style: disc;
    padding-left: 1.736vw;
}

.cntnt_otr_dtal ol {
    list-style: numaric;
    padding-left: 1.736vw;
}

.cntnt_otr_dtal ul li,
.cntnt_otr_dtal ol li {
    font-weight: 390;
    font-size: 1.250vw;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
    margin: 10px 0;
}

/* Correct afterwards /*
/* .cntnt_otr_dtal ol >li {
    font-weight: 450;
    font-size: 1.528vw;
    font-style: italic;
    margin: 1.736vw 0 0;
    line-height: 2.083vw;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
} */
.cntnt_otr_dtal ul li a,
.cntnt_otr_dtal ol li a,
.brwn_sugar_grid_txt ul li a,
.brwn_sugar_grid_txt ul li strong {
    color: var(--ch-blue);
}

.cntnt_otr_dtal ol li {
    margin: 1.736vw 0;
}

.cntnt_otr_dtal p {
    font-weight: 390;
    font-size: 1.250vw;
    margin: 0 0 1.042vw;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-);
}

.cntnt_otr_dtal p a {
    color: var(--ch-blue);
}

.cntnt_otr_dtal p a:hover {
    text-decoration: underline;
}

.brwn_sub_hd_title_sub,
.cntnt_otr_dtal h6,
.content_section h6 {
    font-weight: 450;
    font-size: 1.528vw;
    font-style: italic;
    margin: 1.736vw 0 0;
    line-height: 2.083vw;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-bold);
}

.category_box {
    padding: 4.167vw 0 6.111vw;
}

.category_box p {
    margin: 0;
    font-weight: 420;
    text-align: center;
    font-size: 1.111vw;
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-bold);
}

.category_box span {
    font-weight: 390;
    text-align: center;
    font-size: 1.111vw;
    color: var(--ch-blue);
    text-transform: capitalize;
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-medium);
}

/* / Baking Inner CSS End / */
.aos-animate {
    pointer-events: none;
}

/* / Baking Inner B CSS Start / */
.bk_inr_b {
    margin-top: 2.083vw;
    display: flex;
    align-items: center;
}

.bk_inr_b .show-title-ds {
    flex: 1;
}

.cntnt_otr_dtal .show-title-ds img {
    max-width: 550px;
    text-align: center;
    margin: 1vw auto 2vw;
    /* width: 100%; */
    width: auto;
    display: block;
}

.bk_inr_b .brwn_sugar_grid_img {
    flex: 1;
    order: 2;
    width: 38.194vw;
    margin-left: 2vw;
    height: 20.833vw;
    margin-bottom: 2.431vw;
}

.baking_tips_otr_first_img {
    margin: 0 0 0 2vw !important;
    width: 38.194vw;
    height: 20.833vw;
}

/* / Baking Inner B CSS End / */
/** PDP CSS START **/
.PDP_Section {
    overflow: hidden;
    position: relative;
    background-color: var(--ch-light-pink);
}

.PDP_cont_hdr_title {
    max-width: 85%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 7.639vw;
    text-align: center;
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--primary-font-family-);
}

.PDP_cont_hdr {
    margin: 9.028vw 0 4.861vw 0;
}

.PDP_cont_columns {
    display: flex;
    justify-content: center;
    padding-bottom: 7.639vw;
    border-bottom: 1px solid #18468B;
}

.PDP_cont {
    padding: 0 9.722vw;
}

.PDP_cont_slider {
    width: 50%;
}

.PDP_cont_data {
    width: 50%;
}

.PDP_cont_data_titles {
    display: flex;
    align-items: center;
}

.PDP_cont_data_title a {
    margin: 0;
    font-weight: 450;
    font-size: 1.944vw;
    font-style: normal;
    line-height: normal;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-bold);
}

.PDP_cont_data_title a.tab_btn.active {
    color: var(--ch-dark-pink);
}

.divider {
    width: 0.069vw;
    display: block;
    height: 2.153vw;
    margin: 0 1.042vw;
    background-color: var(--dark-gray);
}

.PDP_cont_data_para p {
    margin: 0;
    font-size: 1.250vw;
    font-style: normal;
    line-height: normal;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
}

.PDP_cont_data_para {
    margin: 1.667vw 0 1.389vw 0;
}

.PDP_cont_data_btns .site_pink_btn {
    margin-right: 1.389vw;
}

.PDP_cont_data_imgs {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 2.917vw 0 0 0;
}

.PDP_cont_data_imgs li {
    margin-right: 1.389vw;
}

.PDP_cont_data_imgs li img {
    height: 100%;
    width: auto;
    max-height: 3.333vw;
    min-height: 3.333vw;
}

/*PDP slider CSS Start*/
#big {
    width: 21.667vw;
    margin: 0 0 0 4.861vw;
    min-height: 30vw;
    display: flex;
}

#big img,
#big iframe {
    width: 100%;
    position: relative;
    transform: translate(0px, -50%);
    top: 50%;
    height: auto;
}

#big iframe {
    height: 30vh;
}

div#thumbs .owl-stage {
    display: flex;
    flex-direction: column;
    transform: unset !important;
    max-width: 6.944vw !important;
}

.PDP_cont_slider_container {
    width: 100%;
    display: flex;
    align-items: center;
}

#thumbs {
    order: -1;
    max-width: 6.944vw;
}

#thumbs .item {
    display: flex;
    width: 6.944vw;
    height: 6.944vw;
    align-items: center;
    margin-bottom: 1.042vw;
    justify-content: center;
    padding: 1vw;
    border: 1px solid #B5ADA5;
}

#thumbs .item img {
    /* height: 100%;
    width: 2.778vw;
    object-fit: cover; */
    margin: 0 auto;
    height: auto;
}

#thumbs .owl-item {
    max-width: 6.944vw !important;
}

#big .owl-dots {
    margin-top: -6.556vw;
}

#big .owl-theme .owl-dots .owl-dot span {
    background-color: #B5ADA5;
}

#big .owl-dots .owl-dot.active span {
    background-color: #DE3057;
}

.global_img_text .find_store_input {
    min-width: 100%;
}

.nutrition_fact_images {
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.nutrition_fact_images li {
    margin-right: 1vw;
}

.PDP_cont_slider_container .item {
    position: relative;
    width: 100%;
}

.PDP_cont_slider_container .slider_dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
    display: flex;
    justify-content: center;
}

.PDP_cont_slider_container .s_dot {
    width: 10px;
    height: 10px;
    background: #B5ADA5;
    border-radius: 50%;
    margin: 0 2px;
}

.PDP_cont_slider_container .s_dot.active {
    background: #DE3057;
}

.fh_sec_fl {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/sites/default/files/2023-10/pdp_smp_fl.png') no-repeat;
    background-size: cover;
    width: 13.194vw;
    height: 32.639vw;
}

.pdp_main_fl {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/sites/default/files/2023-10/pdp_main_fl.png') no-repeat;
    background-size: cover;
    width: 14.653vw;
    height: 38.264vw;
}

.pdp_main_btm_fl {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('/sites/default/files/2023-10/pdp_main_btm_fl.png') no-repeat;
    background-size: cover;
    width: 10.069vw;
    height: 26.389vw;
}

/** PDP CSS END **/
/* Filterd Recipe Section */
.pager {
    display: none;
}

.load-more {
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    min-width: 136px;
    border-radius: 3px;
    color: var(--ch-dark-pink);
    background: var(--ch-light-pink);
}

/* End Filtered Recipe Section */
/*Search Result General */
.Search_hdr .cont_hdr_title {
    margin: 0;
}

.Search_sec {
    padding-top: 9.722vw;
}

.Search_form_cont {
    max-width: 31.944vw;
    margin: 2.083vw auto 0 auto;
}

.Search_form_cont input {
    width: 100%;
}

.search_secondary_sec {
    margin-top: 5.208vw;
}

.search_secondary_cont {
    padding: 0 9.453vw 5.556vw 10.2vw;
}

.search_tempalte_ani_rs {
    top: -4vw;
    right: 0;
    width: 17vw;
}

.search_tempalte_ani_ls {
    bottom: -2vw;
    left: 0;
    width: 20vw;
}

.search_result .load_btn_sec {
    text-align: center;
    margin-top: 2.222vw;
}

.search_tabs ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.tab_btn {
    color: #B5ADA5;
    text-align: center;
    font-family: var(--secondary-font-family-medium);
    font-size: 1.944vw;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    padding: 0.139vw 0 0.694vw 0;
    min-width: 14.792vw;
    display: block;
}

.search_tabs ul li {
    margin-right: 10.556vw;
    z-index: 0;
}

.search_tabs ul li:last-child {
    margin: 0;
}

.search_tabs {
    margin-bottom: 4.722vw;
}

.tab_btn.active {
    color: var(--ch-blue);
    border-bottom: 0.417vw solid var(--ch-dark-pink);
}

.search_tabs ul:before {
    content: '';
    width: 100%;
    height: 0.417vw;
    background-color: #B5ADA5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.single_product_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single_product_container .single_product.item {
    padding: 0;
    margin: 0 3.264vw 4.514vw 0;
}

.Search_form_cont {
    max-width: 70%;
    display: flex;
    align-items: end;
}

.new-serch-filter-cont {
    display: flex;
    width: 66.666%;
}

.new-serch-filter-cont .new-serch-filter-ls,
.new-serch-filter-cont .new-serch-filter-rs {
    width: 100%;
    padding: 0 15px;
}

.seach_bar_form {
    position: relative;
}

.search_primary_cont .Search_form_cont .site_header_search input {
    box-shadow: 0 0 5px #cccccc8c;
}

.new-serch-filter-cont select {
    border-radius: 1.389vw;
}

.new-serch-filter-cont label {
    margin-bottom: 5px;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
    font-size: 14px;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
}

/*Search Result General End */

/* Selected Recipes Menu Planner */
.thanks_giving {
    background-color: #f2e8d8;
    padding: 100px 0px;
}

.thanks_giving .container-box {
    max-width: 87.083vw;
    margin: 0 auto;
}

.thank_mesg h1 {
    color: var(--ch-blue);
    font-size: 5.208vw;
    letter-spacing: -0.208vw;
    line-height: 5.469vw;
    font-family: var(--primary-font-family-);
    margin-bottom: 2vw;
    text-align: center;
}

.thank_mesg p {
    font-family: var(--secondary-font-family-);
    max-width: 43.75vw;
    margin: auto;
    color: var(--ch-blue);
    font-size: 1.563vw;
    line-height: 1.823vw;
    text-align: center;
}

.menu-grid-sec {
    margin: 5.208vw 0 10vw;
}

.menu-grid-sec .container-box {
    margin: 0 auto;
    max-width: 53.646vw;
}

.box_grid_vertical {
    margin-top: 6.25vw;
}

.box_grid_vertical h1 {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 1.979vw;
    line-height: 1.823vw;
    text-transform: uppercase;
}

.menu-grid-sec .line_seperator {
    width: 100%;
    background: var(--ch-blue);
    height: 0.052vw;
    margin: 1.042vw 0px;
}

.box_inside {
    margin: 3.125vw 0px;
    clear: both;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.box_inside .vertical_left {
    width: 50%;
    padding-right: 1.302vw;
    text-align: right;
}

.box_inside .vertical_right {
    width: 50%;
    padding: 0px 6.25vw 0 1.302vw;
}

.box_inside .vertical_left img {
    border-radius: 50%;
    width: 11.719vw;
    height: 11.719vw;
}

.box_inside .vertical_right h3 {
    font-size: 1.458vw;
    font-style: italic;
    color: var(--ch-blue);
    font-weight: 400;
    letter-spacing: 0.052vw;
    margin-bottom: 0.781vw;
    font-family: var(--primary-font-family-);
    max-width: 15.625vw;
}

.box_inside .vertical_right p {
    font-size: 0.833vw;
    color: #646464;
    margin: 1.042vw 0;
    font-family: var(--secondary-font-family-);
    line-height: 1.146vw;
}

.box_inside a {
    font-size: 0.833vw;
    /* color: var(--ch-blue); */
    text-transform: uppercase;
}

.edit_menu {
    position: fixed;
    transform: rotate(-90deg);
    left: -3.993vw;
    top: 45%;
    padding: 0 0.521vw 0.521vw 0.521vw;
    cursor: pointer;
    width: 11.458vw;
    display: flex;
    justify-content: center;
    z-index: 999;
}

.edit_menu p {
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    padding: 0.521vw 2.604vw 0.921vw 0.625vw;
    position: relative;
    background: #f3426d;
    font-family: var(--secondary-font-family-);
}

.edit_menu img {
    max-width: 1.563vw;
    transform: rotate(90deg);
    position: absolute;
    top: 0.417vw;
    right: 0.521vw;
}

#mobileMenuPlanner {
    display: none;
}

/* End Selected Recipes Menu Planner */


/* Recipe Star Rating */
.stars i {
    color: #e6e6e6;
    font-size: 35px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.stars i.active {
    color: #ff9c1a;
}

/* Hero Section Stars */
.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    margin-bottom: 20px;
}

.stars-outer::before {
    content: "\f006 \f006 \f006 \f006 \f006";
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #f8ce0b;
}

/* End Hero Section Stars */

/* End Recipe Star Rating */
/* Text and Link CSS Start */
.rld-text-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 72.917vw;
    margin: auto;
    padding: 6.944vw 0;
}

.rld-text-left {
    max-width: 44.097vw;
    margin-right: 4.167vw;
}

.rld-text-wrap h2 {
    font-size: 2.639vw;
    text-align: left;
    color: var(--ch-blue);
    margin: 0 auto 2.083vw;
    letter-spacing: 0.03125rem;
    font-family: var(--primary-font-family-);
}

.rld-text-wrap h3 {
    margin: 1.389vw auto;
    border-bottom: 2px solid var(--ch-blue);
    padding: 0 0 2px;
}

.rld-text-wrap h3 a {
    font-size: 1.667vw;
    text-align: left;
    color: var(--ch-blue);
    letter-spacing: 0.03125rem;
    font-family: var(--primary-font-family-);
}

.rld-text-wrap p {
    font-size: 1.250vw;
    line-height: normal;
    letter-spacing: 0;
    color: var(--dark-gray);
    margin: 0 auto 2.083vw;
    font-family: var(--secondary-font-family-);
}

.rld-text-wrap a {
    color: var(--ch-blue);
    text-decoration: underline;
}

.rld-text-wrap ul {
    list-style: none;
    padding: 0;
}

.rld-text-wrap ul li {
    margin: 0 0 0.833vw;
}

.rld-text-wrap ul li a {
    font-size: 1.111vw;
    line-height: normal;
    text-decoration: none;
    position: relative;
}

/* .rld-text-left ul li a::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f019";
    margin-right: 5px;
} */
/* Text and Link CSS End */
/* Big image recipe grid start*/
.pro_sec {
    padding: 6.944vw 0;
    background: var(--ch-light-pink);
}

.pro_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80.764vw;
    margin: auto;
}

.pro_grid .pro_left {
    width: 100%;
    max-width: 70%;
    margin-right: 5%;
}

.pro_details {
    max-width: 30%;
    width: 100%;
}

.pro_grid .pro_left img {
    width: 100%;
    border-radius: 40px 0px;
    box-shadow: 15px -15px 0 0px #fff;
    height: 24.306vw;
    object-fit: cover;
}

.pro_details h3 {
    color: var(--ch-blue);
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0.903vw 0 2.347vw 0;
}

.pro_details h5 {
    color: var(--ch-dark-pink);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 420;
    line-height: var(--line-height-normal);
    margin: 0;
}

.pro_itm {
    list-style: none;
    width: 100%;
    max-width: 30%;
}

.pro_itm_img {
    position: relative;
    border-radius: 40px 0px;
}

.pro_itm_img img {
    border-radius: 40px 0px;
    box-shadow: 15px -15px 0 0px #fff;
    width: 100%;
    height: 24.306vw;
    object-fit: cover;
}

.pro_container {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3.472vw;
    max-width: 80.764vw;
    margin: 3.472vw auto 0;
}

.pro_itm_data h5 {
    color: var(--ch-dark-pink);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.111vw;
    font-style: var(--font-style-normal);
    font-weight: 420;
    line-height: var(--line-height-normal);
    margin: 0.887vw 0 00.378vw;
}

.pro_itm_data h6 {
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.528vw;
    font-style: italic;
    font-weight: 450;
    line-height: 2.083vw;
    margin: 0 0 1.042vw;
}

.pro_itm_data a {
    border-radius: 40px;
    background-color: var(--ch-dark-pink);
    padding: 0.347vw 1.25vw;
    color: var(--ch-white);
    font-family: var(--secondary-font-family-medium);
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
}

.pro_itm_data a:hover {
    background-color: var(--ch-blue);
}

/* Big image recipe grid end*/

/*Recipe and Product Grid CSS Start */
.image-grid-wrapper {
    clear: both;
    width: 100%;
    max-width: 83.333vw;
    margin: 4.167vw auto
}

.image-tiny img {
    height: 100%
}

.image-tiny .element>div {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.image-tiny .element_sectionfive {
    height: 10.139vw;
    position: relative;
    width: 100%
}

.image-tiny1 img {
    height: 100%;
    object-fit: cover;
}

.image-tiny1 .element>div {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.image-tiny1 .element_sectionfour {
    height: 10.139vw;
    position: relative;
    width: 100%
}

.image-section {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.33%
}

.image-section img {
    height: 100%;
    object-fit: cover;
}

.image-section .element_sectionone {
    height: 20.833vw;
    position: relative
}

.image-section .element_sectiontwo {
    height: 20.833vw;
    position: relative
}

.image-section>a>img.imgcontainer {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-section .element>div {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.image-section .element_sectionthree {
    height: 41.944vw;
    position: relative
}

.inner-wrapper-first {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.inner-wrapper-first>.image-section>a.element_sectionone {
    margin-top: 0
}

.inner-wrapper-first>.image-section>a.element_sectionthree {
    margin-top: 0
}

.inner-wrapper-first a {
    margin: .125rem;
    overflow: hidden;
    height: 20.833vw;
    position: relative;
    margin-top: 0;
}

.inner-wrapper-first h1 {
    padding: .9375rem;
    font-size: 2.5vw;
    margin-top: 0;
    color: #fff;
    text-align: center
}

.inner-wrapper-second a {
    margin: .125rem;
    overflow: hidden
}

.inner-wrapper-second .image-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    height: 20.833vw;
    float: left
}

.inner-wrapper-second .image-section .element_sectionone {
    height: 20.833vw;
    position: relative
}

.inner-wrapper-second .image-section .element_sectionone h1 {
    padding: .9375rem;
    font-size: 1.875rem;
    margin-top: 0;
    color: #fff;
    text-align: center
}

.inner-wrapper-second .image-tiny {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20.7%;
    height: 10.417vw;
    float: left
}

.inner-wrapper-second .image-tiny .element_sectionfive h1 {
    font-size: 2.5vw;
    padding: .3125rem;
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-family: var(--primary-font-family-)
}

.inner-wrapper-second .image-tiny1 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 46%;
    height: 10.417vw;
    float: left
}

.inner-wrapper-second .image-tiny1 .element_sectionfour h1 {
    font-size: 2.5vw;
    padding: .3125rem;
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-family: var(--primary-font-family-)
}

.ctatitle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
    background: rgb(0 0 0/42%)
}

.ctatitleposition {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.element:hover .ctatitle-wrapper {
    opacity: .8
}

.image-section .ctatitle-wrapper .ctatitleposition h1 {
    font-family: var(--primary-font-family-)
}

/*Recipe and Product Grid CSS End */

/*Recipe Grid new CSS Start */

.category-title {
    letter-spacing: 0;
    color: #0032A0;
    font-size: 7.639vw;
    line-height: 1.3;
    text-align: center;
    font-family: var(--primary-font-family-);
    margin: 4.167vw auto 2.083vw;
    max-width: 80%
}

.category-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 72.917vw;
    margin: auto;
    width: 100%;
}

.single-tp-ca-box {
    max-width: 15.972vw;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0.3125rem 0.9375rem;
    margin-bottom: 1.389vw;
}

.single-tp-ca-box img {
    width: 13.889vw;
    height: 13.889vw;
    object-fit: cover;
    border-radius: 40px 0;
}

.single-tp-ca-box h5 {
    color: #0032A0;
    font-size: 1.125rem;
    margin: 0.625rem auto 0;
    text-align: center;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
    font-family: var(--secondary-font-family-medium);
}

/* Recipe Grid new CSS End */

/* General Promo Section CSS Start */
.cp-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cp-wrapper .corporate-left,
.cp-wrapper .corporate-right {
    width: 50%;
}

.cp-wrapper .corporate-left img,
.cp-wrapper .corporate-right img {
    width: 100%;
}

.cp-details {
    max-width: 80%;
    margin: auto;
}

.cp-wrapper h2 {
    font-size: 2.639vw;
    text-align: left;
    color: var(--ch-blue);
    margin: 0 auto 2.083vw;
    letter-spacing: 0.03125rem;
    font-family: var(--primary-font-family-);
}

.cp-wrapper p {
    font-size: 1.250vw;
    line-height: normal;
    letter-spacing: 0;
    color: var(--dark-gray);
    margin: 0 auto 2.083vw;
    font-family: var(--secondary-font-family-);
}

/* Conversion Calculator */
.substitute_sec {
    padding: 6.944vw 0;
}

.substitute_sec .cont_hdr_title {
    margin: 0 auto 3.472vw;
}

.substitute_grid {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80.903vw;
    margin: auto;
}

.substitute_left,
.substitute_right {
    width: 50%;
}

.substitute_left {
    padding-right: 2.778vw;
}

.substitute_left p {
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-light);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 390;
    line-height: var(--line-height-normal);
    margin: 1.042vw 0;
}

.inpage_social {
    margin: 0;
    display: flex;
}

.inpage_social li {
    margin: 0 5px 0 0;
}

.inpage_social li svg path {
    fill: #17458a;
}

.conversion_calculator {
    background-color: var(--ch-dark-pink);
    border-radius: 1.736vw;
    padding: 1.736vw;
}

.conversion_calculator h5 {
    color: var(--ch-white);
    font-family: var(--primary-font-family-);
    font-size: 3.333vw;
    font-style: var(--font-style-normal);
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0 0 1.736vw;
}

.calculator {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.select_value select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.05rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 1.389vw;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calculator span {
    color: var(--ch-white);
    font-size: 2.778vw;
    margin: 0 0.694vw;
}

.substitute_right {
    position: relative;
}

.substitute_right:after {
    content: '';
    position: absolute;
    top: -1.389vw;
    right: -1.389vw;
    width: 100%;
    height: 100%;
    background: url('/sites/default/files/2023-07/bg-general-min.png') no-repeat;
    z-index: -1;
    background-size: cover;
    border-radius: 2.778vw 0;
}

.substitute_right img {
    border-radius: 2.778vw 0;
}

.measurement-chart-block {
    background-color: var(--ch-blue);
    padding: 4.167vw 0;
}

.measurement_grid h5 {
    color: var(--ch-white);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--primary-font-family-);
    text-align: center;
    font-size: 7.639vw;
    font-weight: 400;
    margin: 0 0 0;
}

.measurement_tabs_content .content_details {
    display: none;
}

.measurement_tabs_content .active-tab-content {
    display: block;
}

.detail_head {
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.042vw 1.042vw 0;
    background: #fff;
    margin-bottom: -1.389vw;
    min-height: 6.944vw;
    border-radius: 1.042vw 1.042vw 0 0;
}

.print-logo svg path {
    fill: var(--ch-blue);
}

.content_details {
    background: #fff;
    border-radius: 0 0 1.042vw 1.042vw;
    width: 60%;
    padding: 0 1.042vw 1.042vw;
    margin: 0 auto;
}

.print_div_chart li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 390;
    font-size: 1.250vw;
    color: var(--ch-blue);
    font-family: var(--secondary-font-family-);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
}

.print_div_chart li:nth-child(even) {
    color: var(--ch-dark-pink);
}

.print_div_chart li span {
    display: block;
    padding: 0.556vw;
    text-align: center !important;
}

.print_div_chart li span:first-child {
    text-align: right;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.print_div_chart li span:nth-child(2) {
    text-align: center;
    width: 90px;
    font-size: 1.375rem;
    letter-spacing: .125rem;
}

.print_div_chart li span:last-child {
    text-align: left;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.measurement_tabs_btns {
    display: flex;
    justify-content: center;
    max-width: 60%;
    margin: 4.167vw auto 2.083vw;
}

.measurement_tabs_btns li {
    cursor: pointer
}

.measurement_tabs_btns li div {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
    text-decoration: none;
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    padding: 0.764vw 1.875vw;
    border-radius: 1.667vw;
    display: inline-block;
    margin: 0 0.347vw;
}

.measurement_tabs_btns li.active-tab div,
.measurement_tabs_btns li:hover div {
    background-color: var(--ch-white);
    color: var(--ch-blue);
}

/* End Conversion Calculator */
/* Extra CSS Start */
.brwn_sugar_grid_txt table thead tr th h3 {
    color: #fff;
    margin: 0;
}

.brwn_sugar_grid_txt table thead tr th h3 img {
    max-width: 2.778vw;
}

.brwn_sugar_grid_txt table thead tr th {
    background: var(--ch-blue);
}

.brwn_sugar_grid_txt tbody tr:nth-child(even),
.brwn_sugar_grid_txt tbody tr:nth-child(even) td {
    background: var(--light-gray-bg);
}

.rcp_ind_mobile .rate_recipe_card {
    display: none;
}

.inner-banner-hero,
.inner-banner-hero .banner_data_box {
    position: relative;
    transform: translate(0);
}

.descriptive_card_btm_para ul {
    list-style: disc;
    padding-left: 10px;
}

.banner_sec_bg img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_sec_bg.item .mobile-img {
    display: none;
}

/** Start article page form **/
.node--type-article article .comment__meta {
    display: none;
}

.node--type-article .comment {
    display: none;
}

.node--type-article .comment-comment-form {
    width: 90%;
    margin: 0 auto 10vw;
    max-width: 50vw;
}

/** End article page form **/
.brwn_sugar_grid_txt ol li::marker {
    font-size: 1.528vw;
}

ol.frost-cake-steps li::marker {
    font-size: 1.1vw;
}

.video_card_cont {
    position: relative;
    padding: 6.25vw 0;
    max-width: 80%;
    margin: auto;
    z-index: 9;
}

.video_card_hdr {
    margin-bottom: 2.083vw;
}

.video_card_container iframe {
    width: 100%;
    height: 37.500vw;
}

/* .page-node-3317 section#related-recipes-section {
   background: linear-gradient(180deg,#FAF4E7 0%,#FFF 100%)
} */

.page-node-3317 .video_card_container iframe {
    width: 100%;
    height: 42.5vw;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
    box-shadow: 15px -15px 0 0px #fff;
}

/* .page-node-3317 section#related-recipes-section {
   background: linear-gradient(180deg,#FAF4E7 0%,#FFF 100%)
} */

.page-node-3317 .brwn_sugar_bg_rs {
    background-image: url(/sites/default/files/2023-09/bs-ani-2.png);
    width: 17.306vw;
    height: 40.167vw;
    top: 37vw;
    right: -1px;
    z-index: 0;
}

.page-node-3317 .brwn_sugar_grid_row {
    margin-bottom: 8vw;
}

/* .page-node-3317 .brwn_sugar_bg_rs_bakers_page {
    background-image: url(/sites/default/files/2023-09/bs-ani-2.png);
    width: 17.306vw;
    height: 40.167vw;
    top: 37vw;
    right: -1px;
    z-index: 1;
} */
/* .page-node-3317 .brwn_sugar_grid_img:after {
    content: '';
    position: absolute;
    background: url(/sites/default/files/2023-08/bs-ani-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 20.833vw;
    top: -1vw;
    right: -0.75vw;
    z-index: 0; 
    border-radius: 3vw 0;
}
.page-node-3317 .brwn_sugar_grid_img img { 
    z-index: 4;
} */
/* .page-node-3317 .sub_para p img{
    width:auto !important;
} */
.page-node-3317 .brwn_sugar_grid_txt img {
    width: 10.208vw;
    height: 2.569vw;
}

.page-node-3317 .brwn_sugar_grid_img img {
    width: 48vw;
    max-width: 100%;
    /* height: 27.833vw; */
    height: 30vw;
}

.page-node-3317 .brwn_sugar_grid_txt {
    max-width: 31%;
    margin: unset;
}

.page-node-3317 .brwn_sugar_grid_row {
    justify-content: start;
    gap: 2vw;
}

.page-node-3317 .brwn_sugar_grid_img:after {
    height: 27.833vw;
}

/* .page-node-3317  .cards_container .card_itm:first-child, .page-node-3317 .cards_container .card_itm:last-child {
    max-width: 64%;
    width: 100%;
} */
.page-node-3317 .view-video-section,
.page-node-3317 .hero-banner-section,
.page-node-3317 section.brwn_sugar_layout,
.page-node-3317 section#related-recipes-section {
    background: #FAF4E7 !important;
}

.page-node-3317 .cards_container .card_itm:last-child {
    max-width: 64%;
    float: right;
    width: 100%;
}

.page-node-3317 .brwn_sugar_bg_mid {
    background-image: unset !important;
}

.page-node-3317 .cont_hdr_detail {
    max-width: 60%;
}

.page-node-3317 .brwn_sugar_bg_rs_bakers_page {
    background-image: url(/sites/default/files/2023-09/bs-ani-2.png);
    width: 24vw;
    height: 36vw;
    position: absolute;
    top: 4vw;
    right: -1vw;
    z-index: 1;
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
}

.page-node-3317 .brwn_sugar_bg_ls {
    background-image: url(/sites/default/files/2025-04/ch-sec-flower%20%281%29.png);
    width: 19.306vw;
    height: 43.167vw;
    top: 0vw;
    left: -2vw;
}

.page-node-3317 section#related-recipes-section {
    position: relative;
}

.video_card_cont .cont_hdr_para p {
    color: var(--dark-gray);
    text-align: center;
    font-family: 'Brandon_reg';
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-weight: 390;
    max-width: 54vw;
    margin: 1.389vw auto 1.389vw;
}

.node--type-home .fh_sec_fl {
    display: none;
}

.site_form_fields label {
    text-align: left;
    display: block;
    margin: 0 0 0.347vw;
    font-size: 0.972vw;
    color: var(--ch-blue);
    font-weight: 600;
}

.products_images_section {
    display: none;
}

.popup_form_fields .site_form_fields label {
    display: none;
}

/* Chicory CSS */


/* Chicory CSS */

.chicory-order-ingredients button {
    background-color: var(--ch-transparent-bg);
    border-radius: 1.111vw;
    padding: 0.347vw 1.25vw;
    color: var(--ch-white);
    font-family: var(--secondary-font-family-bold);
    font-size: 1.042vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    text-transform: var(--text-transform-uppercase);
    border: 0.069vw solid var(--ch-white);
}

.chicory-button-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.chicory-button-container a {
    position: absolute;
    bottom: -1.5vw;
}

.chicory-order-ingredients button:hover {
    background-color: var(--ch-dark-pink);
    color: var(--ch-white);
}

/* Extra CSS End */


/* Zipper Bag section */
.zipper-bags {
    background: var(--ch-light-pink-);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.zipper-bags.fourth_sec .left_animation img {
    max-width: 12vw;
    width: 100%;
}

.zipper-bags.fourth_sec .right_animation {
    max-width: 12vw;
    top: auto;
    bottom: 0;
}

.logo-zipper img {
    max-width: 14vw;
    margin-top: 1.75vw;
    max-height: 68px;
}

.zipper-col {
    display: flex;
    align-items: center;
    padding: 2vw 9.722vw;
}

.zipper_sec_cont {
    padding: 8.889vw 0 7.431vw;
}

.zipper-left {
    flex: 0 0 50%;
    padding-right: 1vw;
}

.zipper-left img {
    width: 100%;
    height: auto;
}

.page-node-993 .zipper-left img {
    width: 100%;
    height: 24.31vw;
    object-fit: contain;
}

.page-node-993 .zipper-right h2 {
    font-size: 2.5vw;
    font-weight: 700;
    font-family: 'Rodfat-One', sans-serif !important;
}

.zipper-right {
    flex: 0 0 50%;
    padding-left: 1vw;
}

.zipper-left .zipper-right p {
    color: var(--dark-gray);
    margin-bottom: 1vw;
    font-family: 'Brandon_reg';
    font-size: 1.250vw;
}

.page-node-993 .zipper-right p {
    font-size: 1.250vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--dark-gray);
    font-family: var(--secondary-font-family-);
}

.zipper-right ul li,
.zipper-right ul li stong {
    color: var(--dark-gray);
    margin-bottom: 0.25vw;
    font-family: 'Brandon_reg';
    font-size: 1.250vw;
}

.zipper-right ul {
    list-style-type: disc;
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.zipper-right h3 {
    color: #de3057;
    margin-top: 1.5vw;
    font-weight: 900;
    font-family: 'Brandon_bld';
    font-size: 1.75vw;
}

.zipper-right ul li stong {
    font-family: 'Brandon_bld';
}

.button-row {
    display: flex;
    gap: 1vw;
}

.button-row a {
    text-transform: uppercase;
}

.zipper-btn a {
    color: var(--ch-white);
    background-color: var(--ch-dark-pink);
    text-decoration: none;
    text-align: center;
    font-family: var(--secondary-font-family-);
    font-size: 1.250vw;
    font-style: var(--font-style-normal);
    font-weight: 450;
    line-height: var(--line-height-normal);
    padding: 0.764vw 1.875vw;
    border-radius: 1.667vw;
    display: inline-block;
}

.zipper-btn a:hover {
    background-color: var(--ch-blue);
}

/* End Zipper Bag Section */

/* .site_footer_col_two ul.footer_nav li:nth-of-type(1),
    .site_footer_col_two ul.footer_nav li:nth-of-type(2) {
        display: inline-block;  
    }
    .site_footer_col_two ul.footer_nav li:nth-child(1)::after {
        content: ' & '; 
        color:#fff;
        font-size: 1.111vw;
}
    .site_footer_col_two ul.footer_nav li:nth-child(2)::before {
        content: ' ';  
} */
.user-logged-in footer .captcha-admin-links {
    display: none;
}

.user-logged-in footer .desktop_show div:last-child {
    margin-bottom: 0;
}

/* Media Quires CSS Start */
@media only screen and (min-width: 1920px) {
    .banner_data_box_social ul li svg {
        width: 2.222vw !important;
        height: 2.222vw !important;
    }

    .banner_data_box_social ul li,
    .banner_data_box_social_blue ul li {
        min-width: 2.778vw;
    }
}

@media only screen and (min-width: 1025px) {
    .contact_us_form_cont .form-check {
        padding-left: 1.2vw;
    }

    .contact_us_form_cont .form-check-input {
        width: 0.833vw;
        height: 0.833vw;
        margin: 0.3vw 0vw 0 -1.3vw !important;
    }

    /* .static_card_itm {
        min-width: 26.042vw;
    } */
    .desktop_show {
        display: block;
    }

    /* .site_footer form .form-actions {
        margin-bottom: 0 !important;
        width: 100%;
    } */
    .site_footer form .js-form-item {
        margin-bottom: 0.972vw !important;
    }

    .footer_logo svg {
        width: 8.681vw;
        margin-bottom: 2.083vw;
    }

    /* Signup CSS */
    .signup_data_box {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='681' height='681' viewBox='0 0 681 681' fill='none'%3E%3Cmask id='mask0_32_11513' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='681' height='681'%3E%3Ccircle opacity='0.9' cx='340.5' cy='340.5' r='340.5' fill='%2317458A'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_32_11513)'%3E%3Crect y='78' width='681' height='523' fill='%2317458A'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 110% 140%;
        background-position: center center;
        clip-path: circle(51.4% at 50% 50%);
    }

    .desktop-hide {
        display: none !important;
    }

    .site_footer_col_two,
    .site_footer_col_three,
    .site_footer_col_four,
    .site_footer_col_five {
        padding: 3vw 0 0 0;
    }

    .site_footer_cont {
        padding: 0 9.722vw 2.153vw 9.722vw;
    }

    .page-node-3317 .secondary_sec .right_animation {
        top: 65%;
    }

    .page-node-19 .static_card_data {
        margin: -1.5vw auto 0 auto;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .page-node-11 .our_begin_sec img {
        width: 51.944vw;
        height: auto;
    }

    .page-node-11 .our_qulaity_sec_image img {
        width: 37.778vw;
        height: auto;
    }
}

@media only screen and (min-width: 769px) {
    .calculator {
        justify-content: space-between;
    }

    .packaging-grid .did_you_know_cards_rs {
        margin-top: 34vw;
    }

    .packaging-grid .did_you_know_card_itm {
        margin-bottom: 34vw;
    }


}

@media only screen and (min-width: 768px) {
    .site_footer form .form-actions {
        margin-bottom: 0 !important;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .contact_us_cont {
        max-width: 500px;
        margin: 0 auto;
        position: relative;
    }

    #addtocartbutton {
        min-width: fit-content !important;
        font-size: 13px !important;
    }

    /* Signup CSS */
    .signup_data_box_title h4,
    .signup_data_box_title h5 {
        font-size: 48px;
        line-height: 50px;
    }

    .signup_data_box_title {
        margin-bottom: 10px;
    }

    .signup_data_box_sep svg {
        width: 147px;
        height: 37px;
    }
    .signup_data_box_sep img.divider-signup{
         width: 147px;
        height: 37px;
    }

    .page-node-3317 .brwn_sugar_grid_txt img {
        width: 147px;
        height: 37px;
    }

    .signup_data_box_para p {
        max-width: 350px;
        width: 100%;
        font-size: 18px;
        margin: 8px auto 30px auto;
    }

    .signup_form_input {
        padding: 7px 17px;
        border-radius: 20px;
        font-size: 18px;
        max-width: 330px;
        width: 100%;
        margin: 0 auto 15px;
    }

    .signup_form_input::placeholder {
        text-transform: capitalize;
    }

    #email.signup_form_input {
        margin-bottom: 30px;
    }

    .signup_data_form_btn {
        font-size: 18px;
        padding: 12px 27px;
        border-radius: 25px;
    }

    /* .signup_cont {
        padding: 95px 0;
    } */
    .signup_data_box {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='681' height='681' viewBox='0 0 681 681' fill='none'%3E%3Cmask id='mask0_32_11513' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='681' height='681'%3E%3Ccircle opacity='0.9' cx='340.5' cy='340.5' r='340.5' fill='%2317458A'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_32_11513)'%3E%3Crect y='78' width='681' height='523' fill='%2317458A'/%3E%3C/g%3E%3C/svg%3E");
        background-position: center center;
        padding: 60px 120px 60px 120px;
        background-size: 180% 180%;
        background-position: center center;
        clip-path: circle(50.4% at 50% 50%);
    }

    /* Brown Sugar CSS */
    /* .brwn_sugar_grid_img:after{
        background-size: contain;
    } */
    .site_footer_col_one svg {
        width: 110px;
        margin: 0 0 20px 0;
    }

    .desktop_show div:last-child {
        /* top: -3.3vw; */
        left: 9.4vw;
    }

    .baking_secondary .left_animation img {
        max-width: 160px;
    }

    .baking_secondary .left_animation {
        bottom: 10px;
    }

    .node--type-landing-pages .article_content {
        padding: 100px 0 80px 0;
    }

    .node--type-landing-pages .article_content li,
    .node--type-landing-pages .article_content p {
        font-size: 18px;
    }

    .node--type-landing-pages .article_content h2 span,
    .node--type-landing-pages .article_content li strong,
    .node--type-landing-pages .article_content p strong {
        font-size: 18px !important;
        line-height: 1;
        margin: 20px 0 5px 0;
    }

    .page-node-2984 .pdt_img img {
        max-height: 300px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .did_you_know_grid::after {
        left: 72%;
    }

    .calculator .select_value select {
        padding: 3px 16px 3px 3px;
        font-size: 12px;
    }

    /* Home CSS */
    .banner_sec_cont .banner_data_box {
        transform: translateY(0%);
        position: relative
    }

    .secondary_sec {
        padding: 100px 0 185px;

    }

    /* Contact US CSS */
    .inquires_sec {
        padding: 360px 0 100px;
    }

    /* Popup CSS */
    /* .popup_form_fields input, 
    .popup_form_fields select.form_inputs{
        /* margin-bottom: 30px !important; */
    /* }  */
    iframe {
        width: 100%;
    }

    .category_box {
        padding: 60px 0;
    }

    div#site_popup .g-recaptcha {
        transform: scale(0.6);
        transform-origin: 0 0;
    }

    .signup_data_box_title h5 {
        width: 55%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* .site_footer_col_two ul.footer_nav li:nth-of-type(1),
    .site_footer_col_two ul.footer_nav li:nth-of-type(2) {
        display: inline-block;  
    }
    .site_footer_col_two ul.footer_nav li:nth-child(1)::after {
        content: ' & '; 
        color:#fff;
        font-size: 1.111vw;
}
    .site_footer_col_two ul.footer_nav li:nth-child(2)::before {
        content: ' ';  
} */
}

@media (max-width:800px) {
    .pbs_text p {
        font-size: 18px;
    }

    .card_btn {
        display: block;
        margin: 20px 0 0;
    }

    .card_btn a {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 50px;
    }

    .pdt_weight {
        font-size: 16px;
        margin-top: 2px;
    }

    .pdt_title,
    .pdt_title a {
        font-size: 22px;
        margin-top: 15px;
        line-height: 30px;
    }

    .cont_hdr_para {
        font-size: 18px;
        max-width: 350px;
    }

    .thrid_sec_slider .leftpan:after {
        background-size: contain;
    }

    /* Footer CSS */
    .footer_subscribe {
        margin-top: 30px;
    }

    .transparent_small_btn {
        font-size: 15px;
        border-radius: 50px;
        padding: 6px 17px;
    }

    body .footer_subscribe_input {
        margin-bottom: 10px;
    }

    .footer_nav_itm {
        margin-bottom: 0;
    }

    .footer_nav a,
    .copy_right p,
    .footr_btm_bar_CTA_itm a {
        font-size: 12px;
    }

    .footr_btm_bar_CTA_itm {
        margin-right: 10px;
    }

    .site_footer_col_one svg {
        width: 110px;
        margin: 0 0 20px 0;
    }

    .site_footer div#edit-footer-policy-text p {
        font-family: var(--secondary-font-family-);
        font-weight: 390;
        font-size: 10px;
        line-height: 13px;
        color: #fff;
    }

    .desktop_show div:last-child {
        left: 16.4vw;
        top: -2.45vw;
    }
}

@media (max-width:768px) {
    .fourth_sec .product-ctas a {
        width: 180px;
    }

    /* Chicory CSS */
    .chicory-order-ingredients button {
        font-size: 15px;
        padding: 5px 18px;
        border-radius: 16px;
    }

    .chicory-button-container a {
        bottom: -25px;
    }

    /* Chicory CSS */
    .cntnt_otr_dtal .tips-sub-heading {
        font-size: 22px;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 10px;

    }

    .site_footer_col_two,
    .site_footer_col_three,
    .site_footer_col_four {
        padding: 0;
    }

    .desktop_show div:last-child {
        /* top: -5.35vw; */
        top: -3.3vw;
        left: 17vw;
    }

    .desktop_show div:last-child a {
        font-size: 12px;
        line-height: 17.16px;
        margin-right: 9px;
    }


    .product_images_slider_mobile .owl-dots {
        display: block;
    }

    .product_images_slider_mobile .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #B5ADA5;
        border-radius: 50%;
        margin: 0 2px;
    }

    .product_images_slider_mobile.owl-theme .owl-dots .owl-dot.active span,
    .product_images_slider_mobile.owl-theme .owl-dots .owl-dot:hover span {
        background: #DE3057;
    }

    .popup_form_fields {
        justify-content: center;
    }

    /* Ingredients and Instruction Tab CSS */
    button.openDescriptionTab {
        display: block;
    }

    .descriptive_card_hdr {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    button.openDescriptionTab {
        width: 100%;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0 0 0 5px;
        display: flex;
    }

    button.openDescriptionTab svg {
        transform: rotate(270deg);
        width: 25px;
        height: 25px;
        transition: 0.5s;
    }

    /*     
    button.description-btn-active svg {
        transform: rotate(90deg);
        transition: 0.5s;
    } */
    /* End Ingredients and Instructions Tab CSS */
    /** Home Page CSS **/
    .cont_hdr_title,
    .cont_hdr_title a {
        font-size: 60px !important;
        line-height: 74px !important;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .banner_sec_bg {
        padding: 0;
        background-position: top center;
        background: transparent !important;
        align-items: flex-start;
        justify-content: center !important;
    }

    .video-button {
        left: 0;
        right: 0;
        /* top: 84%; */
        top: auto;
        bottom: 25px;
        height: auto;
        z-index: 9;
    }

    .video-button svg {
        width: 100%;
        height: 70px;
    }

    .banner_data_box {
        position: relative;
        bottom: auto;
        transform: none;
        left: 0;
        right: 0;
        max-width: 90%;
        margin: 80px auto;
        padding: 48px 20px;
        border-radius: 40px 0px;
        z-index: 1;
        /* margin-top: 425px; */
    }

    .banner_sec_cont {
        transform: none;
    }

    .banner_data_box_title .hero-title-heading,
    .banner_data_box_title h1,
    .banner_data_box_title h4,
    .banner_data_box_title h3 {
        text-align: center;
        font-size: 48px;
        line-height: 50px;
        margin: 0;
    }

    .banner_data_box_para p {
        text-align: center;
        font-size: 18px;
        margin: 18px 0 0;
    }

    .banner_data_box_sep svg {
        width: 147px;
        height: 38px;
    }
    .banner_data_box_sep img.divider-line, .divider-line {
        width: 147px;
        height: 38px;
        object-fit: contain;
        position: static;
    }

    .site_pink_btn,
    a.site_pink_btn,
    .insta_link a {
        padding: 11px 27px;
        font-size: 18px;
        border-radius: 24px;
    }

    .banner_data_box_btn,
    .banner_data_box_btn_blue {
        margin: 20px 0 0;
    }

    .banner_sec_cont {
        max-width: 100%;
        position: inherit;
        overflow: hidden;
    }

    .banner_data_box_social ul,
    .banner_data_box_social_blue ul {
        padding: 30px 0 0;
    }

    .thrid_sec_cont_hdr {
        max-width: 90%;
        margin: auto;
    }

    .thrid_sec .cont_hdr_title {
        margin: 0 auto 15px;
    }

    .thrid_sec_slider_cont {
        flex-direction: column;
        max-width: 90%;
        padding-top: 30px;
    }

    .thrid_sec_slider .leftpan {
        max-width: 100%;
    }

    .thrid_sec_slider .rightpan {
        max-width: 100%;
        text-align: center;
    }

    .slide_title {
        font-size: 48px;
        line-height: 50px;
        margin-top: 40px;
    }

    .thrid_sec_slider .rightpan svg {
        margin: 15px 0;
        width: 147px;
    }

    .slide_detail {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .thrid_sec_slider .leftpan:after {
        background-size: cover;
        border-radius: 40px 0;
        top: -15px;
        right: -10px;
    }

    .thrid_sec_slider .leftpan img {
        height: 335px;
        object-fit: cover;
        object-position: center;
        margin-left: -5px;
    }

    .slider_global .owl-nav {
        top: inherit;
        bottom: -30px;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .slider_global .owl-nav button.owl-prev {
        left: 35% !important;
    }

    .slider_global .owl-nav button.owl-next {
        right: 45% !important;
    }

    .slider_global .owl-nav button span {
        font-size: 60px;
        width: 55px;
        height: 55px;
    }

    .thrid_sec {
        padding: 90px 0 200px;
    }

    .fourth_sec {
        padding: 90px 0 155px;
        overflow: hidden;
    }

    .fourth_sec_cont_hdr .cont_hdr_title {
        margin: 0 auto 30px;
        max-width: 100%;
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 0;
        margin-top: 40px;

    }

    .fourth_sec_cont_hdr .cont_hdr_detail {
        margin-bottom: 30px;
        max-width: 90%;
    }

    .cont_hdr_detail {
        font-size: 18px;
    }

    .secondary_sec_btn {
        padding: 11px 27px;
        font-size: 18px;
        border-radius: 24px;
    }

    .fourth_sec .right_animation img {
        max-width: 105px;
    }

    .fourth_sec .right_animation {
        top: 32%;
    }

    .single_product_sec {
        max-width: 100%
    }

    .single_product {
        padding-top: 60px;
        padding-bottom: 30px;
        max-width: 100%;
    }

    .single_product_slider .owl-nav {
        bottom: -20px;
        width: 100%;
    }

    .single_product_sec .slider_global .owl-nav button.owl-next {
        right: 45% !important;
    }

    .single_product_sec .slider_global .owl-nav button.owl-prev {
        left: 35% !important;
    }

    .pdt_img:after {
        top: -15px;
        right: -15px;
    }

    .secondary_sec {
        position: relative;
    }

    .secondary_sec .left_animation {
        top: 110px;
        left: -40px;
        margin-top: -280px;
    }

    .secondary_sec .right_animation {
        top: 300px;
    }

    .secondary_sec .left_animation img {
        max-width: 120px;
    }

    .secondary_sec .right_animation img {
        max-width: 100px;
    }

    .secondary_sec_cont_hdr {
        margin-bottom: 60px;
    }

    .secondary_sec_cont_hdr .cont_hdr_title {
        margin: 0 auto 28px;
    }

    .cards_container .card_itm {
        max-width: 100% !important;
        float: none !important;
    }

    .cards_container {
        display: block;
        max-width: 100%;
    }

    .cards_container .card_itm {
        margin: auto;
        padding-top: 15px;
    }

    .cards_container .card_itm .card_itm_img img {
        height: 315px;
        object-fit: cover;
        border-radius: 40px 0px;
    }

    .card_itm_img_hover {
        border-radius: 40px 0px;
        padding: 20px;
    }

    .ch-logo {
        right: 10px;
        top: 10px;
    }

    .ch-logo svg {
        width: 45px !important;
    }
    .ch-logo img.chlogo-img {

        width: 45px !important;
        border-radius: unset !important;
        box-shadow: unset !important;
        object-fit: contain !important;
        min-height:100%;
}

    .card_itm_data h6 a {
        font-size: 22px;
        line-height: 30px;
    }
     .card_itm_data h2 a {
        font-size: 22px;
        line-height: 30px;
    }

    .card_itm_data h6,
    .card_itm_data h2{
        margin: 15px 0 0;
    }

    .card_itm_data p {
        font-size: 16px;
    }

    .chef_recipes_cont {
        padding: 90px 0 185px;
    }

    .chef_recipes_sec .left_animation {
        top: 26%;
    }

    .chef_recipes_sec .left_animation img {
        max-width: 120px;
    }

    .chef_recipes_sec .owl-item {
        padding-top: 80px;
    }

    .chef_recipes_card_itm {
        width: 100%;
        margin: auto !important;
        background-color: transparent;
    }

    .chef_recipes_card_itm_data {
        padding: 0 15px 38px;
        border-radius: 40px 0;
    }

    .card_edge_style::after {
        background: url('/sites/default/files/2023-07/p-bg.png') no-repeat;
        background-size: cover;
        top: -15px;
        right: -15px;
        background-position: inherit;
        border-radius: 40px 0;
        width: 100%;
        height: 100%;
    }

    /* .chef_recipes_cards .chef_recipes_card_itm_data .chef_profile {
        width: 180px;
        height: 180px;
        margin: -80px auto 0;
        display: initial;
    } */
     .chef_recipes_cards .chef_recipes_card_itm_data .chef_profile img {
        width: 180px;
        height: 180px;
        margin: -80px auto 0;
        display: initial;
    }

    .chef_emails p {
        font-size: 22px;
        margin: 18px 0 25px;
        line-height: 26px;
    }

    .chef_recipes_card_title p {
        font-size: 22px;
        line-height: 30px;
        margin: 20px 0;
        min-height: 60px;
    }

    .accordion_btn .icon i {
        font-size: 14px;
    }

    .share_connect_cont {
        padding: 140px 0 45px;
    }

    .share_connect_bg {
        background-image: url('/sites/default/files/webp_images/connect_share_bg.webp');
        width: 150px;
        height: 120px;
        top: 20px;
        right: 15px;
    }

    .share_connect_cont .owl-nav {
        width: 45%;
    }

    /* Contact US CSS */
    .inquires_sec {
        padding: 330px 0 100px;
    }

    .cont_hdr_sm_title {
        font-size: 48px;
    }

    .inquires_contnt .cont_hdr_sm_title {
        margin: 0 0 48px;
    }

    .inquires_cards {
        flex-direction: column;
        align-items: center;
    }

    .inquires_card {
        max-width: 100%;
        margin-bottom: 34px;
    }

    .inquires_itm_img:after {
        top: -15px;
        right: -15px;
    }

    .inquires_itm_img_hover a {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 50px;
    }

    .inquires_itm_img_hover h6 {
        font-size: 28px;
        margin: 0 0 20px;
    }

    .inquires_itm_data h6,
    .inquires_itm_data h6 a {
        font-size: 22px;
        margin-top: 12px;
        display: block;
        line-height: 30px;
    }

    .inquires_itm_img_hover {
        border-radius: 40px 0px;
    }

    .influencer_cont {
        flex-direction: column;
        padding: 100px 0;
    }

    .influencer_img {
        width: 300px;
        height: 300px;
        object-position: top;
    }

    .influencer_ls:after {
        top: -9px;
        right: -9px;
    }

    .influencer_bg_middle_right {
        width: 145px;
        height: 436px;
    }

    .influencer_ls {
        margin-bottom: 30px;
    }

    .influencer_rs {
        width: 80%;
        text-align: center;
    }

    .influencer_sub_title {
        font-size: 16px;
        margin: 0 0 13px;
    }

    .influencer_main_title {
        font-size: 48px;
        line-height: 50px;
        margin: 13px 0 4px;
    }

    .influencer_mail {
        font-size: 22px;
        line-height: 26px;
    }

    .influencer_seperatore {
        margin: 30px 0 20px;
    }

    .influencer_seperatore svg {
        width: 138px;
        height: 38px;
        margin: auto;
    }

    .influencer_paragraph {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .influencer_quote {
        font-size: 26px;
    }

    .influencer_bg_left {
        width: 150px;
        height: 310px;
        bottom: 54%;
    }

    /* Contact Form CSS */
    .contact_us_form {
        flex-direction: column;
    }

    .contact_us_hdr .cont_hdr_title {
        margin: 60px auto 0;
    }

    .form_inputs,
    select.form_inputs {
        font-size: 18px;
        border-radius: 20px;
        padding: 6px 17px;
        max-width: 100%;
        min-height: 40px;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .form_fields_half_col {
        width: 100%;
        /* margin: 0 !important; */
    }

    .contact_us_form_cont {
        max-width: 90%;
        padding: 30px 0 95px;
    }

    .contact_us_sec {
        padding-top: 50px;
        background: var(--light-gray-bg);
    }

    .footer_subscribe_input {
        font-size: 18px;
        border-radius: 20px;
        padding: 6px 17px;
        max-width: 100%;
        min-height: 40px;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    form .form-type-textarea {
        margin-bottom: 0 !important;
    }

    textarea.form_inputs {
        margin-bottom: 0;
        min-height: 190px;
        padding: 13px 17px;
    }

    form .form-actions.site_form_btns {
        margin-top: 30px;
        align-self: flex-start;
    }

    /* Brown Sugar CSS */
    .brwn_sugar_layout_cont {
        padding: 0px;
    }

    .brwn_sugar_grid_row {
        flex-direction: column;
        max-width: 90%;
        margin: auto;
    }

    .brwn_sugar_grid_row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .page-node-3028 .cntnt_otr_dtal .bk_inr_b:nth-child(even) {

        flex-direction: column-reverse;
        gap: 0;
    }

    .page-node-3028 .brwn_sugar_grid_row.brwn_sugar_grid_row.baking_grid_row:nth-child(odd) {
        flex-direction: column;
        gap: 0;
    }

    .brwn_sugar_grid_row:last-child {
        margin-bottom: 0;
    }

    .brwn_sugar_grid_row div.brwn_sugar_grid_txt {
        max-width: 100%;
        margin-right: 0;
    }

    .brwn_sugar_grid_img {
        margin: 55px 0 40px;
        width: 100%;
    }

    .brwn_sugar_grid_img img {
        max-width: 100% !important;
        min-height: 266px;
    }

    .page-node-3317 .brwn_sugar_grid_img img {
        width: 100% !important;
    }

    .brwn_sugar_grid_img:after {
        background-size: cover;
        border-radius: 40px 0;
        width: 100%;
        height: 100% !important;
        top: -10px;
        right: -10px;
    }

    .brwn_sugar_layout .cont_hdr_title {
        margin-bottom: 62px;
    }

    .sub_heading {
        font-size: 48px;
        line-height: 50px;
        margin-top: 48px;
    }

    .card_slider_container {
        max-width: 100%;
        margin: auto;
        padding: 0 0 40px;
    }
    .page-node-70 .card_slider_container{
        padding: 0 0 140px !important;
    }

    .page-node-848 .card_slider_container {
        padding: 0 0 150px;
    }

    .card_slider_title {
        font-size: 22px;
        margin: 15px 0 0 0;
        line-height: 30px;
    }

    .card_slider_time {
        font-size: 16px;
    }

    .card_slider_sec .slider_global .owl-nav button.owl-prev {
        left: -10px;
    }

    .card_slider_sec .slider_global .owl-nav button.owl-next {
        right: -10px;
    }

    .card_slider_hdr .cont_hdr_title {
        margin: 0 auto 0;
    }

    .card_slider_card_itm {
        margin-top: 50px;
        width: 100%
    }

    .card_slider_hdr {
        margin-bottom: 15px;
        padding: 95px 0 0;
    }

    body .card_slider_card_itm .card_slider_card_img img {
        min-height: 315px;
    }

    /* Light Brown Sugar CSS */
    .global_img_text {
        padding: 100px 0;
    }

    .global_img_text_contnt {
        flex-direction: column;
        max-width: 85%;
    }

    .global_img_text .leftpan {
        max-width: 100%;
        margin-right: 0;
    }

    .global_img_text .rightpan {
        max-width: 100%;
        text-align: center;
    }

    .global_img_text .leftpan img {
        max-width: 100%;
        min-height: 360px;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .global_img_text .leftpan:after {
        height: 100%;
        top: -10px;
        right: -10px;
        border-radius: 40px 0;
        background-size: cover;
    }

    .global_img_text_title {
        font-size: 48px;
        line-height: 50px;
        margin-top: 44px;
    }

    .global_img_text .rightpan svg {
        margin: 15px 0;
    }

    .page-node-713 .global_img_text .rightpan svg {
        margin: 15px auto;
    }

    .global_img_text_detail {
        font-size: 18px;
        margin-bottom: 12px;
    }

    /* Baking Details CSS */
    .category_box {
        padding: 20px 0 40px;
    }

    .category_box p {
        font-size: 16px;
    }

    .category_box span {
        font-size: 16px;
    }

    .content_section .left_animation img {
        width: 12.75vw;
        height: 29.167vw;
    }

    .brwn_sugar_grid_txt li {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: normal;
    }

    .brwn_sugar_grid_txt li::marker,
    .cntnt_otr_dtal ul li::marker {
        font-size: 18px;
        line-height: 1;
        font-style: italic;
    }

    .brwn_sugar_grid_txt ol li::marker {
        font-size: 30px;
        line-height: 44px;
    }

    .brwn_sub_heading_title {
        margin-bottom: 10px;
    }

    .bk_inr_b .brwn_sugar_grid_img iframe {
        width: 100%;
        min-height: 266px;
        border-radius: 40px 0;
    }

    .baking_tips_otr_first_img {
        width: 100%;
    }

    .bk_inr_b .show-title-ds {
        max-width: 100%;
    }

    .brwn_sugar_grid_row div.brwn_sugar_grid_txt .sub_heading {
        margin: 20px 0 12px;
    }

    .brwn_sugar_bg_rs {
        z-index: 0;
        width: 140px;
        height: 290px;
        top: -120px;
    }

    .brwn_sugar_bg_ls {
        width: 120px;
        height: 300px;
        top: 60px;
    }

    .brwn_sugar_bg_mid {
        display: none;
    }

    .brwn_sub_heading_title {
        font-size: 27px;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    h3.brwn_sub_heading_title {
        font-size: 22px;
    }

    .brwn_sugar_grid_row:nth-child(even) {
        flex-direction: column;
    }

    .page-node-3317 .brwn_sugar_grid_row:nth-child(even) {
        margin-bottom: 55px !important;
    }

    .brwn_sugar_grid_row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .brwn_sugar_grid_row div:nth-child(1) {
        margin: 15px 0 32px 0;
    }

    .brwn_sugar_grid_txt p,
    .brwn_sugar_grid_txt ul li,
    .cntnt_otr_dtal p,
    .cntnt_otr_dtal ul li,
    .cntnt_otr_dtal ol li {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 22px;
    }

    .brwn_sugar_grid_txt {
        padding-left: 0;
    }

    .cntnt_otr_dtal ul {
        padding-left: 22px;
    }

    .cntnt_otr_dtal iframe {
        width: 100%;
    }

    .brwn_sub_hd_title_sub,
    .cntnt_otr_dtal h6,
    .content_section h6 {
        font-size: 22px;
        line-height: 30px;
        margin: 10px 0 15px;
    }

    /* .cntnt_otr_dtal ol >li {
        font-size: 34px;
            line-height: 44px;
        } */

    .cntnt_otr_dtal ol {
        padding-left: 30px;
    }

    .bk_inr_b .brwn_sugar_grid_img {
        width: 100%;
        float: none;
        height: auto;
        margin-left: 0;
        margin-bottom: 45px;
        position: relative;
    }

    .image-caption-div {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
    }

    .image-caption-div p {
        margin-bottom: 0;
    }

    /* Products CSS */
    .main_product_cont {
        padding: 81px 0 0;
    }

    .static_card_hdr_title {
        font-size: 48px;
        line-height: 50px;
        max-width: 84%;
        margin: 0 auto 40px;
    }

    .static_cards {
        padding: 0 0 171px;
    }

    .static_card_img {
        max-width: 100% !important;
    }

    .static_card_data {
        max-width: 90%;
    }

    .static_card_title {
        font-size: 22px;
        line-height: 30px;
    }

    .static_card_cont {
        padding: 0;
    }

    .static_card_sec .static_cards .owl-nav {
        bottom: 136px;
    }

    .static_card_sec .static_cards .owl-nav.disabled {
        display: block;
    }

    .site_pink_small_btn {
        padding: 6px 17px;
        border-radius: 50px;
        font-size: 14px;
        text-align: center;
        width: 70%
    }

    /* Our Story CSS */
    .our_story_sec_one {
        position: relative;
        padding-top: 0px;
    }

    .our_begin_sec {
        padding: 0;
        flex-direction: column;
        max-width: 90%;
        margin: auto;
        position: initial;
    }

    .our_begin_sec_image img {
        width: 100%;
        height: auto;
    }

    .our_begin_sec_text {
        max-width: 100%;
        margin-top: 0;
    }

    .sub_para {
        font-size: 18px;
    }

    .our_qulaity_sec {
        flex-direction: column-reverse;
        padding: 0;
        max-width: 90%;
        margin: auto;
    }

    .our_qulaity_sec_text {
        max-width: 100%;
        margin: 0;
    }

    .our_qulaity_sec_text .sub_heading {
        max-width: 100%;
    }

    .our_qulaity_sec_image {
        margin: 60px 0 0;
    }

    .our_qulaity_sec_image img {
        width: 100%;
    }

    .our_story_sec_two {
        flex-direction: column;
        margin: 60px 0 0;
    }

    .our_story_sec_two_img {
        margin: auto;
        max-width: 90%;
    }

    .our_story_sec_two_img img {
        width: 100%;
    }

    .our_story_sec_two_txt {
        max-width: 90%;
        margin-bottom: 80px;
    }

    .our_story_sec_two_txt_row {
        margin-bottom: 0;
    }

    .our_story_sec_two_txt_row .our_story_sec_two_txt {
        margin-bottom: 43px;
        max-width: 100%;
    }

    .our_story_sec_two_txt .sub_heading {
        margin-bottom: 20px;
        margin-top: 43px;
    }

    .our_story_sec_two_bg {
        width: 150px;
        height: 254px;
        top: -110px;
        opacity: 0.8 !important;
    }

    .our_begin_sec_bg {
        width: 140px;
        height: 285px;
        top: -100px;
    }

    /* Recipe Main CSS */
    .inner_secondary_sec {
        padding: 100px 0;
    }

    .filter_sec.leftpan {
        max-width: 90%;
        float: none;
        left: 0;
        margin: auto;
    }

    .sort_opt select {
        font-size: 18px;
        height: auto;
        padding: 8px 19px;
        border-radius: 50px;
    }

    .sort_opt {
        margin-bottom: 20px;
    }

    .accordion_btn {
        font-size: 18px;
        padding: 14px 21px;
    }

    .accordion.active .accordion_content {
        max-height: 140px;
        padding: 15px;
    }

    .accordion_cnt_checks {
        min-height: 115px;
        max-height: 115px;
    }

    .accordion_cnt_checks label {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .accordion_cnt_checks label input {
        width: 20px;
        margin-right: 10px;
        height: 16px;
    }

    .accordion:last-child .site_header_search_input {
        font-size: 14px;
        height: auto;
        padding: 6px 15px;
        border-radius: 50px;
    }

    .search_btn {
        right: 10px;
    }

    .search_btn svg {
        width: 20px;
    }

    .main_recipe_cont_content {
        max-width: 88.777%;
        margin: 40px 18px 0 27px;
    }

    .recipe_cards_container {
        flex-direction: column;
        gap: 30px;
    }

    .recipe_card {
        max-width: 100%;
        padding: 15px 15px 15px 0;
    }

    .recipe_card_img img {
        height: 300px;
        object-fit: cover;
    }

    .recipe_card_img {
        margin-left: -10px;
        height: 300px;

    }

    .recipe_card_data h3 {
        margin: 10px 0 7px;
    }

    .recipe_card_data h3 a {
        line-height: 30px;
        font-size: 22px;
    }

    .recipe_card_data p {
        font-size: 16px;
    }

    .recipe_card_data {
        padding-left: 14px;
    }

    .recipe_card_img_hover {
        padding: 20px;
        border-radius: 40px 0;
    }

    .load_more_btn {
        padding: 11px 27px;
        font-size: 18px;
        border-radius: 24px;
    }

    .main_recipe .load_btn_sec {
        margin-top: 0;
    }

    .small_stayin {
        padding: 17px 20px 40px;
        margin-top: 30px;
    }

    .small_stayin_content h6,
    .small_stayin_content h4 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: normal;
    }

    .small_stayin-desktop {
        display: none;
    }

    .small_stayin-mob {
        display: block;
        margin: 65px 0 0 0;
    }

    .main_recipe .left_animation img {
        max-width: 170px;
    }

    .main_recipe .left_animation {
        bottom: 110px;
        left: -29px;
    }

    .small_stayin_content p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .small_stayin_content form input {
        padding: 6px 17px;
        border-radius: 20px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .transparent_small_btn_blue {
        padding: 8px 25px;
        font-size: 18px;
        border-radius: 24px;
    }

    .small_stayin_content form input:nth-child(2) {
        margin-bottom: 25px;
    }

    .inner_secondary_sec .right_animation {
        position: relative;
    }

    .inner_secondary_sec .right_animation:after {
        position: absolute;
        content: '';
        width: 119px;
        background: url(/sites/default/files/2023-10/m-flower-recipe.png);
        right: 0;
        top: -180px;
        height: 339px;
        background-repeat: no-repeat;
    }

    .inner_secondary_sec .right_animation img {
        display: none;
    }

    /* Individual Recipe CSS */
    .rcp_ind_breadcrum_nav {
        font-size: 16px;
        position: relative;
        align-items: flex-start;
        display: flex;
        max-width: 90%;
        margin: 0 auto;
    }

    .rcp_ind_breadcrum_nav P {
        margin-right: 5px;
    }

    .rcp_ind_cont {
        padding: 0px 0;
        max-width: 90%;
        margin: auto;
    }

    .rcp_ind_content {
        margin-top: 46px;
        flex-direction: column;
    }

    .rcp_ind_ls {
        max-width: 100%;
    }

    .rcp_ind_rs {
        max-width: 100%;
        margin: 30px 0 60px;
    }

    .descriptive_card {
        border-radius: 20px;
        padding: 20px;
    }

    .descriptive_card_title {
        font-size: 22px;
        line-height: 44px;
        display: flex;
        align-items: center;
    }

    .descriptive_card_hdr {
        padding: 0 0 25px;
    }

    .rate_recipe_card {
        margin-top: 30px;
        padding: 20px;
        border-radius: 20px;
    }

    .descriptive_card_data h5 {
        font-size: 22px;
        line-height: 30px;
        margin: 12px 0 0 -20px;
    }

    .descriptive_card_data h5:first-child {
        margin: 0 0 0 -20px;
    }

    .instructions_card .descriptive_card_data h5 {
        margin: 12px 0 0 0;
    }

    .descriptive_card_cont {
        padding: 15px;
        border-radius: 10px;
    }

    .descriptive_card_data p,
    .descriptive_card_data li {
        font-size: 18px;
    }

    .descriptive_card_data li {
        color: var(--ch-blue);
    }

    .ingredients_card .descriptive_card_data {
        min-height: 250px;
        padding-right: 10px;
    }

    .instructions_card .descriptive_card_data {
        max-height: 400px;
    }

    .descriptive_card_social svg {
        width: 28px;
        height: 28px;
    }

    .descriptive_card_social li {
        margin-left: 8px;
    }

    .descriptive_card_social {
        margin-bottom: 0;
    }

    .descriptive_card_btm_title {
        font-size: 22px;
        line-height: 30px;
    }

    .descriptive_card_btm_para {
        font-size: 18px;
        line-height: normal;
    }

    .descriptive_card_btm {
        padding: 30px 0 10px;
    }

    .descriptive_card_data::-webkit-scrollbar {
        width: 6px;
    }

    .rcp_ind_cont_ani_ls {
        width: 130px;
        top: 20px;
    }

    .rcp_ind_cont_ani_rs {
        width: 120px;
        height: 320px;
        top: inherit;
        bottom: 20px;
    }

    .descriptive_card_cont {
        display: none;
    }

    .descriptive_card_cont.open {
        display: block;
    }

    /* Did You Know CSS */
    .did_you_know_card_informative {
        display: none;
    }

    .did_you_know_card_informative.mobile-active {
        display: block;
        margin-top: 0;
        max-width: 80%;
    }

    .did_you_know_cont {
        padding: 70px 0 100px;
    }

    .did_you_know_grid {
        flex-direction: column;
    }

    .did_you_know_card_itm {
        width: 100%;
        margin-bottom: 60px;
    }

    .did_you_know_banner_img {
        height: 400px;
        object-fit: cover;
    }

    .did_you_know_cards {
        max-width: 90%;
        margin: auto;
        position: relative;
    }

    .did_you_know_grid::after {
        left: 95%;
        height: 95%;
        top: inherit;
        bottom: 0;
    }

    .did_you_know_card_title {
        font-size: 48px;
        line-height: 50px;
        margin-right: 8px;
    }

    .did_you_know_cards_ls .did_you_know_cols,
    .did_you_know_cards_rs .did_you_know_cols {
        margin-right: 20px;
        border-radius: 40px 0;
    }

    .did_you_know_card_hdr {
        margin-bottom: 10px;
    }

    .did_you_know_card_img {
        width: 100%;
        border-radius: 40px 0;
        margin-top: 10px;
        margin-left: -10px;
    }

    .did_you_know_card_data {
        padding: 12px 20px 20px;
    }

    .did_you_know_card_sub_title p {
        font-size: 22px;
        line-height: 30px;
    }

    .did_you_know_card_para p {
        font-size: 18px;
    }

    .did_you_know_card_informative {
        max-width: 100%;
        margin: 100px auto;
    }

    .did_you_know_card_informative p {
        font-size: 22px;
    }

    .did_you_know_ani2 {
        top: 12.222%;
        width: 110px;
        height: auto;
        left: -15px
    }

    .did_you_know_ani3 {
        top: 33%;
        width: 70px;
    }

    .did_you_know_ani4 {
        display: none;
    }

    .did_you_know_cards_rs .did_you_know_card_hdr {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    .did_you_know_cards_rs .did_you_know_card_hdr::before {
        margin-right: -0.306vw;
    }

    /* Store Locator CSS */
    .store_near_you_hdr .cont_hdr_title {
        margin: 0 auto 30px;
        font-size: 70px;
        line-height: 74px;
        max-width: 65%;
    }

    .store_near_you_form_cont {
        max-width: 85%;
        padding: 0;
    }

    .store_near_you_form {
        flex-wrap: wrap;
    }

    .store_near_you_form .site_form_fields {
        margin: 0;
    }

    .store_near_you_form .site_form_fields:first-child {
        width: 100%;
    }

    .store_near_you_form .site_form_fields:first-child select.form_inputs {
        margin-bottom: 20px;
        padding-right: 30px;
    }

    .store_near_you_form .site_form_fields:nth-child(2) .form_inputs {
        margin: 0;
        height: 50px;
    }

    .store_near_you_form .store_near_you_zip_code {
        width: 55%;
    }

    .store_near_you_form .site_form_fields .form_inputs {
        border-radius: 50px;
        height: 50px;
    }

    body #map {
        width: 100%;
        margin-bottom: 40px;
    }

    .near_store_cards {
        padding: 0 0 92px;
    }

    .near_store_card_data {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 30px 0px;
        padding: 20px 30px 30px;
        margin-top: 40px;
    }

    .near_store_card_title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .near_store_card_ls p,
    .near_store_card_ls a {
        font-size: 18px;
        margin-top: 5px;
    }

    .near_store_card_ls {
        margin-bottom: 20px;
    }

    .near_store_card:after {
        top: -10px;
        right: -10px;
    }

    /* Menu Planner */
    .menu_planner_content {
        padding: 30px 0 0;
    }

    #mobileMenuPlanner {
        display: block;
    }

    .skip_to {
        width: 90%;
        margin-top: 50px;
        padding-bottom: 10px;
        border-bottom: 2px solid #B5ADA5;
    }

    .skip_to ul {
        display: none;
    }

    .social_share .tis_skip_social {
        max-width: 90%;
        flex-direction: column-reverse;
        align-items: center;
    }

    .skip_to span {
        font-size: 15px;
        max-width: 100px;
        width: 100%;
    }

    #mobileMenuPlanner {
        color: var(--ch-blue);
        font-family: var(--secondary-font-family-);
        font-size: 15px;
        font-style: normal;
        font-weight: 450;
        line-height: normal;
        text-transform: uppercase;
        border: none;
        width: 100%;
    }

    .planner_recipe .custom-check-box input {
        margin-right: 5px;
        width: 14px;
        height: 14px;
    }

    .planner_recipe .custom-check-box label {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .planner_recipe {
        max-width: 100%;
        padding-top: 15px;
    }

    .pr_img img {
        max-width: 100%;
        min-height: 315px;
    }

    .pr_img a::after {
        right: -15px;
        top: -15px;
    }

    .pr_title,
    .pr_title a {
        font-size: 22px;
        line-height: 30px;
        margin-top: 15px;
    }

    .pr_time {
        font-size: 16px;
    }

    .global_tis_sec {
        padding: 40px 0 150px;
    }

    .global_tis_sec:nth-child(even):after {
        top: -40px;
        width: 120px;
        height: 370px;
    }

    .global_tis_sec:nth-child(odd):after {
        width: 120px;
        height: 370px;
    }

    .planner_recipe_slider {
        max-width: 100%;
        margin-top: 50px;
    }

    .finish_sec {
        padding: 80px 0;
    }

    .finish_sec_contnt {
        max-width: 90%;
    }

    .finish_sec_title {
        font-size: 48px;
        line-height: 50px;
        margin: 0 auto 20px;
        max-width: 340px;
    }

    .finish_sec_detail {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .menu_sec {
        padding: 85px 0 90px;
    }

    .menu_sec_details {
        max-width: 90%;
        padding: 0 0 50px;
    }

    .menu_sec_contnt img {
        border-radius: 0;
    }

    .menu_sec_detail {
        font-size: 18px;
        margin: 16px 0 0;
    }

    .menu_sec_title {
        font-size: 70px;
        line-height: 74px;
        margin-bottom: 10px;
    }

    .edit_menu {
        width: 170px;
        left: -60px;
    }

    .edit_menu p {
        padding: 10px 45px 10px 10px;
        font-size: 18px;
        display: block;
    }

    .edit_menu img {
        max-width: 30px;
        top: 10px;
        right: 10px
    }

    .thanks_giving .container-box {
        max-width: 90%;
    }

    .thank_mesg h1 {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .thank_mesg p {
        font-size: 18px;
        line-height: normal;
        max-width: 100%;
    }

    .menu-grid-sec .container-box {
        max-width: 90%;
    }

    .box_grid_vertical {
        margin-top: 40px;
    }

    .menu-grid-sec .container-box {
        max-width: 90%;
    }

    .box_grid_vertical h1 {
        font-size: 32px;
        line-height: normal;
    }

    .menu-grid-sec .line_seperator {
        height: 2px;
        margin: 10px 0;
    }

    .box_inside {
        margin: 30px 0;
        flex-direction: column;
    }

    .box_inside .vertical_left {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .box_inside .vertical_right {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .box_inside .vertical_right h3 {
        font-size: 28px;
        line-height: normal;
        max-width: 100%;
        margin: 20px 0 15px;
    }

    .box_inside .vertical_right p {
        font-size: 18px;
        line-height: normal;
    }

    .box_inside .vertical_left img {
        width: 300px;
        height: 290px;
    }

    .box_inside a {
        font-size: 18px;
        font-weight: bold;
    }

    /* Online Order CSS */
    .store_sec_contnt {
        max-width: 90%;
        flex-direction: column;
        margin: 100px auto;
    }

    .store_sec_contnt .leftpan,
    .store_sec_contnt .rightpan {
        max-width: 100%;
        text-align: center;
    }

    .store_sec_title {
        font-size: 48px;
        line-height: 50px;
    }

    .store_sec_detail {
        max-width: 100%;
        font-size: 18px;
        margin: 15px auto 20px;
    }

    .find_store_input {
        height: 40px;
        padding: 8px 18px;
        font-size: 18px;
        min-width: 100%;
        margin-bottom: 16px;
    }

    .find_store_input::placeholder {
        font-size: 18px;
    }

    /* 404 CSS */
    .search_404_sec {
        padding: 100px 0;
    }

    .search_404_hdr .cont_hdr_title {
        margin: 0 auto 34px;
    }

    .search_404_form_cont {
        max-width: 90%;
        padding: 0;
    }

    .cont_hdr_sub_para {
        font-size: 28px;
    }

    .search_404_form_txt_one {
        margin-bottom: 30px;
    }

    .site_header_search.search_404_form {
        width: 100%;
    }

    .search_404_form input.site_header_search_input {
        min-width: 100%;
        padding: 6px 18px;
        font-size: 14px;
        border-radius: 20px;
        width: 100%;
    }

    .search_404_form form.seach_bar_form {
        width: 100%;
        margin-top: 18px;
    }

    .search_404_form_txt_three {
        margin: 54px 0 24px;
    }

    /* Search Page CSS */
    .Search_hdr .cont_hdr_title {
        margin: auto;
    }

    .Search_sec {
        padding: 100px 0;
    }

    .search_secondary_sec {
        margin-top: 40px;
    }

    .Search_form_cont {
        max-width: 90%;
        flex-direction: column;
        align-items: start;
        margin: 30px auto 0 auto;
        justify-content: center;
    }

    .new-serch-filter-cont {
        flex-direction: column;
        width: 100%;
    }

    .new-serch-filter-cont .new-serch-filter-ls,
    .new-serch-filter-cont .new-serch-filter-rs {
        padding: 0;
    }

    .Search_form_cont .site_header_search {
        width: 100%;
        padding: 0;
    }

    .Search_form_cont input,
    .new-serch-filter-cont select {
        width: 100%;
        padding: 15px 40px 15px 15px;
        border-radius: 50px;
        font-size: 16px;
    }

    .new-serch-filter-cont label {
        font-size: 14px;
        margin: 30px 0 5px;
    }

    .search_result .load_btn_sec {
        margin-top: 40px;
    }

    /* Articel CSS */
    .article-comments-section {
        max-width: 90%;
        margin: 40px auto;
    }

    .article-comments-section .views-field-title .field-content a {
        font-size: 22px;
    }

    .views-field.views-field-created,
    .views-field.views-field-subject,
    .views-field.views-field-comment-count {
        padding: 0 5px;
    }

    .comment__meta .comment__author {
        font-size: 18px;
    }

    .comment__meta {
        margin: 10px 6px;
    }

    .article-comments-section .comment__content .card-title a {
        font-size: 22px;
    }

    .article-comments-section .card-body {
        padding: 20px;
    }

    .article-comments-section .comment__content .comment-reply a {
        font-size: 16px;
        padding: 5px 15px;
    }

    .article-comments-section .comment__content .field--name-comment-body p {
        margin: 10px 0;
    }

    .comment-comment-form label {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .comment-comment-form {
        margin: 40px 0 0;
    }

    .comment-comment-form button {
        padding: 11px 27px;
        font-size: 18px;
        border-radius: 24px;
    }

    .article_template_hdr .cont_hdr_title {
        margin: 0 auto;
        max-width: 100%;
    }

    .article_template_hdr {
        padding: 100px 0 40px;
    }

    .article_container {
        padding: 0;
        max-width: 90%;
        margin: auto;
    }

    .article_sub_heading_title {
        font-size: 34px;
        line-height: 44px;
        margin: 0 0 20px;
        order: 1;
    }

    .article_content p {
        font-size: 18px;
    }

    .article_columns .article_grid_img {
        width: 100%;
        margin: 0;
        float: none;
        height: auto;
        order: 3;
    }

    .article_columns {
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    /* .article_columns p {
        order: 2;
    } */
    .article_columns ol {
        padding-left: 15px;
        /* order: 4; */
        margin-bottom: 0;
    }

    .article_columns ol li {
        font-size: 18px;
        margin: 20px 0;
    }

    .article_content {
        padding-top: 0;
        padding-bottom: 30px;
    }

    /* Popup Form CSS */
    .popup_cont {
        max-width: 90%;
        border-radius: 40px 0px;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .popup_content {
        padding: 30px 20px 0;
    }

    .popup_title {
        font-size: 36px;
        line-height: 1;
        margin-top: 10px;
    }

    .popup_sep {
        margin: 20px 0 10px;
    }

    .popup_sep svg {
        width: 135.172px;
        height: 37.024px;
    }

    .popup_sub_para {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .popup_close {
        right: 20px;
        top: 8px;
    }

    .popup_close svg {
        width: 23px;
        height: 24px;
    }

    .popup_form_fields input,
    .popup_form_fields select,
    .popup_form_fields select.form_inputs {
        margin-bottom: 0;
    }

    .popup_cont_img {
        max-width: 100%;
    }

    .popup_cont_img {
        height: 200px;
        max-width: 100%;
        background-image: url(/sites/default/files/2024-12/Popup.jpeg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center 31.8%;
    }

    .popup_form_fields button {
        padding: 11px 27px;
        font-size: 18px;
        border-radius: 24px;
        /* margin: 5px 0 20px 0; */
        margin: 0;
        top: 0;
        left: 0;
    }

    .popup_cont_img img {
        /* height: 164px; */
        visibility: hidden;
    }

    /* Individual Product CSS */
    .PDP_cont {
        max-width: 90%;
        padding: 0;
        margin: auto;
    }

    #thumbs {
        display: none;
    }

    #big {
        width: 100%;
        margin: auto;
    }

    .PDP_cont_slider,
    .PDP_cont_data {
        width: 100%;
    }

    .PDP_cont_columns {
        flex-direction: column;
        padding-bottom: 30px
    }

    .PDP_cont_hdr_title {
        font-size: 70px;
    }

    .PDP_cont_hdr {
        margin: 105px 0 20px;
        position: relative;
    }

    .PDP_cont_data_title a {
        font-size: 26px;
    }

    .pdt_img iframe {
        display: flex;
        align-items: center;
        position: relative;
        transform: translate(0px, 50%);
        top: 50%;
        min-height: 200px;
    }

    .divider {
        height: 31px;
        width: 1px;
        margin: 0 15px;
    }

    .PDP_cont_data_title {
        margin-bottom: 24px;
    }

    .PDP_cont_data_para p {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .PDP_cont_data_imgs {
        margin-top: 40px;
    }

    .PDP_cont_data_imgs li {
        margin-right: 22px;
    }

    .PDP_cont_data_imgs li img {
        max-height: 52px;
    }

    .fh_sec_fl {
        width: 165px;
        height: 255px;
        background-size: contain;
        left: -56px;
        top: 0px;
    }

    .PDP_cont_slider_container .item {
        padding-bottom: 50px;
    }

    .PDP_cont_slider_container .slider_dots {
        bottom: 30px;
    }

    /* Influlencers CSS */
    .promo_cont {
        flex-direction: column;
        max-width: 90%;
        padding: 100px 0;
        z-index: 0;
        position: relative;
    }

    .promo_img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .promo_ls:after {
        top: -10px;
        right: -10px;
    }

    .promo_rs {
        width: 90%;
        text-align: center;
    }

    .promo_interst_title {
        font-size: 48px;
        line-height: 50px;
        max-width: 100%;
        margin: 30px 0 0px;
    }

    .promo_seperatore {
        margin: 10px 0;
    }

    .promo_seperatore svg {
        width: 147px;
        height: 38px;
    }

    .promo_interst {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .promo_bg_middle_right {
        width: 120px;
        height: 280px;
        top: 35px;
        z-index: -1;
    }

    /* Contact CSS */
    fieldset span.fieldset-legend {
        font-size: 20px;
    }

    label.form-check-label,
    .fieldset-wrapper div {
        font-size: 16px;
    }

    fieldset#edit-attachments {
        margin-top: 20px;
    }

    .form-textarea-wrapper {
        margin-bottom: 14px;
    }

    /* Extra CSS */
    .ingredients_card .descriptive_card_data {
        padding-left: 20px;
    }

    .rate_recipe_card {
        display: none;
    }

    .rcp_ind_mobile .rate_recipe_card {
        display: block;
    }

    .bk_inr_b {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .products_images_section {
        display: block;
        margin: 0 0 60px;
    }

    .products_images_section .single_product_slider .pdt_img img {
        background: transparent;
    }

    .page-node-2 .pdt_img:after {
        top: -15px;
        right: -15px;
    }

    .products_images_section .single_product_slider .pdt_img::after,
    .products_images_section .single_product_slider .owl-nav,
    .PDP_cont_slider {
        display: none
    }

    /* section#recipe-section .left_animation, section#recipe-section .right_animation {
        display: none;
    } */
    /*Video Section CSS Start */


    .video_card_container iframe {
        height: 300px !important;
    }


    .video_card_cont .cont_hdr_para p {
        font-size: 18px;
        max-width: 100%;
        margin: 20px 0 20px 0;
    }



    .video_card_sec {
        margin: 0 0 40px 0;
    }


    /*Video Section CSS End */
    .influencer_bg_left {
        width: 150px;
        height: 310px;
        top: 100px;
        z-index: -1;
    }
}

@media (max-width:768px) {

    /* Text Link CSS Start */
    .node--type-article .comment-comment-form {
        width: 90%;
        margin: 0 auto 50px;
        max-width: 100%;
    }

    .banner_sec_bg.item .mobile-img {
        display: block;
    }

    .hero-banner-section {
        padding-bottom: 50px;
    }

    .rld-text-wrap {
        flex-direction: column;
        max-width: 90%;
        padding: 60px 0;
    }

    .rld-text-left {
        max-width: 100%;
        margin: 0;
    }

    .rld-text-wrap h2 {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .rld-text-wrap p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .rld-text-wrap h3 {
        margin: 20px 0 15px;
    }

    .rld-text-wrap h3 a {
        font-size: 22px;
    }

    .rld-text-wrap ul {
        margin: 0;
    }

    .rld-text-wrap ul li {
        margin: 0 0 10px;
    }

    .rld-text-wrap ul li a {
        font-size: 16px;
    }

    /* Text Link CSS End */
    /* General Promo Section CSS Start */
    .cp-wrapper {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .cp-wrapper:last-child {
        flex-direction: column-reverse;
        margin-bottom: 0;
        gap: 30px;
    }

    .cp-wrapper .corporate-left,
    .cp-wrapper .corporate-right,
    .cp-details {
        max-width: 100%;
        width: 100%;
    }

    .cp-wrapper h2 {
        font-size: 24px;
        margin: 15px 0;
    }

    .cp-wrapper p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    /* General Promo Section CSS Start */

    /* Recipe and Product Grid CSS Start*/
    .inner-wrapper-first h1,
    .inner-wrapper-second .image-section .element_sectionone h1,
    .inner-wrapper-second .image-tiny .element_sectionfive h1,
    .inner-wrapper-second .image-tiny1 .element_sectionfour h1 {
        font-size: 24px;
    }

    .inner-wrapper-first {
        display: block;
    }

    .image-section,
    .image-tiny img {
        width: 100% !important;
    }

    .image-section .element_sectionone,
    .inner-wrapper-second .image-section,
    .inner-wrapper-second .image-section .element_sectionone,
    .image-section .element_sectiontwo,
    .image-section .element_sectionthree,
    .image-tiny1 .element_sectionfour,
    .image-tiny .element_sectionfive {
        height: auto;
    }

    .inner-wrapper-second .image-tiny,
    .inner-wrapper-second .image-tiny1 {
        width: 100% !important;
        height: auto !important;
    }

    /* Recipe and Product Grid CSS End */
    /* Recipe new grid CSS Start */
    .category-title {
        margin: 30px auto;
    }

    .single-tp-ca-box img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .category-wrap ul {
        flex-direction: column;
        max-width: 90%;
        gap: 25px;
        margin-bottom: 25px;
    }

    .single-tp-ca-box {
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    /* Recipe new grid CSS End */
    /* Home CSS */
    .secondary_sec {
        padding: 60px 0 165px;
    }

    /* Brown Sugar CSS */
    body .card_slider_card_itm .card_slider_card_img img {
        min-height: 280px;
        width: 100%;
    }

    /* Cookies CSS Start */
    .cookie_sec_contnt {
        padding: 20px;
        display: block;
        max-width: 350px;
        position: relative;
    }

    .close_btn {
        top: 23px;
        right: 24px;
    }

    .close_btn svg {
        width: 23px;
    }

    .cookie_detail_title {
        font-size: 18px;
        margin-top: 14px;
    }

    .cookie_sec_btns {
        display: block;
        margin-top: 18px;
    }

    .cookie_detail .cookie_sec_btns a {
        font-size: 15px;
        padding: 8px 18px;
        margin: 0 15px 15px 0;
        display: inline-block;
    }

    .cookie_sec_btns a:last-child {
        margin: 0 15px 10px 0;
    }

    /* Cookies CSS End */
    /* Baking Details CSS */
    .content_section .left_animation {
        top: auto;
        margin-top: -200px;
    }

    .content_section .left_animation img {
        height: 300px;
        object-fit: cover;
        width: 120px;
    }

    .content_section {
        padding: 0;
        position: inherit;
    }

    .category_box {
        max-width: 265px;
        margin: auto;
        padding: 0 0 47px;
    }

    /* Footer CSS */
    .view-content.row {
        width: 100%;
        margin: 0;
    }

    .mobile_show {
        display: block;
    }

    svg.small_smile {
        width: 277px;
        height: auto;
    }

    svg.big_smile {
        margin-bottom: 30px;
    }

    .site_footer_row_one {
        flex-wrap: wrap;
        width: 100%;
        align-items: flex-start;
        justify-content: initial;
    }

    .site_footer_col_one {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 46px;
        text-align: left;
    }

    .footer_logo.-ft-mobile-logo {
        text-align: center;
        margin: 30px auto;
        width: 100%;
        display: block;
    }

    .site_footer_col_one .footer_logo {
        display: none;
    }

    .site_footer_col_one {
        order: 3;
        margin: 20px 0 0;
    }

    .footer_logo svg {
        width: 125px;
        height: 90px;
    }

    .site_footer_col_two,
    .site_footer_col_three {
        width: 48%;
    }

    .site_footer_col_four,
    .site_footer_col_five {
        /* width: 100%;
        display: flex;
        justify-content: flex-start; */
        width: 48%;
        margin-top: 35px;
        padding: 0px;
    }

    .site_social_share_itm svg {
        width: 32px;
        height: 32px;
    }

    .site_social_share_itm {
        margin-right: 11px;
    }

    .site_social_share {
        margin: 0 0 0 45px;
    }

    .footer_nav a {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.8px;
    }

    .footer_nav_itm {
        margin-bottom: 10px;
    }

    .site_footer_cont {
        padding: 0 20px;
    }

    .footr_btm_bar_CTA {
        margin: 40px 0 0 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer_subscribe {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .form_inputs,
    select.form_inputs {
        padding: 7px 17px;
        border-radius: 20px;
        font-size: 18px;
        margin-bottom: 14px;
        max-width: 600px;
    }

    .site_footer div#edit-processed-text p {
        font-size: 10px;
        line-height: 13px;
    }

    .transparent_small_btn {
        font-size: 15px;
        padding: 5px 18px;
        border-radius: 16px;
    }

    .footr_btm_bar_CTA_itm a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.8px;
    }

    .copy_right p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px;
        text-align: center;
    }

    .copy_right {
        margin: 20px 0 30px 0;
    }

    .footer_btm_img {
        height: 25px;
        background-attachment: initial;
        background-size: cover;
    }

    svg.big_smile {
        margin-top: -1px;
    }

    .site_footer_cont ul.site_social_share {
        margin-left: 0px;
    }

    /* .site_footer_cont .footr_btm_bar_CTA .footr_btm_bar_CTA_itm:first-child {
        width: 100%;
        margin: 0;
        text-align: center;
        order: 2;
        padding-bottom: 0;
    } */
    .site_footer_cont .footr_btm_bar_CTA {
        margin-top: 24px;
    }

    body footer .form-no-label {
        margin-bottom: 14px !important;
    }

    .footer_subscribe_input {
        margin-bottom: 14px;
    }

    /* Recipe Main CSS */
    .inner_secondary_sec {
        padding: 50px 0 100px;
    }

    /* .main_recipe.inner_secondary_sec {
        padding-top: 240px;
    } */
    .signup_data_box {
        padding: 130px 20px 100px 20px;
        width: 100%;
    }

    .signup_data_box {
        background-size: 230% 230%;
    }

    .rate_recipe_card_hdr_rs {
        flex-direction: column;
    }

    .rate_recipe_card_hdr_rs .stars i {
        font-size: 12px;
    }

    .transparent_pink_small_btn {
        padding: 5px 18px;
        font-size: 15px;
        border-radius: 50px;
    }

    .rate_recipe_card_hdr_rs button {
        margin: 7px 0 0;
    }

    .rate_recipe_card_sld {
        margin-bottom: 0;
    }

    .rate_recipe_card_sld li img {
        height: 280px;
    }

    .rate_recipe_card_sld .owl-dots {
        margin-top: 10px;
    }

    body .rate_recipe_card_sld button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 2px;
    }

    /* General Promo Section CSS Start */
    .pro_grid {
        flex-direction: column;
        max-width: 85%;
        margin-bottom: 55px;
    }

    .pro_grid .pro_left {
        max-width: 100%;
        margin: 0;
    }

    .pro_grid .pro_left img {
        height: 320px;
        object-fit: cover;
    }

    .pro_details {
        max-width: 100%;
    }

    .pro_container {
        max-width: 85%;
        margin: 40px auto 0;
        flex-direction: column;
        gap: 25px;
    }

    .pro_itm {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .pro_itm_img img {
        height: 320px;
        object-fit: cover;
    }

    .pro_itm_data h5 {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .pro_itm_data h6 {
        font-size: 22px;
        line-height: normal;
        margin: 10px 0 20px;
    }

    .pro_itm_data a {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 50px;
    }

    /* General Promo Section CSS End */
    /* Start Conversion Calculator */
    .substitute_sec {
        padding: 60px 0;
    }

    .substitute_sec .cont_hdr_title {
        margin: 0 auto 30px;
    }

    .substitute_grid {
        flex-direction: column-reverse;
        max-width: 90%;
    }

    .substitute_left,
    .substitute_right {
        width: 100%;
    }

    .substitute_left {
        padding-right: 0;
    }

    .substitute_left p {
        font-size: 18px;
        margin: 10px 0px 20px;
    }

    .inpage_social {
        margin: 20px 0 0;
    }

    .substitute_right img {
        border-radius: 40px 0;
    }

    .substitute_right:after {
        border-radius: 40px 0;
    }

    .conversion_calculator {
        padding: 25px;
        border-radius: 15px;
    }

    .conversion_calculator h5 {
        font-size: 30px;
        line-height: normal;
        margin: 0 0 15px;
    }

    .select_value {
        display: inline-block;
        margin: 8px 5px 8px 0;
    }

    .select_value:last-child,
    .select_value:nth-child(4) {
        margin-bottom: 0;
    }

    .calculator span {
        font-size: 40px;
        margin: 0 5px;
        width: auto;
        display: inline-block;
        line-height: 0;
    }

    .calculator {
        flex-wrap: wrap;
    }

    .measurement-chart-block {
        padding: 50px 0;
    }

    .measurement_grid h5 {
        font-size: 50px;
    }

    .measurement_tabs_btns {
        max-width: 90%;
        margin: 40px auto 20px;
        flex-direction: column;
    }

    .measurement_tabs_btns li {
        text-align: center;
        margin: 0 0 10px;
    }

    .measurement_tabs_btns li div {
        padding: 11px 27px;
        font-size: 18px;
        border-radius: 24px;
    }

    .detail_head {
        width: 90%;
        padding: 15px 15px 0;
        border-radius: 15px 15px 0 0;
        margin-bottom: -20px;
    }

    .content_details {
        width: 90%;
        padding: 15px;
        border-radius: 0 0 15px 15px;
    }

    .print_div_chart li {
        font-size: 20px;
    }

    .print_div_chart li span {
        padding: 10px;
    }

    /* End Conversion Calculator */
    /* Extra CSS */
    /* .influencer_section{
        border-top: 1px solid var(--ch-blue);
    }     */
    .Banner-video-close {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    .Banner-video-modal-content {
        width: 90%;
        margin: 20px auto 0;
    }

    .Banner-video-close {
        right: 0px;
    }

    .rcp_ind_breadcrum_nav .breadcrumb {
        justify-content: flex-start;
        ;
    }

    .rcp_ind_sec {
        position: initial;
        overflow: hidden;
    }

    .rcp_ind_sec .rcp_ind_cont_ani_ls {
        top: auto;
        margin-top: -150px;
    }

    .rcp_ind_sec .rcp_ind_cont_ani_rs {
        display: none;
    }

    .cont_hdr_detail {
        max-width: 90%;
    }

    .category-wrap .cont_hdr_detail {
        margin: 0 auto 30px;
    }

    .cont_hdr_detail iframe,
    .brwn_sugar_grid_txt iframe {
        height: 400px;
    }

    iframe {
        width: 100%;
    }

    .corporate-sec {
        margin: 60px auto;
        max-width: 90%;
    }

    .pro_sec {
        padding: 40px 0;
    }

    .pro_details h3 {
        font-size: 22px;
        line-height: normal;
        margin: 10px 0 20px;
        font-style: italic;
        font-family: var(--secondary-font-family-medium);
    }

    .pro_details h5 {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .pro_sec .cont_hdr_title {
        margin-bottom: 30px;
    }

    .brwn_sugar_grid_txt table thead tr th h3 img {
        max-width: 30px;
    }

    .recipe_cook_details {
        font-size: 18px;
    }

    .site_form_fields label {
        margin: 0 0 5px;
        font-size: 14px;
    }

    .site_popup {
        overflow-y: scroll;
    }
}

@media (max-width:600px) {
    .signup_cont {
        /* background-image: url(/sites/default/files/2023-10/ch-bg-img.png) !important; */
        min-height: 720px;
    }

    div#site_popup select.form_inputs {
        background-position: 99% 50%;
    }
}

@media (max-width:340px) {
    .video-button {
        bottom: 25px;
    }

    .video-button svg {
        width: 70px;
        /* margin-top: 10px; */
        height: auto;
        margin: auto;
    }

    .descriptive_card {
        padding: 12px;
    }

    .transparent_small_btn {
        padding: 5px 10px;
    }

    .descriptive_card_hdr {
        flex-direction: column;
    }

    .scroll-menu {
        max-height: 330px;
    }

    div#site_popup select.form_inputs {
        background-position: 97% 50%;
    }
}

@media print {

    /* styles here */
    .site_footer {
        display: none;
    }
}

/* Media Quires CSS End */

.did_you_know_flowers {
    z-index: 0;
}


.rcp_ind_content #addtocartbutton {
    font-family: 'Roboto', sans-serif;
    font-size: 1vw;
    min-width: 190px;
    line-height: 32px;
    text-transform: uppercase;
    background: #de3057 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border: 2px solid #fff !important;
    box-shadow: 9px 9px 0 #f5a1ba !important;
    padding: 0.75vw 1.5vw;
    height: auto;
    border-radius: 0;
}

#addtocartbutton::before {
    content: 'GET INGREDIENTS' !important;
}

#addtocartbutton:hover {
    background-color: #fff !important;
    color: #de3057 !important;
    border-color: #de3057 !important;
}

/** Store locator section **/

.store-locator-box {
    padding: 10.486vw 0 9.028vw;
}

.store_text_contnt {
    max-width: 80.556vw;
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: column;
}

.store-locator-box .store-loc_title {
    color: var(--ch-blue);
    font-style: var(--font-style-normal);
    font-family: var(--primary-font-family-);
    text-transform: var(--text-transform-capital);
    font-size: 3.333vw;
    font-weight: 400;
    line-height: 3.472vw;
    margin: 0 0 0.694vw;
    max-width: 65%;
    text-transform: uppercase;
}

.store_text_contnt {
    background-color: #fce7ed;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    border: 0.5vw solid #ef426e;
    padding: 3vw 5vw;
}

.store-locator-box .cont_hdr_title {
    padding-bottom: 3vw;
}

.store-locator-box .secondary_sec_btn {
    margin-top: 2vw;
    text-transform: uppercase;
}

.zipper-bags .button-row a {
    font-size: 1vw;
}

.zipper_sec_cont:after {
    content: '';
    width: 75%;
    margin: 0 auto;
    height: 0.25vw;
    background: #17458a;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.image-caption-div {
    display: flex;
    justify-content: center;
}

.fall-products a {
    color: white;
}


/** Specific Node CSS 2984 */


.page-node-2984 .cards_container .card_itm:first-child,
.page-node-2984 .cards_container .card_itm:last-child {
    max-width: 64%;
    width: 100%;
}

.page-node-2984 .view-multiple-general-promo #recipe-section .cards_container .card_itm:first-child,
.page-node-2984 .view-multiple-general-promo #recipe-section .cards_container .card_itm:last-child {
    max-width: 96%;
}

.page-node-2984 .view-multiple-general-promo #recipe-section .cards_container {
    flex-wrap: nowrap;
}

.page-node-2984 .view-multiple-general-promo #recipe-section .cards_container .owl-stage-outer {
    padding-top: 2vw;
}

.page-node-2984 .pdt_img:after {
    background: #fff;
}

.page-node-2984 .fh_sec_fl,
.page-node-2984 #recipe-section .left_animation,
.page-node-2984 #recipe-section .right_animation {
    display: none;
}

.page-node-2984 .fourth_sec {
    background: #fce7ee;
    padding: 5vw 0 7vw;
    position: relative;
    overflow: hidden;
}

.page-node-2984 .fourth_sec:before {
    content: '';
    height: 0.25vw;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background: #174489;
}

.page-node-2984 .fourth_sec .single_product:hover .pdt_img img {
    overflow: hidden;
}

.page-node-2984 .pdt_img:after {
    background-size: cover;
    border-radius: 2vw 0;
}

/* Baking tips measure flour */

.page-node-1141 .cntnt_otr_dtal .show-title-ds img {
    max-width: 580px;
    text-align: center;
    margin: 1vw auto;
    width: auto;
    display: block;
    height: auto;
}

.page-node-1141 figure.caption.caption-img {
    max-width: 580;
    text-align: center;
    margin: 1vw auto;
    width: auto;
    display: block;
    height: auto;
}

.page-node-1141 .caption>figcaption {
    display: block;
}

.page-node-1141 h2,
h3 {
    font-family: var(--secondary-font-family-medium);
}

/* End */

@media (min-width: 1025px) {
    .page-node-2984 .pdt_img img {
        height: 25vw;
    }

    .page-node-2984 .fourth_sec_cont_hdr .cont_hdr_title {
        font-size: 3vw;
    }

    .popup_cont_img {
        width: -webkit-max-content;
    }
    .recipe_card .pbs_text p{
        font-size:1.1vw !important;
    }

}

/** End Specific Node CSS 2984 */

@media (max-width: 1024px) {
    .store_text_contnt {
        max-width: 550px;
        padding: 25px;
        width: 90%;
        border: 4px solid #ef426e;
    }

    .store-locator-box .store-loc_title {
        font-size: 40px;
        font-weight: 400;
        line-height: 1.25;
        max-width: 65%;
        text-transform: uppercase;
    }

    .store-locator-box .secondary_sec_btn {
        font-size: 18px;
        margin-top: 20px;
    }

    .single_product .prep_value {
        font-size: 14px;
        margin-top: 6px;
    }

    .page-node-2984 .pdt_img:after {
        border-radius: 40px 0px;
    }

    .page-node-1141 .card_slider_container {
        padding: 0 0 140px;
    }
}

@media (max-width: 767px) {
    .zipper_sec_cont:after {
        display: none;
    }

    .zipper-bags .zipper-col {
        flex-direction: column;
    }

    .zipper-bags .zipper-right p,
    .zipper-bags .zipper-right ul li,
    .zipper-bags .zipper-right ul li stong {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 20px
    }

    .zipper-bags .zipper-right h3 {
        font-size: 24px;
    }

    .zipper-bags .zipper-right ul {
        margin-left: 20px;
    }

    .zipper-bags .button-row a {
        font-size: 15px;
    }

    .zipper-bags .logo-zipper img {
        max-width: 150px;
        margin-top: 20px;
        max-height: 68px;
    }

    .zipper-bags.fourth_sec {
        padding: 50px 0 !important;
    }

    .zipper-bags.fourth_sec .left_animation {
        max-width: 95px;
        top: 0;
    }

    .zipper-bags.fourth_sec .right_animation {
        max-width: 95px;
    }

    .store-locator-box .store-loc_title {
        font-size: 30px;
        line-height: 1.25;
        max-width: 80%;

    }

    .store-locator-box .secondary_sec_btn {
        font-size: 14px;
        margin-top: 20px;
    }

    .banner_sec_bg.item img {
        display: none;
    }

    .banner_sec_bg.item .mobile-img img {
        display: block;
    }

    .page-node-2984 .banner_data_box,
    .page-node-2984 .banner_sec_cont {
        margin-bottom: 0;
    }

    .page-node-2984 .hero-banner-section {
        padding-bottom: 0;
    }

    .page-node-2984 .fourth_sec {
        padding: 20px 0 150px;
    }

    .page-node-2984 .secondary_sec {
        padding: 20px 0 165px;
    }

    .page-node-2984 .thrid_sec {
        padding: 50px 0;
    }

    .desktop_show div:last-child {
        position: static;
        margin: 0;
    }

    .signup_data_box_title h5 {
        width: 100%;
    }

    .page-node-1141 .cntnt_otr_dtal .show-title-ds img {
        max-width: 100%;
    }

    .page-node-1141 figure.caption.caption-img {
        max-width: 100%;
    }

    .page-node-3317 .brwn_sugar_bg_rs_bakers_page {
        display: none;
    }
}

.product_image {
    display: none;
    /* Hide all images by default */
}

.product_image.active {
    display: block;
    /* Only the active image is visible */
    position: relative;
    /* top: 200px; */
    top: 14vw;

}

@media only screen and (min-width: 769px) and (max-width: 985px) {
    .product_image.active {
        top: 150px;
    }
}

@media(max-width: 768px) {
    .products_images_section .single_product_slider .pdt_img img {
        background: transparent;
        width: 100%;
        height: 340px;
        object-fit: contain;
    }
}

@media(max-width: 480px) {
    .site_footer_cont {
        padding: 0 20px;
    }

    .footer_nav a {
        font-size: 15px;
        line-height: 16px;
    }

    .site_footer_col_two ul.footer_nav li:nth-child(1)::after {
        font-size: 14px;
    }

    .site_footer_col_two ul.footer_nav li:nth-of-type(1),
    .site_footer_col_two ul.footer_nav li:nth-of-type(2) {
        display: block;
    }

    /* .site_footer_col_two ul.footer_nav li:nth-of-type(1) {
            margin-bottom: 0px;
    } */
    .site_footer_col_two ul.footer_nav li:nth-of-type(2) {
        line-height: 0.25;
    }

    .banner_sec_cont {
        margin: 40px 20px;
    }
}

#main-wrapper {
    min-height: 100% !important;
}


.page-node-2958 .card_slider_card_img {
    border-radius: 50px 0;
    background: white;

}

/* .page-node-2958 .card_slider_card_img img {
    border-radius: 40px 0px;
    box-shadow: unset !important;
    object-fit: contain !important;
    max-height: 31.306vw;
    height: 30.306vw;

} */
/* FAQs Product Detail page */
.product-detail-faq {
    padding: 5vw 0 4vw;
    background: white;
}

.product-detail-faq .cont_hdr_title {
    max-width: 100%;
    margin-bottom: 4vw;
}

.faq-question h5 {
    font-weight: 600;
    line-height: 1.823vw;
    font-size: 1.5vw;
    margin: 3.281vw auto 1vw;
    text-transform: uppercase !important;
}

.faq-answer {
    line-height: 1.823vw;
    font-size: 1.2vw;

}

.faq-item {
    font-weight: 390;
    margin: 1.042vw 0;
    color: var(--dark-gray);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    font-family: var(--secondary-font-family-medium);
    text-align: center;
    max-width: 66.479vw;
    margin: auto !important;
}


.product-detail-faq .container-box {
    max-width: 90vw;
    margin: 0 auto;
}

/* .faq-answer p {
    margin-bottom: 0;
} */

@media (max-width: 768px) {

    /* .page-node-2958 .card_slider_card_img img {
        min-height: 280px !important;
        width: 100%;
    } */
    .page-node-2958 .card_slider_container {
        padding: 0 0 140px !important;
    }

    .page-node-993 .zipper-left img {
        height: 250px;
        width: 100%;
        object-fit: contain;
        margin: 0 auto 32px;
    }

    .page-node-993 .zipper-right p {
        font-size: 16px;
        line-height: normal;
    }

    .page-node-993 .zipper-right h2 {
        font-size: 22px;
        line-height: 1.5;
    }

    .page-node-993 .zipper-bags .button-row a {
        font-size: 15px;
    }

    .product-detail-faq {
        padding: 40px 0 30px;
    }

    .faq-question h5 {
        font-size: 18px !important;
        line-height: 30px !important;
        font-size: 16px;
        line-height: 23px;
        max-width: 90%;
        margin: 40px auto 20px;
        text-transform: uppercase;
    }

    .faq-answer {
        font-size: 16px;
        line-height: 26px;
    }

    .faq-item {
        font-weight: 390;
        margin: 30px auto 10px;
        max-width: 100%;
    }
}

.product-detail-faq .cont_hdr_title::before {
    margin-right: 1.042vw;
}

.product-detail-faq .cont_hdr_title::after {
    margin-left: 1.042vw;
}

.product-detail-faq .cont_hdr_title::before,
.product-detail-faq .cont_hdr_title::after {
    content: '';
    display: block;
    background-image: url('data:image/svg+xml,%3Csvg width="136" height="9" viewBox="0 0 136 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cline x1="0.922363" y1="0.5" x2="135.5" y2="0.5" stroke="%23AE841F"/%3E%3Cline x1="0.922363" y1="4.5" x2="135.5" y2="4.5" stroke="%23AE841F"/%3E%3Cline x1="0.922363" y1="8.5" x2="135.5" y2="8.5" stroke="%23AE841F"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    width: 8vw;
    height: 0.556vw;
}


.product-detail-faq .cont_hdr_title {
    text-align: center;
    font-size: 4.028vw;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.48px;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-faq .cont_hdr_title:before,
.product-detail-faq .cont_hdr_title:after {
    display: none;
}
.faq-heading {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.product-detail-faq .banner_data_box_sep {
    text-align: center;

}

@media screen and (max-width: 1024px) {
    .product-detail-faq .cont_hdr_title {
        flex-direction: column;
    }

    .product-detail-faq .cont_hdr_title::before {
        width: 40px;
        height: 10px;
        margin: 0 0 25px 0;
        background-size: inherit;
    }

    .product-detail-faq .cont_hdr_title::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-detail-faq .faq-heading {
        gap: 0;
        flex-direction: column;
    }
}
@media screen and (max-width: 425px) {
    .cubic-shaped-box-title {
    font-size:32px !important;
    }
}
@media (max-width: 400px) {
.ch-mobile-menu .sr-icons {
    max-width:100%;
    margin-bottom:16px;
}
}