.z-9999 {
    z-index: 9999;
}
.z-999 {
    z-index: 999;
}
.z-99 {
    z-index: 99;
}
.__opacity-half {
    --opacity: 0.5;
}
.opacity-half {
    opacity: 0.5;
}
.cursor-auto {
    cursor: auto;
}
.page-paragraph p {
    margin: 1rem 0 30px 0 !important;
}
.__h-14rem {
    height: 14rem;
}
.__h-30rem {
    height: 30rem;
}
.d--none {
    display: none;
}

.toggle-shipping-saved-addresses.arrow-up span {
    transform: rotate(180deg);
    display: inline-block;
}

/* Product Details Page CSS || Start */
.option-select-btn.custom_01_option label input:checked ~ * {
    --outline: 1px;
    border: 2px solid #fff;
    outline: var(--outline) solid var(--bs-primary);
}
.wishlist_icon_active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.compare_list_icon_active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.compare_list_icon_active svg {
    stroke: var(--bs-white) !important;
}
.color_variants {
    width: 28px;
    height: 28px;
    outline: none;
}
.color_variant_active {
    border: 3px solid #fff;
    outline: 2px solid var(--bs-primary);
}
/* Product Details Page CSS || End */

/* Product  */
.temporary-closed {
    --size: 100%;
    min-width: 100%;
    min-height: 100%;
    block-size: var(--size);
    inline-size: var(--size);
    display: grid;
    place-items: center;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

/* Seller Search Box || Start */
.custom_search {
    width: -webkit-fill-available;
}
.custom_search .select-wrap {
    width: -webkit-fill-available;
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
}

.custom_search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.custom_search button {
    border-radius: 0.25rem;
    border-start-start-radius: 0rem;
    border-end-start-radius: 0rem;
}

.--mt-15 {
    margin-top: 15px;
}
/* Seller Search Box || End */

/* Product View Page || Start */

.products_aside_brands:-webkit-scrollbar,
.products_aside_categories::-webkit-scrollbar {
    inline-size: var(--size);
    background-color: var(--bs-light);
    border-radius: var(--size);
    visibility: hidden;
}

.products_aside_brands::-webkit-scrollbar-thumb,
.products_aside_categories::-webkit-scrollbar-thumb {
    border-radius: var(--size);
    -webkit-box-shadow: inset 0 0 var(--size) rgba(0, 0, 0, 0.3);
    background-color: var(--bg-badge);
    visibility: hidden;
}

.products_aside_brands:hover::-webkit-scrollbar-thumb,
.products_aside_categories:hover::-webkit-scrollbar,
.products_aside_categories:hover::-webkit-scrollbar-thumb,
.products_aside_brands:hover::-webkit-scrollbar {
    visibility: visible;
}

.products_aside_categories,
.products_aside_brands {
    max-height: 22.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: contain;
    scroll-behavior: smooth;
}

.custom_common_nav ul {
    padding-inline-start: 1rem;
    padding-inline-end: 0;
}

.custom_common_nav li.has-sub-item:after {
    content: "";
}

.custom_common_nav li.has-sub-item span {
    transition: all 300ms ease-in-out;
    padding: 0;
    cursor: pointer;
}

.common-nav .custom-checkbox label {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .filter-toggle-aside {
        overflow-y: auto;
        max-height: calc(100vh - 120px);
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        overscroll-behavior-y: contain;
        scroll-behavior: smooth;
    }
    .filter-toggle-aside::-webkit-scrollbar {
        --size: 0.25rem;
        inline-size: var(--size);
        background-color: var(--bs-light);
        border-radius: var(--size);
        visibility: hidden;
    }

    .filter-toggle-aside::-webkit-scrollbar-thumb {
        border-radius: var(--size);
        -webkit-box-shadow: inset 0 0 var(--size) rgba(0, 0, 0, 0.3);
        background-color: var(--bg-badge);
        /* visibility: hidden; */
    }

    .filter-toggle-aside:hover::-webkit-scrollbar-thumb,
    .filter-toggle-aside:hover::-webkit-scrollbar {
        visibility: visible;
    }
}
/* Product View Page || End */

.__vertical-middle {
    vertical-align: middle;
}

/* whatsapp chat css start */
.social-chat-icons {
    position: fixed;
    inset-inline-end: 2%;
    inset-block-end: 80px;
    z-index: 9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-chat-icons.active {
    inset-block-end: 9.375rem;
}

.chat-image-shadow {
    filter: drop-shadow(0 0 0.35rem rgba(var(--bs-primary-rgb), 0.3));
}

.lightbox-image {
    max-height: 80vh;
    vertical-align: middle;
}

.img-w-h-100 {
    max-height: 6.25rem;
    width: 6.25rem;
    height: 100%;
    max-width: 100%;
}
.img-w-h-80 {
    max-height: 5rem;
    width: 5rem;
    height: 100%;
    max-width: 100%;
}
/* whatsapp chat css end */

.shop-bg-card {
    --bg-color: 255, 255, 255;
}
[theme="dark"] .shop-bg-card {
    --bg-color: 20, 20, 20;
}

/* Product List Page Mobile CSS */
@media (max-width: 767px) {
    .mobile_two_items {
        --minWidth: 9rem !important;
        --maxWidth: 1fr !important;
    }
}
/* Product List Page Mobile CSS */

@media (max-width: 479px) {
    h1,
    .h1 {
        --h1_fs: 1.5rem;
    }
    h2,
    .h2 {
        font-size: 1.2rem;
    }
    h3,
    .h3 {
        font-size: 1rem;
    }
    h4,
    .h4 {
        font-size: 0.9rem;
    }
}

.product-details-content .option-select-btn.weight-style--two label > span {
    padding: 0.438rem 0.5rem;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
}
.product-details-content .color_variants,
.product-details-sticky-top .color_variants  {
    --outline: 2px;
    border: var(--outline) solid rgba(27, 127, 237, 0.05) !important;
}

.products-comments-img a {
    display: block;
    width: 50px;
}

.products-comments-img a img {
    width: 100%;
    border-radius: 4px;
}

/* refer and earn section css Start */

.refer_and_earn_section .primary-heading {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.refer_and_earn_section .secondary-heading {
    color: #262d34;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.refer_and_earn_section .text-secondary-color {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.refer_and_earn_section .refer_code_box {
    border: 1px dashed #a1ceff;
    border-radius: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.refer_and_earn_section .refer_code_box .refer_code {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

.refer_and_earn_section .refer_code_box .refer_code_copy {
    cursor: pointer;
}

.refer_and_earn_section .share-icons-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.refer_and_earn_section .share-on-social {
    flex-wrap: wrap;
}

.refer_and_earn_section .share-on-social a {
    margin: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    overflow: hidden;
}

.refer_and_earn_section .share-on-social img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
}

.refer_and_earn_section .information-section {
    border-radius: 20px;
    padding: 25px;
    margin: 25px 0;
}

.refer_and_earn_section .information-section h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.refer_and_earn_section .information-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.refer_and_earn_section .information-section li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: flex;
    margin-bottom: 10px;
}

.refer_and_earn_section .information-section li .item-custom-index {
    box-shadow: 0px 3px 6px 0px rgba(27, 127, 237, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
}

.refer_and_earn_section .information-section .custom-info-icon {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(75, 86, 107, 1);
    color: rgba(75, 86, 107, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

/* refer and earn section css end */

/* Coupons Page CSS - Start */
.ticket-box {
    background-color: #f7f7f7;
    display: flex;
    border-radius: 0.25rem;
}

[theme="dark"] .ticket-box {
    background-color: #323232;
}

.ticket-box p {
    color: #999;
    font-size: 0.75rem;
}

.ticket-border {
    -webkit-border-start: 2px dashed #fff;
    border-inline-start: 2px dashed #fff;
    position: relative;
}

[theme="dark"] .ticket-border {
    -webkit-border-start: 2px dashed var(--bs-white);
    border-inline-start: 2px dashed var(--bs-white);
}

.ticket-border::after,
.ticket-border::before {
    --size: 1rem;
    inline-size: var(--size);
    block-size: var(--size);
    inset-inline-start: -1px;
    inset-block-start: calc(var(--size) / -2);
    transform: translateX(-50%);
    background-color: #fff;
    content: "";
    position: absolute;
    border-radius: var(--size);
}

[theme="dark"] .ticket-border::after,
[theme="dark"] .ticket-border::before {
    background-color: var(--bs-white);
}

.ticket-border::before {
    inset-block-start: auto;
    inset-block-end: calc(var(--size) / -2);
}

.ticket-amount {
    font-weight: 700;
    font-size: 1.3rem;
    white-space: nowrap;
    -webkit-margin-after: 0.3rem;
    margin-block-end: 0.3rem;
}

.ticket-start {
    padding: 1.5rem;
    text-align: center;
}

.ticket-start img {
    margin-bottom: 0.5rem;
}

.ticket-end {
    padding: 2rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 0.5rem;
}

.ticket-end button {
    outline: 1px dashed var(--bs-primary);
    color: var(--bs-primary);
    border: none;
    font-weight: 700;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.ticket-end button:focus {
    outline: 1px dashed var(--bs-primary) !important;
}

.ticket-end h6 {
    font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
    .ticket-box .ticket-start {
        width: 180px;
    }
}
@media screen and (min-width: 1200px) {
    .ticket-box .ticket-start {
        width: 180px;
    }
}
@media screen and (max-width: 500px) {
    .ticket-box {
        flex-wrap: wrap;
    }
    .ticket-border,
    .ticket-end,
    .ticket-box .ticket-start {
        width: 100%;
    }
    .ticket-border {
        border-inline-start: none;
        border-bottom: 2px dashed var(--bs-white);
    }
    .ticket-border::before {
        inset-inline-start: auto;
        inset-inline-end: calc(var(--size) / -1);
    }
}

/* Coupons Page CSS - End */

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    display: block;
    direction: ltr !important;
}

.easyzoom * {
    direction: ltr !important;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    background: #fff;
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--overlay .easyzoom-flyout img {
    width: unset !important;
    max-width: unset !important;
    inline-size: unset !important;
    max-inline-size: unset !important;
    max-block-size: unset !important;
    block-size: unset !important;
    min-width: 120% !important;
    min-inline-size: 120% !important;
}

.pd-img-wrap .quickviewSlider2 .easyzoom{
    width: 100%;
    height: 100%;
}

.newsletter-form {
    width: 100%;
    max-width: 32.6428571429rem;
}

.newsletter-form .envelop-icon {
    position: absolute;
    inset-inline-start: 0.8571428571rem;
    top: 1rem;
}

.newsletter-form .form-control {
    height: 3.4285714286rem;
    padding-inline-start: 2.5rem;
    border: none;
    background: var(--bs-white) !important;
    color: var(--bs-dark);
}

.newsletter-form .btn {
    position: absolute;
    height: 2.5714285714rem;
    inset-inline-end: 0.4285714286rem;
    top: 0.4285714286rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
}

.blur-section {
    filter: blur(1px);
}

/*
*  Add fund to wallet modal start
*/
.form--check {
    position: relative;
    padding: 0;
    margin: 0;
}
.form--check .check-icon {
    border: 1px solid rgba(75, 86, 107, 1);
    display: inline-flex;
    position: absolute;
    inset-inline-start: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 16px;
    aspect-ratio: 1;
    display: inline-flex;
}

.form--check .check-icon svg {
    display: none;
}
.form--check .form-check-input:checked {
    opacity: 0;
}
.form--check .form-check-input:checked ~ .check-icon {
    border: none;
}
.form--check .form-check-input:checked ~ .check-icon svg {
    display: flex;
}
.form--check input:checked ~ .form-check-label {
    background: var(--bs-light);
}

.form--check .form-check-label {
    border-radius: 8px;
    padding: 16px 16px 16px 48px;
    transition: all ease 0.3s;
    font-size: 16px;
}

[dir="rtl"] .form--check .form-check-label {
    padding: 16px 48px 16px 16px;
}
.text-24 {
    font-size: 24px;
    font-weight: 500;
}
.h-70 {
    height: 70px;
}

.gatways_list {
    max-height: 45vh;
    overflow-y: auto;
}

.gatways_list::-webkit-scrollbar {
    width: 5px;
}
.gatways_list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.gatways_list::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

.gatways_list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.add-fund-swiper .slider-card-bg-img {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: -1;
    opacity: 0.5;
    inline-size: 80px;
    block-size: auto;
}

.z-1 {
    z-index: 1;
}

.add-fund-swiper-card {
    background-color: rgba(var(--bs-primary-rgb), 0.03);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
/*
*  Add fund to wallet modal end
 */

.free-delivery-area {
    max-width: 400px;
    --bs-warning: #F88030;
    --bs-warning-rgb: 248, 128, 48;
    --bs-success: #00BE33;
    --bs-success-rgb: 0, 190, 51;

}
[theme="light"] .free-delivery-progress{
    background: #E4E4E4;
}
.free-delivery-progress {
    height: 4px;
    border-radius: 5px;
    overflow: hidden;
}
.free-delivery-progress .progress-bar {
    border-radius: 5px;
    background: var(--bs-warning);
}

.fs-16 {
    font-size: 16px;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.pulse-button {
    display: block;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.digital-payment-card {
    height: 50px;
    min-width: 186px;
}

.payment-list-area {
    margin-top: 20px;
    max-height: 45vh;
    overflow: auto;
    padding: 20px;
}

.payment-list-area::-webkit-scrollbar {
    width: 5px;
}
.payment-list-area::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.payment-list-area::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

.payment-list-area::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.background-custom-fit {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-table-wrap {
    max-height: 500px;
    overflow-y: auto;
}
.min-w-300 {
    min-width: 300px;
}
[dir="rtl"] .modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y) * -0.5) auto
        calc(var(--bs-modal-header-padding-y) * -0.5)
        calc(var(--bs-modal-header-padding-x) * -0.5);
}
.sticky-top-80 {
    position: sticky;
    top: 80px;
}

.height-100 {
    height: 100px;
}

.min-h-30px {
    min-height: 30px;
}

.aspect-1 {
    aspect-ratio: 1 !important;
}

.aspect--1 {
    aspect-ratio: 1;
}

.inline-size-100 {
    inline-size: 100%;
    block-size: -webkit-min-content;
}

.toast-bottom-left {
    top: 12px;
    right: 12px;
    left: auto;
}

.dropdown-left-auto {
    left: auto !important;
    right: 0 !important;
}

[dir="rtl"] .dropdown-left-auto {
    right: auto !important;
    left: 0 !important;
}

.mobile-logo-cs {
    height: 40px !important;
    width: auto !important;
}
.select2-container--default {
    width: 100% !important;
    border-radius: 0.375rem;
}
.width--5rem {
    --width: 5rem;
}
.width--7rem {
    --width: 7rem;
}

.width--18-75rem {
    --width: 18.75rem;
}
.width--27-5rem {
    --width: 27.5rem;
}
.width--20ch {
    --width: 20ch;
}
.width--10ch {
    --width: 10ch;
}
.width--60ch {
    --width: 60ch;
}
.max-width-500 {
    max-width: 500px;
}
.bs-dropdown-min-width--auto {
    --bs-dropdown-min-width: auto;
}
.bs-dropdown-min-width--8rem {
    --bs-dropdown-min-width: 8rem;
}
.bs-dropdown-min-width--10rem {
    --bs-dropdown-min-width: 10rem;
}
.bs-dropdown-min-width--22-5rem {
    --bs-dropdown-min-width: 22.5rem;
}
.bs-dropdown-min-width--max-content {
    --bs-dropdown-min-width: max-content;
}
.bs-dropdown-min-width--100 {
    --bs-dropdown-min-width: 100%;
}
.size-1-125rem {
    --size: 1.125rem;
}
.size-1-25rem {
    --size: 1.25rem;
}
.size-1-5rem {
    --size: 1.5rem;
}
.size-2-5rem {
    --size: 2.5rem;
}
.size-3-437rem {
    --size: 3.437rem;
}
.size-4-375rem {
    --size: 4.375rem;
}
.size-3-75rem {
    --size: 3.75rem;
}
.height-26-5-rem {
    --height: 26.5rem;
}
.height-12-5-rem {
    --height: 12.5rem;
}
.h--5rem {
    --h: 5rem;
}
.width--4rem {
    --width: 4rem;
}
.width--16ch {
    --width: 16ch;
}
.width--16rem {
    --width: 16rem;
}
.width--9rem {
    --width: 9rem;
}
.width--24rem {
    --width: 24rem;
}
.width--15-625 {
    --width: 15.625rem;
}
.width--15 {
    --width: 15rem;
}
.width--100 {
    --width: 100%;
}
.width--80 {
    --width: 80%;
}
.width-1fr {
    --width: 1fr;
}
.max-width--600 {
    max-width: 600px;
}
.height-45vh {
    --height: 45vh;
}
.height-480px {
    height: 480px;
}
.color-spanish-gray {
    color: #9b9b9b;
}
.minWidth-3-75rem {
    --minWidth: 3.75rem;
}
.minWidth-12rem {
    --minWidth: 12rem;
}
.max-width-5rem {
    --maxWidth: 5rem;
}
.height--5rem {
    height: 5rem;
}
.--bg-light-sky-blue {
    background: rgba(243, 250, 253, 1);
}
[theme="dark"] .--bg-light-sky-blue {
    background: rgba(243, 250, 253, 0.1);
}
.border--gray {
    --bs-border-color: #d6d6d6;
}
.font-weight--600 {
    font-weight: 600;
}
.visibility-hidden {
    visibility: hidden;
}

/*[dir=rtl] .swiper-wrapper.swiper-wrapper-rtl {*/
/*    justify-content: flex-end;*/
/*}*/

@media (min-width: 992px) {
    [dir="rtl"] .text-lg-start {
        text-align: right !important;
    }
}
.fs-1-5rem {
    font-size: 1.5rem !important;
}

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

.bg--light {
    background-color: var(--bs-body-bg);
}
.bg-custom-soft-danger {
    background-color: rgba(var(--bs-danger-rgb), 10%);
}

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

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

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

.rich-editor-html-content {
    overflow-wrap: anywhere !important;
}

.rich-editor-html-content > * {
    color: var(--title-color) !important;
}

.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;
}

.rich-editor-html-content li[data-list="bullet"] {
    list-style-type: disc !important;
}

.rich-editor-html-content li[data-list="unchecked"] {
    list-style-type: square !important;
}

.rich-editor-html-content p:has(img) {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}
.rich-editor-html-content img,
.rich-editor-html-content iframe.ql-video {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
    margin-inline-end: 1rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
    .rich-editor-html-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .rich-editor-html-content img,
    .rich-editor-html-content iframe.ql-video{
        max-width: 100%;
    }
}

@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;
    }
}

.rich-editor-html-content table {
    table-layout: auto;
    width: 100%;
    border: 1px solid #e3e9ef;
}

.rich-editor-html-content table th, .rich-editor-html-content table td {
    border: 1px solid #e3e9ef;
}

.rich-editor-html-content table tbody tr td:first-child,
.rich-editor-html-content table tbody tr td:first-child strong {
    width: 1%;
    white-space: nowrap;
}

.badge-soft-danger {
    color: var(--bs-danger) !important;
    background: rgba(var(--bs-danger), 0.06) !important;
    border-radius: 8px;
}
.min-height-100px {
    min-height: 100px !important;
}
.max-height-200px {
    max-height: 200px;
    overflow: hidden;
}

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

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

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

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

.inbox-image-element {
    width: 80px;
    height: 80px;
    object-fit: contain;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f3f3f3;
}

.inbox-image-element img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.alert--message-2 {
    border-left: 3px solid var(--bs-primary);
    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;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075);
}

.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;
}

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

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

.--size-8-75rem {
    --size: 8.75rem;
    block-size: var(--size);
    inline-size: var(--size);
    min-inline-size: var(--size);
    max-inline-size: 100%;
}

.color-bs-primary-force,
.color-bs-primary-force:focus {
    color: var(--bs-primary);
}
.resize-none {
    resize: none;
}

.bg-F1F7FF {
    background: #f1f7ff;
}
.rounded-r {
    border-radius: 0 0.25rem 0.25rem 0;
}
.overflow-x-auto {
    overflow-x: auto;
}

.picmo__popupContainer {
    z-index: 999;
}
.h-70px {
    height: 70px !important;
}
.overflow-x-auto {
    overflow-x: auto;
}
body *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

body *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.14);
}

body *::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.uploaded-file-item {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
    color: #262d34;
    background: #f3f5f9;
    border-radius: 6px;
    padding: 5px 10px;
    white-space: nowrap;
    position: relative;
}
.upload-file-item-content {
    padding-inline-end: 20px;
}
.file-array .upload-file-item-content {
    padding-inline-end: 32px;
}

.uploaded-file-item small {
    font-size: 10px;
    color: #9eadc1;
}
.uploaded-file-item .remove-file {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: auto;
    color: #9eadc1;
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
}
.uploaded-file-item .remove-file i {
    min-width: 22px;
    display: inline-block;
}
.lb-nav a {
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    background-position: center center !important;
    background-size: 20px !important;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
}
.lb-nav a.lb-prev {
    left: 0 !important;
}
.lb-nav a.lb-next {
    right: 0 !important;
}
@media screen and (min-width: 768px) {
    .lb-nav a.lb-prev {
        left: -50px !important;
    }
    .lb-nav a.lb-next {
        right: -50px !important;
    }
}
@media screen and (min-width: 1200px) {
    .lb-nav a.lb-prev {
        left: -160px !important;
    }
    .lb-nav a.lb-next {
        right: -160px !important;
    }
}

.extra-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 9;
}
[data-lightbox].rounded {
    border-radius: 16px !important;
}

