﻿
@font-face {
    font-family: 'Poppins-Semibold';
    src: url('../Fonts/Poppins-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


form#signUpForm {
    height: 695px;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.container {
    padding: 0;
}

#h1_serif {
    font-family: serif;
}


* {
    font-family: 'Poppins', sans-serif;
}


.search-popup .product-search-img {
    width: 75%;
    object-fit: cover;
}

@media(max-width:1024px) and (min-width:768px) {
    .search-popup .product-image-container {
        width: 32%;
    }

    .search-popup .product-search-img {
        width: 100%;
        height: 85%;
    }
}

.offer-popup-container {
    font-family: 'Poppins-Semibold';
}


.user-rating-header .rating-title {
    font-family: serif;
}
/*
new Best selling products */

.new-swiper_k {
    font-family: 'Poppins-Semibold', 'Poppins', sans-serif;
    margin: 0px auto;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
}

    .new-swiper_k .swiper-pagination {
        position: absolute !important;
    }

    .new-swiper_k .swiper-button-prev,
    .new-swiper_k .swiper-button-next {
        border: none;
        border-radius: 50%;
        color: black !important;
        font-weight: bold !important;
        font-size: 20px !important;
        line-height: 20px;
        --swiper-navigation-size: 20px;
        top: 40%;
    }

    .new-swiper_k .swiper-button-prev {
        left: 1px;
    }

    .new-swiper_k .swiper-button-next {
        right: 0px;
    }

    .new-swiper_k .new_k_swipe_section-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 0 clamp(0rem, 1.8vw, 1rem);
        margin-bottom: 1rem;
    }

        .new-swiper_k .new_k_swipe_section-title a {
            color: #0b4b30;
            text-decoration: none;
            font-size: clamp(0.9rem, calc(0.8rem + 1vw), 1.2rem);
        }

        .new-swiper_k .new_k_swipe_section-title span {
            font-family: serif;
            color: black;
            text-transform: uppercase;
            font-size: clamp(1.05rem, calc(0.9rem + 1vw), 1.5rem);
        }

    .new-swiper_k .swiper-slide {
        background: #fff;
        border: 1px solid #ddd5d5;
        padding: 8px;
        text-align: center;
        position: relative;
    }

    .new-swiper_k .sold-out-ribbon, .new-swiper_k_available .sold-out-ribbon {
        font-family: Poppins;
        position: absolute;
        top: 0px;
        left: 0px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 6px 16px;
        z-index: 20;
        text-transform: uppercase;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    /*    .new-swiper_k .product-card {
        padding: 0;
        width: 100%;
    }*/

    /* IMAGE CONTAINER FOR HOVER EFFECT */
    .new-swiper_k .product-img-container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .new-swiper_k .product-img-container {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
    }




        .new-swiper_k .product-img-container img {
            max-width: 100%;
            width: 90%;
            height: 100%;
            margin: 0 auto 8px;
            transition: opacity 0.4s ease-in-out;
            display: block;
        }

        .new-swiper_k .product-img-container .hover-img {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .new-swiper_k .product-img-container:hover .main-img {
            opacity: 0;
        }

        .new-swiper_k .product-img-container:hover .hover-img {
            opacity: 1;
        }

    .new-swiper_k .new_k_product-title {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin: 0.5rem 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.4;
        height: 40px;
    }

    .new-swiper_k .new_kproduct-code,
    .new-swiper_k .new_product-rating span {
        height: 2.2rem;
        color: #555;
        font-size: 14px;
        margin: 0rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-overflow: ellipsis;
        overflow: hidden;
        line-clamp: 2;
    }

    .new-swiper_k .new_product-rating {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
        margin-bottom: 8px;
    }

    .new-swiper_k .new_kproduct-price {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-evenly;
    }

    .new-swiper_k .new_k_orginal_price {
        color: #21252980;
        font-size: 14px;
        font-weight: 500;
    }

    .new-swiper_k .add-to-cart {
        height: 100%;
        font-family: Poppins;
        font-size: 0.8rem;
        font-weight: 500 !important;
        background: #0b4b30;
        color: #fff;
        border: none;
        padding: 9px;
        border-radius: 3px;
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        transition: background 0.2s ease;
    }

        .new-swiper_k .add-to-cart:hover {
            background: #0e5436;
        }

    .new-swiper_k .cart-bounce {
        animation: cart-bounce 0.5s;
    }

    .new-swiper_k .swiper-pagination {
        position: static;
    }

@media(min-width:1400px) {
    .pokemon-swiper {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .new-swiper_k .product-img-container img {
        height: 195px;
    }
}

.section-header.d-flex.flex-wrap.justify-content-between.responsive-category.pt-2 {
    padding: 20px 5.5% 0px 5.5%;
}

@media(max-width:480px) {
    .new-swiper_k .add-to-cart {
        height: fit-content;
        padding: 11px 0px;
        gap: 2px;
    }

    .new-swiper_k .swiper-slide {
        padding: 2rem 7px 7px 7px;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }

    .smoke-text-wrapper {
        top: 6% !important;
    }

    .detail-container .product-info h2 {
        text-align: center;
    }
}

@media(min-width:1024px) {
    .new-swiper_k, .hero-section, .smoke-img-container {
        padding: 10px 4%;
    }
}



/*Navswiper_k css ends*/

.section-header .section-title {
    text-transform: uppercase;
    font-family: serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    margin: 0;
    letter-spacing: 1px;
}

/* View All Button Styling */
.section-header .btn-primary {
    background-color: #28A745;
    border-color: #28A745;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}


    .section-header .btn-primary:hover {
        background-color: #f7a422; /* Darker shade on hover */
        border-color: #f7a422;
    }


@media (max-width: 767px) {
    .section-title {
        font-size: 2rem; /* Slightly smaller font on mobile */
    }

    .btn-primary {
        padding: 6px 16px; /* Adjust padding for smaller screens */
    }
}


.product-item figure {
    margin: 0;
    padding: 0;
    text-align: center;
}

.product-item img {
    width: 205px;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 12px;
}

.product-item h3 {
    margin: 10px 0;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    height: 50px;
}

.product-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 10px;
    padding: 15px;
    border: 0.4px solid #efecec;
}


    .product-item .rating svg {
        margin-right: 2px;
    }



    .product-item .button-area .btn-cart {
        display: flex;
        background-color: #0b4b30;
        border-color: #0b4b30;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 90%;
    }

        .product-item .button-area .btn-cart:hover {
            background-color: #f7a422; /* Darker green on hover */
            border-color: #f7a422; /* Matching border color */
            cursor: pointer; /* Change cursor to pointer on hover */
        }


/*.rounded-circle {
    border-radius: 0 !important;
    height: 253px;
}*/

/*.categories-img {
    display: block;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;

}*/



.button-area .btn-cart {
    height: 3.3em;
    line-height: 2em;
    width: 100%;
    margin-right: 10px;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fbbe06;
    font-size: 12px;
}

/*.badge.custom-badge {
    color: #21252980;*/ /* Text color */
/*border-color: #21252980;*/ /* Border color */
/*}*/

.text-center .gap-2 {
    gap: 1.5rem !important;
    margin-top: 10px;
}

.custom-bold {
    font-weight: bold;
}

.gap-2 .orignal-price {
    color: #21252980;
}

.product-item .button-area .quantity {
    padding: 0.5rem;
}

.mt-2 .col-7 {
    flex: 0 0 auto;
    width: 57.333333%;
}

.button-area .row {
    display: flex;
    justify-content: flex-start; /* Ensures alignment to the left */
    width: 220%;
}

.col-3 {
    flex: 0 0 auto;
    width: 22%;
}

.fa-cart-shopping {
    color: white;
}

/*.offer-container {
    position: relative;
    display: inline-block;
}*/

/*tab-image 
.offer-container {
    position: relative;*/ /* To position the badge inside the container */
/*}*/

.offer-badge {
    position: absolute;
    top: -21px;
    left: -17px;
    right: 200px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    width: 96px;
    height: 39px;
    background: linear-gradient(135deg, #ff0404, #3e2f32);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-badge-green {
    position: absolute;
    top: -21px;
    left: -17px;
    right: 200px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    width: 96px;
    height: 39px;
    background: linear-gradient(135deg, #0b4b30, #3c6655);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}


/*.banner-layout {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;*/ /* Allows wrapping on smaller screens */
/*}*/

/*.left-banner {
    flex: 2;
    height: 448px;
    overflow: hidden;
    position: relative;
    
}*/

/*.right-banners {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 20px;
}*/

/*    .right-banners .banner-ad {
        height: 207px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }*/



.banner-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 70%;
}

/*.banner-title {
    font-size: 3.5rem;
    font-weight: bold;
}
*/

/*.banner-ad .btn {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid white;
    transition: all 0.3s ease-in-out;
}*/

/*    .banner-ad .btn:hover {
        background: white;
        color: black;
        text-decoration: none;
    }*/

@media (max-width: 767px) {
    /*.banner-layout {
        flex-direction: column;*/ /* Stack the banners on smaller screens */
    /*gap: 15px;
    }*/

    /*.left-banner {
        height: 250px;*/ /* Adjusted height for mobile screens */
    /*background-size: contain;
    }*/

    /*.right-banners .banner-ad {
        height: 150px;*/ /* Adjusted height for mobile screens */
    /*background-size: contain;
    }*/

    .banner-content {
        max-width: 90%; /* Increased width for mobile screens */
        bottom: 15px;
        left: 15px;
    }
}

/*.banner-container {
    padding: 30px;
}*/

.gap-3 {
    gap: 2rem !important;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

/*.carousel-item {
    min-width: 33.33%;*/ /* Adjust based on `slidesPerView` */
/*flex-shrink: 0;
}*/

/*.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 10px 15px;
}*/

/*.carousel-control.prev {
    left: 10px;
}*/

/*.carousel-control.next {
    right: 10px;
}*/

/*.short-banner{

    padding-left:20px;
    padding-right:20px;
}
*/

.container-lg {
    max-width: 1600px;
}

/*.banner-style
{
    height:300px;
}*/

/*.head-tittle {
    flex: 0 0 auto;
    width: 32.666667%;
}*/

.p-3 {
    padding: 2rem !important;
}

/*.sub-heading-text {
    font-size: 23px;
}
*/


/*#latest-blog {
    padding-bottom: 4rem;
}*/

.section-header {
    margin-bottom: 1rem;
    font-family: 'Poppins-Semibold', 'Poppins', sans-serif;
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
}

.btn-primary {
    background-color: #28a745; /* Matches the green button */
    border: none;
    color: #fff;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/*.post-item {
    transition: transform 0.3s, box-shadow 0.3s;
}*/



.image-holder {
    overflow: hidden;
    border-radius: 0.25rem;
}

    .image-holder img {
        width: 100%;
        height: auto;
        transition: transform 0.3s;
    }
/*
    

.post-meta {
    font-size: 0.85rem;
    color: #888;
}*/

/*.meta-date,*/
/*.meta-categories {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size:12px;
}*/

.meta-category {
    font-size: 12px;
}


/*    .post-title {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0.75rem;
    }*/

/*    .post-title a {
        color: #000;
        text-decoration: none;
    }*/



.card-body p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
}

/*.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;*/ /* Limits content to 3 lines */
/*-webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/


span.point-detail {
    margin-right: 3px;
    font-size: 11px;
}

/*i.fa-regular.fa-calendar.blog-calender {
    margin-right: 7px;
}*/

i.fa-regular.fa-calendar.blog-calender {
    margin-right: 7px;
    margin-left: 7px;
}

.accordion-body {
    padding: 1rem 0.7rem;
}

.custom-recent-detail {
    margin-left: 10px;
}

/* Footer Styles */

footer {
    background-color: #000000;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
}

    footer .container-fluid {
        padding: 0 60px;
    }

    /*    footer .footer-menu {
        padding: 10px;
    }*/

    /*        footer .footer-menu img {
            max-width: 100%;
            height: auto;
        }*/

    /*    footer .social-links ul {
        padding: 0;
        margin: 0;
    }*/

    /*        footer .social-links ul li {
            display: inline-block;
        }*/

    /*            footer .social-links ul li a {
                display: block;
                width: 45px;
                height: 45px;
                background-color: #000000;
                border-radius: 25%;
                text-align: center;
                line-height: 35px;
                color: #fff;
                transition: background-color 0.3s ease;
            }*/

    /*                footer .social-links ul li a:hover {
                    background-color: #fff;
                    color: #000000;
                }*/

    /*    footer .widget-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0px;
        color: #fff;
    }*/

    /*    footer .menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }*/

    /*    footer .menu-item {
        margin-bottom: 10px;
    }*/

    /*        footer .menu-item a {
            color: #ffffff !important;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s ease;
        }*/

    /*            footer .menu-item a:hover {
                color: #fff;
            }*/

    /*    footer .footer-menu form {
        display: flex;
        align-items: center;
    }*/

    /*    footer .footer-menu input[type="email"] {
        padding: 10px;
        border-radius: 20px 0 0 20px;
        border: 1px solid #ddd;
        background-color: #f8f9fa;
        font-size: 14px;
    }*/

    /*footer .footer-menu button {
        padding: 10px 20px;
        border-radius: 64%;*/
    /* border-radius: 0 20px 20px 0; */
    /*border: 1px solid #ff0033;
        background-color: #ff0033;
        color: white;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }*/


    footer section p {
        font-size: 17px;
        color: #fff8f8;
        margin-top: 20px;
        text-align: center;
    }

/*#footer-bottom {
    background-color: #ffffff;
    color: #0a0909;
    padding: 15px 0;
}*/

/*    #footer-bottom .copyright p {
        text-align: left;
        margin: 0;
        font-size: 14px;
    }*/

/*@media (max-width: 767px) {*/
/*    footer .footer-menu {
        padding: 15px;
    }*/

/*    footer .social-links ul {
        text-align: center;
    }*/

/*    footer .footer-menu form {
        flex-direction: column;
    }*/

/*    footer .footer-menu input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
    }*/

/*    footer .footer-menu button {
        width: 100%;
    }*/

/*    #footer-bottom .copyright {
        text-align: center;
    }*/
/*}*/

/*.btn-fonts {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;*/ /* Adjust as needed */
/*height: 40px;*/ /* Adjust as needed */
/*border-radius: 50%;*/ /* Optional, for circular buttons */
/*padding: 6px;
}*/

/*.btn-outline-light i {
    font-size: 25px; 
    line-height: 1;
}*/

/*.footer-input {
    border-radius: 8px;
    width: 225px;
}
*/
/*.footer-menu .menu-list .menu-item {
    margin-bottom: 5px;*/ /* Reduce space between list items */
/*}*/

/*.footer-menu .menu-list .menu-item .nav-link-footer {
        padding: 3px 0;*/ /* Decrease padding for links */
/*display: block;*/ /* Make sure the link takes full width, making the padding more consistent */
/*}*/



/*footer.py-5 {
    padding-top: 2rem;*/ /* Adjust top padding */
/*padding-bottom: 2rem;*/ /* Adjust bottom padding */
/*}*/

/*footer .footer-menu {
    padding-bottom: 0.5rem;*/ /* Reduce bottom padding of footer menu */
/*}*/

button.btn.btn-primary.rounded-pill.px-4.shadow-sm.submit-model.custom-button {
    background-color: #ff5733;
    border-color: #ff5733;
    color: white;
}


/* Remove any margin or padding that causes space */
.navbar {
    margin-bottom: 0; /* Removes bottom margin from navbar */
}

/*.banner-section {
    margin-top: 0;*/ /* Removes top margin from banner section */
/*padding-top: 0;*/ /* Ensures no padding at the top */
/*}*/

/* Optional: If you want to ensure no extra space is applied to banner items */
/*.banner-item {
    margin: 0;*/ /* Remove margin if any */
/*padding: 0;*/ /* Remove padding if any */
/*}*/

/*nav.navbar.navbar-expand-sm.navbar-light.bg-white.box-shadow.mb-0 {
    height: 70px;
}*/


/* Slider buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* General Container */
.container-fluid {
    padding: 10px 15px; /* Padding around the header */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    display: flex;
    flex-direction: column; /* Adjust for centering in smaller screens */
    align-items: center;
}

/* Row adjustments */
.row {
    display: flex;
    align-items: center; /* Vertical center alignment */
}

/* Logo and Navbar Toggler */
.col-sm-4,
.col-lg-2 {
    display: flex;
    align-items: center; /* Vertically center logo */
    justify-content: center; /* Horizontally center logo */
}

/*.navbar-toggler {
    border: none;
    background: none;
    outline: none;
    padding: 5px;
    cursor: pointer;
}*/

/*.navbar-toggler svg {
    fill: #333;*/ /* Icon color */
/*}*/

/* Logo */
.logo img {
    max-height: 50px; /* Scale logo size */
    display: block;
    margin: 0 auto; /* Center logo */
}

/* Search Bar */
/*.search-bar {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: 50px;
    border-radius: 10px;
}*/

/*.search-bar:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);*/ /* Hover effect */
/*}*/

/*.search-bar select,
    .search-bar input {
        font-size: 0.9rem;
        color: #09090a;*/ /* Neutral text color */
/*text-align: center;*/ /* Center text in inputs */
/*}*/

/*.search-bar input::placeholder {
    color: #adb5bd;
}
*/

/*.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    width: 100%;
    padding: 0px 3px;
    height: 95px;
}*/

/*.serch-bar-background {
    --bs-bg-opacity: 1;
    background-color: #d6d3d326 !important;
}*/


/* Navbar Menu */
/*.navbar-nav {
    display: flex;
    gap: 10px;
    justify-content: center;*/ /* Horizontal centering */
/*align-items: center;*/ /* Vertical centering */
/*}*/


/*    .navbar-nav .nav-link {
        color: #282828;
        text-decoration: none;
        padding: 5px 10px;
        transition: color 0.3s ease;
        text-align: center;
        white-space: nowrap;
    }*/

/*.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #007bff;*/ /* Highlight on hover or active */
/*}*/

/*.navbar-nav .dropdown-menu {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
    text-align: center;*/ /* Center dropdown items */
/*}*/

/*.navbar-nav .dropdown-item {
    padding: 5px 10px;
    font-size: 0.9rem;
    color: #495057;
}*/

/*.navbar-nav .dropdown-item:hover {
    background-color: #f1f1f1;
    color: #000;
}*/

/* Icons */
ul.d-flex li a svg {
    fill: #495057; /* Icon default color */
    transition: fill 0.3s ease;
}

ul.d-flex li a:hover svg {
    fill: #007bff; /* Icon hover color */
}

ul.d-flex {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
}

    /* Responsive Adjustments */
    /*@media (max-width: 768px) {*/
    /*    .navbar-toggler {
        margin-left: auto;
    }*/

    /*    .search-bar {
        margin-bottom: 10px;
    }*/

    /*    .navbar-nav {
        flex-direction: column;
        gap: 5px;
    }*/

    /*    .navbar-nav .nav-link {
        text-align: center;
    }*/
    /*}*/



    ul.d-flex li a {
        padding: 5px;
        margin: 0 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 32px;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        text-decoration: none;
    }

        ul.d-flex li a:hover {
            background-color: rgba(0, 123, 255, 0.1);
        }

        ul.d-flex li a i {
            color: #ffffff;
            font-size: 22px;
            transition: color 0.3s ease;
        }

        ul.d-flex li a:hover i {
            color: #007bff;
        }

ul li i.icon-black {
    color: black !important;
    font-size: 22px; /* Font size */
    transition: color 0.3s ease;
}


    ul li i.icon-black:hover {
        color: #007bff !important;
    }






/*.head-link-sec {
    display: flex;
    justify-content: center;
}*/

/*.gap-3-beet-links {
    gap: 4rem !important;
}
*/


/* Main Styles for Delivery and In-Store Buttons */
.pip-section-group__content {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Space between the two sections */
    flex-wrap: wrap; /* Allows the sections to wrap on smaller screens */
}

.pip-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 1; /* Ensures the sections take up equal space */
}

    .pip-section:hover {
        background-color: #f0f0f0;
    }

.pip-section__content--wrapper {
    display: flex;
    align-items: center;
}

.pip-section__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #007bff;
}

.pip-section__header {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.pip-section__content {
    display: flex;
    flex-direction: column;
}

.pip-section__icon--right {
    margin-left: 10px;
}

.pip-section__content--wrapper svg {
    transition: transform 0.3s ease;
}

.pip-section__content--wrapper:hover svg {
    transform: translateX(5px);
}

/* Specific Styling for Delivery */
.pip-delivery-section {
    background-color: #e6f4ff;
    border-color: #99c2ff;
}

    .pip-delivery-section:hover {
        background-color: #b3d7ff;
    }

    .pip-delivery-section .pip-section__icon {
        fill: #1e90ff;
    }

/* Specific Styling for In-Store */
.pip-store-section {
    background-color: #f1fdf1;
    border-color: #d0f0c0;
}

    .pip-store-section:hover {
        background-color: #b0e2a0;
    }

    .pip-store-section .pip-section__icon {
        fill: #28a745;
    }

/* Media Query for Responsiveness */
@media (max-width: 767px) {
    .pip-section-group__content {
        flex-direction: column; /* Stack sections vertically on smaller screens */
        gap: 10px; /* Adjust space between sections */
    }

    .pip-section {
        flex: none; /* Allow sections to take full width on small screens */
        width: 100%; /* Ensure sections fill the available width */
    }

    .pip-section__icon--right {
        display: none; /* Hide right icon on smaller screens */
    }
}


/* Modal Styles */
modal {
    position: fixed;
    top: 0;
    right: -100%; /* Initially hidden off the screen */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Background dimming */
    display: none; /* Hidden by default */
    transition: right 5s ease-in-out; /* Slower transition */
}

.modal.show {
    right: 0; /* Move into view */
    display: block;
}

.modal-header {
    background: #fff;
    padding: 15px;
    text-align: right;
    width: 34%;
    margin-left: 66%;
    border: none;
}

.btn-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.modal-body {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    position: fixed;
    flex: 1 1 auto;
    height: 96%;
    padding: 1rem;
    margin-left: 6%;
}


.modal-footer {
    padding: 15px;
    text-align: right;
    border: none;
    display: flex;
    justify-content: center;
    /*    margin-top: 310px;*/
}

.use-location {
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: -0.0042em;
    font-weight: 600;
    color: black
}

.btn-primary {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.btn {
    cursor: pointer;
}

.form-field {
    margin-bottom: 20px;
}

.modal-content-wrapper {
    margin-left: 60%;
    width: 40%;
}

.update-info {
    font-size: 14px;
    padding: 0 10px;
}

.input-field.label-wrapper.text-input.zip-val {
    padding: 0 10px;
}

span#postalcode-helper-eg {
    padding: 0 10px;
}

input#postalcode {
    height: 36px;
    width: 330px;
    border-radius: 8px;
    border: 0.5px solid black;
}

p.postalcode-picker-consent {
    padding: 0 10px;
}

.link-block {
    text-decoration: none;
}

button.btn-primary.zip-code-submit-btn {
    background-color: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    width: 440px;
    font-weight: 600;
    height: 58px;
}


/* Modal Container */
.custom-modal {
    position: fixed;
    top: 0;
    right: -100%; /* Hidden off-screen initially */
    width: 30%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    opacity: 0; /* Fully transparent */
    visibility: hidden; /* Hidden from view */
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    overflow-y: auto;
}

    .custom-modal.show {
        right: 0; /* Slide into view */
        opacity: 1; /* Fully visible */
        visibility: visible; /* Make visible */
    }

/* Modal Header */
.custom-modal-header {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    background-color: #ffffff;
}

.custom-close-button {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

/* Modal Content */
.custom-modal-content {
    padding: 20px;
    padding-left: 41px;
    background-color: white;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* Modal Body */
.custom-modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-header-container h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    justify-content: left;
    color: black;
}

.pip-search {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 90%;
    height: 45px;
    padding: 0 10px;
    background-color: #f5f5f5;
    border-radius: 22px;
}

.pip-search__icon {
    flex-shrink: 0;
    margin-right: 8px;
    height: 24px;
    width: 35px;
}

.pip-search__input {
    width: 100%;
    flex-grow: 1;
    padding: 8px 16px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.pip-btn--xsmall.pip-search__current-location {
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
}

.pip-btn__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pip-btn__icon {
    margin-top: 4px;
    width: 35px;
    height: 26px;
}

.pip-location-button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .pip-location-button:hover {
        background-color: #0056b3;
    }

.custom-search-container {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

    .custom-search-container input[type="search"] {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }

.custom-location-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-location-button:hover {
        background-color: #0056b3;
    }

.custom-stock-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #3a3939;
    justify-content: left;
    margin-top: 18px;
    margin-bottom: 18px;
}



    .custom-stock-filter label {
        cursor: pointer;
    }

/* Store List */
.custom-store-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-store-item {
    border: 1px solid #fdf8f8;
    border-radius: 10px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .custom-store-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .custom-store-item button {
        width: 100%;
        padding: 15px;
        background: none;
        border: none;
        text-align: left;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

.custom-store-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-store-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.custom-status {
    font-size: 14px;
}

    .custom-status:first-child {
        color: green;
        font-weight: bold;
    }

    .custom-status:last-child {
        color: #000000;
        font-weight: bold;
    }

/* Scrollbar Styling */
.custom-modal::-webkit-scrollbar {
    width: 6px;
}

.custom-modal::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.custom-modal::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Style the switch container */
.pip-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Ensure the toggle button has proper size and padding */
.pip-switch__toggle {
    width: 60px; /* Switch width */
    height: 27px; /* Switch height */
    position: relative;
    background-color: #ccc; /* Default background color */
    border-radius: 20px;
    cursor: pointer;
}

/* Style for the switch button */
.pip-switch__button {
    width: 25px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 2px;
    transition: 0.3s;
}

.pip-switch__checkbox:checked + .pip-switch__toggle .pip-switch__button {
    left: 22px;
}


/* Add styles for the icon inside the button */
.pip-switch__icon {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px; /* Ensure icon fits inside button */
    height: 12px;
    fill: #000; /* Icon color */
}

/* Style for the label */
.pip-switch__label {
    margin-left: 10px;
    font-size: 18px;
}

.fa-circle-dot:before, .fa-dot-circle:before {
    content: "\f192";
    color: #008000;
    font-size: 12px;
    padding: 10px;
}

.fa-solid.fa-ban {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ff0000;
    font-size: 12px;
    padding: 10px;
}

.out-of-stock-icon {
    height: 12px;
    width: 13px;
    margin-right: 10px;
}

.custom-status-emt:last-child {
    color: #000000;
    font-weight: bold;
    margin-left: 10px
}

.cart-dropdown {
    position: absolute;
    top: 80%;
    right: 1%;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 400px;
    z-index: 1000;
    display: none; /* Initially hidden */
    padding: 16px 19px;
    height: auto;
}

    .cart-dropdown.hidden {
        display: none;
    }

.shopping-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #0b4b30;
    padding: 0 10px;
}

    .shopping-cart-header .cart-icon {
        font-size: 1.5rem;
    }

.shopping-cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .shopping-cart-items li {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 0 10px;
    }

/*.cart-item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}*/

/*.cart-item-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

.item-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
}

.item-subdetails {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    color: #555;
    width: 167px;
}

.item-price,
.item-quantity {
    margin-top: 5px;
}

a.button.checkout-btn {
    padding: 5px;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 48px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: white;
    margin-top: 22px;
    background-color: #0b4b30;
    font-weight: 700;
    font-size: 18px;
}

    a.button.checkout-btn:hover {
        background-color: #4577df; /* Darker blue on hover */
        transform: translateY(-2px); /* Slight lift effect on hover */
    }

    a.button.checkout-btn:active {
        background-color: #1b4aab; /* Even darker blue when clicked */
        transform: translateY(0); /* Reset lift effect on click */
    }

    a.button.checkout-btn:focus {
        outline: none; /* Remove outline when focused */
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); /* Focus ring for accessibility */
    }

span.main-color-text {
    color: #0b4b30;
}

i.fa.fa-shopping-cart.cart-icon {
    color: #0b4b30;
}

i.fa-solid.fa-cart-shopping {
    font-size: 16px;
    margin-right: -9px;
    padding-left: 0px;
    margin-right: 17px;
}


/*.navBarSpace {
    width: 100%;
    height: 131px;
    background: #6B0100;
}*/

/*.body {
    font-family: var(--Mulish);
    padding: 40px;
    background-color: #fff;
    color: #333;
}*/

/*.steps {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    font-size: 14px;
}*/

/*.shoppingCart h1 {
    font-family: var(--SourceSerifPro);
    font-size: 50px;
    margin-bottom: 26px;
    margin-left: 10px;
    color: #0b4b30;
    
}*/

/*.shippingOptions h4 {
    font-size: 16px;
}*/

/*.flatRate,*/
/*.flatRate input {
    width: unset;
}
*/



/*.steps a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
}*/

/*.steps .active {
    color: orange;
    font-weight: bold;
}*/

/*.steps .inactive {
    color: #999;
}*/

/*.container-view-cart {
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important;
}*/

/*.shoppingCart,*/
/*.orderSummary {
    background-color: white;
    padding: 30px;
    border-radius: 1px;
}*/

/*.shoppingCart {
    width: 73%;
}*/

/*.imageTitle {
    display: flex;
    align-items: center;
}*/

/*.orderSummary {
    width: 25%;
    border: 1px solid #ddd;
}*/

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

    .table th, .table td {
        gap: 10px;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
    }

    .table th {
        text-transform: capitalize;
        font-size: 14px;
    }

.price, .subtotal {
    text-align: right;
}

/*.qty input {
    width: 50px;
    padding: 5px;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 11px;
}*/

/*.giftOptions, .giftCards, */

.discountCode {
    margin-bottom: 15px;
}

/*.giftCardsWrapper {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}*/

/*.giftOptions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
*/
/*    .giftOptions p
    .giftOptions h3 {
        padding-bottom: 10px;
    }*/

/*.giftCardsWrapper h3,*/
/*.giftCards h3, */
.discountCodeWrapper h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.discountCodeWrapper {
    padding-top: 20px;
}

/*.totalPrice {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}*/

/*.giftCards, */
.discountCode {
    display: flex;
    align-items: center;
    width: 90%;
}

    /*    .giftCards input,*/
    .discountCode input {
        flex: 1;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 1px;
    }

    /*    .giftCards button,*/
    .discountCode button {
        padding: 10px 20px;
        background-color: #6394f8c7;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 18px;
        min-width: 160px;
        font-weight: 600;
    }

/*.orderSummary h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: justify;
}*/

/*.imageTitle img {
    width: 80px;
    vertical-align: middle;
    margin-right: 15px;
}*/

/*.orderSummary select,*/

/*.shippingOptions input {
    background: unset;
    color: #000000;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 1px;
    width: 100%;
}*/

/*.orderSummary .flatRate, .orderSummary .bestWay {
    padding-bottom: 20px;
}
*/

/*.bestWay {
    border-bottom: 1px solid #ddd;
}*/

/*.amount_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
}*/

/*.orderSummary {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 826px;*/
/* position: fixed; */
/*background: linear-gradient(104deg, #7ebda2, #ffffff);
    border: 2px solid #7ebda2;
    border-radius: 15px;
}*/

/*.proceed_section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
*/
/*    .proceed_section span {
        text-align: center;
        font-weight: 400;
        font-size: 12px;
        color: #626262;
    }*/

.total {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

/*.orderSummary button {
    width: 100%;
    background-color: #0b4b30;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    max-height: 826px;
}
.orderSummary p {
    display: flex;
    justify-content: space-between;
}

.orderSummary .shippingOptions {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}*/
/* Existing styles remain unchanged */
/*.cart-container {
    padding: 0rem 2rem 2rem 0rem;
   
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}*/



@media screen and (min-width: 650px) and (max-width: 1000px) {
    .container {
        flex-direction: column;
    }

    /*    .shoppingCart {
        width: 100%;
        margin-bottom: 20px;
    }*/

    /*    .orderSummary {
        width: 100%;
    }
*/
    .table th, .table td {
        padding: 10px;
        font-size: 12px;
    }

    /*    .giftCards button, .discountCode button {
        padding: 10px;
        font-size: 12px;
        min-width: 120px;
    }*/

    /*    .orderSummary h2 {
        font-size: 16px;
    }*/

    /*    .orderSummary select,*/
    /*    .shippingOptions input {
        padding: 8px;
        font-size: 12px;
    }*/

    /*    .orderSummary button {
        font-size: 12px;
        padding: 10px 0;
    }*/

    /*    .proceed_section span {
        font-size: 10px;
    }*/

    .totalPrice p {
        font-size: 14px;
    }

    /*    .navBarSpace {
        height: 62px;
    }*/
}

/* ==================================================================Media Query for Mobile Screens============================================================= */
@media screen and (max-width: 650px) {
    /*    .body {
        padding: 20px;
    }*/

    /*    .steps {
        font-size: 12px;
        margin-bottom: 20px;
        align-items: center;
    }*/



    .container {
        flex-direction: column;
        gap: 10px;
    }

    /*    .shoppingCart, */
    /*    .orderSummary {
        width: 100%;
        padding: 15px;
    }*/

    /*        .shoppingCart h1 {
            font-size: 18px;
        }*/

    .table th, .table td {
        font-size: 12px;
        padding: 10px;
        gap: 5px;
    }

    /*    .imageTitle {
        display: block;
        text-align: center;
    }*/

    /*        .imageTitle img {
            margin-bottom: 10px;
        }*/

    .price, .subtotal {
        text-align: left;
        padding-left: 10px;
    }

    /*    .qty input {
        width: 40px;
    }*/

    /*    .giftOptions h3, */
    /*    .giftCardsWrapper h3, */
    .discountCodeWrapper h3 {
        font-size: 14px;
    }

    /*    .giftOptions,*/
    /*    .giftCards,*/
    .discountCode {
        margin-bottom: 10px;
    }

    /*    .giftCards,*/
    .discountCode {
        flex-direction: column;
        width: 100%;
    }

        /*        .giftCards input,*/
        .discountCode input {
            padding: 8px;
            font-size: 12px;
            width: 100%;
        }

        /*        .giftCards button, */
        .discountCode button {
            font-size: 12px;
            padding: 10px;
            margin-top: 10px;
            width: 100%;
        }

    /*    .orderSummary h2 {
        font-size: 16px;
        text-align: center;
    }*/

    /*    .shippingOptions {
        flex-direction: column;
    }*/

    /*        .shippingOptions label, .shippingOptions select, .shippingOptions input {
            font-size: 12px;
        }*/

    /*    .flatRate, .bestWay {
        font-size: 12px;
    }*/

    .totalPrice {
        font-size: 14px;
        gap: 5px;
    }

        .totalPrice p {
            font-size: 14px;
        }

    /*    .orderSummary button {
        font-size: 12px;
        padding: 12px;
    }*/
    /*
    .proceed_section span {
        font-size: 10px;
    }*/

    /*    .orderSummary .amount_wrapper {
        font-size: 12px;
    }*/

    .subtotal {
        display: none;
    }

    /*    .imageTitle {
        display: flex;
    }*/

    /*        .imageTitle img {
            width: 80px;
            vertical-align: middle;
            margin-right: 0px
        }*/

    .hide {
        display: none;
    }

    /*    .navBarSpace {
        height: 62px;
    }*/





}

/*.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}*/

/*.quantity-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
*/

/*.quantity-input {
    width: 50px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}*/

/*.quantity-btn:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: transform 0.2s ease, opacity 0.2s ease;
}*/

i.fa.fa-shopping-cart.cart-icon-view {
    color: #0b4b30;
    margin-right: 10px;
    font-size: 30px;
}


/*.cart-table {
    width: 100%;
    border-collapse: collapse;
}*/

/*    .cart-table thead {
        background-color: #f8f8f8;
        text-align: left;
        font-weight: bold;
    }*/

/*    .cart-table th, .cart-table td {
        
        border-bottom: 1px solid #ddd;
    }*/

/*.item-details {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}*/

/*.item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}*/

/*.item-info {
    display: flex;
    align-items: center;
    height: 190px;
}*/

/*img.item-image {
    height: 141px;
    width: 210px;
    border: none;
}*/

/*.view-img {*/
/* padding: 5px 94px; */
/* height: 200px; */
/* padding-left: 30px; */
/*padding-right: 26px;
}*/


/*#bloges::after {
    display: none;
}*/

/*    .item-info h2 {
        margin: 0;
        font-size: 25px;
        font-weight: bold;
    }*/

/*.item-info p {*/
/* margin: 11px 0; */
/*margin-bottom: 14px;
    font-size: 15px;
}*/

/*.validity {
    color: #888;
    font-size: 12px;
}
*/
/*.pricing {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}*/

.price, .subtotal {
    font-size: 16px;
    font-weight: bold;
}

/*.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}*/

/*.quantity-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    cursor: pointer;
}*/

/*    .quantity-btn:hover {
        background-color: #e0e0e0;
    }*/

/*.quantity-input {
    width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}*/


/*.view-heading {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}*/

/*td.item-details {
    border: 1px solid #0b4b30;
    margin-top: 10px;
}*/
/*    .view-heading h2 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        color: #333;
    }

    .view-heading p {
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
    }*/

/*.pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}*/

/* Price information styling */
.price-info {
    max-width: 60%;
}

.price {
    font-size: 22px;
    font-weight: bold;
    color: #6394f8;
    margin-right: 10px;
}

/*.regular-price {
    text-decoration: line-through;
    font-size: 16px;
    color: #999;
    margin-left: 5px;
}*/

/*.validity {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}*/

/* Quantity section styling */
/*.quantity-section {
    display: flex;
    align-items: center;
    gap: 10px;
}*/

/*.quantity-label {
    font-size: 14px;
    color: #555;
}
*/
/*.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}*/

/*.quantity-btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
    color: #333;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
    border-radius: 4px;
}*/

/*    .quantity-btn:hover {
        background-color: #e9e9e9;
    }*/

/*.quantity-input {
    width: 40px;
    height: 32px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}*/

/*.estimate {
    font-size: 24px;
}*/

/* Responsive design */
@media (max-width: 768px) {
    /*    .pricing {
        flex-direction: column;
        align-items: flex-start;
    }*/

    .price-info {
        max-width: 100%;
    }

    /*    .quantity-section {
        margin-top: 10px;
    }*/
}

a.btn-primary.zip-code-submit-btn {
    background-color: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    width: 455px;
    font-weight: 600;
    height: 58px;
    justify-content: center;
    text-decoration: none;
    padding-top: 17px;
}


#shopDropdownMenu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    z-index: 1050;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    animation: fadeIn 0.5s ease-out, expandDropdown 0.5s ease-out;
    overflow: hidden;
    overflow-y: auto;
    max-height: 80vh;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif; /* Modern font */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes expandDropdown {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*#shopDropdownMenu .dropdown-item {
    padding: 16px 30px;
    font-size: 18px;
    color: #333;
    font-weight: 500;*/ /* Add bold text for emphasis */
/*border-radius: 10px;
    background-color: #f7f7f7;
    transition: background-color 0.3s ease, transform 0.2s ease, padding-left 0.2s ease;
    word-wrap: break-word;
    cursor: pointer;
}*/

/*#shopDropdownMenu .dropdown-item:hover {
        background-color: #ffeb3b;*/ /* Bright yellow background on hover */
/*transform: scale(1.05);
        padding-left: 20px;*/ /* Smooth animation for padding */
/*color: #fff;*/ /* White text */
/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);*/ /* Add a shadow effect */
/*}*/

/*#shopDropdownMenu .dropdown-item:active {
        background-color: #ff9800;*/ /* Orange background when clicked */
/*transform: scale(0.98);*/ /* Slight scale-down effect on click */
/*}*/

/* Improve font styling for better readability */
#shopDropdownMenu h3 {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
}

/*#shopDropdownMenu .dropdown-item {
    font-family: 'Open Sans', sans-serif;*/ /* Alternative font */
/*}*/

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    #shopDropdownMenu {
        width: 95%;
        max-width: none;
    }

    /*        #shopDropdownMenu .dropdown-item {
            font-size: 16px;
        }*/
}

#shopDropdownMenu {
    position: fixed;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1430px;
    max-width: 1800px;
    z-index: 1050;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    background: #ffff;
    padding: 30px;
    border-radius: 12px;
    animation: fadeIn 0.3s ease-out;
    overflow: hidden;
    overflow-y: auto;
    max-height: 80vh;
    box-sizing: border-box;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/*#shopDropdownMenu .dropdown-item {
    padding: 12px 24px;
    font-size: 16px;
    color: #444;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    word-wrap: break-word;
}*/

/*    #shopDropdownMenu .dropdown-item:hover {
        background-color: #f4f4f4;
        transform: scale(1.05);
    }*/

@media (max-width: 768px) {
    #shopDropdownMenu {
        width: 95%;
        max-width: none;
    }
}
/*.category-list {
    padding: 15px;
    margin: 10px;
    word-wrap: break-word;
    position: relative;
}*/
/*.sub-category-list li {
    white-space: nowrap;*/ /* Prevents text wrapping */
/*}*/

.category-item {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 0;
}


/*.sub-category-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;*/ /* Ensures the list items stay inside */
/*}*/

/*.category-list h5 {
    font-weight: 500;
    color: #ffffff;
    display: flex;
    margin-left: 109px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid black;
}*/

/* List Styling */
/*.category-list ul {
        margin: 0;
        padding: 0 0 0 20px;*/ /* Adds padding for bullets */
/*list-style-type: disc;*/ /* Standard bullet points */
/*}*/

/*.category-list ul li {
            margin-bottom: 5px;
            display: flex;
            justify-content: center;
            align-items: center;*/
/* margin-left: 100px; */
/*padding-right: 78px;
            font-size: 16px;
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }*/


/*.category-list ul li a {
                text-decoration: none;
                color: #000;
                font-weight: 400;
                white-space: nowrap;*/ /* Prevent text wrapping */
/*margin-left: 96px;
            }*/

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
    /*    .category-list {
        padding: 10px;
    }*/

    /*.category-list ul {
            padding: 0 0 0 15px;*/ /* Adjust padding for smaller screens */
    /*}*/

    /*            .category-list ul li {
                font-size: 14px;
            }*/
}


