html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative !important;
}

html {
    scrollbar-color: #485462  !important;
}

::-webkit-scrollbar {
    width: 12px !important;
    display: block !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    background: #485462 !important;
    border: 2px solid #f1f1f1 !important;
}




@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&family=Tajawal:wght@300;400;500;700;800&display=swap');

@font-face {
    font-family: 'PingARLT';
    src: url('../fonts/pingarlt/PingARLT-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PingARLT';
    src: url('../fonts/pingarlt/PingARLT-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PingARLT';
    src: url('../fonts/pingarlt/PingARLT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PingARLT';
    src: url('../fonts/pingarlt/PingARLT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PingARLT';
    src: url('../fonts/pingarlt/PingARLT-Heavy.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PingARLT';
    src: url('../fonts/pingarlt/PingARLT-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

[dir="rtl"], [dir="rtl"] body, [dir="rtl"] p, [dir="rtl"] a, [dir="rtl"] span, [dir="rtl"] button, [dir="rtl"] input, [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6, [dir="rtl"] div, [dir="rtl"] select, [dir="rtl"] textarea , [dir="rtl"] textarea {
    font-family: 'PingARLT', 'Cairo', 'Tajawal', sans-serif !important;
}



:root {
    --input-placeholder-color: #222;
    --white-clr: #fff;
}
:root {
    --bg-blue: #264F74;
    --bg-yellow: #FFE14D;
}

.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.1em var(--web-secondary);
}

[type="radio"]:not(.show):checked + span:after {
    background: var(--web-secondary);
    box-shadow: 0 0 0 0.1em 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 {
    color: var(--web-secondary);
}
a:hover {
    color: var(--web-primary);
}

.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-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0 var(--web-primary);
}

.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;
    }
    .search_button .input-group-text i.text-absolute-white{
        color: #ffffff !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;
}
.customize-step{
    margin: 0 auto 20px;
    max-width: 600px;
}
.customize-step .step-item{
    width: 190px;
    text-align: center;
}
.customize-step .step-item .step-count{
    width: 30px;
    height: 30px;
    border: 2px solid var(--border1);
    background-color: var(--color-white);
}
.customize-step .step-item:not(:last-child)::before{
    position: absolute;
    content: "";
    top: 4px;
    inset-inline-start: 110px;
    width: 168px;
    height: 1px;
    border-top: 2px dashed var(--border1);

}
.customize-step .step-item.active::before{
    border-top: 2px solid var(--web-primary);
}
.customize-step .step-item .step-count i{
    opacity: 0;
}
.customize-step .step-item.active .step-count i{
    opacity: 1 !important;
}
.customize-step .step-item.active .step-count{
    background-color: var(--web-primary) !important;
}
.fw-medium{
    font-weight: 500 !important;
}
@media screen and (max-width: 767px) {
    .customize-step{
        max-width: 100%;
        display: flex;
        align-items: flex-start;
    }
    .customize-step .step-item{
        width: 100%;
        text-align: center;
    }
    .customize-step .step-item .step-count{
        width: 30px;
        height: 30px;
        border: 2px solid var(--border1);
        background-color: var(--color-white);
    }
    .customize-step .step-item:not(:last-child)::before{
        position: absolute;
        content: "";
        top: 4px;
        inset-inline-start: 110px;
        width: 100%;
        height: 1px;
        border-top: 2px dashed var(--border1);

    }
}
@media screen and (max-width: 575px) {
    .customize-step .step-item:not(:last-child)::before{
        position: absolute;
        content: "";
        top: 4px;
        inset-inline-start: 80px;
        width: 100%;
        height: 1px;
        border-top: 2px dashed var(--border1);
    }
}
@media screen and (max-width: 575px) {
    .customize-step .step-item:not(:last-child)::before{
        inset-inline-start: 60px;
        border-top: 2px dashed var(--border1);
    }
}

.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: 14px;
}

@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: 0.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: 0.25rem !important;
}

[dir="ltr"] .ps-2 {
    padding-left: 0.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: 0.25rem !important;
}

[dir="rtl"] .ps-2 {
    padding-right: 0.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: 0.25rem !important;
}

[dir="ltr"] .pe-2 {
    padding-right: 0.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: 0.25rem !important;
}

[dir="rtl"] .pe-2 {
    padding-left: 0.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 {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    top: 0;
    display: block;
    justify-content: center;
    align-items: center;
}

.loading-parent.d--none {
    display: none;
}

.loading-parent-first-div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.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;
}
.category-single-product-price.fs-14{
    font-size: 14px !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: 0.625rem;
    transition: border-color 0.2s ease-in-out;
    border: 1px solid #e2f0ff;
    border-radius: 0.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 0.2s ease-in-out;
    max-height: 58px;
    opacity: 0.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;
    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: 0.5rem;
}

.left-1 {
    left: 0.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 9px 3px 9px;
    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: 2px solid rgba(155, 155, 155, 0.05) !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: 0.03125rem;
    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: 0.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;
}

.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;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075);
}

.alert--message-2 h6 {
    font-size: 14px;
}

.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;
    overflow-x: hidden !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, #EFF1F4);;
    margin-inline-end: 1rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
    .rich-editor-html-content table {
        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;
}

.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;
}

.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;
}

.product-categories-list {
    overflow: hidden scroll;
    max-height: 18rem;
}

.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;
}

.inset-inline-end-10px {
    inset-inline-end: 10px;
}

.grecaptcha-badge {
    display: none !important;
}
.request-restock-btn {
    position: relative;
    filter: brightness(1) !important;
    -webkit-filter: brightness(1) !important;
}
.request-restock-btn::before {
    position: absolute;
    content: "";
    inset: 0;
    background: var(--web-primary);
    opacity: 0.07;
    border-radius: inherit;
}

.input-required-icon {
    color: #d80000;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.d--flex {
    display: flex;
}

@media (min-width: 576px) {
    .d--sm-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d--sm-block {
        display: block;
    }
}

.product-restock-request-section {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.custom-disabled {
    opacity: 0.65;
    box-shadow: none;
}

.clearance-sale-title-bg {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 83px;
    width: 220px;
    position: relative;
}

.clearance-sale-title-bg .title {
    position: absolute;
    bottom: 0.5rem;
    color: #fff;
    left: 20px;
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
}

.clearance-sale-title-bg .sub-title {
    position: absolute;
    bottom: 2.3rem;
    color: #1455ac;
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
    left: 1.25rem;
    text-align: center;
    width: 100px;
}

[dir="rtl"] .clearance-sale-title-bg {
    transform: scaleX(-1);
}

[dir="rtl"] .clearance-sale-title-bg .title,
[dir="rtl"] .clearance-sale-title-bg .sub-title {
    transform: scaleX(-1);
}

.fs-12 .discounted-unit-price,
.fs-12 .product-total-unit-price {
    font-size: 0.75rem !important;
}

.bg--light {
    background-color: #f8f8fa;
}
[theme="dark"].bg--light {
    background-color: #18181a;
}

.z-index-1 {
    z-index: -1;
}

.quantity-box-120 {
    width: 120px;
    min-width: 110px;
}

.clearance-sale-slider.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}
.clearance-sale-slider.owl-carousel.owl-drag .owl-item {
    display: grid;
    align-items: stretch;
}

.bg-count-light {
    background: rgba(236, 241, 246, 0.5);
}

.bg-count-light:focus,
.bg-count-light:hover {
    filter: none !important;
}

.max-height-420px {
    max-height: 420px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.download-user-app {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.download-user-app .download-user-main {
    position: relative;
    z-index: 2;
}
.download-user-app::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-clr-rgb), 80%);
    z-index: 1;
}

.pe-5rem {
    padding-inline-end: 5rem;
}

@media (min-width: 992px) {
    .sticky-top-wrapper {
        position: sticky;
        top: 130px;
    }

    .sticky-top-wrapper.sticky-top-blog-details {
        top: 130px;
        margin-top: 150px;
    }
}

.aspect-2 {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.border-top-before-after {
    position: relative;
}
.border-top-before-after::before,
.border-top-before-after::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    border-top: 1px solid #d9d9d9;
    width: calc(50% - 140px);
    z-index: -1;
}
.border-top-before-after::after {
    inset-inline-start: unset;
    inset-inline-end: 0;
}

.blog-card {
    box-shadow: 0px 0px 6px 0px rgba(51, 66, 87, 0.07);
    border-radius: 15px;
}

.blog-card_image img {
    border-radius: 15px 15px 0 0;
}

