/* global style */

:root {
    --White: #fff;
    --Off-Gray: #c0c0c0;
    --Primary-Red: #e71c24;
    --Primary-Hover-Red: #ba121b;
    --Primary-Blue: #067cb7;
    --Dark-Gray: #474747;
    --Medium-Gray: #666666;
    --Gold: #f28c18;
    --Light-Gray: #dee2ed;
    --Light-Blue: #e2f1fd;
    --Background-Colors-Tan: #fdf3e7;
    --Background-Colors-Off-White: #f8f9fb;
    --Background-Colors-Light-Blue: #e7f6fd;
    --Black: #171717;
    --green: #0fb706;
    --Primary-Orange: #f59019;
}

/* header,
.banner {
  opacity: 0;
} */
.logo img {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*.productlist-results.storeinfo-title .store-info-row,*/
.karat-banner-top-mobile,
.rewardtitle-img,
.rewardtitle-icon,
.footer-fix-bar,
.viewall-mobilelink,
.account-mobile,
.infomative-filter-sort-mobile,
.filter-sort-mobile,
.sidebartitle-mobile,
.clearall-mobile-btn,
.sortby-mobile-option,
.listview-itemfooter-mobile,
.sidebar-map,
.productlist-results .multi-store-filters {
    display: none;
}

    .footer-fix-bar ul li a:hover img {
        filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
    }

    .footer-fix-bar ul li a:hover span {
        color: var(--Primary-Red);
    }

.dark-icon img,
.detail-fav-btn img {
    color: var(--Dark-Gray);
    transition: 0.2s all ease-in-out;
}

.detail-fav-btn img {
    width: 32px;
    height: 32px;
}

.dark-icon:hover img,
.detail-fav-btn:hover img {
    filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
    cursor: pointer;
}

.dark-icon:hover:not(.no-bg) {
    background-color: var(--Background-Colors-Off-White);
}

.icon img {
    transition: 0.2s all ease-in-out;
}

.icon:hover img {
    filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
}

.icon.quick-view:hover img {
    filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
}

.header-spacing {
    height: 212px;
}

.quickview-modal {
    top: 212px !important;
    padding-top: 26px;
    z-index: 10000 !important;
    overflow: scroll !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.quickview-modal-inner {
    max-height: 70dvh !important;
}

    .quickview-modal-inner > .product-detail {
        overflow: scroll;
        max-height: 70dvh !important;
    }

header .left-side {
    width: 68%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .search-bar.mobile-view {
    display: none;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
label,
div,
body {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 24px;
    line-height: 1.3;
}

a {
    display: inline-block;
    text-decoration: none;
}

button,
input:focus,
input {
    background-color: transparent;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

body {
    font-family: Inter;
}

.f-center {
    display: flex;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    font-weight: 800;
}

h1 {
    font-size: 56px;
    line-height: 68.26px;
}

h2 {
    color: var(--Black);
    font-size: 32px;
    line-height: 1.3;
}

h3 {
    font-size: 40px;
    line-height: 1.22;
}

h4 {
    line-height: 39.01px;
}

h5 {
    font-size: 24px;
    line-height: 29.26px;
}

h6 {
    font-size: 20px;
    line-height: 24.38px;
}

.caption,
.text-lg,
.text-sm,
.subtitle {
    font-family: Inter;
    font-weight: 400;
}

.subtitle {
    font-size: 24px;
    line-height: 29.05px;
}

.text-lg {
    font-size: 16px;
    line-height: 19.36px;
}

.text-sm {
    font-size: 14px;
    line-height: 16.94px;
}

.caption {
    font-size: 12px;
    line-height: 14.52px;
}

label {
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 14.52px;
    letter-spacing: 1px;
}

.container {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 100%;
}

.clear {
    clear: both;
}

.truncate {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* scrollbar start */

.theme-style::-webkit-scrollbar {
    width: 4px;
}

.theme-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--Light-Gray);
    border-radius: 2px;
}

.theme-style::-webkit-scrollbar-thumb {
    background: var(--Off-Gray);
    border-radius: 10px;
}

/* scrollbar end */

/* primary-btn start */
.primary-btn {
    padding: 16px;
    color: var(--White);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 40px;
    background: var(--Primary-Red);
    border: 1.5px solid var(--Primary-Red);
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    text-align: center;
}

    .primary-btn:hover {
        background: var(--Primary-Hover-Red);
    }

.white-primary-btn {
    padding: 16px;
    color: var(--Primary-Red);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 40px;
    background: var(--White);
    border: 1.5px solid var(--Primary-Red);
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}

    .white-primary-btn:hover {
        background: var(--Background-Colors-Off-White);
    }

.primary-btn-outline {
    background: var(--White);
    color: #000;
    border: 1px solid #666666;
    padding: 10px 16px;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 40px;
    transition: 0.2s all ease-in-out;
}

    .primary-btn-outline:hover {
        color: var(--Primary-Red);
        background-color: var(--Background-Colors-Off-White);
    }

/* primary-btn end */

/* secondary-btn start */
.secondary-btn {
    padding: 16px;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 40px;
    background: var(--White);
    border: 1.5px solid var(--Medium-Gray);
    transition: 0.2s all ease-in-out;
}

    .secondary-btn:hover {
        background: var(--Black);
        color: var(--White);
    }

/* secondary-btn end */

.productwrap-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.not-underline {
    text-decoration: none !important;
}

.productwrap-title h2.clickable-link {
    margin-bottom: 0 !important;
    cursor: pointer;
    font-size: 40px;
    text-decoration: underline;
}

    .productwrap-title h2.clickable-link:hover {
        color: var(--Primary-Red);
    }

.slider-left {
    opacity: 0.3;
}

.viewall-products, .viewall-search {
    display: flex;
    justify-content: center;
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: var(--Black);
    border-radius: 40px;
    border: 1px solid var(--Medium-Gray);
    margin: 48px auto 0 auto;
    transition: all 0.3s ease-in-out;
}

    .viewall-products:hover {
        background-color: var(--Light-Gray);
        color: var(--Primary-Red);
    }

    .viewall-search:hover {
        background-color: var(--Light-Gray);
    }

.default-transparent-button {
    color: #171717;
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #666666;
    padding: 14px 16px;
    transition: allease-in-out 0.3s;
    border-radius: 50px;
}

/* slider setting start */
.theme-slider {
    position: initial;
}

.product-detail-slider .slider {
    position: initial;
}

.product-detail-slider .slider-notification {
    position: initial;
}

.also-like-wrapper .theme-slider .slick-arrow {
    top: 10px !important;
}

.product-wrapper.inherit .product-slider.theme-slider .slick-arrow {
    top: 6.5%;
}

.slick-prev,
.slick-next {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.js-items-slider-container:hover .slick-prev:not(.slick-disabled),
.js-items-slider-container:hover .slick-next:not(.slick-disabled) {
    opacity: 1;
}

.js-items-slider-container:hover .slick-prev.slick-disabled,
.js-items-slider-container:hover .slick-next.slick-disabled {
    opacity: 0.3; /* visible but faded */
    cursor: default;
    pointer-events: none;
}

.productwrap-title .product-slider-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-slider-controls .slick-arrow {
    position: absolute;
    top: 35%;
    border-radius: 100px;
    width: 40px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    background: var(--White);
    box-shadow: 0px 4px 8px 0px #00000014;
    border: 1px solid var(--Light-Gray);
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.product-slider-controls .slick-prev {
    left: 10px;
}

.product-slider-controls .slick-next {
    right: 10px;
}

.product-slider-controls .slick-arrow img {
    transition: 0.2s all ease-in-out;
}

.product-slider-controls .slick-arrow:hover {
    background: var(--Background-Colors-Off-White);
}

.product-slider-controls .slick-disabled img {
    opacity: 0.2;
}

.product-slider-controls .slick-disabled:hover {
    border: 1px solid var(--White);
    background-color: var(--White);
}


/* image slick slider */
.slider-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .slider-controls .slick-arrow {
        position: absolute;
        top: 35%;
        border-radius: 100px;
        width: 40px;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 11;
        background: var(--White);
        box-shadow: 0px 4px 8px 0px #00000014;
        border: 1px solid var(--Light-Gray);
        cursor: pointer;
        transition: 0.2s all ease-in-out;
    }

    .slider-controls .slick-prev {
        left: 10px;
    }

    .slider-controls .slick-next {
        right: 10px;
    }

    .slider-controls .slick-arrow img {
        transition: 0.2s all ease-in-out;
    }

    .slider-controls .slick-arrow:hover {
        background: var(--Background-Colors-Off-White);
    }

    .slider-controls .slick-disabled img {
        opacity: 0.2;
    }

    .slider-controls .slick-disabled:hover {
        border: 1px solid var(--White);
        background-color: var(--White);
    }

.theme-slider .slick-arrow {
    border-radius: 100px;
    width: 64px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* top: 37px; */
    top: 48px;
    z-index: 11;
    /* right: 72px; */
    right: 68px;
    background: var(--White);
    box-shadow: 0px 4px 8px 0px #00000014;
    border: 1px solid var(--Light-Gray);
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.theme-slider .slick-prev {
    /* right: 155px; */
    right: 147px;
    transform: rotateY(-170deg);
}

.theme-slider .slick-arrow img {
    transition: 0.2s all ease-in-out;
}

.theme-slider .slick-arrow:hover {
    border: 1px solid var(--Black);
    background: var(--Black);
}

    .theme-slider .slick-arrow:hover img {
        filter: invert();
    }

.theme-slider .slick-disabled img {
    opacity: 0.2;
}

.theme-slider .slick-disabled:hover {
    border: 1px solid var(--White);
    background-color: var(--White);
}

/* slider setting start */
/* padding style */
.pedding-s1 {
    padding: 48px 0 40px;
}

/* padding style */

/* product card start */

.theme-slider div.slick-slide.slick-active:last-child {
    margin-right: 0px !important;
}

.product-item a {
    font-family: Inter;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 14px;
    line-height: 1.2;
    color: var(--Black);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .product-item a:hover {
        color: var(--Primary-Red);
        font-weight: 600;
    }

.product-item .product-img {
    max-width: 100%;
    aspect-ratio: 1/1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
}

    .product-item .product-img img {
        width: 100%;
        height: 100%;
        clip-path: inset(5px 5px 5px 5px);
    }

.add-favorte {
    border-radius: 100px;
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    width: 48px;
    /* width: 40px; */
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 8px;
}

    .add-favorte svg {
        transform: scale(0.7) translateY(4px);
    }

.product-item .discount {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: var(--Primary-Red);
    color: var(--White);
    padding: 5px 8px;
    border-radius: 16px;
    z-index: 1;
    cursor: default;
}

.product-item .save {
    font-weight: 700;
    font-size: 12px;
    line-height: 14.52px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    background-color: var(--White);
    border: 1px solid var(--Primary-Red);
    color: var(--Primary-Red);
    padding: 4px 8px 3px;
    border-radius: 16px;
    z-index: 1;
    cursor: default;
}

.product-list-view-item .save {
    font-weight: 700;
    font-size: 12px;
    line-height: 14.52px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    background-color: var(--White);
    border: 1px solid var(--Primary-Red);
    color: var(--Primary-Red);
    padding: 4px 8px 3px;
    border-radius: 16px;
    z-index: 1;
    cursor: default;
}

.btn-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .btn-wrap button {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--Light-Gray);
        background: var(--White);
        transition: 0.2s all ease-in-out;
    }

        .btn-wrap button:hover {
            cursor: pointer;
            background: var(--Background-Colors-Off-White);
            color: var(--Primary-Red);
        }

.item-footer .price {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.item-price > .price {
    margin-right: 8px;
}

.old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0;
    text-decoration: line-through;
    margin-right: auto;
    color: var(--Black);
}

.product-item.promotion .price {
    color: var(--Primary-Red);
}

.product-item h5 {
    color: var(--Black);
    font-family: Inter;
    font-weight: 400;
    margin: 16px 0 21px;
    min-height: 59px;
}

.product-item .item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* product card end */
/* category card start */

/* category card end */

/* header-css-start */
header {
    padding: 24px 0;
    border-bottom: 1px solid var(--Background-Colors-Off-White);
    background: var(--White);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
}

.largerloans {
    display: none;
    font-size: 12px;
    color: #474747;
    margin-top: 30px;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    header .container > .logo {
        width: 13%;
    }

    header .container > .search-bar {
        max-width: 48%;
    }

header .search-bar {
    margin-right: auto;
    margin-left: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
    padding: 16px;
    border: 1px solid var(--Light-Gray);
    background: var(--Background-Colors-Off-White);
    position: relative;
    z-index: 99;
}

    header .search-bar input {
        background-color: transparent;
        border: none;
        outline: none;
        font-family: Inter;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 100%;
        color: var(--Dark-Gray);
    }

.btnSearchClose {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .search-bar button {
    border-radius: 8px;
    background: var(--Primary-Red);
    padding: 5px;
    fill: var(--White);
    margin-left: 10px;
}

    header .search-bar button:hover {
        background-color: var(--Primary-Hover-Red);
    }

.clickable-link {
    cursor: pointer;
}

header .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
    max-width: 32%;
}

    header .right-side .text-link {
        font-size: 16px;
        font-weight: 400;
        color: var(--Dark-Gray);
        text-decoration: none;
    }

        header .right-side .text-link:hover {
            color: var(--Primary-Red);
            font-weight: bold;
        }

    header .right-side a:hover img {
        color: var(--Primary-Red);
        filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
    }

    header .right-side .profile-icon:hover img {
        color: var(--Primary-Red);
        filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
    }

    header .right-side a svg path {
        fill: var(--Primary-Red);
    }

header .header-bottom {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    header .header-bottom > nav {
        width: 62%;
    }

header nav .nav-links .nav-link {
    color: var(--Dark-Gray);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    transition: 0.2s all ease-in-out;
}

    header nav .nav-links .nav-lin.active,
    header nav .nav-links .nav-link:hover {
        color: var(--Primary-Red);
    }

header nav .nav-links > li {
    margin-right: auto;
}

    header nav .nav-links > li:last-child {
        margin-right: 0%;
    }

header .header-bottom .right-col {
    gap: 40px;
    max-width: 35%;
}

.store-link {
    color: var(--Dark-Gray);
    font-family: Inter;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
    transition: 0.2s all ease-in-out;
}

    .store-link svg {
        fill: var(--Dark-Gray);
    }

    .store-link:hover {
        color: var(--Primary-Red);
    }

        .store-link:hover svg use {
            color: var(--Primary-Red);
        }

.dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    z-index: 11;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 343px;
    padding: 24px;
    border-radius: 8px;
    background: var(--White);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 15px;
    flex-direction: column;
    max-height: 494px;
    overflow-y: auto;
    transform: translateY(20px);
    transition: 0.3s all ease-in-out;
    visibility: hidden;
}

.accordion-header h6 {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

header .header-bottom .accordion-header:not(.open) h6:hover {
    color: var(--Primary-Red);
    font-weight: 600;
}

.accordion-header h6::after {
    content: url("../images/svg/add.svg");
    width: 24px;
    height: 24px;
    display: block;
}

.accordion-header.open h6::after {
    content: url("../images/svg/remove.svg");
}

.item-price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.accordion-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 15px;
    /*margin-top: 15px;*/
    /*border-top: 0.5px solid var(--Light-Gray);*/
    border-bottom: 0.5px solid var(--Light-Gray);
}

div.accordion-header.open .accordion-content li a:hover {
    color: var(--Primary-Red);
    font-weight: 600;
}

div.accordion-header.open .accordion-content li:not(:last-child) {
    margin-bottom: 15px;
}

.categories {
    padding-top: 48px;
}

.accordion-header .accordion-content .categories-item {
    color: var(--Dark-Gray);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

/* header-css-end */

/* banner-css-start */
.banner {
    padding: 30px 0 30px;
}

    .banner .deals {
        width: 61%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        border-radius: 16px;
        background: var(--Background-Colors-Tan);
        overflow: hidden;
    }

    .banner .primary-btn {
        padding: 10px 16px;
    }

    .banner .inner {
        display: flex;
        gap: 2%;
    }

    .banner .deals .content {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .banner .sell {
        width: 37%;
        border-radius: 16px;
        background: var(--Background-Colors-Light-Blue, #e7f6fd);
        text-align: center;
        justify-content: center;
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    .banner .content {
        padding: 24px;
    }

    .banner h1 {
        color: var(--Black);
        font-family: Montserrat;
        font-size: clamp(1.5rem, 0.5rem + 2.083vi, 3rem);
        font-weight: 800;
        line-height: normal;
        font-size: 60px;
    }

    .banner .content p {
        color: var(--Dark-Gray);
        font-size: 30px;
        font-weight: 400;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .banner .img-wrap {
        width: 50%;
        display: grid;
        grid-template-columns: auto auto; /* 2 columns */
        gap: 10px;
        padding: 10px 32px;
        position: relative;
        margin-left: 53px;
        justify-content: end;
        height: 500px;
    }

        .banner .img-wrap::before {
            content: "";
            width: 150%;
            height: 150%;
            aspect-ratio: 1 / 1;
            border-radius: 50% 0 0 50%;
            background-image: url('/assets/HomepageBanner/homebanner.png');
            position: absolute;
            top: -25%;
            left: -25%;
            background-position: 40%;
            background-size: cover;
        }

        .banner .img-wrap .item {
            display: grid; /* mini grid */
            place-items: center; /* center image inside */
            z-index: 1;
            max-width: 300px;
        }

            .banner .img-wrap .item img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

    .banner .sell h2 {
        font-size: 60px;
    }

/* banner-css-end */

/* product-css-start */
.product-wrapper {
    overflow-x: hidden;
    position: relative;
    padding: 30px 0 30px;
}

    .product-wrapper.inherit {
        padding-top: 65px;
    }

    .product-wrapper.inherit-bootom {
        padding-bottom: 80px;
    }

    .product-wrapper.inherit-deal {
        padding-top: 50px;
    }

/* .product-wrapper.categories h2 {
  margin-bottom: 50px;
} */

/* .product-slider{
  width: 125%;
} */

/* product-css-end */

/* category-css start */
.categories .inner {
    /*display: flex;
    justify-content: space-between;*/
}

.category-landing-sub-category {
    display: flex;
    justify-content: space-between;
}

    .category-landing-sub-category .img-wrap {
        width: 300px;
        height: 300px;
    }

    .category-landing-sub-category h3 {
        width: 300px;
        font-size: 24px;
    }

.categories .inner .category {
    /*width: calc(25% - 40px);*/
}

    .categories .inner .category:last-child {
        /*padding-right: 0px;*/
    }

.category {
    text-align: center;
}

.theme-slider .product-item {
    padding: 0px 0px 0px 68px;
}

.fcolor-red {
    color: var(--Primary-Red);
}

.theme-slider .slick-slide:last-child .product-item {
    padding-right: 68px;
}

.slick-slide {
    background: white;
}

.category .img-wrap {
    border: 1px solid #dee2ed;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.category img {
    width: 100%;
    height: 100%;
    padding: 10%;
}

.category a {
    font-size: 24px;
    line-height: 1.2;
    color: var(--Black);
    font-weight: 800;
}

    .category a:hover {
        color: var(--Primary-Red);
        cursor: pointer;
    }

.category > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* category-css end */

/* Rewards Start */
.rewards {
    padding: 30px 0 30px;
}

    .rewards .inner {
        background: #067cb7;
        padding: 40px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .rewards .content {
        width: 70%;
    }

    .rewards h2 {
        font-size: 32px;
        line-height: 1.31;
        color: var(--White);
        margin-bottom: 16px;
    }

    .rewards p {
        color: var(--White);
        margin-bottom: 18px;
    }

    .rewards .img-wrap {
        width: 188px;
        height: 188px;
        background: var(--White);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Rewards End */

/* Testimonials Start */

.testimonials h2 {
    margin-bottom: 40px;
}

.testimonials > .testimonial {
    display: flex;
}

.testimonials .testimonial > .main {
    width: 100%;
    padding: 24px;
    border: 1px solid #dee2ed;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

    .testimonials .testimonial > .main > div > div.head > h3 {
        width: 50%;
    }

    .testimonials .testimonial > .main > div > div.head > span {
        width: 50%;
    }

    .testimonials .testimonial > .main > div:first-child {
        margin-bottom: 15px;
    }

.main .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.main h3 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: calc(1.2em * 1);
}

.main .head span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--Dark-Gray);
}

.testimonial .main .head span {
    justify-content: flex-end;
}

.main p {
    font-size: 16px;
    color: var(--Dark-Gray);
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .rating {
    display: flex;
    gap: 4px;
}

.main .verified {
    display: flex;
    align-items: center;
    gap: 5px;
    align-items: center;
    background: #f8f9fb;
    border-radius: 8px;
    font-size: 12px;
    font-family: Inter;
    color: var(--Dark-Gray);
    padding: 4px;
}

/* Testimonials End */

/* Blogs End */
.blogs {
    display: flex;
    overflow-x: auto;
    padding: 0px 60px;
    gap: 2%;
}

    .blogs h2 {
        margin-bottom: 40px;
    }

    .blogs .inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
    }

    .blogs article {
        width: 32%;
        border: 1px solid #dee2ed;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 0 0 auto;
    }

        .blogs article img {
            height: 500px;
        }

        .blogs article .content {
            padding: 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

        .blogs article h3 {
            font-size: 23px;
            margin-bottom: 5px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            .blogs article h3:hover {
                color: var(--Primary-Red);
                cursor: pointer;
            }

        .blogs article p {
            font-size: 16px;
            color: var(--Dark-Gray);
            margin-bottom: 40px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .blogs article span {
            font-size: 12px;
            font-family: Inter;
            color: var(--Dark-Gray);
            display: inline-block;
            margin-bottom: 24px;
        }

        .blogs article .category-tag {
            padding: 4px 12px;
            border-radius: 16px;
            background: #f8f9fb;
            margin-bottom: 7px;
            text-transform: uppercase;
            width: fit-content;
            border: 1px solid var(--Light-Gray);
            font-weight: 600;
        }

        .blogs article a {
            font-family: Inter;
            font-size: 16px;
            font-weight: bold;
            border: 1px solid #666666;
            padding: 14px 16px;
            transition: all ease-in-out 0.3s;
            border-radius: 40px;
            color: var(--Black);
            width: fit-content;
        }

        .blogs article .bottom {
            margin: 0px 0px 20px 20px;
        }

        .blogs article a:hover {
            color: var(--Primary-Red);
            background-color: var(--Background-Colors-Off-White);
        }

/* Blogs End */

/* Policies Start */
.policies {
    padding: 30px 0 30px;
}

    .policies .inner {
        display: flex;
        gap: 2%;
    }

.policy {
    width: 32%;
    border: 1px solid #dee2ed;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
}

    .policy img {
        width: 66px;
        height: 75px;
        object-fit: contain;
    }

    .policy .wrap {
        width: calc(100% - 66px);
        padding-left: 15px;
    }

        .policy .wrap h3 {
            font-size: 40px;
            margin-bottom: 5px;
        }

        .policy .wrap p {
            font-size: 24px;
            color: var(--Dark-Gray);
        }

/* Policies End */

/* footer-css-start */

footer {
    background: #f8f9fb;
}

    footer .inner {
        padding: 64px 0 30px;
        display: flex;
    }

    footer h3 {
        font-size: 24px;
        color: var(--Primary-Red);
        margin-bottom: 50px;
    }

    footer .menu {
        width: 25%;
    }

        footer .menu ul li a img {
            margin-right: 12px;
            width: 20px;
            height: 20px;
        }

    footer ul.social-icons {
        display: flex;
        align-items: center;
        gap: 24px;
    }

        footer ul.social-icons li a:hover img {
            filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
        }

    footer ul li {
        margin-bottom: 30px;
    }

        footer ul li a {
            color: var(--Dark-Gray);
            transition: all ease-in-out 0.2s;
            display: flex;
            align-items: center;
        }

            footer ul li a:hover {
                color: var(--Primary-Red);
                font-weight: bold;
            }

            footer ul li a span {
                text-decoration: underline;
            }

    footer .payments-loans {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }

        footer .payments-loans ul li {
            margin-bottom: 0;
        }

        footer .payments-loans ul {
            display: flex;
            align-items: center;
            gap: 24px;
        }

    footer .bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        border-top: 1px solid #dee2ed;
    }

        footer .bottom a {
            font-size: 0;
        }

        footer .bottom .copyright {
            color: var(--Dark-Gray);
            font-size: 12px;
        }

/* footer-css-end */

/* product modal popup */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.close {
    position: absolute;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.modal-content {
    background: white;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

#productModal > .modal-content {
    max-width: 70%;
    width: 70%;
    height: auto;
}

.modal-content .product-thumbnail {
    max-width: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-content .product-thumbnail img {
        width: 100%;
        max-width: 70dvh;
        height: -webkit-fill-available;
        aspect-ratio:1/1;
    }

.modal-content .product-detail {
    padding: 10px;
    width: 58%;
}

    .modal-content .product-detail .quick-view-header a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        color: var(--Black);
        font-size: 24px;
        font-weight: 800;
        line-height: 1.2;
        text-align: left;
    }

        .modal-content .product-detail .quick-view-header a:hover {
            color: var(--Primary-Red);
        }

.product-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

    .product-info .productinfo-title {
        display: flex;
        width: 100%;
        color: #666;
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 15px 0;
    }

    .product-info .productinfo-descp {
        display: flex;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #067cb7;
    }

        .product-info .productinfo-descp:hover {
            font-weight: bold;
        }

.productinfo-address {
    display: flex;
    width: 100%;
    margin: 15px 0 0 0;
    color: #171717;
    font-size: 16px;
    font-weight: 400;
}

.product-availability {
    display: flex;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
}

.product-available-qty {
    display: flex;
    width: 100%;
    color: #171717;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.productinfo-opt {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.productinfo-opt-text {
    display: flex;
    color: #067cb7;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
}

    .productinfo-opt-text:hover {
        font-weight: bold;
    }

.view-product-btn {
    display: flex;
    justify-content: flex-start;
    width: fit-content;
}

    .view-product-btn a {
        text-align: center;
        color: #171717;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 50px;
        border-radius: 40px;
        border: 1px solid #666;
        transition: all 0.3s ease-in-out;
        padding: 0px 110px;
    }

        .view-product-btn a:hover {
            background-color: var(--Background-Colors-Off-White);
        }

.modal-footer {
    border-top: 1px solid #dee2ed;
    padding: 20px 0 0px 0;
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.modal-footer-left .modalprice {
    color: #171717;
    font-weight: 800;
    font-size: 24px;
    font-family: Montserrat;
}

.modal-footer-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal-footer-btns > li > span.heart {
    position: unset !important;
    font-size: 30px !important;
    border-radius: 10px !important;
    padding: 4px !important;
}

.modal-footer-btns {
    display: flex;
    flex-wrap: wrap;
}

    .modal-footer-btns li {
        display: flex;
        flex-wrap: wrap;
        margin: 0 16px 0 0;
    }

        .modal-footer-btns li:last-child {
            margin-right: 0px;
        }

        .modal-footer-btns li .btn {
            width: 122px;
            border-radius: 40px;
            background-color: var(--Primary-Red);
            border: 1px solid var(--Primary-Red);
            color: var(--White);
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            .modal-footer-btns li .btn:hover {
                background-color: var(--Primary-Hover-Red);
            }

            .modal-footer-btns li .btn.buynow-btn {
                border: 1px solid var(--Primary-Red);
                background-color: transparent;
                color: var(--Primary-Red);
                width: 100px;
            }

                .modal-footer-btns li .btn.buynow-btn:hover {
                    background-color: var(--Background-Colors-Off-White);
                }

.qty-dropdown {
    position: relative;
    display: inline-block;
}

.qty-btn {
    padding: 13px;
    border: 1px solid var(--Light-Gray);
    border-radius: 40px;
    background-color: var(--White);
    cursor: pointer;
    font-size: 12px;
    color: var(--Dark-Gray);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .qty-btn:hover {
        background-color: var(--Background-Colors-Off-White);
    }

    .qty-btn strong {
        font-weight: 800;
        font-size: 14px;
        color: var(--Black);
        margin-right: 10px;
    }

.qty-options {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0px;
    background: var(--White);
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    list-style: none;
    padding: 0;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    height: 125px;
    overflow-y: scroll;
}

    .qty-options li {
        padding: 8px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 12px;
        font-weight: 600;
        gap: 8px;
        margin: 0;
    }

        .qty-options li:hover {
            background-color: #f0f0f0;
        }

        .qty-options li strong {
            font-weight: 800;
            font-size: 16px;
        }

.hidden {
    display: none;
}

.modal-footer-btns li .bg-red-btn {
    background-color: var(--Primary-Red);
    color: var(--White);
    border: 1px solid var(--Primary-Red);
}

    .modal-footer-btns li .bg-red-btn:hover {
        background-color: var(--Primary-Hover-Red);
    }

.modal-favorite-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #dee2ed;
    border-radius: 8px;
}

    .modal-favorite-icon img {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .modal-favorite-icon img:hover {
            filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
        }

.quantity-picker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 105px;
    height: 50px;
    border-radius: 24px;
    border: 1px solid #dee2ed;
    padding: 0 20px;
    margin-right: 20px;
    position: relative;
}

    .quantity-picker label {
        color: var(--Dark-Gray);
        font-size: 12px;
        font-weight: 600;
    }

    .quantity-picker select {
        font-size: 16px;
        font-weight: 700;
        border: 0;
        margin: 0 0 0 5px;
        width: 55%;
        appearance: none;
        -webkit-appearance: none;
        position: absolute;
        right: 0px;
    }

        .quantity-picker select:focus {
            outline: none;
        }

.modal-discounted-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 5px 0;
}

.price-offtext {
    display: flex;
    justify-content: center;
    background-color: var(--Primary-Red);
    border-radius: 16px;
    color: var(--White);
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    padding: 0 5px;
}

.price-savetext {
    display: flex;
    justify-content: center;
    border: 1px solid var(--Primary-Red);
    border-radius: 16px;
    color: var(--Primary-Red);
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    padding: 0 5px;
    margin: 0 0 0 10px;
}

.modal-discounted-price {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.modalprice.discounted-price {
    color: var(--Primary-Red);
}

.old-price {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

/* product modal popup */

/* Auth state HEADER starts */
.diamond-col {
    display: flex;
    align-items: center;
}

    .diamond-col span {
        color: var(--Dark-Gray);
        font-size: 24px;
        line-height: 1;
        font-weight: 700;
        margin-left: 5px;
    }

.user-account {
    margin-right: 10px;
}

    .user-account .dropdown {
        position: relative;
        display: inline-block;
        z-index: 9999;
    }

    .user-account .profile-icon {
        /*width: 40px;
        height: 40px;*/
        border-radius: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        cursor: pointer;
        position: relative;
        margin-right: 16px;
    }

.dropdown-menu .account-mobile img {
    width: unset !important;
    height: unset !important;
}

.profile-icon span {
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 50%;
    background-color: #0fb706;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    display: none;
}

.user-account .profile-icon img {
    width: 100%;
}

.user-account .profile-icon:after {
    content: "";
    border: solid var(--Dark-Gray);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 10px;
    right: -20px;
}

.user-account .dropdown-menu {
    position: absolute;
    top: 50px;
    right: -30px;
    width: 328px;
    background: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

    .user-account .dropdown-menu a {
        display: block;
        padding: 15px;
        text-decoration: none;
        transition: background 0.3s;
        font-size: 16px;
        font-weight: 400;
        color: var(--Dark-Gray);
    }

    .user-account .dropdown-menu button {
        display: block;
        padding: 15px;
        text-decoration: none;
        transition: background 0.3s;
        font-size: 16px;
        font-weight: 400;
        color: var(--Dark-Gray);
        width:100%;
        text-align:justify;
    }

.dropdown-menu a:hover {
    background: #f0f0f0;
}

.dropdown-menu button:hover {
    background: #f0f0f0;
}

/* Auth State HEADER ENDS */

/* SERCH FIELD starts here */
.search-dropdown {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: scroll;
    height: 50dvh;
    margin-top: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
}

    .search-dropdown h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 800;
        color: var(--Dark-Gray);
        font-family: Montserrat;
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 16px;
        line-height: normal;
    }

.search-dropdown-mobile {
    position: fixed;
    border-top: 1px solid var(--Background-Colors-Off-White);
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    display: none;
    z-index: 9999;
    height: 100dvh;
    overflow: scroll;
    padding-top: 24px;
}

.search-dropdown-mobile {
    padding: 24px 24px 24px 16px;
}

    .search-dropdown-mobile h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 800;
        color: var(--Dark-Gray);
        font-family: Montserrat;
        padding: 24px 24px 4px 24px;
        line-height: normal;
    }

.mobile-top-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:24px 8px 16px 8px;
}

.mobile-top-search h6 {
    color: var(--Dark-Gray);
    font-family: Montserrat;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0px;
}

.search-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .search-tags span {
        padding: 6px 12px;
        border: 1px solid#DEE2ED;
        border-radius: 16px;
        font-size: 16px;
        color: var(--Dark-Gray);
        font-weight: 400;
        cursor: pointer;
    }

        .search-tags span:hover {
            background: var(--Background-Colors-Off-White);
            font-weight: 600;
        }

.search-close {
    position: absolute;
    top: -50px;
    right: 100px;
    cursor: pointer;
}

    .search-close:after {
        content: "";
        width: 2px;
        height: 40px;
        background-color: #dee2ed;
        position: absolute;
        right: -25px;
        top: -10px;
    }

.search-product-list {
    margin: 40px 0 0 0;
}

    .search-product-list li a {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 25px;
    }

.search-matched-products {
    padding: 8px 24px;
}

    .search-matched-products ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on desktop */
        gap: 30px;
        padding: 0;
        list-style: none;
    }

.search-dropdown-mobile .search-matched-products ul {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
    padding: 0;
    list-style: none;
}

.search-matched-products li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-dropdown-mobile .search-matched-products li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--Light-Gray);
}

    .search-dropdown-mobile .search-matched-products li:last-child {
        padding-bottom: 0px;
    }

    .search-dropdown-mobile .search-matched-products li:first-child {
        border-top: none;
        padding-top: 0px;
    }

.matched-prod-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.matched-product {
    border: 1px solid var(--Light-Gray);
    padding: 5px;
    border-radius: 4px;
    display: flex;
    justify-self: center;
    align-items: center;
    width: 100px;
}

    .matched-product img {
        width: 100%;
        clip-path: inset(5px 5px 5px 5px);
    }

.matched-prod-descp {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
    margin: 0 0 12px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

    .matched-prod-descp:hover {
        color: var(--Primary-Red);
        font-weight: 600;
    }

.matched-prod-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--Black);
}

/* SERACH FIELD ends here */

/* Signin Modal Starts here */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10004;
}

.overlay-desktop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.overlay-gray {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 1);
    z-index: 9998;
}

.overlay-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 999998;
}

/* Modal */
.signin-modal,
.register-modal,
.removepopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 600px;
    min-height: 670px;
    height: 92%;
    overflow-y: scroll;
    border-radius: 16px;
    z-index: 99999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 92%;
}

.accountverify-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 600px;
    overflow-y: scroll;
    border-radius: 16px;
    z-index: 99999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.removepopup h5 {
    max-width: 370px;
}

.form-inner {
    margin: 30px 0 0 0;
    padding: 0 20px;
}

    .form-inner h5 {
        color: var(--Black);
        font-size: 20px;
        font-weight: 800;
        font-family: Montserrat;
        margin: 0 0 20px 0;
    }

    .form-inner input {
        width: 100%;
        height: 48px;
        padding: 10px;
        border: 1px solid var(--Light-Gray);
        border-radius: 8px;
        font-size: 16px;
    }

        .form-inner input.error,
        .form-inner input.error::placeholder {
            border-color: var(--Primary-Red);
            color: var(--Primary-Red);
        }

.error-message {
    color: var(--Primary-Red);
    font-size: 14px;
    display: none;
    margin-bottom: 5px;
}

    .error-message.inherit {
        display: block;
    }

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    .form-group .form-row {
        width: 48.3%;
    }

.form-row {
    margin: 0 0 20px 0;
}

.form-inner label {
    color: var(--Dark-Gray);
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
}

.form-inner .form-btn {
    color: var(--White);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--Primary-Red);
}

    .form-inner .form-btn:hover {
        background: var(--Black);
    }

.form-inner .social-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-inner button,
.social-btn button {
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-btn .google-btn {
    background: transparent;
    color: var(--Black);
    border: 1px solid var(--Light-Gray);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social-btn .google-btn:hover {
        background-color: var(--Background-Colors-Off-White);
    }

.social-btn .facebook-btn {
    color: var(--White);
}

.form-inner .social-btn img {
    margin-right: 5px;
}

.facebook-btn {
    background: #3c5997;
    color: white;
}

.form-inner .checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .form-inner .checkbox-container label {
        color: var(--Black);
        font-size: 16px;
        font-weight: 400;
        padding: 3px;
        margin: 0 0 0 5px;
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 5px;
    }

.form-inner .forgot-password {
    width:fit-content;
    color: var(--Primary-Blue);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor:pointer;
    margin-bottom:0px;
}

.form-title {
    padding: 30px 0 0 0;
    border-bottom: 1px solid var(--Light-Gray);
}

    .form-title ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0 20px;
    }

    .form-title li {
        display: flex;
        font-size: 16px;
        font-weight: 400;
        color: var(--Medium-Gray);
        transition: all 0.3s ease-in-out;
        padding: 0 15px 15px 15px;
    }

        .form-title li.active {
            color: var(--Primary-Red);
            border-bottom: 1px solid var(--Primary-Red);
            font-weight: 700;
        }

.alternate-opt {
    position: relative;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

    .alternate-opt span {
        background-color: #fff;
        position: relative;
        z-index: 9999;
        color: var(--Medium-Gray);
        font-size: 12px;
        font-weight: 400;
    }

    .alternate-opt:before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 100%;
        height: 1px;
        background: var(--Light-Gray);
    }

.form-inner p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.resetpassword-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 600px;
    min-height: 300px;
    border-radius: 16px;
    z-index: 99999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.form-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 18px;
}

.form-close-free-shipping {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 18px;
}

.terms-condition {
    color: var(--Black);
    font-size: 14px;
    font-weight: 400;
}

    .terms-condition a {
        color: var(--Primary-Blue);
        transition: all 0.3s ease-in-out;
    }

        .terms-condition a:hover {
            color: var(--Primary-Red);
        }

.success-toast {
    width: 465px;
    height: 48px;
    border-radius: 8px;
    background-color: var(--Primary-Blue);
    padding: 0 40px;
    position: fixed;
    bottom: 40px;
    right: 80px;
    z-index: 9999999;
    display: flex;
    align-items: center;
}

    .success-toast img {
        margin-right: 10px;
    }

    .success-toast span {
        color: var(--White);
        font-size: 16px;
        font-weight: 700;
    }

.error-toast {
    width: 465px;
    height: 48px;
    border-radius: 8px;
    background-color: var(--Primary-Red);
    padding: 0 40px;
    position: fixed;
    bottom: 40px;
    right: 80px;
    z-index: 9999999;
    display: flex;
    align-items: center;
}

    .error-toast img {
        margin-right: 10px;
    }

    .error-toast span {
        color: var(--White);
        font-size: 16px;
        font-weight: 700;
    }

/* Signin Modal ends here */

/* product list page starts here */
.product-list-top {
    margin: 60px 0 50px 0;
}

.productlist-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
}

    .productlist-inner.div-shop-page {
        gap: 2%;
    }

.div-shop-page > .productlist-breadcrumbs {
    width: 25%;
    max-width: 25%;
}

.productlist-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.productlist-breadcrumbs li {
    display: inline-block;
}

    .productlist-breadcrumbs li a {
        color: var(--Primary-Blue);
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        position: relative;
    }

        .productlist-breadcrumbs li a:after {
            border: solid var(--Medium-Gray);
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 4px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            content: "";
            margin: 0 0 0 5px;
        }

.productlist-breadcrumbs span {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.productlist-top-right {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    width: 73%;
}

.productlist-results {
}

    .productlist-results h4,
    .product-sidebar {
        color: var(--Black);
        font-size: 32px;
        font-weight: 800;
    }

    .productlist-results span {
        font-weight: 400;
        font-family: Montserrat;
    }

.productlist-grid-opt {
    display: flex;
    justify-content: space-between;
    max-width: 370px;
    width: 100%;
}

.productlist-sort-dropdown {
    max-width: 290px;
    width: 100%;
    height: 35px;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    padding: 0 8px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

    .productlist-sort-dropdown:after {
        content: "";
        border: solid var(--Dark-Gray);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transition: all 0.3s ease-in-out;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 5px;
        top: 10px;
    }

    .productlist-sort-dropdown.active:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .productlist-sort-dropdown h6 {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }

        .productlist-sort-dropdown h6 span {
            border: 0;
            color: #000;
            font-size: 16px;
            font-weight: 700;
            width: 100%;
            outline: none;
            padding: 0 0 10px 0;
        }

    .productlist-sort-dropdown ul {
        display: none;
        background-color: #fff;
        border-radius: 6px;
        position: absolute;
        left: 0;
        top: 101%;
        width: 100%;
        border-radius: 8px;
        z-index: 999;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
    }

        .productlist-sort-dropdown ul li {
            color: #474747;
            font-size: 16px;
            padding: 20px 12px;
        }

    .productlist-sort-dropdown.active ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

.productlist-view-option {
    width: 72px;
    height: 35px;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.main-products-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
}

.product-sidebar-outer {
    width: 25%;
}

.facet-price {
    margin-bottom: 0px !important;
}

.product-sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
    padding: 24px 16px 32px 16px;
}

.sidebar-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidbartitle-desktop {
    line-height: 1;
    font-size: 35px;
}

.clear-all-desktop {
    color: var(--Dark-Gray);
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 50px 0;
}

.filter-row {
    display: block;
}

.productlist-header {
    margin-bottom: 40px;
}
.store-map-desktop{
    margin-bottom:0px;
}

.productlist-header.open .arrow {
    transform: rotate(225deg);
}

    .productlist-header h5 {
        color: var(--Dark-Gray);
        font-size: 30px;
        font-weight: 800;
        font-family: Montserrat;
        position: relative;
        cursor: pointer;
    }

        .productlist-header h5:hover {
            color: var(--Primary-Red);
        }
.productlist-header h4 {
    color: var(--Dark-Gray);
    font-size: 32px;
    font-weight: 800;
    font-family: Montserrat;
    position: relative;
    cursor: pointer;
}
    .productlist-header .arrow {
        content: "";
        border: solid var(--Dark-Gray);
        border-width: 0 2px 2px 0;
        padding: 4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out;
        position: relative;
        top: 8px;
        float: right;
    }

.product-list-items {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0 0;
}

    .product-list-items li {
        display: flex;
        flex-direction: column;
    }

    .product-list-items input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }

    .product-list-items label {
        color: var(--Black);
        font-size: 22px;
        font-weight: 400;
        margin-left: 5px;
    }

.productcheck-list,
.productcheckbox-secondlevel > div {
    display: flex;
    padding: 10px 0;
    align-items: flex-start;
}

.productcheckbox-secondlevel {
    margin: 10px 0 0 25px;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.main-product-list {
    width: 73%;
}

.productlist-grid-view {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    width: 100%;
    /*justify-content: space-between;*/
}

    .productlist-grid-view > .product-item {
        width: 32%;
        margin-bottom: 4%;
    }

.product-img > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.prodcut-map {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding: 7px 15px;
    width: fit-content;
}

    .prodcut-map span {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        margin-left: 12px;
    }

.price-hightlighted {
    color: var(--Primary-Red);
}

.product-address {
    margin: 0 0 2px 0;
}

    .product-address span {
        color: #171717;
        font-size: 16px;
        font-weight: 400;
    }

.product-bottom-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 94%;
}

.product-bottom-qty {
    width: 48%;
    margin-top: 15px;
}

    .product-bottom-qty span {
        color: #666;
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        text-transform: uppercase;
    }

    .product-bottom-qty .qty-label {
        font-weight: 400;
    }

.product-contact-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 365px;
    width: 100%;
    margin: 35px 0 0 0;
}

.product-contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-contact-col a {
    color: var(--Primary-Blue);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 10px;
    transition: all ease-in-out;
}

    .product-contact-col a:hover {
        color: var(--Primary-Red);
    }

.product-bottom-buttons {
    max-width: 195px;
    width: 100%;
    margin-left: auto;
}

    .product-bottom-buttons a,
    .red-border-btn {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: var(--Primary-Red);
        border-color: var(--Primary-Red);
    }

        .product-bottom-buttons a.default-transparent-button.primary-btn {
            color: #fff;
        }

.item-product-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
}

    .item-product-detail .quantity-picker {
        width: 195px;
        margin: 0 0 20px 0;
    }

        .item-product-detail .quantity-picker select {
            appearance: none;
            -webkit-appearance: none;
            position: absolute;
            width: 70%;
            right: 0px;
        }

.quantity-picker:after {
    content: "";
    border: solid var(--Dark-Gray);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
}

/* product list page ends here */

/* Product Info Tabs Starts Here */
.product-info-tabs {
    border-bottom: 1px solid var(--Light-Gray);
    display: flex;
    margin: 0 0 40px 0;
}

    .product-info-tabs .tab {
        color: var(--Medium-Gray);
        font-size: 24px;
        font-weight: 400;
        border-bottom: 2px solid transparent;
        padding-bottom: 10px;
        margin-right: 12px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .product-info-tabs .tab.active,
        .product-info-tabs .tab:hover {
            color: var(--Primary-Red);
            font-weight: 700;
            border-bottom: 2px solid var(--Primary-Red);
        }

.product-tab-content {
    display: none;
}

    .product-tab-content.active {
        display: block;
    }

.information-tab-title {
    color: var(--Dark-Gray);
    font-size: 32px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 0 0 50px 0;
}

.blog-articles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 45px 0;
}

.blog-article-box {
    max-width: 645px;
    width: 48%;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
}

.blog-article-thumbnail img {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    width: 100%;
    aspect-ratio: 3/2;
}

.blog-article-detail {
    padding: 30px;
}

.blog-article-tag {
    background-color: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    padding: 5px 12px;
    border-radius: 16px;
    display: inline-block;
}

    .blog-article-tag span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        color: var(--Dark-Gray);
    }

.blog-article-title {
    color: var(--Black);
    font-size: 24px;
    font-weight: 800;
    margin: 8px 0 8px 0;
    font-family: Montserrat;
}

    .blog-article-title:hover {
        color: var(--Primary-Red);
    }

.blog-article-data {
    color: var(--Dark-Gray);
    font-size: 12px;
    font-weight: 400;
}

.blog-article-detail p {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 400;
    margin: 24px 0 40px 0;
}

.blog-article-btn {
    color: var(--Black);
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid var(--Medium-Gray);
    padding: 14px 16px;
    transition: allease-in-out 0.3s;
    border-radius: 50px;
    text-transform: capitalize;
}
    .blog-article-btn.inherit:hover {
        color: var(--Black);
        background-color: var(--Background-Colors-Off-White);
    }
    .blog-article-btn:hover {
        color: var(--Primary-Red);
        background-color: var(--Background-Colors-Off-White);
    }

.product-info-accordion {
    margin: 60px 0 0 0;
}

.information-accordtion-title {
    color: var(--Dark-Gray);
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 40px 0;
}

.info-accordion-box {
    padding: 25px 15px;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
    margin: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.info-accordion-detail {
    max-width: calc(100% - 300px);
}

    .info-accordion-detail h6 {
        color: var(--Black);
        font-size: 20px;
        font-weight: 800;
        margin: 0 0 20px 0;
    }

    .info-accordion-detail p {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.no-result-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.no-result-field {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Primary-Blue);
}

    .no-result-field img {
        width: 74px;
        height: 74px;
    }

.no-result-container h4 {
    color: var(--Black);
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    font-family: Montserrat;
    margin: 50px 0 0 0;
}

.no-result-container span {
    color: var(--Dark-Gray);
    font-size: 24px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 35px 0 40px 0;
    text-align: center;
}

.noresult-btnwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 335px;
}

.red-border-btn {
    width: auto;
}

.store-location {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

    .store-location span,
    .store-address span {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 0 10px;
        display: inline-block;
    }

.store-map {
    width: 100%;
    margin: 35px 0 30px 0;
}

.store-timing-cont {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 35px);
    margin: 0 0 24px 0;
}
    .store-timing-cont span:not(:last-child){
        margin-bottom:8px;
    }
    .sidebar-map {
        margin: 0 0 40px 0;
    }

.storeinfo-row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 40px 0;
}

.store-info-left h6 {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
}

    .store-info-left h6 span {
        font-weight: 400;
    }

.store-info-right {
    display: flex;
    align-items: center;
}

    .store-info-right span {
        margin-left: 8px;
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
    }

.multi-store-filters {
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.multistore-title h6 {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
}

.multi-store-filters ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .multi-store-filters ul li {
        border: 1px solid var(--Light-Gray);
        border-radius: 16px;
        height: 35px;
        display: flex;
        align-items: center;
        padding: 5px 12px;
        cursor: pointer;
    }

        .multi-store-filters ul li span {
            color: var(--Dark-Gray);
            font-size: 16px;
            font-weight: 400;
        }

        .multi-store-filters ul li img {
            width: 10px;
            height: 10px;
            margin-left: 10px;
        }

/* Product Info Tabs Ends here */
/* My Account */
.acooount-bar {
    padding-block: 35px 18px;
}

.acoount-link {
    display: flex;
    align-items: center;
    gap: 8.5px;
    font-size: 16px;
    line-height: 2;
    font-family: Inter;
    font-weight: 500;
    margin-bottom: 24px;
}

    .acoount-link a {
        color: var(--Primary-Blue);
    }

.account-icon .account-icon {
    color: var(--Medium-Gray);
}

.acoount-link span {
    color: var(--Dark-Gray);
}

.account-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .account-row h1 {
        font-size: 48px;
    }

.primary-btn.inherit {
    background: var(--White);
    color: var(--Black);
    border-color: var(--Medium-Gray);
    font-size: 16px;
    padding: 15px 31px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: 700;
}

    .primary-btn.inherit.redborderandcolor {
        background: var(--White);
        color: var(--Primary-Red);
        border-color: var(--Primary-Red);
        font-size: 16px;
        padding: 15px 31px;
        margin-top: 5px;
        cursor: pointer;
        font-weight: 700;
    }

        .primary-btn.inherit.redborderandcolor:hover {
            background: var(--Background-Colors-Off-White);
        }

    .primary-btn.inherit:hover {
        color: var(--Primary-Red);
        background-color: var(--Background-Colors-Off-White);
    }

.slider-class {
    position: initial !important;
}

/*-------  */
.order-info-left.quotes-info-left.img-align-left {
    flex-direction: row;
    gap: 20px;
}

.notification-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    max-width: 500px;
}

    .notification-inner:last-child {
        margin: 0;
    }

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--Light-Gray);
    transition: 0.4s;
    border-radius: 20px;
}

.product-detail-left .slider {
    overflow: scroll;
    border-radius: unset;
}

.quote-product-slider .slider {
    overflow: scroll;
    border-radius: unset;
}
/*.slider::before {
        content: "";
        position: absolute;
        height: 18px;
        width: 18px;
        left: 6px;
        bottom: 0;
        background-color: var(--White);
        transition: 0.4s;
        border-radius: 50%;
        top: 0;
        margin: auto;
    }*/
.slider-notification {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--Light-Gray);
    transition: 0.4s;
    border-radius: 20px;
}

    .slider-notification::before {
        content: "";
        position: absolute;
        height: 18px;
        width: 18px;
        left: 6px;
        bottom: 0;
        background-color: var(--White);
        transition: 0.4s;
        border-radius: 50%;
        top: 0;
        margin: auto;
    }