/* Width Adjustment for Categories */
/*.drop-category {
    flex: 0 0 auto;
    width: 22%;*/ /* Adjusted width for better alignment */
/*margin: 10px;*/ /* Adds spacing between category blocks */
/*}*/

/*.paraent-products {
    color:#fb7676
}
*/
/* Shop section styles */
/*.shop-section {
    padding: 3rem 0;
    background-color: #f9f9f9;
    min-height: 100vh;*/ /* Ensure the section takes up full height */
/*}*/

/*.shop-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}*/

/*.shop-link {
    text-decoration: none;
    color: #007bff;
    font-weight: 600;
    transition: color 0.3s ease;
}

    .shop-link:hover {
        color: #0056b3;
    }*/

/* Custom slider button styles */
.custom-button {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}

    .custom-button:hover {
        background-color: #0056b3;
    }

.slider__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    padding: 0 1rem;
}

/*.card__collection {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;*/ /* Ensure card takes full height */
/*}*/

/*    .card__collection:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }*/

/* Ensure image fits properly in the card */
/*.card__media--circle img {
    width: 100%;*/ /* Make sure image stretches to full width */
/*height: 100%;*/ /* Ensure image height covers the space */
/*object-fit: cover;*/ /* Ensures image maintains aspect ratio and fills the container */
/*border-radius: 50%;
}*/

/* Card title styles */
.card__title {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

/*.card-link {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    display: block;
    text-align: center;
}*/

/*    .card-link:hover {
        color: #007bff;
    }*/

/* Hide scrollbars on mobile */
/*.os-size-observer-listener.ltr {
    display: none;
}*/

/* Fix image visibility for non-circle images */
.card__media img {
    width: 100%;
    height: 200px; /* Fix image height if it's not a circle */
    object-fit: cover; /* Ensure image covers the div */
}

/* Make sure the card container doesn't overflow */
/*.card__collection {
    height: auto;
    max-width: 100%;
}*/

/* Responsiveness for better mobile view */
@media (max-width: 768px) {
    .slider__grid {
        grid-template-columns: 1fr 1fr; /* Adjust grid columns for smaller screens */
    }

    /*    .card__collection {
        margin: 10px 0;
    }*/

    .card__title {
        font-size: 1rem;
    }
}

/* For better spacing between cards */
/*.card__collection + .card__collection {
    margin-top: 20px;
}*/




/*.header__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 2rem;
    background-color: #0b4b30; 
    
}*/

/* Logo section */
/*.header__logo {
    flex: 1;
    max-width: 260px;
}*/

/*.logo__h1 {
    margin: 0;
}*/

/*.logo__link img {
    max-width: 100%;
    max-height: 100%;
    height: 90px;
    width: 227px;
}*/


/* Search Container */
/*.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    
    background-color: #f5f5f5;
    border-radius: 5px;
    max-width: 100%;
    height: 45px;
    width: 670px;
    margin-left: 16px;
    margin: 20px 70px;
    margin-right: 99px;
}*/

/* Dropdown Container */
/*.custom-select-container {
    margin-right: 0;
    flex-grow: 1;
    border-right: 1px solid #e5d9d9;
    width: 330px;
}*/

/*.dropdown-icon {
    position: absolute;
    top: 50%;
    left: 10px;*/ /* Adjust this to position the icon horizontally */
/*transform: translateY(-50%);
    pointer-events: none;*/ /* Ensures the icon doesn't interfere with clicks */
/*font-size: 16px;*/ /* Adjust size as needed */
/*color: #333;*/ /* Change color as desired */
/*}*/

/*button.search__icon-button {
    border: none;
    background-color: #ffff;
    height: 45px;
    border-radius: 5px;
}*/

.dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown Styles */
/*.search__product-types {
    width: 100%;
    padding: 10px 30px 10px 10px;*/ /* Space on the right for the icon */
/*font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    background-color: #f9f9f9;
    cursor: pointer;
}*/

/* Arrow Icon */
.dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    transition: transform 0.3s ease;
    pointer-events: none; /* Ensures the icon doesn't interfere with dropdown */
}



/* Arrow Down (Dropdown Closed) */
.dropdown-wrapper.open .dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

/* Dropdown Style */
/*.search__product-types {
    padding: 10px;
    padding-left: 32px;
    font-size: 16px;
    width: 100%;
    border: none;*/ /* Remove border */
/*outline: none;
    background-color: #f5f5f5;*/ /* Same background color */
/*appearance: none;
    cursor: pointer;
    box-sizing: border-box;
}*/

i.fa-solid.fa-list.dropdown-icon {
    margin-top: 2px;
    font-size: 16px;
}

/* Search Input Style */
.search__input {
    padding: 10px;
    font-size: 16px;
    flex-grow: 2; /* Allow the search input to take more space */
    border: none; /* Remove border */
    outline: none;
    background-color: #ffffff; /* Same background color */
    box-sizing: border-box;
    width: 100%;
}

    /* Focus Style for Inputs */
    /*    .search__product-types:focus,*/
    .search__input:focus {
        box-shadow: none; /* Remove the focus outline */
    }

/* Responsive Design */
@media (max-width: 600px) {
    /*    .search-container {
        flex-direction: column;
        align-items: stretch;
    }*/

    /*    .search__product-types,*/
    .search__input {
        width: 100%;
    }
}





/* Icon section */
/*.header__icons {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding-right: 84px;
}*/

/*.header__icon {
    color: #555;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .header__icon:hover {
        color: #007bff;
    }*/

/* Navigation menu */
nav {
    flex-basis: 100%;
}

/*.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
*/
/*.main-nav {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 5rem;
    justify-content: center;
    background-color: white;
    align-items: center;
    padding-left: 52px;
}*/


/*.main-nav__item {
    margin: 0 10px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease;
}

    .main-nav__item:hover,
    .main-nav__item.is-active {
        color: #000000 !important;
        font-weight: 400 !important;
    }*/

/*.js-mega-nav {
    position: relative;
}*/

/*.mega-nav {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 100;
}*/

/*.js-mega-nav:hover .mega-nav {
    display: block;
}*/

/*.child-nav {
    list-style: none;
    padding: 0.5rem;
    margin: 0;
}*/

/*.child-nav__item {
    padding: 0.5rem 1rem;
    display: block;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}*/
/*
    .child-nav__item:hover {
        background-color: #f0f0f0;
        color: #007bff;
    }
*/
/* Secondary Navigation Container */
/*.secondary-nav-container {
    background-color: #ffffff;
    border-bottom: 1px solid #fffcfc;
    max-width: 30%;
   
}*/

/* Navigation List */
.secondary-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

    /* Navigation List Item */
    .secondary-nav li {
        margin: 0 10px; /* Space between items */
    }

/* Navigation Link */
.secondary-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    height: 37px;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
    background-color: #0b4b30;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    /* Hover Effect */
    .secondary-nav__item:hover {
        color: #f9f9f9;
    }

    /* Icon Styling */
    .secondary-nav__item svg {
        margin-right: 8px; /* Space between icon and text */
        width: 16px;
        height: 16px;
        fill: currentColor; /* Match icon color to text */
    }

/* Responsive Design */
/*@media (max-width: 768px) {*/
/*    .header-nav {
        flex-direction: column;
        align-items: flex-start;
    }*/

/*.secondary-nav-container {
        margin-left: 0;
        margin-top: 10px;*/ /* Adjust spacing for small screens */
/*}*/
/*}*/


summary {
    display: list-item;
    cursor: pointer;
}

/*summary.main-nav__item--toggle {
    color: #cb2020;
    font-weight: 400;
}

    summary.main-nav__item--toggle {
        color: #ffffff;
        font-weight: 400;
    }*/

/*a.main-nav__item.main-nav__item--primary {
    color: #cb2020 !important;
    font-weight: 600 !important;
}
*/



/*.header-font-icon {
    font-size: 25px;
    display: flex;
    align-items: center;
    color: #ffff;
}*/

i.fa-solid.fa-cart-shopping.header-font-icon {
    font-size: 27px;
    margin-right: 10px;
}

/*.js-mega-nav {
    position: relative;
}*/

/*.main-nav__child.mega-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;*/ /* Makes the dropdown content take full screen width */
/*z-index: 999;
    display: none;*/ /* Initially hide the dropdown */
/*background-color: #fff;*/ /* Background color for the dropdown */
/*border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}*/

/*.js-mega-nav[open] .main-nav__child {
    display: block;*/ /* Show dropdown when details is open */
/*}*/

/*.navbar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}*/

/*.dropdown-content.mega_menus {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 1868px;
    background-color: white;
    margin: auto;
    padding: 20px 180px;
    margin-left: 136px;
}*/

/*.menu-row {
    display: flex;
    justify-content: space-between;*/ /* Adds equal spacing between columns */

/*}*/

/*.services-sec {
    margin-bottom: 20px;
}*/

.menu-sub-cat a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

/*.sub-menu-title {
    display: flex;
    justify-content: center;
    align-items: center;
    
}*/

/*    .menu-sub-cat a:hover {
        background-color: #f5f5f5;
    }*/

/*.sub-menu-title p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}*/


.fixed-size-container {
    width: 290px;
    height: 163px;
    overflow: hidden;
    border-radius: 10px;
}

    .fixed-size-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the container proportionally */
    }





/* Style for each service section */
/*.services-sec {
    width: 100%;
    max-width: 300px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    max-height: none;*/ /* Allow the height to grow */
/*min-height: 373px;*/ /* Set a consistent minimum height if needed */
/*overflow: hidden;
    display: flex;*/ /* Use flexbox for consistent alignment */