.bg-F1F7FF {
    background: #f1f7ff;
}
.radius-right-button {
    border-radius: 0 10px 10px 0;
}
.radius-left-button {
    border-radius: 10px 0 0 10px;
}

.send-btn {
    border-radius: inherit;
    transition: all ease 0.3s;
}
.send-btn:hover {
    background: var(--bs-primary) !important;
}
.send-btn:hover img {
    filter: brightness(32);
}

#svg circle {
    transition: stroke-dashoffset 1s linear;
    stroke: #666;
    stroke-width: 3px;
}
#svg #bar {
    stroke: var(--bs-primary);
}
.circle-progress {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.circle-progress .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    height: 100%;
    gap: 8px;
    padding-right: 115px;
}
.text-BFBFBF {
    color: #bfbfbf;
}
.max-w-200px {
    max-width: 200px;
}
.rounded-16px {
    border-radius: 16px;
}

.h-70px {
    height: 70px !important;
}
.img_remove_icon {
    border-radius: 100%;
    font-size: 8px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: -8px;
    top: -8px;
    background-color: #d2d2d2;
    text-align: center;
    text-decoration: none;
    position: absolute;
}

.img_remove_icon:hover {
    background-color: var(--danger);
}

.filearray:not(:empty) {
    padding-block: 0.5rem;
}

