@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
    line-height: 1.5;
    font-size: clamp(1rem, 1vw, 1.25rem);
    font-family: "Inter", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    word-break: break-word;
}

a {
    text-decoration: none;
    color: #000;
}

.place-items-center {
    place-items: center !important;
}

.hd-hero {
    position: relative;
}

h1 {
    font-size: clamp(2rem, 2.5vw, 2.5rem) !important;
    color: #fff;
}

ul {
    padding: 0;
    margin: 0;
}

.head-bottom .collapse {
    justify-content: right;
}

.head-bottom .collapse .btn-group.float-end {
    margin-left: 20px;
}

li {
    list-style: none;
}

/* header css start********************************************/
.menu-account .btn {
    color: #fff;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.menu-account .btn img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

header {
    position: relative;
}

.menu-account {
    position: absolute;
    right: 6%;
    background: var(--customizable-bg);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 999;
    padding: 15px;
    color: #fff;
    display: none;
}

.menu-account.show {
    display: block;
}

.menu-account {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease;
    pointer-events: none;
}

.menu-account.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.act-switch {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.act-switch p {
    margin: 15px 0;
}

.menu-account .btn {
    color: #fff;
    font-size: clamp(1rem, 1vw, 1.25rem);
    margin: 10px 0;
}

.nav-item.nav-link.cart span {
    font-size: 10px;
    right: 0;
    padding: 2.5px 5px;
}

.nav-item.nav-link.cart {
    position: relative;
}

.navbar-nav.ms-lg-4 .navbar-nav.mx-lg-auto .nav-item.nav-link {
    margin: 0 10px;
}

.header__srh-box {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 50px;
    justify-content: space-between;
    padding-right: 8px;
    padding-left: 20px;
}

.navbar-nav.mx-lg-auto.head-middle {
    width: 600px;
}

.srh-left input {
    border: none;
    outline: none;
    font-size: clamp(1.125rem, 1.4vw, 1.5rem);
    background: transparent;
    line-height: 0;
    height: 56px;
    width: 100%;
}

.srh-rgt {
    background: var(--customizable-bg);
    color: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* header css End**********************************/

/* Hero css Start**********************************/
.hero-caro {
    position: relative;
}

.hero-content {
    position: absolute;
    display: flex;
    height: 100%;
    top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    padding: 20px;
}

.hero-content h2 {
    font-size: clamp(2rem, 3vw, 4rem);
    font-weight: bold;
}

.hero-content p {
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    font-weight: 600;
    margin: 20px 0;
}

.btn.hero-btn {
    background: var(--customizable-bg);
    color: #fff;
    font-size: clamp(1rem, 1vw, 1.25rem);
    padding: 15px 30px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;

    @media (width <= 576px) {
        display: none;
    }
}

.arrow-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 90px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-bg img {
    transition: all 0.3s ease;
}

.arrow-bg:hover {
    background: rgba(255, 255, 255, 0.9);
}

.arrow-bg:hover img {
    filter: brightness(0) saturate(100%) invert(10%);
}

.hero-content h2.care2 {
    text-align: right;
    padding-right: 90px;
}

.spn-pink {
    color: #d82287;
}

.spn-blue {
    color: #004d8b;
}

.box-care p a {
    font-size: clamp(1.125rem, 1.4vw, 1.5rem);
    color: #14a0de;
    font-weight: normal;
    letter-spacing: 6px;
}

.box-care {
    text-align: center;
    padding-right: 50px;
}

.hero-bottom {
    background-color: var(--customizable-bg);
    color: #fff;
}

.hero-bttom-bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 47px 0;
    @media (width <= 576px) {
        padding-block: 24px;
    }
}

.her-bx-left h3 {
    font-size: clamp(1.25rem, 2vw, 1.875rem);
    font-weight: normal;
}

.her-bx-right a {
    color: #fff;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.her-bx-right a img {
    margin-left: 10px;
}

.carousel-indicators {
    display: none;
}

.f-inbx img {
    width: 100%;
}

/* Hero css End**********************************/
.food-block {
    background: #f5faff;
}

.food-box {
    background: #fff;
    padding: 20px;
}

.h-30 {
    font-size: clamp(1.25rem, 1.5vw, 1.875rem);
}

.f-inbx {
    text-align: center;
    padding: 20px 0;
}

.f-inbx p {
    font-size: 12px;
}

.food-bevrage {
    padding: 35px 0;
    @media (width <= 576px) {
        padding-bottom: 0;
    }
}

.food-box .h-30 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.food-box .h-30 a {
    font-size: 12px;
    color: var(--customizable-bg);
}

.rum-box img {
    aspect-ratio: 9/9;
    width: 140px;
    object-fit: contain;
}

.rum-box img {
    width: 100%;
}

.food-rum h3.h-30 {
    margin-bottom: 30px;
}

.rum-box.view-rm a {
    font-size: clamp(1.25rem, 1.5vw, 1.875rem);
    color: var(--customizable-bg);
}

.rum-box.view-rm img {
    width: auto;
    margin-left: 20px;
}

.rum-box p.p-12 {
    margin: 15px 0;
    text-align: center;
    font-size: 12px;
}

.food-rum {
    padding: 20px 0 35px;
}

/* product sell css Start***********************/
.product-block {
    background-color: #9cadc0;
    color: #fff;
}

.pd-y50 {
    padding: 50px 0;
    @media (width <= 576px) {
        padding: 24px 0;
    }
}

.product-block h2.h-30 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-white img {
    margin-left: 10px;
}

.view-white {
    font-size: clamp(1rem, 1vw, 1.25rem);
    color: #fff;
}

.product-box {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
}

.h-20 {
    font-size: clamp(1rem, 1vw, 1.25rem);
    font-weight: 600;
}

.text-offer {
    text-decoration: line-through;
    color: #837e7e;
    font-size: 15px;
    font-weight: 500;
}

.bulk-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bulk-div span {
    font-size: clamp(1rem, 1vw, 1.25rem);
    font-weight: 600;
}

.bulk-pr.btn {
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
    color: #fff;
}

.bg-oos {
    background-color: #a80b00;
}

.bg-is {
    background-color: #0b8500;
}

.p-18 {
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
}

.cart-btn,
.cart-btn-css {
    background-color: var(--customizable-bg) !important;
    color: #fff !important;
    font-weight: 600;
}

.carousel-fade .carousel-item {
    transition: opacity 0.5s ease-in-out;
}

.product-boxes {
    padding: 20px 0;
}

.pro-inbox {
    margin: 20px 0;
}

/* product sell css End***********************/
.recent-block h2.h-30 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-black img {
    margin-left: 10px;
}

.view-black {
    color: #203a71;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.pr-bold {
    font-size: clamp(1rem, 1vw, 1.25rem);
    font-weight: 600;
}

.recent-box {
    margin: 25px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #eee;
}

.rc-bx-in {
    padding: 20px;
}

.sub-block {
    padding: 65px 0;
    background-color: #f5f5f5;
    @media (width <= 576px) {
        padding: 24px 0;
    }
}

.sub-box.text-center {
    max-width: 800px;
    margin: 0 auto;
}

.sub-box .h-30 {
    font-weight: 400;
}

.sub-serch-box input {
    border: 1px solid #837e7e;
    padding: 10px 20px;
    height: 67px;
    border-radius: 6px;
}

.sub-serch-box {
    margin: 0 auto;
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.sub-serch-box input {
    border: 1px solid #837e7e !important;
    padding: 10px 20px;
    border-radius: 6px;
    flex-basis: 75%;
    font-size: clamp(1rem, 1vw, 1.25rem);
    outline: none;
}

.btn-sub.btn {
    background: var(--customizable-bg) !important;
    color: #fff !important;
    font-size: clamp(1rem, 1vw, 1.25rem) !important;
    border-radius: 6px;
    padding: 10px 30px;
}

/* product list page css Start**********************************/
.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
    color: #333;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    li {
        display: flex;
        align-items: center;
    }
}

.breadcrumb > li + li::before {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 8px;
    color: #000;
    font-size: clamp(1.25rem, 1.5vw, 1.875rem);
}

.breadcrumb > li > a {
    color: #000 !important;
    text-decoration: none;
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
    text-decoration: none;
    margin: 0 10px;
}

.breadcrumb > li > a:hover {
    color: #007bff;
    text-decoration: underline;
}

.breadcrumb > .active {
    color: #000;
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
}

.bred-pro {
    background: #eeeeee;
    padding: 10px 20px;
}

.head-filetr .h-20 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.head-filetr .h-20 a {
    font-size: clamp(1rem, 1vw, 1.25rem);
    color: var(--customizable-bg);
    font-weight: normal;
}

.flter-left {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    @media (width <= 991px) {
        position: fixed !important;
        inset-block: 0;
        left: 0;
        width: 300px;
        z-index: 3;
        border-radius: 0 !important;
        border-bottom: 0 !important;
        top: 89px !important;
        display: flex;
        @media (width <= 576px) {
            top: 60px !important;
        }
    }
}

.form-check {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-check-label {
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
    border: 1px solid #000;
    background-color: #f5f5f5;
    border-radius: 2px;
    height: 18px;
    width: 18px;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd;
}

.inbx-fill .h-20 {
    margin-bottom: 25px;
}

.chek-box .form-check {
    margin: 0;
}

.form-section {
    padding-top: 0;
    overflow-y: auto;
    height: calc(100vh - 350px);
    @media (width <= 991px) {
        height: auto;
    }
}

.sort-box {
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
}

.filt_Rhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-20 {
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.cart-left {
    margin: 50px 0 0;
}

#cartItemsContainer:not(:has(.border-cart)){
    height: 100%;
    display: grid;
    place-items: center;
}

.proctinbx {
    padding: 20px;
    border: 1px solid #eeeeee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
}

.produc-imgbx {
    position: relative;
}

.produc-imgbx .btn.new-btn {
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn.new-btn {
    background: #9cadc0;
    color: #fff;
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
    padding: 4px 40px;
    text-transform: uppercase;
}

.custom-pagination .page-link {
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    margin: 0 10px;
    height: 40px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: clamp(1rem, 1vw, 1.25rem);
    line-height: 24px;
}

.custom-pagination .page-item.active .page-link {
    background-color: #1f3b77;
    border-color: #1f3b77;
    color: #fff;
}

.custom-pagination .page-link:hover {
    background-color: #f2f2f2;
    color: #000;
}

.custom-pagination .page-item.disabled .page-link {
    background-color: transparent;
    color: #999;
    border: none;
}

.custom-pagination .page-link span i {
    font-size: clamp(1.5rem, 2vw, 1.75rem);
}

.product-pegination {
    padding-top: 100px;
}

.shop-related {
    background-color: #f6fbff;
}

.shop-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.shop-card .circle-icon {
    width: 60px;
    height: 60px;
    background-color: #1f3b77;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.shop-card p {
    margin: 0;
    font-size: clamp(1rem, 1vw, 1.25rem);
    color: #000;
    font-weight: 500;
}

.shop-related .h-30 {
    margin-bottom: 50px;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    border-radius: 50%;
    background-color: #f6fbff;
    color: #1f3b77;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 30px 30px;
}

.product-slider.py-5 .recent-box {
    margin: 5px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: clamp(1.25rem, 1.5vw, 1.875rem);
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-top: 35px;
}

.product-slider.py-5 {
    position: initial;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.product-slider.py-5 .container {
    position: relative;
}

.product-slider.py-5 .recent-box .produc-imgbx .btn.new-btn {
    padding: 5px 20px;
    font-size: 14px;
}

.bulk-rd.btn {
    background: #d30606;
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
    color: #fff;
    padding: 2px 20px;
}

.pagination.justify-content-center.custom-pagination {
    flex-wrap: wrap;
}

/* product list page css End**********************************/

/* product detail page css Start**********************************/
.product-gallery {
    margin: 0 auto;
}

/* Main image */
.mainSlider img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Thumbnails */
.thumbSlider img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

/* Active thumbnail highlight */
.thumbSlider .swiper-slide-thumb-active img {
    border-color: var(--customizable-bg);
}

/* Navigation buttons */
.swiper-button-prev,
.swiper-button-next {
    background: #fff;
    width: 36px !important;
    height: 56px !important;
    border-radius: 50px;
    border: 1px solid #eee;
    padding: 0;
    box-shadow: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: clamp(0.875rem, 1vw, 1rem);
}

.product-gallery .swiper-button-next {
    right: 16px;
    font-weight: bold;
}

.product-gallery .swiper-button-prev {
    left: 10px;
    font-weight: bold;
}

.pro-detail-block {
    padding: 50px 0;
    @media (width <= 576px) {
        padding-block: 24px;
    }
}

.h-40 {
    font-size: clamp(2rem, 2.5vw, 2.5rem) !important;
}

.price-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid;
}

/* Header styling */
.price-table thead th {
    background-color: var(--customizable-bg) !important;
    color: var(--customizable-txt) !important;
    font-weight: 600;
    padding: 12px;
    border: none;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

/* Row styling */

/* Cell styling */
.price-table td {
    padding: 12px;
    font-weight: 500;
    border-top: none;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.price-table tr:last-child td {
    border: none;
}

/* Rounded corners for the table */
.price-table thead tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

.price-table thead tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

.price-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.price-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.h-24 {
    font-size: clamp(1.125rem, 1.4vw, 1.5rem);
}

.quantity-group .btn {
    width: 40px;
    border-color: #ccc;
    box-shadow: none !important;
}

.quantity-group .form-control {
    border-left: none;
    border-right: none;
    text-align: center;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}

.quantity-group .btn {
    border: 1px solid;
    color: #000;
    outline: none;
    background: none !important;
    box-shadow: none !important;
    padding: 9px;
}

.quantity-group input {
    border: 1px solid;
}

.quantity-group .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quantity-group .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bult-div .form-select {
    background: #f5f5f5;
    border: 1px solid;
    outline: none;
    box-shadow: none;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.produc-crt-section {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.produc-crt-section .btn.cart-btn.d-block {
    width: 480px;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.cart-like {
    border: 1px solid #000;
    padding: 10px 17px;
    border-radius: 10px;
}

.detail-right {
    padding-left: 30px;
}

.product-info li {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    display: flex;
    gap: 20px;
}

.product-info li:last-child {
    border-bottom: none;
}

.product-info li span {
    padding: 0 30px;
}

.product-info li span:first-child {
    flex-basis: 30%;
}

.product-info li span:last-child {
    flex-basis: 70%;
}

.Description {
    padding-block: 56px;
    @media (width <= 576px) {
        padding-block: 24px;
    }
}

.Description__text {
    padding: 30px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    @media (width <= 576px) {
        padding: 16px;
    }
}

.feature__box {
    margin-top: 80px;
    margin-bottom: 50px;
}

.feature__box ul li {
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 10px;
}

.bg-12 {
    background-color: #f5faff;
}

.customer-product .rc-bx-in {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bult-div .form-select {
    background-image: url(../images/select-bg.png);
    background-repeat: no-repeat;
    background-position: right 10px top 17px;
}

/* product detail page css End**********************************/

/* product detail page css End**********************************/
.car-block {
    padding: 45px 0;
}

.c-lft-box {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    @media (width <= 576px) {
        margin-bottom: 20px;
    }
}

.cart-details .bulk-pr.btn {
    padding: 2px 10px;
}

.cart-all-dtl {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.bdr-clr {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.crt-pading {
    padding: 30px;
}

.promo-code {
    display: flex;
    gap: 20px;
}

.promo-code input {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    font-size: clamp(1.125rem, 1.4vw, 1.5rem);
    padding: 10px;
    outline: none;
    flex-basis: 100%;
    border-radius: 10px;
}

.btn.blue-btnm {
    padding: 10px 26px;
    background-color: var(--customizable-bg) !important;
    color: #fff !important;
    border-radius: 10px;
    font-weight: 600;
    flex-basis: 10%;
}

.mt-30 {
    margin-bottom: 30px;
    @media (width <= 576px) {
        margin-bottom: 20px !important;
    }
}

.cart-summery ul li {
    display: flex;
    justify-content: space-between;
    color: #4f4e53;
    gap: 10px;
}

.cart-summery ul li span:last-child {
    color: #000;
}

.cart-summery ul li {
    display: flex;
    justify-content: space-between;
    color: #4f4e53;
    gap: 10px;
    padding-bottom: 15px;
}

.crt-total {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
}

.form-label {
    color: #4f4e53;
}

.form-control.fm-inpt {
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    box-shadow: none;
}

.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.form-control {
    -moz-appearance: textfield;
}

.order-summry ul li {
    display: flex;
    justify-content: space-between;
    color: #4f4e53;
    gap: 10px;
    margin: 10px 0;
}

.order-summry .crt-total {
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
}

.order-summry p {
    color: #4f4e53;
}

.crt-estimate {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    color: #4f4e53;
    margin-top: 20px;
}

.crt-estimate img {
    margin-right: 15px;
}

.crt-place .btn {
    padding: 20px 0;
    font-size: clamp(1rem, 1vw, 1.25rem);
    margin-top: 35px;
}

.bg-sky {
    background-color: #f5faff;
}

.service-block.bg-sky {
    padding: 50px 0;
}

.service-block.bg-sky .col-lg-4 {
    text-align: center;
}

.round-png {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background-color: var(--customizable-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cart-delete img {
    cursor: pointer;
}

/* Optional styling for cleaner look */

/* product detail page css End**********************************/

/* order page css End**********************************/
.odr-w-hero {
    max-width: 680px;
    margin: 0 auto;
    color: #000;
    padding-block: 85px;
    @media (width <= 768px) {
        padding-block: 24px;
    }
}

.h-48 {
    font-size: clamp(2rem, 2.5vw, 3rem);
    color: #000;
}

.p-24 {
    font-size: clamp(1.125rem, 1.4vw, 1.5rem);
}

.odr-date-num {
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    margin-top: 60px;
    @media (width <= 768px) {
        margin-top: 34px;
        padding: 16px;
    }
}

.odr-date-num .p-18 {
    color: var(--customizable-bg);
    margin-bottom: 5px;
}

.invoice-download a:first-child button {
    background-color: var(--customizable-bg) !important;
    color: #fff !important;
    border: 1px solid var(--customizable-bg) !important;
}
.invoice-download button{
    width: 280px;
    height: 65px;
    padding: 10px;
    font-size: clamp(1rem, 1vw, 1.25rem);
    border-radius: 10px;
    font-weight: 600;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (width <= 768px) {
        width: 100%;
        height: 55px;
    }
}
.invoice-download a:last-child button{
    background-color: #ffffff;
    border: 1px solid #d9d9d9 !important;
    color: var(--customizable-bg);
}

.invoice-download button:last-child img {
    margin-right: 15px;
    margin-top: -3px;
}

.invoice-download.d-flex.justify-content-center.gap-3 {
    margin-top: 40px;
    @media (width <= 576px) {
        margin-top: 24px !important;
    }
}

.container-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.odr-sum-block {
    padding: 60px 0;
    @media (width <= 576px) {
        padding: 24px 0;
    }
}

.colcet-detail .p-18 {
    color: #9cadc0;
}

.odr-collection {
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
    @media (width <= 576px) {
        padding: 18px 0;
    }
}

.rd-ltop .odr-collection:last-child {
    border-bottom: none;
}

.oder-middle.cart-summery ul li {
    color: #000;
}

.ord-shoping p {
    line-height: 33px;
}

.blue-20 {
    color: var(--customizable-bg);
}

.ord-shoping p {
    line-height: 33px;
}

.estimate-odr .h-20 {
    font-weight: 400;
}

.estimate-odr {
    background-color: #f5faff;
    padding: 24px;
    border-radius: 10px;
    margin-top: 20px;
}

.estimate-odr div {
    margin: 10px 0;
}

.ord-shoping p.p-16 {
    font-size: clamp(0.875rem, 1vw, 1rem);
    line-height: normal;
}

.order-tracker {
    position: relative;
    flex-wrap: wrap;
}

.box-track {
    border-radius: 10px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    @media (width <= 767px) {
        padding: 24px;
    }
    @media (width <= 576px) {
        padding: 16px;
    }
}

.step {
    position: relative;
    z-index: 2;
}

.step .small {
    font-size: clamp(0.875rem, 1vw, 1rem);
    color: #9cadc0;
}

.step .icon {
    width: 60px;
    height: 60px;
    background-color: #e9ecef;
    border-radius: 50%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: clamp(1.125rem, 1.4vw, 1.375rem);
    @media (width <= 576px) {
        width: 50px;
        height: 50px;
        svg{
            width: 24px;
            height: 24px;
        }
    }
}

.step.active  {
    &:first-child{
        .icon{
            svg path{
                stroke: #fff;
                fill: none;
            }
        }
    }
    .icon{
        background-color: #19355f;
        svg path{
            stroke: #fff;
            fill: white;
        }
    }
}

.line {
    flex: 1;
    height: 2px;
    background-color: #e9ecef;
    margin: 0 5px;
    position: relative;
    top: -10px;
    z-index: 1;
}

.step p {
    margin: 0;
}

.odr-status-block {
    background-color: #f5f5f5;
    padding: 65px 0;
    @media (width <= 767px) {
        padding: 24px 0;
    }
}

.proces-odr.text-center {
    padding-top: 45px;
    @media (width <= 767px) {
        padding-top: 24px;
    }
}

.pd-65 {
    padding-block: 65px;
    @media (width <= 576px) {
        padding-block: 24px;
    }
}

.next_inbox {
    text-align: center;
}

div.nxt-icon {
    background: #f5f5f5;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    @media (width <= 768px) {
        width: 60px !important;
        height: 60px !important;
        svg{
            width: 30px !important;
            height: 30px !important;
        }
    }
}

.next_inbox .p-18 {
    margin: 20px 0;
}

.btn.next-btn {
    border: 1px solid #d9d9d9;
    color: var(--customizable-bg);
    font-weight: 500;
    padding: 12px 40px;
}

.next-box {
    padding-top: 40px;
    @media (width <= 576px) {
        padding-top: 24px;
    }
}

.con-shopping
    .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-top: 10px;
}

.pd-50 {
    padding: 50px 0;
}

.con__shop-block
    .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: initial;
}

.con__shop-block .swiper-button-prev {
    top: 0;
    right: 4%;
    left: auto;
    border-radius: 0;
    padding: 25px 20px;
    border: 1px solid var(--customizable-bg);
    border-radius: 10px;
}

.con__shop-block .swiper-button-next {
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 25px 20px;
    border: 1px solid var(--customizable-bg);
    border-radius: 10px;
}

.con__shop-block .container {
    position: relative;
}

.con__shop-block.pd-50 .recent-box {
    box-shadow: none;
    background-color: #fff;
}

.support-block {
    background-color: #f5f5f5;
    padding-block: 60px;
    text-align: center;
    @media (width <= 576px) {
        padding-block: 24px;
    }
}

.support-block .next_inbox.c-lft-box.bdr-clr {
    background: #fff;
}

.support-block .next_inbox.c-lft-box.bdr-clr p {
    font-size: clamp(0.875rem, 1vw, 1rem);
    margin: 20px 0;
}

/* order page css End**********************************/

/* my account page page css End**********************************/
.h-36 {
    font-size: clamp(2rem, 2.2vw, 2.25rem);
    color: #000;
}

.account-tright {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pro-image img {
    border-radius: 50%;
}

.sidebar {
    background: #fff;
    padding: 24px;
    @media (width <= 1440px) {
        padding: 16px;
    }
}

.sidebar a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    transition: background 0.3s;
}

.sidebar a.active,
.sidebar a:hover {
    color: #fff;
}

.main-content {
    padding: 0 20px;
}

.accoont-menu .nav-pills .nav-link {
    text-align: left;
    padding: 12px 20px;
    color: #000;
}

.menu-none-wb {
    display: none;
}

.accoont-menu h3 {
    font-size: clamp(1.125rem, 1.4vw, 1.5rem);
}

.mobile-menu-btn {
    background: var(--customizable-bg) !important;
    border-color: var(--customizable-bg) !important;
    margin-left: 20px;
}

.history-account .form-select {
    font-size: clamp(1rem, 1vw, 1.25rem);
    color: #4f4e53;
    margin-top: 10px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    box-shadow: none !important;
}

.accoont-menu .nav-pills .nav-link img {
    transition: 0.5s all;
    margin-right: 10px;
}

.accoont-menu .nav-pills .nav-link.active {
    background: var(--customizable-bg);
    color: #fff;
    .fill-white{
        fill: white;
    }
}

.acount-leftbx{
    @media (width <= 1400px) {
        padding-inline: 10px;
    }
    @media (width <= 991px) {
        padding: 16px;
    }
}

.accoont-menu .nav-pills .nav-link.active img {
    filter: brightness(0) invert(1);
}

.bar-img {
    width: 25px;
}

.history-account .form-label {
    color: #000;
}

.export-odr .btn.btn-primary {
    background-color: var(--customizable-bg);
    border-color: var(--customizable-bg);
    font-size: clamp(1rem, 1vw, 1.25rem);
    padding: 10px 20px;
    line-height: 25px;
    border-radius: 10px;
}

.export-odr .btn.btn-outline-secondary.btn-sm {
    font-size: clamp(1rem, 1vw, 1.25rem);
    padding: 10px 20px;
    line-height: 25px;
    background-color: #fff !important;
    color: #4f4e53 !important;
    border-radius: 10px;
}

.first-block-odr {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.stats-card {
    display: flex;
    justify-content: space-between;
    text-align: left;
    height: 100%;
    align-items: center;
    padding: 16px;
}

.stats-card-img {
    background: var(--customizable-bg);
    height: 57px;
    width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.stats-card-left p {
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
    color: #9cadc0;
}

.recnt-ac-odr h3 {
    padding: 20px 30px;
}

.recnt-ac-odr {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

/* Header background color */
.recnt-ac-odr table thead th {
    background-color: #f5faff !important;
    color: #333;
    font-weight: 600;
    border-bottom: none;
    vertical-align: middle;
    padding: 20px;
}

.recnt-ac-odr table {
    margin-bottom: 0;
}

.recnt-ac-odr table tbody td {
    padding: 30px;
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
}

/* Header text style */
.recnt-ac-odr thead th {
    border-bottom: none;
}

/* Add padding to first and last th and td */
.recnt-ac-odr table th:first-child,
.recnt-ac-odr table td:first-child {
    padding-left: 30px;
}

.recnt-ac-odr table th:last-child,
.recnt-ac-odr table td:last-child {
    padding-right: 30px;
}

/* Optional hover and button styles */
.table tbody tr:hover {
    background-color: #f9fafb;
}

.btn-view {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 6px;
    padding: 4px 10px;
}

.btn-reorder {
    background-color: #198754;
    color: #fff;
    border-radius: 6px;
    padding: 4px 10px;
}

.pendig {
    background-color: #f5faff;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    gap: 7px;
}

.text-decoration-none.text-primary {
    color: #000 !important;
    font-size: 14px;
}

.btn.rcd-bt {
    font-size: 14px;
    border-color: #d9d9d9;
    background-color: #f5f5f5;
    color: var(--customizable-bg);
}

.btn.blue-v {
    font-size: 14px;
    background-color: var(--customizable-bg);
    color: #fff;
    box-shadow: none;
    padding: 5px;
}

.pegination-box {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    background-color: #f5faff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pegination-box .custom-pagination .page-link {
    font-size: 14px;
    margin: 0 5px;
}

.next-block.quick-action.pd-65 .next_inbox.c-lft-box.bdr-clr {
    background: #fff;
    margin: 0 25px;
    height: 100%;
    @media (width <= 1500px) {
        margin: 0 10px;
    }
    @media (width <= 1400px) {
        margin: 0;
        padding: 24px 12px;
    }
}

.next-block.quick-action.pd-65 .next_inbox.c-lft-box.bdr-clr .btn.next-btn {
    background: var(--customizable-bg);
    color: #fff;
    border-radius: 10px;
}

.bg-gery {
    background: #f5f5f5;
}

.avg-spend {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 16px;
    background-color: #f5faff;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    gap: 14px;
    @media (width <= 991px) {
        padding-block: 40px;
        margin-top: 16px;
    }
}

.mon-box.c-lft-box.bdr-clr,
.category-box.c-lft-box.bdr-clr {
    margin-top: 50px;
}

.box-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-typs {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cat-icons {
    background-color: var(--customizable-bg);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.box-part span {
    font-size: 14px;
}

.progress {
    --bs-progress-bar-bg: var(--customizable-bg);
}

.progress {
    height: 10px;
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    background-color: #1f3c88;
    border-radius: 10px;
}

.progress-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.progress-value {
    font-weight: 600;
    color: #000;
    font-size: 0.95rem;
}

.cat-typs p {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

.cat-icons img {
    width: 24px;
    height: 24px;
}

.category-box.c-lft-box.bdr-clr .h-30 {
    margin-bottom: 30px;
}

.cat-icon {
    width: 45px;
    height: 45px;
    background-color: #1d3b6e;
    /* Navy Blue */
    color: #fff;
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
}

.category-progress {
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 10px;
}

.category-progress .progress-bar {
    background-color: #1d3b6e;
}

.d-flex.tp-right.align-items-center.gap-3 {
    flex-basis: 100%;
    justify-content: end;
}

.d-flex.tp-left.align-items-center.gap-3 {
    flex-basis: 100%;
}

.category-item.d-flex.align-items-center.justify-content-between {
    margin: 20px 0;
}

.recnt-ac-odr table tbody td .btn {
    margin: 5px;
}

.bg-grey {
    background-color: #f5f5f5;
}

.recent-block.Frequently__block.pd-y50 .recent-box {
    background: #ffffff;
}

#offcanvasSidebar {
    padding: 0;
}

.offcanvas-header {
    background-color: #eeeeee;
}

/* my account page css End**********************************/
/* Footer css Start**********************************/
footer {
    background-color: var(--customizable-bg);
    color: #fff;
    padding: 54px 0;
    @media (width <= 576px) {
        padding: 24px 0;
    }
}

.footer-box {
    @media (width <= 576px) {
        margin-bottom: 30px;
    }
}

.footer-box h3 {
    font-size: clamp(1.125rem, 1.4vw, 1.5rem);
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-box p {
    font-size: clamp(1rem, 1vw, 1.25rem);
    margin-bottom: 15px;
}

.footer-box h3 {
    font-size: clamp(1.125rem, 1.4vw, 1.5rem);
    margin-bottom: 20px;
}

.footer-box p {
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.ftr-ul li {
    margin-bottom: 15px;
}

.ftr-ul li a {
    font-size: clamp(1rem, 1vw, 1.25rem);
    color: #fff;
}

.ftr-po {
    line-height: 36px;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.footer-bottom ul li {
    display: inline;
    border-right: 1px solid;
    padding: 0 10px;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

.footer-bottom ul li:last-child {
    border-right: none;
}

.footer-bottom ul li img {
    margin-right: 10px;
}

.footer-top .container {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    @media (width <= 576px) {
        margin-bottom: 20px;
    }
}

/* Footer css End**********************************/

/* hover slider css start 10-11-25 */

.product-card {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.product-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 9/9;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.product-image.active {
    opacity: 1;
}

.product-name {
    font-size: 1.5em;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.product-description {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.product-price {
    font-size: 1.8em;
    font-weight: bold;
    color: #667eea;
    margin-bottom: 15px;
}

.product-button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(
        135deg,
        var(--customizable-bg) 0%,
        var(--customizable-bg) 100%
    );
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.product-button:hover {
    transform: scale(1.05);
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.3s ease;
}

.indicator-dot.active {
    background: white;
}

.image-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff;
    width: 100%;
    padding: 10px;
    height: 28px;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.3s ease;
}

.indicator-dot.active {
    background: white;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(189, 169, 120, 0.6);
    transition: background 0.3s ease;
}

.indicator-dot.active {
    background: var(--customizable-bg);
}

.hover-slider {
    position: relative;
}

.wish-list {    
    position: absolute;
    top: 0;
    right: 0;
}

.wish-list.show {
    display: block;
}

.wish-list.animate {
    opacity: 1;
    transform: translateY(0);
}

.hover-slider:hover .wish-list {
    display: block;
    transition: 0.5s all;
}


.wish-list .btn img {
    width: auto;
    height: auto;
}

.wish-list .btn.liked svg path{
    fill: red;
    stroke: red;
}

.hover-slider {
    position: relative;
    display: inline-block;
}

.wish-list .btn {
    border: none;
    background-color: transparent;
}

.notification {
    position: absolute;

    right: 6%;
    display: none;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 999;
}

.notification.show {
    display: block;
    transform: translateY(0);
    opacity: 1;
}

.notification-block {
    width: 380px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    font-family: "Segoe UI", sans-serif;
}

.notification-block .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.notification-block .h-24 {
    color: #000;
}

.notification-block .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #838383;
    font-weight: 500;
    padding: 8px 16px;
    transition: all 0.3s;
}

.notification-block .nav-tabs .nav-link.active {
    border-color: var(--customizable-bg);
    color: #000;
}

.notification-block .notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-block .h-24 {
    color: #000;
    margin-bottom: 15px;
}

.notification-block .notification-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-item i {
    color: #0d6efd;
    font-size: clamp(0.9375rem, 1vw, 1.125rem);
    flex-shrink: 0;
}

.notification-text {
    font-size: clamp(1rem, 1vw, 1.25rem);
    color: var(--customizable-bg);
    line-height: 1.3;
}

.notification-time {
    font-size: 13px;
    color: var(--customizable-bg);
    margin-top: 2px;
}

.notification-dot {
    position: absolute;
    right: 8px;
    top: 20px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
}

/* hover slider css start 10-11-25 
/* Cart Panel Base */
/* ---------- Cart panel: slide-in/out ---------- */
.cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    transform: translateX(110%);
    opacity: 0;
    transition:
        transform 340ms cubic-bezier(0.2, 0.9, 0.3, 1),
        opacity 220ms ease;
    z-index: 1200;
    will-change: transform, opacity;
}

/* Visible state */
.cart-panel.active {
    transform: translateX(0);
    opacity: 1;
}

/* Use this only to remove from DOM flow after closing animation */
.cart-panel.hidden {
    display: none;
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.close-cart {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.close-cart:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.cart-toggle-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.cart-toggle-wrapper .cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition:
        transform 260ms cubic-bezier(0.2, 0.9, 0.3, 1),
        opacity 220ms ease;
    transform-origin: center center;
    z-index: 2;
    position: relative;
}

.cart-toggle-wrapper.active .cart-btn {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
}

.cart-toggle-wrapper .cart-home {
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(8px);
    transition:
        transform 300ms cubic-bezier(0.2, 0.9, 0.3, 1),
        opacity 260ms ease;
    z-index: 1;
    background: transparent;
}

.cart-toggle-wrapper.active .cart-home {
    opacity: 1;
    transform: translateY(0);
}

.cart-all-dtl {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.quantity-group .btn {
    min-width: 36px;
    padding: 0 8px;
}

.quantity-value {
    width: 48px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

.cart-delete {
    cursor: pointer;
}

.cart-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cart-item h3 {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 600;
}

.cart-body{
    flex: 1;
}

body:has(.cart-panel.active){
    overflow: hidden;
}

.inr-red {
    font-size: clamp(0.875rem, 1vw, 1rem);
    color: red;
    font-weight: 600;
    margin: 10px 0;
}

.inr-blck {
    font-size: clamp(0.875rem, 1vw, 1rem);
    color: #000;
    font-weight: 600;
    margin: 10px 0;
}

.cart-item .btn.cart-btn.d-block {
    margin: 10px 0;
    border-radius: 50px;
}

.input-group.quantity-group {
    margin: 0 auto;
}

.border-cart {
    padding: 15px;
    margin-top: 0;
    border-top: 1px solid var(--customizable-bg);
    border-bottom: 1px solid var(--customizable-bg);
}

.cart-product img {
    width: 100px;
}

.product-block.pd-y50.margin-heg .product-box h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.rum-box.view-rm img {
    width: auto;
    margin-left: 10px;
    height: auto;
}

.f-inbx img {
    width: 100%;
    object-fit: contain;
}

.hover-slider.hover-slider-2 {
    display: block !important;
}

.ofc-h250 {
    height: 250px;
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer !important;
}

.btn-theme {
    background: #203c70;
    color: white;
}

.ofc-hw200 {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.wish-life {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 4px;
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    opacity: 1;
    z-index: 99999 !important;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}

.wish-life .search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}

.wish-life .search-item:hover,
.wish-life .search-item.active {
    background-color: #f3f4f6;
}

.wish-life .search-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fafb;
    font-size: 14px;
    color: #6b7280;
}

.wish-life .search-text {
    flex: 1;
    min-width: 0;
}

.wish-life .search-title {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wish-life .search-meta {
    font-size: 12px;
    color: #6b7280;
}

.wish-life .search-empty {
    padding: 10px 14px;
    font-size: 13px;
    color: #6b7280;
}

.wish-life .search-section-title {
    padding: 8px 14px 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
}

/* Currency Selector Styles */
.currency-selector .nav-link {
    font-weight: 500;
    color: #333;
    padding: 8px 12px;
    border-radius: 6px;
    background: #f3f4f6;
    font-size: 14px;
}

.currency-selector .nav-link:hover {
    background: #e5e7eb;
}

.currency-selector .currency-symbol {
    font-weight: 600;
}

.currency-selector .dropdown-menu {
    min-width: 220px;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.currency-selector .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
}

.currency-selector .dropdown-item.active,
.currency-selector .dropdown-item:active {
    background-color: var(--customizable-bg) 21;
    color: #2e447d;
}

.currency-selector .dropdown-item:hover {
    background-color: #f5f5f5;
}

/* Ravi */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1750px;
        padding-inline: 30px;
    }
}
.aspect-96{
    aspect-ratio: 9/6;
}
.font-normal {
    font-weight: 400 !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.font-medium {
    font-weight: 500 !important;
}
.font-bold {
    font-weight: 700 !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: clamp(0.875rem, 1vw, 1rem) !important;
}
.f-18 {
    font-size: clamp(0.9375rem, 1vw, 1.125rem) !important;
}
.f-20 {
    font-size: clamp(1rem, 1vw, 1.25rem) !important;
}
.f-22 {
    font-size: clamp(1.125rem, 1.4vw, 1.375rem) !important;
}
.f-24 {
    font-size: clamp(1.125rem, 1.4vw, 1.5rem) !important;
}
.f-26 {
    font-size: clamp(1.375rem, 1.8vw, 1.625rem) !important;
}
.f-28 {
    font-size: clamp(1.5rem, 2vw, 1.75rem) !important;
}
.f-30 {
    font-size: clamp(1.25rem, 1.5vw, 1.875rem) !important;
}
.f-32 {
    font-size: clamp(1.75rem, 2vw, 2rem) !important;
}
.f-34 {
    font-size: clamp(1.75rem, 2vw, 2.125rem) !important;
}
.f-36 {
    font-size: clamp(2rem, 2.2vw, 2.25rem) !important;
}
.f-48 {
    font-size: clamp(2rem, 2.5vw, 3rem) !important;
}
.f-60 {
    font-size: clamp(2rem, 4vw, 3.75rem) !important;
}
.f-64 {
    font-size: clamp(3rem, 4.5vw, 4rem) !important;
}
.f-80 {
    font-size: clamp(3.5rem, 6vw, 5rem) !important;
}
.r-d-flex{
    display: flex !important;
}
.r-bg-primary {
    background-color: #0a359d !important;
}
.r-border-primary {
    border-color: #0a359d !important;
}
.r-bg-primary-200 {
    background-color: #f5faff !important;
}
.r-bg-blue {
    background-color: #14a0de !important;
}
.r-bg-red {
    background-color: #d30606 !important;
}
.r-bg-gray-100 {
    background-color: #F5F5F5 !important;
}
.r-text-gray {
    color: #837e7e !important;
}
.r-text-gray-600 {
    color: #4F4E53 !important;
}
.r-bg-gray {
    background-color: #9cadc0 !important;
}
.max-h-400 {
    max-height: 400px;
}
.size-10 {
    width: 10px !important;
    height: 10px !important;
}
.size-60 {
    width: 60px !important;
    height: 60px !important;
}
.size-65 {
    width: 65px !important;
    height: 65px !important;
}
.size-75 {
    width: 75px !important;
    height: 75px !important;
}
.size-84 {
    width: 84px !important;
    height: 84px !important;
}
.size-24 {
    width: 24px !important;
    height: 24px !important;
}
.px-5px {
    padding-inline: 5px !important;
}
.px-16 {
    padding-inline: 16px !important;
}
.px-24 {
    padding-inline: 24px !important;
}
.mx-24 {
    margin-inline: 24px !important;
}
.-mx-5px {
    margin-inline: -5px !important;
}
.-mx-16 {
    margin-inline: -16px !important;
}
.mb-32{
    margin-bottom: 32px !important;
}
.h-56 {
    height: 56px !important;
}
.h-54 {
    height: 54px !important;
}
.h-52 {
    height: 52px !important;
}
.h-46 {
    height: 46px !important;
}
.h-60 {
    height: 60px !important;
}
.w-fit{
    width: fit-content !important;
}
.w-56 {
    width: 56px !important;
}
.after-none::after {
    display: none !important;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.r-text-primary {
    color: #0a359d !important;
}
.bg-img-none{
    background-image: none !important;
}
.border-gray {
    border-color: #eeeeee !important;
}
.r-border-gray{
    border-color: #D9D9D9 !important;
}
.r-bg-gray-200{
    background-color: #D9D9D9 !important;
}
.rounded-10px{
    border-radius: 10px !important;
}
.rounded-5px{
    border-radius: 5px !important;
}
.min-w-100 {
    min-width: 100px;
}
.p-24{
    padding: 24px !important;
}
.pointer-event-none {
    pointer-events: none;
}
input,
select {
    outline: none;
}
.appearance-none {
    appearance: none;
}
.placeholderColor::placeholder {
  color: #D9D9D9;
  opacity: 1;
}

.placeholderColor::-ms-input-placeholder {
  color: #D9D9D9;
}
.p-30{
    padding: 30px !important;
    @media (width <= 576px) {
        padding: 16px !important;
    }
}
.r-btn-primary {
    background-color: #0a359d;
    font-size: clamp(1rem, 1vw, 1.25rem) !important;
    font-weight: 600;
    color: white;
    padding: 8px 16px;
    border-radius: 10px;
    border: none;
    outline: none;
    @media (width <= 576px) {
        border-radius: 8px;
    }
    &:disabled{
        background: #ddd;
        color: #8d8d8d;
    }
}
.product-info-r tr:last-child td {
    border-bottom: 0 !important;
}
.progress.category-progress{
    width: 120px;
}
.white-space-nowrap{
    white-space: nowrap !important;
}
.r-header {
    height: 90px;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #ffffffe6;
    border-bottom: 1px solid #eee;
    backdrop-filter: blur(8px);

    &[data-search="open"] {
        .r-search,
        .overlay {
            display: block !important;
        }
		backdrop-filter: none;
    }

    @media (width <= 576px) {
        height: 60px;
        .r-logo img {
            width: 60px !important;
        }
        .srh-rgt {
            width: 30px;
            height: 30px;
            i {
                font-size: 12px;
            }
        }
        .currency-selector .btn-currency {
            padding: 4px 10px !important;
            font-size: 12px;
        }
        .nav-item.nav-link.cart img {
            width: 30px;
        }
        .r-avatar {
            width: 30px !important;
            height: 30px !important;
            img {
                width: 12px;
            }
        }
    }

    .overlay {
        @media (width <= 991px) {
            background: #00000073;
            position: fixed;
            inset: 0;
            backdrop-filter: blur(4px);
        }
    }

    .r-search {
        flex: 1;
        max-width: 800px;
        padding-inline: 30px;
        @media (width <= 991px) {
            display: none !important;
            position: fixed;
            top: 12px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            .srh-rgt,
            svg {
                display: none;
            }
            .header__srh-box {
                padding: 0 20px;
                background-color: white !important;
                border-radius: 8px;
                .srh-left{
                    gap: 0 !important;
                }
            }
            .srh-left input {
                height: 48px;
                width: 320px;
                @media (width <= 576px) {
                    width: 100%;
                    font-size: 16px !important;
                }
            }
        }
        @media (width <= 576px) {
            max-width: 100%;
            width: 100%;
            padding-inline: 10px;
        }
    }

    .r-avatar {
        background: #d9d9d9;
        height: 47px;
        width: 47px;
        cursor: pointer;
    }
    .r-user-dropdown-menu {
        padding: 24px;
        width: 300px;
        max-height: calc(100vh - 100px);
        overflow: auto;

        &:has(.logRegMenu){
            padding: 16px 24px;
            width: 200px;
        }

        .icon-bx {
            width: 32px;
            height: 32px;
            @media (width <= 576px) {
                width: 24px;
                height: 24px;
                svg,
                img {
                    width: 18px;
                    height: 18px;
                }
            }
        }

        @media (width <= 576px) {
            padding: 16px;
            width: 100% !important;
            max-height: calc(100dvh - 60px);
            overflow: auto;
            left: 0 !important;
            right: 0 !important;
            top: 44px !important;
            transform: none !important;
        }
    }
    .notification-count {
        font-size: 10px;
        right: 0;
        padding: 2.5px 5px;
    }

    .notification-dropdown {
        box-shadow:
            0 10px 25px -5px rgba(0, 0, 0, 0.1),
            0 8px 10px -6px rgba(0, 0, 0, 0.05);
        width: 450px;
        &.show {
            display: flex;
        }
        .nav-link {
            position: relative;
            &::after {
                content: "";
                border-bottom: 2px solid white !important;
                width: 100%;
                position: absolute;
                height: 100%;
                bottom: 1px;
                left: 0;
            }
            &.active {
                font-weight: 700;
                &::after {
                    bottom: 0;
                    border-bottom-color: #14a0de !important;
                }
            }
        }
        .not-link {
            border-radius: 8px;
            padding: 8px 12px;
            transition: all 0.2s ease;
            &:hover {
                background-color: #f5f5f5;
            }
            @media (width <= 576px) {
                padding: 4px 8px;
            }
        }

        @media (width <= 576px) {
            width: 100%;
            max-height: calc(100vh - 60px);
            overflow: auto;
            left: 0 !important;
            right: 0 !important;
            top: 60px !important;
            transform: none !important;
            margin-top: 0 !important; 
        }
    }
}

.currency-selector{
    ul.dropdown-menu{
        @media (width <= 576px) {
            width: 100%;
            max-height: calc(100vh - 60px);
            overflow: auto;
            left: 0 !important;
            right: 0 !important;
            top: 60px !important;
            transform: none !important;
            margin-top: 0 !important; 
            border-radius: 0;
        }
    }
}

.seling-product {
    background-color: #9cadc0;
    padding-block: 56px;
    @media (width <= 576px) {
        padding-block: 24px;
    }
}
.recent-product {
    padding-block: 56px;
    @media (width <= 576px) {
        padding-block: 24px;
    }
}

.qty-wrpr {
    input {
        width: 100px;
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input[type="number"] {
        -webkit-appearance: textfield;
        appearance: textfield;
    }
}

.shop-related {
    background-color: #f5faff;
    padding-block: 56px;
    @media (width <= 576px) {
        padding-block: 24px;
    }
}

.top-seller {
    .swiper-navigation-icon {
        width: 10px;
        stroke: #203a76;
    }
    .swiper-button-next {
        right: 0px !important;
        padding: 0;
    }
    .swiper-button-prev {
        left: 0px !important;
        padding: 0;
    }
}

.r-datatbl {
    .row.dt-row .col-sm-12{
        overflow: auto;
    }
    table.dataTable{
        margin: 0 !important;
        thead th{
            white-space: nowrap;
            text-transform: capitalize;
            &:first-child{
                padding-left: 30px;
                @media (width <= 576px) {
                    padding-left: 16px;
                }
            }
            background-color: #F5FAFF;
            border-bottom: 0 !important;
            font-size: clamp(1rem, 1vw, 1.25rem);
            color: #000;
        }
        tbody td{
            font-size: clamp(0.9375rem, 1vw, 1.125rem);
            &:first-child{
                padding-left: 30px;
                @media (width <= 576px) {
                    padding-left: 16px;
                }
            }
        }
    }
    .dataTables_wrapper{
        .row{
            &:last-child{
                background-color: #F5FAFF;
                margin: 0;
                align-items: center;
                padding-inline: 20px;
                @media (width <= 767px) {
                    padding-top: 16px;
                }
            }
        }
    }
}

header{
    .menu-dropdown{
        background: #0a359d;
        position: absolute;
        inset-inline: 0;
        top: 90px;
        padding-block: 45px;
        color: white;
        display: none;
        overflow: auto;
        max-height: calc(100dvh - 90px);
        &.active{
            display: block;
            pointer-events: all;
        }
        @media (width <= 576px) {
            top: 60px;
            max-height: calc(100dvh - 60px);
            padding-block: 24px;
        }
    }
    .menuDopdownBtn{
        outline: none !important;
        @media (width <= 576px) {
            svg{
                width: 20px;
                height: 20px;
            }
        }
        @media (width <= 991px) {
            display: block !important;
            &.active{
                svg:last-child{
                    display: block !important;
                }
                svg:first-child{
                    display: none !important;
                }
            }
        }
    }
}
.ftr-whl p {
    max-width: 300px;
}
@media (width <= 1400px) {
    .odr-w-hero{
        .sc{
            width: 80px;
            height: 80px;
            @media (width <= 576px) {
                width: 60px;
                height: 60px;
            }
        }
    }
}
@media (width <= 1299px) {
    .max-xl-col-6{
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (width <= 991px) {
    body.open-menu{
        overflow: hidden;
        .menu-dropdown{
            pointer-events: auto;
        }
    }
    body:has(.dropdown-menu.show) {
        overflow: hidden;
    }
}
@media (width <= 768px) {
    .invoice-download a{
        width: 100%;
    }
}
@media (width <= 576px) {
    .max-sm-gap-12 {
        gap: 12px !important;
    }
    .max-sm-gap-8 {
        gap: 8px !important;
    }
    .max-sm-size-40 {
        width: 40px !important;
        height: 40px !important;
    }
    .max-sm-mb-16{
        margin-bottom: 16px !important;
    }
    .max-sm-p-16{
        padding: 16px !important;
    }
    .max-sm-col-12{
        flex: 0 0 auto;
        width: 100%;
    }
    .max-sm-h-44{
        height: 44px !important;
    }
    .max-sm-rounded-6{
        border-radius: 6px !important;
    }
    .continue-shopping{
        padding-block: 44px;
    }
    .max-sm-px-8 {
        padding-inline: 8px !important;
    }
    .-max-sm-mx-8 {
        margin-inline: -8px !important;
    }
    .max-sm-position-static{
        position: static !important;
    }
    .max-sm-px-16{
        padding-inline: 16px !important;
    }
    .max-sm-mx-16{
        margin-inline: 16px !important;
    }
}
