:root {
    --input-placeholder-color: #222;
    --white-clr: #fff;
}

.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,
.chat_with_seller-buttons .btn {
    background: var(--web-primary) !important;
    background-color: var(--web-primary) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease-in-out !important;
}

.web--bg-primary *,
.chat_with_seller-buttons .btn * {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.web--bg-primary:hover,
.chat_with_seller-buttons .btn:hover {
    background: var(--web-primary) !important;
    background-color: var(--web-primary) !important;
    filter: brightness(0.92) !important;
    color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px) !important;
}

.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: var(--web-primary);
    color: var(--web-primary);
    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 .modal-dialog {
    max-width: 850px !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: #febd6910;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-1 {
    top: 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 !important;
}

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

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

.owl-nav.disabled {
    display: none !important;
}

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

body {
    word-break: break-word;
}

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

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

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

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

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

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

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

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

.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) {
    margin-bottom: 0;
}

.rich-editor-html-content img {
    max-width: 100%;
    min-width: 100px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color, #EFF1F4);
    ;
    /* margin-inline-end: 1rem; */
}

.rich-editor-html-content iframe {
    width: 100% !important;
    max-width: 50% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
}

@media (max-width: 991px) {
    .rich-editor-html-content iframe {
        max-width: 100% !important;
    }
}

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

    .rich-editor-html-content img {
        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;
}

[theme="dark"] .social-media-login-btn {
    background-color: #7c7c7c4a;
    color: #ffffff;
}

[theme="dark"] .social-media-login-btn .text {
    color: #ffffff;
}

.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: #febd69;
    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 {}

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

