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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d--none {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.msg_history {
    padding: 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.temporarily-closed-sticky-alert div.alert-box {
    background-color: rgba(254, 247, 209, 1);
    font-size: 12px;
    letter-spacing: 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: .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;
}

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

body {
    word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: .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: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 15px 12px 15px;
}

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

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

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

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

.grecaptcha-badge {
    display: none !important;
}
.request-restock-btn {
    position: relative;
    filter: brightness(1) !important;
    -webkit-filter: brightness(1) !important;
}
.request-restock-btn::before {
    position: absolute;
    content:"";
    inset: 0;
    background: var(--web-primary);
    opacity: 0.07;
    border-radius: inherit;
}

.input-required-icon {
    color: #D80000;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.d--flex {
    display: flex;
}

@media (min-width: 576px) {
    .d--sm-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d--sm-block {
        display: block;
    }
}

.product-restock-request-section {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

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

.clearance-sale-title-bg {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 80px;
    width: 220px;
    position: relative;
}

.clearance-sale-title-bg .title {
    position: absolute;
    bottom: .5rem;
    color: #FFF;
    left: 20px;
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
}

.clearance-sale-title-bg .sub-title {
    position: absolute;
    bottom: 2.3rem;
    color: #1455AC;
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
    left: 1.25rem;
    text-align: center;
    width: 100px;
}

[dir="rtl"] .clearance-sale-title-bg {
    transform: scaleX(-1);
}

[dir="rtl"] .clearance-sale-title-bg .title,
[dir="rtl"] .clearance-sale-title-bg .sub-title {
    transform: scaleX(-1);
}

.fs-12 .discounted-unit-price,
.fs-12 .product-total-unit-price {
    font-size: 0.75rem !important;
}

.bg--light {
    background-color: #f8f8fa;
}
[theme="dark"].bg--light {
    background-color: #18181a;
}

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

.quantity-box-120 {
    width: 120px;
    min-width: 110px;
}

.clearance-sale-slider.owl-carousel .owl-stage{
    display: flex;
    height: 100%;
}
.clearance-sale-slider.owl-carousel.owl-drag .owl-item{
    display: grid;
    align-items: stretch;
}

.bg-count-light{
    background: rgba(236, 241, 246, 0.50);
}

.bg-count-light:focus,
.bg-count-light:hover {
    filter: none !important;
}
/* ============================================================
   MYKRISHI CUSTOM 3D THEME STYLES
   ============================================================ */

/* ------------------------------------------------------------
   1. CONTACT US PAGE STYLES
   ------------------------------------------------------------ */
.contact-3d-card {
    background: #ffffff;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 6px 15px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.contact-3d-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.headerTitle-3d {
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #0d5c3a 0%, #1b3d2f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

.contact-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.for-contact-image-3d {
    max-width: 90%;
    height: auto;
    filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.12));
    animation: float3D 4s ease-in-out infinite;
}

@keyframes float3D {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(0.8deg); }
}

.custom-3d-input {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    padding: 12px 16px !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-size: 14px;
}

.custom-3d-input:focus {
    background-color: #ffffff !important;
    border-color: #0d5c3a !important;
    box-shadow: 0 8px 20px rgba(13, 92, 58, 0.12), inset 0 1px 1px rgba(255, 255, 255, 1) !important;
    transform: translateY(-2px);
    outline: none;
}

/* Phone Input Overlap Fix */
.iti {
    width: 100% !important;
    display: block !important;
}

.iti input.phone-input-with-country-picker {
    padding-left: 88px !important;
}

.iti__selected-flag {
    border-radius: 12px 0 0 12px !important;
    padding: 0 6px 0 10px !important;
    background-color: rgba(0, 0, 0, 0.02);
}

.iti__country-list {
    z-index: 9999 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.btn-3d-submit {
    background: linear-gradient(135deg, #0d5c3a 0%, #168052 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 13px 36px !important;
    font-weight: 700 !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 20px -5px rgba(13, 92, 58, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
}

.btn-3d-submit:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 15px 25px -5px rgba(13, 92, 58, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

/* ------------------------------------------------------------
   2. ABOUT US PAGE STYLES
   ------------------------------------------------------------ */
.about-us-container {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}

.about-title-3d {
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #0d5c3a 0%, #168052 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.5rem;
}

.about-3d-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 6px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(230, 235, 240, 0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-content-body {
    color: #334155;
    line-height: 1.85;
    font-size: 15.5px;
}

.about-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}
/* ------------------------------------------------------------
   3. PRIVACY POLICY PAGE STYLES (Balanced Typography)
   ------------------------------------------------------------ */
.privacy-policy-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}

/* Main Page Title */
.privacy-title {
    font-weight: 700;
    font-size: 26px !important;
    color: #0f172a !important;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.privacy-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #e2e8f0;
    border-radius: 2px;
    margin: 8px auto 0 auto;
}

/* Base Content Container */
.privacy-content-area {
    color: #334155 !important;
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    margin-top: 1.8rem;
}

/* Proper Headings Scaling */
.privacy-content-area h1 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-top: 1.8rem !important;
    margin-bottom: 0.75rem !important;
}

.privacy-content-area h2 {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.6rem !important;
}

.privacy-content-area h3 {
    font-size: 16.5px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin-top: 1.25rem !important;
    margin-bottom: 0.5rem !important;
}

.privacy-content-area h4,
.privacy-content-area h5,
.privacy-content-area h6 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
}

/* Paragraphs & Text */
.privacy-content-area p {
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    margin-bottom: 1rem !important;
    color: #334155 !important;
}

/* Lists & Bullets */
.privacy-content-area ul, 
.privacy-content-area ol {
    padding-left: 1.25rem !important;
    margin-bottom: 1rem !important;
}

.privacy-content-area li {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 0.4rem !important;
    color: #334155 !important;
}

.privacy-content-area strong, 
.privacy-content-area b {
    color: #0f172a !important;
    font-weight: 600 !important;
}

/* Responsive Mobile Typography */
@media (max-width: 576px) {
    .privacy-title {
        font-size: 22px !important;
    }
    .privacy-content-area {
        font-size: 14px !important;
    }
    .privacy-content-area h1 { font-size: 19px !important; }
    .privacy-content-area h2 { font-size: 17px !important; }
    .privacy-content-area h3 { font-size: 15.5px !important; }
}
/* ============================================================
   0. LOGO COLOR VARIABLE
   ============================================================ */
:root {
    --brand-color: #2d7a35; 
    --brand-hover: #71c543; 
}

/* ============================================================
   1. TOP CARDS - EQUAL HEIGHT FIX
   ============================================================ */
.footer-slider-container .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-slide-item {
    display: flex !important;
    height: 100%;
}

.footer-slide-item > div {
    width: 100%;
    display: flex;
}

.footer-slide-item > div > a {
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
}

.footer-slide-item > div > a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--brand-color);
}