.toggle-switch input:checked + .slider {
    background-color: var(--Primary-Blue);
}

    .toggle-switch input:checked + .slider::before {
        transform: translateX(20px);
    }

.toggle-switch input:checked + slider-notification {
    background-color: var(--Primary-Blue);
}

    .toggle-switch input:checked + slider-notification::before {
        transform: translateX(20px);
    }

.noification-right {
    flex: 1;
}

.notification-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    font-family: Inter;
    color: var(--Dark-Gray);
}

.notification-description {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    color: var(--Dark-Gray);
    margin-bottom: 8px;
}

.notification-checkbox label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--Black);
}

.notification-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: var(--Light-Gray);
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: background-color 0.2s ease;
}

    .notification-checkbox input[type="checkbox"]:checked {
        background-color: var(--Dark-Gray);
    }

        .notification-checkbox input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            top: -4px;
            left: 0px;
            width: 4px;
            height: 10px;
            border: solid var(--White);
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

/*-------  */

.light-gray-border {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
}

.mobile-label,
.mobile-button {
    width: max-content;
    display: none;
}

.field-edit,
.field-delete {
    cursor: pointer;
    transition: all 0.3s;
}

    .field-edit:hover {
        fill: var(--Primary-Blue);
    }

    .field-delete:hover {
        fill: var(--Primary-Red);
    }