.object-cover-center {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* =====================================================================
   Amazon-Style Header Redesign (Dynamic Admin Theme Colors & Responsive)
   ===================================================================== */

:root {
    --amz-dark-main: #131921;
    --amz-dark-sub: #232f3e;
}

.amz-header-shell {
    width: 100%;
    position: relative;
    z-index: 1020;
}

.amz-header-shell a,
.amz-header-shell a:hover,
.amz-header-shell a:focus,
.amz-header-shell .amz-nav-box,
.amz-header-shell .amz-sub-link,
.amz-header-shell .amz-header-link {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Amazon Main Bar */
.amz-main-bar {
    background-color: var(--amz-dark-main);
    color: #ffffff;
}

.amz-logo-img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
}

/* Integrated Search Bar Container */
.amz-header-shell .amz-search-container {
    max-width: 1100px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex: 1 1 auto !important;
}

.amz-search-form {
    border-radius: 4px;
    background-color: #ffffff;
    border: 2px solid transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.amz-search-form:focus-within {
    border-color: var(--web-primary, #febd69);
    box-shadow: 0 0 0 2px rgba(254, 189, 105, 0.4);
}

/* Category Filter Dropdown ("All ▾") */
.amz-cat-dropdown-wrap {
    background-color: #f3f3f3;
    border-right: 1px solid #cdcdcd;
    padding: 0 8px;
    position: relative;
    height: 38px;
}

.amz-cat-select {
    background-color: transparent;
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    padding-right: 18px;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    max-width: 120px;
    text-overflow: ellipsis;
}

.amz-cat-caret {
    font-size: 10px;
    color: #555555;
    pointer-events: none;
    margin-left: -14px;
}

.amz-search-input {
    border: none !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 38px;
    padding: 6px 12px;
    background: transparent;
}

/* Search Submit Button (Uses Dynamic Primary Admin Color) */
.amz-search-submit {
    background-color: var(--web-primary, #febd69) !important;
    color: #111111 !important;
    border: none !important;
    border-radius: 0 3px 3px 0 !important;
    height: 38px;
    padding: 0 16px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
}

.amz-search-submit:hover {
    filter: brightness(0.92);
}

/* Search Autocomplete Box Placement */
.amz-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    margin-top: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* Right Actions Group & Circular Buttons (Matching 4th Image) */
.amz-right-actions {
    display: flex;
    align-items: center;
}

.amz-header-link {
    color: #ffffff !important;
    padding: 4px 6px;
    transition: color 0.15s ease;
}

.amz-header-link:hover {
    color: var(--web-primary, #febd69) !important;
}

/* Dark Circular Icon Buttons for Wishlist & Profile */
.amz-circle-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease;
    text-decoration: none !important;
}

.amz-circle-btn:hover {
    background-color: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
}

.amz-circle-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--web-primary, #febd69);
    color: #111111;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cart Button Container Adjustments */
.amz-cart-wrapper .navbar-tool {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.amz-cart-wrapper .navbar-tool-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff !important;
    border: none !important;
}

.amz-cart-wrapper .navbar-tool-icon-box:hover {
    background-color: rgba(255, 255, 255, 0.22) !important;
}

.amz-cart-wrapper .navbar-tool-label {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--web-primary, #febd69) !important;
    color: #111111 !important;
    font-size: 10px;
    font-weight: 700;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amz-cart-wrapper .navbar-tool-text {
    color: #ffffff !important;
    line-height: 1.15;
    text-decoration: none !important;
}

.amz-cart-wrapper .navbar-tool-text small {
    display: block;
    font-size: 11px;
    color: #cccccc;
}

.amz-cart-wrapper .cart-total-price {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

/* Sub-Navigation Secondary Dark Accent Bar */
.amz-sub-bar {
    background-color: var(--amz-dark-sub);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.amz-sub-link {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.amz-sub-link:hover,
.amz-sub-link.active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: var(--web-primary, #febd69) !important;
    font-weight: 700;
}

/* ---------------------------------------------------------------------
   Hover Dropdowns & Clean Mega Menu (Fixing Text Splitting & Popup Formatting)
   --------------------------------------------------------------------- */

.amz-sub-dropdown,
.amz-header-dropdown {
    position: relative !important;
}

.dropdown:hover > .dropdown-menu,
.amz-header-dropdown:hover > .dropdown-menu,
.amz-sub-dropdown:hover > .dropdown-menu,
.amz-header-dropdown > .dropdown-menu.show,
.amz-sub-dropdown > .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0 !important;
}

/* Explicit positioning for header dropdowns */
.amz-header-shell .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    transform: none !important;
    will-change: auto !important;
}

.amz-header-shell .dropdown-menu-left,
.amz-sub-dropdown > .dropdown-menu:not(.dropdown-menu-right) {
    left: 0 !important;
    right: auto !important;
}

.amz-header-shell .dropdown-menu-right,
.amz-header-dropdown > .amz-auth-dropdown,
.amz-header-dropdown > .amz-user-dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

/* Standard Dropdown Menu Box Sizing (Brand, Offers, Vendors, Account, Language, Currency) */
.amz-header-shell .dropdown-menu:not(.amz-multi-column-mega):not(.amz-mega-menu-container):not(.cart-dropdown) {
    min-width: 180px !important;
    width: auto !important;
    max-width: 340px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16) !important;
    border-radius: 6px !important;
    border: none !important;
    padding: 8px 0 !important;
    z-index: 1080 !important;
    background-color: #ffffff !important;
}

.amz-header-shell .amz-auth-dropdown {
    padding: 0 !important;
    min-width: 240px !important;
    border-radius: 8px !important;
}

.amz-header-shell .dropdown-menu:not(.amz-multi-column-mega):not(.amz-mega-menu-container):not(.cart-dropdown) .dropdown-item {
    white-space: nowrap !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    color: #333333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.amz-header-shell .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa !important;
    color: var(--web-primary, #febd69) !important;
}

/* Cart Dropdown Popup Styling (Fixing Cart Modal Layout) */
.amz-header-shell .cart-dropdown,
.cart-dropdown {
    width: 340px !important;
    min-width: 340px !important;
    max-width: 360px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18) !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 0 !important;
    z-index: 1085 !important;
    background-color: #ffffff !important;
    margin-top: 6px !important;
}

.cart-dropdown .widget-cart-top {
    padding: 12px 16px !important;
    background-color: #f0f7ff !important;
    border-radius: 10px 10px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.cart-dropdown .widget-cart-top h6 {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
}

.cart-dropdown .widget-cart-top h6 span {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    white-space: nowrap !important;
}

.cart-dropdown .widget-cart-top #cart_dropdown_close {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    color: #64748b !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
}

.cart-dropdown .widget-cart-top #cart_dropdown_close:hover {
    color: #0f172a !important;
}

/* Mega Menu Dropdown Container ("≡ All") */
.amz-mega-menu-container {
    width: 250px !important;
    min-width: 250px !important;
    border: none !important;
    border-radius: 6px;
    z-index: 1060;
}

.amz-mega-sidebar {
    width: 100%;
    border-radius: 6px;
}

.amz-cat-item:hover {
    background-color: #f1f3f5;
}

.amz-cat-item:hover .amz-subcat-flyout {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Multi-Column Subcategory Flyout Panel */
.amz-subcat-flyout {
    display: none;
    position: absolute;
    top: 0;
    left: 250px;
    width: 620px !important;
    min-width: 620px !important;
    min-height: 100%;
    border-radius: 0 6px 6px 0;
    z-index: 1065;
    background-color: #ffffff;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.12);
}

.amz-subcat-flyout h6 a,
.amz-subcat-flyout li a,
.amz-multi-column-mega h6 a,
.amz-multi-column-mega li a {
    white-space: nowrap !important;
    word-break: keep-all !important;
}

/* High Contrast Subcategory & Sub-subcategory Flyout Colors */
.amz-subcat-flyout {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}

.amz-subcat-flyout h6,
.amz-subcat-flyout h6 a {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.amz-subcat-flyout ul li a,
.amz-subcat-flyout .amz-subsub-link,
.amz-subcat-flyout a.text-secondary,
.amz-subcat-flyout a.text-muted {
    color: #475569 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
    display: inline-block !important;
    padding: 3px 0 !important;
}

.amz-subcat-flyout ul li a:hover,
.amz-subcat-flyout h6 a:hover,
.amz-subcat-flyout .amz-subsub-link:hover,
.amz-subcat-flyout a.text-secondary:hover,
.amz-subcat-flyout a.text-muted:hover {
    color: #e67e22 !important;
}

/* Multi-Column Category Dropdown Popup (Fixing Image 2 Spacing & Padding) */
.amz-multi-column-mega {
    width: auto !important;
    min-width: 500px !important;
    max-width: 900px !important;
    padding: 20px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
    background-color: #ffffff !important;
    margin-top: 6px !important;
}

.amz-multi-column-mega .amz-mega-col {
    padding: 0 16px !important;
    min-width: 160px;
}

.amz-multi-column-mega h6 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.amz-multi-column-mega h6 a {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.amz-multi-column-mega ul li a {
    color: #4b5563 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    padding: 3px 0 !important;
    display: inline-block !important;
}

.amz-multi-column-mega ul li a:hover,
.amz-multi-column-mega h6 a:hover {
    color: var(--web-primary, #febd69) !important;
}

.amz-mega-col:not(:last-child),
.amz-subcat-col:not(:last-child) {
    border-right: 1px solid #e2e8f0;
}

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

/* Amazon Mobile Offcanvas Drawer & Close Icon Styling */
.amz-drawer-header {
    background-color: var(--amz-dark-main, #131921);
    min-height: 56px;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

.amz-close-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15) !important;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.amz-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
    transform: scale(1.05);
}

.amz-cta-btn {
    background-color: var(--web-primary, #febd69) !important;
    color: #111111 !important;
    border: none !important;
}

.amz-cta-btn:hover {
    filter: brightness(0.92);
}

.amz-drawer-item {
    transition: background-color 0.15s ease;
}

.amz-drawer-item:hover {
    background-color: #f8f9fa !important;
}

/* Expanded Subcategory Text Links in Mobile Drawer */
.amz-drawer-sublink {
    color: #374151 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 5px 8px !important;
    display: block !important;
    border-radius: 4px;
    text-decoration: none !important;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.amz-drawer-sublink:hover {
    color: var(--web-primary, #febd69) !important;
    background-color: #f3f4f6 !important;
}

/* Offcanvas Slide-In Animation for Mobile (< 992px) */
@media (max-width: 991px) {

    /* Hide redundant sub-navigation bar on phone view as requested */
    .amz-sub-bar {
        display: none !important;
    }

    /* Fixed Left Drawer Container (Zero Margins/Padding for Header Alignment) */
    .amz-mobile-drawer {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 275px !important;
        max-width: 80vw !important;
        height: 100vh !important;
        z-index: 1090 !important;
        background-color: #ffffff !important;
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.25) !important;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        margin: 0 !important;
        visibility: hidden;
    }

    .amz-mobile-drawer.show {
        transform: translateX(0) !important;
        visibility: visible !important;
    }

    .amz-drawer-body {
        width: 100% !important;
        padding: 12px 14px !important;
        box-sizing: border-box !important;
    }

    .amz-header-shell .amz-search-container {
        order: 3 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 8px !important;
    }

    .amz-logo-img {
        max-height: 40px !important;
    }
}

@media (max-width: 575px) {
    .amz-cat-dropdown-wrap {
        display: none !important;
    }
}

/* =====================================================================
   Amazon-Style Footer Redesign (Matching Header Colors & Image 2 Layout)
   ===================================================================== */

.amz-footer {
    background-color: var(--amz-dark-sub, #232f3e) !important;
    color: #ffffff !important;
    font-size: 13px;
}

.amz-footer a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

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

.amz-footer-title {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.amz-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amz-footer-list li {
    margin-bottom: 8px;
}

.amz-footer-list li a {
    font-size: 13px;
    color: #cbd5e1 !important;
}

.amz-footer-list li a:hover {
    color: var(--web-primary, #febd69) !important;
}

/* Newsletter Integrated Input Form */
.amz-newsletter-form {
    display: flex;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
    max-width: 380px;
}

.amz-newsletter-input {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    padding: 8px 12px;
    font-size: 13px;
    box-shadow: none !important;
}

.amz-newsletter-input::placeholder {
    color: #94a3b8;
}

.amz-newsletter-btn {
    background-color: #ffffff !important;
    color: #1e293b !important;
    font-weight: 700;
    font-size: 13px;
    padding: 0 18px;
    border: none !important;
    transition: background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
    border-radius: 0 !important;
}

.amz-newsletter-btn:hover {
    background-color: var(--web-primary, #febd69) !important;
    color: #111111 !important;
}

/* Contacts & Address Middle Divider */
.amz-footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 24px;
    padding-top: 20px;
}

.amz-contact-link {
    color: #e2e8f0 !important;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
}

.amz-contact-link:hover {
    color: var(--web-primary, #febd69) !important;
}

/* Bottom Copyright Bar */
.amz-copyright-bar {
    background-color: var(--amz-dark-main, #131921) !important;
    color: #94a3b8;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.amz-social-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.amz-social-circle i {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    transition: color 0.2s ease;
}

.amz-social-circle svg {
    fill: #ffffff !important;
    transition: fill 0.2s ease;
}

.amz-social-circle:hover {
    background-color: var(--web-primary, #febd69) !important;
    color: #111111 !important;
    transform: translateY(-3px);
}

.amz-social-circle:hover i {
    color: #111111 !important;
}

.amz-social-circle:hover svg {
    fill: #111111 !important;
}

/* =====================================================================
   Amazon Authentication UI Design System (Login, Sign-Up, Forgot Password)
   ===================================================================== */

.amz-auth-container {
    max-width: 420px;
    margin: 0 auto;
    font-family: "Amazon Ember", Arial, sans-serif;
}

.amz-auth-container.multi-col {
    max-width: 820px;
}

.amz-auth-logo-header {
    margin-bottom: 18px;
}

.amz-auth-card {
    background-color: #ffffff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    padding: 24px 28px;
    box-shadow: 0 2px 5px rgba(15, 17, 17, 0.05);
}

.amz-auth-title {
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 16px;
    line-height: 1.2;
}

.amz-auth-label {
    font-size: 13px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 4px;
    display: block;
}

.amz-auth-input {
    height: 38px;
    border: 1px solid #888c8c !important;
    border-radius: 3px !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
    color: #111111 !important;
    background-color: #ffffff !important;
    box-shadow: 0 1px 2px rgba(15, 17, 17, 0.15) inset !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* Fix intl-tel-input Flag & Phone Text Overlap */
.phone-input-with-country-picker.amz-auth-input,
.iti input.amz-auth-input,
.iti--allow-dropdown input.amz-auth-input,
input.phone-input-with-country-picker {
    padding-left: 92px !important;
}

.iti__flag-container {
    z-index: 5 !important;
}

.amz-auth-input:focus {
    border-color: #e77600 !important;
    box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5) !important;
    outline: none !important;
}

.amz-btn-primary {
    background: var(--web-primary) !important;
    background-color: var(--web-primary) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    width: 100% !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease-in-out !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.amz-btn-primary *,
.amz-btn-primary i,
.amz-btn-primary svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.amz-btn-primary:hover {
    background: var(--web-primary) !important;
    background-color: var(--web-primary) !important;
    filter: brightness(0.92) !important;
    color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px) !important;
}

.amz-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.amz-btn-secondary {
    background: linear-gradient(to bottom, #f7f8fa, #e7e9ec) !important;
    border: 1px solid #adb1b8 !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    width: 100% !important;
    text-align: center;
    text-decoration: none !important;
    display: block;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.amz-btn-secondary:hover {
    background: linear-gradient(to bottom, #e7e9ec, #d9dce1) !important;
    border-color: #a2a6ac !important;
    color: #111111 !important;
}

/* Amazon Divider with text */
.amz-auth-divider {
    position: relative;
    text-align: center;
    margin: 22px 0;
}

.amz-auth-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e7e7e7;
    z-index: 1;
}

.amz-auth-divider span {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 8px;
    font-size: 12px;
    color: #767676;
}

/* Social Media Buttons */
.amz-social-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background-color: #ffffff !important;
    border: 1px solid #d5d9d9 !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    color: #0f1111 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(15, 17, 17, 0.15) !important;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    width: 100% !important;
}

.amz-social-btn:hover {
    background-color: #f7f8f8 !important;
    border-color: #949494 !important;
    color: #0f1111 !important;
}

.amz-social-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Responsive Vertical/Horizontal Divider for 2-Column Auth Layout */
@media (min-width: 768px) {
    .or-sign-in-with-row {
        position: relative;
    }

    .or-sign-in-with {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: #e7e7e7;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .or-sign-in-with span {
        background-color: #ffffff;
        padding: 8px 4px;
        font-size: 11px;
        color: #767676;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        writing-mode: vertical-lr;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .or-sign-in-with {
        position: relative;
        text-align: center;
        margin: 20px 0;
    }

    .or-sign-in-with::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e7e7e7;
    }

    .or-sign-in-with span {
        position: relative;
        z-index: 2;
        background-color: #ffffff;
        padding: 0 10px;
        font-size: 12px;
        color: #767676;
    }
}

/* =====================================================================
   Amazon Shopping Cart Dropdown Modal Polish
   ===================================================================== */
.cart-dropdown {
    width: 360px !important;
    border: 1px solid #d5d9d9 !important;
    box-shadow: 0 6px 24px rgba(15, 17, 17, 0.2) !important;
    border-radius: 12px !important;
    overflow: hidden;
    background-color: #ffffff !important;
}

.widget-cart-top {
    background: #f7f8f8 !important;
    border-bottom: 1px solid #e7e7e7 !important;
    padding: 14px 18px !important;
}

.widget-cart-top h6 {
    color: #0f1111 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.widget-cart-top svg path {
    fill: #e77600 !important;
}

.cart-dropdown #cart_dropdown_close {
    color: #565959 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: color 0.15s ease;
}

.cart-dropdown #cart_dropdown_close:hover {
    color: #c45500 !important;
}

.cart-dropdown .widget-cart-item {
    padding: 10px 0 !important;
    border-bottom: 1px solid #f0f2f2 !important;
}

.cart-dropdown .widget-cart-item:last-child {
    border-bottom: none !important;
}

/* Custom Amazon Cart Dropdown Quantity Pill */
.amz-cart-quantity-pill {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d5d9d9 !important;
    background-color: #f7f8f8 !important;
    border-radius: 6px !important;
    padding: 2px 4px !important;
    box-shadow: 0 1px 2px rgba(15, 17, 17, 0.08) !important;
    gap: 2px !important;
    width: auto !important;
    min-width: 78px !important;
    height: 30px !important;
    margin: 0 !important;
}

.amz-cart-quantity-pill .cart-qty-btn {
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #565959 !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.amz-cart-quantity-pill .cart-qty-btn:hover {
    background-color: #e7e9ec !important;
    color: #111111 !important;
}

.amz-cart-quantity-pill .cart-qty-input {
    width: 28px !important;
    height: 24px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #111111 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cart-dropdown .cart-total-price-value {
    color: #b12704 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.cart-dropdown .btn-outline-secondary {
    background: linear-gradient(to bottom, #f7f8fa, #e7e9ec) !important;
    border: 1px solid #adb1b8 !important;
    color: #111111 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 5px 12px !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.cart-dropdown .btn-outline-secondary:hover {
    background: linear-gradient(to bottom, #e7e9ec, #d9dce1) !important;
    border-color: #a2a6ac !important;
    color: #111111 !important;
}

.cart-dropdown .btn--primary,
.cart-dropdown .amz-btn-primary {
    background: var(--web-primary) !important;
    background-color: var(--web-primary) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 9px 16px !important;
    width: 100% !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease-in-out !important;
}

.cart-dropdown .btn--primary *,
.cart-dropdown .amz-btn-primary * {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.cart-dropdown .btn--primary:hover,
.cart-dropdown .amz-btn-primary:hover {
    background: var(--web-primary) !important;
    background-color: var(--web-primary) !important;
    filter: brightness(0.92) !important;
    color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* =====================================================================
   Amazon User Profile Dropdown Menu Polish
   ===================================================================== */
.amz-user-dropdown-menu {
    min-width: 250px !important;
    padding: 0 !important;
    border: 1px solid #d5d9d9 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(15, 17, 17, 0.18) !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
}

.amz-user-dropdown-header {
    background: linear-gradient(135deg, #232f3e, #131921) !important;
    padding: 14px 16px !important;
    color: #ffffff !important;
}

.amz-user-dropdown-header .user-name {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.amz-user-dropdown-header .user-contact {
    font-size: 12px;
    color: #febd69;
    margin-top: 2px;
}

.amz-user-dropdown-body {
    padding: 6px 0 !important;
}

.amz-user-dropdown-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #111111 !important;
    text-decoration: none !important;
    transition: background-color 0.15s ease, border-left 0.15s ease, color 0.15s ease;
    border-left: 3px solid transparent !important;
}

.amz-user-dropdown-item i {
    font-size: 15px !important;
    color: #555555 !important;
    transition: color 0.15s ease;
}

.amz-user-dropdown-item:hover {
    background-color: #fff9f0 !important;
    border-left-color: var(--web-primary, #febd69) !important;
    color: #111111 !important;
}

.amz-user-dropdown-item:hover i {
    color: #e77600 !important;
}

.amz-user-dropdown-item.logout-item:hover {
    background-color: #fff5f5 !important;
    border-left-color: #dc3545 !important;
    color: #dc3545 !important;
}

.amz-user-dropdown-item.logout-item:hover i {
    color: #dc3545 !important;
}

/* =====================================================================
   Amazon Contact Us & Help Center Design System
   ===================================================================== */
.amz-contact-hero {
    background: linear-gradient(135deg, #232f3e, #131921);
    color: #ffffff;
    padding: 32px 20px;
    border-radius: 12px;
    margin-bottom: 28px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.amz-contact-info-card {
    background: #ffffff;
    border: 1px solid #d5d9d9;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 5px rgba(15, 17, 17, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.amz-contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(15, 17, 17, 0.12) !important;
    border-color: var(--web-primary, #febd69) !important;
}

.amz-contact-info-card .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff9f0;
    color: #e77600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 12px;
    transition: background-color 0.2s ease;
}

.amz-contact-info-card:hover .icon-wrapper {
    background-color: var(--web-primary, #febd69);
    color: #111111;
}

/* =====================================================================
   Amazon Top Footer Feature Cards Bar
   ===================================================================== */
.footer-slide-item {
    background: #ffffff !important;
    border: 1px solid #d5d9d9 !important;
    border-radius: 12px !important;
    padding: 22px 16px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 2px 8px rgba(15, 17, 17, 0.05) !important;
    height: 100%;
}

.footer-slide-item:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(15, 17, 17, 0.12) !important;
    border-color: var(--web-primary, #febd69) !important;
}

.footer-slide-item .icon-circle-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff9f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.footer-slide-item .icon-circle-badge img {
    transition: filter 0.2s ease, transform 0.2s ease;
}

.footer-slide-item:hover .icon-circle-badge {
    background-color: #e77600 !important;
    transform: scale(1.08);
}

.footer-slide-item:hover .icon-circle-badge img {
    filter: brightness(0) invert(1) !important;
}

.footer-slide-item h2,
.footer-slide-item .card-title-text {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f1111 !important;
    margin-bottom: 4px !important;
}

.footer-slide-item p,
.footer-slide-item small,
.footer-slide-item .des {
    font-size: 12px !important;
    color: #565959 !important;
    line-height: 1.4 !important;
}

/* Responsive Footer Slide Items */
@media (max-width: 575.98px) {
    .footer-slide-item {
        padding: 16px 8px !important;
        border-radius: 10px !important;
    }

    .footer-slide-item .icon-circle-badge {
        width: 42px !important;
        height: 42px !important;
        margin-bottom: 6px !important;
    }

    .footer-slide-item .icon-circle-badge img {
        width: 22px !important;
        height: 22px !important;
    }

    .footer-slide-item h2,
    .footer-slide-item .card-title-text {
        font-size: 13px !important;
    }

    .footer-slide-item p,
    .footer-slide-item small,
    .footer-slide-item .des {
        font-size: 11px !important;
    }
}

/* =====================================================================
   Amazon Header Search Category Select Dropdown & Rounded Search Bar
   ===================================================================== */
.amz-search-form {
    border: 2px solid var(--web-primary, #febd69) !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    position: relative !important;
}

.amz-search-form:focus-within {
    box-shadow: 0 0 0 3px rgba(254, 189, 105, 0.4) !important;
}

.amz-cat-dropdown-wrap {
    position: relative !important;
    background-color: #f3f3f3 !important;
    border-right: 1px solid #d5d9d9 !important;
    height: 100% !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 6px 0 0 6px !important;
    display: flex !important;
    align-items: center !important;
}

.amz-cat-btn {
    background-color: #f3f3f3 !important;
    border: none !important;
    border-radius: 6px 0 0 6px !important;
    color: #0f1111 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    height: 100% !important;
    padding: 0 10px 0 12px !important;
    max-width: 150px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: background-color 0.15s ease;
}

.amz-cat-btn:hover {
    background-color: #e3e6e6 !important;
    color: #0f1111 !important;
}

.amz-cat-caret {
    font-size: 11px !important;
    color: #555555 !important;
    margin-left: 4px !important;
    pointer-events: none;
    transition: transform 0.2s ease;
}

/* Custom Rounded Dropdown Menu Popup Box */
.amz-cat-dropdown-menu {
    display: none;
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: -2px !important;
    z-index: 9999 !important;
    background-color: #ffffff !important;
    border: 1px solid #d5d9d9 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(15, 17, 17, 0.2) !important;
    min-width: 200px !important;
    max-height: 320px !important;
    overflow-y: auto !important;
    padding: 6px 0 !important;
}

.amz-cat-dropdown-menu.show {
    display: block !important;
}

.amz-cat-item {
    color: #0f1111 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    cursor: pointer !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.amz-cat-item:hover,
.amz-cat-item.active {
    background-color: #fff9f0 !important;
    color: #e77600 !important;
    font-weight: 700 !important;
}

.amz-input-wrap {
    height: 100% !important;
}

.amz-search-input {
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    background-color: #ffffff !important;
}

.amz-search-input:focus {
    box-shadow: none !important;
    border: none !important;
}

.amz-search-submit {
    height: 100% !important;
    background-color: var(--web-primary, #febd69) !important;
    border: none !important;
    border-radius: 0 6px 6px 0 !important;
    padding: 0 18px !important;
    color: #0f1111 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.15s ease;
}

.amz-search-submit:hover {
    background-color: #f0b35b !important;
    color: #0f1111 !important;
}

/* =====================================================================
   Amazon "Your Account" Dashboard Design System
   ===================================================================== */
.amz-account-hub-card {
    background: #ffffff !important;
    border: 1px solid #d5d9d9 !important;
    border-radius: 10px !important;
    padding: 16px 18px !important;
    box-shadow: 0 2px 6px rgba(15, 17, 17, 0.04) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    height: 100%;
}

.amz-account-hub-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(15, 17, 17, 0.12) !important;
    border-color: var(--web-primary, #febd69) !important;
}

.amz-account-hub-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff9f0;
    color: #e77600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.amz-account-hub-card:hover .amz-account-hub-icon {
    background-color: var(--web-primary, #febd69);
    color: #111111;
}

.amz-profile-aside {
    background: #ffffff !important;
    border: 1px solid #d5d9d9 !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 17, 17, 0.05) !important;
}

.amz-profile-aside .widget-title a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 18px !important;
    color: #0f1111 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border-left: 4px solid transparent !important;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.amz-profile-aside .widget-title a:hover,
.amz-profile-aside .widget-title a.active-menu {
    background-color: #fff9f0 !important;
    border-left-color: var(--web-primary, #febd69) !important;
    color: #e77600 !important;
    font-weight: 700 !important;
}

.amz-profile-aside .widget-title a svg {
    width: 18px;
    height: 18px;
    color: #555555;
    transition: color 0.15s ease;
}

.amz-profile-aside .widget-title a:hover svg,
.amz-profile-aside .widget-title a.active-menu svg {
    color: #e77600 !important;
}

.amz-avatar-img {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    aspect-ratio: 1 / 1 !important;
}

.user-profile-container {
    margin-bottom: 48px !important;
    padding-bottom: 36px !important;
}

@media (max-width: 575.98px) {
    .amz-auth-card {
        padding: 18px 14px !important;
        border-radius: 8px !important;
    }

    .amz-avatar-img {
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        min-height: 56px !important;
        max-width: 56px !important;
        max-height: 56px !important;
    }
}

/* =====================================================================
   Amazon Product Detail Page (PDP) Design System
   ===================================================================== */
.amz-pdp-card {
    background-color: #ffffff !important;
    border: 1px solid #d5d9d9 !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 2px 8px rgba(15, 17, 17, 0.05) !important;
}

.amz-pdp-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #0f1111 !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
}

.amz-pdp-brand-link {
    color: #007185 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.amz-pdp-brand-link:hover {
    color: #c7511f !important;
    text-decoration: underline !important;
}

.amz-pdp-discount-badge {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    background-color: #cc0c39 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
    z-index: 5 !important;
}

.amz-card-discount-badge {
    position: absolute !important;
    top: 6px !important;
    left: 6px !important;
    z-index: 10 !important;
    margin: 0 !important;
    background-color: #cc0c39 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
}

.amz-card-img-box {
    height: 170px !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    position: relative !important;
}

.amz-pdp-price-main {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #0f1111 !important;
}

.amz-pdp-price-del {
    font-size: 14px !important;
    color: #565959 !important;
    text-decoration: line-through !important;
}

.amz-pdp-buybox {
    background-color: #ffffff !important;
    border: 1px solid #d5d9d9 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 4px 16px rgba(15, 17, 17, 0.08) !important;
    position: sticky;
    top: 90px;
}

.amz-pdp-stock-in {
    color: #007600 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.amz-pdp-stock-out {
    color: #b12704 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.amz-pdp-meta-table {
    width: 100%;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.amz-pdp-meta-table td {
    padding: 4px 0;
}

.amz-pdp-meta-label {
    color: #565959;
    width: 38%;
}

.amz-pdp-meta-value {
    color: #0f1111;
    font-weight: 500;
}



@media (max-width: 991.98px) {
    .amz-pdp-card {
        padding: 16px !important;
        border-radius: 10px !important;
    }
    .amz-pdp-buybox {
        position: static !important;
        margin-top: 16px !important;
    }
}

/* =====================================================================
   Amazon PDP Vertical Thumbnails (Image 2 Style - 100% Scrollable)
   ===================================================================== */
.amz-pdp-vertical-thumb-container {
    max-height: 440px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin !important;
    scrollbar-color: #ffa41c #f1f1f1 !important;
    padding-right: 2px !important;
}

.amz-pdp-vertical-thumb-container::-webkit-scrollbar {
    width: 4px !important;
}

.amz-pdp-vertical-thumb-container::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 4px !important;
}

.amz-pdp-vertical-thumb-container::-webkit-scrollbar-thumb {
    background: #c1c1c1 !important;
    border-radius: 4px !important;
}

.amz-pdp-vertical-thumb-container::-webkit-scrollbar-thumb:hover {
    background: var(--web-primary) !important;
}

.amz-pdp-thumb-item {
    border: 1px solid #d5d9d9 !important;
    border-radius: 8px !important;
    transition: all 0.15s ease-in-out !important;
    opacity: 0.75 !important;
    background-color: #ffffff !important;
}

.amz-pdp-thumb-item:hover,
.amz-pdp-thumb-item.active {
    opacity: 1 !important;
    border-color: #e77600 !important;
    box-shadow: 0 0 0 2px rgba(231, 118, 0, 0.45) !important;
}

/* =====================================================================
   Amazon Product Card Grid (Image 4 Style)
   ===================================================================== */
.amz-product-card-box {
    border: 1px solid #e7e7e7 !important;
    background-color: #ffffff !important;
    transition: all 0.2s ease-in-out !important;
}

.amz-product-card-box:hover {
    border-color: #d5d9d9 !important;
    box-shadow: 0 6px 18px rgba(15, 17, 17, 0.12) !important;
    transform: translateY(-3px) !important;
}

.amz-product-card-box .inline_product {
    border: none !important;
    background: transparent !important;
}

.amz-card-title-link:hover {
    color: #c7511f !important;
    text-decoration: underline !important;
}

@media (max-width: 575.98px) {
    .amz-pdp-vertical-thumb-container {
        width: 46px !important;
    }
    .amz-pdp-thumb-item {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }
}

/* =====================================================================
   Fix Chat with Vendor Button Positioning on Small/Mobile Screens
   ===================================================================== */
.chat_with_seller-buttons {
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    margin-top: 12px !important;
}

.chat_with_seller-buttons .btn {
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    padding: 10px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 8px !important;
}

.chat_with_seller-buttons .btn span {
    display: inline-block !important;
}

/* =====================================================================
   Wider Container for Amazon PDP & Search Pages (Reduce Left & Right Blank Side Spaces)
   ===================================================================== */
.__inline-23 .container{
    max-width: 1440px !important;
    width: 95% !important;
    padding-left: 16px !important;
}

div.container.amz-search-container {
    max-width: 1300px !important;
    width: 70% !important;
    padding-left: 150px !important;
    padding-right: 16px !important;
}

@media (max-width: 991.98px) {
    div.container.amz-search-container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 992px) {
    .__search-sidebar #shop-sidebar {
        position: sticky !important;
        top: 90px !important;
        max-height: calc(100vh - 110px) !important;
        overflow-y: auto !important;
        scrollbar-width: thin !important;
    }
}

/* =====================================================================
   Search Page Header Dropdowns, Items Count & Clean Card Polish
   ===================================================================== */
.search-page-header {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.search-page-header .view-page-item-count,
.search-page-header div,
.search-page-header span {
    color: #0f1111 !important;
    opacity: 1 !important;
}

.sorting-item {
    position: relative !important;
    border: 1px solid #d5d9d9 !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    transition: all 0.15s ease-in-out !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
}

.sorting-item:hover {
    background-color: #f7f8f8 !important;
    border-color: #adb1b1 !important;
}

.sorting-item select.amz-full-overlay-select {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

.amz-review-count,
.flash-product-review label,
.badge-style2,
.star-rating + span,
.star-rating + label {
    color: #565959 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    opacity: 1 !important;
}

/* =====================================================================
   Amazon Categories Page Styling & Card Grid
   ===================================================================== */
.amz-category-hero {
    background: linear-gradient(135deg, #131921 0%, #232f3e 100%) !important;
    border: 1px solid #37475a !important;
}

.amz-cat-search-input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.amz-category-card {
    border: 1px solid #e7e7e7 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    position: relative !important;
}

.amz-category-card:hover {
    transform: translateY(-5px) !important;
    border-color: #febd69 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09) !important;
}

.amz-category-card:hover .amz-cat-title {
    color: #c7511f !important;
}

.amz-category-card:hover .amz-cat-arrow {
    transform: translateX(3px) !important;
}

.amz-cat-img-box {
    width: 100px !important;
    height: 100px !important;
    background-color: #f7f8f8 !important;
    border-radius: 12px !important;
    transition: all 0.2s ease-in-out !important;
    overflow: hidden !important;
}

.amz-cat-img-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.amz-category-card:hover .amz-cat-img-box {
    background-color: #fff8e7 !important;
}

.amz-cat-count {
    color: #0f1111 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    opacity: 1 !important;
}

.amz-cat-arrow {
    transition: transform 0.2s ease-in-out !important;
}

/* =====================================================================
   Amazon Brands Page Styling & Card Grid
   ===================================================================== */
.amz-brand-card {
    border: 1px solid #e7e7e7 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    position: relative !important;
}

.amz-brand-card:hover {
    transform: translateY(-5px) !important;
    border-color: #febd69 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09) !important;
}

.amz-brand-card:hover .amz-brand-title {
    color: #c7511f !important;
}

.amz-brand-card:hover .amz-brand-arrow {
    transform: translateX(3px) !important;
}

.amz-brand-img-box {
    width: 100px !important;
    height: 100px !important;
    background-color: #f7f8f8 !important;
    border-radius: 12px !important;
    transition: all 0.2s ease-in-out !important;
    overflow: hidden !important;
}

.amz-brand-img-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.amz-brand-card:hover .amz-brand-img-box {
    background-color: #fff8e7 !important;
}

.amz-brand-count {
    color: #0f1111 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    opacity: 1 !important;
}

.amz-brand-arrow {
    transition: transform 0.2s ease-in-out !important;
}

/* =====================================================================
   Amazon Stores / Vendors Page Styling & Card Grid
   ===================================================================== */
.amz-store-card {
    border: 1px solid #e7e7e7 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    position: relative !important;
}

.amz-store-card:hover {
    transform: translateY(-5px) !important;
    border-color: #febd69 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09) !important;
}

.amz-store-card:hover .amz-store-title {
    color: #c7511f !important;
}

.amz-store-card:hover .amz-store-arrow {
    transform: translateX(3px) !important;
}

.amz-store-count {
    color: #0f1111 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    opacity: 1 !important;
}

.amz-store-arrow {
    transition: transform 0.2s ease-in-out !important;
}

.amz-store-banner {
    height: 110px !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: #f7f8f8 !important;
}

.amz-store-banner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.amz-store-reviews-count {
    color: #565959 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    opacity: 1 !important;
}

.__shop-banner-main {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    min-height: 240px !important;
    padding: 60px 16px 16px !important;
    border: 1px solid #e7e7e7 !important;
    display: flex !important;
    align-items: flex-end !important;
}

.__shop-banner-main .__shop-page-banner {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.amz-shop-review-count {
    color: #0f1111 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

.btn-scroll-top {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: var(--web-primary) !important;
    color: #fff !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.btn-scroll-top.show {
    display: flex !important;
}

.btn-scroll-top .btn-scroll-top-icon {
    font-size: 16px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
}