.upload_img_box {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    /* border: 1px solid #ddd;
    border: 1px solid #f5f5f5; */
    border: none;
    margin-inline-start: 0.5rem;
    margin-block-start: 0.5rem;
}

.upload_img_box .img-clear {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: #ff3c3c;
    border-radius: 100%;
    inset-inline-end: -6px;
    inset-block-start: -6px;
    display: grid;
    place-items: center;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
}

.upload_img_box .tio-clear {
    font-size: 14px;
}

.upload_img_box img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    object-fit: cover;
    border-radius: 4px;
}
.filearray:empty {
    display: none !important;
}
.outgoing_msg {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.outgoing_msg .message_text {
    margin: 0;
}
.w-0 {
    width: 0;
}

.review-reply {
    border: 1px solid #1455ac0d;
    color: #262d34cc;
}
.before-content-border {
    position: relative;
}
.before-content-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 20px;
    border-radius: 0 0 0 6px;
    border-left: 2px dashed #d0dbe9;
    border-bottom: 2px dashed #d0dbe9;
    left: 29px;
    top: 75px;
}
.bg-E9F3FF80 {
    background: #e9f3ff80;
}

.btn-star {
    background: transparent;
    color: #ff5c00;
    border: 1px solid #ff5c00;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 6px;
    transition: all ease 0.3s;
    font-size: 12px;
}