.footer-slide-item img.svg {
    flex-shrink: 0;
    margin-right: 14px;
    transition: transform 0.3s ease;
}

.footer-slide-item > div > a:hover img.svg {
    transform: scale(1.08);
}

.footer-slide-item p {
    font-weight: 700 !important;
    color: #0f172a !important;
    font-size: 14px !important;
    margin-bottom: 2px !important;
    line-height: 1.3;
}

.footer-slide-item small {
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.3;
}


/* ============================================================
   2. MAIN FOOTER - MIDNIGHT THEME
   ============================================================ */
.page-footer {
    background: #111827 !important;
    color: #9ca3af !important;
    font-size: 14px;
}

.page-footer .custom-light-primary-color-20 {
    background: transparent !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2rem !important;
}

/* Headings */
.footer-header {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    margin-bottom: 1.25rem !important;
    text-transform: uppercase;
}

/* Links List */
.widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-list-item {
    margin-bottom: 10px;
}

.widget-list-link {
    color: #9ca3af !important;
    text-decoration: none !important;
    font-size: 13.5px;
    transition: all 0.25s ease;
    display: inline-block;
}

.widget-list-link:hover {
    color: var(--brand-color) !important;
    transform: translateX(4px);
}

/* App Download Badges */
.store-contents img {
    border-radius: 8px;
    transition: transform 0.25s ease;
}

.store-contents img:hover {
    transform: scale(1.05);
}

/* Newsletter Input */
.subscribe-border {
    border-radius: 30px !important;
    padding: 12px 20px !important;
    border: 1px solid #374151 !important;
    background-color: #1f2937 !important;
    color: #ffffff !important;
    font-size: 13.5px;
}

.subscribe-border::placeholder {
    color: #9ca3af !important;
}

.subscribe-border:focus {
    outline: none;
    border-color: var(--brand-color) !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2) !important;
}

.subscribe-button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border-radius: 25px !important;
    padding: 0 22px !important;
    background: var(--brand-color) !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 13px;
    border: none;
    transition: all 0.25s ease;
}

.subscribe-button:hover {
    background: var(--brand-hover) !important;
}

