4/* ------------------------------ Header Styling Start ------------------------------ */

/* Mobile Menu */
@media screen and (max-width: 1200px) {
    .pxl-menu-close {
        top: 20px !important;
        right: 10px !important;
    }
}

@media screen and (max-width: 1200px) {
    .pxl-header-menu-scroll {
        padding: 15px !important;
    }
}

body.page-id-5769 #pxl-header-elementor .pxl-header-elementor-sticky {
  display: none !important;
}

/* ------------------------------ Header Styling End ------------------------------ */

/* ------------------------------ Content Styling Start ------------------------------ */

/* Hero Section */
@media (min-width: 1200px) {
    .hero-banner-img img {
        width: 800px !important;
    }

}

/* Order Menu Sticky */
.elementor-element.glider-contain.sticky-order-menu {
   position: sticky;
   z-index: 9999;
   top: 0;
}

/* Home Page Menu Carousel */
.glider-contain:has(.menu-swiper) {
    padding: 0 30px;
}

.nav-icons {
    width: 64px;
    height: 64px;
}

.menu-swiper .glider-slide {
    min-width: max-content;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    overflow-x: auto;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-swiper .glider-slide {
        min-width: unset;
    }

    .glider-contain:has(.menu-swiper) {
        padding: 0 15px;
    }

    .nav-icons {
        width: 32px;
        height: 32px;
    }

    .menu-swiper~.glider-menu-prev {
        left: -10px;
    }

    .menu-swiper~.glider-menu-next {
        right: -10px;
    }
}

.menu-swiper~.glider-menu-prev,
.menu-swiper~.glider-menu-next {
    background-color: transparent;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: unset;
    line-height: unset;
    font-size: 0;
}

.menu-swiper~.glider-menu-prev {
    left: -10px;
}

.menu-swiper~.glider-menu-next {
    right: -10px;
}

.menu-swiper~.glider-menu-prev:hover,
.menu-swiper~.glider-menu-prev:focus,
.menu-swiper~.glider-menu-next:hover,
.menu-swiper~.glider-menu-next:focus {
    background-color: transparent;
    color: var(--secondary-color);
}

.menu-swiper .menu-category-slide img {
    width: 100px;
    height: 100px;
}

.menu-swiper h4 {
    color: white;
}

.menu-swiper .menu-category-slide h4,
.menu-swiper .menu-category-slide h4:hover {
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, var(--secondary-color) 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s ease;
    overflow: hidden;
}

.menu-swiper .menu-category-slide h4::after,
.menu-swiper .menu-category-slide h4:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.menu-swiper .menu-category-slide.menu-active h4,
.menu-swiper .menu-category-slide h4:hover {
    background-position: left bottom;
}

.menu-swiper .menu-category-slide.menu-active h4::after,
.menu-swiper .menu-category-slide h4:hover::after {
    transform: scaleX(1);
}