.blog-card_footer {
    position: absolute;
    width: 100%;
    inset-inline-start: 0;
    padding-inline: 1rem;
    inset-block-end: 1rem;
}

.rounded-30 {
    border-radius: 30px;
}

.border-inline-end {
    border-inline-end: 1px solid rgba(38, 45, 52, 0.7);
}

@media (max-width: 575px) {
    .border-inline-end.pe-3 {
        border-inline-end: 0;
        padding-inline-end: 0;
    }
}

.ml-5 {
    margin-inline-start: 3rem !important;
}
@media (min-width: 991px) {
    .ml-lg-0 {
        margin-inline-start: 0 !important;
    }
}
.h-80px {
    height: 80px !important;
}


.article-nav-wrapper ul li {
    list-style: none;
}

.article-nav-wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
}

.article-nav-wrapper ul li.active a {
    font-weight: 600;
    color: var(--base);
    border-bottom: 1px solid var(--base);
    padding: 0 0.5rem;
    margin-inline-start: 1rem;
    transition: all 0.3s ease-in-out;
}

.article-nav-wrapper_collapse {
    background-color: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    width: 36px;
    height: 36px;
    transition: background 0.3s ease-in-out;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    position: fixed;
    inset-block-start: 190px;
    inset-inline-start: 1rem;
    z-index: 99;
}
.article-nav-wrapper_collapse:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f6f6f6;
}
.article-nav-wrapper_collapse i {
    font-size: 1rem;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .article-nav-wrapper_collapse {
        display: flex;
    }
    .article-nav-wrapper {
        position: fixed;
        width: 100%;
        inset-inline-start: 0;
        inset-block-start: 170px;
        z-index: 9;
    }
    .article-nav-wrapper ul {
        overflow-y: auto;
        max-height: 260px;
    }
}

.recent-post:not(:last-child) {
    margin-bottom: 20px;
}

.blog-top-nav {
    overflow-x: auto;
    white-space: nowrap;
    padding-inline-start: 0;
    padding-inline-end: 60px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.blog-top-nav::-webkit-scrollbar {
    display: none;
}

.blog-top-nav li {
    list-style: none;
}
.blog-top-nav li.active a {
    color: #fff;
    background-color: var(--base);
}
.blog-top-nav li.active a span {
    opacity: 1 !important;
}

.blog-top-nav_next-btn,
.blog-top-nav_prev-btn {
    --justify-content: start;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 50px;
    height: 42px;
    padding: 0;
    display: none;
    justify-content: var(--justify-content);
    align-items: center;
    color: #fff;
    background-color: #f7f8fa;
    z-index: 100;
}

.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(--base);
    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 {
    color: #fff !important;
    background-color: #f7f8fa !important;
    border: none !important;
}

.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(--base) !important;
    border: none !important;
}

.h-45px {
    height: 45px !important;
}

.blog-banner-search {
    margin-top: -40px;
    width: 70%;
}
@media (max-width: 575px) {
    .blog-banner-search {
        width: 90%;
        margin-top: 0;
    }
}

.text--primary {
    color: var(--base) !important;
}

.blog-banner-container {
    position: relative;
    overflow: hidden;
}
.blog-banner-svg {
    max-width: unset !important;
}

@media (min-width: 1400px) {
    .blog-banner-svg {
        width: 100%;
        height: auto;
    }
}

.blog-banner-content {
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Transaction filter */
.transaction-filter_dropdown {
    min-width: 360px !important;
    transform: translate(0px, 45px) !important;
    right: 0 !important;
    left: auto !important;
}

[dir="rtl"] .transaction-filter_dropdown {
    right: auto !important;
    left: 0 !important;
}

@media (max-width: 575px) {
    .transaction-filter_dropdown {
        min-width: 100% !important;
    }
}

.max-h-290px {
    max-height: 290px;
}

.daterangepicker.show-calendar .drp-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
}

.icon-absolute-on-right {
    position: absolute;
    font-size: 20px;
    opacity: 0.6;
    inset-inline-end: 15px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.fs-20 {
    font-size: 20px !important;
}

#transactionFilterBtn .count {
    position: absolute;
    inset-inline-end: -4px;
    inset-block-start: -4px;
    width: 1rem;
    height: 1rem;
    font-size: 0.675rem;
    line-height: 1rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.earn-checkbox {
    accent-color: var(--web-primary);
    width: auto;
}

#filterCloseBtn {
    width: 24px;
    height: 24px;
    background-color: #d9d9d9;
}

.gap-10 {
    gap: 10px !important;
}
.gap-30 {
    gap: 30px !important;
}


.letter-spacing-0 {
    letter-spacing: 0;
}

@media (max-width: 575px) {
    .fs-20-mobile {
        font-size: 1.25rem !important;
    }
    .fs-16-mobile {
        font-size: 1rem !important;
    }
    .fs-14-mobile {
        font-size: 0.875rem !important;
    }
    .fs-12-mobile {
        font-size: 0.75rem !important;
    }
}

/* Product page price range */
#price_range_slider {
    width: calc(100% - 16px);
    height: 3px;
    /* background: rgba(var(--primary-clr-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(--primary-clr-rgb), 0.38);
    position: absolute;
}
[dir="rtl"] #price_range_slider::after {
    right: -15px;
}

#price_range_slider .slider-thumb {
    width: 1rem;
    height: 1rem;
    background: var(--base);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    cursor: pointer;
}

#price_range_slider .slider-range {
    height: 3px;
    background: var(--base);
    position: absolute;
    top: 0;
}

.bg-black-09 {
    background-color: rgba(0, 0, 0, 0.09);
}

.form-control--sm {
    block-size: 1.875rem;
    font-size: 0.75rem;
}

.w-fit-content {
    width: fit-content !important;
}

.gap-12px {
    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);
}

.form-loading-button.bg-primary .spinner-grow {
    background-color: var(--web-primary);
}

.cursor-default {
    cursor: default !important;
}

.chatting-search-border {
    border: 2px solid #d3e8ff4d;
    border-radius: 5px;
}

.__color-9B9B9B {
    color: #9b9b9b;
}

.blog-single-card-item {
    cursor: pointer;
}

.business-pages-banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    --opacity: 0.5;
    --bg-color: 0, 0, 0;
    position: relative;
    z-index: 1;
    padding: 3rem;
    overflow: hidden;
    border-radius: 10px;
}

.business-pages-banner-section h1 {
    color: #ffffff;
    font-size: 1.75rem;
}

.business-pages-banner-section:after {
    inline-size: 100%;
    block-size: 100%;
    inset-inline-start: 0;
    inset-block-start: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: rgba(var(--bg-color), var(--opacity));
}

@media (max-width: 479px) {
    .business-pages-banner-section h1 {
        font-size: 1.5rem;
    }
}

.column-gap-5 {
    column-gap: 2rem !important;
}

.cz-countdown-value.fs-8{
    font-size: 0.5rem !important;
}

.h-40px{
    height: 40px !important;
}

.fs-15{
    font-size: 15px !important;
}
.product-card-shadow{
    box-shadow: 0 0 1.636px 0 rgba(145, 158, 171, 0.20), 0 8.179px 16.359px -2.454px rgba(145, 158, 171, 0.05) !important;
}

.border-black-50{
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.product-with-bg .product-single-hover{
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: 0 0 1.636px 0 rgba(145, 158, 171, 0.20), 0 8.179px 16.359px -2.454px rgba(145, 158, 171, 0.05);
}

.product-with-bg img.border.border-black-50{
    border: none !important;
}

.search-rounded-10{
    --radius: 10px;
    border-radius: var(--radius);
}

.search-rounded-10 .search-page-button-input{
    border-radius: var(--radius);
}

.search-rounded-10 .search-page-button{
    border-radius: 0 var(--radius) var(--radius) 0;
}

[dir="rtl"] .search-rounded-10 .search-page-button {
    border-radius: var(--radius) 0 0 var(--radius);
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
    --size: 40px;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i{
    font-size: 0.875rem !important;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 767px) {
    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next{
        --size: 30px;
    }

    .owl-theme .owl-nav .owl-prev i,
    .owl-theme .owl-nav .owl-next i{
        font-size: 0.75rem !important;
    }
}
@media (max-width: 539px) {

    #featured_products_list.owl-theme .owl-nav .owl-prev{
        transform: translateX(-30px);
    }
    #featured_products_list.owl-theme .owl-nav .owl-next {
        transform: translateX(30px);
    }
}

@media (max-width: 360px) {
        #featured_products_list {
        max-width: 200px;
    }
}

.__cart-total .order-summery-footer-image{
    width: 20px;
    height: 20px;
    margin: 0;
}

.shop-feature-faster{
    background-color: var(--light-box);
    padding: 12px 20px !important;
    gap: 10px;
}

.shop-feature-faster .inners{
    gap: 10px;
    font-size: 13px !important;
}

.select-wrap select{
    font-size: 14px;
}
.light-box{
    background-color: var(--light-box) !important;
}
.p-20{
    padding: 20px;
}
.min-height-74{
    min-height: 74px;
}
.w-24{
    width: 24px;
    min-width: 24px;
}
.offline_payment_button:hover,
.offline_payment_button.active{
    background-color: var(--web-primary) !important;
    color: var(--white-clr) !important;
    filter: brightness(1) !important;
}

.max-w-100px{
    max-width: 100px;
}
.p-xxl-4px{
    @media screen and (min-width: 1399px) {
        padding: 4px;
    }
}

.lh-19px{
    line-height: 19px;
}

.flash-deal-shadow{
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06) !important;
}
.h-24px{
    height: 24px;
}
.w-20px{
    width: 20px;
}
.h-20px{
    height: 20px;
}

.p-details-description p span{
    display: block;
    line-height: 24px;
}
.p-details-description h3 ul{
    padding-inline-start: 0;
}
.max-h-35vh {
    max-height: 35vh !important;
}

/*version 16.1*/