.btn-star:hover {
    background: #ff5c00;
    color: #fff;
}

.text-transform-none {
    text-transform: none !important;
}
.chatting-count-badge {
    width: 20px;
    height: 20px;
    background: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

.review-exist-images {
    position: relative;
    width: 265px;
    min-width: 265px;
    height: 150px;
    overflow: hidden;
    border: 2px dashed #ddd;
    padding: 5px;
}

.review-exist-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-exist-images .img-remove-icon-2 {
    font-size: 20px;
    color: rgb(255, 7, 0);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 10px;
    background-color: #d2d2d2;
    text-align: center;
    text-decoration: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.absolute-ltr {
    direction: ltr !important;
}
@media screen and (min-width: 1200px) {
    .profile-dropdown:hover .dropdown-menu {
        display: block;
    }
}
.p-2px {
    padding: 2px;
}
.product-details-tab-content .see-more-details-review,
.product-details-tab-content .see-more-details {
    display: none;
}
.object-contain {
    object-fit: contain;
}

.object-contain {
    object-fit: cover;
}

.aside::after {
    display: none;
}

.profile-menu-aside + .aside-overlay,
.aside + .aside-overlay {
    position: fixed;
    inline-size: 100vw;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    block-size: 100vh;
    z-index: 9999;
    background-color: var(--title-color);
    opacity: 0;
    visibility: hidden;
    inset-inline-start: var(--aside-width);
    inset-block-start: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.profile-menu-aside.active + .aside-overlay,
.aside.active + .aside-overlay {
    opacity: 0.5;
    visibility: visible;
    animation: fadeIn 0.3s;
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
}
#pac-input {
    position: absolute;
    outline: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    height: 35px;
    width: 192px;
    padding-inline: 16px;
}
@media screen and (max-width: 767px) {
    #pac-input {
        top: 60px !important;
        left: 10px !important;
    }
}

.line-limit-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.max-w-280px {
    max-width: 280px;
}

.text-break-word {
    word-break: break-word;
}
.embed-responsive {
    overflow: hidden;
}
.embed-responsive-16by9 {
    aspect-ratio: 16/9;
}

.embed-responsive-item {
    width: 100%;
}

.product-preview-modal-text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 99;
    height: 76px;
    cursor: pointer;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 38%,
        rgba(255, 255, 255, 0.8) 69%,
        rgba(255, 255, 255, 0.9) 100%
    );
}

.product-preview-modal-text:hover span {
    transition: 0.5s ease-in-out all;
}

.product-preview-modal-text:hover span {
    scale: 1.05;
    font-weight: 700;
}

.filter-on-product-filter-change,
.product-list-filter-on-sort-by {
    cursor: pointer;
    padding: 0 !important;
}

.filter-on-product-filter-change input,
.product-list-filter-on-sort-by input {
    display: none;
}

.filter-on-product-filter-change label,
.product-list-filter-on-sort-by label {
    cursor: pointer;
    margin: 0;
    padding: 0.625rem 1.25rem;
    width: 100%;
}

.filter-on-product-filter-change:hover label,
.product-list-filter-on-sort-by:hover label {
    color: var(--bs-primary);
}

.digital-product-authors {
    display: flex;
    flex-wrap: wrap;
}

.digital-product-authors .digital-product-author-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #828697;
    padding-inline-end: 10px;
}

.digital-product-authors .item-list a {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #1e1e1e !important;
    position: relative;
    padding-inline-end: 10px;
    margin-inline-end: 5px;
}

.digital-product-authors .item-list a:after {
    content: "";
    width: 0;
    display: flex;
    height: 14px;
    border: 1px solid #b0c7e5;
    font-weight: 400 !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.digital-product-authors .item-list a:last-child:after {
    content: unset;
}

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

.social-media-login-btn {
    background-color: #0000000a;
    width: 100%;
    gap: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 15px 12px 15px;
}

.social-media-login-btn img {
    height: 30px;
    width: auto;
}

.social-media-login-btn .text {
    font-weight: 600;
    color: #334257;
}

.social-media-user-modal .image-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.social-media-user-modal .image-box img {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 2px 15px 0.1em #00000029;
}

.grecaptcha-badge {
    display: none !important;
}
.quickviewSliderThumb2 .swiper-slide img {
    aspect-ratio: 1;
    object-fit: cover;
}

.link-hover-base:hover {
    color: var(--bs-primary) !important;
}

.inset-inline-end-10px {
    inset-inline-end: 10px;
}

.header-dropdown li {
    padding: 0;
}

.header-dropdown li a {
    padding: 0.625rem 1.25rem;
    display: flex;
}

.d--flex {
    display: flex;
}

.custom-disabled {
    opacity: 0.65;
    box-shadow: none;
}

.theme-popup-banner {
    max-width: 480px;
    max-height: 480px;
}

@media (max-width: 370px) {
    .clearance-save-more {
        font-size: 0.85rem;
    }
}

.min-w-60px {
    display: inline-block;
    min-width: 60px;
}

.option-select-btn.d-grid {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 575px) {
    .option-select-btn.d-grid {
        grid-template-columns: 1fr;
    }
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.min-height-100vh-325px {
    min-height: calc(100vh - 325px);
}

.max-height-100vh-225px {
    max-height: calc(100vh - 225px);
}

.chatting-scrollbar {
    --size: 0.4rem;
    --height: 50dvh;
    max-block-size: var(--height);
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: contain;
    scroll-behavior: smooth;
}

/* Product page price range */
#price_range_slider {
    width: calc(100% - 16px);
    height: 3px;
    /* background: rgba(var(--bs-primary-rgb), 0.38); */
    position: relative;
}
[dir="rtl"] #price_range_slider {
    right: 16px;
}

#price_range_slider::after {
    content: "";
    inset-inline-start: 0;
    width: calc(100% + 15px);
    height: 100%;
    background: rgba(var(--bs-primary-rgb), 0.38);
    position: absolute;
}
[dir="rtl"] #price_range_slider::after {
    right: -15px;
}

#price_range_slider .slider-thumb {
    width: 1rem;
    height: 1rem;
    background: var(--bs-primary);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    cursor: pointer;
}

#price_range_slider .slider-range {
    height: 3px;
    background: var(--bs-primary);
    position: absolute;
    top: 0;
}

.bg-black-09 {
    background-color: rgba(0, 0, 0, 0.09);
}

.pagination .page-item,
.pagination .page-item label {
    cursor: pointer;
}

.pagination .page-item input {
    display: none;
}

.w-fit-content {
    width: fit-content !important;
}