/* Home Page Menu Products */
.menu-products-grid {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .menu-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .menu-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.menu-product-item {
    text-align: center;
    border: 1px solid #eee;
    padding: 40px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .menu-product-item {
        padding: 20px 0;
    }
}


.menu-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.menu-product-item img {
    width: 250px;
    height: auto;
}

[x-cloak] {
    display: none !important;
}

.menu-product-price {
    color: var(--primary-color);
    font-size: 32px;
    font-family: "Bebas Neue", sans-serif;
}

.woocommerce-product-details__short-description {
    color: #696969;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 14px;
}

@keyframes shimmer {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

.woocommerce-skeleton .skeleton-img,
.woocommerce-skeleton .skeleton-line,
.woocommerce-skeleton .skeleton-description-line {
    background: linear-gradient(90deg, #f3f3f3 25%, #eaeaea 50%, #f3f3f3 75%);
    background-size: 1000px 100%;
    animation: shimmer 1.5s infinite linear;
    border-radius: 4px;
    display: block;
}

.woocommerce-skeleton .skeleton-img {
    width: 250px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    justify-self: center;
}

.woocommerce-skeleton .skeleton-line {
    width: 50%;
    height: 14px;
    margin: 20px auto 0 auto;
}

.woocommerce-skeleton .skeleton-line.short {
    width: 20%;
    margin: 10px auto 0 auto;
}

.woocommerce-skeleton .skeleton-description-line {
    width: 70%;
    height: 14px;
    margin: 10px auto 0 auto;
}

.woocommerce-skeleton li.menu-product-item {
    list-style: none;
}

/* Home Page Best Seller Carousel */
.glider-contain:has(.best-sellers-carousel) {
    padding: 0 30px;
}

.best-sellers-carousel .glider-track {
    gap: 30px;
}

.best-sellers-carousel .glider-slide {
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    padding: 40px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.best-sellers-carousel .glider-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .glider-contain:has(.best-sellers-carousel) {
        padding: 0 15px;
    }
}

.best-sellers-carousel .best-seller-slide img {
    width: 100%;
    height: auto;
}

.best-sellers-price {
    color: var(--primary-color);
    font-size: 32px;
    font-family: "Bebas Neue", sans-serif;
}

.best-sellers-bullets {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.best-sellers-bullets .glider-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: relative;
    background-color: var(--primary-color);
    z-index: 1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.best-sellers-bullets button {
    padding: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
}

.best-sellers-bullets .glider-dot.active {
    width: 30px;
    height: 10px;
}

.best-sellers-bullets .glider-dot.active {
    background-position: 0%;
}

.best-sellers-bullets .glider-dot.active:before,
.best-sellers-bullets .glider-dot.active:after {
    opacity: 1;
}

.best-sellers-carousel .badge {
    padding: 0 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    color: white;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* External Buttons */
.order-buttons button:not(.btn), .button:not(.btn), input[type="submit"]:not(.btn) {
    font-size: 14px;
    padding: 15px 20px;
    line-height: 1;
    margin-top: 5px;
    font-family: 'Roboto';
}

.order-buttons {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.order-buttons .external-buttons {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.order-buttons .doordash-button button, .order-buttons .ubereats-button button, .order-buttons .ordermeal-button button {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.order-buttons .doordash-button button {
    background: #0e1317;
}

.order-buttons .doordash-button button:hover, .order-buttons .doordash-button button:focus {
    background: #0e131795;
}

.order-buttons .ubereats-button button {
    background: #06C167;
}

.order-buttons .ubereats-button button:hover, .order-buttons .ubereats-button button:focus {
    background: #06C16795;
}

.order-buttons .ordermeal-button button {
    background: #dfdfdf;
    color: #EC3D08;
}

.order-buttons .ordermeal-button button:hover, .order-buttons .ordermeal-button button:focus {
    background: #dfdfdf95;
    color: #EC3D08;
}

.woocommerce ul.products li.product .order-buttons .doordash-button button img,
.order-buttons .doordash-button button img {
    width: 16px;
    margin: 0;
}

.woocommerce ul.products li.product .order-buttons .ubereats-button button img,
.order-buttons .ubereats-button button img {
    width: 20px;
    margin: 0;
}

.woocommerce ul.products li.product .order-buttons .ordermeal-button button img, 
.order-buttons .ordermeal-button button img {
    width: 20px;
    margin: 0;
}

/* Product Page Styling */
.tc-label-inner {
    line-height: 0;
}

.tc-label-text, .tc-epo-style-space.tc-tooltip {
    line-height: 1 !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-epo-text-wrapper {
    padding: 10px 5px;
}

.tc-price-wrap .woocommerce-Price-amount {
    color: #EC3D08;
    background-clip: unset !important;
    -o-background-clip: unset !important;
    -ms-background-clip: unset !important;
    -moz-background-clip: unset !important;
    -webkit-background-clip: unset !important;
    text-fill-color: unset !important;
    -o-text-fill-color: unset !important;
    -ms-text-fill-color: unset !important;
    -moz-text-fill-color: unset !important;
    -webkit-text-fill-color: unset !important;
}

.tm-epo-reset-variation,
.tm-extra-product-options .tm-epo-reset-radio {
    border-radius: 50% !important;
    top: -13px;
    right: -13px;
    padding: 1px;
    border-width: 3px;
    color: var(--primary-color);
    background-color: white;
}

.padder-between-options {
    padding: 4px !important;
}

:root {
    --tcgaprow: 10px !important;
    --tcgapcol: 10px !important;
}

@media (max-width: 768px) {
    .tm-extra-product-options ul.tmcp-ul-wrap li {
        max-width: unset;
    }

    .tc-label-inner span {
        flex: unset !important;
    }
}


/* Product Categories Card */
.menu-product_categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.menu-product_categories .product-category-card {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.menu-product_categories .product-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.menu-product_categories .product-category-card img {
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
    border-radius: 4px;
}

.menu-product_categories .product-category-card:hover img {
    transform: scale(1.05);
}

.menu-product_categories .product-category-card h3 {
    font-size: 28px;
    margin: 0;
    color: #0e1317;
}

.menu-product_categories .product-category-card a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .menu-product_categories {
        gap: 40px 20px;
    }
}

@media (max-width: 480px) {
    .menu-product_categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .menu-product_categories .product-category-card img {
        max-width: 100px;
    }
    .menu-product_categories .product-category-card h3 {
        font-size: 24px;
    }
}

/* ------------------------------ Content Styling End ------------------------------ */

/* ------------------------------ Popup Styling Start ------------------------------ */
.popup-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: fadeIn 0.4s ease-in-out;
}

.popup-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem auto;
    fill: var(--primary-color);
}

.popup-title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.popup-message {
    font-size: 1rem;
}

.popup-close-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 0px 20px !important;
    border-radius: 5px !important;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 1rem;
}

.popup-close-btn:hover {
    background-color: var(--secondary-color);
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
/* ------------------------------ Popup Styling End ------------------------------ */

/* ------------------------------ Footer Styling Start ------------------------------ */

/* Fixed Footer Border */
#pxl-main {
    border-radius: 0px 0px 50px 50px;
}

@media (max-width: 1024px) {
    #pxl-main {
        padding-top: 100px !important;
    }

    .elementor-page:not(.single-post):not(.single-product) #pxl-main {
        padding-top: 0px !important;
    }
}

@media (max-width: 768px) {
    #pxl-main {
        padding-top: 80px !important;
    }
}

@media (max-width: 480px) {
    #pxl-main {
        padding-top: 30px !important;
    }
}

#pxl-wapper #pxl-main {
    padding-bottom: 0 !important;
}

/* Footer Menu Carousel */
.footer-swiper .glider-slide {
    min-width: max-content;
    margin: 0 !important;
    display: flex !important;
    column-gap: 1rem;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .footer-swiper .glider-track {
        gap: 40px;
    }


    .footer-swiper .glider .pxl-item--link {
        flex: 1 0 auto;
        width: auto !important;
    }
}

.footer-swiper .glider-prev,
.footer-swiper .glider-next {
    background-color: transparent;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: unset;
    line-height: unset;
    font-size: 0;
}

.footer-swiper .glider-prev {
    left: 0;
}

.footer-swiper .glider-next {
    right: 0;
}

.footer-swiper .glider-prev:hover,
.footer-swiper .glider-prev:focus,
.footer-swiper .glider-next:hover,
.footer-swiper .glider-next:focus {
    background-color: transparent;
    color: var(--primary-color);
}

.footer-swiper .pxl-link-wrap.glider {
    width: 95%;
    justify-self: center;
}

/* ------------------------------ Footer Styling End ------------------------------ */