    /******************************************************

===================== Default CSS =====================

*******************************************************/

.light_grey {
    background-color: #F3F3F3;
}

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

a.theme_button  {
    font-family: 'Bitter', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 46px;
    color: #F3F3F3;
    background-color: #6C32A6;
    border: 2px solid #6C32A6;
    letter-spacing: 0.02em;
    padding: 6px 24px;
    text-transform: capitalize;
    transition: all 0.4s;
}

a.theme_button:hover {
    background: #ffffff;
    color: #6C32A6;
    border: 2px solid #6C32A6;
}
.footer-logo{
    position: relative;
    margin-top: -110px;
    z-index: 1;
}

/******************************************************

============= Subpage Banner Section CSS ==============

*******************************************************/

.subpage_banner {
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}
.col-md-8.banner-left {
    display: flex;
    align-self: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.banner_image {
    margin-right: calc(-100vw / 2 + 1216px / 2);
    z-index: 1;
}

.banner_content {
    margin-right: 100px;
    padding: 65px 0;
}

.banner_image img {
    width: 100%;
}

/******************************************************

================ Breadcrumb Section CSS ===============

*******************************************************/

.breadcrumb_section {
    border-top: 4px solid #F3F3F3;
    border-bottom: 4px solid #F3F3F3;
    background-color: #FFF;
}

.breadcrumb {
    margin: 0;
    padding: 5px 0;
}
.breadcrumb-item a {
    font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.9);
    text-transform: capitalize;
    transition: all 0.4s;
}
.breadcrumb-item:hover  a{
    color: #6C32A6;
}