/* Address & Icons Badges */
.start_address .widget-list-link {
    display: flex;
    align-items: center;
    color: #d1d5db !important;
    margin-bottom: 12px;
}

.start_address i {
    width: 34px;
    height: 34px;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-color);
    margin-right: 12px !important;
    font-size: 13px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.start_address .widget-list-link:hover i {
    background: var(--brand-color);
    color: #ffffff !important;
    border-color: var(--brand-color);
}

hr, .address_under_line {
    border-color: #1f2937 !important;
}


/* ============================================================
   3. BOTTOM COPYRIGHT BAR (FIXED PADDING & HOVER)
   ============================================================ */

.bg-white-overlay-50 {
    background: #0b0f19 !important;
    border-top: 1px solid #1f2937;
    padding: 0.6rem 0 !important;
}

.footer-end p {
    color: #9ca3af !important;
    font-size: 13px !important;
    margin: 0;
}

/* Social Icons & Hover State Fix */
.social-btn {
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    background: #1f2937 !important;
    border: 1px solid #374151 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.social-btn i,
.social-btn svg {
    color: #9ca3af !important;
    fill: #9ca3af !important;
    font-size: 14px;
    transition: all 0.25s ease !important;
}

/* Hover Effect: Icon Clearly Visible */
.social-btn:hover {
    background: var(--brand-color) !important;
    border-color: var(--brand-color) !important;
    transform: translateY(-2px);
}

.social-btn:hover i,
.social-btn:hover svg {
    color: #ffffff !important; 
    fill: #2d7a35 !important;
}
.social-btn.sb-light:hover {
    background-color: #2d7a35 !important;
    box-shadow: none !important;
}

/* Mobile Responsive Adjustments */
@media (max-width: 576px) {
    .subscribe-button {
        position: relative;
        width: 100%;
        margin-top: 10px;
        right: 0;
        top: 0;
        padding: 12px !important;
    }
}
/* ==========================================
   MODERN HERO SECTION STYLES
   ========================================== */

.modern-hero-section {
    background-color: #f8f9fa;
}

/* Category Sidebar Card */
.modern-category-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-header {
    background: #2d7a35; /* Primary Theme Color */
    color: #ffffff;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.modern-category-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.category-item {
    position: relative;
    border-bottom: 1px solid #f1f5f9;
}

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

.category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    color: #334155;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.category-link:hover {
    background-color: #f1f5f9;
    color: #10b981;
    padding-left: 24px;
}

.cat-arrow {
    font-size: 12px;
    opacity: 0.5;
    transition: transform 0.2s ease;
}

.category-link:hover .cat-arrow {
    opacity: 1;
    transform: translateX(3px);
}

/* Mega Menu / Subcategories Popup */
.modern-mega-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 500px;
    min-height: 100%;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 0 16px 16px 0;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 99;
    border: 1px solid #f1f5f9;
}

.category-item:hover .modern-mega-menu {
    opacity: 1;
    visibility: visible;
}

.sub-cat-title {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.sub-cat-title:hover {
    color: #10b981;
}

.sub-sub-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-sub-cat-list li a {
    color: #64748b;
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 3px 0;
    transition: color 0.2s ease;
}

.sub-sub-cat-list li a:hover {
    color: #10b981;
}

.category-footer {
    margin-top: auto;
    padding: 12px 20px;
    background: #fafafa;
    text-align: center;
}

.view-all-btn {
    color: #10b981;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.view-all-btn:hover {
    color: #059669;
}

/* Slider Section */
.modern-slider-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.modern-slide-img {
    border-radius: 16px;
    object-fit: cover;
    height: 100%;
    min-height: 380px;
    max-height: 420px;
    transition: transform 0.3s ease;
}

.slider-item:hover .modern-slide-img {
    transform: scale(1.01);
}

/* RTL Support Adjustments */
.rtl .modern-mega-menu {
    left: auto;
    right: 100%;
    border-radius: 16px 0 0 16px;
}

.rtl .category-link:hover {
    padding-left: 20px;
    padding-right: 24px;
}

/* ==========================================
   MODERN HERO SLIDER STYLES
   ========================================== */

.modern-slider-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    background: #f1f5f9;
}

/* Slider Item Wrapper */
.slider-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.slider-card-link {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}

/* Image Hover & Transitions */
.modern-slide-img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 380px;
    max-height: 420px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.slider-card-link:hover .modern-slide-img {
    transform: scale(1.025);
}