/*flex-direction: column;*/ /* Align items in a column */
/*justify-content: flex-start;*/ /* Ensure all items start at the same position */
/*}*/
/*    .services-sec:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }*/

/* Header (Main Menu) Styling */
.menu-main .header-sub-menu {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .menu-main .header-sub-menu:hover {
        background-color: #cb2020;
    }
/*
p.drop-head:hover {
    color: #fff;
}*/
/*.drop-head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #007bff;
    text-transform: uppercase;
    transition: color 0.3s ease;
}*/

.drop-head:hover {
    color: #0056b3;
}

/*.menu-sub-cat a {
    display: block;
    margin: 10px 0;
}*/

/*.menu-sub-cat .header-sub-menu {
    padding: 8px;

    background-color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
}*/

/*    .menu-sub-cat .header-sub-menu:hover {
        background-color: #f1f1f1;
        transform: translateY(-2px);
    }*/

/*.sub-menu-title p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}*/

/*@media (max-width: 768px) {*/
/*    .menu-row {
        flex-direction: column;
        align-items: center;
    }*/

/*    .services-sec {
        max-width: 100%;
    }*/
/*}*/

/*img.heading-icon {
    width: 50px;
    height: 45px;
    margin-right: 8px;
    vertical-align: middle;
}*/

/*.drop-head {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}*/

.header_bg_img {
    position: relative;
    width: 100%;
    height: 100%;
}

    .header_bg_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.services {
    position: relative;
    z-index: 1;
}

.service-img {
    width: 100%;
    height: auto;
}

h4.service-heading {
    margin-left: 45px;
}

.service-item {
    text-align: center;
}

#service-title, #service-img {
    position: relative;
    left: -100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    #service-title.show, #service-img.show {
        left: 0;
        opacity: 1;
    }

i.fa-solid.fa-chevron-down.shop-arrow {
    margin-left: 4px;
    margin-top: 3px;
}


/*.sub-menu-title {
    display: flex;
    justify-content: left;
}*/

/*p.drop-head {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #1e1c1c;
}
*/

/*
.row-parent {
    display: flex;
}
*/

figure {
    position: relative;
}

.tab-image {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out;
}

.main-image {
    top: 0;
    left: 0;
    z-index: 1; /* Ensure it's on top initially */
}

.hover-image {
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0;
    z-index: 0; /* Initially behind the main image */
}

a:hover .main-image {
    opacity: 0;
}

a:hover .hover-image {
    opacity: 1;
}

.g-3, .gx-3 {
    --bs-gutter-x: 0rem;
}


/*.product-item-new {
    position: relative;
    overflow: hidden;
    width: 271px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
    width: 270px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}*/
.product-image-box {
    height: 100% !important;
}

.sub-image-gallery {
    gap: 0px !important;
}

.product-details-box h3 {
    font-size: 1rem;
}
/* Swiper Container */
.swiper-container-extra.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 0;
    margin: 0;
}

/* Swiper Wrapper */
.swiper-wrapper-new {
    position: relative;
    width: auto;
    height: 100%;
    z-index: 1;
    display: flex;
    transition: transform 0.3s ease-in-out;
    box-sizing: border-box;
    gap: 0;
}

/* Swiper Slide */
.swiper-slide-new {
    flex-shrink: 0;
    width: 20%; /* Adjust slide width */
    height: auto; /* Adjust height for consistent slide dimensions */
    position: relative;
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Navigation Buttons */
.custom-carousel-next,
.custom-carousel-prev {
    color: #000;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    z-index: 10;
}

    .custom-carousel-next:hover,
    .custom-carousel-prev:hover {
        background-color: #f1f1f1;
    }

/* Pagination */
.custom-swiper-pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
}

    .custom-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #ddd;
        border-radius: 50%;
        opacity: 1;
        transition: background-color 0.3s;
    }

    .custom-swiper-pagination .swiper-pagination-bullet-active {
        background-color: #000;
    }



.background-container {
    box-sizing: border-box;
    outline: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 10px;
}

.addtocart {
    display: block;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 100px;
    border: none;
    font-size: 2em;
    position: relative;
    background: #0652DD;
    cursor: pointer;
    height: 58px;
    width: 487px;
    overflow: hidden;
    transition: transform 0.1s;
    z-index: 1;
}

    .addtocart:hover {
        transform: scale(1.1);
    }

.pretext {
    color: #fff;
    background: #0b4b30;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Quicksand', sans-serif;
}

i.fas.fa-cart-plus {
    margin-right: 10px;
    font-size: 24px;
    color: white;
}

i.fas.fa-check {
    margin-right: 10px;
    font-size: 24px;
    color: white;
    background-color: #28a745;
}

.pretext.done {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    background: #28a745;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    transform: translate(-110%) skew(-40deg);
}



.posttext {
    background: #28a745;
}

.fa-check {
    background: #be2edd;
    display: flex;
    align-items: center;
    font-size: 2rem;
}


a.child-nav__item-mid {
    text-decoration: none !important;
    color: #000000 !important;
    font-weight: 500;
}

.head-drop-links {
    text-decoration: none;
}


.showcase-container {
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
    overflow-x: hidden;
}


.showcase {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
}

    .showcase img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99
    }

    .showcase .overlay-can {
        width: 100%;
        height: 500px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999
    }

    .showcase h2 {
        margin-top: 170px;
        font-size: 3em;
    }

    .showcase p {
        margin-top: 8px;
        font-size: 1.2em;
    }