.acoount-wrapper-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
    padding-block: 24px 88px;
    border-top: 1px solid var(--Light-Gray);
}

.account-inner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    width: 100%;
    max-width: 20%;
}

.account-inner-right {
    max-width: 80%;
}

.tablinks {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--Medium-Gray);
    transition: all 0.3s;
    position: relative;
    width: fit-content;
    cursor: pointer;
}

    .tablinks::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 0%;
        transition: all 0.3s ease-in-out;
        border-bottom: 2px solid var(--Primary-Red);
    }

    .tablinks:hover,
    .tablinks.active {
        color: var(--Primary-Red);
        font-weight: 600;
    }

    .tablinks.active {
        font-weight: 600;
    }

        .tablinks.active::after {
            width: 100%;
        }

.account-inner-right {
    width: 100%;
}

.account-form > * {
    padding: 22px 16px;
    margin-bottom: 39px;
}

    .account-form > *:last-child {
        margin-bottom: 0px;
    }

.tabcontent {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
}

    .tabcontent.activetab {
        visibility: visible;
        opacity: 1;
        transition: 1s;
        height: auto;
    }

    .tabcontent h6 {
        font-size: 20px;
        line-height: 1;
        color: var(--Dark-Gray);
    }

    .tabcontent .info-box {
        padding-block: 16px 13px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid var(--Light-Gray);
    }

        .tabcontent .info-box:last-child {
            border: none;
        }

