h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
label,
input,
select {
    font-family: "Figtree" !important;
}

html,
body {
    overflow-x: hidden;
    font-family: "Figtree" !important;
}

a {
    word-break: break-word;
}

a, 
button {
	transition: 0.2s ease;
}

.products-col {
    display: flex;
    justify-content: start;
    gap: 30px;
}

.product-card h4 {
    color: #361922;
    font-size: 26px;
}

.checkout-upsells h2 {
    text-transform: capitalize;
}

.product-card .woocommerce-Price-amount.amount {
    color: #361922;
    font-size: 30px;
    font-weight: 700;
}

.product-card {
    background: white;
    padding: 30px;
    border-radius: 30px;
}

.checkout-upsells .product-card {
    width: calc(100% / 3 - 15px);
}

.product-card img {
    width: 100%;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

a.button.add_to_cart_button {
    background: #361922;
    padding: 15px 25px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

a.button.add_to_cart_button:hover {
    background: #e37859;
}

.grecaptcha-badge {
    z-index: 99;
}

body.page-id-623 {
    background: #361922;
}

.postid-2239 section.how-to-use {
    padding-top: 0px;
}

.related.products ul.products {
    margin-bottom: 0;
}

.font-700,
.font-700 * {
    font-weight: 700 !important;
}

.product_meta .posted_in {
    display: none !important;
}

body.error404 {
    background: #361922;
}

body.error404 main.site-main {
    padding: 70px 30px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

body.error404 h1.entry-title {
    width: 100%;
    font-size: 60px;
    line-height: 1.1;
    margin: 0 0 30px !important;
}

.woosb-name,
.woosb-name a,
.woosb-price-ori {
    color: #361922;
}

.header-icon svg {
    width: 37px;
    height: 37px;
}

.header-icon.cart-icon {
    position: relative;
    display: inline-block;
}

.header-icon.cart-icon .cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #E37859;
    width: 24px;
    height: 24px;
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

/* njknnnnlnlnlmn */
.open-orders-popup a {
    cursor: pointer;
}

/* POPUP OVERLAY */
.delivery-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* SHOW POPUP */
.delivery-overlay.active {
    display: block;
}

/* POPUP CONTENT */
.delivery-overlay-content {
    position: relative;
    max-width: 1200px;
    margin: 5vh auto;
    background: #e37859;
    /*     background: orange; */
    padding: 60px 40px;
    max-height: 90vh;
    overflow-y: auto;
}

.delivery-options .location-column .btn:hover {
    background: #3d1921cc;
}

/* CLOSE BUTTON */
.close-delivery-overlay {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

/* LOCATION COLUMNS */
.location-column {
    margin-bottom: 40px;
}

/* BUTTON STYLES */
.btn-brown {
    background: #3D1921;
    color: #fff;
    margin-bottom: 26px;
    display: inline-block;
    padding: 16px;
    text-decoration: none;
}

.pdf-menu {
    background: #fff;
    color: #3D1921 !important;
    margin-right: 6px;
    padding: 16px;
    text-decoration: none;
}


/* bjbnnbnk */
.hero-banner-section .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0 !important;
}

/* ___________________________ */

.variable-width-header {
    text-align: center;
}

.delivery-options .location-column {
    text-align: center;
}

.delivery-options .location-column .btn {
    border-radius: 10px;
    display: inline-flex;
    margin: 10px 0;
}

@media(max-width: 767px) {
    .delivery-options .location-column .btn {
        margin: 10px 0;
        font-size: 14px;
        padding: 10px 12px;
    }
}

/* __________________________ */

@media(max-width: 1024px) {
    nav.hfe-nav-menu__layout-horizontal {
        position: absolute;
    }
}

.hero-banner-section .banner-cta {
    font-family: 'Denominary';
}

/* product */
div .content-area {
    background-color: #361922;
}

.testimonials {
    padding: 60px 20px;
    color: white;
}

.testimonials-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
}

.swiper-slide {
    background: transparent;
    width: 45%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
}

.testimonials-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

.testimonials-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-stars {
    margin-bottom: 8px;
}

.review-stars img {
    width: 118px;
    height: auto;
    display: block;
    margin-top: 5px;
}

.testimonials-sign {
    font-family: 'creattion demo';
    font-size: 48px;
    font-weight: 500;
    color: white !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.testimonials-sign span svg {
    width: 52px;
    height: 40px;
    fill: white;
}

.people-saying-testimonials .swiper-slide {
    gap: 30px;
}

.people-saying-testimonials .testimonials-container {
    max-width: 100% !important;
    justify-content: space-between;
    gap: 70px;
}

.people-saying-testimonials .testimonials-image img {
    width: 245px;
    height: auto;
    aspect-ratio: 7/8;
}

.people-saying-testimonials .testimonials-info h4 {
    font-family: 'gellix';
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.people-saying-testimonials .testimonials-info P {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    margin: 10px 0 20px;
}

.testimonials-shortcode .testimonials-info h4 {
    font-family: 'gellix';
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 20px;
    width: 100%;
    text-align: left;
}

.testimonials-shortcode .testimonials-info p {
    font-size: 16px;
    font-family: 'gellix';
    font-weight: 500;
    font-style: italic;
    line-height: 1.8;
    margin: 0 0 10px;
    text-align: left;
}

.testimonials-shortcode .testimonials-sign span svg {
    opacity: 0.4;
}

.testimonials-shortcode .testimonials-image img {
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 9 / 10;
}

.testimonials-shortcode .testimonials .swiper-slide {
    display: flex;
    align-items: start;
    gap: 0 30px;
}

.testimonials-shortcode .testimonials h2 {
    width: 100%;
    font-size: 48px;
    text-align: center;
    text-transform: capitalize;
    padding: 0 !important;
    margin: 0 0 40px;
}

.testimonials-shortcode .testimonials-container {
    gap: 0;
    padding: 0;
}


.testimonials-shortcode .swiper.testimonials-slider .swiper-nav-btn {
    top: 30px;
    width: 65px;
    height: 65px;
    background: #361922;
    border-radius: 50%;
    right: 0;
    left: unset;
}

.testimonials-shortcode .swiper.testimonials-slider .swiper-nav-btn.swiper-button-prev {
    right: 80px;
}

.testimonials-shortcode .swiper.testimonials-slider .swiper-button-next:after,
.swiper.testimonials-slider .swiper-button-prev:after {
    font-size: 25px;
    color: #ffffff;
}

.testimonials-shortcode .testimonials-slider {
    position: static;
}

.testimonials-shortcode .testimonials {
    padding: 60px 0;
    color: white;
}






.tnp.tnp-subscription {
    max-width: 650px;
}

.tnp.tnp-subscription form {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 15px;
}

.tnp-field.tnp-field-email {
    margin-bottom: 0 !important;
    width: 100%;
    height: 100%;
}

.tnp-field.tnp-field-email .tnp-email {
    color: #ffffff;
    background: transparent;
    height: 100%;
    width: 100%;
    font-style: italic;
    padding: 10px 20px;
}

.tnp-field.tnp-field-email .tnp-email:focus-visible {
    outline: none !important;
}

.tnp-field.tnp-field-email label {
    margin: 0 !important;
}

.tnp-field.tnp-field-button {
    margin: 0 !important;
}

.tnp-field.tnp-field-button input.tnp-submit {
    background: #988831;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.qib-button-wrapper.qib-button-wrapper-4247 {
    border: 1px solid #65394C;
    border-radius: 15px;
    max-width: 160px;
    height: 50px;
    margin: 0;
}

.quantity.wqpmb_quantity {
    justify-content: center;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #361922;
    width: 50px !important;
    padding: 0 !important;
    border-left: 1px solid #9E9E9E !important;
    border-right: 1px solid #9E9E9E !important;
    border-radius: 0 !important;
}

.qib-button-wrapper button.qib-button {
    padding: 6px 10px 8px !important;
    font-size: 24px !important;
    line-height: 1 !important;
    min-width: auto !important;
    width: 50px !important;
    text-align: center !important;
}

/* ___________________________ */

.product-page-category .category .products .product a.yith-wcqv-button {
    margin-left: 10px;
}

.product-page-category .category .image-box {
    position: relative;
}

.product-page-category .category a.yith-wcqv-button {
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    font-size: 0 !important;
    padding: 15px !important;
    border-radius: 50% !important;
}

.product-page-category .category a.yith-wcqv-button:after {
    content: "";
    background: url(https://immigrantfood.com/wp-content/uploads/2025/11/eye-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-flex;
    width: 25px;
    height: 25px;
    filter: brightness(1) invert(1);
}

.product-page-category .category .image-box:hover a.yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

.yith-quick-view-content {
    background: #ebdbcc;
}

#yith-quick-view-content div.summary {
    padding: 50px 30px !important;
}

.yith-quick-view-content.woocommerce .summary.entry-summary * {
    color: #3B1921 !important;
}


.yith-quick-view-content.woocommerce .summary.entry-summary h1.product_title.entry-title {
    font-size: 24px;
}

.yith-quick-view-content.woocommerce .summary.entry-summary .quantity {
    display: flex;
    border: 1px solid #3B1921;
    border-radius: 15px;
    width: auto;
    height: 50px;
}

.yith-quick-view-content.woocommerce .summary.entry-summary .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 48px;
    background: transparent;
    border: none;
    outline: none;
}

.yith-quick-view-content.woocommerce .summary.entry-summary .quantity button {
    background: transparent;
    padding: 10px 20px 10px 20px;
    height: 48px;
    cursor: pointer;
}

.yith-quick-view-content.woocommerce .summary.entry-summary .single_add_to_cart_button {
    color: #ffffff !important;
    background: #E37859;
    height: 50px;
}

a.yith-quick-view-close {
    color: #000000;
}

.think-table-shortcode .swiper-container {
    overflow: hidden;
}

.think-table-card {
    width: 100%;
}

.think-table-thumb img {
    width: 100%;
}

.think-table-card h3 {
    font-size: 20px;
    margin: 10px 0;
}

.think-table-card a.read-more {
    font-weight: 700;
    text-decoration: underline;
    color: #361922;
}


.think-table-shortcode .swiper-nav-btn {
    top: 40%;
    width: 50px;
    height: 50px;
    background: #e37859;
    border-radius: 50%;
    cursor: pointer;
}

.think-table-shortcode .swiper-nav-btn:after {
    font-size: 25px;
    color: #ffffff;
}

.think-table-shortcode .swiper-nav-btn.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: auto;
}

.think-table-shortcode .swiper-nav-btn.swiper-button-prev {
    left: -60px;
}


.think-table-shortcode .swiper-nav-btn.swiper-button-next {
    right: -60px;
}



.testimonials {
    background: transparent !important;
}

@media(max-width: 1199px) {
    .testimonials-shortcode .testimonials h2 {
        font-size: 40px;
        margin: 0 0 60px;
    }
}

@media (max-width: 1024px) {
    .testimonials-container {
        justify-content: center;
    }

    .testimonials-container .swiper-slide {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .people-saying-testimonials .swiper-slide {
        width: 100%;
        max-width: 100%;
    }

    body.error404 h1.entry-title {
        font-size: 48px;
    }

    .product-page-category .category a.yith-wcqv-button {
        opacity: 1;
        visibility: visible;
    }

}

@media(max-width: 991px) {
    .testimonials-shortcode .testimonials h2 {
        margin: 0 0 100px;
    }

    .testimonials-shortcode .swiper.testimonials-slider .swiper-nav-btn {
        top: 80px;
    }
}

@media (max-width: 767px) {
    .testimonials {
        padding: 40px 10px;
    }

    .testimonials-container .swiper-slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .testimonials-image img {
        width: 100%;
        height: auto;
        margin-bottom: 12px;
    }

    .testimonials-info {
        align-items: center;
    }

    .people-saying-testimonials .testimonials-container {
        padding: 0;
    }

    .people-saying-testimonials .testimonials-container .testimonials-sign {
        width: 100%;
    }

    .testimonials-shortcode .testimonials h2 {
        font-size: 28px;
        margin: 0 0 100px;
    }

    .testimonials-shortcode .swiper.testimonials-slider .swiper-nav-btn {
        width: 50px;
        height: 50px;
        top: 80px;
    }

    .testimonials-shortcode .swiper.testimonials-slider .swiper-nav-btn.swiper-button-prev {
        right: 60px;
    }

    .testimonials-shortcode .testimonials-sign span svg {
        opacity: 1;
    }

    body.error404 main.site-main {
        max-width: 100%;
        padding: 70px 0 !important;
    }

    #yith-quick-view-content div.summary {
        background: #ebdbcc;
        padding: 20px 15px !important;
    }

    /*   h4, p, .testimonials-sign {
    font-size: 14px;
  } */
}

@media (max-width: 575px) {
    body.error404 h1.entry-title {
        padding: 0 !important;
    }
}


/* Container grid */
.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}

/* Individual product card */
.product-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    width: calc(33.333% - 20px);
    /* For 3 columns */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

/* Hover effect */
.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-header {
    display: none;
}

/* Product image */
.product-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 15px;
}