.testimonial-slider {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-slide {
    display: none;
    text-align: center;
}

    .testimonial-slide.active {
        display: block;
    }

.testimonial-stars {
    font-size: 1.5em;
}

.testimonial-quote {
    font-style: italic;
    margin: 15px 0;
}

.testimonial-author {
    font-weight: bold;
}

.testimonial-location {
    color: #555;
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .slider-controls button {
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
    }

        .slider-controls button:hover {
            background-color: #555;
        }

.stars {
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #fcbc23;
}


blockquote p {
    font-size: 41px;
    overflow-wrap: break-word;
    margin: 0;
    white-space: normal;
    text-align: center;
    font-weight: 600;
    color: #585757;
}


.author img {
    height: 66px;
    border: 1px solid #c7bebe;
    border-radius: 50%;
    margin-right: 10px;
}

.author {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-info {
    display: flex;
    align-items: flex-start;
}

    .user-info p {
        margin-top: 0;
    }

.location {
    position: absolute;
    margin-top: 30px;
    margin-left: 53px;
}

.slideshow-nav button {
    border: none;
    background: #fff;
    transition: background-color 0.3s ease;
    height: 40px;
    width: 40px;
    color: #585757;
}

    .slideshow-nav button:hover {
        background-color: #aba8a8;
    }

button.nav-btn.prev {
    margin-right: 25px;
}

button.nav-btn.next {
    margin-left: 25px;
}

button.nav-btn.pause-play {
    margin-left: 14px;
}

i.fa-solid.fa-chevron-left {
    font-size: 30px;
    color: #585757;
    transition: color 0.3s ease;
}

    i.fa-solid.fa-chevron-left:hover {
        color: #fff;
    }

i.fa-solid.fa-chevron-right {
    font-size: 30px;
    color: #585757;
    transition: color 0.3s ease;
}

    i.fa-solid.fa-chevron-right:hover {
        color: #fff;
    }

i.fa-solid.fa-pause {
    font-size: 30px;
    color: #585757;
    margin-top: 4px;
    transition: color 0.3s ease;
}

    i.fa-solid.fa-pause:hover {
        color: #fff;
    }

i.fa-solid.fa-play {
    font-size: 30px;
    color: #585757;
    margin-top: 4px;
    transition: color 0.3s ease;
}

    i.fa-solid.fa-play:hover {
        color: #fff;
    }

span.counter {
    font-size: 25px;
    color: #585757;
}

.slide {
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; /* Smooth opacity transition */
    transform: translateX(10%);
    position: absolute; /* Keeps slides stacked on top of each other */
    top: 0; /* Align the slides to the top */
    width: 100%; /* Ensure slides take full width */
    height: 96%; /* Ensure slides take full height */
    left: 100%; /* Position the slide outside to the right initially */
    object-fit: cover; /* Optional for media, keeps aspect ratio */
}

    .slide.is-active {
        opacity: 1; /* Make active slide visible */
        transform: translateX(0);
        left: 0; /* Position the active slide in the container */
        padding: 0 10px;
    }

    .slide.is-prev {
        left: -100%; /* Move previous slide to the left side */
    }




.single-banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background-color: #f8f8f8; /* Light background color */
    border-radius: 10px;
}

.left-side {
    flex: 1;
    padding-right: 20px;
    max-width: 50%; /* Ensure left side doesn't grow beyond half of the container */
}

.banner-heading {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

p.banner-description {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 20px;
    max-height: 9em;
}

/*.shop-now-button {
    padding: 12px 25px;
    background-color: #ff9900;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    display: inline-block;
    transition: background-color 0.3s ease;
}*/

.shop-now-button:hover {
    background-color: #e68900;
}

/*.right-side {
    flex: 1;
    text-align: right;*/ /* Align image to the right */
/*}*/

/*    .right-side img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }*/


.single-banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 113px;
    margin: 10px 0;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.left-side {
    flex: 1;
    padding-right: 20px;
    max-width: 50%; /* Ensure left side doesn't grow beyond half of the container */
}

.banner-heading {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/*.banner-description {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 20px;
    word-wrap: break-word;*/ /* Ensures long words wrap to the next line */
/*white-space: normal;*/ /* Ensures text wraps naturally */
/*}*/

/*.shop-now-button {
    padding: 12px 25px;
    background-color: #ff9900;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    display: inline-block;
    transition: background-color 0.3s ease;
}*/

.shop-now-button:hover {
    background-color: #e68900;
}

/*.right-side {
    flex: 1;
    text-align: right;*/ /* Align image to the right */
/*}*/
/*
    .right-side img {
        width: 87%;
        height: 100%;
        object-fit: cover;
        border-radius: inherit;
    }*/



.hero-video-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the whole area */
    z-index: -1; /* Keeps the video in the background */
}

.hero-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.hero-subtitle {
    font-size: 26px;
    display: flex;
    padding-left: 15rem;
}

.hero-title {
    font-size: 50px;
    font-weight: bold;
    display: flex;
    padding-left: 15rem;
}

.hero-buttons {
    margin-top: 20px;
    display: flex;
    padding-left: 15rem;
}

.hero-btn {
    padding: 12px 25px;
    background-color: #0b4b30;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    width: 240px;
    font-size: 20px;
}

    .hero-btn:hover {
        background-color: #1d9b66;
        color: #fff;
    }



.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
}

    .breadcrumb a {
        color: #777;
        text-decoration: none;
    }

    .breadcrumb span {
        color: #000;
    }

.product-detail {
    padding: 0rem 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.product-images {
    flex: 1;
}

.thumbnail-images {
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
}

    .thumbnail-images img {
        width: 60px;
        height: 60px;
        cursor: pointer;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

.product-info {
    flex: 1.5;
    padding: 2rem 0rem;
}

    .product-info h1 {
        font-size: 28px;
        margin-bottom: 15px;
        color: #000;
        display: flex;
    }

.sku {
    font-size: 14px;
    color: #999;
}

.price {
    font-size: 20px;
    color: #333;
    margin-bottom: 26px;
    display: flex;
}

.payment-info {
    font-size: 14px;
    color: #555;
}

    .payment-info a {
        text-decoration: none;
        color: #000;
    }

.options {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.option-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.option-buttons {
    display: flex;
    gap: 10px;
}

    .option-buttons button {
        padding: 10px 20px;
        border: 1px solid #e6e6e6;
        background: #fff;
        cursor: pointer;
        border-radius: 5px;
        font-size: 14px;
    }

        .option-buttons button.active {
            border-color: #f4b400;
            background: #f4b400;
            color: #fff;
            font-weight: bold;
        }

/* Quantity section */
/*.quantity-section {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 32px;
}*/

/*    .quantity-section button {
        padding: 10px 15px;
        border: 1px solid #e6e6e6;
        background: #fff;
        cursor: pointer;
        border-radius: 5px;
    }*/

/*.quantity-input {
    width: 50px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px 15px;
}*/

/* Actions */
.actions_wrraper {
    gap: 1rem;
    display: flex;
    padding-bottom: 20px;
}

.actions {
    display: flex;
    gap: 10px;
}

    .actions button {
        padding: 20px 15px;
        font-size: 20px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.add-to-cart {
    background: #0b4b30;
    color: #fff;
    width: 225px;
    height: 50px;
}

.buy-now {
    background: #b12704;
    color: #fff;
    width: 225px;
    height: 50px;
}

/*.wishlist {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}*/

.tabs {
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

    .tabs button {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        margin-right: 20px;
        padding: 10px 0;
        border-bottom: 2px solid transparent;
    }

        .tabs button.active {
            border-color: #000;
            font-weight: bold;
        }

.tab-content {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

    .tab-content p {
        font-size: 20px;
    }

.rating-tab i.fa-solid.fa-star-half-stroke {
    font-size: 20px;
    color: #fcbc23;
}

.rating-tab i.fa-solid.fa-star {
    font-size: 20px;
    color: #fcbc23;
}

.additional-info {
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.reviews {
    margin-top: 40px;
}

    .reviews h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .reviews p {
        font-size: 14px;
        margin-bottom: 10px;
    }

.related-products {
    margin-top: 40px;
}

    .related-products h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .related-products .product {
        display: inline-block;
        width: 200px;
        text-align: center;
        margin-right: 20px;
    }

    .related-products img {
        width: 100%;
        border-radius: 8px;
    }

    .related-products p {
        margin-top: 10px;
        font-size: 14px;
    }

footer {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #777;
}

    footer a {
        color: #555;
        text-decoration: none;
    }

/* Responsive Styles */
@media (max-width: 768px) {
    footer {
        margin-top: 0px;
    }

    .reviews {
        text-align: center;
        margin-top: 0;
    }

    .related-products {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-detail {
        flex-direction: column;
        align-items: center;
    }



    .product-info h1 {
        font-size: 22px;
    }

    .price {
        font-size: 24px;
    }

    .actions_wrraper {
        display: flex;
        border-bottom: none;
        padding-bottom: 20px;
        justify-content: center;
        gap: 5px;
    }

    .actions {
        margin-top: 20px;
    }

    .action-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /*
    .quantity-section {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }*/

    /*    .wishlist {
        justify-content: center;
    }*/

    .tabs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .thumbnail-images img {
        width: 50px;
        height: 50px;
    }
}

.product-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.connect-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 40rem;
}

.connect-banner-buttons a {
    display: inline-block;
    margin: 5px;
    width: 20rem;
    font-size: 19px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.connect-banner-btn {
    background-color: #007bff;
    border-color: #007bff;
}

    .connect-banner-btn:hover {
        background-color: #0056b3;
        color: #fff;
    }

.connect-banner-btn-secondary {
    background-color: transparent;
    border-color: #fff;
}

    .connect-banner-btn-secondary:hover {
        background-color: #fff;
        color: #000;
    }





/* Medium devices (tablets) */
@media (min-width: 768px) {
    .contact-slider__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Large devices (desktops) */
@media (min-width: 1024px) {
    .contact-slider__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Extra large devices */
@media (min-width: 1280px) {
    .contact-slider__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}



.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.contact-card__button {
    display: flex;
    justify-content: center;
}

    .contact-card__button a {
        display: inline-block;
        padding: 10px 20px;
        background-color: #fcca2c;
        color: #000000;
        font-size: 17px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }

        .contact-card__button a:hover {
            background-color: #e0b83a;
        }



.contact_us_section {
    background-color: #f1f1f1;
    padding: 41px 188px;
}

@media(min-width:1193px) and (max-width:1199px) {
    .contact_info_section {
        padding: 40px 40px 40px 13px;
    }
}

.contact_inner_div {
    padding-top: 2rem;
    padding-left: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

/*.contact_field_div {
    padding: 60px 340px 90px 100px;
}
*/
.contact_form_row {
    width: 45%;
    /*        margin: auto;*/
}

.contact_info_section {
    width: 45%;
    /*        padding: 40px 40px 40px 125px !important;*/
}

@media(max-width:1689px) {
}

@media(max-width:1192px) {

    .contact_form_row {
        width: 90%;
        margin: auto;
    }

    .contact_info_section {
        padding: 40px 40px 40px 40px !important;
    }

    .contact_us_section {
        background-color: #f1f1f1;
        padding: 41px 0px;
    }
}

@media(max-width:768px) {
    button.contact_form_submit_btn {
        padding: 1rem !important;
    }

    .contact_inner_div {
        gap: 12px;
    }

    .contact-card__info {
        height: 170px;
    }
}




.contact_field_div p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field_div .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

    .contact_field_div .form-control:focus {
        box-shadow: none;
        outline: none;
        border-bottom: 2px solid #1325e8;
    }

    .contact_field_div .form-control::placeholder {
        font-size: 13px;
        letter-spacing: 1px;
    }

/*.contact_info_section {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 11%;
    height: 349px;
    width: 472px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}*/

.contact_info_section {
    /* position: absolute; */
    background-color: #2d2d2d;
    right: 1px;
    top: 11%;
    /* height: 349px; */
    /* width: 472px; */
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

    .contact_info_section h4 {
        letter-spacing: 1px;
        padding-bottom: 15px;
    }

.info_single {
    margin: 30px 0px;
}

    .info_single i {
        margin-right: 15px;
    }

    .info_single span {
        font-size: 14px;
        letter-spacing: 1px;
    }

button.contact_form_submit_btn {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.social_item_inner li {
    list-style: none;
}

    .social_item_inner li a {
        color: #fff;
        margin: 0px 15px;
        font-size: 14px;
    }

.social_item_inner {
    padding-bottom: 10px;
}

.map_section {
    padding: 0px;
}

.map_inner_div h4, .map_inner_div p {
    color: #000;
    text-align: center;
}

.map_inner_div p {
    font-size: 13px;
}

.map_bind_div {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

#media-section {
    width: 100%;
    padding: 0px 0px;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 485px;
}

.section-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.media-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.image-wrapper {
    flex: 1;
    padding-right: 20px;
}

.image-content {
    position: relative;
    width: 100%;
}

    .image-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* border-radius: 10px; */
    }

.text-section {
    flex: 1;
    text-align: center;
    padding-left: 20px;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-description p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 15px;
}

.primary-button {
    padding: 12px 30px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

    .primary-button:hover {
        background-color: #0056b3;
    }

@media (max-width: 768px) {
    .media-section {
        flex-direction: column;
    }

    .image-wrapper {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .text-section {
        padding-left: 0;
    }
}





.container-shop .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 66px;
}

.container-shop .shop-item {
    flex: 1 1 calc(33.333% - 20px); /* 3 items per row with space between them */
    box-sizing: border-box;
}

/* Responsiveness for smaller screens */
@media (max-width: 768px) {
    .container-shop .shop-item {
        flex: 1 1 100%; /* Stacks items on small screens */
    }
}

.shop-item .image-holder {
    overflow: hidden;
    position: relative;
}

    .shop-item .image-holder img {
        width: 100%;
        height: 300px;
        transition: transform 0.3s ease;
    }

    .shop-item .image-holder:hover img {
        transform: scale(1.1);
    }

.shop-meta {
    font-size: 0.875rem;
}

    .shop-meta .meta-price {
        font-weight: bold;
        color: #333;
    }

.shop-header .shop-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.shop-description {
    color: #777;
    font-size: 0.875rem;
}

.view-more {
    font-size: 1rem;
    font-weight: 500;
}

article.shop-item.card.border-0.shadow-sm.p-3 {
    margin-top: 30px;
}







#explore-shop {
    padding-bottom: 4rem;
}

    #explore-shop .container-shop {
        max-width: 100%;
        margin: 0 auto;
    }

    #explore-shop .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
    }

    #explore-shop .section-title {
        font-size: 2rem;
        font-weight: bold;
        color: #333;
    }

    #explore-shop .btn-primary {
        background-color: #007bff;
        border: none;
        padding: 10px 20px;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

        #explore-shop .btn-primary:hover {
            background-color: #0056b3;
        }

.shop-item {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

    .shop-item:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

.image-holder {
    position: relative;
    overflow: hidden;
}

    .image-holder img {
        width: 100%;
        height: 325px;
        transition: transform 0.3s ease;
    }

    .image-holder:hover img {
        transform: scale(1.1);
    }

.card-body {
    padding: 1.5rem;
}

.shop-meta {
    font-size: 0.9rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1rem;
}

    .shop-meta .meta-price {
        color: #007bff;
    }

    .shop-meta .meta-category {
        color: #777;
    }

.shop-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

    .shop-title a {
        text-decoration: none;
        color: inherit;
        transition: color 0.3s ease;
    }

        .shop-title a:hover {
            color: #007bff;
        }

.shop-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
    overflow: hidden;
    max-height: 4.5em;
}

.view-more {
    font-size: 0.9rem;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

    .view-more:hover {
        text-decoration: underline;
    }

/* Responsiveness */
@media (max-width: 768px) {
    #explore-shop .container-shop {
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop-item {
        margin-bottom: 2rem;
    }

    .section-title {
        margin-bottom: 1rem;
    }

    .btn-primary {
        width: 100%;
    }
}

.container-blogs {
    padding: 0 41px;
}

article.blog-item.card.border-0.shadow-sm.p-3 {
    height: 610px;
}

.blag-cards {
    padding: 10px;
}

.text-decoration-none {
    text-decoration: none !important;
    color: #858282;
    font-weight: 700;
    font-size: 22px;
}

.card-body p {
    font-size: 13px;
    color: #383434;
    margin-bottom: 0;
    font-weight: 500;
}



.new-blog-detail-image {
    height: 400px;
    position: relative;
    display: flex;
    align-items: end;
    padding: 0 0 2rem 1rem;
    color: #fff;
    text-align: center;
}

.new-blog-image-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 10px;
}

.custom-blog-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.custom-blog-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    color: #ddd;
    font-size: 0.9rem;
}

    .custom-blog-meta li span {
        font-weight: bold;
    }

.new-blog-content {
    font-size: 0.89rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.custom-sidebar-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.custom-similar-posts {
    margin: 1.5rem;
}

.similar-posts-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.form-select {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #7a7777;
}

.new-blog-detail-container {
    padding: 0px 20px 0px 20px;
    height: 100vh;
    overflow: auto;
}

    .new-blog-detail-container::-webkit-scrollbar {
        display: none;
    }

.img-fluid {
    max-width: 250px;
    height: 125px;
    width: 205px;
    margin-bottom: 11px;
}

h5.custom-recent-title {
    font-size: 12px;
    margin-left: 10px;
    color: black;
}

.custom-recent-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}


a.custom-recent-link {
    text-decoration: none;
}

.custom-recent-image img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.breadscrumb-section {
    padding: 10px 0;
    background: #f8f9fa;
}

.breadcrumb-link {
    color: #007bff;
    text-decoration: none;
}

.breadscrumb-contain {
    text-align: center; /* Center align the breadcrumbs */
}

.breadcrumb {
    display: inline-flex; /* Inline layout */
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background: none; /* Remove default background */
    font-size: 16px;
}

.breadcrumb-item {
    font-family: 'Arial', sans-serif;
    color: #6c757d; /* Grey for non-active links */
    margin-right: 8px;
}

    .breadcrumb-item a {
        color: #007bff; /* Blue for links */
        text-decoration: none;
        transition: color 0.3s;
    }

        .breadcrumb-item a:hover {
            color: #0056b3; /* Darker blue on hover */
        }

    .breadcrumb-item.active {
        color: #495057; /* Slightly darker grey for active items */
    }

    .breadcrumb-item i {
        font-size: 18px;
        margin-right: 5px;
        color: #007bff; /* Match link color */
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: '/';
        margin: 0 8px;
        color: #adb5bd; /* Light grey for separators */
    }

@media (max-width: 768px) {
    .breadscrumb-contain {
        text-align: left;
    }

    .breadcrumb {
        font-size: 14px; /* Smaller font on mobile */
    }
}

section.breadscrumb-section.pt-0 {
    background-color: #f8f9fa;
    padding: 10px 10px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    margin: 23px 0;
}


.connect-about-us-banner-section {
    padding: 0px 0;
    background-size: cover;
    background-position: center;
    color: white;
    height: 400px;
}

.connect-about-us-banner-wrapper {
    max-width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    margin: 0 1rem;
}

.connect-about-us-banner-content {
    text-align: left;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.connect-about-us-banner-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    font-family: 'Poppins-Semibold';
    margin-right: 5rem;
}

.connect-about-us-banner-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    /* font-weight: 900; */
    text-align: center;
    margin-right: 5rem;
    /* font-family: 'Benzin', sans-serif; */
}

.about-contact-us {
    text-align: center;
    width: 90%;
}

a.about-to-contactUs {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
    border: 2px solid white;
    padding: 0.5rem 2rem;
    border-radius: 1.5rem;
}

    a.about-to-contactUs:hover {
        background: #66b73e;
    }

.about-us-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f2f4f3;
}

    .about-us-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

    .about-us-section .about-us-contained-heading {
        display: inline-block;
        font-size: 1.5rem;
        line-height: 1.4;
        color: #2a2a2a;
    }

    .about-us-section p {
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.6;
        color: #3e3939;
        max-width: 800px;
        margin: 0 auto;
    }

/* Container styles */
.about-us-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* For mobile responsiveness */
@media (max-width: 768px) {
    .about-us-section h2 {
        font-size: 1.4rem;
    }

    .about-us-section p {
        font-size: 0.9rem;
    }
}


/* Styling for the full-width section */
.about-us-new-full-width-section {
    padding: 20px 20px;
    background-color: #ffffff;
}

/* New container styling */
.about-us-new-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Media with text container */
.about-us-new-media-with-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 38px;
}

/* Media (image) styling */
.about-us-new-media {
    flex: 1;
    position: relative;
    overflow: hidden;
    width: 50%;
}

    .about-us-new-media img {
        width: 55%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

/* Text container styling */
.about-us-new-text {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
}

/* Section heading styling */
.about-us-new-heading {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    display: flex;
}

/* Paragraph styling */
.about-us-new-paragraph {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #5a5656;
    margin-bottom: 20px;
}

@media(max-width:1200px) {
    .tpt-section_container {
        padding: 10px !important;
    }

    .lab-row {
        gap: 0.5rem;
    }

    .lab-products {
        padding: 0.5rem !important;
    }

    .lav-content span, .lab-pro-title {
        font-size: 1.5rem !important;
    }

    .lav-content {
        padding: 1rem !important;
        gap: 0rem !important;
    }

    .lab-result-content span {
        font-size: 2rem !important;
    }

    .lav-content p {
        font-size: 1rem !important;
    }

    .lab-result-content p {
        font-size: 1rem !important;
    }

    .connect-about-us-banner-section {
        height: 35vh;
    }

    .about-contact-us {
        text-align: center;
        width: 80%;
    }

    .simple-breadcrumbs nav.breadcrumbs {
        font-size: 18px;
    }

    .tpt-section_container {
        padding: 10px;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {

    .lav-content p {
        width: 100% !important;
    }

    .about-us-section .about-us-contained-heading {
        font-size: 1.2rem;
    }

    .connect-about-us-banner-title, .connect-about-us-banner-subtitle {
        margin-right: 0px;
    }

    .connect-about-us-banner-section {
        height: 225px;
    }

    .about-us-new-media-with-text {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .about-us-new-media {
        width: 40%;
        margin-bottom: 20px;
    }

    .about-us-new-text {
        width: 100%;
        margin-bottom: 20px;
    }
}



.about-us-video-wrapper {
    position: relative;
    width: 100%;
    height: 55vh;
    overflow: hidden;
}

.about-us-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.about-us-vdo-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.about-us-title {
    font-size: 45px;
    font-weight: bold;
    display: flex;
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    justify-content: center;
}

.about-us-subtitle {
    font-size: 30px;
    display: flex;
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    justify-content: center;
}


.about-us-newsletter-section {
    position: relative;
    width: 92%;
    margin: auto;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.about-us-newsletter-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensure the image stays in the background */
}

.about-us-newsletter-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire section */
}

.about-us-newsletter-content {
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text visibility */
    padding: 40px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
}

.about-us-newsletter-heading {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-us-newsletter-description {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.about-us-newsletter-form-container {
    width: 100%;
}

.about-us-form-field {
    margin-bottom: 15px;
}

.about-us-input-container {
    display: flex;
    align-items: center;
}

.about-us-input-email {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid black;
}

.about-us-submit-btn {
    background-color: #f5ebeb;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .about-us-submit-btn svg {
        margin-left: 5px;
    }

    .about-us-submit-btn:hover {
        background-color: #ff4a3d;
    }

.about-us-h-captcha {
    display: none;
}

button.about-us-submit-btn {
    color: #ffffff;
    background: #414141;
}



.tpt-section_container {
    background: linear-gradient(90deg, #f5f5f5, #ffffff); /* Gradient background */
    padding: 10px; /* Space around the content */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.tpt-section_content {
    max-width: 100%;
    margin: 0 auto; /* Center align */
}

.tpt-section-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.simple-breadcrumbs nav.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #333; /* Default text color */
    font-family: Arial, sans-serif;
}

.breadcrumbs ol {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
}

    .breadcrumbs li a {
        text-decoration: none;
        color: #4a4f54; /* Link color */
        transition: color 0.3s;
    }

        .breadcrumbs li a:hover {
            color: #0056b3; /* Hover color for links */
        }

    .breadcrumbs li svg {
        margin: 0 8px; /* Spacing around the arrow */
        color: #999; /* Arrow color */
    }

    .breadcrumbs li span {
        color: #666; /* Current breadcrumb text color */
        font-weight: bold; /* Highlight current breadcrumb */
    }


.faq-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    font-family: Arial, sans-serif;
    color: #333;
    padding: 1rem 0rem;
}


.faq-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding-top: 75px;
}

button.faq-nav-item {
    width: 230px;
    height: 60px;
    margin: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for hover effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

    button.faq-nav-item:hover {
        background-color: #4caf50; /* Change background on hover */
        color: #fff; /* Change text color on hover */
        transform: scale(1.05); /* Slightly enlarge button on hover */
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
    }

    button.faq-nav-item:active {
        background-color: #388e3c; /* Darker background for active state */
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); /* Reduced shadow on click */
        transform: scale(0.98); /* Slightly shrink button on click */
    }

h1.faq-heading-tittle {
    padding-left: 34px;
}

.faq-sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}



.faq-nav-item {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

    .faq-nav-item.active {
        background-color: #2c5f2d;
        color: #fff;
    }

.faq-button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.faq-content {
    width: 52%;
}

.accordion-h {
    margin-bottom: 1rem;
}

    .accordion-h span {
        font-size: 2rem;
    }

.faq-head span {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.accordion-item {
    border-radius: 35px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-group-title {
    margin-bottom: 20px;
}

.accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-title {
    height: 50px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}

    .accordion-title:hover {
        background-color: #e7e7e7;
    }

.accordion-toggle {
    font-size: 25px;
}

.accordion-data {
    display: none;
    padding: 15px;
    background-color: #fff;
}


.faq-banner-section {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    height: 411px;
}

.faq-banner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-banner-content {
    padding: 30px;
}

.faq-banner-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.faq-banner-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.faq-banner-btn-secondary {
    background-color: #0066cc;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

    .faq-banner-btn-secondary:hover {
        background-color: #004d99;
    }

.faq-title-section {
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
}

.faq-title {
    font-size: 110px;
    font-weight: bold;
    color: #000;
}


.dynamic-page-breadcrumb-section {
    background-color: #f5f5f5;
    padding: 21px 87px;
    display: flex;
    align-items: center;
}

.dynamic-page-breadcrumb-container {
    text-align: center;
}

.dynamic-page-header-section {
    background-color: #282828;
    padding: 27px 79px;
}

li.breadcrumb-item.active {
    color: #000;
    font-weight: normal;
    font-size: 1.5rem;
}

.dynamic-page-header-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin-top: 28px;
}

.dynamic-page-policy-section {
    background-color: #ffffff;
    padding: 40px 0;
}

.dynamic-page-policy-body {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .dynamic-page-policy-body b {
        font-size: 18px;
        color: #1c1c1c;
    }

.dynamic-page-policy-content {
    padding-left: 77px;
}

.dynamic-page-header-container {
    display: flex;
    align-items: center;
}

.text-center {
    text-align: center; /* Centers the text */
}

.dynamic-page-policy-body {
    margin-top: 20px; /* Adds space above the content */
}

.content-body {
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* Additional styles for paragraphs, lists, etc. */
.dynamic-page-policy-body p {
    margin-bottom: 15px; /* Space between paragraphs */
}


.lab-result-content span {
    font-size: 3.5rem;
}

.lab-result-content p {
    font-size: 1.8rem;
}

.lab-result-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 40rem;
}

.lab-result-content {
    height: 100%;
    position: absolute;
    top: 12%;
    left: 2%;
    font-weight: bold;
}

.lab-result-title {
    font-size: 4rem;
    margin-bottom: 10px;
    color: #db87b3;
}

.lab-result-subtitle {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.lab-result-start-content {
    font-family: 'Merriweather', serif;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 67px;
    background-color: #f4f4f4;
}

.lab-tittle h1 {
    margin-bottom: 15px;
    color: #333;
    font-size: 45px;
    font-weight: bold;
}

.lav-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    gap: 1rem;
    font-weight: bold;
}

    .lav-content p {
        font-size: 1.2rem;
        width: 80%;
        text-align: center;
        color: #555555;
        line-height: 1.5;
    }

.lab-tested-products-section {
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}

    .lab-tested-products-section h2 {
        font-size: 43px;
        margin-bottom: 30px;
        font-family: 'Arial', sans-serif;
        color: #333;
        font-weight: bold;
    }


.lav-content span {
    font-size: 2.5rem;
    color: #333333;
    text-align: center;
}

/* Container styling */
.lab-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.lab-products {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.lab-pro-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

/* Row and column styles */
.lab-row {
    display: flex;
    gap: 1.5rem;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.lab-display {
    width: calc(33.33% - 1.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    /* Column hover effect */
    .lab-display:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    /* Image styling */
    .lab-display img {
        width: 100%;
        height: 290px;
        display: block;
        padding: 15px;
    }

    /* Text styles inside columns */
    .lab-display h2 {
        font-size: 20px;
        margin: 15px 0 10px;
        color: #121212;
    }

    .lab-display h3 {
        font-size: 14px;
        color: #888;
        margin-bottom: 15px;
    }

    /* Links styling */
    .lab-display a {
        text-decoration: none;
        color: inherit;
        display: block;
    }

    .lab-display:hover {
        transform: scale(1.1);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    }

    .lab-display a img {
        width: 17rem;
        height: auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .lab-display span:nth-child(2) {
        color: #1D1D1D;
    }
    /* Text styles inside columns */
    .lab-display span {
        font-size: 1.2rem
    }

    .lab-display div {
        width: fit-content;
        margin: auto;
        font-weight: bold;
        display: flex;
        gap: 0.6rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* Links styling */
    .lab-display a {
        text-decoration: none;
        color: black;
    }

/* Responsive design */
/*@media screen and (max-width: 768px) {
    .lab-display {
        flex: 0 0 calc(50% - 20px);*/ /* 2 items per row on tablets */
/*}
}

@media screen and (max-width: 480px) {
    .lab-display {
        flex: 0 0 100%;*/ /* 1 item per row on mobile */
/*}
}*/


td.pdf-table-data {
    display: flex;
    justify-content: center;
    align-items: center;
}


a#moreDropdownToggle {
    color: #000 !important;
    font-weight: 500;
}

/* Style for the custom dropdown */
.custom-more-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: absolute;
    top: 126px;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}

    /* Make the dropdown content visible */
    .custom-more-dropdown.show {
        display: block;
        opacity: 1; /* Make visible with fade effect */
    }

    /* Style for the dropdown items */
    .custom-more-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .custom-more-dropdown ul li {
            margin: 10px 0;
            padding: 10px 0;
        }

            .custom-more-dropdown ul li a {
                text-decoration: none;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 5px;
                gap: 22px;
                font-size: 24px;
            }
                /* Style for the images */
                .custom-more-dropdown ul li a .dropdown-icon {
                    width: 50px; /* Adjust the image size */
                    height: 50px;
                    margin-bottom: 5px; /* Space between image and text */
                }

/* Style for the More button */
#moreDropdownToggle {
    cursor: pointer;
    z-index: 10000;
}

    #moreDropdownToggle .fa-chevron-down {
        margin-left: 5px;
    }

/* Styling the flex layout for list items */
ul.more-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 109px; /* Adjust spacing between items */
}


img.dropdown-more-icon {
    width: 232px;
}

i.fa-solid.fa-chevron-down {
    color: black;
}




/* Auth Form Specific Styles */
.auth-forms {
    font-family: 'Montserrat', sans-serif;
    padding: 50px;
}

    .auth-forms * {
        box-sizing: border-box;
    }

    .auth-forms body {
        background: #f6f5f7;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100vh;
        margin: -20px 0 50px;
    }

    .auth-forms h1 {
        font-weight: bold;
        margin: 0;
    }

    .auth-forms h2 {
        text-align: center;
    }

    .auth-forms p {
        font-size: 19px;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0.5px;
        margin: 20px 0 30px;
    }

    .auth-forms span {
        font-size: 12px;
    }

    .auth-forms a {
        color: #333;
        font-size: 14px;
        text-decoration: none;
        margin: 15px 0;
    }

    .auth-forms button {
        border-radius: 20px;
        border: 1px solid #FF4B2B;
        background-color: #FF4B2B;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        padding: 12px 45px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: transform 80ms ease-in;
    }

        .auth-forms button:active {
            transform: scale(0.95);
        }

        .auth-forms button:focus {
            outline: none;
        }

        .auth-forms button.ghost {
            background-color: transparent;
            border-color: #FFFFFF;
            width: 330px;
            height: 50px;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF; /* Initial font color */
            transition: background-color 0.3s ease, color 0.3s ease;
        }

            .auth-forms button.ghost:hover {
                background-color: #FFFFFF;
                color: #000000; /* Font color when hovered */
            }

    .auth-forms form {
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 50px;
        height: 100%;
        text-align: center;
    }

    .auth-forms input {
        background-color: #eee;
        border: none;
        padding: 12px 15px;
        margin: 8px 0;
        width: 100%;
    }

    .auth-forms .container {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        min-height: 70rem;
    }

    .auth-forms .form-container {
        position: absolute;
        top: 0;
        height: 100%;
        transition: all 0.6s ease-in-out;
    }

    .auth-forms .sign-in-container {
        left: 0;
        width: 50%;
        z-index: 2;
    }

    .auth-forms .container.right-panel-active .sign-in-container {
        transform: translateX(100%);
    }

    .auth-forms .sign-up-container {
        left: 0;
        width: 50%;
        opacity: 0;
        z-index: 1;
    }

    .auth-forms .container.right-panel-active .sign-up-container {
        transform: translateX(100%);
        opacity: 1;
        z-index: 5;
        animation: show 0.6s;
    }



    .auth-forms .overlay-container {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        overflow: hidden;
        transition: transform 0.6s ease-in-out;
        z-index: 100;
    }

    .auth-forms .container.right-panel-active .overlay-container {
        transform: translateX(-100%);
    }

    .auth-forms .overlay {
        background: #FF416C;
        background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
        background: linear-gradient(to right, #FF4B2B, #FF416C);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        color: #FFFFFF;
        position: relative;
        left: -100%;
        height: 100%;
        width: 200%;
        transform: translateX(0);
        transition: transform 0.6s ease-in-out;
    }

    .auth-forms .container.right-panel-active .overlay {
        transform: translateX(50%);
    }

    .auth-forms .overlay-panel {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 40px;
        text-align: center;
        top: 0;
        height: 100%;
        width: 50%;
        transform: translateX(0);
        transition: transform 0.6s ease-in-out;
    }

    .auth-forms .overlay-left {
        transform: translateX(-20%);
    }

    .auth-forms .container.right-panel-active .overlay-left {
        transform: translateX(0);
    }

    .auth-forms .overlay-right {
        right: 0;
        transform: translateX(0);
    }

    .auth-forms .container.right-panel-active .overlay-right {
        transform: translateX(20%);
    }

    .auth-forms .social-container {
        margin: 20px 0;
    }

        .auth-forms .social-container a {
            border: 1px solid #DDDDDD;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin: 0 5px;
            height: 40px;
            width: 40px;
        }

    .auth-forms footer {
        background-color: #222;
        color: #fff;
        font-size: 14px;
        bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 999;
    }

        .auth-forms footer p {
            margin: 10px 0;
        }

        .auth-forms footer i {
            color: red;
        }

        .auth-forms footer a {
            color: #3c97bf;
            text-decoration: none;
        }

.hidden {
    display: none;
}




textarea.form-input {
    width: 682px;
    margin-left: 1px;
    border: 1px solid #c9c3c3;
}

.signup-drop label {
    display: flex;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

.signup-drop .form-input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f9f9f9;
    color: #333;
    transition: border-color 0.3s ease;
}

    .signup-drop .form-input:focus {
        border-color: #5b9bd5;
        outline: none;
    }

.signup-drop select.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"%3E%3Cpath d="M1 1l5 5 5-5" stroke="%23666" stroke-width="2" fill="none"/%3E%3C/svg%3E') no-repeat right 10px center/8px;
    padding-right: 30px;
}

img.sign-up-images {
    width: 76%;
    margin: 47px;
}

h1.overlay-heading {
    font-size: 44px;
}

img.sign-up-login-images {
    width: 60%;
    margin: 17px;
}

html {
    scroll-behavior: smooth;
}

span#togglePassword {
    font-size: 18px;
}

#service-section {
    background-color: #ffffff;
}

#service-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#service-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

#service-contain {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1.5rem;
}

#service-box-1, #service-box-2, #service-box-3 {
    width: 300px;
    height: 255px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    #service-box-1:hover, #service-box-2:hover, #service-box-3:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

#service-image-1 img, #service-image-2 img, #service-image-3 img {
    max-width: 100%;
    width: 226px;
    height: auto;
    object-fit: cover;
}

.service-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    transition: color 0.3s ease;
}

#service-box-1:hover .service-title,
#service-box-2:hover .service-title,
#service-box-3:hover .service-title {
    color: #007bff; /* Change title color on hover */
}

#partner-section {
    background-color: #ffff; /* Light background color */
}


#partner-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#partner-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

#partner-contain {
    text-align: center;
    padding: 20px;
}

#partner-title {
    font-size: 36px;
    font-weight: 700;
    color: #d30e55;
    line-height: 1.2;
    padding-left: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    #partner-title:hover {
        color: #007bff; /* Color change on hover */
        text-decoration: underline;
    }

@media (max-width: 768px) {
    #partner-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
}
/*.signup-drop {
    padding-top: 23px;
}
*/

.pop-up-modal {
    position: absolute;
    display: flex;
    z-index: 1083;
    left: 27%;
    top: 10%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

span#closeModal {
    font-size: 41px;
    color: white;
    display: flex;
    justify-content: end;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    display: flex;
    gap: 57px;
    border-radius: 27px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #fb6006;
    text-align: center;
    width: 45%;
    height: 25%;
    max-width: 100%;
    background: linear-gradient(45deg, #d30e55, #ff6600, #ed3928);
}

a#moreDropdownToggle {
    text-decoration: none;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

img.cross-image {
    width: 181px;
    margin-bottom: 101px;
}

.pop-up-modal .modal-content {
    animation: slideDown 0.5s ease-out;
}


.modal-content p {
    font-size: 47px;
    margin: 0;
    font-weight: 600;
    padding: 27px;
    margin-top: 34px;
    line-height: 1.2;
    margin-top: -57px;
    gap: 1px;
    color: white;
}

video.verify-check {
    width: 301px;
    border-radius: 50%;
}

.auth-forms *
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
}


.profile-image-img {
    width: 35px;
    border-radius: 25px;
    object-fit: cover;
}




.breadcrumb-section {
    background-color: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
}

.breadscrumb-contain {
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 0;
}


.breadcrumb-item {
    font-size: 14px;
    color: #6c757d;
}

    .breadcrumb-item a {
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 24px;
        color: #0b4b30;
        font-weight: 600;
    }

.custom-store-list {
    margin-top: 18px;
}

h3.city-name {
    font-size: 22px;
    font-weight: 600;
}









.custom-modal {
    display: none;
}

    /* When the modal is shown */
    .custom-modal.show {
        display: block;
    }


/* Store Banner Section */
.store-banner-section {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

.store-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.store-banner-content {
    text-align: center;
    color: white;
}

.store-banner-btn {
    background-color: #f36f6f;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

    .store-banner-btn:hover {
        background-color: #ff4c4c;
    }

/* Store Info Section */
.store-info-section {
    padding: 30px 0;
    background-color: #f9f9f9;
}

    .store-info-section .container {
        text-align: center;
    }

    .store-info-section h2 {
        font-size: 70px;
        margin-bottom: 51px;
        color: #0b4b30;
    }

    .store-info-section p {
        font-size: 16px;
    }


/* Store Info Section */
.store-info-section {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

    .store-info-section .container {
        max-width: 100%;
        /* margin: 0 auto; */
        /* padding: 0 15px; */
    }

.store-name-info {
    display: flex;
    justify-content: center;
}

.store-details {
    background-color: #fff;
    border-radius: 8px;
    padding: 0 30px;
}

.store-name {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.store-address p, .store-contact p {
    font-size: 26px;
    color: #555;
    display: flex;
}

.store-address {
    margin-bottom: 20px;
    gap: 400px;
}

.store-contact {
    margin-bottom: 20px;
}

.store-address p {
    font-size: 37px;
    color: #0c0c0c;
    display: flex;
    align-items: baseline;
}


.store-contact p {
    font-size: 16px;
    color: #555;
}

    .store-address p strong,
    .store-contact p strong {
        color: #0b4b30;
        font-size: 30px;
    }

.store-description {
    margin-top: 30px;
}

    .store-description h3 {
        font-size: 50px;
        font-weight: 600;
        color: #0b4b30;
        margin: 15px;
    }

    .store-description p {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
    }

        .store-description p a {
            color: #f36f6f;
            text-decoration: none;
        }

            .store-description p a:hover {
                text-decoration: underline;
            }

img.address-icon {
    width: 30px;
    margin-bottom: 15px;
    margin-right: 11px;
    /* height: 48px; */
}

.store-address-item {
    display: flex;
    align-items: center;
    border-radius: 34px;
    padding: 25px;
    margin: 10px;
    box-shadow: 4px 4px 10px #0b4b30;
    /* background: border-box; */
}

i.fa-solid.fa-location-dot.location-dots {
    font-size: 26px;
    color: #0b4b30;
    margin: 13px;
}

strong.store-addres-info {
    display: flex;
    align-items: center;
}



.store-info {
    display: flex;
    justify-content: center; /* Centers content horizontally */
    margin-top: 10px;
}

.store-address-row-2 {
    width: 100%;
    display: flex;
    justify-content: center;
}



.store-address-inline p {
    margin: 0; /* Removes default paragraph margin */
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.store-addres-info {
    color: #0b4b30;
    font-weight: bold;
}

.store-address-row-2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.store-address-inline {
    display: flex;
    width: 101%;
    justify-content: center;
    gap: 175px;
    border-radius: 34px;
    padding: 15px 25px;
    background: #ffffff;
    align-items: center;
}

    .store-address-inline p {
        margin: 0;
        font-size: 35px;
        font-weight: 500;
        color: #333;
        display: flex;
        gap: 8px;
        margin: 10px;
    }

strong.store-addres-info {
    display: flex;
    align-items: center;
}

.store-addres-info {
    color: #0b4b30;
    font-weight: bold;
}

img.state {
    width: 41px;
}

.store-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-address-row-1 {
    padding: 0 102px;
}

.contact-info {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.contact-info-row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-details-inline {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 9rem;
    border-radius: 34px;
    padding: 15px 17px;
    padding-left: 23rem;
    background: #ffffff;
    align-items: center;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.store-info-section p {
    /* font-size: 16px; */
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    display: flex;
    gap: 8px;
    margin: 10px;
}

img.contacts-img {
    width: 41px;
}

img.more-img {
    width: 31px;
    margin: 13px;
}

a.contact-link {
    color: #000000;
    text-decoration: none;
}

strong.contact-label {
    color: #0b4b30;
}


.more-shops-button {
    display: inline-block;
    padding: 10px 99px;
    font-size: 32px;
    /* font-weight: 700; */
    /* font-weight: 600; */
    margin-top: 51px;
    border-radius: 10px;
    border: 2px solid #0b4b30;
    border-radius: 10px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #0b4b30;
    text-decoration: none;
    font-weight: 700;
    border-radius: 17px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .more-shops-button:hover {
        background-color: #0b4b30;
        color: #fff;
        transform: scale(1.05);
    }

.descrition-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-description {
    background-color: #ddefdd;
    border-radius: 52px;
    /* padding-top: 20px; */
    margin-top: 135px;
}

.description-img {
    width: 40px;
}





.row.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-lg-3.row-cols-xl-4.row-cols-xxl-5.g-3.store-products {
    padding: 0 35px;
}


.pagination-store {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination-link {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 16px;
    color: #007bff;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .pagination-link:hover {
        background-color: #007bff;
        color: white;
    }

    .pagination-link.active {
        background-color: #007bff;
        color: white;
        font-weight: bold;
        border-color: #007bff;
    }

    .pagination-link:disabled {
        background-color: #e9ecef;
        color: #6c757d;
        border-color: #ddd;
        cursor: not-allowed;
    }

    .pagination-link:focus {
        outline: none;
    }


p.description-text {
    font-size: 22px;
    padding-bottom: 30px;
    font-weight: 500;
    color: #000000;
    display: flex;
    gap: 8px;
    margin: 10px;
    padding: 0 64px;
}

.hover-store-image {
    position: absolute;
    top: 0;
    left: 39px;
    opacity: 0;
    z-index: 0;
}




.normal-title {
    background-color: #7ae3b775;
    border-top: 1px solid #7ae3b775;
}

.page-title {
    position: relative;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1.uppercase.mb-0 {
    color: #0b4b30;
    font-size: 50px;
    font-weight: 400;
}

small.uppercase {
    color: #282627;
    font-size: 17px;
    font-weight: 600;
}

i.fa-solid.fa-flag.flag-account {
    font-size: 35px;
    color: #0b4b30;
}

.user-flag-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.user-profile-forms-details {
    font-family: Arial, sans-serif;
    background-color: #c2f2de;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .user-profile-forms-details .page-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    .user-profile-forms-details .container {
        background-color: #fff;
        border-radius: 24px;
        border: 2px solid #1f523d9e;
        box-shadow: 0 2px 4px rgb(11 75 48);
        padding: 10px;
        max-width: 100% !important;
    }

    .user-profile-forms-details .row.vertical-tabs {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .user-profile-forms-details .large-3.col {
        flex: 0 0 25%;
        max-width: 25%;
        border-right: 1px solid #e05284;
        padding-right: 20px;
    }

    .user-profile-forms-details .large-9.col {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 1000px;
        padding-left: 20px;
        overflow: auto;
    }



    .user-profile-forms-details .account-user.circle {
        text-align: center;
        margin-bottom: 20px;
    }

        .user-profile-forms-details .account-user.circle .image img {
            border-radius: 50%;
            width: 8rem;
            height: 8rem;
        }

    .user-profile-forms-details .user-name {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }

    .user-profile-forms-details .user-id {
        font-size: 14px;
        color: #777;
    }

    .user-profile-forms-details .woocommerce-MyAccount-navigation {
        margin-top: 20px;
    }

        .user-profile-forms-details .woocommerce-MyAccount-navigation ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .user-profile-forms-details .woocommerce-MyAccount-navigation ul li {
                margin-bottom: 10px;
                width: 100%; /* Ensure each list item takes full width */
            }

                .user-profile-forms-details .woocommerce-MyAccount-navigation ul li a {
                    text-decoration: none;
                    color: #333;
                    font-size: 17px;
                    font-weight: 600;
                    display: block;
                    padding: 6px;
                    border-radius: 8px;
                    transition: background-color 0.3s;
                }

                    .user-profile-forms-details .woocommerce-MyAccount-navigation ul li a:hover {
                        background-color: #f0f0f0;
                    }

                .user-profile-forms-details .woocommerce-MyAccount-navigation ul li.is-active a {
                    background-color: #0b4b30;
                    color: #fff;
                }

    .user-profile-forms-details .woocommerce-MyAccount-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .user-profile-forms-details .woocommerce-MyAccount-content p {
            font-size: 22px;
            color: #040404;
            line-height: 1.6;
        }

        .user-profile-forms-details .woocommerce-MyAccount-content a {
            color: #0b4b30;
            text-decoration: none;
        }

            .user-profile-forms-details .woocommerce-MyAccount-content a:hover {
                text-decoration: none;
            }

    .user-profile-forms-details .dashboard-links {
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 20px 0;
        display: flex;
        /* justify-content: center; */
        flex-wrap: wrap;
        /* gap: 0rem; */
    }

        .user-profile-forms-details .dashboard-links li {
            flex: 0 0 33.333%;
            max-width: 33.333%;
            margin-bottom: 10px;
        }

            .user-profile-forms-details .dashboard-links li a {
                display: block;
                padding: 10px;
                margin: 16px;
                font-size: 24px;
                background-color: #0b4b30;
                border: 1px solid #0b4b30;
                border-radius: 27px;
                text-align: center;
                color: #ffffff;
                text-decoration: none;
                transition: background-color 0.3s;
            }

                .user-profile-forms-details .dashboard-links li a:hover {
                    background-color: #fff;
                    color: #0b4b30;
                }

#order {
    display: none;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
    justify-content: space-around;
}

.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 40%;
}

header.woocommerce-Address-title.title h2 {
    margin-bottom: 0px;
}

.addres-p {
    margin-bottom: 0rem;
    font-style: normal;
    line-height: inherit;
}

a.edit {
    color: #fffbff;
    text-decoration: none;
    background: #d40e54;
    font-size: 19px;
    color: #ffff;
    padding: 13px;
    margin-top: 28px;
    border-radius: 25px;
    gap: 10px;
    /* margin: 63px 0; */
    margin-bottom: 10px;
    width: 20px;
    height: 30px;
    width: 30px;
}

.addres-p {
    font-family: Arial, sans-serif;
    width: 100%;
}

.address-details {
    background-color: #c2f2de;
    padding: 15px;
    border: 1px solid #0b4b30;
    border-radius: 8px;
    margin-top: 10px;
}

.address-line {
    margin-bottom: 10px;
    font-size: 14px;
    color: #312d2e;
}

    .address-line strong {
        font-weight: bold;
        color: #333333;
    }

/* Styling for the "You have not set up this type of address yet" message */
.addres-p p {
    color: #888;
    font-style: italic;
}

#add_payment_method {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
    margin: auto auto;
}

button#place_order {
    width: 50%;
    margin: auto;
    border: none;
    padding: 0.8rem;
    border-radius: 0.8rem;
    color: #625a5a;
    background-color: #f2f2f2;
    transition: all 0.3s ease;
    cursor: pointer;
}

    button#place_order:hover {
        background-color: #625a5a;
        color: #fff;
    }


.woocommerce-PaymentMethods {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-PaymentMethod {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
    /* Label for payment methods */
    .woocommerce-PaymentMethod label {
        font-size: 16px;
        font-weight: bold;
        margin-left: 10px;
        flex-grow: 1;
        color: #333;
        cursor: pointer;
    }

    /* Image icons for payment methods */
    .woocommerce-PaymentMethod img {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

        .woocommerce-PaymentMethod img:hover {
            transform: scale(1.1);
        }

/* Payment method box styling */
.woocommerce-PaymentBox {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 20px;
}

.woocommerce-PaymentMethod input:checked ~ .woocommerce-PaymentBox {
    display: block;
}

.form-row {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .form-row label {
        font-size: 14px;
        font-weight: bold;
        color: #555;
        margin-bottom: 5px;
    }

    .form-row input {
        padding: 12px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
    }

        .form-row input:focus {
            border-color: #0073e6;
            outline: none;
        }

.required {
    color: red;
}


button.woocommerce-Button:hover {
    background-color: #df96b2;
}

/* Clear floated elements */
.clear {
    clear: both;
}

/* Payment method info section */
.nmi-new-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}


.woocommerce-PaymentBox.woocommerce-PaymentBox--nmi.payment_box.payment_method_nmi {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.form-row-box {
    display: flex;
    gap: 1rem;
    max-width: 100%;
}

input#nmi-card-expiry {
    width: 100%;
}

input#nmi-card-cvc {
    width: 100%;
}


.woocommerce-EditAccountForm {
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 45px;
    background: #fbe9f0;
    border: 1px solid #fbe9f0;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .woocommerce-EditAccountForm .woocommerce-form-row {
        margin-bottom: 15px;
    }

        .woocommerce-EditAccountForm .woocommerce-form-row label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }

    .woocommerce-EditAccountForm .woocommerce-Input {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .woocommerce-EditAccountForm .clear {
        clear: both;
    }

    .woocommerce-EditAccountForm .button {
        background-color: #0b4b30ed;
        color: white;
        border: none;
        border-radius: 4px;
        width: 30%;
        font-size: 18px;
        cursor: pointer;
        font-weight: 500;
    }

button.woocommerce-Delete-Button.button {
    background-color: #b20000;
    color: white;
    border: none;
    border-radius: 4px;
    width: 30%;
    font-size: 18px;
    cursor: pointer;
    padding: 0.1rem 0rem;
}

.button.woocommerce-Delete-Button.button:hover {
    background-color: #580505;
}

.woocommerce-EditAccountForm .button:hover {
    background-color: #45a049;
}

.woocommerce-EditAccountForm .password-input {
    position: relative;
}

.woocommerce-EditAccountForm .show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.detals-form-buttons {
    display: flex;
    justify-content: space-evenly;
}

.show-password-input {
    cursor: pointer;
    margin-left: -30px; /* Adjust as needed */
}

    .show-password-input i {
        color: #666; /* Adjust the color as needed */
    }


.avatar-container {
    position: relative;
    display: inline-block;
}

.camera-icon {
    position: absolute;
    bottom: 0px;
    right: 44px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

    .camera-icon i {
        color: white;
        font-size: 14px;
    }

    .camera-icon:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }


@media (max-width: 1544px) {
    .user-profile-forms-details .large-9.col {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 100px;
        padding-left: 20px;
        overflow: auto;
    }
}


.flying-cart {
    position: absolute;
    animation: flyToCart 0.8s ease-in-out forwards;
}

@keyframes flyToCart {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 50%;
    transform: translate(50%, -50%);
}



.shopping-cart-section {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.cart-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

span.current-price {
    width: 100px;
}

.product-controls {
    display: flex;
    align-items: center;
    margin-top: 18px;
    gap: 34px;
}

.product-image {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a.product-name {
    text-decoration: none;
    color: #0b4b30;
    font-weight: 700;
    font-size: 22px;
}

.cart-grid {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width:768px) {
    .product-price {
        width: 100%;
        text-align: right;
        margin-right: 1rem;
    }

    .product-controls {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 18px;
    }

    .product-price {
        width: 50%;
        text-align: right;
        margin-right: 1rem;
    }

    a.product-name {
        font-size: 1rem;
    }

    i.fa.fa-shopping-cart.cart-icon-view {
        font-size: 30px;
    }

    .order-summary h3 {
        font-size: 1.5rem;
    }

    span.cart-ingka-jumbo-btn__inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .summary-row {
        font-size: 1.2rem;
    }

    .product-image img {
        width: 11rem !important;
    }

    .cart-container {
        padding: 0rem;
        flex-direction: column;
    }

    .product-images {
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:480px) {
    .product-card {
        width: 97%;
        padding: 15px 5px 15px 0px;
    }

    .product-image img {
        width: 8.5rem !important;
    }

    .availability {
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .product-info {
        width: 90%;
        gap: 0.8rem;
        display: flex;
        padding: 0 0.2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product-controls {
        width: fit-content;
        display: flex;
        align-items: center;
        margin-top: 18px;
        gap: 34px;
    }

    .product-inner {
        display: flex;
        width: fit-content;
    }

    .shopping-cart-section {
        padding: 0px;
    }

    .price-module .price-info {
        width: 75% !important;
    }

    .product-price {
        height: 53%;
        width: 25% !important;
        margin-bottom: 0px;
        display: flex;
        align-items: end;
    }

    i.fa.fa-shopping-cart.cart-icon-view {
        font-size: 22px;
    }

    span.current-price {
        width: 100%;
    }

    .product-image {
        width: 35%;
    }

    /*    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        font-size: 15px;
    }*/

}

product-card .price-module {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-module {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .price-module .price-info {
        max-width: 100%;
        width: 100%;
    }




.product-controls input {
    border: none;
    width: 35px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
}

.product-controls button {
    background: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

    .product-controls button:hover {
        background: #0056b3;
    }

.order-summary {
    flex: 1;
    background: white;
    padding: 20px;
    border-radius: 8px;
}

.checkout-button {
    width: 100%;
    padding: 10px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

    .checkout-button:hover {
        background: #218838;
    }




.product-inner {
    display: flex;
    width: 100%;
}

.product-image img {
    width: 11rem;
}





span.current-price {
    color: #0b4b30;
    font-weight: 700;
    font-size: 15px;
}

.product-description {
    color: #605c5c;
}

section.shoping-logo {
    display: flex;
    padding: 10px 32px;
}

.product-price {
    width: 100px;
}

.availability {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

span.status {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    span.status i.fa-solid.fa-store {
        color: #0b4b30;
        font-size: 15px;
    }

    span.status i.fa-solid.fa-location-dot {
        color: #0b4b30;
        font-size: 15px;
    }

i.fa-solid.fa-circle {
    color: #008000bf;
    font-size: 11px;
    margin-right: 5px;
}

.quantity-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #0b4b30;
    border-radius: 20px;
    padding: 18px;
    width: 8rem;
    height: 36px;
}

    .quantity-stepper button {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        padding: 5px;
    }

/*    .quantity-input {
        width: 30px;
        text-align: center;
        font-size: 18px;
        border: none;
        outline: none;
    }*/

i.fa-solid.fa-minus.stepper-minus {
    font-size: 15px;
    color: #0b4b30;
    touch-action: manipulation;
}

i.fa-solid.fa-plus.stepper-plus {
    font-size: 15px;
    touch-action: manipulation;
    color: #0b4b30;
}


.trash-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.trash-icon {
    fill: #333; /* Default icon color */
    transition: fill 0.3s ease;
    width: 24px;
    height: 24px;
}

    .trash-icon:hover {
        fill: red; /* Change color on hover */
    }

.order-summary h3 {
    color: #0b4b30;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-summary hr:not([size]) {
    height: 3px;
    color: #020202;
    background-color: black;
}

h4.total-gst {
    color: #0b4b30;
    font-size: 1.2rem;
    line-height: 1.571;
    font-weight: 700;
}


.total-gst-price {
    font-size: 20px;
    font-weight: 700;
    color: #0b4b30;
}

.apply-coupon .accordion {
    list-style: none;
    padding: 0;
}

.apply-coupon .accordion-item {
    border: 1px solid #0b4b30;
    margin-top: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.apply-coupon .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
}

.apply-coupon .accordion-title {
    display: flex;
    align-items: center;
    background-color: #ffff;
}

.apply-coupon .icon-container {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #0b4b30;
}

.apply-coupon .icon {
    margin-right: 5px;
    fill: #0b4b30;
}

.apply-coupon .icon-dropdown {
    transition: transform 0.5s ease;
}

.apply-coupon .accordion-content {
    display: none;
    padding: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

    .apply-coupon .accordion-content.open {
        display: block;
        max-height: 500px; /* Adjust to your needs */
        padding: 10px;
    }

.apply-coupon .accordion-content-inner {
    padding: 10px;
}

.apply-coupon .form-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.apply-coupon .input-group input {
    padding: 7px;
    width: 100%;
    height: 43px;
    border: 1px solid #0b4b30;
    border-radius: 6px;
}

.apply-coupon .apply-btn {
    background-color: #0071dc;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.apply-coupon .info-text {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.apply-coupon .apply-btn {
    background-color: #0b4b30;
    color: white;
    padding: 10px 23px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 22px;
    cursor: pointer;
}

/* Basic button styles */
.cart-ingka-jumbo-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.4rem;
    /* padding: 33px 84px; */
    background-color: #0b4b30;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3sease, transform 0.2sease;
    outline: none;
}

    /* Button hover effect */
    .cart-ingka-jumbo-btn:hover {
        background-color: #FFB600; /* Slightly darker shade */
        transform: scale(1.05); /* Slight grow effect */
    }

    /* Focus state (keyboard navigation) */
    .cart-ingka-jumbo-btn:focus {
        border: 2px solid #FFB600; /* Focus outline */
        background-color: #FFB600;
    }

    /* Disabled state */
    .cart-ingka-jumbo-btn[aria-disabled="true"] {
        background-color: #D3D3D3; /* Light gray for disabled state */
        cursor: not-allowed;
    }

/* Label styles */
.cart-ingka-jumbo-btn__label {
}

/* Icon styles */
.cart-ingka-jumbo-btn__icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Rotate icon on hover */
.cart-ingka-jumbo-btn:hover .cart-ingka-jumbo-btn__icon {
    transform: rotate(90deg); /* Rotate icon when hovered */
}

/* Inner span styles */
.cart-ingka-jumbo-btn__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Icon size */
.cart-ingka-svg-icon {
    width: 16px;
    height: 16px;
}


span.cart-ingka-jumbo-btn__icon {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}


/*    .sticky {
        position: fixed;
        flex: 1;
        top: 46px;
        right: 3px;
        left: 60rem;
        z-index: 10;
        background: #ffff;
        padding: 10px 50px;
        height: 100vh;
    }*/


.toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

    .toast.success {
        background-color: #4CAF50;
    }

    .toast.error {
        background-color: #f44336;
    }


/* Success message styles */
/*.success-title {
        color: #28a745;*/ /* Green */
/*font-size: 26px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }*/

.success-button {
    background-color: #28a745;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 20px;
}

    .success-button:hover {
        background-color: #218838; /* Darker green */
    }

.success-popup {
    border-radius: 8px;
    border: 2px solid #28a745;
}

.success-icon {
    color: #28a745;
}

/* Error message styles */
.error-title {
    color: #dc3545; /* Red */
    font-size: 26px;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.error-button {
    background-color: #dc3545;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 20px;
}

    .error-button:hover {
        background-color: #c82333; /* Darker red */
    }

.error-popup {
    border-radius: 8px;
    border: 2px solid #dc3545;
}

.error-icon {
    color: #dc3545;
}



.expiry-input-field {
    width: 45%;
}

.check-out-box-section {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
    max-width: 95%;
    margin: 0 auto;
}

.payment-section {
    width: 50%;
    background-color: #0feb920f;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #0b4930;
}

.order-section {
    width: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.payment-methods {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-icon .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 2px solid transparent;
    background-image: linear-gradient(to right, #0b4930, #33c187);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px;
}






.card-inputs .input-group {
    margin-bottom: 15px;
}

.input-group .input-label {
    font-size: 15px;
    color: #0b4930;
    font-weight: 600;
    margin: 9px 0;
}

.input-group .input-field {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #0b4930;
    border-radius: 4px;
}

.input-group .input-error {
    color: red;
    font-size: 12px;
}

span.label-text {
    font-size: 30px;
    font-weight: 700;
    color: #0b4930;
}

.save-card-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.save-card-text {
    font-size: 14px;
}

.payment-button-container .payment-button {
    width: 100%;
    height: 44px;
    background-color: #0b4930;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

    .payment-button-container .payment-button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }


.payment-form {
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.input-field {
    margin-bottom: 15px;
}

.input-label {
    font-size: 16px;
    font-weight: 600;
    color: #0b4930;
    display: block;
    margin-bottom: 5px;
}

.input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #0b4930;
    border-radius: 5px;
    box-sizing: border-box;
}

    .input:focus {
        border-color: #007bff;
        outline: none;
    }

.error-message {
    color: red;
    font-size: 12px;
}

.expiry-cvv-grid {
    display: flex;
    justify-content: space-between;
}

.cvv-tooltip {
    display: inline-block;
    position: relative;
}

    .cvv-tooltip .tooltip-text {
        visibility: hidden;
        width: 160px;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 25px;
        left: 50%;
        margin-left: -80px;
    }

    .cvv-tooltip:hover .tooltip-text {
        visibility: visible;
    }

.save-card-option {
    margin-top: 20px;
}

.save-card-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.save-card-text {
    margin-left: 8px;
}

.save-card-disclaimer {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

.payment-button {
    margin-top: 30px;
}

.pay-button {
    width: 100%;
    padding: 14px;
    background-color: #0b4930;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: not-allowed;
    text-align: center;
}

    .pay-button:enabled {
        cursor: pointer;
    }

    .pay-button span {
        display: block;
    }




/* General Styles */
.order-section {
    font-family: Arial, sans-serif;
    color: #292D35;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 3px solid #ffffff;
    border-radius: 8px;
    background-color: #ffffff;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.order-recipient {
    font-size: 15px;
    font-weight: 600;
}

.order-badge {
    background-color: #e0e0e0;
    color: #292D35;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 4px;
}

.order-icon svg {
    transition: transform 0.3s ease-in-out;
}

.order-icon.rotate svg {
    transform: rotate(180deg);
}

/* Items List Section */
.item-list {
    margin-top: 10px;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.item-title {
    font-size: 14px;
    font-weight: 600;
}

.item-count {
    color: #000000;
}

.item-icon svg {
    transition: transform 0.3s ease-in-out;
}

.item-icon.rotate svg {
    transform: rotate(180deg);
}

/* Order Summary Section */
.order-summary {
    margin-top: 20px;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
}

.summary-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.summary-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.summary-label {
    color: #666;
}

.summary-value, .summary-discount {
    color: #292D35;
    font-weight: 600;
}

.summary-link {
    color: #007bff;
    text-decoration: none;
    margin-left: 5px;
}

    .summary-link:hover {
        text-decoration: underline;
    }

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: 600;
}

.total-label {
    color: #292D35;
}

.total-value {
    color: #000;
}

.address_address_expanded__stAzN {
    display: none;
    padding: 16px;
    background-color: #f1fef9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
    max-width: 100%;
    margin-top: 10px;
}

/* Style for address details */
.address_address_details__9dTTk {
    margin-bottom: 12px;
}

/* Name and address text styles */
.sc-f48c17b3-0.dA-Drpt {
    font-size: 16px;
    color: #292D35; /* Dark text color */
    font-weight: bold;
}

.sc-f48c17b3-0.MzeMS {
    font-size: 17px;
    color: #4E5664;
    line-height: 1.5;
}

.address_address_change__fVJAE {
    padding: 8px 16px;
    background-color: #0b4930;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

    /* Button hover effect */
    .address_address_change__fVJAE:hover {
        background-color: #0056b3; /* Darker blue on hover */
    }

/* Optional: Transition when the address is expanded */
.address_address_expanded__stAzN.show {
    display: block; /* When the section is toggled on */
    opacity: 1;
    transform: scale(1); /* Smooth scaling effect */
}



/* Style for the header and icon */
.item-header {
    padding: 10px;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

    .item-header:hover {
        background-color: #f1fef9; /* Light hover effect */
    }

.item-icon {
    transition: transform 0.3s ease-in-out;
}

.item-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    padding: 0 10px;
    background-color: #fafafa;
}

.item-list_item_list_Wrapper_desktop__l_iej {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sc-a30ed679-2.bTuYyv {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

/*    .w-[12%] {
        width: 12%;
    }
*/
.sc-f48c17b3-0.esDyjj {
    font-size: 14px;
    color: #737E93;
}

.sc-f48c17b3-0.exGaYA {
    font-size: 12px;
    color: #737373;
}

.product-line-item_qty_badge__CSRJk {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    padding: 4px;
    font-size: 10px;
    border-radius: 50%;
}


.item-products-img {
    width: 50px;
}

.check-out-banner {
    background-size: cover;
    background-position: center;
    height: 190px;
    width: 85%;
    margin: auto;
}

.banner-content {
    padding: 50px 20px;
    color: white;
    text-align: center;
}

.item-list-footer {
    background-color: #ffffff; /* White background */
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ddd; /* Light gray top border */
}

.bottom-items-logos {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.secure-payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 166px;
    padding: 10px;
    text-align: center;
}

.secure-img {
    width: 70px; /* Adjust image size */
    height: auto;
    filter: grayscale(0%); /* Make icons gray */
    transition: filter 0.3s ease-in-out;
}

.secure-payment:hover .secure-img {
    filter: sepia(80%) hue-rotate(40deg) saturate(500%) brightness(120%);
    opacity: 1;
}

.secure-title {
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d; /* Dark gray */
    margin-top: 8px;
}

.secure-subtitle {
    font-size: 12px;
    color: #777; /* Light gray */
    margin-top: 6px;
}


.trust-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Adjust spacing */
}

.line {
    width: 40%;
    height: 1px;
    background-color: #ccc; /* Adjust color */
    border: none;
}

.text {
    font-size: 13px;
    /* font-weight: bold; */
    /* color: #333; */
    text-transform: uppercase;
    margin-top: 15px;
}

hr.line {
    height: 1px;
    color: #020202;
    background-color: black;
}

img.credit-logos {
    width: 79px;
}

.creadit-card-last-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.coupon-popup-overlay {
    display: none;
    position: fixed;
    display: f;
    top: 0;
    left: 660px;
    width: 74rem;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-toast {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 39%;
    border: 2px solid #008000;
    width: 100%;
}

i.fa-solid.fa-check.popup-toast-check {
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: green;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.popup-toast-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

i.fa-solid.popup-toast-check.fa-xmark.popup-toast-x-mark {
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #ff0000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.message-text {
    display: block;
}

.text-1 {
    font-size: 23px;
    font-weight: bold;
}

.text-2 {
    font-size: 14px;
    color: #666;
}

.success {
    color: green;
}

.error {
    color: red;
}

.progress {
    height: 4px;
    background-color: #ddd;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

    .progress::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: green;
        animation: progressBar 3s linear forwards;
    }

@keyframes progressBar {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.popup-toast-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
}


.view-cart-first-list {
    width: 80px;
}



#section-blog .blog-row1 {
    text-align: center;
    padding: 20px 20px 0px 20px;
}

#section-blog .blog-row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 1.5rem;
}

#section-blog .blog-row2-child {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23vw, 1fr));
    gap: 20px;
}

#section-blog article {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 95%;
    margin: auto
}

    #section-blog article:hover {
        transform: scale(1.05);
    }

#section-blog .image-holder {
    overflow: hidden;
}

    #section-blog .image-holder img {
        width: 100%;
        height: 16rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: transform 0.3s ease-in-out;
    }

    #section-blog .image-holder:hover img {
        transform: scale(1.1);
    }

#section-blog .blog-body {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 13rem;
    justify-content: space-between;
}



.info-date {
    display: flex;
    align-items: center;
    gap: 3px;
}

#section-blog .body-description {
    height: 20px;
    font-size: 1rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0.5rem 0;
}

#section-blog .body-info {
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #777;
}

#section-blog .body-info2 h3 a {
    text-decoration: none;
    color: #333;
}

/* Limiting body-content to 3 lines */
#section-blog #body-content p {
    display: none;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
    #section-blog .image-holder img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    #section-blog .image-holder:hover img {
        transform: scale(1.1);
    }
}


/*Category Page*/

@media(max-width:768px) {

    .product-item {
        margin: 10px;
    }

    category-grid-product {
        flex: 0 0 auto;
        width: 50%;
    }

    .category-listing {
        justify-content: center;
    }

    .search-wrapper.active {
        width: 100%;
        border: 2px solid #f0f0f0;
    }

    .nav-heading span {
        font-size: 1rem;
    }

    .category-grid-product {
        flex: 0 0 auto;
        width: 50%;
    }

    .offer-badge, .offer-badge-green {
        width: 75px;
        height: 36px;
    }
}

@media (max-width:480px) {
    .product-item img {
        width: fit-content;
        height: 90px;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 0px;
    }



    .offer-badge, .offer-badge-green {
        font-size: 10px;
        padding: 0px;
        width: 60px;
        height: 33px;
    }

    .d-flex.justify-content-center.align-items-center.gap-2 {
        gap: 0.5rem !important;
    }

    h2.fs-6.fw-normal {
        text-align: center;
        margin-bottom: 0;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-item h3 {
        margin: 4px 0 9px 0;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    a.btn.btn-primary.rounded-1.p-2.fs-7.btn-cart {
        width: 100%;
    }

    .button-area.p-3.pt-0 {
        padding: 0rem !important;
    }
}






/* Popup Container */
.popup-overlay {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .popup-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.popup-container {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
    padding: 24px;
    text-align: center;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.popup-overlay.active .popup-container {
    transform: scale(1);
}

/* Header */
.popup-header {
    margin-bottom: 20px;
}

    .popup-header i {
        font-size: 48px;
        color: #28a745;
        margin-bottom: 10px;
    }

    .popup-header h2 {
        font-size: 24px;
        color: #333;
        margin: 0;
    }

/* Body */
.popup-body {
    margin-bottom: 24px;
}

    .popup-body p {
        font-size: 16px;
        color: #666;
        line-height: 1.5;
        margin: 0;
    }

/* Footer */
.popup-footer {
    display: flex;
    justify-content: center;
    gap: 12px;
}

    .popup-footer a, .popup-footer button {
        padding: 10px 20px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .popup-footer a {
        background-color: #28a745;
        color: #fff;
        border: none;
    }

        .popup-footer a:hover {
            background-color: #218838;
            transform: translateY(-2px);
        }

    .popup-footer button {
        background-color: #f8f9fa;
        color: #333;
        border: 1px solid #ddd;
    }

        .popup-footer button:hover {
            background-color: #e9ecef;
            transform: translateY(-2px);
        }




/* styles.css */
.Order-table-list {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0px;
    background-color: #fbe9f0;
    height: 100%;
}

    .Order-table-list .user-details {
        background-color: #d40e54;
        color: white;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .Order-table-list .user-details h2 {
            margin: 0;
            font-size: 22px;
            font-weight: 600;
        }

        .Order-table-list .user-details p {
            margin: 5px 0;
            font-size: 14px;
            font-weight: 600;
        }

    .Order-table-list .table-container {
        max-height: 506px;
        overflow-y: auto;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #fff;
    }

    .Order-table-list table {
        width: 100%;
        border-collapse: collapse;
    }

    .Order-table-list thead {
        background-color: #0b4b30;
        color: #fff;
        position: sticky;
        top: 0;
    }

    .Order-table-list th,
    .Order-table-list td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .Order-table-list tbody tr:hover {
        background-color: #f1f1f1;
    }

    .Order-table-list button {
        padding: 4px 20px;
        background-color: #0b4b30;
        font-weight: 600;
        color: #fff;
        border: none;
        border-radius: 19px;
        cursor: pointer;
    }

        .Order-table-list button:hover {
            background-color: #fff;
            color: #0b4b30;
            border: 1px solid #0b4b30;
        }




/* General Banner Styles */
.responsive-banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.responsive-banner-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.responsive-banner-item {
    min-width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50vh; /* Adjust height dynamically */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 5%;
}

/* Banner Content */

.responsive-banner-description-head {
    font-size: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: 20px;
}

.responsive-banner-content-titles {
    max-width: 80%;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-right: 15rem;
    bottom: 2rem;
}

/* Adaptive Typography */
.responsive-banner-subtitle {
    font-size: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: 10px;
}

.responsive-banner-title {
    font-size: clamp(2rem, 5vw, 3em);
    font-weight: 700;
    margin-bottom: 20px;
}


/* Buttons */
.responsive-banner-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.responsive-banner-btn,
.responsive-banner-btn-secondary {
    padding: 5px 13px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    transition: background 0.3s ease;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

    .responsive-banner-btn:hover {
        background: #ffff;
        color: #000;
    }

    .responsive-banner-btn-secondary:hover {
        background: #ffff;
        color: #000;
    }

/* Slider Navigation Buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.5em;
    transition: background 0.3s ease;
}

    .slider-btn:hover {
        background: rgba(0, 0, 0, 0.8);
    }

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Bubble Buttons */
.bubble-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.bubble {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .bubble.active {
        background: white;
    }

/* Responsive Adjustments */
@media(max-width:1400px) {
    .responsive-banner-item {
        height: 38vh; /* Adjust height dynamically */
    }
}

@media (max-width: 1024px) {
    .responsive-banner-item {
        height: 35vh;
    }

    .responsive-banner-title {
        font-size: clamp(1.8rem, 4vw, 2.5rem);
    }

    .responsive-banner-description-head {
        font-size: clamp(1rem, 2vw, 1.3rem);
    }

    .slider-btn {
        font-size: 1.2em;
        padding: 8px;
    }
}

#mobile-promo {
    display: none;
}

#desktop-promo {
    display: block;
}

@media (max-width: 768px) {

    .responsive-banner-section {
        display: none
    }

    #desktop-promo {
        display: none;
    }

    #mobile-promo {
        display: block;
        width: 90%;
        margin: auto;
    }


    .responsive-banner-title {
        font-size: clamp(1.5rem, 4vw, 2rem);
    }

    .responsive-banner-description-head {
        font-size: clamp(0.9rem, 2vw, 1.2rem);
    }

    .responsive-banner-buttons {
        flex-direction: row;
        gap: 5px;
    }

    .slider-btn {
        font-size: 1.2em;
        padding: 6px;
    }

    .responsive-banner-content-titles {
        margin-right: 0rem;
        margin-bottom: 0rem;
    }
}

@media (max-width: 480px) {

    .responsive-banner-content-titles {
        padding: 0px 0px 5px 0px;
        margin-right: 0rem;
        margin-bottom: 0rem;
    }

    .first-banner {
        display: none;
    }

    .responsive-banner-item {
        height: 28vh;
    }

    .responsive-banner-title {
        text-align: left;
        font-size: clamp(1.16rem, 3.5vw, 1.5rem);
        padding: 0.2rem 0.2rem 0.2rem 0rem;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .responsive-banner-buttons {
        flex-direction: row;
        gap: 5px;
    }

    .bubble-buttons {
        bottom: 5px;
    }

    .bubble {
        width: 8px;
        height: 8px;
    }

    .slider-btn {
        font-size: 1em;
        padding: 5px;
    }

    .responsive-banner-description-head {
        font-size: clamp(0.8rem, 2vw, 1.5rem);
        margin-bottom: 12px;
    }

    .responsive-banner-subtitle {
        font-size: clamp(0.8rem, 2vw, 1.5rem);
    }

    element.style {
    }

    @media (max-width: 480px) {
        .responsive-banner-btn, .responsive-banner-btn-secondary {
            width: 101px;
            margin: auto;
            font-size: 0.7rem;
        }
    }
}


/*Carousel All*/

@media(max-width:1399px) {
    .swiper-slide {
        width: 300px !important;
    }
}

@media(max-width:768px) {
    .swiper-slide {
        width: 210px !important;
    }
}

@media(max-width:480px) {
    .swiper-slide {
        width: 150px !important;
    }
}
/*testimonials sections*/
div #testimonials-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding-top: 61px;
    height: 600px;
    text-align: center;
}

#testimonials-section .container {
    background-color: #fff;
    color: #000;
    margin: 0;
    height: 94%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
}

.testimonial-wrapper {
    position: relative;
    overflow: hidden;
    height: 85vh;
}

.slideshow {
    width: 70rem;
    height: 593px;
    overflow: hidden;
}

blockquote {
    width: 100%;
    box-sizing: border-box;
    padding: 1em 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 40px; */
    margin-bottom: 32px;
}



@media(max-width:1024px) {
    blockquote p {
        font-size: 38px;
    }
}

@media(max-width:768px) {
    blockquote p {
        font-size: 28px;
    }

    .slideshow-nav {
        display: none;
    }
}

@media(max-width:768px) {
    blockquote p {
        font-size: 28px;
    }

    .slideshow-nav {
        display: none;
    }

    div#testimonials-section {
        height: 365px;
    }

    .review-card .user-review-text {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }

    .detail-container {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f7f7f7;
        color: #333;
        width: 100%;
        margin: 20px auto;
        background-color: #fff;
        margin-top: 0px;
        padding: 90px 213px;
    }
}


@media(max-width:480px) {
    blockquote p {
        font-size: 22px;
    }
}

/*Smoke image repsonsive css*/

.smoke-img-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    margin-top: 2rem;
}

#smoke-img {
    width: 100%;
    height: auto;
    display: block;
}

/* New wrapper for text */
.smoke-text-wrapper {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0.9;
}

    .smoke-text-wrapper:hover {
        transform: translateX(-50%) scale(1.05);
        opacity: 1;
    }

#smoke-img {
    height: 40vh;
}

.smoke-img-h2, .smoke-img-p {
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 9.7);
    margin: 5px 0;
}

.smoke-img-h2 {
    font-size: 2.4rem;
    font-weight: bold;
}

.smoke-img-p {
    font-size: 1.6rem;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .smoke-text-wrapper {
        top: 15%;
        width: 80%;
    }

    .smoke-img-h2 {
        font-size: 5vw;
    }

    .smoke-img-p {
        font-size: 4vw;
    }

    #smoke-img {
        height: 32vh;
    }
}

@media screen and (max-width: 480px) {

    #smoke-img {
        height: 25vh;
    }
}


/*details container Responsive css code*/

.detail-container {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0rem;
    background-color: #f7f7f7bf;
    color: #333;
    width: 100%;
    margin: 20px auto;
    margin-top: 0px;
    border-radius: 10px;
}

.main-image {
    width: 60%;
    height: auto;
    border-radius: 8px;
}

@media(max-width:768px) {
    button.decrement, button.increment, button.add-to-cart, button.buy-now {
        padding: 0rem;
    }
}

@media(max-width:480px) {
    button.decrement, button.increment, button.add-to-cart, button.buy-now {
        padding: 0rem;
    }

    .actions {
        margin-top: 0px;
    }
}

/*Index page Banner-container*/

.more-reasons-banner {
    margin: 0.5rem 0rem;
    background: #F8F8F8;
    padding: 0.1rem 2rem;
}

.single-banner-container {
    display: flex;
    align-items: center;
    padding: 0rem 2rem 0rem 2rem;
}

.left-box p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    font-size: 1.1rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1.8;
    font-weight: 700;
    text-align: justify;
    /* font-family: 'Benzin', sans-serif; */
}

.right-box {
    width: 41%;
}

.left-box {
    padding: 1rem 0rem 0rem 0rem;
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .left-box h2 {
        width: 80%;
        color: #000000c9;
        font-size: 2rem;
        text-align: left;
        font-family: 'Benzin', sans-serif;
    }

.right-box img {
    width: 100%;
}

.left-box button {
    width: 39%;
    margin: auto;
    background-color: #5A8939;
    padding: 0.5rem 1.4rem;
    border: none;
    font-weight: normal;
    border-radius: 5px;
    font-size: 1.2rem;
}

    .left-box button a {
        color: white;
        text-decoration: none;
    }

@media (max-width:1024px) {
    .single-banner-container {
        flex-wrap: wrap;
    }

    .left-box {
        width: 100%;
    }

    .right-box {
        width: 100%;
    }

    .left-box button {
        margin: auto;
    }
}

/*Buttons css*/

.brand-card {
    border-left: #4a2c82 !important;
}

.swiper-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:768px) {

    a.btn.btn-primary.me-2 {
        width: fit-content;
    }

    button.swiper-next.product-carousel-next.btn.btn-yellow {
        padding: 1rem;
    }

    .thumbnail-images {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .section-header .section-title {
        font-size: 2rem;
        font-weight: 600;
        color: #000000;
        margin: 0;
        letter-spacing: 1px;
    }

    a.btn.btn-primary {
        width: fit-content;
    }
}

@media(max-width:768px) {

    .footer-content-seo-container h1 {
        font-size: 2rem !important;
    }

    .hero-buttons {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .hero-title {
        font-size: 26px;
        font-weight: bold;
        display: flex;
        padding-left: 15rem;
    }

    .hero-section {
        padding: 1rem;
    }

    .single-banner-container {
        display: flex;
        align-items: center;
        background-color: #F8F8F8;
        padding: 0rem;
    }
}

@media(max-width:480px) {

    .d-flex.align-items-center.responsive-category {
        justify-content: flex-start;
    }

    h2.section-title.responsive-category {
        text-align: left;
    }

    h2.section-title {
        width: 50%;
        font-size: 1.5rem !important;
        text-align: left;
    }


    .hero-title {
        font-size: 1rem;
        font-weight: 500;
        display: flex;
        padding-left: 56px;
        color: #ffffff63;
    }

    .hero-buttons {
        margin-top: 0px;
    }

    .hero-subtitle {
        font-size: 0.8rem !important;
        display: flex !important;
        padding-left: 1.5rem !important;
        color: #ffffff6b !important;
    }

    .hero-btn {
        padding: 7px 9px;
        background-color: #0b4b30;
        color: white;
        text-decoration: none;
        font-size: 18px !important;
        border-radius: 5px;
        /* width: 240px; */
        font-size: 20px;
    }

    .hero-buttons {
        margin-top: 20px;
        display: flex;
        padding-left: 8rem;
    }

    .hero-btn {
        padding: 2px 13px;
        background-color: #ffffff29 !important;
        color: white;
        text-decoration: none;
        border: 1px solid #fff;
        border-radius: 13px;
        width: fit-content;
    }

    a.hero-btn {
        font-size: 1rem !important;
    }

    .tab-content p {
        font-size: 16px;
    }

    .hero-video-wrapper {
        position: relative;
        width: 100%;
        height: 35vh;
        overflow: hidden;
    }

    .product-images {
        /* flex: none; */
        padding: 0rem 1rem;
        padding: 0rem 1rem;
        /* flex: none; */
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product-item {
        margin: 0 !important;
    }

    section.overflow-hidden {
        padding: 0.5rem !important;
    }

    .gap-2 .orignal-price {
        font-size: 0.8rem !important;
    }

    span.text-dark.fw-semibold.custom-bold {
        font-size: 1rem !important;
    }

    .hero-content {
        top: 70% !important;
    }

    .product-detail {
        padding: 0rem 0rem;
    }

    /*    .swiper-wrapper .custom-slide {
         margin-right: 55px !important; 
    }*/

    div#swiper-wrapper-27f725ea563dfb510 {
        display: flex !important;
        justify-content: center !important;
        width: 33% !important;
    }
}

/*Single progress banner*/

/* Slider Container */
.banner-progress-slider .slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0px 0;
}

/* Custom Slider */
.banner-progress-slider .custom-slider-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    white-space: nowrap;
    cursor: pointer;
    padding-bottom: 10px;
}

    .banner-progress-slider .custom-slider-container::-webkit-scrollbar {
        display: none;
    }

/* Slides */
.banner-progress-slider .respo-slides {
    min-width: 150px;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .banner-progress-slider .respo-slides img {
        width: 100vw;
        height: auto;
        max-height: 214px;
        object-fit: cover;
    }

/* Bubble Navigation */
.bubble-navigation {
    text-align: center;
    padding: 10px 0;
}

.bubble {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .bubble.active {
        background-color: #000;
    }


section.banner-progress-slider {
    display: none;
}


.single-banner-cont-title {
    color: #000000de;
    /* margin-top: 25px; */
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
}

@media(max-width:1024px) {
    .hero-video-wrapper {
        height: 70vh;
    }
}

@media (min-width: 768px) and (max-width: 995px) {
    /* Your CSS styles here */
    /*   #latest-blog .col-md-4 {
        width: 50%;
    }*/
}

@media(max-width:768px) {
    .tab-content {
        margin-top: 0px;
    }

    .hero-subtitle {
        font-size: 17px;
        display: flex;
        padding-left: 13rem;
    }

    .hero-btn {
        padding: 4px 15px;
        background-color: #0b4b30;
        color: white;
        text-decoration: none;
        font-size: 18px;
        border-radius: 5px;
        width: fit-content;
        font-size: 20px;
    }

    .col-md-12.banner-container {
        display: none;
    }

    section.banner-progress-slider {
        display: block;
    }

    /*        .swiper-buttons, .responsive-category-swiper .swiper-buttons {
            display: none;
        }*/

    .single-banner-container {
        margin: 20px 0;
    }

    .single-banner-cont-title {
        margin-top: 25px;
        font-size: 1.8rem;
        justify-content: center;
        padding: 0rem;
        padding-left: 1rem;
    }

    h2.section-title {
        margin-left: 0px !important;
    }

    .section-header {
        margin-bottom: 0rem;
    }

    .hero-video-wrapper {
        height: 60vh;
    }
}

@media(max-width:480px) {
    .hero-video-wrapper {
        height: 45vh;
    }

    .rounded-circle {
        border-radius: 0 !important;
        height: 100px;
    }

    /*        .category-title {
            margin-left: 0px;
        }
*/
    /*        .category-title {
            color: black;
            font-size: 13px !important;
            font-weight: 500;
        }*/

    .swiper-wrapper .custom-slide {
        width: 115.75px !important;
        margin-right: 0px !important;
        height: 160px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-header {
        flex-direction: row;
        text-align: center;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .responsive-banner-btn, .responsive-banner-btn-secondary {
        width: 90px;
        margin: auto;
        padding: 2px 0px;
    }

    .section-header .btn-primary {
        font-size: 11px;
    }

    .bubble-navigation {
        padding: 0 0;
    }

    .bubble {
        width: 9px;
        height: 9px;
    }

    .banner-progress-slider .custom-slider-container {
        padding-bottom: 0px;
    }

    .single-banner-cont-title {
        margin-top: 15px;
        font-size: 1.5rem;
        justify-content: flex-start;
        padding: 0rem;
        padding-left: 1rem;
    }
}


button.now-buy {
    color: white;
    padding: 0.5rem;
    width: fit-content;
    border: none;
    padding: 0.8rem;
    border-radius: 0.5rem;
    background-color: #0B4B30;
}

button.cart-btns {
    font-weight: bold;
    color: #D40E54;
    padding: 0.5rem;
    width: fit-content;
    border: 1px solid #D40E54;
    padding: 0.8rem;
    border-radius: 0.5rem;
    background-color: white;
}



/*order details pop up*/

#orderPopupModal {
    display: none;
    background: rgba(0, 0, 0, 0.5); /* Adds a dark overlay */
}

    #orderPopupModal .custom-modal-wrapper {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 100%;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
        animation: fadeInUp 0.3s ease-in-out;
    }

    #orderPopupModal .custom-modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #0b4b30;
        padding-bottom: 10px;
    }

    #orderPopupModal .custom-modal-title {
        font-size: 22px;
        font-weight: bold;
        color: #0b4b30;
    }

    #orderPopupModal .close {
        background: none;
        border: none;
        font-size: 22px;
        color: #0b4b30;
        cursor: pointer;
        transition: 0.3s;
    }

span.fw-bold.text-danger {
    color: #0b4b30 !important;
}

#orderPopupModal .close:hover {
    color: #a00c40;
    transform: scale(1.1);
}

#orderPopupModal .custom-modal-body {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

#orderPopupModal .custom-order-table-container-long-class-name {
    margin-top: 15px;
}

#orderPopupModal .custom-order-table-long-class-name {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

    #orderPopupModal .custom-order-table-long-class-name th {
        background-color: #0b4b30;
        color: white;
        padding: 12px;
        text-transform: uppercase;
    }

td.text-center.text-danger.fw-bold {
    color: #0b4b30 !important;
}

#orderPopupModal .custom-order-table-long-class-name td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

#orderPopupModal .custom-order-table-long-class-name tr:nth-child(even) {
    background: #f9f9f9;
}

#orderPopupModal .custom-product-image-class-long {
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

    #orderPopupModal .custom-product-image-class-long:hover {
        transform: scale(1.1);
    }

#orderPopupModal .custom-no-order-details-long-class-name {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    background: #ffeeba;
    color: #856404;
    border-radius: 5px;
    text-align: center;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-order-card-header-long-class-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-order-card-details-long-class-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.swiper-next.category-carousel-next.btn.btn-yellow.responsive-category {
    /* border: 1px solid; */
    text-align: end;
    width: 50%;
}

button.swiper-prev.category-carousel-prev.btn.btn-yellow.responsive-category.swiper-button-disabled {
    text-align: left !important;
    width: 50%;
}

section.py-3.overflow-hidden.responsive-category-swiper.responsive-category {
    background: #F2F4F3;
    border-radius: 8px;
    margin: 1.5rem 0rem;
}


button.swiper-prev.product-carousel-prev, button.swiper-next.product-carousel-next {
    border: none;
}

h2.fs-6.fw-normal {
    margin-bottom: 0px;
}

.button-area.p-3.pt-0 {
    padding: 0rem !important;
}

.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-buttons {
    right: 0%;
    position: absolute;
    /* left: 9%; */
    top: 50%;
    z-index: 100;
    /* gap: 10px; */
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

button.swiper-prev.product-carousel-prev, button.swiper-next.product-carousel-next {
    background: none;
}

a.btn.me-2, a.btn {
    font-size: 1.3rem;
    color: #0b4b30;
    padding: 0px;
}


    a.btn.rounded-1.p-2.fs-7.btn-cart {
        color: white;
    }

section.py-3.overflow-hidden {
    margin-top: 2rem;
}

.swiper-wrapper {
    display: flex;
    margin-bottom: 2rem;
}

section.overflow-hidden {
    background: #8080800f;
    border-radius: 5px;
    padding: 1rem;
}

/*@media(max-width:768px) {
    .responsive-category-swiper .swiper-buttons {
        display:none;
    }
}*/


/*New Banner with Grid*/

.new-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 80%;
    margin: auto;
    max-width: 100% !important;
    /* margin: auto; */
}

.new-grids-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}


    .new-grids-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
    }

        .new-grids-item img:hover {
            transform: scale(1.1);
        }

.discount-label {
    width: 41%;
    height: 5rem;
    font-size: 1.5em;
    text-align: center;
    border-bottom-right-radius: 1rem !important;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    background-color: #ff000091;
    color: white;
    padding: 10px 6px;
    font-weight: bold;
}

@media(min-width:1400px) {
    .discount-label {
        padding: 26px 12px !important;
    }
}

.new-grid-text-box {
    position: absolute;
    bottom: 0;
    background: rgba(0, 128, 0, 0.8);
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}




/*First-Banner_css*/


a.support-class, a.location-checkout {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

    a.location-checkout:hover {
        color: #0b4b30;
        font-weight: 600;
    }


    a.support-class:hover {
        color: #0b4b30;
        font-weight: 600;
    }

/* Scoped Swiper styles to prevent conflicts */
.first-banner {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.5rem 0rem 1.5rem 0rem;
}



.feature {
    border-right: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    max-width: 100%;
    width: 300px;
    height: 100px;
    text-align: left;
}

    .feature:nth-child(4) {
        border-right: none;
    }

    .feature i {
        font-size: 3rem;
        color: #0b4b30;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
    }

.feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.br-strong {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.br-cont {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Volte', sans-serif;
    color: black;
    font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 1400px) {

    .first-banner {
        padding: 1.5rem;
        gap: 1rem;
        justify-content: space-between;
    }
}

@media(max-width:1024px) {
    /*    .first-banner {
        flex-direction: column;
        padding: 1rem;
        gap: 0rem;
        justify-content: center;
    }*/
    .first-banner {
        padding: 1rem;
        gap: 0.5rem;
        justify-content: space-between;
    }

    .feature svg {
        height: 32px;
        width: 32px;
    }

    .feature {
        gap: 8px;
        height: 60px;
    }

        .feature .br-strong {
            font-size: 14px;
        }

        .feature .br-cont {
            font-size: 12px;
        }

    section.py-3.overflow-hidden.responsive-category-swiper.responsive-category {
        margin: 0.2rem 0rem;
    }
}

@media (max-width: 768px) {
    .feature {
        gap: 0px;
        height: 100%;
        flex-direction: column;
    }

        .feature .br-strong {
            font-size: 12px;
            text-align: center;
        }

        .feature svg {
            height: 26px;
            width: 26px;
        }

        .feature i {
            font-size: 1.5rem;
        }

        .feature .br-cont {
            font-size: 10px;
            text-align: center;
        }

    .first-banner {
        padding: 10px 0;
    }
}

@media(max-width:480px) {
    .first-banner {
        padding: 1px 0 10px 0;
        flex-direction: column;
    }

    .feature {
        padding: 0.3rem 1.5rem;
        gap: 1rem;
        width: 100%;
        border-right: none;
        border-top: 1px solid;
        flex-direction: row;
    }

        .feature svg {
            height: 45px;
            width: 45px;
        }

        .feature .br-strong {
            font-size: 14px;
            text-align: left;
        }

        .feature .br-cont {
            font-size: 12px;
            text-align: left;
        }

        .feature:nth-child(4) {
            border-bottom: 1px solid;
        }
}


/*Popup Box age*/
/* Full-Screen Overlay */

.age-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


/*.offer-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:0;
    transition: top 0.6s ease-in-out, opacity 0.6s ease-in-out;
    z-index: 9999;
}

    .offer-popup-container.show {
   
        opacity: 1;
    }*/

/* Popup Box */


.offer-10-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    font-family: 'Arial', sans-serif;
}

.offer-popup-container {
    width: 70%;
    height: 584px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 50%, #ffffff 100%);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    animation: fadeIn 0.5s;
}

    .offer-popup-container .offer-product-image {
        width: 45%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

        .offer-popup-container .offer-product-image img {
            max-width: 100%;
            max-height: 385px;
            object-fit: contain;
            transition: transform 0.3s;
            border-radius: 8px;
        }

            .offer-popup-container .offer-product-image img:hover {
                transform: scale(1.05);
            }

    .offer-popup-container .offer-content-area {
        text-align: center;
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
        position: relative;
    }

    .offer-popup-container .offer-close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #888;
    }

    .offer-popup-container h2 {
        color: #333;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .offer-popup-container p {
        color: #666;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .offer-popup-container .offer-popup-tag {
        background: linear-gradient(to right, #33b0a1, #0b4b30);
        color: white;
        width: 80%;
        text-align: center;
        padding: 8px 15px;
        border-radius: 20px;
        display: inline-block;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 18px;
    }



    .offer-popup-container .offer-email-input {
        width: 80%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 15px;
        font-size: 14px;
        transition: border 0.3s;
    }

        .offer-popup-container .offer-email-input:focus {
            border-color: #ff9500;
            outline: none;
        }

    .offer-popup-container .offer-cta-button {
        width: 86%;
        padding: 14px;
        background: linear-gradient(to right, #33b0a1, #0b4b30);
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
    }

        .offer-popup-container .offer-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 94, 0, 0.3);
        }

    .offer-popup-container .small-text {
        font-size: 12px;
        color: #000000c7;
        margin-top: 15px;
        text-align: center;
    }

    .offer-popup-container .offer10 {
        text-align: center;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


@media(max-width:768px) {
    .offer-popup-container {
        width: 95%;
        height: 50%;
    }

        .offer-popup-container .offer-content-area {
            padding: 15px;
        }

            .offer-popup-container .offer-content-area h2 {
                font-size: 15px;
                margin: 0px;
            }

            .offer-popup-container .offer-content-area p {
                margin: 8px;
            }

        .offer-popup-container .offer-popup-tag {
            margin-bottom: 10px;
            padding: 5px 10px;
            font-size: 14px;
        }

        .offer-popup-container .offer-cta-button {
            font-size: 14px;
            width: 75%;
            padding: 5px;
        }
}

@media(max-width:480px) {
    .offer-popup-container {
        width: 98%;
    }

        .offer-popup-container .offer-content-area p {
            line-height: 1.2;
        }

        .offer-popup-container .small-text {
            font-size: 11px;
        }

        .offer-popup-container .offer-content-area p {
            font-size: 11px;
            margin: 6px;
        }

        .offer-popup-container .offer-content-area h2 {
            font-size: 11px;
            color: black;
        }

        .offer-popup-container .offer-cta-button {
            font-size: 12px;
            width: 100%;
            padding: 5px 0px;
        }

        .offer-popup-container .offer-popup-tag {
            margin-bottom: 10px;
            padding: 5px 0px;
            font-size: 12px;
            width: 98%;
        }

        .offer-popup-container .offer-email-input {
            width: 95%;
            padding: 6px 0px 6px 6px;
            font-size: 14px;
        }
}


.popup {
    color: #f5deae;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
    width: 350px;
    position: relative;
}

    .popup h2 {
        margin: 0 0 10px;
        font-size: 35px;
        font-weight: 600;
        color: white;
    }

    .popup p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        color: white;
    }

    .popup button {
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        margin: 5px;
    }

    .popup .confirm {
        background-color: #eba105;
        color: white;
    }

    .popup .cancel {
        background-color: #676767;
        color: white;
    }

    .popup .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #f5deae;
    }

/* Prevent scrolling when popup is open */
body.no-scroll {
    overflow: hidden;
}


.close-btn i.fas.fa-times {
    color: black;
    font-size: 18px;
}

#agePopup {
    display: none; /* Hide popup initially */
    position: fixed; /* Ensure it's properly positioned */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.pokemon-swiper {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}






    .pokemon-swiper .swiper {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0px;
    }

.image-slide-category {
    height: 218px;
}

.pokemon-swiper .swiper-slide {
    position: relative;
    width: 290px;
    height: 312px;
    transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
    border-radius: 15px;
    background: linear-gradient(to right, #fbc2eb, #a6c1ee);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pokemon-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.pokemon-swiper .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.pokemon-swiper .swiper-slide-active {
    filter: none;
}

.pokemon-swiper .swiper-pagination-bullet-active {
    background-color: #c31432 !important;
}

.pokemon-swiper .swiper-button-prev,
.pokemon-swiper .swiper-button-next {
    top: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border: 3px solid #240b36;
    border-radius: 50%;
    color: #c31432;
    font-weight: 700;
}

.pokemon-swiper .info h4,
.pokemon-swiper .info span {
    color: white;
    font-size: 1.2rem;
}

.pokemon-swiper .swiper-button-prev,
.pokemon-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #00000069 !important;
    border: none;
    border-radius: 50%;
    color: white !important;
    font-weight: bold;
    font-size: 20px; /* Decrease arrow size */
    line-height: 20px; /* Ensure proper alignment */
}

    .pokemon-swiper .swiper-button-prev::after,
    .pokemon-swiper .swiper-button-next::after {
        font-size: 20px !important; /* Reduce arrow size */
    }


@media (max-width: 480px) {
    .pokemon-swiper .swiper-button-prev,
    .pokemon-swiper .swiper-button-next {
        width: 25px;
        height: 25px;
    }

    .pokemon-swiper .swiper-slide {
        height: 180px;
    }

    .pokemon-swiper .info {
        padding: 15px 8px;
    }

    .pokemon-swiper .swiper-slide img {
        height: 120px;
    }

    .image-slide-category {
        height: 170px;
    }

    .pokemon-swiper .swiper-button-prev::after,
    .pokemon-swiper .swiper-button-next::after {
        font-size: 12px !important; /* Reduce arrow size */
    }
}


/*    New Blog Page*/

.new-blog-section h6 {
    color: #d71e5f;
    text-align: center;
}

.new-blog-section {
    background: #F7F7F7;
}

    .new-blog-section h2 {
        font-size: 28px;
        margin-bottom: 20px;
        font-family: serif;
    }

.new-blog-container {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    gap: 20px;
}

.blog-card-new {
    background: #F7F7F7;
    overflow: hidden;
    text-align: left;
}

    .blog-card-new img {
        width: 100%;
        height: 325px;
        object-fit: cover;
    }



.blog-card-new-parent:first-child .date {
    font-size: 15px;
    position: relative;
    top: 8%;
    left: 7%;
    background: #0b4b30;
    color: white;
    padding: 9px;
    font-weight: 600;
    text-align: center;
    width: 80px;
    height: 87px;
    text-transform: uppercase
}

.blog-card-new-parent .date {
    font-size: 15px;
    position: relative;
    top: 8%;
    left: 7%;
    background: white;
    color: #6A6A6A;
    padding: 12px;
    font-weight: 600;
    text-align: center;
    width: 80px;
    height: 87px;
    text-transform: uppercase;
}


.blog-card-new-parent:first-child .date span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.blog-card-new-parent .date span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: black;
}

.blog-card-new .content {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: baseline;
    gap: 6px;
}

.blog-card-new .tag {
    text-transform: uppercase;
    width: 30%;
    display: block;
    color: #0b4b30;
    text-align: center;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #0b4b30;
}

/* Styling the tag inside the first blog card */
.blog-card-new-parent:first-child .tag {
    text-transform: uppercase;
    background: #0b4b30;
    color: white;
    border: none;
}

.content p {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}

.content a {
    font-size: 0.7rem;
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    background: #0b4b30;
    width: 35%;
    padding: 0.5rem 0;
    border-radius: 1rem;
    text-decoration: none;
}

.blog-card-new-parent {
    transition: transform 0.3s ease-in-out;
}

    .blog-card-new-parent:hover {
        transform: scale(1.05);
    }

.content a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .blog-card-new-parent {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .blog-card-new img {
        object-fit: contain;
    }

    .blog-card-new img {
        height: 140px;
    }

    .content a {
        width: 48%;
    }

    .blog-card-new .tag {
        width: 43%;
    }

    .blog-card-new .tag {
        width: 50%;
    }
    /*SignUp From*/

    .step1, .additional-fields {
        width: 85%;
    }
}



/*/Responsive Faq/*/

.faq-button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.faq-content {
    width: 52%;
}


.accordion-h span {
    font-size: 2rem;
}


.accordion-h {
    margin-bottom: 1rem;
}

.faq-head span {
    font-size: 2rem;
    margin-bottom: 1rem;
}

@media (max-width:768px) {
    .accordion-h span, .faq-head span {
        font-size: 1.7rem;
    }

    .faq-content {
        width: 90%;
    }
}


@media (max-width:480px) {

    .accordion-h span, .faq-head span {
        font-size: 1.4rem;
    }

    .accordion-title {
        font-size: 1rem;
        text-align: left
    }



    .faq-title {
        font-size: 85px;
    }

    .faq-title-section {
        padding: 16px 0;
    }

    .faq-banner-section {
        width: 100%;
        height: 100%;
    }

    .faq-head span {
        text-align: center;
        margin-bottom: 1rem;
    }

    button.faq-nav-item {
        width: 85%;
        padding: 5px;
        font-size: 17px;
    }
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    font-family: Arial, sans-serif;
    color: #333;
    padding: 1rem 0rem;
}


/*label section CSS*/

.lab-section {
    height: 60vh;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
}



.lab-result-content span {
    font-size: 3.5rem;
}

.lab-result-content p {
    font-size: 1.8rem;
}

.lab-result-content {
    height: 100%;
    position: absolute;
    top: 12%;
    left: 2%;
    color: #494545;
    font-weight: bold;
}

.lav-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    gap: 1rem;
    font-weight: bold;
}

    .lav-content p {
        font-size: 1.2rem;
        width: 80%;
        text-align: center;
        color: #555555;
        line-height: 1.5;
    }

    .lav-content span {
        font-size: 2.5rem;
        color: #333333;
        text-align: center;
    }


/* Base styles for the section */
.lab-tested-products-section {
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}

    .lab-tested-products-section h2 {
        font-size: 43px;
        margin-bottom: 30px;
        font-family: 'Arial', sans-serif;
        color: #333;
        font-weight: bold;
    }

/* Container styling */
.lab-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.lab-pro-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.lab-products {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Row and column styles */
.lab-row {
    display: flex;
    gap: 1.5rem;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.lab-display {
    width: calc(33.33% - 1.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    /* Column hover effect */
    .lab-display:hover {
        transform: scale(1.1);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    }

    /* Image styling */
    .lab-display a img {
        width: 17rem;
        height: auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .lab-display span:nth-child(2) {
        color: #1D1D1D;
    }
    /* Text styles inside columns */
    .lab-display span {
        font-size: 1.2rem
    }

    .lab-display div {
        width: fit-content;
        margin: auto;
        font-weight: bold;
        display: flex;
        gap: 0.6rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* Links styling */
    .lab-display a {
        text-decoration: none;
        color: black;
    }

/* Responsive design */
@media screen and (max-width: 768px) {
    .lab-row {
        justify-content: center;
    }

    .lab-display {
        width: calc(50% - 1.5rem);
    }

    .lab-section {
        height: 45vh;
    }
}


#signUpForm input,
#signUpForm textarea {
    border: 2px solid #ccc;
    width: 85%;
    outline: none;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 16px;
    resize: none; /* Prevent textarea from resizing */
}

    /* Focus effect */
    #signUpForm input:focus,
    #signUpForm textarea:focus {
        border-color: #007bff; /* Blue border on focus */
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.5); /* Glow effect */
    }

    /* When input is invalid, show red border */
    #signUpForm input:invalid,
    #signUpForm textarea:invalid {
        border: 2px solid #ef6c79f7;
        background-color: #f8d7da42;
    }

    /* Placeholder styling */
    #signUpForm input::placeholder,
    #signUpForm textarea::placeholder {
        color: #888;
        font-style: italic;
    }

    /* Animated shake effect for invalid input */
    #signUpForm input:invalid:focus,
    #signUpForm textarea:invalid:focus {
        animation: shake 0.3s ease-in-out;
    }

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
    }
}