.info-box label,
.require {
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    letter-spacing: 1px;
}

.info-box input {
    font-size: 16px;
    color: var(--Black);
    /* width: 100%; */
    /*padding-bottom: 4px;*/
}

    .info-box input:focus {
        border-bottom: 1px solid var(--Light-Gray);
    }

    .info-box input::placeholder {
        font-size: 16px;
        color: var(--Black);
        line-height: 1;
        font-weight: 400;
    }

#suite::placeholder {
    color: var(--Medium-Gray);
}

.tab-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

    .tab-row.inherit {
        flex-direction: column;
        align-items: flex-start;
    }

    .tab-row p {
        font-size: 16px;
        margin-top: 16px;
        font-weight: 400;
        line-height: 1;
        max-width: 575px;
        color: var(--Dark-Gray);
    }

    .tab-row a {
        display: flex;
        align-items: center;
        gap: 5.5px;
        font-size: 16px;
        font-weight: 400;
        line-height: 2;
        color: var(--Dark-Gray);
        text-transform: capitalize;
    }

    .tab-row span {
        color: var(--Medium-Gray);
    }

.info-box .input-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-img {
    margin-right: 16px;
}

.input-inner img {
    max-width: 24px;
    height: 24px;
}

.info-box .input-inner .edit-row {
    display: flex;
    align-items: center;
    gap: 24px;
    width: max-content;
    margin-left: auto;
}

.input-label {
    background: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    padding: 4px 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--Dark-Gray);
    border-radius: 16px;
}

/*------- EDIT NAME STYLE */
.info-box .edit-label {
    font-family: Montserrat;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--Dark-Gray);
    margin-bottom: 24px;
    display: block;
}

.info-box .edit-inner {
    flex-direction: column;
    align-items: flex-start;
}

    .info-box .edit-inner input,
    .info-box .edit-inner select {
        border: 1px solid var(--Light-Gray);
        padding: 14px 8px;
        border-radius: 8px;
        width: 100%;
    }

    .info-box .edit-inner select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        position: relative;
    }

    .info-box .edit-inner .select-arrow {
        position: absolute;
        --size: 16px;
        top: calc(50% - var(--size));
        right: 12px;
        cursor: pointer;
        pointer-events: none;
        transition: 0.25s all ease;
        bottom: 0;
        margin: auto;
        height: var(--size);
        width: var(--size);
    }

.edit-inner label {
    margin-bottom: 8px;
}

.edit-inner-row {
    width: 100%;
    max-width: 480px;
    margin-bottom: 16px;
    position: relative;
}

.paymentmethod-billing {
    max-width: 100%;
}

.relative {
    position: relative;
}

.field-icon {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 12px;
    width: 22px;
    height: 15px;
    bottom: 0;
    margin: auto;
    color: var(--Dark-Gray);
}

.edit-changes {
    margin-left: auto;
    margin-top: 0px;
}

    .edit-changes .primary-btn.inherit {
        padding: 15.5px 16px;
    }

.save-btn {
    font-size: 16px;
    padding: 15.5px;
    text-transform: capitalize;
    font-weight: 700;
    margin-left: 4px;
}

.note {
    font-size: 12px;
    color: var(--Medium-Gray);
    line-height: 1;
    margin-top: 5px;
    font-family: Inter;
    font-weight: 400;
}

.input-check {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 6px;
}

.info-box .input-check input {
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 3px;
}

    .info-box .input-check input[type="checkbox"]:checked::after {
        top: -3px;
        width: 4px;
        height: 9px;
    }

.input-check .note {
    margin: 0px;
    font-weight: 400;
    color: var(--Black);
    font-size: 16px;
    user-select: none;
    text-transform: capitalize;
}

.removepopup {
    max-width: 474px;
    height: auto;
    padding: 24px;
    min-height: auto;
    overflow: hidden;
}

.popup-note {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-block: 24px 40px;
}

.removepopup .edit-changes {
    text-align: end;
    margin: 0;
}

.info-box-inner {
    margin-block: 24px;
    width: 100%;
}

    .info-box-inner .input-check:not(:last-child) {
        margin-bottom: 16px;
        margin-top: 0;
    }

.tab-row .edit-label {
    margin-bottom: 0px;
}

.edit-inner-row input::placeholder {
    color: var(--Medium-Gray);
}

.empty-result-container {
    background: var(--Background-Colors-Off-White);
    width: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 40px 16px;
}

.empty-result-field img {
    width: 55px;
    height: 90px;
    object-fit: contain;
}

.empty-result-container .note {
    font-size: 16px;
    color: var(--Dark-Gray);
}

/*----Order Tab -----*/
.tab-top-row {
    padding: 0;
    margin-bottom: 29px;
}

.order-filter-tab {
    padding: 0;
    margin-bottom: 40px;
}

.tablinks.inherit {
    font-size: 16px;
    color: var(--Dark-Gray);
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    padding: 7px 16px;
    border-radius: 16px;
    margin-right: 16px;
    white-space: nowrap;
    line-height: 1 !important;
}

    .tablinks.inherit.active {
        background: var(--Background-Colors-Off-White);
    }

    .tablinks.inherit::before,
    .tablinks.inherit::after {
        display: none;
    }

.order-filter-tab {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    max-width: max-content;
    border: none;
    overflow: auto;
    padding: 0;
}

    .order-filter-tab > .tablinks:hover {
        background: var(--Background-Colors-Off-White);
    }

.tab-top-row h6 {
    font-size: 32px;
}

.order-product-box {
    overflow: hidden;
}

    .order-product-box > * {
        padding: 16px;
    }

.order-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--Background-Colors-Off-White);
}

    .order-flex-row span {
        font-size: 16px;
        color: var(--Dark-Gray);
        font-weight: 400;
        display: block;
    }

    .order-flex-row .order-no {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
    }

.pickup-badge {
    color: var(--White) !important;
    background: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.order-product-deatil {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
}

    .order-product-deatil .primary-btn.inherit {
        width: 100%;
        max-width: max-content;
        padding: 15px 11px;
        margin-top: 0;
    }

    .order-product-deatil h6 {
        font-size: 20px;
        color: var(--Black);
        margin-bottom: 16px;
    }

.price {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
    display: block;
    margin-bottom: 24px;
}

.order-product-images {
    display: flex;
    gap: 16px;
    align-items: center;
}

    .order-product-images img {
        height: 94px;
        width: 94px;
        border: 1px solid var(--Light-Gray);
        object-fit: contain;
        border-radius: 16px;
        padding: 16px;
    }

.order-product-listing-img {
    border-radius: 8px !important;
}

.order-product-deatil .primary-btn.inherit:hover {
    color: var(--Primary-Red);
    background-color: var(--Background-Colors-Off-White);
    font-weight: 700;
}

.pending-badge {
    background: var(--Dark-Gray);
}

.processed-badge {
    background: var(--Primary-Blue);
}

.return-badge {
    background: var(--Medium-Gray);
}

.cancel-badge {
    background: var(--Primary-Red);
}

.load-more-product {
    background-color: var(--Primary-Red);
    color: var(--White);
    padding: 8px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    font-weight: 800;
    font-family: Montserrat;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Orders {
    padding: 0px;
}

.order-product-box {
    margin-bottom: 36px;
}

    .order-product-box:last-child {
        margin-bottom: 0;
    }

.noorder-btnwrp a {
    margin-bottom: 0;
}

    .noorder-btnwrp a:first-child {
        background: var(--Primary-Red);
        color: var(--White);
    }

    .noorder-btnwrp a:nth-child(2) {
        background: var(--White);
    }

        .noorder-btnwrp a:nth-child(2):hover {
            color: var(--Primary-Red);
            background-color: var(--Background-Colors-Off-White);
        }

    .noorder-btnwrp a:first-child:hover {
        background: var(--Primary-Hover-Red);
    }

.guest-order-form {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-direction: column;
}

.order-tracking-form {
    margin-bottom: 40px;
}

.requied-span {
    font-size: 12px;
    font-weight: 400;
    color: var(--Medium-Gray);
}

.order-input label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    margin-bottom: 4px;
}

.order-input input {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    padding: 14.5px 8px;
    width: 100%;
    color: var(--Black);
}

.empty-result-container h4 {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
    color: var(--Dark-Gray);
}

.quotes-detail-left {
    display: flex;
    align-items: center;
    width: 100%;
}

.quotes-detail {
    gap: 61px;
}

.quotes-info-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .quotes-info-left span {
        font-size: 20px;
        color: var(--Dark-Gray);
        font-weight: 800;
        line-height: 1;
        font-family: Montserrat;
        text-transform: capitalize;
        line-height: 1.4;
    }

    .quotes-info-left img {
        width: 64px;
        height: 64px;
        padding: 10px;
        background: var(--White);
    }

.quotes-detail-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 180px;
}

.qoutes-innner .quotes-tag {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    margin-bottom: 8px;
    font-family: Inter;
    display: block;
}

.qoutes-innner {
    width: 100%;
}

    .qoutes-innner span {
        color: var(--Dark-Gray);
    }

.quotes-detail-right .primary-btn.inherit {
    padding-inline: 16px;
    margin-left: auto;
}

.edit-quote {
    display: none;
}

.noquote-btnwrp {
    justify-content: center;
    text-align: center;
}

    .noquote-btnwrp .primary-btn {
        margin-bottom: 0;
        color: var(--White);
        font-size: 16px;
        font-weight: 700;
    }

        .noquote-btnwrp .primary-btn:hover {
            color: var(--Primary-Red);
        }

/*== Quote Detail Product slider ==*/
.quote-detail-wrapper {
    padding-block: 10px 140px;
}

.quote-tag-line.quote-mobile {
    display: none;
}

.quote-tag-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.quote-tag-right {
    justify-content: flex-end;
}

.quote-tag-line h4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: var(--Black);
}

.quote-detail-inner {
    display: flex;
    justify-content: space-between;
}

/*.quote-detail-left {
    width: 100%;
    max-width: 640px;
}*/

.quote-detail-right {
    width: 60%;
}

.detail-fav-btn {
    width: 60px;
    top: 8px;
    right: 14px;
}

.product-deatil-slide-img {
    border: 1.48px solid var(--Light-Gray);
    background: var(--White);
    padding: 10px;
    /*height: 670px;*/
    object-fit: contain;
    cursor: pointer;
    border-radius: 16px;
    width: 99.5%;
    cursor: grab;
}

.product-slide-for {
    margin-bottom: 16px;
}


.product-img-for img {
    width: 99.5%;
    object-fit: contain;
    border: 0.739px solid var(--Light-Gray);
    background: var(--White);
    padding: 10px;
    cursor: grab;
    border-radius: 16px;
    aspect-ratio: 1/1;
}

.product-slide-nav img {
    width: 100%;
    object-fit: contain;
    background: var(--White);
    cursor: pointer;
    transition: all 0.3s;
    aspect-ratio: 1/1;
    clip-path: inset(5px 5px 5px 5px);
}

.product-slide-nav .slick-current .myimg-slick-nav-child {
    border-color: var(--Primary-Blue) !important;
}

.quote-detail-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 10px;
}

.quote-info-box {
    width: 100%;
    max-width: 414px;
}

.quote-title {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--Dark-Gray);
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.quote-box-inner {
    margin-bottom: 24px;
}

.quote-box-link {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.quote-link {
    display: flex;
    align-items: center;
}

    .quote-link a {
        padding-block: 8px;
        color: var(--Primary-Blue);
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s;
        font-family: Inter;
    }

        .quote-link a:hover {
            color: var(--Medium-Gray);
        }

    .quote-link img {
        margin-right: 8px;
        width: 24px;
        height: 24px;
    }

.quote-text {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--Black);
    text-transform: capitalize;
}

.chat-widget {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Background-Colors-Off-White);
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
}

.chat-widget-title {
    font-size: 16px;
    font-weight: 800;
    column-rule: var(--Dark-Gray);
    text-transform: capitalize;
}

/*----- Reward Tab Styling ------*/
.reward-wrapper-inner {
    justify-content: flex-start;
}

    .reward-wrapper-inner .tab-row {
        margin-bottom: 40px;
    }

.reward-form > * {
    padding: unset;
}

