@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --input-placeholder-color: #222;
}

.rtl {
    direction: var(--web-direction);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: var(--web-primary);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--web-secondary);
}

.navbar-light .navbar-tool-icon-box {
    color: var(--web-primary);
}

.search_button {
    background-color: var(--web-primary);
}

.navbar-stuck-menu {
    background-color: var(--web-primary);
}

.mega-nav .nav-item .nav-link {
    color: var(--web-primary) !important;
}

.owl-theme .owl-nav [class*="owl-"],
.checkbox-alphanumeric label:hover {
    border-color: var(--web-primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--web-secondary) !important;
}

[type="radio"]:not(.show) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

[type="radio"]:not(.show) + span:after {
    box-shadow: 0 0 0 0.10em var(--web-secondary);
}

[type="radio"]:not(.show):checked + span:after {
    background: var(--web-secondary);
    box-shadow: 0 0 0 0.10em var(--web-secondary);
}

.navbar-tool .navbar-tool-label {
    background-color: var(--web-secondary) !important;
}

.btn--primary {
    color: #fff;
    background-color: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
}

.d--none {
    display: none;
}

.web-text-primary,
.text-primary {
    color: var(--web-primary) !important;
}

.btn--primary:hover {
    color: #fff;
    background-color: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
}

.btn-secondary {
    background-color: var(--web-secondary) !important;
    border-color: var(--web-secondary) !important;
}