/*Contact use Page Responsive Css*/





.connect-banner-section {
    height: 400px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.connect-banner-content {
    max-width: 600px;
    margin: auto;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.connect-banner-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
    margin-left: 1px;
}

.connect-banner-subtitle {
    width: 80%;
    font-size: 1rem;
    margin: auto;
    margin-bottom: 20px;
}

.contact-slider__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: center;
    padding-left: 0;
}

.contact_field_div h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-cardinfo {
    /* padding: 20px; */
    text-align: center;
}

.contact-card {
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #f2f4f3;
    padding: 1rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1rem;
}

.contact-container {
    padding: 20px;
    margin-top: 46px;
    max-width: 1574px;
    margin: 0 auto;
}


.contact-card__media img {
    width: 25%;
    margin: auto;
    height: auto;
    display: block;
    border-radius: 50%;
    margin-top: 33px;
}

.contact-card__rte p {
    padding: 6px;
    font-size: 17px;
    color: #343232;
    margin-bottom: 20px;
    height: 110px;
    text-align: center;
}

.contact-card__title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    height: 54px;
    justify-content: center;
}


@media(max-width:1192px) {

    .contact_form_row {
        width: 90%;
        margin: 1rem auto;
    }

    .contact_info_section {
        padding: 40px 40px 40px 40px !important;
    }

    .contact_us_section {
        background-color: #f1f1f1;
        padding: 41px 0px;
    }

    .contact_info_section {
        width: 100%;
        border-radius: 25px 0 0 0px;
    }

    .contact_inner_div {
        padding-top: 0rem;
        padding-left: 0rem;
    }
}