/* ---------------------- UPDATE --------------------------------- */


.top_navbar a {
    color: #fff !important;
    text-decoration: none !important;
}

.top_navbar a:hover {
    color: var(--bg-yellow) !important;
}

/* Custom Search Bar */
.custom-search-input-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .search-section {
        max-width: 480px !important;
        width: 100% !important;
    }
    

}

.custom-search-field {
    width: 100% !important;
    height: 44px !important;
    border: none !important;
    background-color: #fff !important;
    color: #222 !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}

.custom-search-field::placeholder {
    color: #777 !important;
    font-size: 13px !important;
}

.custom-search-btn {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 50px !important;
    background-color: var(--bg-yellow) !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 5 !important;
    transition: background-color 0.2s ease-in-out !important;
}

.custom-search-btn:hover {
    background-color: #e6c122 !important;
}

.custom-search-btn i {
    color: #000 !important;
    font-size: 16px !important;
}

/* Direction-aware Search Field Padding and Button positioning */
[dir="rtl"] .custom-search-field {
    border-radius: 12px !important;
    padding-right: 20px !important;
    padding-left: 60px !important;
}

[dir="rtl"] .custom-search-btn {
    left: 0 !important;
    right: auto !important;
    border-radius: 12px 0 0 12px !important;
}

[dir="ltr"] .custom-search-field {
    border-radius: 12px !important;
    padding-left: 20px !important;
    padding-right: 60px !important;
}

[dir="ltr"] .custom-search-btn {
    right: 0 !important;
    left: auto !important;
    border-radius: 0 12px 12px 0 !important;
}

/* Actions Section Links and Separators */
.actions-section {
    display: flex;
    align-items: center;
    gap: 5px;
}

.action-item {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.2s ease-in-out;
}

.action-item i {
    font-size: 15px !important;
    color: #fff !important;
}

.action-item:hover, .action-item:hover i {
    color: var(--bg-yellow) !important;
}

.separator-line {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 14px;
    user-select: none;
}

.top_navbar .navbar-tool {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.top_navbar .navbar-tool-icon-box {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    min-width: unset !important;
    border: none !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.top_navbar .navbar-tool-icon-box i {
    color: #fff !important;
    font-size: 17px !important;
}

.top_navbar .navbar-tool-label {
    background-color: var(--bg-yellow) !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    text-align: center !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 0px !important;
    right: -8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.top_navbar .navbar-tool-text {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.top_navbar .navbar-tool-text small {
    display: none !important;
}

.top_navbar .navbar-tool-text .cart-total-price {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.top_navbar .navbar-tool-icon-box::after,
.top_navbar .navbar-tool-text::after {
    display: none !important;
}

/* Ensure autocomplete popup sits nicely */
.search-form-mobile {
    position: relative;
}

.top_navbar .search-card {
    border-radius: 8px !important;
    border: 1px solid #eee !important;
}

/* Region Selection Modal Styles */
.close-region-modal {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 44px !important;
    height: 44px !important;
    background-color: #d93d3d !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    border-bottom-left-radius: 8px !important;
    z-index: 10 !important;
    outline: none !important;
    transition: background-color 0.2s ease-in-out !important;
}

.close-region-modal:hover {
    background-color: #b82b2b !important;
}

.modal-title-custom {
    color: #264F74 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.modal-subtitle-custom {
    color: #777 !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

.modal-subtitle-custom .text-primary-color {
    color: #264F74 !important;
    font-weight: 600 !important;
}

.regions-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    padding: 5px !important;
}

@media (max-width: 767px) {
    .regions-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.region-card {
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 15px 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: all 0.2s ease-in-out !important;
    outline: none !important;
    box-shadow: none !important;
}

.region-card:hover {
    border-color: #cbd5e0 !important;
    background-color: #f7fafc !important;
}

.region-card.active {
    background-color: #264F74 !important;
    color: #fff !important;
    border-color: #264F74 !important;
}

.btn-save-region {
    background-color: var(--bg-yellow) !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 10px 45px !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease-in-out !important;
    outline: none !important;
}

.btn-save-region:hover {
    background-color: #e6c122 !important;
}

/* Bottom Navbar Categories Style */
.bottom_navbar {
        background-color: #ffe14d !important;
    border: none !important;
    padding: 0 !important;
}

@media (min-width: 992px) {
    .bottom_navbar {
        min-height: 48px !important;
    }
    .bottom_navbar .container {
        max-width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-categories-nav {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .header-categories-nav .nav-item {
        padding: 12px 7px !important;
        position: relative !important;
    }
    .header-categories-nav .nav-item .nav-link {
    line-height: 23px;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0) !important;
    padding: 0px;
        transition: color 0.2s ease-in-out !important;
    }
    .header-categories-nav .nav-item:hover .nav-link {
        font-weight: 500 !important;
    }
    
    .header-categories-nav .dropdown-toggle::after {
        display: inline-block !important;
        margin-right: 8px !important;
        vertical-align: middle !important;
        border-top: 0.3em solid !important;
        border-right: 0.3em solid transparent !important;
        border-bottom: 0 !important;
        border-left: 0.3em solid transparent !important;
        content: "" !important;
    }
    
    /* Reverse arrow for nested menus (subcategories) */
    .header-categories-nav .dropdown-menu .dropdown-toggle::after {
        border-top: 0.3em solid transparent !important;
        border-right: 0 !important;
        border-bottom: 0.3em solid transparent !important;
        border-left: 0.3em solid !important;
        margin-right: 0 !important;
        margin-left: 8px !important;
        float: left !important;
        margin-top: 7px !important;
    }
    
    /* Sub-dropdown menus styling */
    .header-categories-nav .dropdown-menu {
        display: block !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(10px) !important;
        transition: all 0.2s ease-in-out !important;
        background-color: #fff !important;
        border: 1px solid #eee !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
        margin-top: 5px !important;
        min-width: 200px !important;
        right: 0 !important;
        left: auto !important;
        position: absolute !important;
    }
    
    /* Open menu on hover */
    .header-categories-nav .dropdown:hover > .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    /* Nested dropdown menus (subcategories) position in RTL */
    .header-categories-nav .dropdown-menu .dropdown-menu {
        right: 100% !important;
        left: auto !important;
        top: 0 !important;
        transform: translateX(10px) !important;
        margin-top: 0 !important;
    }
    
    .header-categories-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
        transform: translateX(0) !important;
    }

    .header-categories-nav .dropdown-menu .dropdown-item {
        font-family: 'Cairo', sans-serif !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        color: #333 !important;
        padding: 8px 16px !important;
        text-align: right !important;
    }
    
    .header-categories-nav .dropdown-menu .dropdown-item:hover {
        background-color: #f8f9fa !important;
        color: #264F74 !important;
    }
}

@media (max-width: 991px) {
    .bottom_navbar {
        background-color: #fff !important;
    }
    .header-categories-nav {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        padding: 10px 0 !important;
    }
    .header-categories-nav .nav-item {
        border-bottom: 1px solid #eee !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .header-categories-nav .nav-item .nav-link {
        color: #333 !important;
        font-family: 'Cairo', sans-serif !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        padding: 10px 15px !important;
        display: block !important;
    }
    .header-categories-nav .dropdown-menu {
        position: static !important;
        float: none !important;
        border: none !important;
        box-shadow: none !important;
        background-color: #f9f9f9 !important;
        padding: 5px 15px !important;
    }
    .header-categories-nav .dropdown-menu .dropdown-item {
        text-align: right !important;
        font-size: 13px !important;
        padding: 6px 12px !important;
    }
}

/* =============================================
   Top Navbar: Two-row layout
   Row 1 = Toggle + Logo + Actions
   Row 2 = Search bar (mobile only)
   ============================================= */

/* Make the top_navbar a flex column so rows stack properly */
.top_navbar {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 !important;
}

/* Desktop search bar: prevent growing too wide and overlapping actions */
.top-navbar-row1 .search-section {
    min-width: 0;
    max-width: 500px;
    flex-shrink: 1;
}

.mobile-head {
    width: 100% !important;
    overflow: visible !important;
    position: relative !important;
}

/* @media (max-width: 991.98px) {
    .mobile-head {
        overflow: hidden !important;
    }
} */

.top-navbar-row1 .actions-section {
    flex-shrink: 0;
    white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .top-navbar-row1 .search-section {
        max-width: 320px;
    }
    .top-navbar-row1 {
        gap: 8px;
    }
}
@media (max-width: 991px) {
.top-navbar-row1 {
    padding: 0px 15px;
}
}

.top-navbar-row1 {
    padding: 17px 15px;
    width: 100%;
    box-sizing: border-box;
}

.top-navbar-row2 {
    width: 100%;
    padding: 0 12px 8px 12px;
    box-sizing: border-box;
}

.top-navbar-row2 .custom-search-input-group {
    width: 100%;
}

@media (max-width: 991.98px) {
    .top-navbar-row1 .navbar-brand {
        text-align: center;
    }

}
@media (max-width: 991.98px) {
    .separator-line{
         display: none !important;
    }
}

/* =============================================
   Full-Width Hero Slider
   ============================================= */

.__inline-61 {
    gap: 0 !important;
}

.hero-slider-section {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.hero-slider-section .owl-carousel,
.hero-slider-section .owl-stage-outer,
.hero-slider-section .owl-stage,
.hero-slider-section .owl-item {
    height: 100% !important;
}

.hero-slider-img {
    width: 100% !important;
    height: 500px !important;
    object-fit: contain !important;
    display: block !important;
}

@media (max-width: 991.98px) {
    .hero-slider-img {
        height: 300px !important;
    }
}

@media (max-width: 575.98px) {
    .hero-slider-img {
        height: 200px !important;
    }
}

/* =============================================
   Mobile Menu: Right-side Sliding Drawer
   ============================================= */
@media (max-width: 991.98px) {

    #navbarCollapse {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: 300px !important;
        height: 100vh !important;
        background-color: #fff !important;
        z-index: 9999 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        transition: transform 0.3s ease-in-out, visibility 0.3s !important;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 0 !important;
        transform: translateX(100%) !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    #navbarCollapse.show {
        transform: translateX(0) !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .mobile-menu-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .mobile-menu-backdrop.active {
        display: block;
        opacity: 1;
    }

    #navbarCollapse .header-categories-nav {
        padding: 0 !important;
        width: 100% !important;
    }

    #navbarCollapse .w-100.d-lg-none {
        display: flex !important;
        justify-content: flex-start !important;
        padding: 12px 16px !important;
        background-color: #264F74 !important;
        border-bottom: 1px solid #eee !important;
    }

    #navbarCollapse .navbar-toggler {
        color: #fff !important;
    }

    #navbarCollapse .navbar-toggler .tio-clear {
        color: #fff !important;
        font-size: 22px !important;
    }

  
    #navbarCollapse .header-categories-nav .nav-item {
        border-bottom: 1px solid #f0f0f0 !important;
    }

    #navbarCollapse .header-categories-nav .nav-link {
        padding: 13px 20px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #333 !important;
        font-family: 'Cairo', sans-serif !important;
        display: block !important;
    }

    #navbarCollapse .header-categories-nav .nav-link:hover,
    #navbarCollapse .header-categories-nav .nav-item.active .nav-link {
        color: #264F74 !important;
        background-color: #f8f9fa !important;
    }

    #navbarCollapse .dropdown-menu {
        position: static !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        background-color: #f9f9f9 !important;
        padding: 0 0 0 20px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        display: none !important;
    }
    #navbarCollapse .dropdown-menu.show {
        display: block !important;
    }
    #navbarCollapse .dropdown-item {
        padding: 10px 25px !important;
        font-size: 14px !important;
        color: #555 !important;
        border-bottom: 1px solid #eee !important;
        font-family: 'Cairo', sans-serif !important;
    }
    #navbarCollapse .dropdown-item:last-child {
        border-bottom: none !important;
    }
}
.top_navbar {
    background-color: var(--bg-blue) !important;
    padding: 0px 0px !important; 
}