/* Product title */
.product-item h2 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #361922;
}

.product-item p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
}

/* Shop Now button */
.product-item .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #361922;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.product-item .button:hover {
    background-color: #d62828;
}

.object-image {
    display: flex;
}

.object-image img {
    object-fit: contain;
    object-position: left;
}

.eael-post-elements-readmore-btn {
    text-decoration: underline !important;
}

.input-field label,
.textarea-field label {
    font-family: 'Gellix';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpcf7-form-control {
    font-family: 'Gellix';
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 100%;
    height: 65px;
    color: #ffffff;
    background: #000000;
    padding: 20px;
}

.textarea-field .wpcf7-form-control {
    height: 150px;
}

.wpcf7-submit {
    height: 60px;
    width: auto;
    padding: 15px 47px !important;
    cursor: pointer;
}

.contact-us-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-us-form form>.input-field {
    width: calc(50% - 10px);
}

.contact-us-form form p {
    margin: 0;
}

.textarea-field,
.submit-wrap {
    width: 100% !important;
}

.submit-wrap input {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    padding-top: 5px;
}

.wpcf7-response-output {
    width: 100%;
    display: block;
    padding: 15px 20px !important;
    margin: 20px 0 0 0 !important;
}

.catering-form h3 {
    text-transform: uppercase;
}

.catering-form .contact-info-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 70px;
}

.catering-form .contact-info-fields>.input-field {
    width: calc(50% - 15px);
}

.catering-form form p {
    margin: 0;
}

.catering-form .desired-events-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 70px;
}

.catering-form .events-details-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catering-form .events-details-fields>.input-field {
    width: 100%;
}

.catering-form .events-details-fields>.input-field.width-50 {
    width: calc(100%/2 - 10px);
}

