@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: 'Bahnschrift', sans-serif;
}



.header_icon {
    font-size: 20px;
    margin-right: 5px;
    color: #a7a7a7;
    padding: 3px 5px;
    border-radius: 3px;
}

.header_icon:hover {
    color: rgb(15 32 65);
    background-color: #ddd;
}

.head-icon {
    position: relative;
}

.total-products {
    position: absolute;
    bottom: 0px;
    right: -14px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    display: inline-block;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header-logo-wrap {
    width: 50%;
    text-align: center;
}

/* .logo-header {
    max-height: 75px;
} */

.header-style-1 .search-wrap form input {
    width: 240px;
    border-width: 0px;
    background-color: #fff;
    padding-left: 10px;
    /* background-image: url(../imgs/theme/icons/search.png); */
    background-repeat: no-repeat;
    background-position: center right;
    height: 40px;
    font-family: revert;
}


.navbar ul li a {
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: .1em;
    padding: 10px 0px !important;
    color: #212121 !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 2.25rem;
}

.navbar ul li a:hover {
    color: var(--theme-color) !important;
}

.mm-nav-item .dropdown-menu {
    padding: 0px 10px;
    border-radius: 0;
    margin-top: 7px;
}

.mm-nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: .1em;
    color: #212121 !important;
    padding: 0px 0px 8px 0px ! IMPORTANT;
    border-bottom: 1px dotted #141414;
}

.mm-nav-item .dropdown-menu li {
    padding: 8px 0px 8px 8px;
    width: 13rem;
}

.mm-nav-item .dropdown-menu {
    padding: 0px 0px .5rem 0px;
}

.mm-nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--theme-color);
}

.navbar ul li .active {
    color: var(--theme-color) !important;
}

.hero-slider-1.style-5 .single-hero-slider {
    border-radius: 0px;
}

.header_card_icon {
    font-size: 30px;
    margin: 0 auto;
    padding: 10px 0px;
}

.header_cart_text {
    color: #424242;
}

.title_wrapper {
    font-size: 27px;
    border-bottom: 2px solid #ddd;
    padding: 4px;
}

.title_txt {
    border-bottom: 2px solid var(--theme-color);
    font-weight: 400;
    color: #000;
    padding-bottom: 3px;
}

.category_cart {
    position: relative;
}

.category_cart img {
    border-radius: 5px;
    height: auto;
    object-fit: fill;
    object-position: 50% 50%;
    aspect-ratio: 1.5 / 1;
    width: auto;
}

.category-button-wrap {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 10px;
}

.category_cart button {
    border: none;
    background-color: #fff;
    color: #4a4a4a;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 100;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1rem;
}

.category_cart button:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.product_name {
    font-weight: 500;
    color: #818181;
    line-height: 1;
    font-size: 20px;
    margin: 5px 0px 5px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.add_to_cart {
    color: #656555;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    padding: 8px 28px;
    background-color: #fff;
    letter-spacing: 0.7px;
    transition: alllinear 0.2s;
    box-shadow: 2px 2.5px 6px hsla(0, 0%, 74%, .59);
    font-size: 15px;
    line-height: 16px;
    margin: 0 auto;
}

.add_to_cart:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.product_cart_wrapper {
    border-radius: 10px !important;
}

.product_price {
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    color: rgb(87, 87, 87);
    margin-bottom: .75rem;
}

.del_product_price {
    font-size: 16px;
}

.default-img {
    display: block !important;
}

.hover-img {
    display: none !important;
}

.card:hover .default-img {
    display: none !important;
}

.card:hover .hover-img {
    display: block !important;
}

.elite_section .card img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.premium_section .card img {
    height: 215px;
    width: 2000px;
}

.video-top-title {
    font-size: 16px;
    font-weight: 500;
    margin: .5rem 0px;
    letter-spacing: .5px;
    color: #222;
    line-height: 25px;
    text-transform: uppercase;
}

.customer_review_title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
}

.customer_review_text {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway';
    line-height: 23px;
    color: rgb(137, 134, 134);
}

.customer-review-wrapper {
    position: relative;
}