.line-clamp-1 {
    --clamp: 1;
    display: -webkit-box;
    -webkit-line-clamp: var(--clamp);
    line-clamp: var(--clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.line-clamp-2 {
    --clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: var(--clamp);
    line-clamp: var(--clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.gap-12 {
    gap: 0.75rem !important;
}

.mb-12px {
    margin-bottom: 0.75rem !important;
}

.form-loading-button {
    transition: 1s ease-in-out all;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-loading-button .spinner-grow-sm,
.form-loading-button .loading {
    display: none;
}

.form-loading-button.active-loading .default {
    display: none;
}

.form-loading-button.active-loading .spinner-grow-sm,
.form-loading-button.active-loading .loading {
    display: block;
}

.form-loading-button.bg-primary {
    color: var(--primary-light, #FFF);
}

.form-loading-button.bg-primary .spinner-grow {
    background-color: var(--primary-light, #FFF);
}
.blog-top-nav_next-btn,
.blog-top-nav_prev-btn {
    --justify-content: start;
    --background-color: #f7f8fa;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 50px;
    height: 45px;
    padding: 0;
    display: none;
    justify-content: var(--justify-content);
    align-items: center;
    color: #fff;
    background-color: var(--background-color);
    z-index: 100;
}

[theme="dark"] .blog-top-nav_next-btn,
[theme="dark"] .blog-top-nav_prev-btn {
    --background-color: var(--body-bg, #0b0f19);
}

.blog-top-nav_next-btn {
    --justify-content: end;
    padding-inline-start: 0.75rem;
}

.blog-top-nav_prev-btn {
    --justify-content: start;
}

.blog-top-nav_next-btn button,
.blog-top-nav_prev-btn button {
    width: 39px;
    height: 39px;
    aspect-ratio: 1;
    background-color: var(--bs-primary);
    max-width: 39px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-top-nav_prev-btn {
    inset-inline-end: unset;
    inset-inline-start: 0;
}

.blog-top-nav_next-btn:hover,
.blog-top-nav_prev-btn:hover,
.blog-top-nav_next-btn:focus,
.blog-top-nav_prev-btn:focus,
.blog-top-nav_next-btn:active,
.blog-top-nav_prev-btn:active {
    --background-color: #f7f8fa;
    color: #fff !important;
    background-color: var(--background-color) !important;
    border: none !important;
}

[theme="dark"] .blog-top-nav_next-btn:hover,
[theme="dark"] .blog-top-nav_prev-btn:hover,
[theme="dark"] .blog-top-nav_next-btn:focus,
[theme="dark"] .blog-top-nav_prev-btn:focus,
[theme="dark"] .blog-top-nav_next-btn:active,
[theme="dark"] .blog-top-nav_prev-btn:active {
    --background-color: var(--body-bg, #0b0f19);
}

.blog-top-nav_next-btn button:hover,
.blog-top-nav_prev-btn button:hover,
.blog-top-nav_next-btn button:focus,
.blog-top-nav_prev-btn button:focus,
.blog-top-nav_next-btn button:active,
.blog-top-nav_prev-btn button:active {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
    border: none !important;
}

.blog-single-card-item {
    cursor: pointer;
}

.pe-3 {
    padding-inline-end: 1rem !important;
}

.pe-1 {
    padding-inline-end: 0.25rem !important;
}

@media (max-width: 991px) {
    .top-0-lg{
        top: 0 !important;
    }
}

.product-details-content .option-select-btn label > *{
    --size: 30px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 7px 8px;
    min-inline-size: var(--size);
    max-inline-size: 180px;
    block-size: var(--size);
    box-sizing: border-box;

}

[theme="dark"] .product-details-content .option-select-btn label > * {
    border-color: var(--bs-border-color) !important;
}

.product-details-content .option-select-btn.custom_01_option label input ~ * {
    --outline: 2px;
    border: var(--outline) solid #FFF !important;
    outline: var(--outline) solid rgba(0, 0, 0, 0.05) !important;
}

.product-details-content .option-select-btn.custom_01_option label input:checked ~ * {
    --outline: 2px;
    background-color: transparent;
    color: var(--bs-primary);
    border: var(--outline) solid #FFF !important;
    outline: var(--outline) solid var(--bs-primary) !important;
}

.product-details-content .option-select-btn label span {
    --clamp: 1;
    display: -webkit-box;
    -webkit-line-clamp: var(--clamp);
    line-clamp: var(--clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    white-space: nowrap;
}

.color_variants{
    --size: 30px;
    width: var(--size);
    height: var(--size);
    max-width: var(--size);
    border-radius: 5px !important;
}

.pd-img-wrap .auto-item-width .swiper-slide {
    --size: 50px;
    max-inline-size: var(--size);
    min-inline-size: var(--size);
}
.pd-img-wrap .swiper-slide img {
    border-radius: inherit !important;
    height: 100%;
    aspect-ratio: 1;
}
.pd-img-wrap .active-border .swiper-slide-thumb-active {
    border-color: var(--bs-primary) !important;
}

@media (max-width: 991px) {
    .max-w-300-tab {
        max-width: 300px;
        aspect-ratio: 1;
    }
}

.share_btn{
    color: var(--absolute-white) !important;
    background-color: var(--bs-primary) !important;
    border: 0 !important;
    margin: auto;
}
.share_btn.facebook{
 background-color: #1877F2 !important;
}
.share_btn.twitter{
     background-color: var(--absolute-dark) !important;
}
.share_btn.linkedin{
     background-color: #2867B2 !important;
}
.share_btn.whatsapp{
    background-color: #25D366 !important;
}

.wishlist-price .product-total-unit-price{
    font-size: 0.75rem !important;
}
.wishlist-price .discounted-unit-price{
    font-size: 0.875rem !important;
    color: var(--bs-dark) !important;
}

.border-primary-light {
    border-color: rgba(var(--bs-primary-rgb), 0.30) !important;
}

.rounded-thead-table{
    --radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
}

.rounded-thead-table thead th:first-child {
    border-start-start-radius: var(--radius);
    border-end-start-radius: var(--radius);
}
.rounded-thead-table thead th:last-child {
    border-start-end-radius: var(--radius);
    border-end-end-radius: var(--radius);
}
.p-10px{
    padding: 10px !important;
}

.w-32px{
    width: 32px;
}
.w-130px{
    width: 130px;
}

.object-cover{
    object-fit: cover;
}

.mt-2px{
    margin-top: 2px;
}

.max-w-max-content{
    max-width: max-content !important;
}

.middle-align-info .product__summary{
    text-align: center !important;
    align-items: center !important;
}

.max-z-index-for-auth-modal {
    --bs-modal-zindex: 999999;
}

@media screen and (max-width: 575px) {
    .max-w-100-mobile {
        max-inline-size: 100% !important;
    }
}

.mb-20{
    margin-bottom: 20px;
}
.max-w-290{
    max-width: 290px;
}
.min-h-45{
    min-height: 45px;
}
.fs-14{
    font-size: 14px;
}

.modal--md{
    @media screen and (min-width: 576px){
        max-width: 600px !important;
        margin: 8px auto;
    }
}
.modal--lg{
    @media screen and (min-width: 576px){
        max-width: 1000px !important;
        margin: 8px auto;
    }
}

/*New Css */
.title-semidark{
    color: var(--title-semidark);
}

.max-w-400{
    max-width: 400px;
}
.border-dash-custom{
    border: 1px dashed #0461A580;
}

.section-bg-cmn{
    background-color: var(--section-bg-cmn);
}
.section-bg-cmn2{
    background-color: var(--section-bg-cmn2) !important;
}

.border-bottom-2-white{
    border-bottom: 2px solid var(--bs-white);
}



.border-success-1{
    border: 1px solid var(--bs-success);
}
.border-primary-1{
    border: 1px solid var(--bs-primary);
}
.border-danger-1{
    border: 1px solid var(--bs-danger);
}

.bg-opacity-10 {
  --bs-bg-opacity: calc(10 / 100);
}

.my_orderlist__table thead tr th:first-child{
    border-radius: 10px 0 0 0 !important;
}
.my_orderlist__table thead tr th:last-child{
    border-radius: 0 10px 0 0 !important;
}
.my_orderlist__table tbody tr td:first-child{
    border-radius: 10px 0 0 10px !important;
}

.my_orderlist__table tbody tr td:last-child{
    border-radius: 0 10px 10px 0 !important;
}

.pb-20{
    padding-bottom: 20px;
}
[theme="dark"] .svg-dark-support path {
   stroke: var(--absolute-white);
}
.close-custom-btn{
    background-color: var(--section-bg-cmn);
}
.close-custom-btn:hover{
    background-color: var(--section-bg-cmn);
    color: var(--icon-color);
}
.close-custom-btn span{
    color: var(--icon-color);
}
.top--02{
    position: relative;
    top: -2px;
}

.w-36{
    width: 36px;
    min-width: 36px;
}
.h-36{
    height: 36px;
}

.title-clr{
    color: var(--title-color);
}
.min-w-220{
    min-width: 220px;
}

.w-30{
    width: 30px;
    min-width: 30px;
}
.h-30{
    height: 30px;
}

.d-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-icon{
    background-color: var(--bg-icon);
}

.border-lines{
    width: 1px;
    height: 11px;
    background-color: var(--icon-color);
    display: block;
}
.min-w-120{
    min-width: 120px;
    @media screen and (max-width: 991px){
        min-width: 90px;
    }
}
.coba_refund .spartan_item_wrapper{
    margin-bottom: 0px !important;
    width: 70px !important;
    min-width: 70px !important;
}
.coba_refund .spartan_item_wrapper .spartan_remove_row{
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    font-size: 9px !important;
    background-color: var(--bs-white) !important;
}
.coba_refund .spartan_item_wrapper .file_upload{
    padding: 1px !important;
    border: 1px dashed var(--border-color2) !important;
}


.btn--reset{
    --bs-btn-color: var(--title-color);
    --bs-btn-bg: var(--section-bg-cmn);
}
.border-color3{
    border: 1px solid var(--border-color3);
}

.img-w-h-70 {
    max-height: 70px;
    width: 70px;
    height: 100%;
    max-width: 100%;
}

.w-40{
    width: 40px;
    min-width: 40px;
}
.h-40{
    height: 40px;
}

.mb-15{
    margin-bottom: 15px;
}

.w-240{
    min-width: 240px;
    width: 240px;
}

/*cutom trac slider*/
.traking-slide-nav {
    overflow-x: auto;
    scroll-behavior: smooth;
}
.traking-slide-nav::-webkit-scrollbar {
    display: none;
}
.traking-item{
    /* cursor: grab; */
    /* border: 1px dashed var(--secondary-body-color); */
}
.traking-item:not(:last-child)::before{
    content: "";
    position: absolute;
    top: 65px;
    inset-inline-start: 132px;
    width: 215px;
    height: 0;
    border-top: 1px dashed var(--secondary-body-color);
    pointer-events: none;
}
.traking-item .state-img i{
    color: var(--icon-color);
}
.traking-item .state-img svg path{
    fill: var(--icon-color);
}
.traking-item .badge-check i{
    color: var(--icon-color);
}

/*active*/
.traking-item.active .state-img i{
    color: var(--bs-primary) !important;
}
.traking-item.active .state-img svg path{
    fill: var(--bs-primary) !important;
}
.traking-item.active .badge-check i{
    color: var(--bs-success);
}
.traking-item.active::before{
    border-top: 1px solid var(--bs-success) !important;
}

.traking-slide-wrap .button-prev,
.traking-slide-wrap .button-next {
    display: none;
    align-items: center;
    position: absolute;
    z-index: 1;
}
.traking-slide-wrap .btn-click-prev,
.traking-slide-wrap .btn-click-next{
    width: 39px;
    height: 39px;
    min-width: 39px;
    line-height: 39px;
    text-align: center;
    background: var(--bs-primary);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 45px;
    color: var(--absolute-white);
    @media screen and (max-width: 575px){
        width: 29px;
        height: 29px;
        min-width: 29px;
        line-height: 29px;
    }
}

.traking-slide-wrap .button-prev{
    top: 76px;
    inset-inline-start: 12px;
    width: 99px;
    height: 40px;
    background: linear-gradient(269.55deg, rgba(var(--bs-white-rgb), 255, 0) -6.18%, var(--bs-white) 96.76%);
    border-radius: 10px 0 0 10px;
}
.traking-slide-wrap .button-next{
    top: 76px;
    inset-inline-end: -12px;
    width: 99px;
    height: 40px;
    background: linear-gradient(89.55deg, rgba(var(--bs-white-rgb), 255, 0) -6.18%, var(--bs-white) 96.76%);
    border-radius: 0 10px 10px 0;
}

.text-secondary-body-color{
    color: var(--secondary-body-color);
}

/* ===================================
   WARESHOP PROFESSIONAL THEME OVERRIDES
   =================================== */

/* 1. Full-Size Container — Wider layout on large screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}

/* 2. Enhanced Cards */
.card {
    border-radius: 0.625rem;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.card:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

/* 3. Main Banner Enhancement */
.banner .card {
    border-radius: 0.75rem;
    overflow: hidden;
}
.banner .swiper-slide img {
    border-radius: 0.5rem;
}
.max-height-480px {
    max-height: 480px;
}

/* 4. Top Stores Section Enhancement */
.top-stores-card {
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.top-stores-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.top-stores-card .store-logo {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 3px solid var(--primary-light);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* 5. Product Cards Enhancement */
.product {
    border-radius: 0.625rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}
.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--bs-primary) !important;
}
.product__top {
    border-radius: 0.5rem;
    overflow: hidden;
}

/* 6. Store Product Cards (inside Top Stores) */
.store-product {
    border-radius: 0.5rem;
    transition: transform 0.2s ease;
}
.store-product:hover {
    transform: scale(1.04);
}
.store-product__top {
    border-radius: 0.5rem;
    overflow: hidden;
}

/* 7. Buttons Enhancement */
.btn {
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.25s ease;
}
.btn-primary {
    box-shadow: 0 2px 8px rgba(var(--bs-primary-rgb), 0.3);
}
.btn-primary:hover {
    box-shadow: 0 4px 16px rgba(var(--bs-primary-rgb), 0.4);
    transform: translateY(-1px);
}

/* 8. Section Spacing */
main.main-content {
    gap: 1.5rem !important;
}
main.main-content > section {
    margin-bottom: 0.5rem;
}

/* 9. Badge Enhancement */
.badge {
    font-weight: 600;
    letter-spacing: 0.02em;
}
.badge-soft-primary,
.badge-soft-info,
.badge-soft-success,
.badge-soft-warning,
.badge-soft-danger {
    border-radius: 2rem;
    padding: 0.35em 0.85em;
}

/* 10. B2B Section Enhancement */
.b2b-hero-section {
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--bs-primary) 90%, #000) 0%,
        var(--bs-primary) 50%,
        color-mix(in srgb, var(--bs-primary) 75%, #fff) 100%);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}
.b2b-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 85%, rgba(255,255,255,0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 15%, rgba(255,255,255,0.06) 0%, transparent 50%);
    pointer-events: none;
}
.b2b-hero-section .b2b-hero-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.b2b-hero-section .b2b-hero-subtitle {
    opacity: 0.85;
    font-size: 0.95rem;
    line-height: 1.7;
}
.b2b-hero-section .b2b-hero-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.b2b-hero-section .b2b-btn-primary {
    background: #fff;
    color: var(--bs-primary);
    font-weight: 700;
    border: none;
    border-radius: 0.625rem;
    padding: 0.65rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.b2b-hero-section .b2b-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.2);
}
.b2b-hero-section .b2b-btn-outline {
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 0.625rem;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
}
.b2b-hero-section .b2b-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.7);
    transform: translateY(-2px);
}
.b2b-hero-section .b2b-feature-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.875rem;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    gap: 0.6rem;
}
.b2b-hero-section .b2b-feature-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.b2b-hero-section .b2b-feature-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.25rem;
    flex-shrink: 0;
}
.b2b-hero-section .b2b-stats {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}
.b2b-hero-section .b2b-stat-item {
    text-align: center;
}
.b2b-hero-section .b2b-stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.b2b-hero-section .b2b-stat-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
    .b2b-hero-section .b2b-hero-title {
        font-size: 1.5rem;
    }
    .b2b-hero-section .b2b-stats {
        justify-content: center;
    }
    .b2b-hero-section .b2b-feature-box {
        min-height: 100px;
        padding: 1rem 0.75rem;
    }
}

/* 10a. B2B Hero Section - Dark Mode Fix */
[theme="dark"] .b2b-hero-section .text-white,
[theme="dark"] .b2b-hero-section h2,
[theme="dark"] .b2b-hero-section p,
[theme="dark"] .b2b-hero-section span,
[theme="dark"] .b2b-hero-section .b2b-hero-title,
[theme="dark"] .b2b-hero-section .b2b-hero-subtitle,
[theme="dark"] .b2b-hero-section .b2b-btn-outline,
[theme="dark"] .b2b-hero-section .b2b-feature-box span,
[theme="dark"] .b2b-hero-section .b2b-feature-icon i,
[theme="dark"] .b2b-hero-section .b2b-stat-number {
    color: #fff !important;
}
[theme="dark"] .b2b-hero-section .b2b-btn-primary {
    color: var(--bs-primary) !important;
}

/* 10b. intl-tel-input Country Dropdown Fix inside Modals */
.modal .iti--fullscreen-popup.iti--container,
.iti--fullscreen-popup.iti--container {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 15%;
    z-index: 99999;
}
.iti--fullscreen-popup .iti__dropdown-content {
    max-height: 70vh;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.iti--fullscreen-popup .iti__search-input {
    padding: 12px 16px;
    font-size: 0.95rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}
.iti--fullscreen-popup .iti__country-list {
    max-height: 55vh;
}
.iti--fullscreen-popup .iti__country {
    padding: 10px 16px;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.15s ease;
}
.iti--fullscreen-popup .iti__country:hover,
.iti--fullscreen-popup .iti__country.iti__highlight {
    background-color: rgba(var(--bs-primary-rgb), 0.08);
}

/* 11. Header & Footer Shadow */
header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* 12. Swiper Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
    border-radius: 50%;
    transition: all 0.25s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

/* 13. Star Rating Enhancement */
.star-rating .bi-star-fill {
    color: #f59e0b;
}
.star-rating .bi-star {
    color: #d1d5db;
}

/* 13b. Payment Terms Radio Group */
.payment-term-option {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    user-select: none;
}
.payment-term-option:hover {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.04);
}
.payment-term-option.active {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.08);
    color: var(--bs-primary);
    font-weight: 600;
}

/* 14. Category Menu Enhancement */
.dropdown-menu--static {
    border-radius: 0.625rem;
}
.dropdown-menu--static li a {
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}
.dropdown-menu--static li a:hover {
    padding-inline-start: 1.25rem;
}

/* 15. Scrollbar Enhancement */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* 16. More Stores Enhancement */
.store-list .store-product {
    border-radius: 0.625rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}
.store-list .store-product:hover {
    border-color: var(--bs-primary);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* 17. Section Headers */
section h2 {
    letter-spacing: -0.01em;
}

/* 18. Table Enhancement */
.table {
    border-radius: 0.625rem;
    overflow: hidden;
}
.table thead th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    padding: 1rem 0.75rem;
}

/* 19. Form Enhancement */
.form-control:focus {
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.15);
    border-color: var(--bs-primary);
}

/* 20. Discount Badge Enhancement */
.discount-badge {
    border-radius: 0.375rem;
    font-weight: 700;
    font-size: 0.7rem;
}

/* ================================================
   PRODUCT DETAILS PAGE ENHANCEMENTS
   ================================================ */

/* 21. Breadcrumb Styling */
.product-breadcrumb {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.04), rgba(var(--bs-primary-rgb), 0.01));
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.08);
}
.product-breadcrumb .breadcrumb-item a {
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}
.product-breadcrumb .breadcrumb-item a:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}
.product-breadcrumb .breadcrumb-item.active {
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 500;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #d1d5db;
}