.input-field.dropdown-field select {
    appearance: none;
    background: url(https://immigrantfood.com/wp-content/uploads/2025/09/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px);
    color: #ffffff;
    cursor: pointer;
}

.input-field.dropdown-field select option {
    color: #000000;
}

.input-field.captcha-field p label {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}

.catering-form .submit-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catering-form .submit-wrap>p {
    display: inline-flex;
    flex-direction: column;
}

.catering-form .menu-btn {
    font-family: "denominary";
    font-weight: 700;
    border: 1px solid #ffffff;
    padding: 15px 47px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 15px;
}

nav.category-nav {
    background: transparent;
    display: flex;
    justify-content: center;
    gap: 30px 100px;
}

nav.category-nav a {
    font-family: 'denominary';
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #3B1921;
    text-transform: uppercase;
}

.product-page-category .category {
    padding: 35px 0;
}

.product-page-category .category h2 {
    color: #361922;
    line-height: 1;
    text-transform: capitalize !important;
    margin: 0 0 35px;
}

.product-page-category .category .products {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.product-page-category .category .products .product {
    /*     width: calc(100%/3 - 24px); */
    /*     background: #D9BA96; */
    /*     border-radius: 30px; */
    width: calc(100% / 3 - 24px);
    overflow: hidden;
    text-align: center;
    position: relative;
}

.product-page-category .category .products .product .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: #988831;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    display: inline-flex;
}

.product-page-category .category .products .product img {
    aspect-ratio: 92 / 67;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.product-page-category .category .products .product h3 {
    color: #361922;
    padding: 0 15px;
    margin: 25px 0 0;
}


.product-page-category .category .products .product p {
    font-size: 16px;
    font-weight: 500;
    color: #361922;
    padding: 0 15px;
    margin: 6px 0 12px;
}

.product-page-category .category .products .product .price .amount {
    font-family: 'denominary';
    font-size: 22px;
    font-weight: 700;
    color: #361922;
}

.product-page-category .category .products .product a {
    display: inline-flex;
    /*     font-family: 'denominary'; */
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    /*     background: #361922; */
    padding: 15px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.product-page-category .category .products .product a.shop-now-btn {
    background: #361922;
}




body.single-product main.site-main {
    max-width: 100%;
    padding: 0;
}

body.single-product main.site-main>*>*,
body.single-product main.site-main nav.woocommerce-breadcrumb {
    max-width: 1440px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}

body.single-product main.site-main nav.woocommerce-breadcrumb>* {
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

body.single-product main.site-main section.product-usage-section {
    background: #988831;
    padding: 60px 0;
}

body.single-product main.site-main section.product-usage-section h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

nav.woocommerce-breadcrumb:before,
nav.woocommerce-breadcrumb:after {
    display: none !important;
}

nav.woocommerce-breadcrumb {
    display: flex;
    gap: 8px;
    font-size: 15px !important;
    color: #ffffff !important;
    padding: 20px 30px 24px !important;
}

nav.woocommerce-breadcrumb a {
    font-family: 'gellix';
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    text-transform: capitalize !important;
}




body.single-product .type-product .woocommerce-product-gallery__wrapper img {
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

body.single-product .type-product .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 25px !important;
}

body.single-product .type-product .flex-control-thumbs li img {
    border-radius: 10px;
}

body.single-product .summary.entry-summary .product_title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}

body.single-product .summary.entry-summary .price {
    margin: 0 0 15px !important;
}

body.single-product .summary.entry-summary .price .amount bdi {
    /*     font-family: 'denominary'; */
    font-size: 24px;
    font-weight: 700;
    color: #3B1921 !important
}

body.single-product .summary.entry-summary .woocommerce-product-details__short-description p {
    line-height: 26px;
    margin: 0 0 30px;
}

body.single-product.woocommerce div.product form.cart {
    display: flex;
    gap: 10px;
    margin: 30px 0 20px;
}

body.single-product.woocommerce div.product form.cart div.quantity input.qty {
    width: 240px;
    height: 54px;
    border-radius: 15px;
}

body.single-product.woocommerce .yith-quick-view-content div.product form.cart div.quantity input.qty {
    width: 50px;
    height: 48px;
}

body.single-product button.single_add_to_cart_button {
    display: inline-block;
    padding: 18px 40px !important;
    /*     font-family: 'denominary'; */
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: #3B1921 !important;
    border-radius: 15px !important;
    width: 100%;
}

.product-usage-section h2 {
    text-transform: uppercase;
}

.product-usage-section .usage-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.product-usage-section .usage-posts .usage-post {
    width: calc(100%/3 - 40px);
}

.product-usage-section .usage-post .usage-image img {
    border-radius: 20px;
    aspect-ratio: 86 / 65;
    object-fit: cover;
    width: 100%;
}

.product-usage-section .usage-post h3 {
    margin: 16px 0 3px;
}

.product-usage-section .usage-post p {
    line-height: 26px;
    margin: 0 0 7px;
}

.product-usage-section .usage-post a {
    font-family: 'denominary';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}


body.single-product section.related.products ul.products li {
    text-align: center;
}

body.single-product section.related.products ul.products li img {
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

body.single-product section.related.products ul.products li h2.woocommerce-loop-product__title {
    font-family: 'denominary';
    font-size: 30px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 16px 0 24px !important;
}

body.single-product section.related.products ul.products li .price {
    display: none !important;
}

body.single-product section.related.products ul.products li .add_to_cart_button {
    font-family: 'denominary' !important;
    font-size: 24px !important;
    font-weight: 700;
    color: #ffffff !important;
    background: #988831 !important;
    border-radius: 15px !important;
    padding: 18px 40px !important;
    margin: 0 !important;
}




body.single-post,
body.single-think_table {
    background: #361922;
}


body.single-post .post-banner img,
body.single-think_table .post-banner img {
    width: 100%;
    aspect-ratio: 16 / 5;
    object-fit: cover;
}

body.single-post .post-banner,
body.single-think_table .post-banner {
    position: relative;
    overflow: hidden;
}

body.single-post .post-banner .post-overlay,
body.single-think_table .post-banner .post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000060;
}


body.single-post .post-banner .post-overlay h1,
body.single-think_table .post-banner .post-overlay h1 {
    line-height: 1;
    padding: 0 20px;
    text-align: center !important;
}

body.single-post main.type-post,
body.single-think_table main.think_table {
    padding: 70px 0 30px;
}

body.single-post main.type-post .page-header,
body.single-think_table main.think_table .page-header {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    padding: 0 20px;
}

body.single-post main.type-post .page-header .post-thumbnail,
body.single-think_table main.think_table .page-header .post-thumbnail {
    width: 100%;
}

body.single-post main.type-post .post-thumbnail img,
body.single-think_table main.think_table .post-thumbnail img {
    width: 100%;
    border-radius: 15px !important;
}



body.single-post div#page,
body.single-think_table div#page {
    background: #361922;
}

body.single-post .page-header .entry-title,
body.single-think_table .page-header .entry-title {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 20px;
}

body.single-post .page-content p,
body.single-think_table .page-content p {
    line-height: 1.5;
}

body.single-post .comment-respond h2,
body.single-think_table .comment-respond h2 {
    font-size: 32px;
    margin: 40px 0 20px;
}

body.single-post .comment-respond .comment-form-comment,
body.single-think_table .comment-respond .comment-form-comment {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 700px;
}


body.single-post .comment-respond .comment-form-comment textarea#comment,
body.single-think_table .comment-respond .comment-form-comment textarea#comment {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

body.single-post .comment-respond .form-submit,
body.single-think_table .comment-respond .form-submit {
    margin: 30px 0 0 !important;
}




.think-table-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.think-table-section .think-table-card .think-table-thumb img {
    width: 100%;
    border-radius: 20px;
}

.think-table-excerpt {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 10px;
    color: #361922;
}

.think-table-section .think-table-card h3 {
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.think-table-section .think-table-card a.read-more {
    font-family: 'denominary';
    font-size: 18px;
    text-decoration: underline;
}

.think-table-card h3 {
    color: #361922;
}







form.comment-form p:not(.comment-form-cookies-consent, .form-submit) {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
}

form.comment-form p label:not(.comment-form-cookies-consent label) {
    font-weight: 700;
}

form.comment-form p input:not(#wp-comment-cookies-consent, .form-submit input) {
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: transparent;
    height: 50px;
    width: 100%;
    max-width: 695px;
}

form.comment-form .form-submit input {
    height: 60px;
    padding: 10px 40px;
    cursor: pointer;
}

form.comment-form p.comment-form-cookies-consent {
    display: flex;
    gap: 10px;
}


form.comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: 20px;
    height: 20px;
    margin: 0 !important;
}

.header-marque marquee {
    font-family: 'denominary';
    font-size: 24px !important;
    font-weight: 700 !important;
}

.category-page-container .post-container h1 {
    font-size: 60px;
}

.category-page-container .post-container .post .post-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.category-page-container .post-container .post a.read-more {
    font-family: 'denominary';
    font-size: 22px;
    color: #988831;
    text-decoration: underline;
}


@media(max-width: 1199px) {
    .highlight-heading {
        font-size: 28px;
        padding: 8px;
    }

    .product-page-category .category .products {
        gap: 36px 20px;
    }

    .product-page-category .category .products .product {
        width: calc(100%/2 - 10px);
    }

    body.single-post .page-header .entry-title,
    body.single-think_table .page-header .entry-title {
        font-size: 30px;
    }

    .think-table-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-page-category .category {
        padding: 10px 0;
    }

    nav.category-nav a {
        font-size: 20px;
    }

    nav.category-nav {
        gap: 30px;
    }
}

@media(max-width: 767px) {
    .contact-us-form form>.input-field {
        width: 100%;
    }

    .catering-form .events-details-fields>.input-field.width-50 {
        width: 100%;
    }

    .catering-form .contact-info-fields>.input-field {
        width: 100%;
    }

    .input-field.dropdown-field select {
        background-position: calc(100% - 20px);
    }

    .catering-form .submit-wrap>p {
        flex-direction: row;
    }

    nav.category-nav {
        justify-content: space-between;
        gap: 30px;
    }

    .category-nav-shortcode .elementor-shortcode {
        overflow: auto;
        padding: 5px 0;
    }

    nav.category-nav a {
        font-size: 14px;
        white-space: nowrap;
    }

    .product-page-category .category h2 {
        font-size: 36px;
        text-align: center;
    }

    .product-page-category .category .products .product {
        width: 100%;
    }

    .product-page-category .category .products .product h3 {
        font-size: 20px;
    }

    .product-page-category .category .products .product a {
        font-size: 16px;
    }

    .tnp.tnp-subscription form {
        flex-direction: column;
        gap: 15px;
        border: none;
    }

    .tnp-field.tnp-field-button {
        text-align: center !important;
    }

    .tnp-field.tnp-field-button input.tnp-submit {
        font-size: 16px;
    }

    .tnp-field.tnp-field-email .tnp-email {
        padding: 17px 20px;
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

    body.single-post .post-banner img,
    body.single-think_table .post-banner img {
        aspect-ratio: 16 / 9;
    }

    body.single-post .post-banner .post-overlay h1,
    body.single-think_table .post-banner .post-overlay h1 {
        font-size: 30px;
    }

    body.single-post .page-header .entry-title,
    body.single-think_table .page-header .entry-title {
        font-size: 24px;
        padding: 0 !important;
    }

    .think-table-section {
        grid-template-columns: 1fr;
    }

    .think-table-section .think-table-card h3 {
        font-size: 24px;
    }


    .popup-box h2.popup-title {
        font-size: 30px !important;
    }

    .popup-box p {
        font-size: 14px !important;
    }

    .popup-box button#close-popup {
        font-size: 18px;
        padding: 10px 25px 10px 25px;
    }

    .category-page-container .post-container h1 {
        font-size: 48px;
        line-height: 1.3;
    }

    body.single-product.woocommerce .yith-quick-view-content div.product form.cart div.quantity input.qty {
        width: 100%;
    }

    .yith-quick-view-content .new-product .quantity input {
        padding: 16px !important;
    }

}

@media(max-width: 480px) {
    body.single-product.woocommerce div.product form.cart {
        flex-direction: column;
    }

    .type-product .new-product .quantity input {
        padding: 16px;
    }
}

/* ------- */
.popup-overlay {
    display: none;
    /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Transparent black background */
    z-index: 9999;
    /* Ensure it appears above other content */
    justify-content: center;
    align-items: center;
}

/* Popup box container */
.popup-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 80%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
}

/* Title styling */
.popup-title {
    font-size: 28px;
    font-weight: bold;
    color: #FF5733 !important;
    /* Orange-red color */
    margin-bottom: 20px;
}

/* Text content styling */
.popup-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* "Don't show again" checkbox label */
.popup-checkbox {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    display: block;
}

/* Style for the checkbox itself */
.popup-checkbox input {
    margin-right: 10px;
}

/* Close button */
.popup-close {
    background-color: #FF5733;
    /* Orange-red color */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.popup-close:hover {
    background-color: #e04e1d;
    /* Darker shade of red */
}

/* Animation for popup entry */
@keyframes popupAnim {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.popup-overlay.show {
    display: flex;
    /* Show popup */
    animation: popupAnim 0.3s ease-out;
}


/* _______________________ */

.type-product .new-product .quantity {
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 15px;
    /*     width: 70%; */
}

.type-product .new-product .quantity>* {
    width: calc(100% / 3) !important;
}

.type-product .new-product .quantity .screen-reader-text {
    display: none;
}

.type-product .new-product .quantity input {
    height: 100% !important;
    border: none;
    background: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.type-product .new-product .quantity button {
    background: none;
    cursor: pointer;
}

.type-product .new-product form.cart:before,
.type-product .new-product form.cart:after {
    display: none !important;
}

/* ________________________ */

body.woocommerce-cart {
    background: #361922;
}

body.woocommerce-page main.page.type-page {
    max-width: 1440px;
    width: 93% !important;
    padding: 50px 30px;
    margin: 0 auto;
}

body.woocommerce-cart main.page.type-page,
body.woocommerce-checkout main.page.type-page,
body.without-login main.page.type-page {
    width: auto;
}

body.woocommerce-page h1.entry-title {
    font-size: 36px;
    margin: 0 0 30px;
}

body.woocommerce-page .wp-block-woocommerce-cart.alignwide {
    margin: 0 !important;
}

body.woocommerce-page tr.wc-block-cart-items__header th {
    font-size: 18px;
}

body.woocommerce-page td.wc-block-cart-item__product {
    padding-left: 20px !important;
}

body.woocommerce-page td.wc-block-cart-item__image {
    padding-left: 0 !important;
}

body.woocommerce-page .wc-block-components-product-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.woocommerce-page .wc-block-components-product-metadata__description {
    display: none;
}

body.woocommerce-page .wc-block-components-button {
    /*     font-family: 'denominary' !important; */
    font-size: 18px !important;
    font-weight: 700;
    text-decoration: none !important;
    background: #E37859;
    min-height: 60px !important;
    padding: 10px 30px !important;
    border-radius: 15px;
}

body.woocommerce-page .wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 15px;
}

body.woocommerce-page .wc-block-components-quantity-selector {
    margin-bottom: 0 !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    padding: 10px 0 !important;
}

body.woocommerce-page .wc-block-components-quantity-selector>button {
    font-size: 20px !important;
    color: #ffffff !important;
    opacity: 1;
}

body.woocommerce-page .wc-block-components-quantity-selector>button:focus {
    box-shadow: none;
}

form.wc-block-components-totals-coupon__form {
    gap: 15px !important;
}

form.wc-block-components-totals-coupon__form input {
    height: 100% !important;
    padding: 10px 20px !important;
}

body.woocommerce-checkout {
    background: #361922;
}

body.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 30px;
}

.wp-block-woocommerce-checkout {
    padding-top: 0;
}

.preoder-span-block {
    display: block;
    margin-top: 20px;
}

.woocommerce-message {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    border-top-color: #958e09;
}

.woocommerce-message::before {
    color: #958e09;
    top: 12px;
    left: 10px;
}

.woocommerce-message a {
    background: #988831 !important;
    color: #ffffff !important;
}

@media(max-width: 1599px) {
    .testimonials-sign {
        font-size: 30px;
    }

    .think-table-shortcode .swiper-nav-btn.swiper-button-prev {
        left: 0;
    }


    .think-table-shortcode .swiper-nav-btn.swiper-button-next {
        right: 0;
    }
}

@media(max-width: 1199px) {
    body.woocommerce-page main.page.type-page {
        max-width: -webkit-fill-available;
    }

    .header-icon svg {
        width: 30px;
        height: 30px;
    }

    .header-icon.cart-icon .cart-count {
        width: 20px;
        height: 20px;
        font-size: 12px;
        padding-bottom: 0;
    }
}

/* Single Product Css start*/

body.product-template-default a.button.wc-forward {
    background: #3B1921 !important;
}

body.single-product .type-product .new-product {
    display: flex;
    gap: 0 70px;
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
}

body.single-product .type-product .new-product>* {
    width: 50% !important;
}

body.single-product .type-product .new-product>span.onsale.on-preorder {
    width: auto !important;
    left: 30px;
    top: 20px;
    min-height: auto !important;
    line-height: 1;
    border-radius: 5px;
    padding: 5px 10px;
}

body.woocommerce-page.single-product h1.entry-title {
    line-height: 1;
    margin: 0 0 10px;
}

body.woocommerce-page.single-product .right-content .price * {
    /*     font-family: 'denominary'; */
    /*     font-size: 24px; */
    font-size: 34px;
    font-weight: 700;
    color: #000000 !important;
    /*     color: #ffffff; */
    margin: 0;
}

body.woocommerce-page.single-product .right-content .woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 15px 0;
}

body.woocommerce-page.single-product .right-content .acf-product-details .accordion-item {
    border-bottom: 1px solid #3B1921;
    padding: 25px 0;
}

body.woocommerce-page.single-product .right-content .acf-product-details .accordion-item .accordion-header {
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.woocommerce-page.single-product .right-content .acf-product-details .accordion-item .accordion-header:after {
    content: "+";
}

body.woocommerce-page.single-product .right-content .acf-product-details .accordion-item .accordion-header.open:after {
    content: "-";
}

body.woocommerce-page.single-product .right-content .acf-product-details .accordion-item .accordion-content {
    display: none;
}

body.woocommerce-page.single-product .right-content .acf-product-details .accordion-item .accordion-content.open {
    display: block;
}

body.woocommerce-page.single-product .right-content .product_meta {
    margin-top: 30px;
}


.related-products {
    max-width: 100%;
    padding: 0 !important;
}

.related.products ul.products {
    display: flex !important;
    /* 		flex-wrap: wrap; */
    gap: 40px;
}

body.single-product section.related.products ul.products li {
    text-align: center;
    float: unset;
    margin: 0;
}

.related.products .slick-list.draggable {
    margin-left: -50px;
}

.related.products ul.products .slick-slide {
    margin-left: 50px;
    margin-right: 0;
}

body.woocommerce-page.single-product .right-content .accordion-content ul {
    list-style-image: url('https://immigrantfood.com/wp-content/uploads/2025/10/list-marker.svg');
}

body.woocommerce-page.single-product .right-content .accordion-content li {
    margin-bottom: 8px;
}

.qib-button-wrapper {
    align-items: center;
    border: 1px solid #3B1921;
    border-radius: 10px;
    margin-top: 0 !important;
}

.qib-button-wrapper * {
    background: transparent !important;
    border: none !important;
}

.quantity.wqpmb_quantity {
    display: inline-flex;
    align-items: center;
}

@media(max-width: 1199px) {
    body.single-product .type-product .new-product {
        gap: 0 40px;
    }

    .product-usage-section .usage-posts {
        gap: 30px;
    }

    .product-usage-section .usage-posts .usage-post {
        width: calc(100%/3 - 20px);
    }

    .product-usage-section .usage-posts {
        gap: 30px;
    }

    /*     body.single-product section.related.products ul.products {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    } */

    body.single-product section.related.products ul.products:before,
    body.single-product section.related.products ul.products:after {
        display: none !important;
    }

    /*     body.single-product section.related.products ul.products li {
        width: 100%;
    } */

    .related.products ul.products {
        flex-wrap: wrap;
    }

    body.single-product section.related.products ul.products li {
        width: calc(100% / 2 - 20px);
    }
}

@media(max-width: 991px) {
    body.single-product .type-product .new-product {
        flex-direction: column;
    }

    body.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100%;
    }

    body.single-product main.site-main section.product-usage-section h2 {
        font-size: 48px;
    }

    body.single-post main.type-post .page-header,
    body.single-think_table main.think_table .page-header {
        grid-template-columns: 1fr;
        /*     flex-direction: column; */
    }

    body.single-product section.related.products h2 {
        font-size: 48px;
    }

    body.single-product .type-product .new-product>* {
        width: 100% !important;
    }
}

@media(max-width: 767px) {

    body.single-product section.related.products ul.products li {
        width: 100%;
    }

    body.single-product main.site-main>*>*,
    body.single-product main.site-main nav.woocommerce-breadcrumb {
        padding: 0 20px;
    }

    .type-product .new-product .quantity {
        width: 100%;
    }

    .product-usage-section .usage-posts {
        gap: 30px;
    }

    .product-usage-section .usage-posts .usage-post {
        width: 100%;
    }

    body.woocommerce-page h1.entry-title {
        font-size: 28px;
    }

    body.single-product main.site-main section.product-usage-section h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    nav.woocommerce-breadcrumb {
        gap: 5px;
        flex-wrap: wrap;
    }

    body.single-product section.related.products h2 {
        font-size: 36px;
        margin-bottom: 50px;
        text-align: center;
    }

    .related-products button.slick-arrow {
        top: -70px !important;
    }

    .related-products button.slick-arrow svg {
        width: 50px !important;
        height: 50px !important;
    }

    section.related.products button.slick-prev.custom-arrow.slick-arrow {
        right: 60px !important;
    }

    body.woocommerce-page .wc-block-components-button {
        font-size: 16px !important;
        border-radius: 15px;
    }

    body.single-product .type-product .new-product>span.onsale.on-preorder {
        left: 20px;
    }

    /*     body.single-product section.related.products ul.products {
        grid-template-columns: 1fr;
    } */
}

/* @media(min-width: 1300px) and (max-width: 1430px) {
    .header-grid .elementor-button {
        padding: 16px 30px !important;
    }
} */

/* Single Product Css end*/

/* Account pages css start */

body.woocommerce-account {
    background: #361922;
}

body.woocommerce-account .page-content .woocommerce {
    display: flex;
    gap: 30px;
}

body.woocommerce-account .page-content .woocommerce:before,
body.woocommerce-account .page-content .woocommerce:after {
    display: none;
}

body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation {
    width: calc(25% - 15px);
}

body.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
    width: calc(75% - 15px);
}