@media (max-width: 991.98px) {
    .top_navbar {
        padding: 0px 0px !important;
    }
}

/* =============================================
   Mobile Drawer Header & Close Button
   ============================================= */

@media (min-width: 992px) {
    .mobile-drawer-header {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .mobile-drawer-header {
        display: flex !important;
        width: 100% !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 14px 18px !important;
        background-color: var(--bg-blue, #264F74) !important;
        border-bottom: 1px solid rgba(255,255,255,0.15) !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 10 !important;
    }
}

.mobile-drawer-title {
    color: #fff !important;
    font-family: 'Cairo', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
}

.mobile-drawer-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(255,255,255,0.15) !important;
    border: none !important;
    border-radius: 50% !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

.mobile-drawer-close:hover,
.mobile-drawer-close:focus {
    background: rgba(255,255,255,0.3) !important;
    outline: none !important;
}

.mobile-drawer-close svg {
    display: block !important;
    color: #fff !important;
}

.page-footer {
    position: relative !important;
  
    overflow: hidden !important;
}

.page-footer::before {
    content: "" !important;
    background-image: url('../img/footer-bg.webp') !important;
     background-position: center;
    background-size: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .15;
    overflow: hidden;
}

.page-footer > * {
    position: relative !important;
    z-index: 2 !important;
}

.custom-light-primary-color-20 {
    background-color: transparent !important;
}


.hover-yellow:hover {
    color: var(--bg-yellow) !important;
}

.text-yellow {
    color: var(--bg-yellow) !important;
}

.widget-list-link {
    color: #ffffff !important;
    opacity: 0.8;
    transition: 0.3s;
}

.widget-list-link:hover {
    color: var(--bg-yellow) !important;
    opacity: 1;
    text-decoration: none !important;
}


.rp-header-bar {
    background-color: var(--bg-yellow);
    padding: 14px 24px;
    margin-bottom: 15px;
    text-align: right;
}

.rp-section-title {
    font-size: 1.6rem;
    color: var(--web-primary) !important;
}

.rp-tabs-nav {
    list-style: none;
    padding-bottom: 0;
}

.rp-tab-item {
    margin-bottom: -2px;
}

.rp-tab-btn {
    background: transparent;
    border: none;
    padding: 10px 24px;
    font-size: 1.5rem;
    color: var(--web-primary);
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    transition: all 0.25s ease;
    white-space: nowrap;
    position: relative;
        border-bottom: 2px solid var(--web-primary);

}

.rp-tab-btn:hover {
    color: var(--web-primary);
    background: rgba(38, 79, 116, 0.05);
}

.rp-tab-btn.active {
    color: #fff !important;
    background: var(--web-primary) !important;
}

.rp-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    display: block;
    width: 0;
    z-index: 10;
}

.rp-tab-pane {
    display: none;
    animation: rpFadeIn 0.3s ease;
}

.rp-tab-pane.active {
    display: block;
}

@keyframes rpFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 1200px) {
    .col-xl-1-7 {
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
}

.rp-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(38, 79, 116, 0.12);
}

.rp-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 8px;
    z-index: 2;
}

.rp-discount-badge {
    background-color: #fef08a;
    color: #854d0e;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
}

.rp-card-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rp-action-btn {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--bg-blue);
    cursor: pointer;
    transition: all 0.2s;
}

.rp-action-btn:hover {
    background: var(--bg-blue);
    color: #fff;
    border-color: var(--bg-blue);
}

.rp-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    min-height: 140px;
}