.btn-outline-accent:hover {
    color: #fff;
    background-color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-accent {
    color: var(--web-primary);
    border-color: var(--web-primary);
}

.text-accent {
    color: var(--web-primary);
}

.text-base-2,
a:hover {
    color: var(--web-secondary);
}

.text-primary,
.text-base,
.active-menu {
    color: var(--web-primary) !important;
}

.page-item.active > .page-link {
    box-shadow: 0 0.5rem 1.125rem -0.425rem var(--web-primary)
}

.page-item.active .page-link {
    background-color: var(--web-primary)
}

.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active, .show > .btn-outline-accent.dropdown-toggle {
    background-color: var(--web-secondary);
    border-color: var(--web-secondary);
}

.btn-outline-primary {
    color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:hover {
    background-color: var(--web-secondary);
    border-color: var(--web-secondary);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 var(--web-secondary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 var(--web-primary);
}

.for-discount-value {
    background: var(--web-primary);
}

span.badge-accent {
    color: var(--base);
    background-color: var(--web-primary-40);
}

span.badge-accent:hover {
    color: var(--base) !important;
}

.custom-light-primary-color {
    background-color: var(--web-primary-10);
}

.custom-light-primary-color-20 {
    background-color: var(--web-primary-20);
}

.password-toggle-btn .custom-control-input:checked ~ .password-toggle-indicator {
    color: var(--web-primary);
}

.for-count-value {
    color: var(--web-primary)
}

.web--bg-primary {
    background-color: var(--web-primary);
}

.web--bg-secondary {
    background-color: var(--web-secondary);
}

.count-value {
    color: var(--web-primary);
}

@media (min-width: 768px) {
    .navbar-stuck-menu {
        background-color: var(--web-primary);
    }
}

@media (max-width: 767px) {
    .search_button .input-group-text i {
        color: var(--web-primary) !important;
    }

    .mega-nav1 {
        color: var(--web-primary) !important;
    }

    .mega-nav1 .nav-link {
        color: var(--web-primary) !important;
    }
}

@media (max-width: 471px) {
    .mega-nav1 {
        color: var(--web-primary) !important;
    }

    .mega-nav1 .nav-link {
        color: var(--web-primary) !important;
    }
}

.text-align-direction {
    text-align: var(--text-align-direction) !important;
}

.web-direction {
    direction: var(--web-direction) !important;
}

.social-media:hover {
    color: var(--web-secondary) !important;
}

.bg-white-overlay-50 {
    background: rgba(255, 255, 255, 0.05)
}

.min-width-160px {
    min-width: 160px !important;
}

.tracking-page .closet {
    float: var(--text-align-direction-alt);
}

.checkout-details-page .nav-tabs {
    border: none;
}

.checkout-details-page .nav-tabs .nav-item {
    width: 49%;
    text-align: center;
}

.checkout-details-page .nav-tabs .nav-link::before {
    height: 0;
}

.checkout-details-page .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: var(--web-primary);
    border-color: var(--web-primary);
}

.checkout-details-page .nav-tabs .nav-link {
    background: var(--web-secondary);
    border: 1px solid var(--web-secondary);
}

.bootstrap-select.dropdown.form-control button {
    border: 1px solid #e3e9ef !important;
}

.bootstrap-select.dropdown.form-control button:focus {
    outline: none !important;
    box-shadow: none;
}

@media (max-width: 600px) {
    .contact-us-page.sidebar_heading {
        background: var(--web-primary)
    }
}

.delete-account-dropdown-menu {
    width: 200px;
    min-width: 0 !important
}

.checkout-steps.steps-light .step-item.active .step-count, .checkout-steps.steps-light .step-item.active .step-progress {
    color: #FFFFFF;
    background-color: var(--web-primary);
}

.checkout-steps.steps-light .step-count, .checkout-steps.steps-light .step-progress {
    color: #4f4f4f;
    background-color: rgba(225, 225, 225, 0.67);
}

.checkout-steps.steps-light .step-item.active.current {
    color: var(--web-primary) !important;
    pointer-events: none;
}

.checkout-steps.steps-light .step-item {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
}

.list-group-flush .list-group-item li,
.list-group-flush .list-group-item li a {
    color: var(--web-primary);
}

.list-group-flush .list-group-item li,
.list-group-flush .list-group-item li a:hover {
    color: var(--web-secondary);
}

.order-summery-aside .cart_title {
    font-weight: 400 !important;
    font-size: 14px;
}

.order-summery-aside .cart_value {
    font-weight: 600 !important;
    font-size: 16px;
}

@media (max-width: 575px) {
    .order-summery-aside .cart_title,
    .order-summery-aside .cart_value {
        font-size: 14px;
    }
}

.order-summery-aside .__cart-total_sticky {
    position: sticky;
    top: 80px;
}

.order-details-nav.nav-menu > * {
    border: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    padding: .5rem 0;
    color: #9B9B9B;
}

.order-details-nav.nav-menu > *.active {
    border-color: #1455AC;
    color: #1455AC;
    font-weight: 700;
}

.max-width-150px {
    max-width: 150px;
}

.max-width-200px {
    max-width: 200px;
}

.max-width-350px {
    max-width: 350px;
}
.max-width-500px {
    max-width: 500px;
}

.width-300px {
    width: 300px;
}

.height-100px {
    height: 100px;
}

.max-height-500px {
    max-height: 500px !important;
}

[dir="ltr"] .heading_search {
    padding: 10px 29px 10px 20px;
}

[dir="rtl"] .heading_search {
    padding: 10px 20px 10px 29px;
}

[dir="ltr"] .chat_ib {
    padding: 0 0 6px 15px;
}

[dir="rtl"] .chat_ib {
    padding: 0 15px 6px 0;
}

[dir="ltr"] .received_msg {
    padding: 0 0 0 10px;
}

[dir="rtl"] .received_msg {
    padding: 0 10px 0 0;
}

[dir="ltr"] .received_withdraw_msg p {
    padding: 4px 8px 3px 10px;
}

[dir="rtl"] .received_withdraw_msg p {
    padding: 4px 10px 3px 8px;
}

.msg_history {
    padding: 0 15px;
}

[dir="ltr"] .send_msg p {
    padding: 5px 10px 5px 12px;
}

[dir="rtl"] .send_msg p {
    padding: 5px 12px 5px 10px;
}

.p-12px {
    padding: 12px;
}

[dir="ltr"] .ps-12px {
    padding-left: 12px;
}

[dir="rtl"] .ps-12px {
    padding-right: 12px;
}

[dir="ltr"] .float-start {
    float: left;
}

[dir="rtl"] .float-start {
    float: right;
}

[dir="ltr"] .float-end {
    float: right;
}

[dir="rtl"] .float-end {
    float: left;
}

[dir="ltr"] .ms-auto {
    margin-left: auto;
}

[dir="rtl"] .ms-auto {
    margin-right: auto;
}

[dir="ltr"] .ms-2 {
    margin-left: 0.5rem !important;
}

[dir="rtl"] .ms-2 {
    margin-right: 0.5rem !important;
}

[dir="ltr"] .me-2 {
    margin-right: 0.5rem !important;
}

[dir="rtl"] .me-2 {
    margin-left: 0.5rem !important;
}

[dir="ltr"] .me-3 {
    margin-right: 1rem !important;
}

[dir="rtl"] .me-3 {
    margin-left: 1rem !important;
}

[dir="ltr"] .me-4 {
    margin-right: 1.5rem !important
}

[dir="rtl"] .me-4 {
    margin-left: 1.5rem !important
}

[dir="ltr"] .ps-0 {
    padding-left: 0; !important;
}

[dir="ltr"] .ps-1 {
    padding-left: .25rem !important;
}

[dir="ltr"] .ps-2 {
    padding-left: .5rem !important;
}

[dir="ltr"] .ps-3 {
    padding-left: 1rem !important;
}

[dir="ltr"] .ps-4 {
    padding-left: 1.5rem !important;
}

[dir="ltr"] .ps-5 {
    padding-left: 3rem !important;
}

[dir="rtl"] .ps-0 {
    padding-right: 0 !important;
}

[dir="rtl"] .ps-1 {
    padding-right: .25rem !important;
}

[dir="rtl"] .ps-2 {
    padding-right: .5rem !important;
}

[dir="rtl"] .ps-3 {
    padding-right: 1rem !important;
}

[dir="rtl"] .ps-4 {
    padding-right: 1.5rem !important;
}

[dir="rtl"] .ps-5 {
    padding-right: 3rem !important;
}

[dir="ltr"] .pe-0 {
    padding-right: 0 !important
}

[dir="ltr"] .pe-1 {
    padding-right: .25rem !important
}

[dir="ltr"] .pe-2 {
    padding-right: .5rem !important
}

[dir="ltr"] .pe-3 {
    padding-right: 1rem !important
}

[dir="ltr"] .pe-4 {
    padding-right: 1.5rem !important
}

[dir="ltr"] .pe-5 {
    padding-right: 3rem !important
}

[dir="rtl"] .pe-0 {
    padding-left: 0 !important
}

[dir="rtl"] .pe-1 {
    padding-left: .25rem !important
}

[dir="rtl"] .pe-2 {
    padding-left: .5rem !important
}

[dir="rtl"] .pe-3 {
    padding-left: 1rem !important
}

[dir="rtl"] .pe-4 {
    padding-left: 1.5rem !important
}

[dir="rtl"] .pe-5 {
    padding-left: 3rem !important
}


.category-list-in-header {
    padding: 10px;
    border: 1px solid #0000001f;
    width: 100%;
    cursor: pointer;
    background: white
}

.min-width-600px {
    min-width: 600px;
}

.loading-parent {
    margin-top: 10rem;
    position: fixed;
    z-index: 9999;
}

.payment-loading-parent {
    position: fixed;
    z-index: 9999;
    left: 40%;
    top: 37%;
    width: 100%
}

[dir="ltr"] .navbar form .search_button {
    border-radius: 0 7px 7px 0;
    left: unset;
    right: 0;
    top: 0
}

[dir="rtl"] .navbar form .search_button {
    border-radius: 7px 0 0 7px;
    right: unset;
    left: 0;
    top: 0
}

.header-subcategories-links {
    font-family: sans-serif !important;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 50px;
}

.mt-minus-11px {
    margin-top: -11px;
}

[dir="ltr"] .dir-end-minus-7px {
    right: -7px;
}

[dir="rtl"] .dir-end-minus-7px {
    left: -7px;
}

.category-single-product-price {
    font-size: 12px !important;
    color: #9B9B9B !important;
}

.modal-quick-view .product-title2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    color: #000000 !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.2em;
    line-height: 1.2em;
}

.modal-quick-view .cz-product-gallery {
    display: block;
    max-height: 530px;
    overflow: hidden;
}

.modal-quick-view .cz-product-gallery .table-responsive {
    overflow: hidden;
    max-height: 80px;
}

.modal-quick-view .cz-preview {
    width: 100%;
    margin-top: 0;
    max-height: 100% !important;
}

.modal-quick-view .cz-preview-item > img {
    width: 100%;
}

.modal-quick-view .details {
    border: 1px solid #E2F0FF;
    border-radius: 3px;
    padding: 16px;
}

@media (max-width: 991px) {
    .modal-quick-view .details {
        border: none;
        border-radius: 0;
        padding: 0;
    }
}

img, figure {
    max-width: 100%;
    vertical-align: middle;
}

.modal-quick-view .cz-thumblist-item {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: .625rem;
    transition: border-color 0.2s ease-in-out;
    border: 1px solid #E2F0FF;
    border-radius: .3125rem;
    text-decoration: none !important;
    overflow: hidden;
}

.modal-quick-view .for-hover-bg {
    font-size: 18px;
    height: 45px;
}

.modal-quick-view .cz-thumblist-item > img {
    display: block;
    width: 80%;
    transition: opacity .2s ease-in-out;
    max-height: 58px;
    opacity: .6;
}

@media (max-width: 767px) and (min-width: 576px) {
    .modal-quick-view .cz-preview-item > img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .modal-quick-view .cz-thumblist {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1rem;
        padding-right: 22px;
        padding-bottom: 10px;
    }

    .modal-quick-view .cz-thumblist-item {
        margin: 0;
    }

    .modal-quick-view .cz-thumblist {
        padding-top: 8px !important;
    }

    .modal-quick-view .cz-preview-item > img {
        width: 100%;
    }
}

.product-details-seller-info {
    position: absolute;
    inset-inline-end: 24px;
    inset-block-start: -4px;
}

.image-default-bg-color{
    background-color: #1455ac10;
}

@media (min-width: 768px) {
    [dir="ltr"] .text-md-start {
        text-align: left !important;
    }
    [dir="rtl"] .text-md-start {
        text-align: right !important;
    }
}
.owl-theme .owl-nav *,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--web-primary) !important;;
}