body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    border: 1px solid #ffffff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    width: 100%;
    max-width: 90%;
    padding: 12px 20px;
    text-decoration: none;
}

body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #988831;
}

body.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
    border: 1px solid #ffffff;
    padding: 20px;
}

body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #988831;
}

.woocommerce-info {
    background: #988831;
    color: #ffffff;
    border-top-color: #ffffff;
}

.woocommerce-info::before {
    color: #ffffff;
}

.woocommerce-info .wc-forward {
    font-size: 18px !important;
    font-weight: 700 !important;
    background: #361922 !important;
    color: #ffffff !important;
    padding: 20px 25px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    font-family: 'denominary';
}

.woocommerce-Address h2 {
    font-size: 24px;
    margin: 20px 0 10px;
}

.woocommerce-account .addresses .title .edit {
    float: left;
}

.woocommerce-Address address {
    margin-top: 20px;
}

body.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content form h2 {
    font-size: 30px;
}

span#account_display_name_description {
    display: inline-block;
    margin-top: 10px;
}

span.woocommerce-input-wrapper .input-text,
span.woocommerce-input-wrapper .select2-selection__rendered,
.woocommerce-Input {
    border: 1px solid #ffffff !important;
    border-radius: 10px !important;
    background: #361922 !important;
    height: 50px !important;
    padding: 15px 15px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    overflow: none;
}