.rp-card-image img {
    max-height: 130px;
    max-width: 100%;
    object-fit: contain;
}

.rp-card-body {
    padding: 8px 0;
    text-align: right;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.rp-card-category {
    background-color: #fef9c3;
    color: #713f12;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 8px;
    min-height: 70px;
}

.rp-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.5;
    height: 40px;
    overflow: hidden;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rp-card-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.rp-old-price {
    font-size: 13px;
    color: #ef4444;
    text-decoration: line-through;
}

.rp-current-price {
    font-size: 17px;
    font-weight: 700;
    color: var(--bg-blue);
}

.rp-card-footer {
    margin-top: 10px;
}

.rp-add-to-cart {
    width: 100%;
    background-color: var(--bg-blue);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.rp-add-to-cart:hover {
    background-color: var(--bg-yellow);
    color: var(--bg-blue);
}

.rp-carousel-dots {
    margin-top: 20px;
}

.rp-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--bg-blue);
    cursor: pointer;
    transition: all 0.2s;
}

.rp-dot.active {
    background-color: var(--bg-blue);
}

@media (max-width: 767px) {
    .recommended-products-section {
        padding-bottom: 16px;
    }
    .rp-header-bar {
        padding: 10px 16px;
    }
.rp-tabs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
}

/* =========================================================
   Custom Static Quick View Modal Styles
   ========================================================= */
.rp-quickview-modal-body {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
}

.rp-qv-close-btn {
    background: transparent;
    border: none;
    color: #ef4444;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
}

.rp-qv-close-btn:hover {
    transform: scale(1.15);
}

.rp-qv-code-badge {
    background-color: #fef08a;
    color: #854d0e;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px;
}

.rp-qv-category-box {
    background-color: #fef9c3;
    color: #854d0e;
    font-size: 12.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
}

.rp-qv-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--bg-blue);
    line-height: 1.4;
}

.rp-qv-desc {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
}

.rp-qv-price-current {
    font-size: 24px;
    font-weight: 800;
    color: var(--bg-blue);
}

.rp-qv-price-old {
    font-size: 16px;
    color: #ef4444;
    text-decoration: line-through;
}

.rp-qv-tax-note {
    font-size: 12px;
    color: #718096;
}

.rp-qv-specs-container {
    background-color: #f8fafc;
    padding: 16px;
    border-radius: 8px;
    font-size: 13.5px;
    border: 1px solid #edf2f7;
}

.rp-qv-specs-container strong {
    color: #2d3748;
}

.rp-qv-specs-container span {
    color: #4a5568;
}

.rp-qv-action-row {
    margin-top: 20px;
}

.rp-qv-qty-box {
    background: #f8fafc;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.rp-qv-qty-label {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-left: 8px;
}

.rp-qv-qty-box .quantity-box {
    background: #fff;
}

.rp-qv-qty-box .btn-number {
    font-weight: bold;
    color: var(--bg-blue);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
}

.rp-qv-add-btn {
    background-color: var(--bg-blue) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    transition: all 0.2s !important;
    border: none !important;
}

.rp-qv-add-btn:hover {
    background-color: var(--bg-yellow) !important;
    color: var(--bg-blue) !important;
}

.rp-qv-payments {
    border-top: 1px solid #edf2f7;
    padding-top: 16px;
}

.payment-logo-img {
    height: 28px;
    object-fit: contain;
    filter: grayscale(10%) contrast(100%);
    transition: filter 0.2s;
}

.payment-logo-img:hover {
    filter: none;
}

.rp-qv-main-image-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}

.rp-qv-thumb {
    width: 60px;
    height: 60px;
    object-fit: contain;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    transition: all 0.2s;
}

.rp-qv-thumb:hover, .rp-qv-thumb.active {
    border-color: var(--bg-blue);
    box-shadow: 0 0 0 2px rgba(38, 79, 116, 0.15);
}

.rp-swiper-next,
.rp-swiper-prev,
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}
.shipping-policy-web {
    background-color: transparent !important;
}
.shipping-policy-web  .owl-item:not(:last-child) .footer-top-slide-item::after {
    display: none !important;
}
.shipping-policy-web  .footer-top-slide-item .shipping-method-system .shopping-method-icon {
    border: none !important;
    background-color: transparent !important;
}
.section-title-bars {
    display: flex;
    align-items: center;
    gap: 15px;
}
.section-title-bars::before,
.section-title-bars::after {
       content: '';
    flex: 1;
    height: 1px;
    background: #e9dddd;
}



.banner-grid-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner-grid-row {
    display: grid;
    gap: 20px;
}

.banner-grid-row.top-row {
    grid-template-columns: 1fr 1fr;
}

.banner-grid-row.bottom-row {
    grid-template-columns: 1fr;
}

.banner-grid-card,
.banner-grid-wide {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: start;
    background: #F7F2E8;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}


.banner-card-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}


.banner-category-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(212,175,55,0.9);
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.banner-card-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #230000;
    margin: 0 0 8px 0;
}

.banner-card-desc {
    font-size: 14px;
    color: #230000;
    margin: 0 0 20px 0;
    line-height: 1.6;
}




.banner-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.12));
}
.banner-card-content {
    transition: transform 0.4s ease;
}

.banner-grid-card:hover .banner-card-content,
.banner-grid-wide:hover .banner-card-content {
    transform: translateX(-10px);
}
@media screen and (max-width: 991px) {
    /* .banner-grid-row.top-row {
        grid-template-columns: 1fr;
    } */
     .banner-grid-row {
    display: grid;
    gap: 5px;
}
.banner-grid-wrapper {

    gap: 10px;
}
    .banner-grid-card,
    .banner-grid-wide {
        min-height: fit-content;
    }

    .banner-card-content {
        max-width: 100%;
        padding: 25px;
    }

    .banner-grid-wide .banner-card-content {
        max-width: 55%;
    }

    .banner-card-title {
        font-size: 22px;
        margin-bottom: 0 !important ;
    }

    .banner-card-image {
        width: 45%;
    }
}

@media screen and (max-width: 575px) {
    .banner-grid-section {
        padding: 20px 0;
    }

    .banner-grid-card,
    .banner-grid-wide {
        min-height: fit-content !important;
        border-radius: 16px;
    }

    .banner-card-content {
        max-width: 100%;
        padding: 8px;
    }

    .banner-grid-wide .banner-card-content {
        max-width: 100%;
    }

    .banner-category-label {
        font-size: 11px;
        padding: 3px 10px;
    }

    .banner-card-title {
        font-size: 12px;
    }

    .banner-card-desc {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .banner-cta-btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .banner-card-image {
        width: 40%;
        right: -10px;
    }

    .banner-grid-wide .banner-card-image {
        width: 45%;
    }
}

.custom-product-card {
    border: 1px solid #E6E6E6 !important;
    border-radius: 12px !important;
    padding: 0 !important;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 10px;
}

.custom-product-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}

.custom-product-card .product-card-top {
    position: relative;
    padding: 10px;
}

.custom-product-card .product-badges {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
    background: #feeb9f !important;
    color: #000 !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    z-index: 2;
}