.breadcrumb-item+.breadcrumb-item:hover::before{
    filter: invert(22%) sepia(63%) saturate(2517%) hue-rotate(256deg) brightness(86%) contrast(91%);
}
.breadcrumb-item{
    font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.9);
    text-transform: capitalize;
}
.breadcrumb-item+.breadcrumb-item {
    position: relative;
    padding-left: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background-image: url(../images/breadcrumb.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    padding-right: 0;
    background-size: 100%;
}

/***************************************************************

================ Banner Overlay Text Section CSS ===============

****************************************************************/

.banner_overlay_text_section {
    background-image: url(../images/banner_overlay_text_bg_img.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
    position: relative;
    background-color: #124834;
}
.banner_overlay_text_section::after{
    position: absolute;
    content: "";
    width: 260px;
    height: 275px;
    clip-path: polygon(0 40%, 0% 100%, 100% 100%);
    background: #f3f3f3;
    bottom: -2px;
    left: 0;
}
.banner_overlay_text_content p {
    max-width: 62%;
}

/***************************************************************

====================== Feature Section CSS =====================

****************************************************************/
.two_column_text{
    background: #f3f3f3;
}
.feature_row {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 60px;
}

.feature_svg {
    margin-bottom: 20px;
}

.text_with_btn_row {
    margin-top: 80px;
}
.text_with_btn_wrapper .btn_style {
    margin-left: 15px;
}
.shop_visit_btn_wrapper .visit_btn {
    color: #6C32A6;
    background-color: transparent;
    margin-left: 18px;
}

/***************************************************************

======================== Visit Section CSS =====================

****************************************************************/

.visit_section{
    background-color: #124834;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.visit_section .container{
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.visit_left_column {
    background-image: url(../images/visit-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.visit-map-content{
    background: url(../images/visit-bg-img.png) no-repeat top right;    
    background-size: cover;
    color: #FFF;
    padding: 4rem 2rem 4rem 0;
    position: relative;
    pointer-events: auto;
}

.visit-map-content::before{
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    left: -990%;
    top: 0;
    background: #124834;
    z-index: 1;
}
.visit-map-content::after{
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(18,72,52);
    background: linear-gradient(90deg, rgba(18,72,52,1) 0%, rgba(18,72,52,1) 25%, rgba(18,72,52,0) 70%);
    z-index: 1;
}
.visit-map-content .inner-content{
    position: relative;
    z-index: 3;
}
.visit-map-content .inner-content .visit-us-head {
    position: absolute;
    top: 0px;
    right: 0;
    width: auto;
    max-width: 117px;
    text-align: right;
}
.visit-map-content .inner-content .visit-us-head h3{
    color: #124834;
    font-size: 40px;
}
.visit-map-content .inner-content .visit-us-head h3::after{
    display: none;
}
.visit-map-content .inner-content h3,
.visit-map-content .inner-content h4{
    color: #FFF;
    text-transform: capitalize;
    position: relative;
}

.visit-map-content .inner-content h3::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

    content: "";
    width: 24px;
    height: 24px;
    position: relative;
    bottom: 0;
    right: -6px;
    display: inline-block;
}

.visit-map-content .inner-content .visit_left_column_content{
    padding-right: 3rem;
    position: relative;
}
.visit-map-content .inner-content .visit_left_column_content::after{
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 8rem);
    background-color: rgba(255, 255, 255, 0.5);
    top: -4rem;
    right: 1rem;
}

.open-timing p{
    font-size: 18px;
    line-height: inherit;
    font-weight: 400;
}

a.visit-address{
    display: inline-flex;
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
    transition:  all 0.4s;
}

a.visit-address:hover p{
    color: #000;
    font-weight: 600;
}
a.visit-address:hover,
a.visit-address:active,
a.visit-address:focus{
    color: #000;
    text-decoration: underline;
}
.visit-address .icon{
    margin-right: 1rem;
}
a.visit-address:hover .icon img {
  
    filter: invert(1);
}
.visit-address p span{
    display: block;
}
.responsive-map {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.9;
}
.responsive-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .responsive-map::after {
    content: "";
    display: block;
    background-image: url(../images/green-location.png);
    height: 80px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right center;
    z-index: 16;
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
} */
.get_directions_box .get_directions {
    display: block;
    padding: 5px 10px;
    color: #124834;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    letter-spacing: 0.36px;
    border-radius: 20px;
    border: 1px solid rgba(18, 72, 52, 0.90);
    background: rgba(255, 255, 255, 0.90);
}
.get_directions_box{
    position: absolute;
    right: 30%;
    transform: translateY(-50%);
    transition: all 0.4s;
    top: 50%;
    text-align: center;
}
img.pin-icon { 
    width: auto;
    height: auto;
    transform: scale(1);
    transition: all 0.4s;
}
img.pin-icon:hover {
    transform: scale(1.1);
}
.responsive-map iframe{
    width: 100%;
    height: calc(100% + 1px);
    border: 0;
    margin: 0;
}
/* .visit_left_column::before {
    content: "";
    background: linear-gradient(270deg, rgba(18, 72, 52, 0) 37.46%, rgba(18, 72, 52, 0.272535) 52.05%, rgba(18, 72, 52, 0.3) 97.82%), linear-gradient(90deg, rgba(18, 72, 52, 0) 64.46%, #124834 100%);
    background-blend-mode: normal, normal, hard-light;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #124834;

}

.visit_left_column::after {
    content: "";
    background: linear-gradient(270deg, rgba(18, 72, 52, 0) 37.46%, rgba(18, 72, 52, 0.272535) 52.05%, rgba(18, 72, 52, 0.3) 97.82%), linear-gradient(90deg, rgba(18, 72, 52, 0) 64.46%, #124834 100%);
    background-blend-mode: normal, normal, hard-light;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(18, 72, 52, 0.5);
    width: 100%;
    height: 100%;
} */

/***************************************************************************

============================ Recipe Categories Page CSS =====================

****************************************************************************/

/********************** Recipe Category Section CSS  *********************/

.recipe_category .row {
    margin-bottom: -40px
}

.recipe_category .row>div {
    margin-bottom: 40px;
}

.recipe_cat_title {
    margin-top: 10px;
}
.recipe_category_img{
 position: relative;
 padding-top: 100%;
 overflow: hidden;
}
.recipe_category_img img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s;
}
.recipe_category_box {
    width: 100%;
}
.recipe_category_box:hover .recipe_category_img img {
    transform: scale(1.1);
}
.recipe_cat_title h4:before {
    height: 2px;
    background: #6C32A6;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s;
}
.recipe_category_box:hover .recipe_cat_title h4:before{
    opacity: 1;
    width: 100%;
}
.recipe_category_box:hover .recipe_cat_title h4::after{
   right: -10px;
}
.recipe_cat_title h4 {
    display: inline-block;
    font-family: 'Bitter', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 46px;
    color: #000000;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    padding-right: 27px;
}

.recipe_cat_title h4::after {
    content: "";
    display: block;
    background-image: url(../images/category-right-arrow.svg);
    width: 9px;
    height: 17px;
    position: absolute;
    top: 17px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.4s;
}
.recipe_cat_desc p {
    font-size: 18px;
    color: #000000;
}


/********************** Store Page CSS  *********************/
.store-essential-with-icons{
    position: relative;
    background: url(../images/store_essential.png) no-repeat top right;
    background-size: cover;
    padding: 80px 0;
    color: #FFF;
    overflow: hidden;
}
.store-essential-with-icons::after {
    position: absolute;
    content: "";
    width: 260px;
    height: 275px;
    clip-path: polygon(0 40%, 0% 100%, 100% 100%);
    background-color: #f3f3f3;
    bottom: -2px;
    left: 0;
}
.left-heading h3{
    color: #FFF;
    font-weight: 600;
    margin: 0;
}
.icon-img{
    margin: 0.7rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.icon-img img{
    width: 250px;
}
.icon-img h5 {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-img h5 span{
    display: block;
}
.businesses-anymore-section{
    background-color: #f3f3f3;
}
/* .in-store-experience{
    padding: 1.5rem 0 0 0;
} */
.in-store-experience ul li:not(:last-child){
    margin-bottom: 1.2rem;
}
.in-store-experience ul li{
    display: flex;
    align-items: center;
}
.in-store-experience ul li .icon{
    margin-right: 1.5rem;
    text-align: center;
    min-width: 40px;
}
.in-store-experience ul li .text{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.we-love-section{
    padding: 85px 0;
    background: url(../images/we-love-bg.png) no-repeat top right #FFF;
    background-size: contain;
}
.we-love-section .container{
    position: relative;
}
.we-love-leaf{
    position: absolute;
    bottom: -85px;
    right: 320px;
}
/********************** Store Page CSS  *********************/


/********************** Delivery Shipping Page CSS  *********************/
.delivery-offer-box{
    background-color: #E2E2E2;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}
.delivery-offer-box .icon{
    margin-right: 20px;
    flex-shrink: 0;
    width: 50px;
}
.delivery-offer-box .text p{
    margin-bottom: 24px;
    line-height: 1.2;
}
.col-md-5.delivery-listing-content p {
    line-height: 30px;
    margin-bottom: 20px;
}
.delivery-offer-box .text p:last-child{
    margin-bottom: 0;
}
.delivery-offer-box p strong {
    font-weight: 500;
}
.delivery-listing{
    padding-left: 1.5rem;
}
.delivery-listing li{
    list-style-type: disc;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.delivery-listing li:not(:last-child) {
    margin-bottom: 15px;
}
.accordian-theme.accordion-flush .accordion-item{
    border: 2px solid #6C32A6;
    margin-bottom: 30px;
}
.accordian-theme.accordion-flush .accordion-header {
    padding: 0 0;
 
}

.accordian-theme.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    /* border: 2px solid #6C32A6; */
    background-color: #FFF;
    box-shadow: none;
    font-weight: 700;
    font-size: 20px;
    /* transition: all 0.4s; */
}

.accordian-theme.accordion-flush .accordion-item .accordion-body{
    padding-top: 0;
    padding-bottom: 0;
    background: #FFF;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
.accordian-theme.accordion-flush .accordion-item .accordion-button:focus{
    box-shadow: none;
    outline: none;
}
.accordian-theme.accordion-flush .accordion-item .accordion-button:not(.collapsed){
    color: #6C32A6;
}
.accordian-theme.accordion-flush .accordion-item .accordion-button::after{
    background-image: url(../images/green_pluse.svg);
    transform: none;
}
.accordian-theme.accordion-flush .accordion-item .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='%236C32A6'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
}

.shipping-faqs .container{
    position: relative;
}

.shipping-faqs .leaf-bottom{
    position: absolute;
    right: -40px;
    bottom: -80px;
}
.shipping-faqs .leaf-bottom img{
    width: 400px;
}
/********************** Delivery Shipping Page CSS  *********************/


/********************** Contact Page CSS  *********************/
.gform_confirmation_message_1 {
    border: 2px solid #4CAF50;
    padding: 10px;
    text-align: center;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    padding: 0 !important;
    color: red;
}
.contact-form-style .form-label{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: left;
}
.contact-form-style .form-control{
    padding: 0.7rem;
    font-family: 'Roboto', sans-serif;
}
.contact-form-style ::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
}
.contact-form-style .form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
}
.contact-form-style .btn{
    padding: 1rem;
    min-width: 220px;
    background-color: #6C32A6;
    color: #FFF;
    border-radius: 0;
    font-weight: 600;
    font-size: 20px;
    border-color: #6C32A6;
}
.contact-form-style .btn:focus{
    outline: none;
    box-shadow: none;
}
.contact-form label {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-feature-settings: 'liga' off;
    color: #000000;
}
.contact-form input ,textarea {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19px !important;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0.8;
    padding: 15px !important;
    height: auto;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    outline: none;
}
.contact-form .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 135px;
}
.contact-form input[type="submit"] {
    background: #6C32A6;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 6px 25px;
    width: auto;
    max-width: 220px;
    width: 100%;
    text-align: center;
    height: 62px;
}
.contact-form-sec p {
    /* opacity: 0.9; */
    color: rgba(0, 0, 0, 0.9);
}

p.gform_required_legend {
    display: none;
}
.contact-form .gform_wrapper .gfield_required{
    font-size: 16px;
}
.contact-form .gform_wrapper .gfield_error label{
    color: #000000;
}
.contact-form .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.contact-form .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    border: none;
    background: none;
    padding: 0;
}
/********************** Contact Page CSS  *********************/


/********************** Terms & Conditions Page CSS  *********************/
.terms-condition{
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.02em;
    text-align: left;
}
.terms-condition h5 {
    margin: 0;
}
.terms-condition h3:not(:first-child){
    margin-top: 2.2rem;
}
.terms-condition h3{
    margin-bottom: 7px;
}
.terms-condition ul {
    padding-left: 1.5rem;
}
.terms-condition ul li {
    list-style-type: disc;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.terms-condition ul li:not(:last-child) {
    margin-bottom: 0.8rem;
}
.terms-condition ul li ol{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.terms-condition ul li ol li{
    list-style-type: circle;
}
/********************** Terms & Conditions Page CSS  *********************/


/********************** Resources Page CSS  *********************/
.singal-page-content p a, .single-resources-post p a {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}
.recipe-resources{
    margin-bottom: 40px;
}
.recipe-resources h3{
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.recipe-resources h3::after{
    content: "";
    background-image: url(../images/recipe_category_arrow.svg);
    width: 32px;
    height: 32px;
    position: relative;
    bottom: -6px;
    right: 0px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.recipe-resources ul li:not(:last-child){
    margin-bottom: 0.5rem;
}
.recipe-resources ul li a{
    color: #000;
}

.recipe-resources ul li a:hover{
    color: #333;
}
/* #test-id #thwmscf-tab-panel-4 .place-order{
	display: none !important;
} */

/* #thwmscf-tab-panels form div:nth-child(5) .woocommerce-terms-and-conditions-wrapper {
    display: none !important;
} */

#thwmscf-tab-panels form div:nth-child(5) button {
    display: none;
}

/********************** Resources Page CSS  *********************/
.singal-page-content p a, .single-resources-post p a {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}
.recipe-resources{
    margin-bottom: 40px;
}
.recipe-resources h3{
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.recipe-resources h3::after{
    content: "";
    background-image: url(../images/recipe_category_arrow.svg);
    width: 32px;
    height: 32px;
    position: relative;
    bottom: -6px;
    right: 0px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.recipe-resources ul li:not(:last-child){
    margin-bottom: 0.5rem;
}
.recipe-resources ul li a{
    color: #000;
}

.recipe-resources ul li a:hover{
    color: #333;
}

.mySwiper .swiper-slide a{
    padding: 8px 17px;
    background: #fff;
    color: #6C32A6;
    border: 1px solid #6C32A6;
    font-weight: 500;
    border-radius: 4px;
    display: block;
    text-align: center;
}
.mySwiper .swiper-slide a.active-child-category {
    color: #fff;
    background: #6C32A6;
}
.swiper.mySwiper{
    padding: 50px 0;
}

/* --- */
.cat-slider .swiper-button-prev:after {display: none;}
.cat-slider .swiper-button-next:after {display: none;}
.cat-slider .slick-arrow {
position: static;
transform: unset;
}
.swiper-button_div .swiper-button-next {
margin-left: 16px;
}
.cat-slider .slick-arrow{
background-color: rgb(255 255 255 / 80%);
height: 64px;
width: 64px;
border-radius: 50%;

padding: 0;
font-size: 0;
outline: none;
border: none;
background-size: 25px;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
border: 1px solid #D2D2D2;
transition: all 0.4s;
}

/* delivery benner css */
.Pro-de-blue-btn {
    background: #124834;
    padding: 10px 15px 10px 55px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blue-btn_left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: hsl(0deg 0% 100% / 20%);
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Pro-de-blue-btn img {
    width: 20px;
    margin-left: 10px;
    filter: invert(1) brightness(10);
}

.blue-btn_left img {
    margin: 0;
}

/******************************************************

==================== Responsive CSS ===================

*******************************************************/

@media only screen and (max-width: 3600px) and (min-width: 1601px)  {
    /* .banner_image {
        width: 25%;
    } */
    
}


@media only screen and (min-width: 1300px) {
    
}
@media only screen and (max-width: 1600px) {
    /* .banner_image {
        width: 40%;
    } */
}
@media only screen and (max-width: 1299px) {
    .banner_image {
        margin-right: calc(-100vw / 2 + 1116px / 2);
        z-index: 1;
    }
}

@media only screen and (max-width: 1199px) {
    .banner_content {
        padding: 2rem 0;
        margin-right: 50px;
    }
    .banner_image {
        margin-right: calc(-100vw / 2 + 936px / 2);
        z-index: 1;
    }
    .shop_visit_btn_wrapper{
        padding-top: 1.5rem;
    }

    .we-love-section {
        background-position: 170% 0;
    }

    .recipe-resources h3{
        font-size: 26px;
    }
    .feature_row {
        gap: 15px;
    }
    .visit-map-content {
        padding: 2rem 1rem 2rem 0;
    }
    .visit-map-content .inner-content .visit_left_column_content p {
        margin-bottom: 15px;
    }
    .open-timing p {
        margin-bottom: 15px;
    }
    .text_with_btn_wrapper .btn_style {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    /* .banner_image {
        width: 35%;
    } */
    .banner_image {
        margin-right: calc(-100vw / 2 + 696px / 2);
        z-index: 1;
    }
    .text_with_btn_row {
        margin-top: 60px;
    }
    .responsive-map {
        position: relative;
        height: 480px;
        width: 100%;
        margin-top: -140px;
    }
    .get_directions_box {
        left: 50%;
        transform: translate(-50%, -50%);
        top: 60%;
        width: fit-content;
    }
    .border-line {
        border-bottom: 1px solid #F3F3F3;
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    .visit-map-content .inner-content .visit_left_column_content {
        padding-right: 0;
    }
    .visit-map-content {
        padding: 80px 0;
        background: none;
    }
    .visit_section {
        background-color: #ffffff;
    }
    .visit_section-left{
        position: relative;
        background-image: url(../images/mobile-in-store-img-2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 3;
    }
    
    .social-link ul li a{
        word-break: break-word;
    }

    .banner_overlay_text_content p{
        max-width: 100%;
    }
    .visit-map-content .inner-content .visit-us-head {
        display: block;
        top: auto;
        bottom: -140px;
        right: 15px;
        padding: 0;
    }

    .visit-map-content .inner-content h3::after{
        bottom: -3px;
        width: 20px;
        height: 20px;
    }

    .recipe_cat_title h4{
        font-size: 24px;
        line-height: 30px;
    }

    .recipe_cat_title h4::after {
        width: 7px;
        height: 12px;
        top: 9px;
    }

    .we-love-section {
        background-image: none;
    }
    .we-love-leaf {
        right: 0;
    }

    .left-heading h3{
        margin-bottom: 2rem;
    }

    .contact-form-style{
        margin-bottom: 1.5rem;
    }
    .banner_content {
        padding: 1.5rem 0;
        margin-right: 30px;
    }

    .visit-map-content .inner-content .visit_left_column_content::after{
        display: none;
    }
    .responsive-map:after {
        height: 65px;
        width: 50px;
        left: 50%;
        top: 80%;
        transform: translate(-50%, 50%);
    }
    .responsive-map:after:hover{
        height: 85px;
        width: 60px;
    }
}

@media only screen and (max-width: 767px) {

    /*breadcrumb*/
    .breadcrumb-item a {
        font-size: 13px;
    }
    .breadcrumb-item {
        font-size: 13px;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 20px;
    }
    .breadcrumb-item+.breadcrumb-item::before{
        left: 3px;
    }
    .banner_image {
        display: none;
    }
    .banner_overlay_text_section{
        padding: 100px 0;
    }
    .banner_content {
        margin-right: 0;
    }
    .banner_overlay_text_section::after {
        width: 160px;
        height: 150px;
    }
    .feature_row {
        grid-template-columns: repeat(2,1fr);
    }
    .text_with_btn_row {
        margin-top: 40px;
    }
    .recipe_category_box{
        display: block;
    }
    .recipe_category_img img{
        width: 100%;
    }

    .delivery-offer-box{
        margin-bottom: 1.5rem;
    }

    .shipping-faqs .leaf-bottom img{
        width: 300px;
    }
    .shipping-faqs .leaf-bottom{
        right: 40px;
    }
    .recipe-resources h3{
        font-size: 22px;
    }
    .recipe-resources h3::after {
        width: 24px;
        height: 24px;
        bottom: -5px;
    }
    .wcu-features-list {
        margin-top: 50px;
    }
    .we-love-leaf {
        width: 180px;
    }
    .footer-logo {
        max-width: 220px;
        margin: -110px auto 0;
    }
    .premium-essential-oils .in-store-experience {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .recipe_cat_title h4{
        font-size: 20px;
        line-height: 26px;
    }

    .banner_overlay_text_section::after {
        width: 100px;
        height: 150px;
    }

    .delivery-offer-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .delivery-offer-box .icon{
        margin-right: 0;
        margin-bottom: 1.2rem;
    }

    .store-essential-with-icons::after {
        width: 160px;
        height: 200px;
    }
    
    .feature_row {
        grid-template-columns: repeat(1,1fr);
    }
}