span.woocommerce-input-wrapper .select2-selection {
    border: none;
    border-radius: 10px !important;
}

span.woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
    filter: brightness(0) invert(1);
}

.select2-dropdown input.select2-search__field {
    height: 40px !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 48%;
}

.woocommerce-address-fields .button,
.woocommerce-Button,
.woocommerce-form-login__submit {
    color: #ffffff !important;
    background: #988831 !important;
    /*     font-family: 'denominary'; */
    font-size: 18px !important;
    text-transform: uppercase;
    border-radius: 15px !important;
    padding: 19px 30px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1;
}

/* ________________________ */

form.woocommerce-form.woocommerce-form-login.login .form-row {
    margin-bottom: 15px;
}

body.woocommerce-account:not(.woocommerce-dashboard) .woocommerce>h2 {
    margin-bottom: 20px;
}

.woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

.woocommerce-form-login__rememberme input {
    width: 20px;
    height: 20px;
    margin: 0 !important;
}

form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row label {
    margin-bottom: 10px;
}

form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
    margin-top: 20px;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
    filter: brightness(0) invert(1);
}

.related-products {
    width: 100%;
}

.related-products button.slick-arrow {
    position: absolute;
    top: -90px;
    right: 0;
    padding: 0;
    background: transparent;
    width: auto;
    cursor: pointer;
}

section.related.products {
    background: #3B1921;
    padding-top: 40px;
    padding-bottom: 40px;
}

section.related.products button.slick-prev.custom-arrow.slick-arrow {
    right: 80px;
    display: inline-flex;
    justify-content: end;
}

.related-products button.slick-arrow svg {
    width: 65px;
    height: 65px;
}

.related-products button.slick-arrow svg path {
    stroke-width: 1px;
}

body.single-product section.related.products ul.products li h2.woocommerce-loop-product__title {
    margin-top: 0 !important;
    color: #E37859 !important;
    font-size: 18px !important;
    margin-bottom: 0px !important;
}

span.preoder-span-block {
    display: flex;
    flex-direction: column;
    color: #361922;
}

.related-products a.button.view-product-button,
.related-products .yith-wcqv-button {
    background: #E37859 !important;
    margin-top: 20px !important;
    font-size: 16px !important;
    color: #fff !important;
    /*     font-family: 'denominary'; */
    border-radius: 15px !important;
    padding: 18px 20px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.related-products span.onsale.on-preorder {
    display: none;
}

section.related.products h2 {
    color: #E37859 !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background: #988831;
}

div#customer_login>* {
    width: 50% !important;
}