.custom-product-card .card-actions {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.custom-product-card .action-btn {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    color: #1c344a;
    border: 1px solid #eee;
    transition: all 0.2s;
    cursor: pointer;
}

.custom-product-card .action-btn:hover {
    background: #1c344a;
    color: #fff;
}

.custom-product-card .product-image-container {
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}

.custom-product-card .product-image-container img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.custom-product-card hr {
    margin: 0;
    border-color: #f0f0f0;
}

.custom-product-card .product-details {
    padding: 15px;
    text-align: right;
}

.custom-product-card .category-badge {
    background: #fdf2c4 !important;
    color: #796616 !important;
    padding: 3px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    display: inline-block;
    margin-bottom: 8px;
}

.custom-product-card .product-title-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.5 !important;
    height: 45px !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.custom-product-card .product-prices {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.custom-product-card .price-old {
    color: #FF6A6A !important;
    text-decoration: line-through !important;
    font-size: 14px !important;
}

.custom-product-card .price-new {
    color: var(--web-primary) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.custom-product-card .add-to-cart-btn {
    background: var(--web-primary) !important;
    color: #fff !important;
    width: 100%;
    border: none;
    padding: 12px;
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    margin-top: 10px;
    transition: background 0.3s;
    text-decoration: none !important;
}

.custom-product-card .add-to-cart-btn:hover {
    opacity: .9;
}


.home-categories-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 15px;
}

.home-categories-section .categories-title {
    font-size: 24px;
    color: var(--web-primary);
    margin: 0;
}

.view-all-btn-yellow {
    background-color: #ffe14d; 
        border: 1px solid #ffe14d;
    color: #000;
    padding: 8px 18px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

.view-all-btn-yellow:hover {
        background: #ffdb29;
    border: 1px solid #ffdb29;
    color: #000;
}

.category-card-item {
    text-align: center;
    transition: transform 0.3s ease;
    padding: 10px;
}

.category-card-item:hover {
    transform: translateY(-5px);
}

.category-card-item .category-img-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
        border-radius: 0% 0% 50% 50% / 40% 40% 60% 60%; 

}

@media (max-width: 1199px) {
    .category-card-item .category-img-wrapper {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 991px) {
    .category-card-item .category-img-wrapper {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 767px) {
    .home-categories-section .section-header {
        margin-bottom: 15px;
    }
    .home-categories-section .categories-title {
        font-size: 20px;
    }
    .category-card-item .category-img-wrapper {
        width: 100px;
        height: 100px;
    }
    .category-card-item .category-title {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .category-card-item .category-img-wrapper {
        width: 85px;
        height: 85px;
    }
}



.category-card-item .category-img-wrapper img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.category-card-item .category-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--web-primary);
    margin-top: 10px;
    display: block;
}

.categories-carousel-wrapper {
    margin-top: 20px;
}

.categories-carousel-wrapper .owl-dots {
    margin-top: 20px;
}


.featured-banners-section .section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--web-primary);
    margin-bottom: 25px;
    text-align: right;
}

.featured-banners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 280px);
    gap: 15px;
}

.banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.banner-item:hover img {
    transform: scale(1.05);
}

.banner-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #f8f9fa; 
    height: 100%;
}

.banner-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-content {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    text-align: right;
    width: 80%;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-item:hover .banner-content {
    transform: translateX(-15px); 
}

.banner-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--web-primary);
    margin-bottom: 5px;
    display: block;
}

.banner-desc {
    font-size: 14px;
    color: #515365;
    margin-bottom: 15px;
    display: block;
    line-height: 1.4;
}

.banner-btn-shop {
    display: inline-flex;
    align-items: center;
    background: var(--web-primary);
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
}

.banner-btn-shop img {
    width: 15px !important;
    height: 15px !important;
    margin-right: 8px; 
    object-fit: contain;
}

.banner-vertical .banner-content,
.banner-wide .banner-content,
.banner-sm .banner-content,
.banner-md .banner-content {
    top: 20px;
    bottom: auto;
    right: 20px;
}

.banner-vertical {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 100%;
}

.banner-sm {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.banner-md {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.banner-wide {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

.featured-banners-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    margin-top: 15px;
}

.banner-short {
    height: 250px;
}

@media (max-width: 991px) {
    .featured-banners-grid {
        grid-template-rows: repeat(2, 190px);
        gap: 12px;
    }
    .featured-banners-row {
        gap: 12px;
        margin-top: 12px;
    }
    .banner-short {
        height: 170px;
    }
    .banner-title {
        font-size: 16px;
    }
    .banner-desc {
        font-size: 11px;
        margin-bottom: 8px;
    }
    .banner-content {
        top: 12px;
        right: 12px;
    }
}

@media (max-width: 575px) {
    .featured-banners-grid {
        grid-template-rows: repeat(2, 120px);
        gap: 8px;
    }
    .featured-banners-row {
        gap: 8px;
        margin-top: 8px;
    }
    .banner-short {
        height: 100px;
    }
    .banner-title {
        font-size: 12px;
    }
    .banner-desc {
        font-size: 8px;
        margin-bottom: 4px;
        line-height: 1.2;
    }
    .banner-content {
        top: 8px;
        right: 8px;
    }
}



.benefits-header {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-header::before,
.benefits-header::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e9ecef;
}

.benefits-title {
    padding: 0 30px;
    font-size: 28px;
    font-weight: 700;
    color: var(--web-primary);
    margin: 0;
    white-space: nowrap;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.benefits-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    transition: transform 0.3s ease;
}


.benefits-icon-wrapper {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-icon-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .benefits-section {
        padding: 40px 0 30px;
    }
    .benefits-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .benefits-header {
        margin-bottom: 30px;
    }
    .benefits-title {
        font-size: 20px;
        padding: 0 15px;
    }
    .benefits-item {
        min-width: unset;
    }
    .benefits-icon-wrapper img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .benefits-grid {
        gap: 15px;
    }
    .benefits-icon-wrapper img {
        width: 120px;
        height: 120px;
    }
}

/* =========================================================
   Premium Static Product Section Styles
   ========================================================= */
.premium-static-section {
    background-color: #f8f9fa;
}

.premium-section-header {
    margin-bottom: 30px;
    padding: 0 15px;
}

.premium-section-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--web-primary);
    margin: 0;
}

.premium-card {
    border-width: 1px;
    border-style: solid;
    border-color: #d2dae1;
    background: #fbfcfe;
    border-radius: 8px!important;
    padding: 10px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
    -ms-border-radius: 8px!important;
    -o-border-radius: 8px!important;
    overflow: hidden;
}

.premium-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.premium-product-media {
    position: relative;
    width: 100%;
}

.premium-promo-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
width: max-content;
    font-size: 15px;
    background: #feeb9f;
    color: #1c344a;
    text-align: center;
    line-height: 10px;
    padding: 8px;
    border-radius: 3px;
}

.premium-card-actions {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.3s ease;
}

.premium-action-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c344a;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
@media(max-width:767px){
    .premium-action-btn {
    width: 33px;
    height: 33px;
    font-size: 14px;
  
}
.rp-tab-btn {
    font-size: 1.3rem;
}
}
.premium-action-btn:hover {
    background: #ffe14d;
    border: 1px solid #ffe14d;
    color: #1c344a;
}

.premium-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden !important;
}

.premium-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.premium-card-details {
    text-align: start;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
justify-content: center;
}

.premium-category-tag {
    background: #fdf2c4;
    color: var(--web-primary);
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    flex-shrink: 0;
}

.premium-product-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin-bottom: 12px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none !important;
    text-align: start;
}

.premium-product-prices {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    justify-content: center;
    width: 100%;
}

.premium-price-new {
    color: var(--web-primary);
    font-size: 14px;
    font-weight: 800;
}


.premium-price-old {
    color: #FF5252;
    font-size: 12px;
    text-decoration: line-through;
}

.premium-add-to-cart {
    background: var(--web-primary);
    text-transform: uppercase;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: unset;
    width: 100%;
    color: #fff;
    border: 1px solid var(--web-primary);
    position: relative;
}

.premium-add-to-cart:hover {
    opacity: .9;
}


.premium-carousel-wrapper {
    position: relative;
    padding-bottom: 20px;
}



@media (max-width: 767px) {
    .premium-section-title {
        font-size: 20px;
    }

    .premium-card-image {
        height: 150px;
    }
    .premium-product-title {
        font-size: 13px;
        height: 44px;
    }
}

.rp-quickview-modal-body {
    border-radius: 15px;
    overflow: hidden;
}

#premium-static-quickview .modal-body {
    overflow-x: hidden !important;
    overflow-y: auto;
    padding: 1.5rem;
}

#premium-static-quickview .rp-qv-row {
    overflow-x: hidden;
}

.rp-qv-stock-badge {
    background-color: #28a745 !important;
    border-radius: 20px;
}

.rp-qv-add-btn {
    background: var(--web-primary);
    color: #fff;
    border-radius: 8px;
    padding: 12px;
}

.rp-qv-add-btn:hover {
    background: #264F74;
    color: #fff;
}

.rp-qv-thumb-slide {
    width: 70px;
}

#premium-static-quickview .modal-body::-webkit-scrollbar {
    width: 6px;
}

#premium-static-quickview .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#premium-static-quickview .modal-body::-webkit-scrollbar-thumb {
    background: var(--web-primary);
    border-radius: 10px;
}

#premium-static-quickview .modal-body::-webkit-scrollbar-thumb:hover {
    background: #264F74;
}

.rp-qv-thumb {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px;
    transition: border-color 0.3s;
}

.rp-qv-thumb.active, .rp-qv-thumb:hover {
    border-color: var(--web-primary);
}

.best-selling-section .premium-card,
.top-rated-section .premium-card {
    margin-bottom: 0;
    height: 380px;
}

.best-selling-section .premium-card-image,
.top-rated-section .premium-card-image {
    height: 160px;
    flex-shrink: 0;
}