.reward-balance-inner {
    padding: 40px 16px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

/* .reward-wrapper-inner .account-inner-right {uu
  width: 49%;
} */

.reward-balance-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid var(--Primary-Blue);
    padding: 21px 30px;
    overflow: hidden;
    text-align: center;
}

    .reward-balance-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.reward-balance-title,
.reward-info-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: var(--Dark-Gray);
    text-transform: uppercase;
    display: block;
}

.reward-infoe-row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.reward-balance-price {
    font-size: 56px;
    font-weight: 800;
    color: var(--Primary-Blue);
    margin-bottom: 24px;
    font-family: Montserrat;
}

.reward-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

.reward-history h5 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: var(--Black);
    margin-bottom: 24px;
    border-radius: 16px;
}

.reeward-history-box {
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .reeward-history-box:last-child {
        margin-bottom: 0px;
    }

.balance-history-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--Dark-Gray);
}

.balance-history {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--green);
}

.debit {
    color: var(--Primary-Red);
}

.reward-history .empty-result-container {
    padding: 24px;
}

.empty-result-container .note.inherit {
    margin: 0px 0px 24px;
}

.reward-history .noorder-btnwrp {
    justify-content: center;
    width: 100%;
    gap: 24px;
}

.reward-history .empty-result-container h4 {
    max-width: 390px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}
.loan-accordion-box {
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    
}

.loan-accordion-head {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 16px;
    gap: 16px;
    transition: background 0.3s ease-in-out;
    justify-content: flex-start;
    flex-wrap: wrap; 
    position: relative;
}


    .loan-accordion-head > :nth-child(1) {
        flex: 1 1 124px; 
        min-width: 172px; 
    }


    .loan-accordion-head > :nth-child(2) {
        flex: 1 1 0;
        min-width: 124px;
    }
    .loan-accordion-head > :nth-child(3) {
        flex: 1 1 0; 
        min-width: 124px;
    }
  


.loan-btn-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    margin-left: auto;
    margin-bottom: 8px;


}

.arrow-img {
    transition: transform 0.3s ease;
}

.loan-accordion-box.active .arrow-img {
    transform: rotate(180deg);
}


.loan-tag, .loan-amount, .loan-date {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--Dark-Gray);
}

.loan-amount, .loan-date {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.loan-nmb {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--Dark-Gray);
}

.primary-btn.inherit.loan-btn {
    padding: 16px;
    white-space: nowrap;
}

.accordion-content {
    display: none;
}

.loan-accordion-box.active .accordion-content {
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.desk-loan-info {
    display: none;
}

.accordion-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; 
}

    .accordion-item:not(:last-child) {
        border-bottom: 1px solid var(--Light-Gray);
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

.item-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 320px;
}

.item-tag {
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: Montserrat;
    line-height: 1;
    color: var(--Dark-Gray);
}

.item-box span {
    display: block;
}

.item-box .item-name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--Dark-Gray);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.item-box .item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-style: normal;
    color: var(--Dark-Gray);
}

.item-right img {
    height: 170px;
    width: 170px;
    border-radius: 16px;
    display: block;
    max-width: 100%;
    height: auto;
}


/*------ Quotes  Edit------*/
.quote-edit-wrapper {
    padding: 40px;
    width: 80%;
    margin: auto;
    position: relative;
}

.quote-edit-form {
    display: flex;
    gap: 40px;
    width: 70%;
    flex-direction: column;
}

    .quote-edit-form h6 {
        font-size: 40px;
        font-weight: 800;
        font-family: Montserrat;
        line-height: 1;
        color: var(--Black);
        text-transform: capitalize;
    }

.quote-inner-info {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.quotes-inner-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Dark-Gray);
}

.quotes-inner-row input {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    padding: 14.5px 8px;
    width: 100%;
    color: var(--Black);
}

.quotes-inner-row {
    width: 100%;
    max-width: 373px;
}

.quote-description {
    max-width: 100%;
}

    .quote-description textarea {
        width: 100%;
        padding: 24px 16px;
        font-size: 16px;
        font-weight: 400;
        color: var(--Black);
        min-height: 237px;
        text-align: left;
        font-family: Inter;
        resize: none;
    }

::-webkit-scrollbar {
    display: none;
}

.quote-upload-image {
    max-width: 100%;
    /*padding-bottom: 132px;*/
}

.drop-zone {
    max-width: 100%;
    height: 145px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    margin-bottom: 16px;
    border: 1px dashed var(--Light-Gray);
    border-radius: 8px;
}

.drop-zone__prompt,
.drop-zone__max {
    display: block;
    font-size: 16px;
    color: var(--Dark-Gray);
    font-weight: 400;
}

.attach-span {
    font-weight: 500;
    font-size: 16px;
    color: var(--Primary-Blue);
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

    .drop-zone__thumb::after {
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        text-align: center;
    }

.quotes-images {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.quote-img {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.quote-inner-img {
    width: 120px;
    height: 120px;
    border: 1px solid var(--Light-Gray);
    padding: 8px;
    object-fit: contain;
    border-radius: 8px;
}

.quote-close {
    cursor: pointer;
}

.quote-edit-wrapper .edit-changes {
    text-align: end;
    margin-top: 40px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

/*order-detail  */

.order-detail-wrapper {
    padding-block: 20px 78px;
}

.order-detail-inner {
    display: flex;
    gap: 42px;
    width: 100%;
}

.order-detail-left,
.order-detail-right {
    width: 100%;
}

.order-detail-right {
    max-width: 416px;
}

.order-detail-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-title-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Light-Gray);
}

    .order-title-line h3 {
        font-size: 24px;
    }

.order-deatil-head {
    background: var(--Background-Colors-Off-White);
    padding: 20px;
    border-radius: 8px;
}

.order-deatil-contant {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    gap: 16px;
}

.order-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.order-upper-tag {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--Dark-Gray);
    line-height: normal;
    letter-spacing: 0.48px;
}

.order-detail-tag {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: var(--Dark-Gray);
    line-height: normal;
}

.order-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid var(--Light-Gray);
}

.order-detail-img img {
    width: 148px;
    height: 148px;
    border: 1px solid var(--Light-Gray);
    object-fit: contain;
    padding: 10px;
    border-radius: 16px;
}

.order-info-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    gap: 10px;
}

.order-detail-info {
    width: 100%;
}

.order-info-left,
.order-info-box {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.order-info-listing {
    gap: 4px;
}

.order-info-box {
    gap: 0;
}

.order-info-left h6 {
    font-size: 20px;
    color: var(--Dark-Gray);
}

.order-info-tag {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.48px;
    line-height: normal;
    margin-bottom: 4px;
    font-family: Inter;
}

.order-info-detail {
    font-weight: 400;
    font-size: 16px;
    color: var(--Black);
}

.order-detail-body {
    display: flex;
    flex-direction: column;
}

.order-detail-right {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.order-right-box {
    padding-bottom: 48px;
    border-bottom: 1px solid var(--Light-Gray);
}

    .order-right-box:last-child {
        padding: 0;
        border: none;
    }

    .order-right-box h6 {
        font-size: 20px;
        margin-bottom: 24px;
        color: var(--Black);
    }

.order-summary-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--Light-Gray);
    padding-block: 16px;
}

.order-total-box {
    border: none;
    padding: 0;
    margin-top: 24px;
}

.order-bold {
    font-size: 16px;
    font-weight: 700;
    color: var(--Dark-Gray);
    text-transform: capitalize;
}

.order-price {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

.order-total {
    font-size: 24px;
    font-weight: 700;
    color: var(--Black);
}

.order-shipping-box {
    display: flex;
    gap: 8px;
    align-items: start;
    margin-bottom: 18px;
}

    .order-shipping-box:last-child {
        margin-bottom: 0px;
    }

.order-shipping-info {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
    line-height: 1.2;
    word-break: break-all;
}

.order-head-tag {
    display: none;
}

    .order-head-tag h6 {
        font-size: 16px;
        font-weight: 800;
        color: var(--Black);
        line-height: 1;
        font-family: Montserrat;
    }

    .order-head-tag img {
        width: 24px;
        height: 24px;
    }
/*order-detail end */
/* loan empty page styling */
.loan-inner .empty-result-container h4 {
    margin-bottom: 16px;
}

.loan-inner-div {
    margin-bottom: 24px;
}

.loan-inner .empty-result-container {
    padding-block: 40px;
}

/* ---Extend Loan-- */
.extend-loan-form,
.extend-loan-left,
.extend-loan-right {
    width: 100%;
}

    .extend-loan-form .tab-row {
        margin-bottom: 40px;
    }

.extend-loan-right {
    max-width: 415px;
}

.extend-loan-left,
.extend-loan-right {
    padding: 24px 16px;
}

.extend-loan-form h6 {
    color: var(--Black);
}

.extend-loan-inner {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: flex-start;
    padding: 0;
}

    .extend-loan-inner h6 {
        color: var(--Dark-Gray);
        margin-bottom: 24px;
    }

.loan-box {
    margin-bottom: 24px;
}

.loan-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.extend-loan-detail {
    border-bottom: 1px solid var(--Light-Gray);
    margin-bottom: 24px;
}

.total-tag {
    font-size: 14px;
    font-weight: 600;
    color: var(--Dark-Gray);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.extend-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--Black);
    line-height: 1;
}

.extend-radio-inner {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.extend-loan-radio {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .extend-loan-radio img {
        width: 27px;
        height: 24px;
        object-fit: contain;
        margin-right: 8px;
    }

    .extend-loan-radio label {
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        color: var(--Black);
        max-width: 268px;
    }
    .extend-loan-radio input[type="radio"] {
        width: 20px;
        height: 20px;
    }
.entend-btn {
    padding: 15.5px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.new-account-form {
  
    padding-inline: 24px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.required {
    font-size: 12px;
    color: var(--Medium-Gray);
    font-weight: 400;
    margin-bottom: 22px !important;
    text-transform: capitalize;
}

.new-acc-label {
    font-size: 12px;
    color: var(--Dark-Gray);
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.input-with-img {
    position: relative;
}

    .input-with-img img {
        position: absolute;
        left: 8px;
        width: 24px;
        height: 24px;
        object-fit: contain;
        top: 0;
        margin: auto;
        bottom: 0;
    }

    .input-with-img input {
        padding-left: 40px !important;
    }

.new-acc-box input {
    border: 1px solid var(--Light-Gray);
    padding: 15px 8px;
    border-radius: 8px;
    width: 100%;
}

/* ------- lAYAWAY  ------- -- */
.layaway--payment-head {
    background: var(--Background-Colors-Off-White);
    border-radius: 8px;
    border: 1px solid var(--Light-Gray);
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}

    .layaway--payment-head .loan-box {
        margin-bottom: 0;
    }

.loan-box.inherit {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.order-info-title {
    color: var(--Dark-Gray);
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Montserrat;
}

.layaway-detail {
    border-bottom: 1px solid var(--Light-Gray);
}

.not-paid {
    background: var(--Dark-Gray);
}

.payment-para {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1;
    color: var(--Dark-Gray);
    display: block;
}

.layaway-payment-item h6 {
    font-size: 16px;
    margin-bottom: 24px;
}

.layaway-span {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
    color: var(--Dark-Gray);
    text-transform: capitalize;
    display: block;
}

.layaway-detail-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .layaway-detail-inner .payment-para {
        margin-bottom: 0;
    }

.layaway-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.layaway-inner-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 8px;
}
.layaway-amount {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--Black);
    font-size: 16px;
}

.paysuggested-btn {
    margin-bottom: 24px;
}

 

/* ---------------- */

/* ============ Favorites Page start here  ============ */
.fav-section {
    padding-block: 40px 64px;
}

.cart-section {
    padding-block: 30px 0px;
}

.fav-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10%;
}

.fav-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fav-wrapper h2 {
    margin-bottom: 30px;
}

.fav-left {
    width: 70%;
}

.fav-right {
    width: 100%;
    padding: 24px 16px;
}

.fav-favorite-right {
    width: 100%;
    max-width: 415px;
    padding: 24px 16px;
}

.fav-item-box {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
    justify-content: space-between;
}

.fav-item-box-single-box-pack {
    border-bottom: 0px;
}

.fav-item-view.mobile-hidden,
.fav-item-mobile button {
    display: none;
}

.fav-item-img {
    position: relative;
}

.fav-item-img {
    width: 100%;
    max-width: 316px;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
}

    .fav-item-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        clip-path: inset(5px 5px 5px 5px);
        aspect-ratio: 1/1;
    }

.heart {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 4px;
    border-radius: 50%;
    border: 1px solid var(--Light-Gray);
    color: #000;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none;
    z-index: 1;
}

    .heart.favorited {
        color: var(--Primary-Red) !important;
    }

.sold-out-badge {
    background: var(--Primary-Red);
    color: var(--White);
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 16px;
}

.fav-item-info {
    display: flex;
    align-items: end;
    gap: 60px;
    width: 100%;
    justify-content: space-between;
}

.item-info-left {
    width: 100%;
    max-width: 662px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.item-info-right,
.info-left-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fav-item-link {
    flex-direction: row;
}

.info-left-row.inherit {
    gap: 4px;
}

.fav-qty {
    padding: 15px 16px !important;
    font-size: 12px !important;
    width: 202px;
    justify-content: space-between !important;
}

.item-info-right button {
    padding: 15px 52px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 700;
}

.info-left-row p {
    font-size: 24px;
    font-weight: 400;
    color: var(--Black);
    line-height: 1.2;
    margin-bottom: 6px;
}

.fav-item-price {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 800;
    color: var(--Black);
    margin-bottom: 24px;
}

.d-block {
    display: block;
}

.delivery-options {
    margin-top: 24px;
}

    .delivery-options .fav-item-tag {
        margin-bottom: 11px;
    }

    .delivery-options .fav-item-number {
        display: block;
        margin-bottom: 30px;
    }

.fav-item-view {
    padding: 8px 16px;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
    background: var(--White);
    width: fit-content;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    .fav-item-view span {
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        color: var(--Dark-Gray);
    }

.delivery-options-single-box-pack {
    display: none;
}

.fav-location,
.fav-item-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--Black);
}

.fav-item-tag {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #666;
    text-transform: uppercase;
}

.fav-item-link {
    gap: 24px;
}

    .fav-item-link .col {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-block: 8px;
    }


    .fav-item-link a {
        color: var(--Primary-Blue);
        font-size: 16px;
        font-weight: 500;
    }

.fav-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
    margin-bottom: 24px;
}

    .fav-total h6 {
        font-size: 16px;
        font-weight: 700;
        color: var(--Dark-Gray);
        text-transform: capitalize;
    }

.fav-total-price {
    font-size: 16px;
    font-weight: 800;
    color: var(--Dark-Gray);
    font-family: Montserrat;
}

.buy-now-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding-block: 15.5px;
}

.fav-wrapper-empty {
    display: block;
}

    .fav-wrapper-empty h2 {
        margin-bottom: 40px;
    }

.fav-btnwrap {
    width: max-content;
    gap: 16px;
}

    .fav-btnwrap .red-border-btn {
        margin: 0;
        color: var(--White);
    }

    .fav-btnwrap .inherit {
        color: var(--Primary-Red);
        border-color: var(--Primary-Red);
    }

    .fav-btnwrap .red-border-btn:hover {
        background-color: var(--Primary-Hover-Red);
    }

.fav-result-container {
    padding: 80px;
}

/* ============ Favorites Page end here  ============ */

/* New Featured Page starts here */
.newfeatured-title {
    color: var(--Black);
    font-size: 48px;
    font-weight: 800;
    font-family: Montserrat;
}

.newfeatured-row {
    padding: 20px 0;
}

    .newfeatured-row .inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--Light-Gray);
        margin: 0 60px;
        border-radius: 16px;
    }

.newfeatured-left {
    width: 36%;
    padding-left: 35px;
}

    .newfeatured-left h2,
    .newfeatured-col h2 {
        color: var(--Black);
        font-size: 40px;
        font-weight: 800;
        font-family: Montserrat;
    }

    .newfeatured-left p,
    .newfeatured-col p {
        font-size: 24px;
        font-weight: 400;
        margin: 30px 0;
    }

    .newfeatured-left .primary-btn,
    .newfeatured-col .primary-btn {
        font-size: 16px;
        font-weight: 700;
        font-family: Inter;
    }

.newfeatured-right {
    width: 62%;
    /*height: 580px;*/
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

    .newfeatured-right img {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        width: 100%;
    }

.inner.mobile-slider.popular-search-category,
.inner.mobile-slider2.popular-search-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    row-gap: 75px;
}

    .inner.mobile-slider.popular-search-category .category,
    .inner.mobile-slider2.popular-search-category .category {
        width: 100%;
        margin: 0;
    }

.newfeatured-row2 {
    padding: 20px 0;
}

    .newfeatured-row2 .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