.rating {
    cursor: pointer;
    --dir: right;
    --fill: #1455AC;
    --fillbg: rgba(100, 100, 100, 0.15);
    --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
    --stars: 5;
    --starsize: 2.5rem;
    --symbol: var(--star);
    --value: 1;
    --w: calc(var(--stars) * var(--starsize));
    --x: calc(100% * (var(--value) / var(--stars)));
    block-size: var(--starsize);
    inline-size: var(--w);
    position: relative;
    touch-action: manipulation;
    -webkit-appearance: none;
}

[dir="rtl"] .rating {
    --dir: left;
}

.rating::-moz-range-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-webkit-slider-runnable-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
    -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-moz-range-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
}

.rating::-webkit-slider-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
    -webkit-appearance: none;
}

.rating, .rating-label {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

.rating-label {
    margin-block-end: 1rem;
}

.rating--nojs::-moz-range-track {
    background: var(--fillbg);
}

.rating--nojs::-moz-range-progress {
    background: var(--fill);
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--star);
}

.rating--nojs::-webkit-slider-runnable-track {
    background: var(--fillbg);
}

.rating--nojs::-webkit-slider-thumb {
    background-color: var(--fill);
    box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
    opacity: 1;
    width: 1px;
}

[dir="rtl"] .rating--nojs::-webkit-slider-thumb {
    box-shadow: var(--w) 0 0 var(--w) var(--fill);
}

.top-1 {
    top: .5rem;
}

.left-1 {
    left: .5rem;
}

#dataTable_wrapper > .row:nth-child(1){
    display: flex;
}
#dataTable_wrapper > .row:nth-child(1) #dataTable_length{
    display: none;
}
[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
    padding-inline-end: 0 !important;
}
[dir="rtl"] div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0;
}

[dir="rtl"] .cz-image-zoom {
    direction: rtl;
}

[dir="rtl"] .cz-image-zoom-pane {
    direction: ltr;
}

.social-share-popup{
    padding: 25px;
    width: 100%;
}