@media(max-width:768px) {
    .connect-banner-content {
        padding: 0px;
    }

    .contact-card {
        padding: 1rem;
    }
}

@media(max-width:480px) {



    .offset-md-1.contact_col {
        width: 90%;
        margin: auto;
    }

    .connect-banner-section {
        height: 175px;
    }

    .connect-banner-buttons a {
        width: fit-content;
        font-size: 12px;
        margin-top: 0px;
        padding: 0px 10px;
    }

    .connect-banner-wrapper {
        margin-right: 12rem;
    }

    .connect-banner-subtitle {
        font-size: 0.7rem;
        margin-bottom: 0px;
        font-family: 'poppins-semibold';
        width: 70%;
        margin: 0;
    }

    .connect-banner-title {
        font-size: 1.2rem;
    }

    .contact-cardrte p {
        margin-bottom: 0px;
    }

    .container-shop .row {
        padding: 0;
    }

        .container-shop .row .col-md-4 {
            width: 50%;
        }

    .shop-item .image-holder img {
        height: 85px;
        transition: transform 0.3s ease;
        justify-content: center;
    }

    .card-body {
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map_section {
        width: 95%;
        margin: auto;
        padding: 12px 0px 0px 0px;
    }

    .map_bind_div {
        margin-top: 20px;
    }

    .text-decoration-none {
        font-size: 12px;
    }

    .card-body p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}





/*view small Products */
.view-container {
    padding: 0 7rem !important;
}

.view-container {
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid black;
}

.view-products-bar {
    margin-bottom: 0.2rem;
}

.view-listing {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 14px;
    color: #666;
}

    .view-listing li {
        margin-right: 10px;
    }

        .view-listing li a {
            text-decoration: none;
            color: #666;
            font-weight: 700;
        }

            .view-listing li a:hover {
                color: #000;
            }

.section-products-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #333;
    margin-bottom: 20px;
    font-family: serif;
    argin-bottom: 2rem;
}