@media(max-width: 767px) {

    body.woocommerce-page main.page.type-page {
        padding: 50px 20px;
    }

    body.woocommerce-account .page-content .woocommerce {
        flex-direction: column;
    }

    body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    body.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
        width: calc(100% - 42px);
    }

    body.woocommerce-account:not(.woocommerce-dashboard) .woocommerce>h2 {
        font-size: 30px;
    }

    .shipping-marquee-wrapper {
        padding: 5px 0;
    }

    .marquee-item {
        font-size: 12px;
        margin-right: 20px;
    }

    .marquee-icon {
        margin: 0 10px;
        width: 20px;
    }

    .related-products a.button.view-product-button {
        font-size: 16px;
    }

    .woocommerce-address-fields .button,
    .woocommerce-Button,
    .woocommerce-form-login__submit {
        font-size: 16px !important;
    }

    .woocommerce-info .wc-forward {
        font-size: 14px !important;
        margin-top: 15px !important;
    }

    div#customer_login>* {
        width: 100% !important;
    }
}

/* Account pages css end */

/* Outer wrapper hides overflow */
.shipping-marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

/* Container holding two tracks */
.shipping-marquee {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

/* Duplicated tracks for seamless loop */
.marquee-track {
    display: flex;
}

/* Individual text items */
.marquee-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: #361922;
    font-weight: bold;
    font-size: 16px;
    margin-right: 40px;
    text-transform: uppercase;
}

.marquee-icon {
    margin: 0 20px;
}

/* Continuous loop animation */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*  */
.think-table-banner {
    text-align: center;
    padding: 40px 20px;
    background-color: #f5f5f5;
}

.think-table-image img {
    max-width: 100%;
    border-radius: 8px;
}

.think-table-title {
    font-size: 32px;
    margin-top: 20px;
    color: #222;
    text-transform: uppercase;
}

.think-table-author {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.think-table-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.7;
}

/* __________________________ */

body.woocommerce-shop .page-title {
    font-size: 60px;
}

body.woocommerce-shop form.woocommerce-ordering select {
    padding: 10px;
}

body.woocommerce-shop ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

body.woocommerce-shop ul.products:before,
body.woocommerce-shop ul.products:after {
    display: none;
}

body.woocommerce-shop ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
}

body.woocommerce-shop ul.products li.product img {
    margin: 0 !important;
}

body.woocommerce-shop ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 24px !important;
}

body.woocommerce-shop ul.products li.product span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
}

body.woocommerce-shop ul.products li.product a.add_to_cart_button {
    color: #ffffff;
    background-color: #988831;
    font-family: "denominary", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px 15px 15px 15px;
    padding: 18px 30px 18px 30px;
}

.hero-banner-section .banner-heading {
    max-width: 980px;
    font-family: "Figtree", Sans-serif !important;
    font-size: 70px !important;
    font-weight: 700;
    line-height: 1.1;
}


.hero-banner-section .banner-cta {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.hero-banner-section .banner-stars {
    top: 25%;
}



.category .products.slick-slider .slick-list {
    margin-left: -36px;
}

.category .products.slick-slider .product.slick-slide {
    margin-left: 36px;
}

.category .products.slick-slider .slick-arrow {
    top: 25%;
    background: transparent !important;
    z-index: 10;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.category .products.slick-slider .slick-arrow.slick-prev {
    left: -60px;
}

.category .products.slick-slider .slick-arrow.slick-next {
    right: -60px;
}

.category .products.slick-slider .slick-arrow svg {
    display: none;
}

.category .products.slick-slider .slick-arrow:before {
    font-size: 50px;
    opacity: 1;
    color: #361922 !important;
}

a.wc-block-components-button {
    background-color: #E37859 !important;
}


.single-product .product .anchor-wrapper {
    position: relative;
}

.single-product .product .anchor-wrapper:hover a.yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}


.single-product .product a.yith-wcqv-button {
    margin-left: 10px;
    position: absolute;
    bottom: 43px;
    z-index: 99;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    font-size: 0 !important;
    padding: 15px !important;
    border-radius: 50% !important;
}

.single-product .product .anchor-wrapper a.yith-wcqv-button {
    background-color: #361922 !important;
}


.single-product .product a.yith-wcqv-button:after {
    content: "";
    background: url(https://immigrantfood.com/wp-content/uploads/2025/11/eye-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-flex;
    width: 25px;
    height: 25px;
    filter: brightness(1) invert(1);
}



.related-products button.slick-arrow:before {
    display: none !important;
}


div#customer_login {
    text-align: center;
    display: flex;
    gap: 30px;
}

div#customer_login h2 {
    font-size: 30px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set#customer_login .col-2 {
    float: unset;
}


body.single-product main.site-main,
body.single-product main>.product {
    background: #ebdbcc;
}

body.single-product main.site-main nav.woocommerce-breadcrumb,
body.single-product main.site-main nav.woocommerce-breadcrumb * {
    color: #3B1921 !important;
}

body.woocommerce-page.single-product h1.entry-title,
body.woocommerce-page.single-product .right-content .price,
body.woocommerce-page.single-product .right-content .woocommerce-product-details__short-description p,
.type-product .new-product .quantity,
.type-product .new-product .quantity button,
.type-product .new-product .quantity input {
    color: #3B1921 !important;
    border-color: #3B1921 !important;
}

.highlight-heading,
.tnp-field.tnp-field-button input.tnp-submit,
.contact-us-grid span.elementor-icon-list-icon,
.product-page-category .category .products .product .badge,
body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-info,
.woocommerce-address-fields .button,
.woocommerce-Button,
.woocommerce-form-login__submit {
    background: #E37859 !important;
}

.hero-banner-section .banner-cta {
    padding: 15px 20px;
}

.hero-banner-section .banner-cta,
.hero-banner-section .swiper-nav-btn {
    background: #3B1921;
}

.hero-banner-section .banner-heading {
    /* 	text-transform: lowercase; */
    /* 	color: #E37859; */
}

body.woocommerce-lost-password h1.entry-title {
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto 30px;
}

form.woocommerce-ResetPassword.lost_reset_password {
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 5px;
    max-width: 550px;
    margin: 0 auto;
}

form.woocommerce-ResetPassword .woocommerce-form-row {
    width: 100%;
}

.t-c,
.entry-content.privacy {
    padding-bottom: 50px;
}

.entry-content.privacy h2 {
    font-size: 28px;
}




.woocommerce-message {
    border-top-color: #ffffff !important;
    margin-bottom: 0;
    background: #e37859;
    color: #ffffff;
}

.woocommerce-message::before {
    color: #ffffff !important;
}

body.woocommerce-lost-password .woocommerce {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

.acf-product-details * {
    color: #3B1921;
}

.woocommerce-Address {
    margin-bottom: 20px;
}

.woocommerce form .form-row {
    padding: 5px 0;
}

body.woocommerce-account.without-login .page-content .woocommerce {
    flex-direction: column;
}

body.woocommerce-account.without-login h1.entry-title {
    text-align: center;
    max-width: 100% !important;
}

div#customer_login:before,
div#customer_login:after {
    display: none;
}

.product-page-category .category .image-box a:not(.yith-wcqv-button) {
    width: 100%;
    height: 100%;
    padding: 0;
}



body.tax-product_cat ul.products:before,
body.tax-product_cat ul.products:after {
    display: none !important;
}

body.tax-product_cat ul.products {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
    margin-bottom: 0 !important;
}

body.tax-product_cat .product {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
}

body.tax-product_cat .product img {
    border-radius: 15px;
}

body.tax-product_cat h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}

body.tax-product_cat span.price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

body.tax-product_cat .view-product-button {
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    padding: 15px 40px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px !important;
    background: #E3785A !important;
}

body.tax-product_cat form.woocommerce-ordering select {
    font-size: 16px;
    padding: 12px 15px;
    cursor: pointer;
}

body.tax-product_cat nav.woocommerce-breadcrumb {
    padding: 20px 0 !important;
}

body.tax-product_cat main#main {
    max-width: 90%;
}

.variations select {
    padding: 10px;
    border-radius: 5px;
}

form.variations_form.cart {
    flex-direction: column !important;
    align-items: start !important;
}

.variations label {
    color: #3B1921;
}

table.variations tr {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 15px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
}

td.value {
    display: flex;
}

.reset_variations {
    color: #3B1921 !important;
    display: inline-flex;
    width: 50px;
}

.woocommerce-variation-add-to-cart {
    gap: 10px;
}

.yith-wcqv-main .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
    gap: 10px;
}

/* __________________________ */

.post-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px;
}

.post-item * {
    color: #361922 !important;
}

.post-item h3 {
    line-height: 1.25;
    margin: 10px 0 0;
}

