.menu-area {
    background: #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

li.cat_bar>a {
    padding: 13px 5px;
    display: flex;
    width: 100%;
    height: 45px;
    font-size: 0.75rem;
    background-color: #fff;
    margin-left: 0 !important;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

li.cat_bar span {
    padding-right: 10px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
}

.catagory_menu ul li a {
    color: #0e0e0e !important;
    margin: 0 8px;
    display: block;
    text-transform: capitalize;
    font-weight: 300;
}

.product_item_inner .sale-badge-box {
    background-color: #292526 !important;
    border-radius: 0% !important;
    height: 50% !important;
    width: 60% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 1px !important;
    ;
}


span.sale-badge-text p {
    font-size: 8px !important;
}

.pro_price p {
    color: #1e1d1d !important;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

.timer_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: -5px;
}

.view-more {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.view-more:hover {
    text-decoration: none;
    color: #333;
    transition: border 0.3s ease-in-out;
}

.underline {
    width: 60px;
    height: 1.5px;
    background: black;
    margin-top: 0px;
}

.more-pareant:hover .underline {
    width: 70px;
    height: 1.5px;
    background: rgb(4, 33, 136);
    margin-top: 0px;
}


.section-title-header {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

/* .product_hover {
    border: 1px solid #fff !important;
    padding: 0px 10px !important;
    transition: border 0.3s ease-in-out;
}

.product_hover {
    border: 1px solid transparent;
    transition: border-color 0.3s ease-in-out;
}

.product_hover:hover {
    border: 1px solid rgb(124, 120, 120) !important;
}


.product_hover:hover img {
    transform: scale(1.02);
    transition: all 0.8s ease-in-out;
}

#sold {
    position: relative;
    top: 30px;
    background: black;
    color: white;
    width: 54px;
    z-index: 10;
    left: 8px;
    padding: 1px;
}

.view-btn {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 135px;
    padding: 6px 0px;
    border: 1px solid black;
    color: #8f6a6a;
}

.card-img {
    height: 400px !important;
}

.view-parent-btn {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.product_hover:hover .view-parent-btn {
    opacity: 1;
    transform: scale(1);
} */

/* modal style */

.product-details {
    padding: 20px;
}

.product-title {
    font-size: 24px;
    font-weight: bold;
}

.product-subtitle {
    font-size: 18px;
    color: gray;
}

.product-price {
    font-size: 20px;
    margin-top: 10px;
}

.product-link {
    color: black;
    text-decoration: none;
}

.product-link:hover {
    text-decoration: underline;
}

.quantity-control {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.quantity-control button {
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 20px;
}

.quantity-control input {
    width: 80px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
    height: 40px;
}

.product-description {
    margin-top: 20px;
}

.add-to-bag {
    background-color: black;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.add-to-bag:hover {
    background-color: #333;
}

.product-details-discount-badge span.sale-badge-text {
    background-color: black !important;
    border-radius: 0% !important;
    width: 45px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}


.catagory_menu ul li a {
    color: #0e0e0e !important;
    margin: 0px 5px !important;
    display: block;
    text-transform: capitalize;
    font-weight: 500 !important;
}

.search_product {
    position: sticky !important;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 0;
}

/* extra card */

.view-btn {
    background: #000000 !important;
    padding: 10px 0px;
    margin-top: 20px;
}

.category_view {
    background: #222222 !important;
    color: white;
    font-size: 10px;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.category_view:hover {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 0 5px rgba(250, 246, 246, 0.978);
    transform: scale(1.05);
}


.product-container {
    text-align: center;
    padding: 20px;
}

.product-image {
    max-width: 100%;
    height: auto;
}

.discount-code {
    border: 1px solid black;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0;
}

.reviews {
    margin: 10px 0;
}

.price {
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
}

.quick-buy-btn {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

/* top banner */

.top-bar {
    background-color: #f8f9fa;
    padding: 10px 0;
}

.top-bar a {
    color: #000;
    margin-right: 20px;
    text-decoration: none;
}

.sale-banner {
    background-color: #b0c4c4;
    padding: 20px 0;
    text-align: center;
}

.sale-banner h1 {
    font-size: 2rem;
    font-weight: bold;
}

.sale-banner .discount {
    font-size: 1.5rem;
    font-weight: bold;
}

.sale-banner .code {
    font-size: 1rem;
    font-weight: bold;
}

.sale-banner .btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
}



.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    position: relative;
}

.circle img {
    width: 192px !important;
    height: 192px !important;
    object-fit: cover;
}

.circle span {
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 1.2em;
}


.trending-brands {
    text-align: center;
    margin: 20px 0;
}

.trending-brands h2 {
    font-size: 24px;
    font-weight: bold;
}

.brand-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.brand-tabs div {
    margin: 0 10px;
    cursor: pointer;
}

.brand-tabs .active {
    border-bottom: 2px solid black;
}

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

.product-item {
    text-align: center;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-item img {
    width: 280px;
}

.product-name {
    margin-top: 10px;
}

.product-item .price {
    font-size: 18px;
    font-weight: bold;
}

.product-item .reviews {
    font-size: 14px;
    color: #555;
}

.quick-buy {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
}

.carousel-control-prev,
.carousel-control-next {
    color: black;
    font-size: 24px;
}

.text-expert {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: black;
    color: white;
    padding: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    z-index: 1111111111;
}

#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    position: relative;
    top: -1px;
    padding: 0 5px;
    border-bottom: 2px solid;
    border-top: 0px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
}

.carousel-indicators [data-bs-target] {
    background-color: black;
}

.product-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.product-price {
    font-size: 1.5rem;
    font-weight: bold;
}

.product-reviews {
    font-size: 0.875rem;
}

.quick-buy-btn {
    background-color: black;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding: 0.75rem 1.5rem;
}


.homeproduct .tab-content {
    padding: 0px 3px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 12px;
}


.rating-stars {
    color: #FFD700;
}

.quantity-input {
    width: 60px;
    text-align: center;
}

.btn-outline-secondary {
    border-color: #ccc;
}

.btn-outline-secondary:hover {
    background-color: #f8f9fa;
}

.btn-black {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 15px 0px;
}

.btn-black:hover {
    background-color: #333;
    color: white;
}


/* nav-fixed */

.nav-fixed {
    position: relative;
    width: 100%;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.nav-fixed.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #222222;
    /* Change background when fixed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.banner-height {
    height: 80vh;
}

.card-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.read-more {
    background-color: black;
    color: white;
    font-size: 10px !important;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 45% !important;
    padding: 10px 0;
    border: none;
    margin-top: 10px;
    margin: 0px auto;
}


.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

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

.content h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.content p {
    font-size: 1rem;
    line-height: 1.6;
}

.content h2 {
    font-size: 1.5rem;
    margin-top: 20px;
}

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

.content a {
    color: #0000EE;
    text-decoration: underline;
}


.doctor-card {
    text-align: center;
    margin-bottom: 30px;
}

.doctor-card img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.doctor-card h5 {
    font-size: 1.25rem;
    margin-top: 15px;
    font-weight: bold;
}

.doctor-card p {
    font-size: 1rem;
    margin-top: 5px;
    color: #555;
}

.vertical-text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.fixed-icons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-icons a {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.details-ratting-wrapper {
    margin-top: 20px;
}

.logo-header {
    display: flex;
    justify-content: center;
    margin-left: -170px;
}

.product-name {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}
.main-search form {
    border: 1px solid;
    height: 39px;
    background: white;
    border-color: #c8c3c3 !important;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    padding: 10px 0px;
}

/* Responsive Styles */


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

    .banner-height {
        height: 50vh !important;
    }

    .parent-subcategory .menu-subcategory-name {
        display: block;
        padding: 10px;
        padding-left: 0px;
    }

    .offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    }

    .menu-childcategory-name {
        display: block;
        padding: 10px 0;
        padding-left: 10px !important;
    }

    .product-name {
        margin-top: 0px;
        font-size: 18px;
    }

    .details-ratting-wrapper {
        margin-top: 5px;
    }

    .product-item .price {
        font-size: 18px;
        font-weight: bold;
        margin-top: 0px;
    }

}



@media (max-width: 768px) {
    .filter-price-inputs .form-control {
        font-size: 16px;
        padding: 10px;
    }

    #price-range {
        margin-top: 20px;
    }

    .search_product {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 999999;
        border: 1px solid #ddd;
        top: 0;
        width: 300px;
        margin-top: 15px;
    }

    .slider-banner {
        height: 35vh;
    }

}


@media (max-width: 325px) {

    .sale-banner {
        height: 11vh !important;
    }

    .mobile-banner {
        height: 70vh !important;
    }

    .mobile-banner image {
        max-height: 100%
    }

}


@media (max-width: 380px) {

    .sale-banner {
        height: 11vh !important;
    }

    .mobile-banner {
        height: 70vh !important;
    }

    .mobile-banner image {
        max-height: 100%
    }

}


@media (max-width: 500px) {

    .sale-banner {
        height: 10vh !important;
    }

    .mobile-banner {
        height: 69vh !important;
    }

    .mobile-banner image {
        max-height: 100%
    }

}