.social-share-popup :is(header, .icons, .field){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-share-popup header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
.social-share-popup header span{
    font-size: 21px;
    font-weight: 600;
}
.social-share-popup header .close, .icons a{
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.social-share-popup header .close{
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
.social-share-popup header .close:hover{
    background: #ebedf9;
}
.social-share-popup .content{
    margin: 20px 0;
}
.social-share-popup .icons{
    display: flex;
    justify-content: center;
    margin: 15px 0 20px 0;
    gap: 1.5rem;
    list-style: none;
}
.social-share-popup .content p{
    font-size: 16px;
}
.social-share-popup .content .icons li a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.social-share-popup .icons li a i{
    transition: transform 0.3s ease-in-out;
}
.social-share-popup .icons li:nth-child(1) a{
    color: #1877F2;
    border-color: #b7d4fb;
}
.social-share-popup .icons li:nth-child(1):hover a{
    background: #1877F2;
}
.social-share-popup .icons li:nth-child(2) a{
    color: #46C1F6;
    border-color: #b6e7fc;
}
.social-share-popup .icons li:nth-child(2):hover a{
    background: #46C1F6;
}
.social-share-popup .icons li:nth-child(3) a {
    color: #e1306c;
    border-color: #f5bccf;
}
.social-share-popup .icons li:nth-child(3):hover a{
    background: #e1306c;
}
.social-share-popup .icons li:nth-child(4) a{
    color: #25D366;
    border-color: #bef4d2;
}
.social-share-popup .icons li:nth-child(4):hover a{
    background: #25D366;
}
.social-share-popup .icons li:nth-child(5) a{
    color: #0088cc;
    border-color: #b3e6ff;
}
.social-share-popup .icons li:nth-child(5):hover a{
    background: #0088cc;
}
.social-share-popup .icons li:hover a{
    color: #fff;
    border-color: transparent;
}
.social-share-popup .icons li:hover a i{
    transform: scale(1.2);
}
.social-share-popup .content .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}
.social-share-popup .field.active{
    border-color: #7d2ae8;
}
.social-share-popup .field i{
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.social-share-popup .field.active i{
    color: #7d2ae8;
}
.social-share-popup .field input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}
.social-share-popup .field button{
    color: #fff;
    padding: 5px 18px;
    background: var(--base);
    border: 0;
    border-radius: 5px;
}

.user-profile-container {
    background: rgba(252, 252, 252, 1);
    direction: var(--web-direction);
}

.line-height-16 {
    line-height: 16px;
}

.customer-profile-wishlist .price-range,
.customer-profile-wishlist .price-range .fs-16 {
    font-size: 13px;
}

.customer-profile-wishlist .price-range del {
    font-size: 14px;
}
.customer-profile-wishlist .price-range .discounted_unit_price {
    font-size: 15px;
}

.customer-profile-orders .status-badge {
    height: 25px;
    padding: 3px 15px 3px 15px;
    border-radius: 5px;
}

.text-secondary-50 {
    color: rgba(155, 155, 155, 1);
}

.border-lighter {
    border: 1px solid rgba(20, 85, 172, 0.05);
}

.user-profile-aside .aside-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.user-profile-aside .active-menu .aside-link {
    font-weight: 600;
}

.shadow-border {
    border: 3px solid #9b9b9b45 !important;
}

.details-text-justify h1,
.details-text-justify h2,
.details-text-justify h3,
.details-text-justify h4,
.details-text-justify h5,
.details-text-justify h6 {
    text-align: start;
}

.max-height-100px {
    max-height: 100px;
    overflow: hidden;
}

.min-height-auto {min-height: auto !important}
.min-height-100px {min-height: 100px}
.max-height-200px {max-height: 200px;overflow: hidden}
.tio-star.text-star,
.tio-star.text-warning {color: rgba(255, 125, 30, 1) !important}

.map-area-alert-border {
    border: 2px solid transparent;
}

.map-area-alert-danger {
    border: 2px solid red;
    border-radius: 5px;
    overflow: hidden;
}

.location-search-input-field {
    top: 10px !important;
    outline: none;
    border: 1px solid #b1b1b1;
    padding: 5px 10px;
    left: 250px !important;
    height: 40px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .gmnoprint.gm-style-mtc-bbw {
        display: none;
    }
    .location-search-input-field {
        left: 10px !important;
    }
}
.text-force-underline {
    text-decoration: underline !important;
}

.temporarily-closed-sticky-alert {
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 15px;
}

.temporarily-closed-sticky-alert div.alert-box {
    background-color: rgba(254, 247, 209, 1);
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 20px;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.temporarily-closed-sticky-alert div.alert-box img {
    width: 25px;
}

.temporarily-closed-sticky-alert div button {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    min-width: 20px;
}

.light-placeholder::-webkit-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::-moz-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder:-ms-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::-ms-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

@media (max-width: 575px) {
    .mobile-fs-12 {
        font-size: 12px !important;
    }
}

.search-result-product-button {
    width: 100%;
    display: grid;
    grid-template-columns: 1rem 1fr 2rem;
    gap: .5rem;
}

.search-bar-input {
    padding-right: 5rem !important;
}

@media (max-width: 767px) {
    .search-bar-input {
        padding-right: 1rem !important;
    }
}

#lightbox {
    display: flex;
    flex-direction: column-reverse;
}

.direction-ltr {
    direction: ltr !important;
}

.custom-cart-opacity-50 {
    opacity: 50%;
}

[dir="rtl"] .__chat-seller .aSend {
    transform: rotate(180deg);
}

.search-card.mobile-search-card {
    top: calc(100% - 1px);
    left: 0;
    position: absolute;
    background: white;
    z-index: 999;
    width: 100%;
    display: none;
}

[dir="rtl"] .category-wise-product-slider .owl-nav,
[dir="rtl"] .new-arrivals-product .owl-nav {
    display: flex !important;
}

.img-avatar-parent-element {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
}

.img-avatar-parent-element img {
    object-fit: cover;
    height: 100%;
    width: auto;
}
.owl-nav.disabled{
    display: none !important
}


.alert--message-2 {
    border-left: 3px solid var(--base);
    border-radius: 6px;
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 9999;
    background: #fff;
    width: 80vw;
    display: flex;
    max-width: 330px;
    align-items: center;
    gap: 12px;
    padding: 16px;
    font-size: 12px;
    transition: all ease 0.5s;
}

.alert--message-2 h6 {
    font-size: 16px;
}

.alert--message-2:not(.active) {
    transform: translateX(calc(100% + 40px));
}
.alert--container {
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 9999;
    width: 80vw;
    max-width: 330px;
}
.alert--container:not(.active) {
    opacity: 0;
    visibility: hidden;
}
.alert--container .alert {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    margin-bottom: 10px;
    width: 100% !important;
}

.alert--container .alert:not(.active) {
    display: none;
}
.w--0 {
    width: 0;
    flex-grow: 1;
}

.shop-head-check[type='checkbox'],
.shop-item-check[type='checkbox'] {
    cursor: pointer;
}

[dir="rtl"] .checkbox-color input {
    right: -9999px;
    left: auto;
    position: absolute;
}
[dir="rtl"] .checkbox-alphanumeric input{
    right: -9999px;
    left: auto;
    position: absolute;
}

.color-bs-primary-force,
.color-bs-primary-force:focus {
    color: var(--web-primary) !important;
}

.absolute-ltr {
    direction: ltr !important;
}

[dir="rtl"] input[type="tel" i] {
    direction: rtl;
}

body {
    word-break: break-word;
}

.rich-editor-html-content table {
    color: var(--title-color);
    max-width: 100% !important;
}

.rich-editor-html-content table > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}

.rich-editor-html-content table > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
}

.rich-editor-html-content table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.rich-editor-html-content table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.rich-editor-html-content table > tbody {
    vertical-align: inherit;
}

.rich-editor-html-content table > thead {
    vertical-align: bottom;
}

.rich-editor-html-content table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ==========================================================================
   Modern Product Card Shadow & Design System
   ========================================================================== */

/* Outer carousel container padding so card shadows never get clipped */
.flash_deal_product_slider,
.owl-carousel,
.slick-slider,
.recommended-product-slider,
.featured_products,
.carousel-wrap {
    padding: 12px 6px !important;
}