.post-item .read-more-btn {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.posts-slider .swiper-nav-btn {
    border: 2px solid #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 30%;
}

.posts-slider .swiper-nav-btn:after {
    font-size: 25px;
    color: #ffffff;
}

.catering-form .submit-wrap .menu-btn-wrap p {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.catering-form .submit-wrap .menu-btn-wrap p br {
    display: none;
}

.catering-events-slider .swiper-slide img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.catering-events-slider .swiper-button-next,
.catering-events-slider .swiper-button-prev {
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.catering-events-slider .swiper-button-next:after,
.catering-events-slider .swiper-button-prev:after {
    font-size: 25px !important;
    color: #ffffff;
}

.catering-events-slider .swiper-pagination {
    display: none;
}

.catering-events-slider .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
}

.catering-events-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/*  new page shop css*/
.custom-product-tabs {
    /*     max-width: 1200px; */
    margin: auto;
}

.custom-product-tabs .product-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
    text-align: center;
    margin-bottom: 30px;
}

.custom-product-tabs .tab-btn {
    color: #4b1f24;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;
    border: 1px solid #3B1921;
    background: transparent;
    cursor: pointer;
}


.custom-product-tabs .tab-btn.active {
    background: #4b1f24;
    color: #fff;
}

.custom-product-tabs .products-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.custom-product-tabs .product-card {
    color: #361922;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.custom-product-tabs .product-card * {
    color: #361922;
}

.custom-product-tabs .product-card img {
    width: 100%;
    height: auto;
}

.custom-product-tabs .product-card .badge.pre-order {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #958e09;
    border-radius: 5px;
    padding: 5px 10px;
}

.custom-product-tabs .product-card .price {
    text-align: left;
    margin: 15px 0;
}

.custom-product-tabs .product-card h3,
.custom-product-tabs .product-card .price * {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0;
}

.custom-product-tabs .product-card .price * {
    font-size: 18px;
    text-align: left;
}

.custom-product-tabs .product-card p.desc {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin: 15px 0;
}

.custom-product-tabs .product-card .price-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.custom-product-tabs .product-card a.button {
    display: inline-flex;
    /* font-family: 'denominary'; */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #361922;
    padding: 15px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.custom-product-tabs .product-card a.button:hover {
    background-color: #aa5a43 !important;
}

.custom-product-tabs .product-card a.added_to_cart.wc-forward {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
    color: #000000 !important;
    font-weight: 700;
}

div#free-gift-progress p {
    padding: 10px;
}

.woocommerce span.onsale {
    max-width: fit-content !important;
    left: 20px !important;
}

.elementor-element-601a54da>.e-con-inner {
    flex-wrap: nowrap !important;
}

/* ___________________________ */

body.single-product .type-product .new-product .acf-product-tag {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #E37859;
    margin-bottom: 15px;
}

body.woocommerce-page.single-product h1.entry-title {
    font-size: 42px;
    color: #000000 !important;
}

body.woocommerce-page.single-product .short-desc {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #361922;
    margin-bottom: 10px;
}

body.woocommerce-page.single-product .right-content .price {
    margin: 0 0 15px;
}

body.woocommerce-page.single-product .profit-message {
    font-size: 14px;
    font-weight: 600;
    color: #777777;
    display: inline-flex;
}

body.woocommerce-page.single-product .profit-message:before {
    content: url(https://immigrantfood.com/wp-content/uploads/2026/03/heart-orange.svg);
    padding-right: 5px;
}

body.woocommerce-page.single-product .order-message {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    font-style: italic;
    color: #777777;
    margin-bottom: 10px;
}

body.woocommerce-page.single-product .discount-coupon {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    color: #361922;
    margin-bottom: 30px;
}

.stock.in-stock {
    color: #361922 !important;
    font-weight: 700;
}

body.woocommerce-page.single-product .product-extra-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: #F6EFE7;
    padding: 20px;
    border-radius: 10px;
}

body.woocommerce-page.single-product .product-extra-info .info-item {
    width: calc(100% / 2 - 5px);
}


body.woocommerce-page.single-product .product-extra-info strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    color: #777777 !important;
}


body.woocommerce-page.single-product .product-extra-info span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    color: #361922;
}

.back-to-shop-wrapper a {
    display: block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    color: #3B1921 !important;
    padding: 18px 40px !important;
    border: 1px solid #65394C !important;
    border-radius: 15px !important;
    background: transparent !important;
}

.back-to-shop-wrapper a span.icon {
    display: inline-flex;
    margin-right: 15px;
}

.back-to-shop-wrapper a:hover {
    color: #ffffff !important;
    background: #aa5a43 !important;
    border-color: #aa5a43 !important;
}

.back-to-shop-wrapper a:hover svg * {
    fill: currentcolor !important;
}

body.woocommerce-page.single-product .flavor-purpose {
    display: flex;
    gap: 15px;
    background: #000000;
    border-radius: 10px;
    padding: 20px;
}


body.woocommerce-page.single-product .flavor-content h3 {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.25;
    margin: 0;
}

body.woocommerce-page.single-product .flavor-content p {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.625;
    margin: 5px 0 0;
}

.product-pairings {
    border-top: 1px solid #65394C;
    border-bottom: 1px solid #65394C;
    background: #ffffff;
    padding: 70px 0;
}

.product-pairings * {
    color: #361922 !important;
    text-align: center;
}

.product-pairings .pairings-title {
    margin: 0 0 40px;
}

.pairings-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.pairings-grid .pairing-card {
    padding: 30px 20px 20px;
    background: #EBDBCC;
    border-radius: 10px;
}

.pairings-grid .pairing-card h4 {
    margin: 10px 0;
}

.pairings-grid .pairing-card p {
    margin: 0;
}

.how-to-use {
    background: #EBDBCC;
    padding: 70px 0;
}

.how-to-use .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.how-to-use .container * {
    text-align: center;
    color: #361922 !important;
    margin: 0 !important;
}

.how-to-use .container .use-heading {
    margin-bottom: 40px !important;
}

.how-to-use .container .use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.how-to-use .container .use-grid .use-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
}

.how-to-use .container .use-grid .use-card h4 {
    margin: 15px 0 10px !important;
}

.how-to-use .container .use-grid .use-card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    background: #F6EFE7;
    border-radius: 30px;
    padding: 50px;
}

.back-to-shop-wrapper a.button.back-to-shop-btn {
    text-align: center;
    margin-bottom: 30px;
}

.related.products ul.products:before,
.related.products ul.products:after {
    display: none;
}

body.woocommerce-page.single-product section.related.products {
    display: none;
}

.single-image-container>div {
    height: 100%;
}

.event-filter {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.event-filter a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
    text-decoration: none !important;
	color: #361922;
    border: 1px solid #361922;
    border-radius: 15px;
    padding: 18px 30px;
}

.event-filter a:hover,
.event-filter a.active {
	color: #ffffff;
	background: #361922;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.event-card > a {
	display: flex;
}

.event-card img {
	width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 15px;
}

.event-date {
    display: inline-block;
    color: #361922;
    margin-top: 15px;
}

.event-content h3 {
	margin: 7px 0 5px;
}

.event-content h3 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    color: #361922;
}

.event-content p {
    color: #361922;
    margin: 0;
}

.event-content .read-more {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #361922;
    text-decoration: underline;
    margin-top: 20px;
}

.event-content h3 a:hover,
.event-content .read-more:hover {
	color: #E37859;
}

.custom-pagination:empty {
    display: none;
}

.custom-pagination {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}

.custom-pagination .page-numbers:not(.prev, .next) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #361922;
    border-radius: 50%;
}

.custom-pagination .page-numbers {
    font-size: 22px;
    font-weight: 700;
    color: #361922;
    text-decoration: none;
}

.custom-pagination .page-numbers:not(.prev, .next):hover,
.custom-pagination .page-numbers.current {
	color: #ffffff;
	background: #361922;
}

#tripleseat_embed_form .row_details_header h2 {
    margin: 20px 0;
}

#tripleseat_embed_form input,
#tripleseat_embed_form select,
#tripleseat_embed_form textarea {
    border: 1px solid #ffffff !important;
    border-radius: 10px;
    color: #ffffff !important;
    background: transparent;
    width: 100% !important;
    height: 65px;
    font-size: 16px;
    padding: 20px;
    margin: 20px 0;
}

#tripleseat_embed_form textarea {
	height: 150px;
	resize: none;
}