.newfeatured-col {
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
}

    .newfeatured-col img {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        width: 100%;
        object-fit: cover;
    }

.newfeatured-col-detail {
    padding: 20px 35px;
}

.newfeatured-col .primary-btn {
    margin-top: 22px;
}

.product-item .brand-label {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 16px;
}

/* New Featured Page ends here */
.search-matched-products .matched-product img {
    height: 100%;
    object-fit: contain;
}

/* FAQ Page starts here */
.faq-title {
    color: var(--Black);
    font-size: 48px;
    font-family: Montserrat;
    margin: 0 0 50px 0;
    width: 100%;
}

.faq-row {
    width: 60%;
}

.faq-tab-items {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    white-space: nowrap;
    margin-bottom: 64px;
    gap: 16px;
}

    .faq-tab-items .tab {
        border: 1px solid var(--Light-Gray);
        background-color: var(--White);
        border-radius: 16px;
        padding: 8px 12px;
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }

        .faq-tab-items .tab.active {
            background-color: #f8f8f8;
        }

        .faq-tab-items .tab:hover {
            background-color: var(--Background-Colors-Off-White);
            font-weight: 700;
        }

.faq-accordion h3 {
    margin-block: 0 40px;
    color: var(--Black);
    font-size: 40px;
    font-weight: 800;
}

.faq-detail {
    display: inline-block;
    width: 100%;
}

.main-faq {
    padding: 24px 0 0 0;
    border-bottom: 1px solid var(--Light-Gray);
    padding-bottom: 40px;
}

    .main-faq:hover {
        background-color: var(--Background-Colors-Off-White);
    }

    .main-faq:has(.faq-answer[style*="display: block"]):hover {
        background-color: transparent;
        cursor: default;
    }

.faq-question {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    cursor: pointer;
}

    .faq-question h4 {
        display: inline-block;
        color: var(--Dark-Gray);
        font-size: 20px;
        font-weight: 800;
        line-height: 1.5 !important;
    }

    .faq-question.active h4 {
        margin-bottom: 0;
    }

    .faq-answer,
    .faq-question h4 {
        max-width: 70%;
    }

.faq-arrow {
    position: absolute;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
    transition: all 0.3s ease-in-out;
    top: 5px;
}

.faq-question.active .faq-arrow {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all 0.3s ease-in-out;
}

.faq-answer {
    margin-top: 24px;
    display: none;
}

    .faq-answer p {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
    }

/*------ Product Deatil  --------*/
.product-detail-section {
    padding-block: 40px 44px;
}

.product-detail-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.product-detail-left {
    position: relative;
    width: 49%;
    margin-top: 16px;
}

.product-deatil-slides > * div {
    position: relative;
}

.product-deatil-slides img {
    aspect-ratio: 1/1;
}

.product-deatil-slides > .slick-arrow {
    top: unset !important;
}

.product-deatil-slides > .slick-next {
    right: 15px;
}

.product-detail-nav img {
    object-fit: contain;
    cursor: pointer;
    aspect-ratio: 1/1;
    clip-path: inset(5px 5px 5px 5px);
    width: 100%;
}

.myimg-slick-nav-child {
    border: 2px solid var(--Light-Gray);
    border-radius: 16px;
    margin-right: 10px;
}

.product-detail-right {
    padding: 24px;
    border-radius: 16px;
    width: 50%;
    align-self: flex-start;
}

.cart-wrapper > .cart-right {
    width: 30%;
    border-radius: 16px;
}

    .cart-wrapper > .cart-right.desktop {
        margin-bottom: 30px;
    }

div.cart-right.mobile {
    box-shadow: none;
    margin-bottom: 30px;
    padding-inline: unset;
}

.cart-right.sticky {
    position: sticky;
    top: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px 0 #00000013;
}

.product-sidebar-outer.sticky {
    position: sticky;
    top: 40px;
    transition: all 0.3s ease;
}

.product-detail-right.sticky {
    position: sticky;
    top: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px 0 #00000013;
}

.product-detail-right h3 {
    font-size: 40px;
    margin-bottom: 16px;
    margin-top: -13px;
}

.enroll-now {
    background: #F8F9FB;
    border: 1px solid #DEE2ED;
    padding: 8px 8px;
    border-radius: 8px;
    position: relative;
    margin-top: 16px;
}

.enroll-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .enroll-inner > div span.enroll-inner-span {
        display: flex;
        align-items: center;
    }

.karat-tooltip-content {
    display: flex;
    flex-direction: column;
}

.enroll-inner > div:first-child {
    display: flex;
    align-items: center;
}

.enroll-tooltip {
    position: relative;
    margin-left: 8px;
}

.diamond-price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.product-loyalty-point {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #DEE2ED;
    border-radius: 16px;
    padding: 8px 16px;
}

.diamond-price span:last-child img {
    margin-right: 8px;
}

.diamond-price span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.karat-tooltip-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: unset;
    line-height: unset;
}

button.karat-tooltip-trigger {
    display: flex;
}

.karat-tooltip {
    position: absolute;
    width: 411px;
    padding: 16px;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 999;
    left: 0;
    right: 0;
    top: 52px;
    background: #fff;
    margin: 0 auto;
}

.karat-tooltip-content .karat-tooltip-title {
    margin-right: 0;
}

.karat-tooltip-arrow {
    width: 22px;
    height: 18px;
    position: absolute;
    bottom: -19px;
    right: 0;
    left: 1px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none"><path d="M11 0L21.3923 18H0.607696L11 0Z" fill="white"/></svg>') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 1000;
}

span.karat-tooltip-desc {
    color: #474747;
    margin-right: 0;
}

button.enrollnow-btn {
    color: var(--Primary-Blue, #067CB7);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 0px;
}

    button.enrollnow-btn:hover {
        color: #055e8a;
        font-weight: 700;
    }

.brand-label {
    padding: 8px 16px;
    border-radius: 16px !important;
    width: fit-content;
    margin-bottom: 64px;
}

    .brand-label span {
        font-size: 14px;
        font-weight: 400;
        color: var(--Dark-Gray);
    }

.brand-bold {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.product-price {
    font-size: 32px;
    font-weight: 800;
    font-family: Montserrat;
    color: var(--Black);
    display: block;
}

.product-detail-box {
    display: flex;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: space-between;
}

.product-box-left,
.box-inner-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-box-left {
    width: 50%;
}

.product-box-inner,
.info-wrap-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-span-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Medium-Gray);
}

.product-span-num,
.product-span-address {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
    text-transform: uppercase;
}

.product-span-address {
    text-transform: capitalize;
}

.product-box-right .store-map,
.product-box-link {
    margin: 0;
}

.product-box-right {
    width: 50%;
}

.product-stroe-link {
    padding: 8px 0px;
    color: var(--Primary-Blue);
    font-size: 16px;
    font-weight: 500;
}

.product-pay-inner {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--Light-Gray);
}

.pay-inner {
    margin-bottom: 30px;
}

.pay-col,
.pal-col {
    color: #003087;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.pal-col {
    color: var(--Primary-Blue);
    text-transform: capitalize !important;
}

.low-pay-span {
    margin-left: 8px;
}

.Learn-link {
    color: var(--Primary-Blue);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.product-detail-btns {
    display: flex;
    gap: 24px;
    align-items: center;
}

    .product-detail-btns button,
    .product-detail-btns .inherit {
        font-size: 16px;
        padding: 15px 110px;
        cursor: pointer;
        font-weight: 700;
    }

.product-detail-slider {
    margin-bottom: 88px;
}

.product-detail-info {
    width: 100%;
    /*max-width: 610px;*/
}

    .product-detail-info h3 {
        text-transform: capitalize;
        margin-bottom: 40px;
        font-size: 32px;
    }

.product-info-box:not(:last-child) {
    margin-bottom: 40px;
}

.product-info-box h6 {
    text-transform: capitalize;
    margin-bottom: 16px;
    color: var(--Dark-Gray);
}

.info-wrap-inner .product-span-num {
    text-transform: unset;
}

.product-item-list {
    list-style-type: disc;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
}

    .product-item-list li {
        font-size: 16px;
        color: var(--Black);
        font-weight: 400;
    }

.product-info-box p {
    font-size: 16px;
    color: var(--Black);
    font-weight: 400;
    line-height: 1.1;
}

.product-detail-nav .slick-current .myimg-slick-nav-child {
    border-color: var(--Primary-Blue) !important;
}

.also-like-wrapper {
    padding-block: 40px 90px;
}

.recently-viewed-wrapper {
    padding-block: 55px 88px;
}

.mobile-product-detail {
    display: none;
    margin-block: 16px 24px;
}

.toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .toggle-header img {
        width: 24px;
        height: 24px;
    }

    .toggle-header img,
    .product-location-box {
        display: none;
    }

.toggle-content {
    display: block;
}

/* ------- Minicart -------- */
.removepopup.minicart-popup {
    top: 0;
    max-width: 32%;
    min-height: 100vh;
    transform: translate(0%, 0%);
    right: 0;
    left: unset;
    border-radius: 0;
    padding: 24px 16px;
    height: 100%;
}

.minicart-item-wrapper {
    height: calc(100% - 280px);
    overflow: scroll;
    margin-block: 50px 0px;
}

.minicart-item-box {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Light-Gray);
}

    .minicart-item-box > .minicart-item-img {
        width: 30%;
    }

    .minicart-item-box > .minicart-item-info {
        width: 70%;
    }

    .minicart-item-box > .minicart-item-img > a {
        border: 1px solid var(--Light-Gray);
        border-radius: 16px;
        width: 100%;
    }

    .minicart-item-box:last-child {
        border-bottom: none;
    }

.minicart-item-img img {
    width: 100%;
    height: auto;
    clip-path: inset(5px 5px 5px 5px);
}

.minicart-item-info .minicart-info-top {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin-bottom: 24px;
}

.minicart-item-info .minicart-info-bottom {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: space-between;
}

.minicart-info-bottom .custom-select-wrapper {
    width: 122px;
}

.minicart-info-left a:hover {
    color: var(--Primary-Red);
    font-weight: 500;
}

.minicart-info-left a {
    font-size: 20px;
    line-height: 1.1;
    color: var(--Black);
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.minicart-info-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.minicart-item-price {
    font-size: 20px;
    color: var(--Black);
    font-family: Montserrat;
    font-weight: 800;
}

.minicart-total-detail .inherit {
    margin-bottom: 24px;
}

.minincart-total-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 24px 16px;
    background: var(--White);
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.empty-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 40px 16px;
}

    .empty-container h4 {
        font-size: 32px;
        color: var(--Dark-Gray);
        line-height: 1;
        margin-bottom: 16px;
    }

.empty-field img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.empty-container .buy-now-btn {
    max-width: 90%;
}

/*-------------CART-----------*/
.cart-left h2 {
    font-size: 48px;
}

.cart-item-wrapper {
    margin-bottom: 30px;
}

.cart-item-box {
    justify-content: flex-start;
    margin-bottom: 24px;
    padding-bottom: 20px;
    gap: 20px;
}

    .cart-item-box:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.is-last-fav {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.cart-btn-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .cart-btn-row button {
        border-color: var(--Light-Gray) !important;
        padding: 14px 11px !important;
    }

.custom-select-wrapper {
    position: relative;
    width: 138px;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--Light-Gray);
    border-radius: 40px;
    padding: 16px 18px;
    font-size: 12px;
    font-weight: 600;
    font-family: Inter;
    color: var(--Dark-Gray);
    width: 100%;
    cursor: pointer;
}

    .custom-select:focus {
        outline: none;
    }

.custom-arrow {
    position: absolute;
    top: 50%;
    background-image: url(/images/svg/arrow-donw.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    right: 20px;
    pointer-events: none;
    transform: translateY(-50%);
}

.cart-item-box > .cart-item-img {
    width: 20%;
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
}

.cart-item-box > .cart-info-left {
    width: 80%;
}

.cart-item-img img {
    width: 100%;
    clip-path: inset(5px 5px 5px 5px);
    aspect-ratio: 1/1;
}

.cart-info-left {
    max-width: 100% !important;
}

.cart-info-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

    .cart-info-row.inherit {
        align-items: center;
    }

.fav-item-tag {
    display: block;
}

.cart-top-tag img {
    width: 30px;
}

.cart-top-tag {
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--Light-Gray);
}

    .cart-top-tag h5 {
        color: var(--Dark-Gray);
    }

.cart-info-row p {
    margin-bottom: 24px;
}

    .cart-info-row p:hover {
        color: var(--Primary-Red);
        font-weight: 600;
    }

.cart-checkout-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
    padding-bottom: 24px;
}

.checkout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.checkout-tag {
    font-size: 16px;
    color: var(--Dark-Gray);
    font-weight: 700;
}

.checkout-price {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

    .checkout-price.bold {
        font-size: 20px;
        font-family: Montserrat;
        font-weight: 800;
        color: var(--Black);
    }

.fav-product-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

    .fav-product-row .product-item {
        width: 23.3%;
        padding: 0px;
    }

.fav-product-wrapper {
    padding: 40px 0px 30px;
}

    .fav-product-wrapper h2 {
        margin-bottom: 40px;
    }

.mobile-cart-summary {
    display: none;
}

.primary-btn.mobile-inherit-btn {
    border: none;
    width: max-content;
    padding: 10px 0px 0px;
    display: none;
}

.error-summary {
    width: 100%;
    max-width: 415px;
    background: transparent !important;
    box-shadow: none !important;
}

.error-cart {
    color: var(--Primary-Red);
    font-size: 16px;
    margin-top: 16px;
}

.cart-item-img {
    position: relative;
}

.sold-out {
    position: absolute;
    padding: 8px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    left: 8px;
    top: 8px;
    background-color: var(--Primary-Red);
    color: var(--White);
}

/*--------------  */
.checkout-section {
    padding-bottom: 88px;
}

.checkout-left {
    width: 60.5%;
}

    .checkout-left h2 {
        margin-bottom: 24px;
    }

    .checkout-left h3 {
        margin-bottom: 24px;
    }

.fav-item-tag.inherit {
    font-size: 16px;
    font-weight: 800;
    color: var(--Dark-Gray);
    font-family: Montserrat;
    text-transform: unset;
    margin-bottom: 15px;
}

.fav-item-number.inherit {
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.checkout-box input {
    width: 25px;
    height: 20px;
}

.checkout-radio-box {
    margin-top: 7px;
}

.option-para {
    margin-bottom: 35px;
    max-width: 650px;
    font-size: 24px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.checkout-right {
    width: 26%;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: transparent;
    box-shadow: none !important;
}

.checkout-right-inner {
    padding: 24px 16px;
}

    .checkout-right-inner h6 {
        margin-bottom: 24px;
    }

    .checkout-right-inner .checkout-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .checkout-right-inner .checkout-box.inherit {
            justify-content: flex-start;
            gap: 5px;
            align-items: center;
        }

.checkout-box .edit-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.checkout-right-inner a {
    margin-top: 24px;
    /*color: var(--Dark-Gray);*/
    font-size: 16px;
    text-transform: capitalize;
    /*font-weight: 400;*/
    transition: all 0.3s;
    cursor: pointer;
}

    .checkout-right-inner a:hover {
        /*color: var(--Primary-Blue);*/
    }

.checkout-box-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .checkout-box-list li,
    .checkout-box label {
        font-size: 16px;
        font-weight: 400;
        color: var(--Black);
        line-height: 1.2;
    }

.checkout-box .card-img {
    width: 27px;
    height: 27px;
}

.checkout-box:not(:last-child) {
    margin-bottom: 22px;
}

.checkout-box {
    display: flex;
    align-items: center;
    gap: 4px;
}

.checkout-checkbox {
    margin-block: 32px 24px;
}

.checkout-accordion-mbl {
    display: none;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--Light-Gray);
}

    .checkout-accordion-mbl h5 {
        font-size: 20px;
    }

.disable {
    background: var(--Light-Gray);
    border-color: var(--Light-Gray);
    color: var(--Medium-Gray);
}

.checkout-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--Background-Colors-Off-White);
    padding: 16px;
    border-radius: 16px;
    margin-block: 24px 40px;
    border: 1px solid var(--Light-Gray);
}

    .checkout-account p {
        font-size: 16px;
        font-weight: 700;
        color: var(--Black);
    }

    .checkout-account button {
        max-width: 30%;
    }

/* ========  Conatct Us Styling  ======== */
.contactus-wrapper {
    padding-block: 40px 88px;
}