/* Subtle Hover Overlay Glow */
.slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
    border-radius: 20px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Custom Navigation Arrows (Owl Carousel) */
.modern-hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    pointer-events: none;
    z-index: 10;
}

.modern-hero-slider .owl-nav button.owl-prev,
.modern-hero-slider .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(8px);
    color: #0f172a !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.modern-hero-slider .owl-nav button:hover {
    background: #10b981 !important; /* Theme Accent Color */
    color: #ffffff !important;
    transform: scale(1.1);
}

/* Custom Dots / Indicators */
.modern-hero-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.modern-hero-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 20px !important;
    display: block;
    transition: all 0.3s ease !important;
}

.modern-hero-slider .owl-dots .owl-dot.active span {
    width: 28px;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* ==========================================
   MODERN CATEGORIES SECTION STYLES
   ========================================== */

.modern-categories-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Header Links */
.view-all-link {
    color: #10b981; /* Primary Theme Accent */
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.view-all-link:hover {
    color: #059669;
    transform: translateX(-2px);
}

/* Grid Layout for Desktop */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
}

/* Category Card Styling */
.category-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-align: center;
    group: hover;
}

/* Circle Image Badge */
.category-img-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f8fafc;
    border: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.category-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Hover Effects */
.category-card-inner:hover .category-img-wrapper {
    background-color: #ffffff;
    border-color: #10b981;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.15);
}

.category-card-inner:hover .category-icon-img {
    transform: scale(1.1);
}

/* Category Title Text */
.category-title-text {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-top: 10px;
    margin-bottom: 0;
    transition: color 0.2s ease;
    line-height: 1.3;
}

.category-card-inner:hover .category-title-text {
    color: #10b981;
}

/* Responsive Grid Fixes */
@media (max-width: 1200px) {
    .categories-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

/* Mobile Carousel Items */
.category-mobile-item {
    padding: 5px;
}

.category-mobile-item .category-img-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

/* ==========================================
   MODERN VENDOR / SELLER CARDS
   ========================================== */

.modern-vendor-section {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.view-all-vendor-link {
    color: #10b981;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.view-all-vendor-link:hover {
    color: #059669;
}

/* Card Outer Container */
.modern-vendor-card {
    display: block;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    margin: 5px;
}

.modern-vendor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
    border-color: rgba(16, 185, 129, 0.3);
}

/* Banner Image Wrapper */
.vendor-banner-wrapper {
    position: relative;
    height: 90px;
    background: #e2e8f0;
    margin-bottom: 25px; /* Logo ke float hone ke liye space */
}

.vendor-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Status Badge (Closed/Vacation) */
.vendor-status-badge.closed {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(225, 29, 72, 0.85);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

/* Floating Logo Over Banner */
.vendor-logo-wrapper {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    padding: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.vendor-logo-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Card Body Content */
.vendor-card-body {
    padding: 0 16px 16px 16px;
    text-align: center;
}

.vendor-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vendor-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    margin-bottom: 14px;
}

.rating-number {
    font-weight: 700;
    color: #0f172a;
}

.rating-label {
    color: #94a3b8;
}

/* Stats Footer (Reviews & Products) */
.vendor-stats-grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f8fafc;
    border-radius: 12px;
    padding: 10px 8px;
}

.stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-value {
    font-size: 14px;
    font-weight: 700;
    color: #10b981; /* Primary Theme Accent */
    line-height: 1.2;
}

.stat-label {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 22px;
    background: #e2e8f0;
}

/* RTL Support for Floating Logo */
.rtl .vendor-status-badge.closed {
    right: auto;
    left: 10px;
}

/* Card Container */
.modern-section-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* View All Link */
.view-all-link {
    color: #10b981;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.view-all-link:hover {
    color: #059669;
    transform: translateX(3px);
}

/* Equal Height for Grid Boxes */
.h-100 {
    height: 100%;
}

/* Card Outer Wrapper */
.modern-section-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* View All Link */
.view-all-link {
    color: #10b981;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.view-all-link:hover {
    color: #059669;
    transform: translateX(3px);
}

/* Modern Brand Card Item */
.modern-brand-card {
    height: 72px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 10px 14px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.modern-brand-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(10%); /* Subtle premium feel */
    transition: filter 0.3s ease;
}

.modern-brand-card:hover {
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.modern-brand-card:hover img {
    filter: grayscale(0%);
}

/* Card Outer Wrapper */
.modern-section-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* View All Link Hover Effect */
.view-all-link {
    color: #10b981;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.view-all-link:hover {
    color: #059669;
    transform: translateX(3px);
}