section.view-all-products-section {
    padding: 2rem 4rem;
}

.pagination-view-product {
    text-align: center;
    padding-top: 2rem;
    margin-top: 1rem;
}

.image-container {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Adjust the gap between images */
}

    .image-container img {
        width: 30%; /* Adjust the width of each image */
        height: auto;
        border-radius: 8px; /* Optional: Add rounded corners */
    }

section.image-container {
    padding: 2rem;
}

@media(max-width:480x) {
}



.promo-wrapper {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
}

.promo-main {
    position: relative;
    color: black;
    overflow: hidden;
}

    .promo-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        z-index: -1;
    }

h2.promo-heading {
    text-align: left;
    text-transform: uppercase;
    /* font-weight: 500; */
    font-weight: 100 !important;
}


.promo-heading {
    margin: 0;
    font-size: 24px;
}

.promo-description {
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 5rem;
}

.promo-button {
    display: inline-block;
    background: red;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    width: 9rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

a.promo-button:hover {
    border: 1px solid #ff0000;
    color: #ff0000;
    background: #ffffff;
}


.promo-large {
    width: 886px;
    height: 500px;
}

.promo-small {
    width: 444px;
    height: 500px;
}

.promo-text-deal {
    position: absolute;
    padding: 20px;
    bottom: 35%;
    left: 16%;
    background: rgb(255 255 255 / 0%);
    border-radius: 8px;
    font-family: 'Poppins-Semibold', 'Poppins', sans-serif;
}



/*Logincss */

@media (min-width: 769px) {
    .mobilecontainer {
        display: none !important;
    }
}

@media(max-width:768px) {
    .desktopcontainer {
        display: none;
    }
}

@keyframes shake {
    25%, 75% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }
}

@keyframes show {
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.mobilecontainer .step1,
.mobilecontainer .additional-fields {
    width: 85%;
}

.mobilecontainer input,
.mobilecontainer textarea {
    border: 2px solid #ccc;
    width: 85%;
    outline: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 16px;
    resize: none;
    background-color: #eee;
    margin: 8px 0;
}

    .mobilecontainer input:focus,
    .mobilecontainer textarea:focus {
        border-color: #007bff;
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
    }

    .mobilecontainer input:invalid,
    .mobilecontainer textarea:invalid {
        border: 2px solid #ef6c79f7;
        background-color: #f8d7da42;
        animation: shake 0.3s ease-in-out;
    }



    .mobilecontainer input::placeholder,
    .mobilecontainer textarea::placeholder {
        color: #888;
        font-style: italic;
    }

.mobilecontainer h1 {
    color: #24C6DC;
    font-weight: bold;
    margin: 0;
}

.mobilecontainer p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

.mobilecontainer a {
    color: #514A9D;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.mobilecontainer button {
    border-radius: 20px;
    border: 1px solid #ff4b2b;
    background-color: #ff4b2b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

    .mobilecontainer button:active {
        transform: scale(0.95);
    }

    .mobilecontainer button:focus {
        outline: none;
    }

    .mobilecontainer button.ghost {
        background-color: transparent;
        border-color: #fff;
    }

.mobilecontainer form {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 50px;
    height: 100%;
    text-align: center;
}




.mobilecontainer .moverlay-mobilecontainer {
    position: static;
    top: 0;
    left: 50%;
    width: 100%;
    height: 40vh;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}



.mobilecontainer .moverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #fff;
    position: relative;
    left: 0;
    height: 100%;
    width: 100%;
    transform: none;
    transition: all 0.5s ease-in-out;
}





.mobilecontainer .moverlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0px;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}


    .mobilecontainer .moverlay-panel h1 {
        color: white;
    }


.mobilecontainer {
    display: flex;
    gap: 1rem;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    transition: all 0.5s ease-in-out;
}



    .mobilecontainer .social-mobilecontainer {
        margin: 20px 0;
    }


        .mobilecontainer .social-mobilecontainer a {
            border: 1px solid #ddd;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin: 0 5px;
            height: 40px;
            width: 40px;
            color: #000;
        }


/* Initial State: Show Sign In form and moverlay-right */
.sign-in-mobilecontainer {
    display: block;
}

.sign-up-mobilecontainer {
    display: none;
}

.moverlay-left {
    opacity: 0;
    visibility: hidden;
}

.moverlay-right {
    opacity: 1;
    visibility: visible;
}

/* When right-panel-active is applied, switch overlays and forms */
.mobilecontainer.right-panel-active .sign-in-mobilecontainer {
    display: none;
}

.mobilecontainer.right-panel-active .sign-up-mobilecontainer {
    display: block;
}

.mobilecontainer.right-panel-active .moverlay-left {
    opacity: 1;
    visibility: visible;
}

.mobilecontainer.right-panel-active .moverlay-right {
    opacity: 0;
    visibility: hidden;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');


.desktopcontainer .step1,
.desktopcontainer .additional-fields {
    width: 85%;
}

.desktopcontainer input {
    border: 2px solid #ccc;
    width: 85%;
    outline: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 9px;
    font-size: 16px;
    resize: none;
    background-color: #eee;
    margin: 8px 0;
    height: 100%;
    overflow: hidden;
}

.desktopcontainer textarea {
    border: 2px solid #ccc;
    width: 85%;
    outline: none;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0 9px;
    font-size: 16px;
    resize: none;
    background-color: #eee;
    margin: 8px 0;
    height: 100%;
    overflow: hidden;
}

    .desktopcontainer input:focus,
    .desktopcontainer textarea:focus {
        border-color: #007bff;
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
    }

    .desktopcontainer input:invalid,
    .desktopcontainer textarea:invalid {
        border: 2px solid #ef6c79f7;
        background-color: #f8d7da42;
        animation: shake 0.3s ease-in-out;
    }

@keyframes shake {

    25%, 75% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }
}

.desktopcontainer input::placeholder,
.desktopcontainer textarea::placeholder {
    color: #888;
    font-style: italic;
}

.desktopcontainer h1 {
    font-weight: bold;
    margin: 0;
}

.desktopcontainer h2 {
    text-align: center;
}

.desktopcontainer p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

.desktopcontainer span {
    font-size: 12px;
}

.desktopcontainer a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.desktopcontainer button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

    .desktopcontainer button:active {
        transform: scale(0.95);
    }

    .desktopcontainer button:focus {
        outline: none;
    }

    .desktopcontainer button.ghost {
        background-color: transparent;
        border-color: #FFFFFF;
    }

.desktopcontainer form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    text-align: center;
}

.desktopcontainer input {
    background-color: #eee;
    border: none;
    /*    padding: 12px 15px;*/
    margin: 8px 0;
    width: 100%;
}

.desktopcontainer {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 97vw;
    height: 720px;
    margin: auto
}

.form-desktopcontainer {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-desktopcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    width: 50%;
    z-index: 2;
}

.desktopcontainer.right-panel-active .sign-in-desktopcontainer {
    transform: translateX(100%);
}

.sign-up-desktopcontainer {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.desktopcontainer.right-panel-active .sign-up-desktopcontainer {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.desktopoverlay-desktopcontainer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.desktopcontainer.right-panel-active .desktopoverlay-desktopcontainer {
    transform: translateX(-100%);
}

.desktopoverlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.desktopcontainer.right-panel-active .desktopoverlay {
    transform: translateX(50%);
}

.desktopoverlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.desktopoverlay-left {
    transform: translateX(-20%);
}

.desktopcontainer.right-panel-active .desktopoverlay-left {
    transform: translateX(0);
}

.desktopoverlay-right {
    right: 0;
    transform: translateX(0);
}

.desktopcontainer.right-panel-active .desktopoverlay-right {
    transform: translateX(20%);
}

.social-desktopcontainer {
    margin: 20px 0;
}

    .social-desktopcontainer a {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        height: 40px;
        width: 40px;
    }

.pinfolistchild {
    font-size: 1.3rem;
}

    .pinfolistchild a {
        color: #0B4B30;
        font-size: 1.3rem;
        text-decoration: none;
    }

    .pinfolistchild i {
        font-size: 1.5rem;
    }


.product-info-list-parent {
    padding: 0.5rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 9px;
}

@media(max-width:480px) {
    .price {
        margin-bottom: 0px;
    }

    .cart-dropdown {
        top: 86%;
        right: 0%;
        padding: 10px;
    }

    .shopping-cart {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .shopping-cart-header {
        width: 85%;
    }

    .pokemon-swiper .swiper {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .tab-content {
        padding: 0rem 1rem;
    }
}


#customerreview .total-reviewes {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0 6rem;
}

#customerreview .customer-review-container {
    display: flex;
    align-items: center;
}

#customerreview .customer-review-stars {
    font-size: 24px;
    color: gold;
    min-width: 80px; /* Ensures the stars don't shrink */
}

.custome-review-Section {
    width: 60%;
}

i.fa-solid.fa-house {
    color: #000;
}

#customerreview .customer-review-bar {
    flex-grow: 1;
    margin-left: 10px;
    background-color: #f0f0f0;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    min-width: 100px; /* Ensures it has a minimum width */
    position: relative;
}

#customerreview .customer-review-fill {
    height: 100%;
    background-color: gold;
    display: block; /* Ensures it's visible */
    transition: width 0.3s ease-in-out; /* Smooth transition */
}

#customerreview .review-box {
    padding: 0;
    width: 30%;
    text-align: center;
    border-radius: 5px;
    background: none;
    color: #0c0b0bad;
}

#customerreview .rating {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding: 0px 0;
}

    #customerreview .rating .score {
        font-size: 4.5rem;
        font-weight: 700;
    }

    #customerreview .rating .stars {
        font-size: 2rem;
        color: gold;
    }