.best-selling-section .premium-card-details,
.top-rated-section .premium-card-details {
    overflow: hidden;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
}

.best-selling-section .premium-card-top-info,
.top-rated-section .premium-card-top-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    overflow: hidden;
}

.best-selling-section .premium-card-bottom-info,
.top-rated-section .premium-card-bottom-info {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
}

.best-selling-section .premium-product-title,
.top-rated-section .premium-product-title {
    height: 44px;
}

@media (max-width: 767px) {
    .best-selling-section .premium-card,
    .top-rated-section .premium-card {
        height: 360px;
    }
    .best-selling-section .premium-card-image,
    .top-rated-section .premium-card-image {
        height: 130px;
    }
}

@media (max-width: 575px) {
    .best-selling-section .premium-card,
    .top-rated-section .premium-card {
        height: 350px;
    }
    .best-selling-section .premium-card-image,
    .top-rated-section .premium-card-image {
        height: 120px;
    }
}



.premium-card-owl-item {
    height: 380px;
    padding: 2px;
}

.premium-card-owl-item .premium-card {
    height: 100%;
}
/* 
.best-selling-section .owl-dots,
.top-rated-section .owl-dots {
    margin-top: 25px !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
}

.best-selling-section .owl-dot,
.top-rated-section .owl-dot {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    background: none !important;
}

.best-selling-section .owl-dot span,
.top-rated-section .owl-dot span {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background: transparent !important;
    border: 1px solid var(--web-primary) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.best-selling-section .owl-dot.active span,
.top-rated-section .owl-dot.active span {
    background: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
} */

@media (max-width: 767px) {
    .premium-card-owl-item {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .premium-card-owl-item {
        height: 350px;
    }
}
.header_section_title {
    font-size: 24px !important;
    color: var(--web-primary) !important;
}
.premium-card.w_border {
        border-width: 0 3px 3px;
    border-style: solid;
    border-color: #ffe14d;
}

/* Yellow Navbar (Bottom Navbar) Responsiveness - Commented out to resolve conflict with vertical drawer menu and fix layout shift */
/*
@media (max-width: 1199px) {
    .navbar-stuck-menu.bottom_navbar {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        display: block !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .navbar-stuck-menu.bottom_navbar .container {
        display: block !important;
        width: max-content !important;
        padding: 0 15px !important;
    }
    
    .navbar-stuck-menu.bottom_navbar .navbar-nav {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        justify-content: flex-start !important;
    }
    
    .navbar-stuck-menu.bottom_navbar .nav-item {
        margin: 0 5px !important;
        flex-shrink: 0 !important;
    }
}
*/






.cat-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.cat-promo-card {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 7;
    line-height: 0;
}

.cat-promo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.cat-promo-card:hover img {
    transform: scale(1.04);
}

@media (max-width: 767px) {
    .cat-promo-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }
        .cat-promo-card {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
}
}



.breadcrumb-title ,
.breadcrumb-item.active{
    padding: 5px;
    display: inline-block;
    color: #7a808f;
    font-size: 14px;
}
.breadcrumb-item i{
  color: #1c344a;
  font-size: 1rem;
  font-weight: bold;
}
.discount-badge-wrapper {
    position: absolute !important;
    left: 5px !important;
    right: unset !important;
}

.discount-badge-wrapper .dic_ {
width: max-content;
    font-size: 15px;
    background: #feeb9f;
    color: #1c344a;
    text-align: center;
    line-height: 10px;
    padding: 8px;
    border-radius: 3px;
}
.product-cart-option-container .head_det {
    margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;  
}
.product-cart-option-container .head_fav {
     background: #fdf1b7;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: unset;
    display: flex;
    color: #264f74;
    align-items: center;
    justify-content: center; 
    cursor: pointer; 
}
.product-cart-option-container .head_fav i {
    font-size: 1.3rem; 
}
.product-cart-option-container .sub_cat_title{
        background-color: #fdf1b7;
    padding: 2px 5px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 4px;
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
}
.product-cart-option-container .sub_cat_title:hover{
      text-decoration: none;
    color: #2f628f;
}
.cat_title_det {
    color: #1c344a;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.summary_det p {
        display: block;
    font-size: 12px;
    color: #7a808f;
}
.product-cart-option-container .brand img {
    max-height: 70px;
    max-width: 100px;
}
.product-details__short-description {
    margin: 1rem 0;
}
.product-details__short-description p{
       color: #1c344a;
    margin-bottom: 0.4rem;
    font-size: 15px;
    font-weight: 500;
}
.shipping-details-bottom-border {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shipping-details-bottom-border .store_name {
    color: #444956;
    font-weight: 500;
    font-size: 13px;
}
.shipping-details-bottom-border .store_img {
width: 45px;
    height: 45px;
    min-width: 45px;
    object-fit: contain;
}
.shipping-details-bottom-border .store_bold {
    color: #444956;
    font-size: 15px;
    font-weight: bold;
}
.shipping-details-bottom-border .store_bold:hover {
    color: #1c344a;
}
.product-details-shipping-details {
    position: sticky;
    top: 15px;
    box-shadow: 0 2px 14px #00000014;
    padding: 15px;
    border-radius: 7px;
}
.product-details-shipping-details .quantity-box {
    width: 75%;
}
.product-details-shipping-details .quantity-box input{
    padding: 15px !important;
text-align: center;
    min-width: 50px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 0 rgb(255 255 255 / 50%), 0 2px 0 rgb(0 0 0 / 7%) inset, 0 -2px 0 rgb(255 255 255 / 50%), 0 -2px 0 rgb(0 0 0 / 7%) inset;
}
.product-details-shipping-details .quantity-box .btn-number{
border: 0;
    padding: 4px 10px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-details-shipping-details hr.bar {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    display: block;
    height: 15px;
    margin: 25px 0 0;}
.product-details-shipping-details hr.bar::after {
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0), #fff);
content: "";
    display: block;
    height: 15px;}
.product-details-shipping-details .shipping-details-bottom-border {
    border-bottom: none !important;
}

.product-details-shipping-details .shipping-info-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
    gap:15px;
}

.product-details-shipping-details .shipping-info-row:last-child{
    margin-bottom:0;
}

.product-details-shipping-details .shipping-label{
    color:var(--web-primary);
    font-size:13px;
    font-weight:400;
    white-space:nowrap;
}

.product-details-shipping-details .shipping-value{
    color:var(--web-primary);
    font-size:13px;
    font-weight:600;
    text-align:right;
}

#specifications .specs-table{
    width:100%;

}

#specifications .spec-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 0;
    border-bottom:1px solid #e5e5e5;
    gap:30px;
    width: 50%;
}

@media(max-width:991px){
    #specifications .spec-row{
    width: 100%;
}
}
#specifications .spec-row:last-child{
    border-bottom:none;
}

#specifications .spec-label{
    min-width:120px;
    text-align:right;
    font-size:15px;
    font-weight:700;
    color:var(--web-primary);
}

#specifications .spec-value{
    flex:1;
    text-align:right;
    font-size:15px;
    font-weight:400;
    color:var(--web-primary);
}
.nav--tabs li a.active, .nav--tabs li .tab_link.active {
   background: transparent !important;
    color: var(--web-primary) !important;
    border-bottom: 1px solid var(--web-primary) !important;
    border: none;
    border-radius: 0 !important;
}
.nav--tabs li a, .nav--tabs li .tab_link {
    color: #222222bd !important;
    font-size: 19px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 100px !important;
    padding: 9px 5px;
    cursor: pointer;
}