#tripleseat_embed_form select {
	appearance: none;
	background: url('data:image/svg+xml,<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.1309 11.4309L24.5836 0.286691C24.6759 0.194939 24.7854 0.122401 24.9059 0.0732756C25.0265 0.0241499 25.1555 -0.000589371 25.2857 0.000492096C25.4158 0.00157356 25.5444 0.0284529 25.6641 0.0795736C25.7838 0.130694 25.8921 0.205042 25.9829 0.298315C26.0736 0.391588 26.145 0.501933 26.1928 0.622966C26.2407 0.743999 26.264 0.873318 26.2615 1.00344C26.2591 1.13355 26.2308 1.26189 26.1784 1.38101C26.126 1.50014 26.0505 1.60768 25.9563 1.69743L13.8173 13.5083C13.6335 13.6871 13.3873 13.7871 13.1309 13.7871C12.8746 13.7871 12.6283 13.6871 12.4446 13.5083L0.305634 1.69743C0.211391 1.60768 0.135887 1.50014 0.0834846 1.38101C0.0310822 1.26189 0.00282669 1.13355 0.000349045 1.00344C-0.0021286 0.873318 0.0212212 0.743999 0.0690517 0.622966C0.11688 0.501933 0.188238 0.391588 0.278996 0.298315C0.369753 0.205042 0.478107 0.130694 0.597788 0.0795736C0.717468 0.0284529 0.846098 0.00157356 0.976234 0.000492096C1.10637 -0.000589371 1.23543 0.0241499 1.35594 0.0732756C1.47645 0.122401 1.58603 0.194939 1.67832 0.286691L13.1309 11.4309Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	cursor: pointer;
}

#tripleseat_embed_form select option {
	color: #000000;
}

#tripleseat_embed_form .button {
	width: auto !important;
	height: 60px;
	color: #ffffff !important;
	background: #E37859 !important;
	border: none !important;
	border-radius: 15px;
	font-size: 16px !important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 30px;
	cursor: pointer;
	transition: 0.2s ease;
}

#tripleseat_embed_form .button:hover {
	background: #aa5a43 !important;
}

.timeselect {
    width: 200px !important;
}

.event-wrapper .container {
	max-width: 1500px;
	padding: 0 30px;
	margin: 0 auto;
}

.event-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 580px;
    height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	position: relative;
}

.event-banner:before {
    content: "";
    background: #000000;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.event-banner .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
    max-width: 1500px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.event-wrapper h1 {
    margin: 0;
}

.event-location {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.event-content-container {
    background: #EBDBCC;
}

/* _________________________________________________________________________________________________________ */

@media(min-width: 1440px) {
    body.tax-product_cat main#main {
        max-width: 1440px;
    }
}

@media(max-width: 1599px) {
    .category .products.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }

    .category .products.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
}

@media(max-width: 1500px) {
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom-product-tabs .product-card a.button {
        padding: 18px 20px;
    }

    .custom-product-tabs .product-tabs {
        gap: 15px;
    }

    .custom-product-tabs .tab-btn {
        padding: 18px 20px;
    }
}

@media(max-width: 1199px) {
    body.woocommerce-shop ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-banner-section .swiper {
        height: 35vh;
        min-height: 500px;
    }

    .hero-banner-section .banner-heading {
        max-width: 720px;
        font-size: 54px !important;
    }

    body.tax-product_cat ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .custom-product-tabs .products-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom-product-tabs .product-card a.button {
        padding: 18px 20px;
    }

}

@media(max-width: 991px) {
    .custom-product-tabs .products-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .pairings-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .how-to-use .container .use-grid {
        gap: 20px;
    }
	
	.event-content h3 a {
		font-size: 20px;
	}
	
	.custom-pagination {
		gap: 10px;
		margin-top: 40px;
	}
	
	.custom-pagination .page-numbers:not(.prev, .next) {
		width: 44px;
		height: 44px;
	}
	
	.custom-pagination .page-numbers {
		font-size: 18px;
	}
}

@media(max-width: 767px) {

    body.single-product button.single_add_to_cart_button {
        padding: 19px 20px !important;
        /* font-family: 'denominary'; */
        font-size: 16px;
    }

    body.woocommerce-shop ul.products {
        grid-template-columns: repeat(1, 1fr);
    }


    body.single-product section.related.products ul.products li h2.woocommerce-loop-product__title {
        font-size: 20px !important;
    }

    .hero-banner-section .swiper-slide {
        padding: 0 15px;
    }

    .hero-banner-section .banner-heading {
        font-size: 40px !important;
    }

    .hero-banner-section .swiper-nav-btn {
        top: unset;
        bottom: 10px;
    }

    .hero-banner-section .swiper-pagination {
        padding: 50px 15px 60px;
    }

    .contact-us-grid {
        display: flex !important;
        flex-direction: column;
    }

    .hero-banner-section .swiper-nav-btn {
        display: none;
    }

    .what-we-serve-content {
        max-width: 450px;
        left: 50% !important;
        transform: translateX(-50%);
    }

    div#customer_login {
        flex-direction: column;
    }

    .custom-product-tabs .products-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image a {
        padding: 20px;
    }

    body.woocommerce-page.single-product h1.entry-title {
        font-size: 30px;
    }

    body.woocommerce-page.single-product .right-content .price * {
        font-size: 24px;
    }

    .how-to-use .container {
        padding: 0 20px;
    }

    .products-col {
        flex-direction: column;
    }

    .checkout-upsells .product-card {
        width: 100%;
    }
	
	.event-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 575px) {

    body.woocommerce-shop .content-area {
        padding: 0 20px;
    }

    body.woocommerce-shop main {
        padding: 0 !important;
    }

    body.woocommerce-shop nav.woocommerce-breadcrumb {
        padding: 20px 0 24px !important;
    }

    body.woocommerce-shop .page-title {
        font-size: 48px;
        margin-top: 0;
    }

    body.woocommerce-page .wc-block-cart__main {
        overflow-x: auto;
    }

    body.woocommerce-page td.wc-block-cart-item__product {
        padding-left: 0 !important;
    }

    body.tax-product_cat ul.products {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 15px;
    }

    .catering-form .submit-wrap .menu-btn-wrap p a {
        padding: 15px 20px;
        width: 100%;
        text-align: center !important;
        justify-content: center;
    }

    .pairings-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .how-to-use .container .use-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.event-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-width: 768px) {
    .related.products .slick-list.draggable .slick-track {
        gap: 0;
        display: flex;
    }

    .related.products .slick-list.draggable {
        margin-left: -20px;
    }

    .related.products ul.products .slick-slide {
        margin-left: 20px !important;
    }
}

@media(min-width: 730px) and (max-width: 767px) {
    .think-table-shortcode {
        padding-bottom: 200px !important;
    }
}

/* _________________________________________________________________________________________________________ */

.elementor-button:hover,
.hero-banner-section .banner-cta:hover,
.tnp-field.tnp-field-button input.tnp-submit:hover,
.wc-block-components-button:hover,
.view-product-button:hover,
body.single-product button.single_add_to_cart_button:hover,
.product-page-category .category .products .product a:hover {
    /*     background-color: #7e7026 !important; */
    background-color: #aa5a43 !important;
    transition: 0.2s !important;
}

.wc-block-components-text-input label {
    color: black !important;
}

.think_table .page-header {
    display: flex !important;
    flex-direction: column;
}

.think_table .page-header img {
    max-width: 450px;
}

.think_table .page-header .post-thumbnail {
    display: flex;
    justify-content: center;
}

.think_table .content-post h1 {
    text-align: center;
}

.product-card {
    cursor: pointer;
}

#promo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#popup-content {
    background: #fff;
    padding: 40px 20px 30px;
    max-width: 450px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

div#popup-content h2.titl {
    font-size: 24px;
    margin: 0 0 10px;
}

#popup-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: bold;
    cursor: pointer;
}

.titl {
    color: black !important;
}

#popup-content a {
    font-weight: 700;
    background: #361922 !important;
    border-radius: 10px !important;
    padding: 15px 30px !important;
}

#popup-content a:hover {
    background: #aa5a43 !important
}

.progress-bar-wrap {
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    height: 20px;
    margin: 10px 0;
}

.progress-bar {
    height: 100%;
    background: #4caf50;
    width: 0;
    transition: width 0.3s ease;
}

.progress-message {
    margin-top: 8px;
    font-weight: bold;
}

.progress-bar-wrap {
    padding: 0px !important;
    background: transparent;
}

div#free-gift-progress p {
    font-size: 22px;
}

.woocommerce-product-details__description p {
    color: #3b1921;
    font-size: 18px;
    font-weight: 400;
}

.preorder-avaiable-date-text {
    color: #3b1921;
}