.conatct-para {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.store-locter-box {
    background: var(--Background-Colors-Off-White);
    padding: 24px 16px;
    border-radius: 8px;
    border: 1px solid var(--Light-Gray);
}

    .store-locter-box a {
        color: var(--Primary-Blue);
        font-weight: 600;
    }

.quotes-inner-row.inherit {
    max-width: 100%;
}

.contact-img {
    align-items: center;
    gap: 16px;
}

.contact-inner .empty-result-container h4 {
    max-width: 100%;
}

.empty-result-container.inherit {
    background: transparent;
    padding: 0;
    text-align: center;
}

.contact-success-img img {
    width: 140px !important;
    height: 140px !important;
}

.multi-store-filters ul li span {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========Store Locator Styling========= */

.store-locator-section {
    padding-block: 40px 80px;
}

.store-wrapper {
    gap: 1%;
    justify-content: space-between;
}

    .store-wrapper .store-left {
        width: 49%;
        max-width: 49%;
    }

    .store-wrapper .store-right {
        width: 49%;
        max-width: 49%;
    }

.store-left h2 {
    margin-bottom: 24px !important;
}

.store-locator-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 64px;
}

.store-locator-button {
    padding: 10px 16px;
    border: 1px solid var(--Light-Gray);
    background-color: var(--White);
    color: var(--Dark-Gray);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    border-radius: 16px;
    transition: all 0.3s;
}

    .store-locator-button.active {
        background-color: var(--Background-Colors-Off-White);
        font-weight: 700;
    }

    .store-locator-button:hover {
        background-color: var(--Background-Colors-Off-White);
        font-weight: 700;
    }

.store-locator-inner {
    display: none;
}

    .store-locator-inner:not(:last-child) {
        margin-bottom: 88px;
    }

    .store-locator-inner.active {
        display: block;
    }

    .store-locator-inner h3 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 40px;
        color: var(--Dark-Gray);
    }

.store-inner-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
    width: 100%;
}

.buy-now-btn.disablebtn {
    background-color: var(--Light-Gray);
    color: black;
    border-color: var(--Light-Gray);
}

.sticky-cart-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 4px 16px 0 #00000013;
    background: #fff;
    z-index: 1000000;
    display: none;
}

    .sticky-cart-footer > div {
        padding: 10px;
    }

.store-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    padding: 24px 16px;
    max-width: 49%;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 2%;
}

    .store-box h4 {
        font-size: 32px;
        text-transform: capitalize;
        margin-bottom: 20px;
        padding-bottom: 13px;
        border-bottom: 1px solid var(--Light-Gray);
        width: 100%;
    }

    .store-box .info {
        margin-bottom: 30px;
    }

.store-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    padding-block: 3px;
}

    .store-row a,
    .store-row span {
        font-size: 16px;
        color: var(--Dark-Gray);
        font-weight: 400;
    }

.store-shop-button {
    border: 1px solid var(--Medium-Gray);
    background-color: var(--White);
    width: 100%;
    max-width: 100%;
    color: var(--Black);
    padding: 15px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    transition: all 0.3s;
}

    .store-shop-button:hover {
        background-color: var(--Background-Colors-Off-White);
    }

.store-right {
    box-shadow: none !important;
    width: 100%;
    max-width: 870px;
}

    .store-right img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

    .checkbox-container:not(:last-child) {
        margin-bottom: 40px;
    }

    .checkbox-container input[type="checkbox"] {
        width: 18px;
        height: 18px;
        padding: 7px;
    }

    .checkbox-container span {
        font-size: 16px;
        color: var(--Dark-Gray);
        font-weight: 400;
        line-height: 1.2;
    }

    .checkbox-container a {
        color: var(--Primary-Blue);
        line-height: 1.2;
    }

        .checkbox-container a:hover {
            font-weight: 800;
        }

/*=========== Karat Landing Page ==========*/
.red-btn {
    font-size: 16px;
    padding: 16px;
    background: var(--Primary-Red);
    color: var(--White);
    text-transform: capitalize;
    border-radius: 40px;
    font-weight: 700;
    border: 1px solid var(--Primary-Red);
    transition: all 0.3s;
}

    .red-btn:hover {
        background: var(--Primary-Hover-Red);
    }

.transparent-btn {
    background: var(--White);
    color: var(--Primary-Red);
}

    .transparent-btn:hover {
        background: var(--Primary-Red);
        color: var(--White);
    }

.karat-rewards-section {
    padding-block: 40px 68px;
}

    .karat-rewards-section h2 {
        font-size: 48px;
        margin-bottom: 35px;
    }

.karat-banner {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    gap: 20px;
}

.karat-banner-left {
    /*padding: 130px 40px;
    max-width: 650px;*/
}

.karat-banner-right {
    width: 50%;
}

    .karat-banner-right img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

.default-heading {
    font-size: 40px;
    margin-bottom: 24px;
}

.default-text {
    font-size: 24px;
    color: var(--Dark-Gray);
    font-weight: 400;
    line-height: 1.1;
    font-family: Inter;
}

.karat-btn {
    margin-top: 45px;
    display: flex;
    gap: 23px;
    align-items: center;
}

.karat-service {
    display: flex;
    gap: 24px;
    padding-block: 44px;
}

.karat-service-box {
    flex: 1;
    text-align: center;
    padding: 24px 16px;
}

    .karat-service-box img {
        margin-bottom: 16px;
        width: 75px;
        height: 88px;
    }

    .karat-service-box .default-text {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: auto;
    }

.earn-detail-box .default-heading {
    margin-bottom: 20px;
}

.earn-point-wrapper {
    display: flex;
    gap: 40px;
    padding-block: 40px 40px;
}

.earn-point-box {
    flex: 1;
    overflow: hidden;
}

    .earn-point-box img {
        width: 100%;
        height: 365px;
    }

.earn-detail-box {
    padding: 24px 40px 40px;
}

.status-card-wrapper {
    padding-block: 48px;
}

.default-heading.inherit {
    margin-bottom: 40px;
}

.default-heading.revert {
    margin-bottom: 8px;
}

.status-card-box img {
    margin-bottom: 16px;
}

.default-text.inherit {
    color: var(--Black);
    margin-bottom: 24px;
    display: block;
}

.status-point {
    font-size: 24px;
    font-weight: 600;
    color: var(--Medium-Gray);
    margin-bottom: 24px;
    font-family: Inter;
    display: block;
}

.status-card-inner {
    display: flex;
    gap: 24px;
}

.status-card-box {
    padding: 24px 40px;
    overflow: hidden;
    flex: 1;
}

.status-list li {
    font-size: 24px;
    font-weight: 400;
    color: var(--Black);
    position: relative;
    /*padding-left: 40px;*/
}

    /*.status-list li::after {
        content: "";
        position: absolute;
        width: 21px;
        height: 16px;
        background: url("../images/svg/check-blue.svg") no-repeat center;
        top: 0;
        left: 4px;
        bottom: 0;
        margin: auto;
    }*/

    .status-list li:not(:last-child) {
        margin-bottom: 20px;
    }

.karat-faq-accordion {
    display: flex;
    padding-block: 50px 0px;
    justify-content: space-between;
    align-items: self-start;
    gap: 150px;
}

.karat-faq-left {
    width: 100%;
    max-width: 1100px;
}

.karat-faq-right {
    width: 100%;
    max-width: 230px;
}

    .karat-faq-right .karat-btn {
        margin-top: 0px;
        gap: 16px;
        justify-content: space-between;
    }

.karat-faq-accordion .faq-question h4 {
    width: 100%;
    max-width: 630px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.4;
}

.karat-faq-accordion .faq-answer {
    margin-top: 0;
    max-width: 750px;
}

.karat-faq-accordion .main-faq {
    margin-bottom: 28px;
}

    .karat-faq-accordion .main-faq:last-child {
        margin-bottom: 0;
    }

/*----Karat Secondary  ------- */
.karat-secondary-banner {
    margin-top: 20px;
}

    .karat-secondary-banner .default-para {
        margin-bottom: 10px;
        line-height: 1.3;
    }

.karat-secondary-banner-left {
    width: 50%;
    display: flex;
    padding: 0;
    justify-content: space-around;
}

.karat-secondary-banner-right {
    border-radius: 16px;
    width: 50%;
}

    .karat-secondary-banner-right img {
        border-radius: 16px;
        width: 100%;
        object-fit: cover;
    }

.default-secondary-heading {
    font-size: 32px;
    font-weight: 800;
    color: var(--Dark-Gray);
    margin-bottom: 24px;
}

.default-para {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*.karat-secondary-banner-left .karat-btn {
    margin-top: 70px;
}*/

.karat-secondary-banner.inherit {
    flex-direction: row-reverse;
    margin-top: 40px;
}

.black-border-btn {
    border-color: var(--Black);
    color: var(--Black);
    background: transparent;
}

    .black-border-btn:hover {
        color: var(--White);
        background: var(--Primary-Red);
        border-color: var(--Primary-Red);
    }

.karat-row-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 21px 11px;
    margin-block: 92px 40px;
}

.karat-row-left {
    max-width: 630px;
}

.karat-row-wrapper h6 {
    font-size: 20px;
    color: var(--Black);
    margin-bottom: 16px;
}

.karat-row-wrapper span {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.earn-secondary-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 570px;
}

    .earn-secondary-box .default-text {
        max-width: 550px;
        display: block;
        margin-bottom: 10px;
    }

    .earn-secondary-box .red-btn {
        max-width: fit-content;
        margin-top: 40px;
    }

.blog-wrapper {
    padding-block: 54px 0px;
}

.blog-point-box img {
    height: 320px;
}

.blog-point-box .earn-secondary-box {
    padding: 24px;
}

.blog-point-box .default-heading {
    font-size: 23px;
    margin-bottom: 0;
}

.blog-date {
    font-size: 12px;
}

.blog-wrapper h4 {
    font-size: 32px;
    color: var(--Black);
}

.blog-badge {
    background: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    color: var(--Black);
    padding: 4px 12px;
    border-radius: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    width: fit-content;
}

/* .default-heading.inherit {
  margin-bottom: 8px;
  font-size: 24px;
} */

.karat-detail-top {
    margin-bottom: 24px;
}

.default-para.inherit {
    margin-bottom: 0;
}

.earn-secondary-box {
    padding: 32px;
    max-width: 100%;
}

.blog-inner-wrapper {
    gap: 24px;
}

.karat-tertiary-row .default-para {
    font-weight: 600;
    color: var(--Medium-Gray);
    text-transform: uppercase;
}

.karat-tertiary-row {
    margin-bottom: 64px;
}

.karat-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 88px;
}

.karat-text-box {
    width: 100%;
    max-width: 1100px;
}

    .karat-text-box h4 {
        font-size: 32px;
        color: var(--Dark-Gray);
        margin-bottom: 24px;
    }

    .karat-text-box .default-para:last-child {
        margin-bottom: 0;
    }

    .karat-text-box h6 {
        font-size: 20px;
        margin-bottom: 24px;
        color: var(--Dark-Gray);
    }

/* ----Blog Page -----  */
.blog-section {
    padding-block: 40px 88px;
}

    .blog-section .faq-title {
        margin-bottom: 16px;
    }

.blog-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
}

.blog-box {
    width: 100%;
    max-width: 32%;
    border-radius: 8px;
    flex: auto;
    margin-bottom: 4%;
}

    .blog-box .earn-secondary-box {
        padding: 20px;
    }

    .blog-box .default-heading {
        font-size: 24px;
        margin: 0;
    }

    .blog-box img {
        height: 320px;
    }

.faq-tab-items .tab.active {
    font-weight: 700;
    color: var(--Dark-Gray);
}

.blog-badge.inherit {
    color: var(--Dark-Gray);
}

.black-border-btn.inherit {
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: fit-content;
    margin: auto;
}

.blog-title-row {
    margin-bottom: 40px;
}

    .blog-title-row h2 {
        max-width: 870px;
        margin-bottom: 12px;
    }

.blog-text-box h4 {
    font-size: 32px;
    margin-bottom: 24px;
}

.blog-text-box img {
    width: 100%;
    height: auto;
    margin-bottom: 47px;
    border-radius: 16px;
}

.blog-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10%;
}

.blog-container-left {
    width: 60%;
}

.blog-container-right {
    padding: 24px 16px;
    width: 30%;
    margin-top: 18px;
}

.slider.slider-nav.product-detail-nav,
.slider.slider-nav.product-slide-nav {
    background-color: transparent;
}

.blog-container-right h4 {
    font-size: 32px;
    color: var(--Black);
    margin-bottom: 24px;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

    .blog-list li {
        font-size: 24px;
        color: var(--Dark-Gray);
        padding-block: 3px;
        font-weight: 500;
    }

/*-------------ORDER TRACKING PAGE---------*/
.order-tracking-section {
    padding-block: 40px 88px;
}

.order-tracking-bar {
    padding: 0;
    margin-bottom: 24px;
}

.order-tracking-row {
    margin-bottom: 48px;
}

.order-tracking-heading {
    font-size: 48px;
    color: var(--Black);
    line-height: 1;
    margin-bottom: 24px;
}

.order-tracking-number {
    font-size: 24px;
    color: var(--Dark-Gray);
}

.order-tracking-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.tracking-info-row {
    width: 100%;
    padding: 45px 24px 40px;
    display: flex;
    gap: 40px;
}

.shipping-info-row {
    width: 100%;
    max-width: 416px;
    padding: 24px 16px;
}

.tracking-info-date {
    background: var(--Background-Colors-Off-White);
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    text-align: center;
    width: 100%;
    max-width: 417px;
    padding: 24px;
}

    .tracking-info-date span {
        font-size: 16px;
        color: var(--Dark-Gray);
    }

    .tracking-info-date h3 {
        font-size: 40px;
        color: var(--Primary-Blue);
        line-height: 100%;
    }

.tracking-timeline-wrapper {
    width: 100%;
}

.tracking-timeline-row {
    display: flex;
    justify-content: space-between;
}

.order-track-step.inherit {
    flex-direction: column;
    flex: 1;
}

.order-track-status.inherit {
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: 8px;
}

.order-track-dot {
    height: 32px;
    width: 32px;
    background-color: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    border-radius: 100%;
    flex-shrink: 0;
    position: relative;
}

.completed .order-track-dot::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/svg/check-white.svg) no-repeat center;
}

.order-track-dot.completed::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/svg/check-white.svg) no-repeat center;
}

.order-track-dot.completed {
    background: var(--Primary-Blue);
    border-color: var(--Primary-Blue);
}

.order-tracking-line.line-completed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    border-radius: 16px;
    background: var(--Primary-Blue);
    width: var(--progress-width, 0%);
}

.order-track-line {
    width: calc(100% + 10px);
    display: block;
    height: 16px;
    background-color: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    border-radius: 40px;
    position: absolute;
    z-index: -1;
}

.tracking-info-box {
    text-align: left;
    margin-bottom: 40px;
}

    .tracking-info-box.end {
        text-align: end;
    }

.order-track-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--Dark-Gray);
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.order-track-value {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

.order-track-step.revert {
    flex: unset;
}

.tracking-timeline-row .completed .order-track-dot,
.tracking-timeline-row .completed .order-track-line {
    background-color: var(--Primary-Blue);
    border-color: var(--Primary-Blue);
}

.tracking-head h6 {
    font-size: 20px;
    color: var(--Dark-Gray);
}

.tracking-head img {
    display: none;
}

.tracking-head {
    margin-bottom: 24px;
}

.order-shipping-date {
    font-size: 16px;
    font-weight: 800;
    display: block;
    font-family: Montserrat;
    color: var(--Medium-Gray);
    margin-bottom: 8px;
}

.shipping-detail-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.order-track-step {
    display: flex;
}

.shipping-track-step {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
}

.order-shipping-time {
    font-size: 16px;
    color: var(--Black);
    flex-basis: 95px;
}

.order-track-left {
    width: 30% !important;
}

.order-shipping-text {
    font-size: 14px;
    color: var(--Dark-Gray);
    margin-bottom: 4px;
}

.order-shipping-text-span {
    font-size: 12px;
    color: var(--Medium-Gray);
}

.shipping-track-status {
    position: relative;
}

.order-track-status {
    position: relative;
}

.order-track-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: -150%;
    right: unset;
    z-index: 1;
    margin: auto;
    background: var(--Light-Gray);
}

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 3.6rem;
    background: var(--Light-Gray);
}

.order-track-text {
    display: flex;
    flex-direction: column;
}

.order-track-right {
    width: 70% !important;
}

.tracking-timeline-mobile {
    display: none;
}

.order-text-label {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    color: var(--Medium-Gray);
}

.order-text-date {
    font-size: 12px;
    display: block;
    color: var(--Medium-Gray);
}

.shipping-detail-inner:not(:last-child) {
    margin-bottom: 24px;
}

.shipping-note {
    font-size: 16px;
    color: var(--Dark-Gray);
}

.order-tracking-row-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-tracking-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}

    .order-tracking-line::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 99%;
        height: 16px;
        margin: auto;
        border: 1px solid var(--Light-Gray);
        background-color: var(--Background-Colors-Off-White);
        z-index: -1;
        border-radius: 16px;
    }