.installment-box{
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.method_logo{
    width:65px;
    height:auto;
    flex-shrink:0;
}

.installment-text{
        flex: 1;
    font-size: 13px;
    color: #222;
    line-height: 1.5;
}

.more-link{
    color:#000;
    font-weight:700;
    text-decoration:none;
    display: inline;
}
.more-link:hover{
    color:#000000dc;

}


    .specs-list{
        list-style: none;
        color:#1c344a;
        line-height:2;
        font-size:12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    }



    .label{
        font-weight:700;
    }
.specs-list li { display: inline; }
.specs-list li + li::before { content: "•"; margin: 0 0px; color: #999; }


    @media (max-width:767px){
        .specs-box{
            padding:15px;
        }
.shipping-details-bottom-border {
justify-content: start;
}
.product-details-shipping-details .quantity-box
 {
    width: 50%;
}
.shipping-info-card {
    background-color: rgb(252, 246, 215);
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}
        .specs-list{
            font-size:15px;
            line-height:1.9;
        }

   
    }
.payment-methods-modal{
     display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.payment-methods-modal .payment-item{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.payment-methods-modal .payment-item img{
    width: 100%;
    max-height: 40px;
    object-fit: contain;
}


@media (max-width: 480px){


    .payment-methods-modal .payment-item img{
        max-height: 30px;
    }
}

.preview-stock  .in-stock {
     background-color: #12a05c;
        width: max-content;
    padding: 3px 10px 4px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
}

.preview-stock .out-of-stock {
    background-color: #e53935;
    width: max-content;
    padding: 3px 10px 4px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
}

/* =============================================
   Vertical Product Thumbnails (Details Page)
   ============================================= */
.thumb-vertical-wrapper {
    flex-shrink: 0;
    height: 380px; /* Reduced height */
}

.thumb-vertical-wrapper .quickviewSliderThumb2 {
    height: 100%;
}

.thumb-vertical-wrapper .swiper-slide {
    height: auto !important;
    width: 100% !important;
}

.thumb-vertical-wrapper .quickviewSliderThumb2 .swiper-button-next,
.thumb-vertical-wrapper .quickviewSliderThumb2 .swiper-button-prev {
    left: 50% !important;
    transform: translateX(-50%) rotate(90deg) !important;
    width: 30px !important;
    height: 30px !important;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
}

.thumb-vertical-wrapper .quickviewSliderThumb2 .swiper-button-next {
    bottom: 5px !important;
    top: auto !important;
}

.thumb-vertical-wrapper .quickviewSliderThumb2 .swiper-button-prev {
    top: 5px !important;
    bottom: auto !important;
}

.thumb-vertical-wrapper .quickviewSliderThumb2 .swiper-button-next:after,
.thumb-vertical-wrapper .quickviewSliderThumb2 .swiper-button-prev:after {
    font-size: 14px !important;
}

@media (max-width: 767.98px) {
    .pd-img-wrap.flex-row-reverse {
        flex-direction: column !important;
    }
    .thumb-vertical-wrapper {
        width: 100% !important;
        height: auto !important;
        order: 2;
    }
    .thumb-vertical-wrapper .swiper-wrapper {
        flex-direction: row !important;
        gap: 10px;
    }
    .thumb-vertical-wrapper .swiper-slide {
        width: 60px !important;
    }
}
.premium-card-bottom-info {
    width: 100%;
}
.shipping-alert {
padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    row-gap: 0;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff2ef;
       font-size: .9rem;
}

.region-link {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 0;
    text-decoration-style: dashed;
    cursor: pointer;
}
.out-of-stock-danger {
    background-color: #ba6f6f;
    width: max-content;
    padding: 3px 10px 4px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
}

/* =========================================================
   WhatsApp Animation & Popup Styles
   ========================================================= */
.wa-widget-send-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wa-main-anchor {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #25d366; /* WhatsApp Green */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wa-main-anchor .wa-messenger-svg-whatsapp {
    width: 35px !important;
    height: 35px !important;
}

.wa-widget-send-button:hover .wa-main-anchor {
    transform: scale(1.1);
    animation: wa-signal-pulse 1.5s infinite;
}

@keyframes wa-signal-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.wa-popup-menu {
    right: 0px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 6px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 8px;
    width: 186px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
}

.wa-widget-send-button:hover .wa-popup-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wa-popup-menu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 70%;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top-color: #fff;
}

.wa-popup-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    color: #333 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s;
    font-size: 16px;
    border-radius: 10px;
    text-align: center !important;
}

.wa-popup-item:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.wa-popup-item:hover {
    background-color: #f0fff4;
    color: #25d366 !important;
    transform: translateX(-5px);
}
.custom_pd{
      padding-top: 50px;
}
@media(min-width:768px){
    .middle_item_footer {
        padding-inline-start: 2rem;
    }
}
.login-split-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.login-illustration-side {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.login-illustration-side img {
    max-width: 100%;
    height: auto;
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}


.login-form-side {
    padding: 3rem 5rem;
}

.login-form-container {
    max-width: 450px;
    margin-left: 0;
    margin-right: auto;
}

.login-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--web-primary);
    margin-bottom: 0.5rem;
}

.login-subtitle {
    color: #8c98a4;
    margin-bottom: 2rem;
}

.login-form .form-label {
    color: var(--web-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.login-form .form-control {
    background-color: #eff4f9 !important;
    border: none !important;
    padding: 0.75rem 1rem !important;
    border-radius: 8px !important;
    font-size: 1rem;
}

.login-form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 79, 116, 0.1) !important;
}

.login-form .custom-control-label {
    color: #8c98a4;
    font-size: 0.95rem;
}

.login-form .btn-login {
    background-color: var(--web-primary) !important;
    border: none !important;
    padding: 0.8rem !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    border-radius: 8px !important;
    margin-top: 1rem;
    width: 100%;
}

.login-form .forgot-password-link {
    color: #8c98a4;
    text-decoration: none;
    font-size: 0.95rem;
}

.login-form .signup-link {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
    color: #8c98a4;
    text-decoration: none;
}

.login-form .signup-link span {
    color: var(--web-primary);
    font-weight: 600;
}

.whatsapp-float-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.whatsapp-float-btn img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s;
}

.whatsapp-float-btn:hover img {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .login-illustration-side {
        display: none;
    }
    .login-form-side {
        padding: 0px;
        text-align: center;
    }
    .login-form-container {
        margin: 0 auto;
    }
}


.or-divider {
    text-align: center;
    position: relative;
    color: #8c98a4;
    font-size: 0.9rem;
}
.or-divider span {
    background: #fff;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}
.or-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
    z-index: 0;
}
.social-login-item {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f9fa;
    transition: all 0.3s;
    border: 1px solid #eee;
}
.social-login-item:hover {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.iti__flag-container {
    left: 0 !important;
    right: unset !important;
}
.navbar-brand {
        display: flex;
    align-items: center;
    justify-content: start;
     margin-inline-start: 0;
   
} 
@media(max-width:767px)  {
    .navbar-brand {
     margin-inline-start: 1rem;
   
} 
}
.my-container {
    width: 100%;

}

@media (min-width: 576px) {
    .my-container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .my-container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .my-container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .my-container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .my-container {
        max-width: 1320px;
            padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
}

.user_drop .dropdown-item {
    color: #000 !important;
}
.user_drop .dropdown-item:hover {
    color: var(--web-primary) !important;
}
.user_drop .dropdown-menu.dropdown-menu-left {
   
    min-width:fit-content !important;
    text-align: center !important;
}
.btn_cust_cart {
    background-color: var(--bg-yellow) !important;
    color: #000 !important;
       padding: 5px 15px !important;
    border-radius: 3px;
}
.dotted-line {
    border: none;
    border-top: 2px dashed #ddd;
       margin: 5px 20px;
}
@media(max-width:991px)  {
    .action_item_heart {
        display: none !important;
    }
}   
.user_drop .dropdown-toggle::after{
    display: none !important;
}
@media(max-width:991px){
    .actions-section{
        gap: 20px;
    }
    .action-item i {
        font-size: 20px !important;
    }
    .top_navbar .navbar-tool-icon-box i {
    font-size: 20px !important;
}
    
}

.product-tax-badge {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 10;
    display: inline-block;
    padding: 3px 6px;
    font-size: 8px;
    font-weight: 500;
    color: #03a84e;
background-color: #e8f9f0;
    border: 1px solid #c2ebd5;
    border-radius: 4px;
    text-align: center;
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
    line-height: 1.2;
    pointer-events: none;
    white-space: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    
}

.product-tax-badge.ac-tax-badge {
    width: max-content;
    font-size: 13px;
    background: #feeb9f;
    color: #1c344a;
    text-align: center;
    line-height: 10px;
    padding: 8px;
    border-radius: 3px;
    border: none !important;
        font-weight: 500;

}

.product-details-tax-badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #03a84e;
    background-color: #e8f9f0;
    border: 1px solid #c2ebd5;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.4;
}

.product-details-tax-badge.ac-tax-badge {
    color: #1565c0;
    background-color: #e3f2fd;
    border: 1px solid #bbdefb;
}

.for-discount-value,
.premium-promo-badge,
.discount-badge-wrapper .dic_ {
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
}
@media(max-width:767px){
    .premium-price-new {
    font-size: 11px !important;
}
.premium-price-old {
    font-size: 10px !important;
}
}