/* 22. Product Info Rows */
.product-info-rows {
    background: #f9fafb;
    border-radius: 0.625rem;
    padding: 0.75rem 1rem;
    border: 1px solid #f0f0f0;
}
.product-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.875rem;
}
.product-info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.product-info-row:first-child {
    padding-top: 0;
}
.product-info-label {
    color: #6b7280;
    font-weight: 500;
    text-transform: capitalize;
    min-width: 120px;
}
.product-info-value {
    color: #1f2937;
    font-weight: 500;
    text-align: end;
}

/* 23. Specifications Tab Table */
.product-specs-table {
    border-radius: 0.625rem;
    overflow: hidden;
}
.product-specs-table td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    vertical-align: middle;
}
.product-specs-table .specs-label {
    background: #f9fafb;
    color: #6b7280;
    font-weight: 600;
    text-transform: capitalize;
    width: 200px;
    min-width: 150px;
}
.product-specs-table tr:last-child td {
    border-bottom: none;
}

/* 24. Product Image Gallery Enhancement */
.pd-img-wrap .swiper-container {
    border-radius: 0.75rem !important;
    overflow: hidden;
}
.pd-img-wrap .swiper-slide img {
    border-radius: 0.75rem;
}
.quickviewSliderThumb2 .swiper-slide {
    border-radius: 0.5rem !important;
    overflow: hidden;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.quickviewSliderThumb2 .swiper-slide-thumb-active,
.quickviewSliderThumb2 .swiper-slide:hover {
    opacity: 1;
    border-color: var(--bs-primary) !important;
}

/* 25. Seller Info Card Enhancement */
.seller-info-card {
    border-radius: 0.75rem !important;
    overflow: hidden;
    transition: all 0.3s ease;
}
.seller-info-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.seller-info-card .shop-bg-card {
    border-radius: 0.625rem;
}
.seller-info-card .btn-primary {
    border-radius: 0.5rem;
    font-weight: 600;
}

/* 26. Product Details Tabs Enhancement */
.nav--tabs--with--bg .tab_link {
    border-radius: 0.5rem !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 1.25rem !important;
    transition: all 0.3s ease !important;
}
.nav--tabs--with--bg .tab_link.active {
    box-shadow: 0 2px 8px rgba(var(--bs-primary-rgb), 0.25);
}

/* 27. Review Cards Enhancement */
#product-review-list .card {
    border-radius: 0.625rem;
    transition: all 0.3s ease;
}
#product-review-list .card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(var(--bs-primary-rgb), 0.3) !important;
}
.rating-review__title {
    font-size: 2.5rem;
    font-weight: 700;
}