/* Base Product Card styling with rich shadow */
.product-single-hover,
.flash_deal_product,
.category-single-product,
.product-card-1 {
    background-color: #ffffff !important;
    border-radius: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Hover elevation & glowing shadow */
.product-single-hover:hover,
.flash_deal_product:hover,
.category-single-product:hover,
.product-card-1:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.06) !important;
    border-color: rgba(227, 30, 36, 0.3) !important;
}

/* Product image zoom effect */
.product-single-hover .inline_product img,
.product-single-hover img,
.flash_deal_product img {
    transition: transform 0.4s ease-in-out !important;
}

.product-single-hover:hover .inline_product img,
.product-single-hover:hover img,
.flash_deal_product:hover img {
    transform: scale(1.06) !important;
}

/* Discount Badge Design */
.for-discount-value {
    background: linear-gradient(135deg, #e31e24 0%, #c81318 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    border-radius: 20px !important;
    padding: 3px 10px !important;
    box-shadow: 0 3px 8px rgba(227, 30, 36, 0.35) !important;
    border: none !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 5 !important;
}

/* Product Title & Price Details */
.product-single-hover .single-product-details,
.flash_deal_product_details {
    padding: 12px 14px 14px 14px !important;
    background-color: var(--dark-bg-card, #151c2c) !important;
}

.product-single-hover .single-product-details a,
.flash-product-title {
    color: var(--dark-text-primary, #f3f4f6) !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    transition: color 0.2s ease !important;
}

.product-single-hover .single-product-details a:hover,
.flash-product-title:hover {
    color: #e31e24 !important;
}

/* Product Price styling */
.product-single-hover .product-price,
.flash-product-price {
    font-weight: 800 !important;
    font-size: 15px !important;
    color: #e31e24 !important;
}

.category-single-product-price {
    font-size: 12px !important;
    color: #9ca3af !important;
    margin-right: 6px !important;
}

/* ==========================================================================
   GLOBAL DARK THEME DESIGN SYSTEM
   ========================================================================== */

:root {
    --dark-bg-body: #0b0f19;
    --dark-bg-card: #151c2c;
    --dark-bg-subcard: #1e293b;
    --dark-bg-input: #1e293b;
    --dark-border-color: rgba(255, 255, 255, 0.09);
    --dark-border-color-hover: rgba(255, 255, 255, 0.2);
    --dark-text-primary: #f3f4f6;
    --dark-text-secondary: #9ca3af;
    --dark-text-muted: #6b7280;
    --dark-navbar-bg: #0f172a;
    --dark-header-top-bg: #090d16;
    --dark-footer-bg: #070a10;
}

/* Base Body & Backgrounds */
body, html {
    background-color: var(--dark-bg-body) !important;
    color: var(--dark-text-primary) !important;
}

body *, 
.__inline-61 {
    border-color: var(--dark-border-color);
}

.bg-white, 
.bg-light, 
.bg--light, 
.bg-secondary, 
.bg-gray-100, 
.bg-gray-200,
.bg-F8F9FC,
.bg-F7F8FA,
.bg-FAFAFA,
.bg-fcfcfc,
.bg-f9f9f9,
.bg-EFEFEF,
.bg-DFEDFF {
    background-color: var(--dark-bg-card) !important;
    color: var(--dark-text-primary) !important;
}

/* Text Colors */
p, span, label, td, th, h1, h2, h3, h4, h5, h6,
.text-dark, .text-black, .text-heading, .font-bold, .text-nowrap,
.featured_deal_title, .flash_deal_title, .arrival-title, .categories-title,
.seller-list-title, .category-product-view-title, .widget-title, .card-title,
.navbar-tool-text, .nav-link, .category_title, .product-title2, .product-title1 {
    color: var(--dark-text-primary) !important;
}

.text-muted, .text-secondary, .text-body,
.flash-product-review, .review-count, .deal-title {
    color: var(--dark-text-secondary) !important;
}

/* Headers & Navigation */
header, 
.navbar, 
.topbar, 
.navbar-stuck-menu, 
.navbar-light, 
.top-header, 
.header-bar,
.navbar-stuck,
.search_button {
    background-color: var(--dark-navbar-bg) !important;
    border-color: var(--dark-border-color) !important;
}

.navbar-tool-icon-box {
    background-color: var(--dark-bg-subcard) !important;
    border-color: var(--dark-border-color) !important;
}

.navbar-tool-text, .navbar-tool-icon-box i {
    color: var(--dark-text-primary) !important;
}

/* Cards & Components */
.card,
.product-card,
.product-single-hover,
.flash_deal_product,
.category_div,
.__featured-deal-wrap,
.banner_card,
.__best-selling,
.featured_product_details,
.flash_deal_product_details,
.single-product-details,
.seller-card,
.shop-card,
.cz-product-gallery,
.details,
.modal-content,
.dropdown-menu,
.list-group-item,
.cart-dropdown .dropdown-menu {
    background-color: var(--dark-bg-card) !important;
    border: 1px solid var(--dark-border-color) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
    color: var(--dark-text-primary) !important;
}

.product-single-hover:hover,
.flash_deal_product:hover,
.card:hover {
    border-color: var(--dark-border-color-hover) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6) !important;
}

.flash_deal_product_pic,
.deal_latest_product .product-card .card-header,
.image-default-bg-color {
    background-color: var(--dark-bg-subcard) !important;
}

/* Form Controls & Inputs */
input, 
select, 
textarea, 
.form-control, 
.custom-select, 
.form-select,
.bootstrap-select .btn,
.input-group-text {
    background-color: var(--dark-bg-input) !important;
    color: var(--dark-text-primary) !important;
    border: 1px solid var(--dark-border-color) !important;
}

input::placeholder, textarea::placeholder {
    color: var(--dark-text-muted) !important;
}

input:focus, select:focus, textarea:focus, .form-control:focus {
    background-color: var(--dark-bg-input) !important;
    color: var(--dark-text-primary) !important;
    border-color: var(--web-primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(27, 127, 237, 0.25) !important;
}

/* Dropdowns & Modals */
.dropdown-menu, .dropdown-item {
    background-color: var(--dark-bg-subcard) !important;
    color: var(--dark-text-primary) !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: var(--web-primary) !important;
}

.modal-header, .modal-footer {
    border-color: var(--dark-border-color) !important;
    background-color: var(--dark-bg-card) !important;
}

/* Tables & Lists */
table, .table {
    color: var(--dark-text-primary) !important;
    border-color: var(--dark-border-color) !important;
}

table th, table td, .table th, .table td {
    background-color: var(--dark-bg-card) !important;
    border-color: var(--dark-border-color) !important;
    color: var(--dark-text-primary) !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.02) !important;
}

/* Footer & Additional Sections */
footer, .footer, .footer-top, .footer-bottom, .bg-footer {
    background-color: var(--dark-footer-bg) !important;
    color: var(--dark-text-secondary) !important;
    border-top: 1px solid var(--dark-border-color) !important;
}

footer a, .footer a {
    color: var(--dark-text-secondary) !important;
}

footer a:hover, .footer a:hover {
    color: var(--web-primary) !important;
}

/* Section Containers & Banners */
.deal_of_the_day {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    border: 1px solid var(--dark-border-color) !important;
    border-radius: 8px !important;
}

.new-arrival-section, .featured_deal {
    background-color: transparent !important;
}

/* Buttons & Badges */
.btn-light, .btn-secondary {
    background-color: var(--dark-bg-subcard) !important;
    border-color: var(--dark-border-color) !important;
    color: var(--dark-text-primary) !important;
}

.btn-light:hover, .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

/* Scrollbars */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: var(--dark-bg-body);
}
::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--web-primary);
}