#customerreview .reviews {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.review-container {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .review-container .review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

        .review-container .review-header h2 {
            margin: 0;
            font-size: 24px;
        }

    .review-container .search-reviews {
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .review-container .review {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: #333;
        display: flex;
        gap: 20px;
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 20px;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

.reting-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #4a6fa5;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.review-container .review:last-child {
    border-bottom: none;
}

.review-container .user-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.review-container .review-details {
    flex-grow: 1;
}

.review-container .review-rating {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 8px;
}

    .review-container .review-rating span {
        color: #ffc107;
        font-size: 20px;
    }

.review-container .review-user {
    font-weight: bold;
    color: #555;
}

.review-container .review-date {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}

.review-container .review-content {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.review-container .verified-buyer {
    color: #28a745;
    font-size: 12px;
    margin-left: 5px;
}


.promo-text {
    position: absolute;
    padding: 20px;
    bottom: 16%;
    left: 18%;
    background: rgb(255 255 255 / 0%);
    border-radius: 8px;
    font-family: 'Poppins-Semibold', 'Poppins', sans-serif;
}

.promo-small-btn {
    position: absolute;
    padding: 20px;
    bottom: 16%;
    left: 18%;
    background: rgb(255 255 255 / 0%);
    border-radius: 8px;
    font-family: 'Poppins-Semibold', 'Poppins', sans-serif;
}

.promo-heading {
    font-size: 20px;
}

.promo-text p:nth-of-type(1) {
    font-size: 33px;
}

.promo-text p:nth-of-type(2) {
    font-size: 72px;
    line-height: 1.1em;
}

/*.promo-text p:nth-of-type(2) {
    font-size: 72px;
    line-height: 1.1em;
}*/

.promo-text p:nth-of-type(3) {
    font-size: 15px;
    line-height: 1.8em;
    font-family: 'Volte', sans-serif;
    width: 20rem;
}

.promo-text-deal p:nth-of-type(1) {
    font-size: 4rem
}

.promo-text-deal p:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.8em;
    text-transform: none;
}

a.view-btn {
    text-decoration: none;
    color: #D40E54;
    background-color: none !important;
}

@media(max-width:1205px) {
    .promo-large, .promo-small {
        width: 100%;
    }

    .promo-wrapper {
        gap: 0rem;
        flex-direction: column;
    }
}

@media(max-width:768px) {
    .promo-text p:nth-of-type(2) {
        font-size: 51px;
    }

    .promo-text {
        left: 7%;
        top: 3%;
    }

        .promo-text p:nth-of-type(1) {
            font-size: 27px;
        }

    .promo-large, .promo-small {
        height: 360px;
    }

    section.check-out-banner {
        display: none;
    }
}

@media(max-width:480px) {

    .pokemon-swiper .info h4 {
        font-size: 0.9rem !important;
    }


    .product-item .button-area .btn-cart {
        gap: 0px !important;
        color: white;
    }

    .category-listing {
        gap: 12px !important;
    }



    .promo-large, .promo-small {
        height: 245px;
    }

    .promo-text p:nth-of-type(1) {
        font-size: 17px;
    }

    .promo-text p:nth-of-type(2) {
        font-size: 28px;
    }

    .promo-heading {
        font-size: 12px;
    }

    .promo-text-deal p:nth-of-type(1) {
        font-size: 2rem
    }

    .promo-text-deal {
        left: 9%;
    }

    .promo-small-btn {
        left: 8%;
    }

    .promo-text {
        top: 0%;
    }

        .promo-text p:nth-of-type(3) {
            font-size: 12px;
            width: auto;
        }

    .payment-section {
        padding: 0px;
    }

    span.label-text {
        font-size: 22px;
        font-weight: 600;
    }

    .creadit-card-last-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .check-out-box-section {
        padding: 10px;
    }


    .section-header .section-title {
        width: fit-content !important;
    }

    h2.section-title {
        font-size: 1rem !important;
    }

    .category-item {
        padding: 5px 6px !important;
        border: 1px solid #0b4b30 !important;
        border-radius: 2px !important;
        font-size: 10.5px !important;
    }

    a.btn.me-2 {
        font-size: 1rem;
    }
}

@media(max-width:1350px) {
    .payment-section, .order-section {
        width: 100% !important;
        max-width: 100%;
    }
}

@media(max-width:540px) {
    .expiry-input-field .input-label {
        height: 50px;
        display: flex;
        align-items: center;
    }
}


.body-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.cart-dropdown {
    padding: 0px 0px 16px 19px;
}

.shop-cart-close-btn-div {
    text-align: right;
}

button#shop-cart-close-btn {
    border: none;
    border-radius: 50%;
    padding: 0.2rem 0.5rem;
    background: none;
}

.shopping-cart {
    padding-right: 1rem;
}

@media(max-width:480px) {
    .table th, .table td {
        font-size: 9px;
    }

    #orderPopupModal .custom-modal-wrapper {
        background: #fff;
        padding: 5px;
    }

    #orderPopupModal .custom-modal-body {
        padding: 20px 10px;
    }

    #orderPopupModal .custom-order-table-long-class-name td {
        padding: 3px;
    }

    .view-btn {
        border: none;
        padding: 0px !important;
        font-size: 13px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 700;
        margin-bottom: 1rem !important;
    }

    i.fa-solid.fa-cart-shopping {
        margin-right: 8px;
    }

    .product-item {
        padding: 20px 6px 6px 8px;
        border: 0.4px solid #efecec;
    }
}


.product-item .button-area .btn-cart {
    color: white;
}


#new-blog-details-parent {
    display: flex;
    align-items: flex-start;
}

.body-info2 .body-description {
    margin-bottom: 0rem;
}

.accordion-button::after {
    display: none !important;
}

#section-blog #body-content * {
    display: none;
}

#section-blog #body-content p:first-of-type, #body-content {
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    color: #555;
    text-align: left;
}

.inf-data, .info-data, .info-date {
    font-size: 0.8rem;
}

.read-btn-blog a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0b4b30;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 17px;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

    .read-btn-blog a:hover {
        border: 1px solid #0b4b30;
        color: #0b4b30;
        background-color: #ffffff;
    }


#recent-blog-up {
    display: block;
}

#recent-blog-down {
    display: none;
}

.accordion-header .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swal2-icon {
    border-color: white !important;
    color: white !important;
}

.swal2-x-mark span {
    background-color: white !important;
}

.swal2-popup {
    background: linear-gradient(to right, #FF4B2B, #FF416C) !important;
}

.swal2-title, .swal2-html-container {
    color: white !important;
}

@media(max-width:992px) {
    .new-blog-detail-container {
        height: 100%;
    }



    .contact-card__title {
        font-size: 18px;
    }

    .custom-sidebar-box {
        display: none;
    }

    .contact-card__rte p {
        width: 80%;
        margin: auto;
        font-size: 15px;
    }

    .contact-card__media img {
        width: 30%;
    }
}

.product-image-box img {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px;
}

@media(min-width:769px) {
    .cart-grid::-webkit-scrollbar {
        display: none;
    }

    .cart-grid {
        height: 100vh;
        overflow: auto;
    }
}

.product-detail-header {
    padding: 1rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

    .product-detail-header span a {
        text-decoration: none;
        color: black;
    }

.sidebar-childiv a, .box-sub a {
    color: black !important;
}

.sub-image-button img {
    width: 80px;
    height: 80px !important;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s;
}

button.addtocart {
    width: 85%;
    height: 100%;
    padding: 1.5rem;
}

.posttext {
    display: flex;
    align-items: center;
}

@media(max-width:1200px) {
    #section-blog .image-holder img {
        height: 9rem;
    }
}

@media(max-width:1024px) {

    .product-image-box {
        padding: 0px !important;
    }

    .sub-image-button img {
        object-fit: contain !important;
        width: 65px;
        height: 62px !important;
    }

    .product-row {
        flex-direction: column;
        align-items: center !important;
    }

    .product-image-box {
        width: 50% !important;
        height: 100% !important;
    }

    .product-details-box {
        width: 90% !important;
        font-size: 0.85rem;
    }

        .product-details-box h2 {
            font-size: 1rem;
        }
}

@media(max-width:768px) {

    .offer-popup {
        width: 90%;
    }

    .new_review-form-container {
        padding: 30px 20px;
    }

        .new_review-form-container h2 {
            font-size: 24px;
        }

        .new_review-form-container .star-rating {
            font-size: 36px; /* Adjusted for mobile */
            gap: 8px; /* Adjusted for mobile */
        }

    .product-image-box {
        width: 43% !important;
        height: 100% !important;
    }

    .sub-image-gallery .sub-image-button {
        width: fit-content;
    }

    #section-blog .blog-row2-child {
        grid-template-columns: 1fr;
        width: 70%;
        margin: auto;
    }

    #section-blog .image-holder img {
        height: 12rem;
    }

    #section-blog .blog-row1 {
        padding: 20px 20px 0px 20px;
    }

    #section-blog .blog-row2-child {
        gap: 16px;
    }

    #section-blog .blog-row2 {
        padding: 1.5rem 0.5rem;
    }

    #section-blog .body-info {
        height: 45px;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
        align-items: center;
    }

    #section-blog .blog-body {
        padding: 5px;
        justify-content: space-around;
    }

    #section-blog #body-content p:first-of-type, #body-content {
        text-align: left;
    }

    .product-image-box img {
        width: 70% !important;
        margin: auto !important;
        height: 100% !important;
    }
}

@media(max-width:480px) {

    form#signUpForm {
        height: 725px;
    }

    .product-detail-header {
        font-size: 0.9rem !important;
    }

    #section-blog .blog-row2-child {
        width: 90%;
        margin: auto;
    }

    .promo-button {
        padding: 3px 0px;
    }

    .sub-image-gallery .sub-image-button {
        width: 23%;
    }

    .swal2-popup {
        top: 0px;
    }

    .product-image-box {
        width: 100% !important;
    }

    .product-title {
        font-size: 16px !important;
    }

    .product-price {
        font-size: 18px !important;
    }

    .ql-align-justify strong {
        font-size: 1.1rem;
    }

    li.ql-align-justify {
        font-size: 0.9rem;
    }
}

@media(max-width:370px) {
    .shopping-cart {
        padding-right: 0.5rem;
        align-items: end;
    }
}

.product-info h2 {
    text-align: left;
}

.pretext {
    font-size: 1.2rem;
}


/*Serch Container*/

.search-popup {
    display: none;
    position: absolute;
    width: 58%;
    top: 66%;
    left: 20%;
    max-height: 600px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 5px;
}

    .search-popup .popup-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .search-popup .product-card {
        display: flex;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        gap: 15px;
    }

        .search-popup .product-card:last-child {
            border-bottom: none;
        }

    .search-popup .product-image-container {
        width: 30%;
        display: flex;
        justify-content: center;
    }

    .search-popup .product-image {
        width: 45%;
        height: 149px;
        object-fit: cover;
    }

    .search-popup .product-info {
        width: 60%;
    }

        .search-popup .product-info h4 {
            margin: 0 0 5px 0;
            font-size: 16px;
        }

    .search-popup .price {
        color: #e53935;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .search-popup .description {
        font-size: 14px;
        color: #666;
    }


@media (max-width: 768px) {
    .new-swiper_k_available .swiper-slide {
        flex: 0 1 calc(33.33% - 10px); /* 3 per row */
    }

    .search-popup {
        width: 85%;
        top: 90%;
        left: 7%;
        max-height: 41vh;
    }

        .search-popup .product-image-container {
            height: fit-content;
        }

        .search-popup .product-info {
            padding: 0.5rem 0rem;
        }

            .search-popup .product-info .price {
                text-align: left;
                padding-left: 0px;
                font-size: 1rem;
            }
}

@media (min-width: 768px) {
    .new-swiper_k_available .swiper-slide {
        flex: 0 1 calc(25% - 10px); /* Tablet: 4 per row */
    }
}

/* Desktop View */
@media (min-width: 1024px) {
    .new-swiper_k_available .swiper-slide {
        flex: 0 1 calc(20% - 10px); /* Desktop: 5 per row */
    }
}

@media (max-width: 480px) {




    .new-swiper_k .product-img-container {
        height: 150px;
    }

    .pagination-link {
        padding: 2px 10px !important;
        margin: 0 2px !important;
        font-size: 16px !important;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .new-swiper_k_available .swiper-slide {
        flex: 0 1 calc(50% - 10px); /* 3 per row */
    }

    .search-popup {
        max-height: 33vh;
    }

        .search-popup .product-search-img {
            width: 100%;
        }

        .search-popup .product-card {
            display: flex !important;
            align-items: center;
        }

        .search-popup .product-info {
            gap: 0rem;
        }

            .search-popup .product-info h4 {
                font-size: 14px;
            }

        .search-popup .description {
            font-size: 12px;
        }

        .search-popup .product-card {
            padding: 0px
        }

        .search-popup .product-info .price {
            width: 100%;
            padding-left: 5px;
        }
}

.product-details-box h2 {
    text-align: left;
}


a.serch-product-name {
    text-decoration: none;
    color: #464646;
}

    a.serch-product-name:hover {
        color: #0b4b30;
    }

h1.custom-blog-title {
    font-size: 1.65rem;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 3px solid #0b4b30;
    display: inline-block;
    padding-bottom: 5px;
}

.blog-main-tittle {
    text-align: center;
    margin-bottom: 20px;
}


@media(max-width:395px) {

    #footer-bottom-bar .cb-2, #footer-bottom-bar .cb-3 {
        margin-left: 4rem !important;
        align-items: flex-start !important;
    }
}

.slide.is-active {
    opacity: 1; /* Make active slide visible */
    transform: translateX(0);
    left: 0; /* Position the active slide in the container */
    padding: 0 10px;
}

/*Bogo Section*/



.bogo-section, .bogo-section-mobile {
    border-radius: 20px;
    padding: 60px 40px;
    background: var(--gradient-background);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    perspective: 1000px;
    width: 90%;
    margin: auto;
}

#mobile-section-bogo {
    display: none;
}

.bogo-section .bogo-text, .bogo-section-mobile .bogo-text-mobile {
    max-width: 500px;
}


.bogo-section .button, .bogo-section-mobile .button {
    position: relative;
    padding: 24px 64px;
    border-radius: 100vw;
    background-color: transparent;
    font-family: 'Playfair Display', serif;
    color: #fafafa;
    border: solid 1px rgba(250, 250, 250, 0.3);
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    text-decoration: none;
}

    .bogo-section .button .button-text, .bogo-section-mobile .button .button-text-mobile {
        position: relative;
        z-index: 2;
        will-change: transform, opacity;
        backface-visibility: hidden;
    }

    .bogo-section .button .fill-container, .bogo-section-mobile .button .fill-container {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        padding-bottom: 100%;
        transform: translateY(-50%) rotate(180deg);
        z-index: 1;
    }

        .bogo-section .button .fill-container::after, .bogo-section-mobile .button .fill-container::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: white;
            border-radius: 50%;
            transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
            transform: translateY(-100%);
        }

    .bogo-section .button:hover, .bogo-section-mobile .button:hover {
        border-color: white;
        color: rgb(var(--color-foreground));
        transform: translateY(-4px);
    }


        .bogo-section .button:hover .fill-container, .bogo-section-mobile .button:hover .fill-container {
            transform: translateY(-50%) rotate(0);
        }

            .bogo-section .button:hover .fill-container::after, .bogo-section-mobile .button:hover .fill-container::after {
                transform: translateY(0);
            }


.bogo-section .badge, .bogo-section-mobile .badge {
    background-color: var(--color-badge-background);
    color: var(--color-badge-text);
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

.bogo-section .bogo-text, .bogo-section-mobile .bogo-text-mobile {
    max-width: 500px;
    opacity: 0;
    transform: rotateY(-15deg) translateX(-100px);
}


.bogo-section .bogo-title, .bogo-section-mobile .bogo-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px;
    color: rgb(var(--color-foreground));
}

.bogo-section .bogo-text p, .bogo-section-mobile .bogo-text-mobile p {
    font-size: 16px;
    color: #111;
    line-height: 1.6;
}

.bogo-section .bogo-button, .bogo-section-mobile .bogo-button {
    margin-top: 25px;
    padding: 18px 30px;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    border: none;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.bogo-section .bogo-image, .bogo-section-mobile .bogo-image-mobile {
    max-width: 300px;
    width: 100%;
    opacity: 0;
    transform: rotateY(25deg) translateY(-100px) scale(0.9);
    /* Initial 3D position */
}

@media (max-width: 768px) {
    .bogo-section, .bogo-section-mobile {
        flex-direction: column-reverse;
        text-align: center;
        padding: 40px 20px;
    }

        .bogo-section .bogo-text, .bogo-section-mobile .bogo-text-mobile {
            max-width: 100%;
            margin-top: 30px;
        }

        .bogo-section .bogo-title, .bogo-section-mobile .bogo-title {
            font-size: 36px;
        }

    #desktop-section-bogo {
        display: none;
    }

    #mobile-section-bogo {
        display: flex;
        width: 100%;
        border-radius: 0px;
    }
}


/*My Swiper */

.shop-by-brands .shop_brands_cards img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
    will-change: transform, filter;
}


.shop-by-brands {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0rem;
    text-align: center;
    position: relative;
}

    .shop-by-brands .shop_by_brands_head a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 6px 16px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 1rem;
        color: black;
    }

    .shop-by-brands .shop_by_brands_head h3 {
        font-family: serif;
        margin-bottom: 2rem;
    }

    .shop-by-brands .fancy-link {
        position: relative;
        display: inline-block;
        padding: 10px 24px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: #0B4B30 !important;
        border: 1.5px solid #0B4B30 !important;
        background: white;
        overflow: hidden;
        transition: all 0.4s ease;
        z-index: 1;
    }

        .shop-by-brands .fancy-link::after {
            content: "";
            position: absolute;
            inset: 0;
            background: #32966c;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.3s ease, border-radius 0.3s ease;
            z-index: -1;
        }

        .shop-by-brands .fancy-link:hover {
            color: white !important;
            border-color: #0B4B30;
        }

            .shop-by-brands .fancy-link:hover::after {
                transform: scaleY(1);
            }



@media(min-width:1199px) {

    .shop-by-brands .shop_brands_cards {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 55px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shop-by-brands .brands-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-bottom: 2.5rem;
        padding: 1rem;
    }

    .shop-by-brands .shop_brands_cards img {
        max-height: 35px;
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .shop-by-brands .swiper {
        display: none;
    }
}



@media (max-width: 1199px) {

    .shop-by-brands .brands-grid {
        display: none;
    }


    .shop-by-brands .swiper {
        display: block;
    }

        .shop-by-brands .swiper .shop_brands_cards img {
            max-height: 35px;
            width: auto;
        }

        .shop-by-brands .swiper .shop_brands_cards {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 16px;
            padding: 34px;
            height: 129px;
            width: 80%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .shop-by-brands .swiper .swiper-slide {
            display: flex;
            flex-direction: column;
            gap: 1.8rem;
        }


        .shop-by-brands .swiper .swiper-button-next,
        .shop-by-brands .swiper .swiper-button-prev {
            color: white;
            background: #333;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
        }


        .shop-by-brands .swiper .swiper-button-next,
        .shop-by-brands .swiper .swiper-button-prev {
            position: absolute;
            top: 56%;
            transform: translateY(-50%);
            background: #000;
            color: #fff;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 10;
        }

        .shop-by-brands .swiper .swiper-wrapper {
            position: relative;
            width: fit-content;
            height: auto;
            z-index: 1;
            display: flex;
            transition-property: transform;
            transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
            box-sizing: content-box;
            margin-left: 1%;
        }


        .shop-by-brands .swiper .swiper-button-next::after,
        .shop-by-brands .swiper .swiper-button-prev::after {
            font-size: 18px;
            font-weight: bold;
        }

        .shop-by-brands .swiper .swiper-button-prev {
            left: 0px;
        }

        .shop-by-brands .swiper .swiper-button-next {
            right: 10px;
        }
}

@media(max-width:768px) {

    .shop-by-brands .swiper .shop_brands_cards {
        padding: 35px;
        height: 125px;
        width: 100%;
    }

    .shop-by-brands .swiper .swiper-button-prev,
    .shop-by-brands .swiper .swiper-button-next {
        display: none;
    }

    .shop-by-brands .swiper .shop_brands_cards img {
        max-height: 30px;
        width: auto;
    }
}


@media(max-width:480px) {

    .shop-by-brands .swiper .shop_brands_cards img {
        max-height: 26px;
        width: auto;
    }

    .shop-by-brands .swiper .swiper-slide {
        gap: 0.8rem;
    }

    .shop-by-brands .swiper .shop_brands_cards {
        padding: 35px;
        height: 100%;
        width: 100%;
    }
}

/*Smoker Animation*/

section.smoke-scroll-container {
    height: 100%;
    position: relative;
}

.smoke-scroll-section {
    position: sticky;
    top: 0;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.smoke-ul-list {
    display: flex;
    padding: 0;
    margin: 0;
}

    .smoke-ul-list li {
        list-style: none;
        margin: 0 20px;
        position: relative;
        text-align: center;
    }

.smoke-effect-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.smoke-char {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: 5px;
    opacity: 0;
    z-index: 0;
}

.smoke-city-section {
    margin-top: 30px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    color: #a3a3a3 !important;
}

.smoke-city-title {
    font-size: 72px;
    font-weight: bold;
    margin: 20px 0 10px;
}

    .smoke-city-title span {
        display: inline-block;
        opacity: 0;
        transform: translateY(20px);
    }

.smoke-caption {
    font-size: 20px;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
}

.underline-animation {
    position: relative;
    display: inline-block;
}

    .underline-animation::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
        transform: scaleX(0);
        transform-origin: left;
    }

span.city-2 {
    margin-left: 1rem;
}



:root {
    --primary: #4a2c82;
    --secondary: #ff6b35;
    --accent: #2ec4b6;
    --light: #f8f9fa;
    --dark: #212529;
    --gray: #6c757d;
}

.footer-content-seo-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-top: 1rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--dark);
    background-color: #ffffff;
}

.seo-footer-title {
    background: linear-gradient(135deg, var(--primary), #6a3093);
    color: white;
    padding: 2rem 0;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.footer-content-seo-container h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.tagline {
    font-size: 1.2rem;
    opacity: 0.9;
}

.intro {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
}

.footer-content-seo-container h2 {
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 1.8rem;
    border-bottom: 2px solid var(--accent);
    padding-bottom: 8px;
    display: inline-block;
}

.footer-content-seo-container p {
    margin-bottom: 15px;
}

.highlight {
    background-color: rgba(74, 44, 130, 0.1);
    padding: 20px;
    border-left: 4px solid var(--primary);
    border-radius: 0 5px 5px 0;
    margin: 20px 0;
}

.brands-section, .flavors-section, .tips-section, .cta {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.5s ease;
    overflow: hidden;
}

.collapsed {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.expanded {
    max-height: 5000px;
    opacity: 1;
    visibility: visible;
}

.brand-grid, .flavor-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.brand-card, .flavor-card {
    background-color: var(--light);
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid var(--secondary);
    transition: transform 0.3s ease;
}

    .brand-card:hover, .flavor-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.brand-name, .flavor-name {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 5px;
}

.flavor-brand {
    font-size: 0.9rem;
    color: var(--gray);
}

.puff-count {
    display: inline-block;
    background-color: var(--accent);
    color: white;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-top: 5px;
}

.cta {
    background: linear-gradient(135deg, var(--secondary), #ff8c42);
    color: white;
    text-align: center;
}

    .cta h2 {
        color: white;
        border-bottom: none;
        margin-bottom: 20px;
        font-size: 2.2rem;
        font-weight: 600;
    }

.footer-content-seo-container .btn {
    display: inline-block;
    background-color: white;
    color: var(--primary);
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: none;
    cursor: pointer;
}

    .footer-content-seo-container .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

.footer-content-seo-container footer {
    text-align: center;
    padding: 20px;
    color: var(--gray);
    font-size: 0.9rem;
    margin-top: 40px;
}

.toggle-btn {
    display: inline-block;
    background-color: var(--primary);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .toggle-btn:hover {
        background-color: #3a2168;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

.read-togle-btn {
    text-align: center;
}



Notebook
Personal Space

Move
Shared
All
Notes
Notebooks
Collections
Noteboards
Whiteboards

.Blog_details {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
    max-width: 90%;
    margin: 1rem auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
}

.blog_details_head h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #0B4B30;
    text-align: center;
}

.blog_details_head img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 0px;
    margin-bottom: 20px;
}

.blog_details_body img {
    width: 100%;
    border-radius: 0px;
    margin: 20px 0;
}

.blog_details_body p {
    margin-bottom: 0px;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
}

.blog_details_recents {
    margin: 2em 3.4em 2em 3.4em;
    overflow: hidden;
}

.blog_details_recents_head h3 {
    font-size: 1.5rem;
    color: #0B4B30;
    font-weight: 500;
    margin-bottom: 1rem;
    margin: 0px;
    margin-bottom: 1rem;
}

.blog_details_recents .blog_details_recents_body {
    position: relative;
}

.blog_details_recents .swiper-wrapper {
    display: flex;
}

.blog_details_recents .swiper-slide {
    padding: 0px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.blog_details_recents_body .swiper-slide .slide-inner {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* optional shadow */
}


.blog_details_recents_body .swiper-slide .slide-label {
    position: absolute;
    bottom: 2px;
    left: 12px;
    background-color: rgb(0 0 0 / 0%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 0px;
    font-size: 1.8em;
    font-weight: 600;
    z-index: 2;
}


.blog_details_recents .swiper-slide:hover {
    transform: scale(1.03);
}

.blog_details_recents .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.blog_details_recents .swiper-pagination {
    text-align: center;
    margin-top: 10px;
}

.blog_details_recents .swiper-pagination-bullet-active {
    background-color: #0B4B30;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .blog_details_body p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .blog_details_head h1 {
        font-size: 1.4rem;
    }

    .blog_details_body p {
        font-size: 0.95rem;
    }

    .blog_details_recents .swiper-slide img {
        height: 180px;
    }

    .blog_details_recents {
        margin: 1em;
    }
    #footer-bottom-bar .h5 {
        font-size: 1.2rem !important;
    }

    #footer-bottom-bar ul li {
        font-size: 1rem;
    }
/*    #footer-bottom-bar .pb-1 {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    }*/
}

@media (max-width: 480px) {
    .blog_details_body p {
        font-size: 0.9rem;
    }

    .blog_details_recents .swiper-slide img {
        height: 140px;
    }

    .blog_details_head h1 {
        font-size: 1.2rem;
    }
    #footer-bottom-bar .pb-1 {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
    }
}


.mobile-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 61%;
    background: white;
    z-index: 1000;
    overflow-y: auto;
    display: none;
    padding: 15px;
    box-sizing: border-box;
}

.search-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background: white;
    padding: 10px 0;
    z-index: 10;
}

.search-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.close-search {
    margin-left: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.search-results-container {
    padding-bottom: 20px;
}

.search-result-card {
    display: flex;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

    .search-result-card:hover {
        background: #f0f0f0;
    }

.result-image-link {
    flex: 0 0 100px;
    margin-right: 15px;
}

.result-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

.result-details {
    flex: 1;
}

.result-title h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #333;
}

.result-price {
    font-weight: bold;
    color: #e53935;
    margin-bottom: 5px;
    font-size: 15px;
}

.result-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.no-results-message {
    text-align: center;
    padding: 30px;
    color: #666;
    font-size: 16px;
}

/* Animation for search results */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-result-card {
    animation: fadeIn 0.3s ease forwards;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .result-image-link {
        flex: 0 0 80px;
    }

    .result-title h4 {
        font-size: 15px;
    }

    .result-description {
        font-size: 13px;
    }

    .first-banner{
        display:none;
    }
    .promo-wrapper {
        padding: 0rem;
        width: 90%;
        margin: auto;
    }
/*    #footer-bottom-bar .h5 {
        font-size: 1.2rem !important;
    }

    #footer-bottom-bar ul li {
        font-size: 1rem;
    }*/
}
     