/* 28. Product Action Buttons Enhancement */
.product-add-and-buy-section .btn {
    border-radius: 0.5rem;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    transition: all 0.3s ease;
}
.product-add-and-buy-section .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.3);
}
.product-add-and-buy-section .btn-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 29. Wholesale Pricing Table Enhancement */
.wholesale-pricing-section .border {
    border-radius: 0.625rem !important;
    border-color: #e5e7eb !important;
}
.wholesale-pricing-section .bg-light {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05), rgba(var(--bs-primary-rgb), 0.02)) !important;
    border-bottom: 1px solid #e5e7eb;
}
.wholesale-pricing-section table tr:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.03);
}

/* 30. Related Products Section Enhancement */
.swiper-slide .card {
    border-radius: 0.625rem;
}

/* 31. Color Variant Enhancement */
.color_variants {
    transition: all 0.2s ease;
}
.color_variants:hover {
    transform: scale(1.15);
}

/* 32. Product Title Enhancement */
.product_title {
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

/* 33. Product Price Enhancement */
.product__price {
    font-weight: 800;
}
.product-details-chosen-price-amount {
    font-weight: 800 !important;
}

/* ================================================
   INDUSTRY.COM.SA INSPIRED ENHANCEMENTS
   ================================================ */

/* 34. Footer Trust Section */
.footer-trust-section {
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255,255,255,0.9);
}
.trust-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.trust-badge-item:hover .trust-badge-icon {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}
.trust-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.trust-badge-text span {
    font-size: 0.85rem;
}
.trust-badge-text small {
    font-size: 0.75rem;
    opacity: 0.7;
}

/* 35. Payment Methods Icons */
.payment-methods-icons {
    align-items: center;
}
.payment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
    border-radius: 0.375rem;
    padding: 3px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.15);
    min-width: 46px;
    min-height: 32px;
}
.payment-icon:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}
.payment-icon svg,
.payment-icon img {
    border-radius: 0.25rem;
}
.payment-icon-cod {
    color: #fff;
    font-size: 1rem;
    padding: 3px 8px;
}

/* 36. B2B Navigation Badge */
.b2b-nav-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0ea5e9, #06b6d4);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    line-height: 1;
    white-space: nowrap;
}

/* 37. Product Trust Badges (Product Detail Page) */
.product-trust-badges {
    background: #f9fafb;
    border: 1px solid #f0f0f0;
    border-radius: 0.625rem;
    padding: 0.75rem 1rem;
}
.product-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: #6b7280;
    font-size: 0.8rem;
    white-space: nowrap;
}
.product-trust-badge i {
    color: var(--bs-primary);
    font-size: 0.9rem;
}

/* 38. B2B Negotiate Button Enhanced */
.btn-b2b-negotiate {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    transition: all 0.3s ease;
}
.btn-b2b-negotiate:hover {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.35);
}
.btn-b2b-register {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    color: #0369a1;
    border: 1px solid #bae6fd;
    border-radius: 0.5rem;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    transition: all 0.3s ease;
}
.btn-b2b-register:hover {
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    color: #0284c7;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.2);
}