/* ==========================================================================
   DARK THEME FIXES: CATEGORIES DROPDOWN & PRODUCT DETAILS SIDEBAR
   ========================================================================== */

/* Category Dropdown Button in Navbar Header */
.category-menu-toggle-btn,
.__mega-nav,
.mega-nav,
.mega-nav1,
.category-menu-wrap,
.__mega-nav .nav-item .nav-link,
.category-menu-toggle-btn-text {
    background-color: var(--dark-bg-subcard, #1e293b) !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

.category-menu-toggle-btn-text,
.category-menu-toggle-btn span,
.category-menu-toggle-btn i,
.category-menu-toggle-btn svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.category-menu-toggle-btn:hover {
    background-color: #2d3d54 !important;
    color: #ffffff !important;
}

.__dropdown-menu-2,
.mega-nav .dropdown-menu,
.category-menu,
.mega_menu {
    background-color: var(--dark-bg-card, #151c2c) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.1)) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.__dropdown-menu-2 a,
.mega-nav .dropdown-menu a,
.category-menu a,
.mega_menu a {
    color: var(--dark-text-primary, #f3f4f6) !important;
}

.__dropdown-menu-2 a:hover,
.mega-nav .dropdown-menu a:hover,
.category-menu a:hover,
.mega_menu a:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: var(--web-primary) !important;
}

/* Product Details Page - Right Sidebar & Feature List */
.product-details-shipping-details,
.__inline-23 .product-details-shipping-details,
.__inline-31,
.seller-info-box {
    background-color: var(--dark-bg-card, #151c2c) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.09)) !important;
    border-radius: 8px !important;
    color: var(--dark-text-primary, #f3f4f6) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.product-details-shipping-details span,
.product-details-shipping-details div,
.__inline-31 span,
.__inline-31 div,
.shipping-details-bottom-border span {
    color: var(--dark-text-primary, #f3f4f6) !important;
}

.shipping-details-bottom-border,
.__inline-23 .shipping-details-bottom-border {
    border-bottom: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.08)) !important;
}

/* Product Details Gallery & Image Container */
.cz-product-gallery,
.cz-preview,
.cz-preview-item,
.cz-thumblist-item,
.product-gallery-preview,
.product-details-page .product-title2 {
    background-color: var(--dark-bg-card, #151c2c) !important;
    border-color: var(--dark-border-color, rgba(255, 255, 255, 0.09)) !important;
    color: var(--dark-text-primary, #f3f4f6) !important;
}

.cz-thumblist-item {
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.1)) !important;
}

.cz-thumblist-item.active,
.cz-thumblist-item:hover {
    border-color: var(--web-primary) !important;
}

/* ==========================================================================
   FOOTER SLIDER & FEATURE CARDS DARK THEME STYLING
   ========================================================================== */

.footer-slider-container {
    background-color: transparent !important;
}

.footer-slide-item {
    background-color: var(--dark-bg-card, #151c2c) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.12)) !important;
    border-radius: 12px !important;
    padding: 24px 16px 20px !important;
    transition: all 0.3s ease !important;
}

.footer-slide-item:hover {
    background-color: var(--dark-bg-subcard, #1e293b) !important;
    border-color: var(--dark-border-color-hover, rgba(255, 255, 255, 0.25)) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.footer-slide-item img {
    width: 44px !important;
    height: 44px !important;
    margin: 0 auto 16px !important;
    padding: 7px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
    object-fit: contain !important;
}

.footer-slide-item p {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}

.footer-slide-item small {
    color: #cbd5e1 !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    opacity: 0.9 !important;
}

.custom-light-primary-color-20 {
    background-color: var(--dark-footer-bg, #070a10) !important;
}

.footer-header {
    color: #ffffff !important;
}

.widget-list-link {
    color: #9ca3af !important;
}

.widget-list-link:hover {
    color: var(--web-primary) !important;
}

/* ==========================================================================
   PRODUCT CATALOG & SEARCH SIDEBAR DARK THEME STYLING
   ========================================================================== */

/* Top Header Bar on Product Search / Category Page */
.search-page-header {
    background-color: var(--dark-bg-card, #151c2c) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.09)) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px !important;
}

.search-page-header h5,
.search-page-header div,
.search-page-header span {
    color: var(--dark-text-primary, #f3f4f6) !important;
}

/* Sorting Box ("Trier par") */
.sorting-item {
    background-color: var(--dark-bg-subcard, #1e293b) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.12)) !important;
    box-shadow: none !important;
    border-radius: 6px !important;
}

.sorting-item label,
.sorting-item label span,
.sorting-item select,
.sorting-item option {
    color: var(--dark-text-primary, #f3f4f6) !important;
    background-color: var(--dark-bg-subcard, #1e293b) !important;
}

.sorting-item svg path {
    stroke: #9ca3af !important;
}

/* Left Filter Sidebar ("Filtre", "Prix", etc.) */
.cz-sidebar,
#shop-sidebar,
#SearchParameters,
.__search-sidebar,
.cz-sidebar-header {
    background-color: var(--dark-bg-card, #151c2c) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.09)) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.__cate-side-title,
.widget-title,
.cz-sidebar .widget-title,
.__search-sidebar .widget-title {
    color: var(--dark-text-primary, #f3f4f6) !important;
    border-color: var(--dark-border-color, rgba(255, 255, 255, 0.09)) !important;
}

/* Price Range Inputs & Filter Controls */
.cz-filter-search,
input.bg-white.cz-filter-search,
.__cate-side-price input {
    background-color: var(--dark-bg-input, #1e293b) !important;
    color: var(--dark-text-primary, #f3f4f6) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.12)) !important;
}

.__cate-side-price p {
    color: var(--dark-text-secondary, #9ca3af) !important;
}

/* ==========================================================================
   BRANDS & CATEGORIES SIDEBAR FILTER STYLING
   ========================================================================== */

/* Brands Filter Section ("Marques") */
.__brands-cate-wrap {
    color: var(--dark-text-primary, #f3f4f6) !important;
}

.__brands-cate-wrap .brand,
.__brands-cate-wrap .brand li,
.__brands-cate-wrap .brand .text-start,
.__brands-cate-wrap li div {
    color: var(--dark-text-primary, #f3f4f6) !important;
}

.__brands-cate-wrap .brand:hover .text-start,
.__brands-cate-wrap .brand li:hover .text-start,
.for-brand-hover:hover {
    color: var(--web-primary) !important;
}

/* Brand Product Count Pill Badges */
.__brands-cate-badge {
    background-color: var(--dark-bg-subcard, #1e293b) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.15)) !important;
    color: var(--dark-text-primary, #f3f4f6) !important;
    border-radius: 12px !important;
    padding: 2px 10px !important;
}

.__brands-cate-badge span {
    color: var(--dark-text-primary, #f3f4f6) !important;
    font-weight: 600 !important;
}

/* Categories Accordion Filter Section */
.menu--caret-accordion,
.menu--caret-accordion .card-header {
    background-color: transparent !important;
    border-color: var(--dark-border-color, rgba(255, 255, 255, 0.08)) !important;
}

.menu--caret-accordion .card-header label,
.for-hover-label {
    color: var(--dark-text-primary, #f3f4f6) !important;
}

.menu--caret-accordion .card-header label:hover,
.for-hover-label:hover {
    color: var(--web-primary) !important;
}

.menu--caret i,
.menu--caret strong {
    color: var(--dark-text-secondary, #9ca3af) !important;
}

/* Search Brand Input Box */
#search-brand,
.__inline-38 {
    background-color: var(--dark-bg-input, #1e293b) !important;
    color: var(--dark-text-primary, #f3f4f6) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.12)) !important;
}

.__cate-side-price .input-group-text {
    background-color: var(--dark-bg-subcard, #1e293b) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.12)) !important;
    color: var(--dark-text-secondary, #9ca3af) !important;
}

/* ==========================================================================
   HEADER & NAVBAR PREMIUM DESIGN SYSTEM POLISH
   ========================================================================== */

/* Top Header Bar Background */
.navbar-sticky.mobile-head,
.navbar-sticky.mobile-head .navbar {
    background: linear-gradient(180deg, #0d131f 0%, #0b0f19 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

/* Deliver to Location Widget */
#location-display-trigger {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    padding: 4px 12px !important;
    transition: all 0.2s ease !important;
}

#location-display-trigger:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Category Button in Second Nav Bar */
.category-menu-toggle-btn {
    background: linear-gradient(135deg, #1b7fed 0%, #0f58b7 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 8px 18px !important;
    box-shadow: 0 4px 14px rgba(27, 127, 237, 0.35) !important;
    transition: all 0.25s ease !important;
    border: none !important;
}

.category-menu-toggle-btn:hover {
    background: linear-gradient(135deg, #2589f5 0%, #1b7fed 100%) !important;
    box-shadow: 0 6px 20px rgba(27, 127, 237, 0.5) !important;
    transform: translateY(-1px) !important;
}

/* Second Navigation Bar Container & Links */
.navbar-stuck-menu {
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.navbar-stuck-menu .navbar-nav > .nav-item > .nav-link {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.navbar-stuck-menu .navbar-nav > .nav-item:hover > .nav-link,
.navbar-stuck-menu .navbar-nav > .nav-item.active > .nav-link {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.09) !important;
}

/* Action Buttons in Header Nav ("Services Publics", "Faire un don") */
.btn-public-utility,
.navbar-expand-md .navbar-nav .nav-item > a.btn-public-utility:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    border-radius: 25px !important;
    padding: 7px 20px !important;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35) !important;
    border: none !important;
    transition: all 0.25s ease !important;
}

.btn-public-utility:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    color: #0f172a !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5) !important;
    transform: translateY(-1px) !important;
}

.btn-donate,
.navbar-expand-md .navbar-nav .nav-item > a.btn-donate {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    border-radius: 25px !important;
    padding: 7px 20px !important;
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35) !important;
    border: none !important;
    transition: all 0.25s ease !important;
}

.btn-donate:hover {
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5) !important;
    transform: translateY(-1px) !important;
}

/* Navbar Action Icons (Wishlist, Account, Cart) */
.navbar-toolbar .navbar-tool-icon-box {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
}

.navbar-toolbar .navbar-tool:hover .navbar-tool-icon-box {
    background: rgba(27, 127, 237, 0.2) !important;
    border-color: rgba(27, 127, 237, 0.5) !important;
    transform: translateY(-2px) !important;
}

.navbar-toolbar .navbar-tool-icon-box i,
.navbar-toolbar .navbar-tool-icon-box svg {
    color: #f1f5f9 !important;
}

.navbar-tool-label {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.5) !important;
    border: 1px solid #0f172a !important;
}

/* Currency & Language Badges */
.disable-autohide a.dropdown-toggle {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #f1f5f9 !important;
    transition: all 0.2s ease !important;
}

.disable-autohide a.dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   PRODUCT DETAILS PAGE CONTRAST & TYPOGRAPHY FIXES
   ========================================================================== */

/* Product Title & Breadcrumbs */
.__inline-24,
.details .__inline-24,
.product-details-page .product-title,
.product-details-page h1,
.product-details-page h2,
.product-details-page h3,
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Product Description Labels ("Weight:", "Type:", "SeatHeight:", etc.) */
.product-description-label,
.product-description-label.text-dark,
.details .text-dark,
.details label.text-dark {
    color: #f3f4f6 !important;
    font-weight: 600 !important;
}

/* Strikethrough / Original Price ("GNF400") */
del, strike, s,
.strike-price,
.discounted_price,
.details del,
.details strike,
.details .text-muted,
.price-range-with-discount del,
.price-range-with-discount strike {
    color: #9ca3af !important;
    text-decoration: line-through !important;
    opacity: 0.85 !important;
}

/* Attribute Choice Buttons / Badges ("18.4 KILOGRAMS", "POLYCOTTON", "10 INCHES", etc.) */
.checkbox-alphanumeric label,
.checkbox-alphanumeric--style-1 label {
    background-color: var(--dark-bg-subcard, #1e293b) !important;
    color: #f3f4f6 !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.2)) !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    padding: 6px 16px !important;
    height: auto !important;
    transition: all 0.2s ease !important;
}

.checkbox-alphanumeric label:hover,
.checkbox-alphanumeric--style-1 label:hover {
    border-color: var(--web-primary) !important;
    color: #ffffff !important;
    background-color: rgba(27, 127, 237, 0.2) !important;
}

.checkbox-alphanumeric input:checked ~ label,
.checkbox-alphanumeric--style-1 input:checked ~ label {
    background-color: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(27, 127, 237, 0.4) !important;
}

/* Details Card Container Wrapper */
/* ==========================================================================
   SOFT TYPOGRAPHY & COMPACT SPACE REMOVAL SYSTEM
   ========================================================================== */

/* Apply Soft Font System */
body, button, input, select, textarea, .details, .product-title, .__inline-24, h1, h2, h3, h4, h5, h6, p, span, a, label {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* QuickView & Details Modal Header Title (Reduced font height & crisp color) */
.modal-title.product-title,
.modal-title .product-title2,
.details a.h3.product-title,
.details .h3.product-title,
.__inline-24,
.details .__inline-24,
.product-title {
    color: #f8fafc !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 6px !important;
}

/* Rating & Review Line */
.details .pro,
.details .star-rating,
.details .star-rating + span,
.details .pro span {
    font-size: 12px !important;
    margin-bottom: 6px !important;
}

/* Price Container Spacing & Heights */
.details .mb-3 {
    margin-bottom: 8px !important;
}

.details .product-price,
.details .font-weight-normal.text-accent,
.details .text-accent {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

/* Compact Attribute Rows - Remove Extra Vertical Spaces */
.details .row.flex-start.mx-0.align-items-center,
.details .flex-start.align-items-center.mb-2,
.details .flex-start.align-items-center,
.details form .mb-2,
.details form .position-relative {
    margin-bottom: 5px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

/* Attribute Label Formatting ("Weight:", "Type:", etc.) */
.product-description-label,
.product-description-label.text-dark,
.details .product-description-label {
    color: #94a3b8 !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}

/* Option Pill Badges (Soft, Compact, Refined) */
.checkbox-alphanumeric label,
.checkbox-alphanumeric--style-1 label {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #e2e8f0 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 6px !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    padding: 3px 12px !important;
    min-height: 28px !important;
    height: auto !important;
    line-height: 1.4 !important;
    margin-right: 6px !important;
    margin-bottom: 4px !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

.checkbox-alphanumeric label:hover,
.checkbox-alphanumeric--style-1 label:hover {
    background: rgba(27, 127, 237, 0.15) !important;
    border-color: rgba(27, 127, 237, 0.4) !important;
    color: #ffffff !important;
}

/* Checked Option State (Sleek Primary Accent Highlight) */
.checkbox-alphanumeric input:checked ~ label,
.checkbox-alphanumeric--style-1 input:checked ~ label {
    background: linear-gradient(135deg, #1b7fed 0%, #1255ac 100%) !important;
    border-color: #1b7fed !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(27, 127, 237, 0.35) !important;
    transform: scale(1.02) !important;
}

/* Reduce QuickView Modal & Card Inner Padding & Excess Space */
.quick-view-modal .modal-content,
#quick-view .modal-content,
.modal-content {
    background-color: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
}

.modal-header.rtl {
    padding: 12px 18px 8px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.modal-body.rtl {
    padding: 14px 18px !important;
}

.details,
.__h-100.details {
    background-color: var(--dark-bg-card, #151c2c) !important;
    border: 1px solid var(--dark-border-color, rgba(255, 255, 255, 0.09)) !important;
    border-radius: 12px !important;
    color: #f3f4f6 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
    padding: 16px 18px !important;
}

/* ==========================================================================
   HD CRISP LOADER SYSTEM (Replaces blurry pixelated cart loader)
   ========================================================================== */
.loading-parent {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
    z-index: 99999 !important;
    pointer-events: none;
}

#loading {
    background: rgba(15, 23, 42, 0.88) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 24px 32px !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6) !important;
}

.loader-hd-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hd-spinner-ring {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(27, 127, 237, 0.2);
    border-top: 3px solid #1b7fed;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: hdSpin 1s linear infinite;
    position: relative;
}

.hd-cart-svg {
    width: 26px;
    height: 26px;
    stroke: #38bdf8;
    animation: hdPulse 1.5s ease-in-out infinite alternate;
}

.hd-loader-text {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

@keyframes hdSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes hdPulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    100% { transform: scale(1.1); opacity: 1; }
}

/* Hide any legacy pixelated img inside loader if dynamically injected */
#loading img {
    display: none !important;
}