.order-tacking-detail {
    display: flex;
    justify-content: space-between;
}

.center {
    text-align: center;
}

.order-track-text.center {
    text-align: center;
}

.order-track-text.right {
    text-align: right;
}

.theme-slider.new-featured-arrows-fix .slick-arrow {
    top: 170px;
}

.quote-header,
.quote-box-link.mobile,
.chat-widget.mobile {
    display: none;
}

/* Shipping card states style */
.shipping-new-address {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    padding: 24px 16px;
    width: 100%;
}

.shipping-heading {
    font-size: 20px;
    color: var(--Black);
    margin-bottom: 24px;
}

.shipping-card-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.required-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--Medium-Gray);
    font-family: Inter;
}

.shipping-input-box label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1;
    color: var(--Dark-Gray);
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.48px;
}

.shipping-input-box input {
    border-radius: 8px;
    background: var(--White);
    border: 1px solid var(--Light-Gray);
    padding: 14px 8px;
    width: 100%;
    font-size: 12px;
    color: var(--Dark-Gray);
}

.shipping-input-box select {
    border-radius: 8px;
    background: var(--White);
    border: 1px solid var(--Light-Gray);
    padding: 14px 8px;
    width: 100%;
    font-size: 12px;
    color: var(--Dark-Gray);
}

.shipping-inner-row {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.shipping-input-box {
    width: 100%;
}

.shipping-card-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 2px;
}

    .shipping-card-checkbox label {
        font-size: 16px;
        color: var(--Black);
        font-weight: 400;
    }

    .shipping-card-checkbox input {
        width: 18px;
        height: 18px;
        border: 3px solid var(--Dark-Gray);
    }

.shiiping-address-btn {
    display: flex;
    flex-direction: column;
    gap: 19px;
    text-align: center;
}

    .shiiping-address-btn .transparent-btn {
        border-color: var(--Black);
        color: var(--Black);
    }

        .shiiping-address-btn .transparent-btn:hover {
            color: var(--White);
            border-color: var(--Primary-Red);
        }

.existing-address {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    padding: 24px 16px;
    width: 100%;
    /*max-width: 415px;*/
}

/* ---- */
.card-payment-detail {
    padding: 24px 16px;
    width: 100%;
    max-width: 415px;
}

.payment-detail-form,
.billing-address-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-payment-detail h6,
.card-billing-detail {
    margin-bottom: 24px;
}

.payment-detail-checkbox {
    margin-top: 8px;
}

.card-billing-detail h6 {
    font-size: 16px;
}

.card-billing-detail .checkout-box {
    align-items: flex-start;
}

.add-new-address {
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.payment-detail-box .card-input-row {
    position: relative;
}

.card-input-row img {
    position: absolute;
    left: 8px;
    top: 50%;
    bottom: 50%;
    margin: auto;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}

.card-input-row input {
    padding-left: 30px;
}

.billing-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .billing-flex-row h6 {
        font-size: 16px;
        margin: 0;
    }

    .billing-flex-row .add-new-address {
        padding: 0;
    }

header .right-side .dark-icon.icon-link {
    position: relative;
}

.d-none-desktop {
    display: none;
}

.d-none-desktop-category {
    display: flex !important;
}

.d-none-mobile-category {
    display: none !important;
}

.cart-counter {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--Primary-Red);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.kerrat-reward-para {
    font-size: 12px;
    color: #474747;
    margin: 0 0 20px 0;
}

.cart-checkout-inner label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    margin-bottom: 5px;
    display: block;
}

.discount-input {
    padding: 8px;
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    border-radius: 8px;
    width: 60%;
}

.cart-checkout-flex {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.transparent-btn {
    color: var(--Black);
    padding: 16px;
    text-align: center;
    background: transparent;
    border: 1px solid var(--Black);
    width: 100%;
    max-width: 156px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
}

    .transparent-btn:hover {
        border-color: var(--Primary-Red);
    }

.karat-faq-right .transparent-btn {
    max-width: 120px;
}

.pd-banner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
}

.pdp-banner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
    gap: 13px;
}

    .pdp-banner p {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    .pdp-banner svg {
        cursor: pointer;
    }

.banner-container {
    background-color: var(--Primary-Blue);
}

.pd-banner p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.pd-banner svg {
    cursor: pointer;
}

.pd-banner .pd-banner-close {
    cursor: pointer;
}

.pd-banner-button-close > a {
    color: #fff;
    font-size: 16px;
}

.pd-banner-button-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .pd-banner-button-close > a:hover {
        color: var(--Primary-Red);
    }

.theme-slider.deals-slider .slick-arrow {
    top: 170px;
}

.instore-checkout-tagline {
    width: 100%;
    background-color: var(--Primary-Blue);
    padding: 16px 0px;
}

.banner-container.tag-error {
    background-color: var(--Primary-Red) !important;
}

.instore-checkout-tagline span {
    color: var(--White);
    font-size: 16px;
    font-weight: 700;
}

input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--Dark-Gray);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

    input[type="checkbox"]:checked {
        background-color: var(--Dark-Gray);
    }

        input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            top: -2px;
            left: 0;
            width: 4px;
            height: 9px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            right: 0;
            bottom: 0;
            margin: auto;
        }

.mb-categories-toggle,
.mb-categories-dropdown-content {
    display: none;
}

    .mb-categories-dropdown-content .mb-categories-top img {
        padding: 15px 0px 15px 15px;
    }

.search-bar.mobile-view input[type="search"]::placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-bar.mobile-view input[type="search"] {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

input[type="search"]::-moz-search-clear {
    display: none;
}

/* Category + Brand Landing Page Template */
.viewall {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

    .viewall:hover {
        color: var(--Primary-Red);
    }

.category-name-sec {
    padding-block: 50px;
}

.category-name-inner {
    max-width: 865px;
}

    .category-name-inner h2 {
        color: var(--Black);
        font-family: Montserrat;
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 16px;
    }

    .category-name-inner p {
        color: var(--Dark-Gray);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin: 0;
    }

.additional-brnad-sec {
    padding-block: 30px;
}

.additional-brand-inner {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    padding: 16px;
    width: 100%;
    max-width: 1182px;
}

.brand-inner-box {
    max-width: 736px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.additional-brand-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .additional-brand-top h6 {
        color: var(--Dark-Gray);
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
    }

.brand-inner-box p {
    color: var(--Dark-Gray);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.additional-badge-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.brnad-tag {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    padding: 4px 12px;
    background: var(--Background-Colors-Off-White);
    color: var(--Dark-Gray);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

/* category-brand-secondry */
.category-brand-secondry {
    display: flex;
    overflow: hidden;
    gap: 64px;
}

.brand-secondry-left {
    padding-block: 166px;
    padding-left: 40px;
    max-width: 570px;
}

.brand-secondry-right {
    width: 100%;
}

    .brand-secondry-right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.category-brand-secondry h3 {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 24px;
}

.category-brand-secondry span {
    color: var(--Dark-Gray);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

.category-brand-cta {
    padding-block: 40px;
}

.brand-secondry-left .red-btn {
    display: block;
    margin-top: 24px;
    width: 221px;
    padding: 16px;
    text-align: center;
}

.forgot-password:hover {
    font-weight: bold;
}

.form-title ul li:not(.active):hover {
    color: var(--Primary-Red);
    font-weight: bold;
    cursor: pointer;
}

.mobile-nav-selected {
    color: var(--Primary-Red) !important;
}

.mobile-nav-selected-icon {
    filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
}

.header .right-side img {
    width: 40px;
    height: 40px;
}

.order-info-right {
    text-align: center;
}

.acoount-link a:hover {
    font-weight: 600;
}

.tab-row a:hover {
    font-weight: 600;
    color: var(--Primary-Red);
}

.btnAddWishlistItem:hover {
    background-color: var(--Background-Colors-Off-White);
    cursor: pointer;
    color: var(--Primary-Red);
}

.btnRemoveWishlistItem:hover {
    background-color: var(--Background-Colors-Off-White);
    cursor: pointer;
    color: var(--Primary-Red);
}

.populated-cart {
    margin-block: 30px 0px !important;
}

.cart-title-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cart-title-div > img {
        cursor: pointer;
    }

.w-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.no-bg {
    background: none !important;
}

.product-detail .quick-view-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Light-Gray);
}

.quick-view-data {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .quick-view-data .quick-view-data-heading {
        color: #666;
        font-size: 12px;
        font-weight: 600;
    }

    .quick-view-data .quick-view-data-description {
        color: #067cb7;
        font-size: 16px;
        font-weight: 600;
    }

.quick-view-data-description.no-color {
    color: #666;
}

.quick-view-contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

    .quick-view-contact-info > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.mt-0 {
    margin-top: 0px !important;
}

.product-title:hover {
    color: var(--Primary-Red);
    font-weight: 500;
}

.error-container {
    display: flex;
    justify-content: center;
}

.error-state {
    width: 50%;
    margin-top: 20px;
}

    .error-state h1 {
        color: var(--Dark-Gray);
        text-align: center;
        font-family: Montserrat;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .error-state p {
        color: var(--Dark-Gray);
        text-align: center;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 40px;
        padding: 0 15px;
    }

        .error-state p a {
            color: var(--Primary-Blue, #067CB7);
            font-family: Montserrat;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

.error-footer {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
}

.info-box > .input-inner > p {
    font-size: 16px;
}

.paymentmethod-plus-img {
    max-width: auto !important;
    height: auto !important;
}

.order-item-price {
    color: var(--Black);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mb-categories-inner .mb-categories-header:last-child {
    margin-bottom: 40px;
}

.quote-listing-img {
    width: 70%;
}

.quote-listing-badge {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

    .quote-listing-badge span {
        width: fit-content;
        padding-right: 10px;
    }

.quote-detail-left {
    display: flex;
    gap: 40px;
    width: 70%;
}

.quote-detail-right {
    width: 30%;
}

.w-50 {
    width: 50%;
}

.quote-product-slider .slick-list.draggable {
    width: 100%;
}

.btn-BN-border {
    border-color: var(--Primary-Red) !important;
    color: var(--Primary-Red) !important;
}

.productlist-list-view {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.product-list-view-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 2%;
    border-bottom: 1px solid var(--Light-Gray);
    padding-bottom: 24px;
}

.product-list-view-item-image {
    position: relative;
    width: 30%;
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: center;
}

    .product-list-view-item-image img {
        width: 100%;
        height: auto;
        clip-path: inset(5px 5px 5px 5px);
    }

.product-list-view-item .discount {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: var(--Primary-Red);
    color: var(--White);
    padding: 5px 8px;
    border-radius: 16px;
    z-index: 1;
    cursor: default;
}

.product-list-view-item-detail {
    width: 60%;
}

    .product-list-view-item-detail a {
        color: var(--Black);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
    }

        .product-list-view-item-detail a:hover {
            color: var(--Primary-Red);
            font-weight: 600;
        }

.product-list-view-item-detail-action {
    width: 20%;
    margin: auto 0 0 auto;
}

.product-list-view-item-detail-price {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 24px;
}

    .product-list-view-item-detail-price.discounted-item .sale-price {
        color: var(--Primary-Red);
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .product-list-view-item-detail-price.discounted-item .old-price {
        color: var(--Medium-Gray);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: line-through;
    }

    .product-list-view-item-detail-price .sale-price {
        color: var(--Black);
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

.product-list-view-item-detail-quantity {
    color: var(--Medium-Gray);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.product-list-view-item-detail-quantity-value {
    color: var(--Black);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.product-list-view-item-detail-contact-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.div-contact-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

    .div-contact-info > a {
        color: var(--Primary-Blue);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

        .div-contact-info > a:hover {
            font-weight: bold;
            color: var(--Primary-Blue);
        }

.product-list-view-item-detail-action .btn {
    width: 122px;
    border-radius: 40px;
    background-color: var(--Primary-Red);
    border: 1px solid var(--Primary-Red);
    color: var(--White);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    margin-bottom: 16px;
}

.product-list-view-item-detail-action .qty-dropdown {
    width: 100%;
    margin-bottom: 16px;
}

.product-list-view-item-detail-action .qty-btn {
    width: 100%;
}

.product-list-view-item-detail-action .btn:hover {
    background-color: var(--Primary-Hover-Red);
}

.product-list-view-item-detail-action .btn.buynow-btn {
    border: 1px solid var(--Primary-Red);
    background-color: transparent;
    color: var(--Primary-Red);
    width: 100px;
    padding: 16px;
    width: 100%;
    margin-bottom: 0px;
}

    .product-list-view-item-detail-action .btn.buynow-btn:hover {
        background-color: var(--Background-Colors-Off-White);
    }

.product-list-view-item-detail-address {
    color: var(--Black);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.product-map-mobile {
    display: none;
}

.list-view-item-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.ml-0 {
    margin-left: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.shop-label {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.FilterGridView.sort-selected {
    border-radius: 4px;
    border: 1px solid var(--Medium-Gray);
}

.FilterListView.sort-selected {
    border-radius: 4px;
    border: 1px solid var(--Medium-Gray);
}

.productlist-sort-dropdown ul li:hover {
    background-color: var(--Background-Colors-Off-White);
    color: var(--Primary-Red);
    font-weight: 600;
}

.productlist-sort-dropdown:hover {
    background-color: var(--Background-Colors-Off-White);
}

.btnClearFilter:hover {
    color: var(--Primary-Red);
    font-weight: 600;
}

input[type="radio"] {
    accent-color: black;
}

.no-result-container .noresult-btnwrap a:first-child {
    background-color: var(--Primary-Red);
    color: var(--White);
}

    .no-result-container .noresult-btnwrap a:first-child:hover {
        background-color: var(--Primary-Hover-Red);
    }

.no-result-container .noresult-btnwrap a:last-child:hover {
    background: var(--Background-Colors-Off-White);
    color: var(--Primary-Hover-Red);
    border: 1px solid var(--Primary-Hover-Red);
}

.search-bar:not(.mobile-view) .search-close-icon {
    padding-right: 10px;
    border-right: 1px solid var(--Light-Gray);
    display: none;
    background-color: transparent;
    border-radius: 0px;
}

.search-bar.mobile-view .search-close-icon {
    padding-right: 10px;
    width: 25px;
    height: 25px;
    display: none;
    background-color: transparent;
    border-radius: 0px;
}

.search-matched-query {
    margin-bottom: 24px;
}

.product-sug {
    margin-top: 24px;
}

.search-matched-query ul {
    display: flex;
    flex-direction: column;
}

.search-article ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 20px;
}

    .search-article ul li div {
        font-size: 16px;
        color: var(--Dark-Gray);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .search-article ul li:hover {
        background-color: var(--Background-Colors-Off-White);
    }

.search-matched-query ul li,
.search-article ul li {
    padding: 16px 24px 16px 24px;
    cursor: pointer;
    color: var(--Dark-Gray);
}

    .search-matched-query ul li:hover {
        background-color: var(--Background-Colors-Off-White);
        color: var(--Primary-Red);
    }

.search-article span {
    padding: 4px 8px;
    border: 1px solid #DEE2ED;
    border-radius: 16px;
    font-size: 12px;
    color: var(--Dark-Gray);
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    height: fit-content;
}

.recent-searches ul {
    display: flex;
    flex-direction: column;
}

    .recent-searches ul li {
        padding: 16px 24px 16px 24px;
        cursor: pointer;
        color: var(--Dark-Gray);
    }

        .recent-searches ul li:hover {
            background-color: var(--Background-Colors-Off-White);
            color: var(--Primary-Red);
        }

label.error {
    display: none !important;
}

.m-t-16 {
    margin-top: 16px;
}

.order-complete-left {
    align-items: flex-start;
    margin-bottom: 24px;
}

    .order-complete-left .pickup-badge {
        height: fit-content;
        padding: 4px 12px;
        letter-spacing: 0.48px;
    }

.order-detail-info-complete {
    margin-right: 16px;
}

.checkout-right-complete {
    gap: 48px;
    margin-bottom: 20px;
}
.popular-search-list{
    padding:16px 24px 24px 16px;
}
.loan-number-outline:hover * {
    color: var(--Primary-Red);
}
.sidebarmap-items{
    margin-top:40px;
}
    .sidebarmap-items .store-location > span,
    .sidebarmap-items .store-address > span,
    .store-info-left h6 > span,
    .store-info-right > span {
        cursor: pointer;
    }

        .sidebarmap-items .store-location > span:hover,
        .sidebarmap-items .store-address > span:hover,
        .store-info-left h6 > span:hover,
        .store-info-right > span:hover {
            color: var(--Primary-Red);
            font-weight: 600;
        }

.product-list-items .store-map {
    border-radius: 4px;
}

.sidebarmap-items .store-map {
    margin: 24px 0 24px 0;
    border-radius: 8px;
}

.sidebarmap-items .store-address {
    margin-top: 10px;
}