/* 39. Product Card Wholesale & MOQ Badges */
.card-wholesale-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #0ea5e9, #06b6d4);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.15rem 0.5rem;
    border-radius: 2rem;
    text-transform: uppercase;
    line-height: 1.4;
}
.card-moq-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 2rem;
    line-height: 1.4;
}

/* 40. Footer Bottom Enhancement */
.footer-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* ========================================
   41. Registration - Account Type Selector
   ======================================== */

.account-type-selector {
    margin-bottom: 1.25rem;
}

.account-type-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1rem;
    border: 2px solid rgba(var(--bs-secondary-rgb, 0, 0, 0), 0.12);
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
}

.account-type-card:hover {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb, 59, 130, 246), 0.03);
}

.account-type-card.active {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb, 59, 130, 246), 0.06);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 59, 130, 246), 0.12);
}

.account-type-card-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.account-type-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
    background: rgba(var(--bs-primary-rgb, 59, 130, 246), 0.08);
    color: var(--bs-primary);
    font-size: 1.25rem;
    transition: all 0.25s ease;
}

.account-type-card.active .account-type-icon {
    background: var(--bs-primary);
    color: #fff;
}

.account-type-card .account-type-check {
    color: rgba(var(--bs-secondary-rgb, 0, 0, 0), 0.25);
    font-size: 1.25rem;
    transition: all 0.25s ease;
}

.account-type-card.active .account-type-check {
    color: var(--bs-primary);
}

.account-type-card span.fw-bold {
    font-size: 0.9rem;
}

.account-type-card small.text-muted {
    font-size: 0.75rem;
}

/* Company Fields Section */
.company-fields-section {
    overflow: hidden;
}

.company-fields-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-fields-divider::before,
.company-fields-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(var(--bs-secondary-rgb, 0, 0, 0), 0.12);
}

.company-fields-divider-text {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--bs-primary);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.company-fields-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: rgba(var(--bs-primary-rgb, 59, 130, 246), 0.06);
    color: var(--bs-primary);
    font-size: 0.78rem;
    border: 1px solid rgba(var(--bs-primary-rgb, 59, 130, 246), 0.15);
}

/* Responsive */
@media (max-width: 575.98px) {
    .account-type-card {
        padding: 0.75rem;
    }
    .account-type-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
    .account-type-card span.fw-bold {
        font-size: 0.82rem;
    }
    .account-type-card small.text-muted {
        font-size: 0.7rem;
    }
    .account-type-card .account-type-check {
        font-size: 1rem;
    }
}

/* ==============================
   14. Supplier Capabilities Section
   ============================== */
.supplier-capabilities-section {
    border-right: 3px solid var(--bs-primary);
}
.supplier-capabilities-section h6 {
    font-size: 0.85rem;
}
.supplier-capabilities-section .badge {
    font-weight: 500;
    transition: background-color 0.2s;
}
.supplier-capabilities-section .badge:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
}

/* ==============================
   15. B2B Trade Assurance
   ============================== */
.ta-milestone-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
}
.ta-milestone-row:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.ta-amount-card {
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
}
.ta-amount-card .amount {
    font-size: 1.25rem;
    font-weight: 700;
}
.ta-dispute-form {
    background: #fff8f0;
    border: 1px solid #ffc107;
    border-radius: 0.5rem;
    padding: 1rem;
}

/* ==============================
   16. B2B Verification Badges
   ============================== */
.verification-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.7rem;
}
.verification-badge.badge-basic {
    background: rgba(108,117,125,0.1);
    color: #6c757d;
}
.verification-badge.badge-gold {
    background: rgba(255,193,7,0.15);
    color: #b8860b;
}
.verification-badge.badge-diamond {
    background: rgba(13,110,253,0.1);
    color: #0d6efd;
}
.verification-badge.badge-md {
    font-size: 0.8rem;
    padding: 4px 14px;
}
.verification-level-card {
    border: 2px solid #dee2e6;
    border-radius: 0.75rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    height: 100%;
}
.verification-level-card.current-level {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.15);
}
.verification-level-card .level-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* ==============================
   17. B2B Project Timeline
   ============================== */
.project-timeline {
    position: relative;
    padding-left: 24px;
}
[dir="rtl"] .project-timeline {
    padding-left: 0;
    padding-right: 24px;
}
.project-timeline::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}
[dir="rtl"] .project-timeline::before {
    left: auto;
    right: 11px;
}
.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-dot {
    position: absolute;
    left: -20px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #dee2e6;
    background: #fff;
    z-index: 1;
}
[dir="rtl"] .timeline-dot {
    left: auto;
    right: -20px;
}
.timeline-item.completed .timeline-dot {
    border-color: #198754;
    background: #198754;
}
.timeline-item.in-progress .timeline-dot {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    animation: timeline-pulse 1.5s ease-in-out infinite;
}
@keyframes timeline-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4); }
    50% { box-shadow: 0 0 0 6px rgba(var(--bs-primary-rgb), 0); }
}
.timeline-update-photos {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 6px;
}
.timeline-update-photos img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: transform 0.2s;
}
.timeline-update-photos img:hover {
    transform: scale(1.1);
}

/* ==============================
   18. B2B Price Calculator
   ============================== */
.b2b-price-calculator {
    border: 2px solid rgba(var(--bs-primary-rgb), 0.15);
    border-radius: 0.75rem;
    overflow: hidden;
}
.b2b-price-calculator .calculator-header {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.08), rgba(var(--bs-primary-rgb), 0.03));
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.1);
}
.price-tier-table .active-tier {
    background: rgba(var(--bs-primary-rgb), 0.08);
    border-radius: 6px;
}
.savings-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(25,135,84,0.1);
    color: #198754;
    border-radius: 20px;
    padding: 4px 12px;
    font-weight: 600;
    font-size: 0.8rem;
}

/* ==============================
   19. B2B Review Components
   ============================== */
.review-card {
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    transition: box-shadow 0.2s;
}
.review-card:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.review-photos {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.review-photos img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
}
.review-photos img:hover {
    transform: scale(1.05);
}
.star-rating-input {
    display: flex;
    flex-direction: row-reverse;
    gap: 2px;
    justify-content: flex-end;
}
.star-rating-input input {
    display: none;
}
.star-rating-input label {
    cursor: pointer;
    font-size: 1.25rem;
    color: #dee2e6;
    transition: color 0.15s;
}
.star-rating-input label:hover,
.star-rating-input label:hover ~ label,
.star-rating-input input:checked ~ label {
    color: #ffc107;
}

/* ==============================
   20. B2B Portfolio / Storefront
   ============================== */
.portfolio-item {
    transition: transform 0.2s;
}
.portfolio-item:hover {
    transform: translateY(-2px);
}
.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 8px 12px;
    display: flex;
    align-items: flex-end;
}

/* ==============================
   21. B2B Contact Supplier Button
   ============================== */
.btn-contact-supplier {
    background: linear-gradient(135deg, var(--bs-primary), #0b5ed7);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 6px;
    transition: all 0.2s;
    width: 100%;
}
.btn-contact-supplier:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.35);
    color: #fff;
}

/* ==============================
   22. B2B Supplier Match Score
   ============================== */
.match-score-circle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.match-score-circle svg {
    transform: rotate(-90deg);
}
.match-score-value {
    position: absolute;
    font-weight: 700;
    font-size: 0.75rem;
}

/* ==============================
   23. RFQ Wizard Steps
   ============================== */
.wizard-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2rem;
}
.wizard-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #dee2e6;
}
.wizard-step {
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
}
.wizard-step .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    background: #dee2e6;
    color: #6c757d;
    font-weight: 600;
    transition: all 0.3s;
}
.wizard-step.active .step-number {
    background: var(--bs-primary);
    color: #fff;
}
.wizard-step.completed .step-number {
    background: #198754;
    color: #fff;
}
.wizard-step .step-label {
    font-size: 0.75rem;
    color: #6c757d;
}
.wizard-step.active .step-label {
    color: var(--bs-primary);
    font-weight: 600;
}
.wizard-panel {
    display: none;
}
.wizard-panel.active {
    display: block;
    animation: wizardFadeIn 0.3s ease;
}
@keyframes wizardFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