.footer-slider-btn {
    position: absolute;
    top: 50%;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.slider-prev {
    left: 0px;
}

.slider-next {
    right: 0px;
}

.footer-slider-btn i {
    font-size: 20px;
    background: #ddd;
    border-radius: 50%;
    padding: 6px 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-slider-btn:hover .footer-slider-btn i {
    background-color: var(--theme-color);
    color: var(--text-color);
}

.elite_product_name {
    font-weight: 500;
    color: #818181;
    line-height: 1;
    font-size: 17px;
    padding: 0px 0px 5px 0px;
}

.elite_add_to_cart {
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 4px 13px;
    background-color: #fff;
    letter-spacing: 0.7px;
    transition: all linear 0.2s;
}

.elite_add_to_cart:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.elite_product_price {
    font-size: 25px;
    padding: 5px 0px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.banner-left-img-wrap img {
    max-height: 100%;
    margin-bottom: -7px;
    object-fit: cover;
    max-width: 900px;
    width: 288px;
    height: 470px;
}

/* footer */
.footer-section {
    background: url("../../../perfume/footer.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3rem;
    background-size: cover;
}

.footer-social-icons a img {
    width: 30px;
    border: 1px solid var(--theme-color);
    margin-right: 10px;
    border-radius: 50%;
    padding: 3px;
}

/* .footer-social-icons a img:hover {
    background-color: var(--theme-color);
} */

.main-footer-logo {
    width: 250px;
}

.footer-phone-number {
    color: var(--text-color);
    font-size: 28px;
    line-height: 43px;
    font-weight: 700;
}

.footer-working-time {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.information-links a {
    font-weight: 700;
    color: rgb(208, 208, 208);
    font-size: 14px;
    line-height: 16px;
}

.information-links a:hover {
    color: var(--theme-color);
}

.information-text {
    color: var(--text-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.contact-text {
    color: var(--text-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.contact-info p {
    color: rgb(208, 208, 208);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

/* shop page  */
.shop-product-fillter {
    margin: 0px !important;
}

.user-profile:hover .user-profile-dropdown {
    display: block;
}

.user-profile-dropdown {
    border: 1px solid #ddd;
    padding: 10px 17px;
    border-radius: 10px;
    position: absolute;
    z-index: 999;
    background: #fff;
    display: none;
}

.user-profile-dropdown ul li a {
    font-weight: 500;
    color: #0f2041;
    letter-spacing: 0.4px;
}

.user_profile_modal_submit {
    border: 0px;
    margin-top: 20px;
    border-radius: 5px;
    padding: 7px 20px;
    width: 100px;
    font-weight: 500;
    background: var(--theme-color);
    color: var(--text-color);
    letter-spacing: 0.5px;
}

.user_label {
    color: #222;
    font-size: 15px !important;
}

.modal_close {
    border-radius: 5px;
    background-color: #c5c4c4;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.product_name a {
    color: rgb(129, 129, 129);
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar ul li a {
    margin: 0px !important;
}

.mm-container {
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 1440px;
}

.mm-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.mm-mt-10 {
    margin-top: 2.5rem;
}

.mm-mb-8 {
    margin-bottom: 2rem;
}

.logo-header {
    width: 218px;
    height: 42.4px;
    object-fit: contain;
}

.header-style-1 .search-wrap form input::placeholder {
    font-weight: 300 !important;
    letter-spacing: .1em;
}

.header-style-1 .search-wrap form input:focus {
    outline: none !important;
    outline-offset: 2px;
    border-bottom: 1px solid #EEEEEE;
}

.header-style-1 .search-wrap form input {
    border: none;
    border-bottom: 1px solid transparent;

}

.search-wrap img {
    width: 32px;
}

.search-wrap a {
    margin-left: -15px;
    margin-top: 2px;
}

.slick-initialized .slick-slide {
    height: auto;
}

.hero-slider-1.style-5 .single-hero-slider {
    height: 500px;
}

.mm-sales-banner img {
    height: 500px;
}

.mm-head-box {
    gap: 1.25rem;
}

.bag-wrap {
    background-color: var(--second-color);
    border-radius: 2px 0px 0px 0px;
    padding: 10px 10px 5px !important;
}

.side-card-item-text {
    color: var(--text-color);
    font-size: 13px;
    margin-top: -5px;
    line-height: 1.6;
}

.mm-sh-cart {
    width: 17px;
}

.bag-price-wrap {
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 0px 0px 0px 2px;
    font-size: 13px;
}

.mm-nav-item .dropdown-menu {
    border: 1px solid #ddd;
}

.main-ss-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding: 0px 4rem;
}

.mm-ss {
    flex-basis: 25%;
}

.mm-cart-box-shadow {
    box-shadow: .39px 4.281px 9.5px hsla(0, 0%, 74%, .59);
    margin: 0 5px;
}

.mm-cart-box-shadow .card {
    border: none !important;
}

.mm-cart-box-shadow.mm-cart-box-shadow-two {
    margin: 0px 22px;
}

.best-selling-arrows {
    position: relative;
}

.best-selling-arrows span.slider-btn.slider-next {
    position: absolute;
    right: -32px;
    top: -300px;
    cursor: pointer;
}

.best-selling-arrows span.slider-btn.slider-prev {
    position: absolute;
    left: -32px;
    top: -300px;
    cursor: pointer;
}

.elite-selling-arrows span.slider-btn.slider-next {
    position: absolute;
    right: -5px;
    top: -300px;
    cursor: pointer;
    background: transparent;
}

.elite-selling-arrows span.slider-btn.slider-prev {
    position: absolute;
    left: -5px;
    top: -300px;
    cursor: pointer;
    background: transparent;
}

.customer-review-arrows {
    position: relative;
}

.customer-review-arrows span.slider-btn.slider-next {
    position: absolute;
    right: -32px;
    top: -200px;
    cursor: pointer;
    background: transparent;
}

.customer-review-arrows span.slider-btn.slider-prev {
    position: absolute;
    left: -32px;
    top: -200px;
    cursor: pointer;
    background: transparent;
}

#random_products .slick-list.draggable {
    padding: 10px 0px;
}

.carausel-3-columns-cover .carausel-3-columns {
    overflow: hidden;
    margin: 0px 0px;
    padding: 0px 20px;
}

.carausel-3-columns-cover .carausel-3-columns .elite-product-box {
    padding: 20px;
}

.elite-selling-arrows {
    position: relative;
}

.rounded-4 {
    border-radius: .375rem !important;
}

#customer_review img {
    padding: 15px;
}

.newsletter-wrap {
    margin-bottom: 50px;
}

.newsletter-wrap h4 {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #494949;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.newsletter-wrap p {
    font-family: 'Montserrat';
    font-weight: 300;
    color: #373636;
    line-height: 24px;
    size: 16px;
}

.newsletter-wrap input {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
}

.newsletter-wrap button {
    font-family: 'Helvetica';
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background-color: #585858;
}

.newsletter-wrap .card {
    border: none;
    box-shadow: 2.351px 3.236px 7.5px hsla(0, 0%, 61%, .37);
    padding: 2.5rem !important;
    border-radius: 15px !important;
}

.quick-view-heading {
    font-family: 'Bahnschrift';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-align: center;
    background: #e8e8e8;
    padding: 1rem;
    border-radius: 10px 10px 0px 0px;
}

.modal-custom-width {
    width: 1350px;
}

.custom-modal .modal-dialog {
    max-width: 70vw !important;
    width: 100%;
}

.attr-detail ul li b {

    line-height: 25px;
    font-size: 16px;
    color: #000;
}

.cart-quantity button {
    border: none;
    background: none;
    font-size: 20px;
}

.cart-quantity {
    border-radius: 3px;
    align-items: center;
    flex-basis: 10%;
    text-align: center;
}

.rs-product-cart-box-wrapper .rs-pcb-img {
    flex-basis: 22%;
}

.quantity {

    color: #4e4e4e;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}

.cart-header h5.cart-main-title {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 7px;
}

.main-cart-wrapper .offcanvas-body {
    padding: 0;
    overflow: hidden;
}

.cart-header h5.cart-main-title img {
    width: 19px;
}

.place-order-text {
    color: #fff;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    border-radius: 0px 0px 0px 2px;
    padding: 4px 32px;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.place-order-amount {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    padding: 4px 12px;
    gap: 3px;
}

.place-order-amount img {
    width: 1.25rem;
    height: 1.25rem;
}

.place-order-amount .place-order-amount-text {
    color: #fff;
}

.main-more-image-wrapper {
    display: flex;
    gap: 10px;
}

.product-more-image {
    flex-basis: 20%;
    height: 623px;
}

.detail-gallery {
    position: relative;
    width: 100%;
}

.product-image-slider img {
    width: 100%;
    height: auto;
}

.slider-nav-thumbnails.slick-initialized.slick-slider.slick-vertical {
    float: left;
    width: 100px;
}

.slider-nav-thumbnails .slick-list {
    height: 256px;
}

.slider-nav-thumbnails button.slick-arrow.slick-prev {
    top: 0px;
    background: rgb(255 255 255 / 0.75);
    color: #222;
}

.slider-nav-thumbnails button.slick-arrow.slick-next {
    bottom: 0px;
}



.slider-nav-thumbnails button.slick-arrow {
    border: 0;
    background: rgb(255 255 255 / 0.75);
    width: 100%;
    height: 35px;
    line-height: 35px;
    z-index: 9;
    color: #222;
}

.mm-thumb-arrow.slick-prev img {
    padding: 8px;
}

.mm-thumb-arrow.slick-next img {
    padding: 0px;
}

.mm-product-review {
    flex-basis: 100%;
}

.mm-product-review p {
    box-shadow: .39px 4.281px 9.5px hsla(0, 0%, 74%, .59);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    padding: .25rem .5rem;
    border: 1px solid #efefef;
    gap: 3px;
}

.product-variation-item {
    border: 1px solid #ddd !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all linear 0.2s;
    width: 30px !important;
    border-radius: 250% !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px;
    line-height: 20px;
}

.mm-product-review {
    flex-basis: 100%;
    display: flex;
}

.mm-av-product {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-left: 45px;
}

.mm-av-product-item {
    flex-basis: 100%;
    margin-bottom: 15px;
}

.attr-detail ul li {
    display: flex;
    gap: 10px;
    align-items: start;
}

.attr-detail ul li b {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.product-extra-link2 .button.button-add-to-cart {
    position: relative;
    color: #656555;
    font-weight: 400;
    border: none;
    border-radius: .5rem;
    padding: 4px 24px;
    background-color: #fff;
    letter-spacing: 0.7px;
    transition: alllinear 0.2s;
    box-shadow: 2px 2.5px 6px hsla(0, 0%, 74%, .59);
    font-size: 14px;
    line-height: 20px !important;
    height: auto !important;
    border: 1px solid #e5e5e5;
}

.quick-view-add-to-cart .product-buy-now {
    position: relative;
    color: #ffff;
    font-weight: 400;
    border-radius: .5rem;
    padding: 8px 24px;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
    letter-spacing: 0.7px;
    transition: alllinear 0.2s;
    box-shadow: 2px 2.5px 6px hsla(0, 0%, 74%, .59);
    font-size: 14px;
    line-height: 20px !important;
    border: none;
    background-color: transparent !important;
}

.mm-quantity .detail-qty {
    max-width: 50px;
    padding: 0;
    position: relative;
    width: 100%;
    border-radius: 5px;
    border: none !important;
}

.mm-quantity .qty-minus {
    padding: 0;
    border-radius: 0;
    cursor: pointer;
}

.mm-quantity .qty-plus {
    padding: 0;
    border-radius: 0;
    cursor: pointer;
}

.mm-quantity {
    border: 1px solid #e3e3e3;
    border-radius: .25rem;
    padding: 2.5px 10px;
    display: flex;
}

.mm-quantity .qty-minus a,
.mm-quantity .qty-plus a {
    color: rgb(152, 152, 152);
}

.mm-quantity input.qty-val {
    color: rgb(152, 152, 152);
}

.product-extra-link2 .button.button-add-to-cart:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.mm-whish-box a {
    color: rgb(128, 128, 128);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.mm-view-full-details {
    width: 100%;
    margin-top: 35px;
    text-align: center;
}

.mm-view-full-details a {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
    color: #fff;
    padding: 10px 32px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    border-radius: .25rem;
}

.mm-product-details .product-extra-link2 .button.button-add-to-cart {
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 400;
    width: 207px;
    font-family: 'Montserrat';
    padding: 8px 0px;
    text-transform: capitalize;
}

.mm-product-details .quick-view-add-to-cart .product-buy-now {
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 400;
    width: 207px;
    font-family: 'Montserrat';
    padding: 8px 0px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
}

.mm-product-details .mm-quantity {
    padding: 6.5px 25px;
    width: 130px;
}

.mm-product-details .mm-quantity input.qty-val {
    font-size: 16px;
}

.mm-pd-call {
    margin-top: 35px;
}

.mm-pd-call img {
    width: 40%;
}

.mm-share-product h4 {
    color: rgb(133, 133, 133);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway';
}

.mm-sp-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mm-sp-box li a img {
    border: 1px solid #c6c6c6;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    padding: 4px;
}

.mm-product-detail-gallery .slider-nav-thumbnails.slick-initialized.slick-slider {
    width: 146px;
    z-index: 9;
    margin-right: 15px;
}

.mm-product-detail-gallery .slider-nav-thumbnails .slick-list {
    height: 590px !important;
}

.mm-product-detail-gallery .slick-track {
    height: 600px !important;
}


.mm-product-detail-gallery .slider-nav-thumbnails button.slick-arrow.slick-prev {
    top: 0px;
    background: rgb(255 255 255 / 0.75);
    color: #222;


}

.mm-product-detail-gallery .slider-nav-thumbnails button.slick-arrow {
    margin-left: -3px;
    border: 0;
    background: rgb(255 255 255 / 0.75);
    width: 100%;
    height: 35px;
    line-height: 35px;
    z-index: 9;
    color: #222;
    height: 25px;
}

.mm-product-detail-gallery .slider-nav-thumbnails button.slick-arrow.slick-next {
    bottom: 0px;
}

.mm-product-detail-gallery .slider-nav-thumbnails .slick-slide:first-child {
    padding-top: 0;
}

.mm-product-detail-gallery .mm-thumb-arrow.slick-prev img {
    padding: 1px;
}

/* .mm-product-detail-gallery .mm-thumb-arrow.slick-next img{

} */
.mm-product-detail-gallery .slider-nav-thumbnails .slick-slide img {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    width: 146px;
}

.mm-bb-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: rgb(123, 123, 123);
}

.mm-bb-text {
    font-size: 16px;
    color: rgb(25, 25, 25);
    font-weight: 500;
    line-height: 25px;
}


.nav-tabs .nav-link:hover {
    color: var(--btn-color);
    background-color: #fde1bd;
    transform: translateY(0px) !important;
}

.tab-style3 .nav-tabs li.nav-item .nav-link {
    position: relative;
}

.tab-style3 .nav-tabs li.nav-item .nav-link.active::before {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background-color: #b89579;
    position: absolute;
    bottom: 0;
    left: 0;
}

.primary-sidebar .sidebar-widget {
    box-shadow: none !important;
    padding: 0 !important;
    border: none !important;
}

.mm-filter-label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(91, 91, 91);
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    width: 100%;
    position: relative;
    margin-top: 25px;
}

.mm-filter-label::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: var(--theme-color);
    bottom: -2px;
}

.mm-filter-label:first-child {
    margin-top: 0px;
}

.mm-only-for-mobile {
    display: none;
}

.best-selling-arrows.category-arrows span.slider-btn.slider-prev {
    top: -128px;
    left: 5px;
    filter: brightness(0) invert(1);
}

.best-selling-arrows.category-arrows span.slider-btn.slider-next {
    top: -128px;
    right: 5px;
    filter: brightness(0) invert(1);
}