﻿@import url("/assets/Public/libs/bootstrap/css/bootstrap.rtl.min.css");
@import url("/assets/Public/css/AllFonts.css");
:root {
    --font-color: #444444;
    --font-color2: #777777;
    --font-color3: #666666;
    --font-color4: #222222;
    --font-color5: #555555;
    --font-color6: #A4A1A1;
    --main-color: #5151DE;
    --main-color-2: #5151de45;
    --main-color-3: #5151DE12;
    --main-back: #FAFAFA;
/*    ------------------------------*/
    --primary-blue: #5b50e7; /* main-color-two-bg for actions/icons */
    --primary-red: #da3d4d; /* Discount color */
    --gray-bg: #f8f9fa;
    --shadow-default: 0 4px 12px rgba(0, 0, 0, 0.08);
    --border-color: #e0e0e0;
}
html, body {
    font-family: yekan-bakh, 'yekan-bakh', sans-serif !important;
    direction: rtl;
    text-align: right;
    font-size: 11pt;
    font-weight: 600;
    color: var(--font-color);
    background-color: var(--main-back);
    box-sizing: content-box;
    margin: 0px;
    padding: 0px;
/*    width: 100vw;*/
    min-height: 100vh;
    overflow-x: hidden;
}
a{
    display: inline-block;
    text-decoration: none;
}
ul , ol{
    padding: 0px;
}
li{
    list-style: none;
}
.radius-100{
    border-radius: 100px !important;
}
.radius-8{
    border-radius: 8px !important;
}
.main-color-3{
    background-color: var(--main-color-3);
    color: var(--main-color);
}
#mySearch {
    box-shadow: 0px 10px 21px 2px rgba(238, 238, 238, 1);
    height:42px;
    max-width: 449px;
}
.search-img {
    top: 11px;
    right: auto;
    left: 16px;
}
#buyerBasketLink {
    background-color: var(--main-color);
    width: 40px;
    height: 40px;
    box-shadow: 0px 7px 16px -1px rgba(58, 67, 239, 0.43);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-18C2B7, .bg-00978d {
    background-color: var(--main-color);
    color: #fff;
}
.bg-b7ebe8 {
    background-color: var(--main-color);
    color: #fff;
}
.c-checkout-steps li.is-completed .c-checkout-steps__item {
    background-color: var(--main-color);
}
#customerPanelLink {
    border-right: 1px solid rgba(146, 146, 146, 1);
    border-radius: 0px;
    margin-right: 5px;
    color: #000;
    display: flex;
    align-items: center;
}
.line-100 {
    height: 1px;
    width: 100%;
    margin: auto;
    background-color: rgba(232, 230, 230, 1);
}
.line-h100 {
    height: 100%;
    width: 1px;
    margin: auto;
    background-color: rgba(232, 230, 230, 1);
}
#categoryMenu {
    width: 100%;
    max-width: 889px;
    border-radius: 16px;
    box-shadow: 0px 0px 28px -9px rgba(123, 123, 123, 0.23);
    background-color: #fff;
    height: 257px;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
    display: none;
}
    #categoryMenu.show {
        opacity: 1;
        visibility: visible;
        display: flex;
    }
    #categoryMenu .tab-content{
        width: calc(100% - 140px) !important;
        min-width: 712px;
    }

    #categoryMenu .tab-content .tab-pane {
        width: 100%;
        height: 230px;
        overflow-y: auto;
    }
    #categoryMenu .nav {
        width: 133px;
        text-align: right !important;
        height: 234px;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap;
    }
        #categoryMenu .nav .nav-link {
            text-align: right !important;
            min-height: 38px;
            border-radius: 8px;
            padding: 5px;
            line-height: 15px;
            vertical-align: middle;
            display: flex;
            align-items: center;
        }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: var(--main-color) !important;
    
}
#categoryMenu .line-h100{
    height: 230px;
}
#allCategory{
    color: var(--font-color2) !important;
}
.categorySubMenu a{
    color: var(--font-color3) !important;
    font-weight: 500 !important;
}
.categorySubMenu a h6 {
    color: var(--font-color4) !important;
    font-weight: 700;
}
.cardCategoryTop span {
    border: 1px solid rgba(214, 214, 214, 1);
    padding: 3px;
    display: inline-block;
    border-radius: 100%;
    width: 76px;
    height: 76px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
    .cardCategoryTop span:hover {
        border: 1px solid var(--main-color);
    }
.cardCategoryTop {
    color: var(--font-color5) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.cardCategoryTop:hover{
    color: var(--main-color) !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
/*    display: flex;*/
    justify-content: center;
    align-items: center;
}

.categoryListSliderDiv.swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49997 16.6L12.9333 11.1667C13.575 10.525 13.575 9.475 12.9333 8.83333L7.49997 3.39999' stroke='%23333333' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.categoryListSliderDiv.swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.4L7.06667 8.83334C6.425 9.475 6.425 10.525 7.06667 11.1667L12.5 16.6' stroke='%23333333' stroke-opacity='0.6' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.categoryListDiv .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49997 16.6L12.9333 11.1667C13.575 10.525 13.575 9.475 12.9333 8.83333L7.49997 3.39999' stroke='%23333333' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.categoryListDiv .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.4L7.06667 8.83334C6.425 9.475 6.425 10.525 7.06667 11.1667L12.5 16.6' stroke='%23333333' stroke-opacity='0.6' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}
#homeSlider img{
    border-radius: 24px;
}
.homeSlider.swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='60' viewBox='0 0 30 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 2.50336e-06C22.0435 2.15557e-06 14.4129 3.16071 8.78679 8.7868C3.1607 14.4129 -2.15557e-06 22.0435 -2.50336e-06 30C-2.85114e-06 37.9565 3.1607 45.5871 8.78679 51.2132C14.4129 56.8393 22.0435 60 30 60L30 30L30 2.50336e-06Z' fill='white' fill-opacity='1'/%3E%3Cpath d='M17.25 34.62L21.0534 30.8167C21.5026 30.3675 21.5026 29.6325 21.0534 29.1833L17.25 25.38' stroke='%233E3E3E' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}
.homeSlider.swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='60' viewBox='0 0 30 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.15334e-07 2.50336e-06C7.95649 2.15557e-06 15.5871 3.16071 21.2132 8.7868C26.8393 14.4129 30 22.0435 30 30C30 37.9565 26.8393 45.5871 21.2132 51.2132C15.5871 56.8393 7.9565 60 5.72205e-06 60L5.96007e-07 30L-7.15334e-07 2.50336e-06Z' fill='white'/%3E%3Cpath d='M12.75 34.62L8.94666 30.8167C8.4975 30.3675 8.4975 29.6325 8.94666 29.1833L12.75 25.38' stroke='%233E3E3E' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}
.homeSlider .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: #fff;
    opacity: 1;
}
.homeSlider .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
    opacity: 1;
    background: #fff;
}

@media screen and (min-width: 768px){
    .categoryListDiv .cardCategoryTop span {
        border: none;
        padding: 10px;
        display: inline-block;
        border-radius: 50%;
        background-image: linear-gradient(180deg, #E4E4E4 0%, #FAFAFA 100%);
        width: 155px;
        height: 155px;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }
    .categoryListDiv::after {
        content: '';
        position: absolute;
        background-image: linear-gradient(180deg, rgba(253, 253, 253, 0) -19.16%, #FAFAFA 44.29%);
        width: 276px;
        height: 156px;
        z-index: 10;
        top: 0;
        right: auto;
        left: 0;
        transform: rotate(90deg) translate(0px, 130px);
    }
    #productWithDiscountListPanel::before {
        content: '';
        position: absolute;
        z-index: 0;
        background-color: var(--main-color);
        border-radius: 24px;
        width: 100%;
        height: 316px;
        left: 0px;
        right: 0px;
        margin: auto;
    }
}
@media screen and (max-width: 767px){
    .categoryListDiv .cardCategoryTop span {
        border: none;
        padding: 10px;
        display: inline-block;
        border-radius: 50%;
        background-image: linear-gradient(180deg, #E4E4E4 0%, #FAFAFA 100%);
        width: 90px;
        height: 90px;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }
    #productWithDiscountListPanel::before {
        content: '';
        position: absolute;
        z-index: 0;
        background-color: var(--main-color);
        border-radius: 0px;
        width: 100%;
        height: 316px;
        left: 0px;
        right: 0px;
        margin: auto;
    }
}

#productWithDiscountListPanel {
    min-height: 316px;
}

    #productWithDiscountListPanel::after {
        content: '';
        position: absolute;
        z-index: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='131' height='34' viewBox='0 0 131 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.381209 6.29157e-05C0.413435 -5.9156e-05 0.445662 -0.000120193 0.477919 -0.000120194L130.577 -0.000125881C130.609 -0.000125882 130.642 -6.48484e-05 130.674 5.72205e-05L128.431 5.73185e-05C119.453 5.77109e-05 111.393 5.00829 105.898 12.1079C83.5432 40.9934 55.5957 39.7899 35.5227 12.9448C29.9225 5.4552 21.6275 6.1987e-05 12.2757 6.23958e-05L0.381209 6.29157e-05Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A");
        width: 131px;
        height: 34px;
        background-repeat: no-repeat;
        background-size: contain;
        top: 13px;
        right: 30px;
    }
.freeIcon {
    background-color: var(--main-color);
    width: 49px;
    height: 49px;
    position: absolute;
    top: -14px;
    border-radius: 50%;
    right: 66px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#productWithDiscountListPanel > .row > div{
    position: relative;
    z-index: 1;
}
.ProductCard {
    min-width: 211px;
    border-radius: 16px;
    box-shadow: 0px 16px 30px -6px rgba(230, 230, 230, 0.5);
    background-color: #fff;
}
.offernum {
    min-width: 31px;
    height: 19px;
    color: #fff;
    background-color: #F83939;
    border-radius: 20px;
    padding: 1px 5px;
    display: inline-block;
}
.right-13px {
    right: 13px;
    top: 13px;
}
.ProductCard-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ProductCard-link{
    width: 36px;
    height: 36px;
    background-color: var(--main-color-3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
}

    .ProductCard-link:hover {
        width: 36px;
        height: 36px;
        background-color: var(--main-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-shadow: 0px 7px 16px -1px rgba(58, 67, 239, 0.43);
    }
.ProductCard-title {
    width: 159px;
    text-align: center;
    line-height: 25px;
    color: var(--font-color);
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}
.font-color6{
    color: var(--font-color6);
}
.font-color{
    color: var(--font-color);
}
.offerItem.swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49997 16.6L12.9333 11.1667C13.575 10.525 13.575 9.475 12.9333 8.83333L7.49997 3.39999' stroke='%23ffffff' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.offerItem.swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.4L7.06667 8.83334C6.425 9.475 6.425 10.525 7.06667 11.1667L12.5 16.6' stroke='%23ffffff' stroke-opacity='0.6' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.offerItem.swiper-rtl .swiper-button-next {
    left: 0px !important;
    right: auto;
    top: 70px;
}
.offerItem.swiper-rtl .swiper-button-prev {
    right: 0px !important;
    left: auto;
    top: 70px;
} 
.ProductCard-img{
    border-radius: 16px;
}

#productWithDiscountList .swiper-slide {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0px 0px;
}

.index-new.swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='60' viewBox='0 0 30 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 2.50336e-06C22.0435 2.15557e-06 14.4129 3.16071 8.78679 8.7868C3.1607 14.4129 -2.15557e-06 22.0435 -2.50336e-06 30C-2.85114e-06 37.9565 3.1607 45.5871 8.78679 51.2132C14.4129 56.8393 22.0435 60 30 60L30 30L30 2.50336e-06Z' fill='white' fill-opacity='1'/%3E%3Cpath d='M17.25 34.62L21.0534 30.8167C21.5026 30.3675 21.5026 29.6325 21.0534 29.1833L17.25 25.38' stroke='%233E3E3E' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.index-new.swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='60' viewBox='0 0 30 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.15334e-07 2.50336e-06C7.95649 2.15557e-06 15.5871 3.16071 21.2132 8.7868C26.8393 14.4129 30 22.0435 30 30C30 37.9565 26.8393 45.5871 21.2132 51.2132C15.5871 56.8393 7.9565 60 5.72205e-06 60L5.96007e-07 30L-7.15334e-07 2.50336e-06Z' fill='white'/%3E%3Cpath d='M12.75 34.62L8.94666 30.8167C8.4975 30.3675 8.4975 29.6325 8.94666 29.1833L12.75 25.38' stroke='%233E3E3E' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.index-new .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: #fff;
    opacity: 1;
}

.index-new .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
    opacity: 1;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .index-new::after {
        /*    content: '';
    position: absolute;
    background-image: linear-gradient(180deg, rgba(253, 253, 253, 0) -19.16%, #FAFAFA 44.29%);
    width: 276px;
    height: 156px;
    z-index: 10;
    top: 0;
    right: auto;
    left: 0;
    transform: rotate(90deg) translate(0px, 130px);*/

        content: '';
        position: absolute;
        /* background-image: linear-gradient(180deg, rgba(253, 253, 253, 0) -19.16%, #FAFAFA 44.29%); */
        width: 14px;
        height: 468px;
        z-index: 10;
        top: 0px;
        right: auto;
        left: 0px;
        /* transform: rotate(90deg) translate(0px, 130px); */
        box-shadow: 13px 0px 28px 33px #FAFAFA;
        background-color: #FAFAFA;
    }
}
    .index-today.swiper-rtl .swiper-button-prev:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='30' height='60' viewBox='0 0 30 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 2.50336e-06C22.0435 2.15557e-06 14.4129 3.16071 8.78679 8.7868C3.1607 14.4129 -2.15557e-06 22.0435 -2.50336e-06 30C-2.85114e-06 37.9565 3.1607 45.5871 8.78679 51.2132C14.4129 56.8393 22.0435 60 30 60L30 30L30 2.50336e-06Z' fill='white' fill-opacity='1'/%3E%3Cpath d='M17.25 34.62L21.0534 30.8167C21.5026 30.3675 21.5026 29.6325 21.0534 29.1833L17.25 25.38' stroke='%233E3E3E' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 30px;
        height: 60px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .index-today.swiper-rtl .swiper-button-next:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='30' height='60' viewBox='0 0 30 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.15334e-07 2.50336e-06C7.95649 2.15557e-06 15.5871 3.16071 21.2132 8.7868C26.8393 14.4129 30 22.0435 30 30C30 37.9565 26.8393 45.5871 21.2132 51.2132C15.5871 56.8393 7.9565 60 5.72205e-06 60L5.96007e-07 30L-7.15334e-07 2.50336e-06Z' fill='white'/%3E%3Cpath d='M12.75 34.62L8.94666 30.8167C8.4975 30.3675 8.4975 29.6325 8.94666 29.1833L12.75 25.38' stroke='%233E3E3E' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 30px;
        height: 60px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .index-today .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
        height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
        display: inline-block;
        border-radius: var(--swiper-pagination-bullet-border-radius,50%);
        background: #fff;
        opacity: 1;
    }

    .index-today .swiper-pagination-bullet-active {
        width: 25px;
        border-radius: 10px;
        opacity: 1;
        background: #fff;
    }
@media screen and (min-width: 768px) {
    .index-today::after {
        content: '';
        position: absolute;
        /* background-image: linear-gradient(180deg, rgba(253, 253, 253, 0) -19.16%, #FAFAFA 44.29%); */
        width: 14px;
        height: 468px;
        z-index: 10;
        top: 0px;
        right: auto;
        left: 0px;
        /* transform: rotate(90deg) translate(0px, 130px); */
        box-shadow: 13px 0px 28px 33px #FAFAFA;
        background-color: #FAFAFA;
    }
}
    .popular-container {
        top: 10px;
        /*right: -7px;*/
        max-height: 86px;
    }

    #popularBrandList img, #popularBrandList .swiper-slide {
        max-height: 65px !important;
        margin-top: 10px;
    }

    #popularBrandList .swiper-slide {
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
@media screen and (min-width: 768px) {
    .brands-wrapper, .svg-container {
        height: 140px;
    }
}
@media screen and (max-width: 767px) {
    .brands-wrapper, .svg-container {
        height: 187px;
    }
}
    .partnerSwipper.swiper-rtl .swiper-button-prev:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49997 16.6L12.9333 11.1667C13.575 10.525 13.575 9.475 12.9333 8.83333L7.49997 3.39999' stroke='%23333333' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .partnerSwipper.swiper-rtl .swiper-button-next:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.4L7.06667 8.83334C6.425 9.475 6.425 10.525 7.06667 11.1667L12.5 16.6' stroke='%23333333' stroke-opacity='0.6' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    #feature {
        background-color: #fff;
        border: 1px solid rgba(241, 241, 241, 1);
        border-radius: 16px;
    }

    #footer {
        background-color: #fff;
        box-shadow: 0px -7px 30px -6px rgba(230, 230, 230, 0.5);
        margin-top: 50px;
        position: relative;
    }

        #footer::before {
            content: '';
            position: absolute;
            background-image: url("data:image/svg+xml,%3Csvg width='109' height='38' viewBox='0 0 109 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.372267 0.999789L98.623 0.999785C99.3063 0.999785 99.9831 1.02758 100.652 1.08209C92.6855 1.76195 85.6444 6.57006 80.7661 13.0459C62.6753 37.0609 40.442 36.3602 23.997 14.4522C18.2623 6.81252 9.91429 1.05038 0.372267 0.999789Z' fill='%23F5F5F5'/%3E%3C/svg%3E%0A");
            width: 109px;
            height: 38px;
            right: auto;
            left: 120px;
            top: -2px;
        }

    .topIcon {
        background-color: var(--main-color);
        width: 42px;
        height: 42px;
        position: absolute;
        top: -21px;
        border-radius: 50%;
        left: 151px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercard {
        box-shadow: 0px 22px 54px -7px rgba(221, 221, 221, 0.5);
        border-radius: 8px;
        height: 127px;
        padding: 10px;
    }

    #social a {
        box-shadow: 0px 7px 15px 0px rgba(231, 231, 235, 0.82);
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .main-color {
        background-color: var(--main-color);
        color: #fff;
    }

    #shopSupplierListButton {
        border-radius: 8px;
    }

#adsImgList a {
    display: flex;
    width: 297px !important;
    height: 190px !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    padding: 0px;
}

#adsImgList img {
    border-radius: 16px;
    width: 297px !important;
    height: 190px !important;
    /*    height: 191px;
    width: 100%;
    min-width: 297px;
     height: 100%; 
    max-height: 189px;*/
}
#adsImgList2 a {
    display: flex;
    width: 100% !important;
    height: 100% !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    padding: 0px;
}

#adsImgList2 img {
    border-radius: 16px;
    /*    height: 191px;
    width: 100%;
    min-width: 297px;
     height: 100%; 
    max-height: 189px;*/
}
.loading-section {
    min-height: 300px !important;
    position: relative !important;
    /* margin-bottom: 20px; */
}
.loading-section {
    z-index: 1000;
}
.loading-outer {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(223, 214, 214, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate-outer 1.5s linear infinite forwards;
    position: relative;
    margin: auto;
}
    .loading-outer .loading-inner {
        width: 70px;
        height: 70px;
        border-radius: inherit;
        border: 5px solid rgba(223, 214, 214, 0.8);
        border-top-color: transparent;
        border-bottom-color: transparent;
        animation: rotate-inner 1.5s linear infinite forwards;
        position: absolute;
    }
@keyframes rotate-outer {
    50% {
        transform: rotate(200deg);
    }
}

@keyframes rotate-inner {
    50% {
        transform: rotate(-400deg);
    }
}
.floatin-menu {
    width: 100%;
    height: 62px;
    box-shadow: 0px -2px 11px 0px rgba(102, 102, 102, 0.17);
    background-color: #fff;
    border-radius: 15px 15px 0px 0px;
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 101;
}
    .floatin-menu a {
        color: #555555;
    }
.buyerBasketCount {
    position: absolute;
    background-color: var(--main-color);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;    
    border-radius: 50%;
    top: -5px;
    right: -6px;
    border: 1px solid #fff;
    color: #fff;
}
.searchResultsPanel, #searchResultsPanel {
    /* display: none; */
    position: absolute;
    z-index: 10;
    max-height: 50vh;
    overflow-y: auto;
    width: 100%;
    max-width: 490px;
    min-height: 155px;
}
.search-results-list li {
    margin: 5px 0px;
    display: flex;
    
}
    .search-results-list li a {
        color: var(--font-color);
    }
.search-results-list img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin: 5px;
}
@media screen and (max-width: 767px){
    #shopIconHeader{
        max-height: 42px !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 408px) {
    #product_category_menu_mobile.open {
        right: 0px !important;
        transition: all 0.3s ease;
    }
}
@media screen and (max-width: 991px) and (min-width: 408px) {
    #product_category_menu_mobile {
        width: 408px;
        height: 100vh;
        background-color: #fff !important;
        border-radius: 0px;
/*        box-shadow: 0px 0px 15px #d8d7d777;*/
        top: 0;
        z-index: 10000;
        right: -408px;
        transition: all 0.3s ease;
    }
}
@media screen and (max-width: 407px) {
    #product_category_menu_mobile {
        width: 100vw;
        height: 100vh;
        background-color: #fff !important;
        border-radius: 0px;
/*        box-shadow: 0px 0px 15px #d8d7d777;*/
        top: 0;
        z-index: 10000;
        right: -100%;
        transition: all 0.3s ease;
    }
}
@media screen and (max-width: 407px) {
    #product_category_menu_mobile.open {
        right: 0px !important;
        transition: all 0.3s ease;
    }
}
.close_category {
    top: 10px;
    left: 15px;
    right: auto;
}
#content-menu-mobile {
    max-height: 86vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.rm-item-menu li {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
    .rm-item-menu li a {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px;
        color: #333;
    }
.showSubMenu {
    cursor: pointer;
    flex-grow: 1;
    float: left;
    display: block;
    text-align: left;
}
.rm-item-menu li i {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
    .rm-item-menu li i::before {
        transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
    }
.nav-item ul.navbar-nav {
    margin-top: 10px;
}
.rm-item-menu ul {
    height: auto;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.rm-item-menu > li > ul > li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}
.rm-item-menu > li > ul > li {
    border-bottom: 1px solid #ececec;
}
.rm-item-menu li {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bg-ul-f7 {
    background: #f7f7f7 !important;
}
#discount {
    background-color: #F83939;
    border-radius: 20px;
    width: 51px;
    display: flex;
    color: #fff;
    height: 24px;
    align-items: center;
    justify-content: center;
}
#sliderTopImage img {
    max-height: 280px;
    border-radius: 16px;
}
#sliderTopImage .swiper-slide {
    display: flex;
}
.product-gallery {
    max-height: 280px;
}
#sliderThumbImage {
    margin-top: 25px;
}
    #sliderThumbImage .swiper-slide img{
        height: 44px;
    }
    #sliderThumbImage .swiper-slide {
        width: 65px !important;
        height: 64px !important;
        border: 1px solid rgba(230, 234, 241, 1);
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        display: flex;
        cursor: pointer;
    }
    #sliderThumbImage .swiper-slide-thumb-active {
        border: 1px solid rgba(185, 185, 185, 1);
    }

.product-gallery .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49997 16.6L12.9333 11.1667C13.575 10.525 13.575 9.475 12.9333 8.83333L7.49997 3.39999' stroke='%23333333' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.product-gallery .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.4L7.06667 8.83334C6.425 9.475 6.425 10.525 7.06667 11.1667L12.5 16.6' stroke='%23333333' stroke-opacity='0.6' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.product-gallery-thumb .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49997 16.6L12.9333 11.1667C13.575 10.525 13.575 9.475 12.9333 8.83333L7.49997 3.39999' stroke='%23333333' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.product-gallery-thumb .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.4L7.06667 8.83334C6.425 9.475 6.425 10.525 7.06667 11.1667L12.5 16.6' stroke='%23333333' stroke-opacity='0.6' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.radius-16{
    border-radius:16px;
}
.shadow-me {
    box-shadow: 0px 16px 30px -6px rgba(230, 230, 230, 0.5);
}
.border-me {
    border: 1px solid rgba(240, 239, 239, 1)
}
#productName {
    color: #222222;
    font-weight: bold;
    font-size: 1.1rem;
}
#productType {
    color: #777777;
    font-weight: 400;
    font-size: 9pt;
}
/*-------------------------*/
#productColorModels .color-box-item button{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
    #productColorModels button.active::after {
        content:'';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.10625 6.59167L0 3.48542L0.6125 2.85833L3.10625 5.35208L8.45833 0L9.07083 0.627083L3.10625 6.59167Z' fill='white'/%3E%3C/svg%3E%0A");
        width: 10px;
        height: 7px;
        background-repeat: no-repeat;
    }
#dropdownsize.dropdown, #dropdownDynamicDiverse.dropdown, #dropdownSupplierList {
    border: 1px solid rgba(214, 214, 214, 0.72);
    border-radius: 8px;
}
#productProperties li{
   position: relative;
   margin-right: 15px;
}
    #productProperties li::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #888888;
        left: auto;
        right: -15px;
        top: 9px;
    }
.priceContainer {
    background-color: #F8F8F8;
    border-radius: 15px;
    padding: 7px;
    margin: 10px 0px;
}
.counterr {
    width: 54px;
    text-align: center;
}
.counter-div{
    height: 42px;
    background-color: #fff;
    width: 96px;
    border-radius: 24px;
    overflow: hidden;
}
#AddToBasket {
    width: 157px !important;
    height: 42px;
    box-shadow: 0px 6px 19px -4px rgba(81, 81, 222, 0.47);
    border-radius: 24px;
}
.priceContainer p{
    margin-bottom: 0px;
}
.product-box-two-slider.swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='60' viewBox='0 0 30 60' fill='%23F0F0F2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 2.50336e-06C22.0435 2.15557e-06 14.4129 3.16071 8.78679 8.7868C3.1607 14.4129 -2.15557e-06 22.0435 -2.50336e-06 30C-2.85114e-06 37.9565 3.1607 45.5871 8.78679 51.2132C14.4129 56.8393 22.0435 60 30 60L30 30L30 2.50336e-06Z' fill='%23F0F0F2' fill-opacity='1'/%3E%3Cpath d='M17.25 34.62L21.0534 30.8167C21.5026 30.3675 21.5026 29.6325 21.0534 29.1833L17.25 25.38' stroke='%233E3E3E' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-box-two-slider.swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='60' viewBox='0 0 30 60' fill='%23F0F0F2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.15334e-07 2.50336e-06C7.95649 2.15557e-06 15.5871 3.16071 21.2132 8.7868C26.8393 14.4129 30 22.0435 30 30C30 37.9565 26.8393 45.5871 21.2132 51.2132C15.5871 56.8393 7.9565 60 5.72205e-06 60L5.96007e-07 30L-7.15334e-07 2.50336e-06Z' fill='%23F0F0F2'/%3E%3Cpath d='M12.75 34.62L8.94666 30.8167C8.4975 30.3675 8.4975 29.6325 8.94666 29.1833L12.75 25.38' stroke='%233E3E3E' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}
.radius-25{
    border-radius:25px !important;
}
#categoryRoadMapText img {
    width: 9px !important;
    margin: 0px 4px;
}
.product-gallery-thumb {
    height: 108px;
}
#pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
    #pagination li button {
        width: 36px;
        height: 36px;
        background-color: #fff;
        border: 1px solid rgba(240, 239, 239, 1);
        border-radius: 8px;
        text-align: center;
        vertical-align: middle;
        margin: 2px;
        color: #555555;
    }
    #pagination li.active button {
        width: 36px;
        height: 36px;
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
        border-radius: 8px;
        text-align: center;
        vertical-align: middle;
        margin: 2px;
        color: #fff;
    }
.bg-categody {
    background-color: #F0EFEF;
}
#categoryList .swiper-slide a > div {
    background-color: #fff;
    width: 159px;
    height: 103px;
    border-radius: 8px;
    margin: 5px;
    color: #444444;
}
.cart-small-desc {
    color: #444444;
}
.categoryList .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49997 16.6L12.9333 11.1667C13.575 10.525 13.575 9.475 12.9333 8.83333L7.49997 3.39999' stroke='%23333333' stroke-opacity='0.87' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.categoryList .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.4L7.06667 8.83334C6.425 9.475 6.425 10.525 7.06667 11.1667L12.5 16.6' stroke='%23333333' stroke-opacity='0.6' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.sort-div {
    border: 1px solid rgba(240, 239, 239, 1);
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
}
#sorting input, #sorting label {
    color: #777777;
    font-size: 11pt;
}
#sorting > li {
    margin-left: 20px;
}
.sidebar .item-box {
    box-shadow: 0px 16px 30px -6px rgba(230, 230, 230, 0.5);
    background-color: #fff;
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 10px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

    .price-input .field {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
    }

.field input {
    width: 100%;
    min-width: 108px;
    height: 100%;
    outline: none;
    font-size: 12pt;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    padding: 5px;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 3px !important;
    position: relative;
    background: #D9D9D9;
    border-radius: 5px;
}
    .slider.slider-horizontal .slider-track {
        height: 3px !important;
    }

    .slider .progress_bar {
        height: 100%;
        left: 0%;
        right: 0%;
        position: absolute;
        border-radius: 5px;
        background: var(--main-color);
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
    }
.slider-selection {
    background-color: var(--main-color) !important;
}
.slider-handle {
    width: 3px !important;
    height: 9px !important;
    border: none !important;
    border-radius: 25px !important;
    background-color: var(--main-color) !important;
}
.slider.slider-horizontal .slider-selection {
    height: 3px !important;
}
.slider.slider-horizontal.slider-rtl .slider-handle {
    margin-right: 0px !important;
    margin-top: -3px;
}
.slider.slider-horizontal .slider-track {
    margin-top: -2px !important;
}
.setFilters{
    width: 95%;
    height: 38px;
    border-radius: 25px;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    box-shadow: none;
    display: block;
    margin: 10px auto;
}
.setFilters:hover {
    width: 95%;
    height: 38px;
    border-radius: 25px;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    box-shadow: none;
    display: block;
    margin: 10px auto;
}
.delete_filter {
    border: 1px solid rgba(226, 226, 226, 0.72);
    border-radius: 8px;
    padding: 5px;
    margin: 5px;
    color: #333333;
}
#filters {
    box-shadow: 0px 16px 30px -6px rgba(230, 230, 230, 0.5);
    border-radius: 25px 0px 0px 25px;
    background-color: #fff;
    margin: 10px 0px;
    height: 40px;
    position: relative;
    left: auto;
    right: -16px;
}
.user-dropdown .dropdown-toggle::after {
    display: none !important;
}
.category-filters {
    position: sticky;
    top: 0;
    padding-bottom: 20px;
}
#tab-menu-mobile {
    height: calc(100vh);
    background-color: #F0F0F2;
    width: 146px;
}
    #tab-menu-mobile .nav-link {
        border-radius: 8px !important;
        text-align: right !important;
        color: #222222;
        font-size: 11pt;
    }
        #tab-menu-mobile .nav-link.active, #tab-menu-mobile .show > .nav-link {
            color: #ffffff !important;
        }
#tabContent-menu-mobile {
    width: calc(100% - 146px);
}
    #tabContent-menu-mobile .accordion-button:not(.collapsed) {
        color: #222222 !important;
        background-color: #fff !important;
        box-shadow: none !important;
    }
    #tabContent-menu-mobile .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 5px !important;
        font-size: 12pt;
        color: #222222 !important;
        text-align: right;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: var(--bs-accordion-transition);
        box-shadow: none !important;
        font-weight: bold;
    }
        #tabContent-menu-mobile .accordion-button::after {
            flex-shrink: 0;
            width: 10px !important;
            height: 10px !important;
            margin-right: auto;
            content: "";
            background-image: var(--bs-accordion-btn-icon);
            background-repeat: no-repeat;
            background-size: 10px !important;
            transition: var(--bs-accordion-btn-icon-transition);
        }
    #tabContent-menu-mobile .accordion-body {
        padding: 5px 10px !important;
    }
        #tabContent-menu-mobile .accordion-body > a {
            color: var(--main-color) !important;
        }
        #tabContent-menu-mobile .accordion-body ul li a {
            color: #666666 !important;
        }

#feature h5{
    font-size: 1rem;
}
#shobeName {
    background-color: #F6F5F5;
    border-radius: 8px;
}
.shobeListItem {
    border: 1px solid rgba(223, 223, 223, 1);
    border-radius: 8px;
    background-color: #fff;
    height: 197px;
}
@media (min-width: 576px) {
    #shopSupplierListModal .modal-dialog {
        max-width: 840px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.ProductCard-info > small{
    position: absolute;
    top: 0px;
    background-color: #fff;
    border-radius: 8px;
    padding: 3px 7px;
    z-index: 100;
}
.swiper-rtl .swiper-button-next{
    z-index: 100;
}
button[data-bs-target="#collapseSidebar"] {
    display: none;
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    right: auto;
    left: 15px;
    top: 8px;
}
.submenu-col{
    height: auto;
}
.bg-purple{
    background-color: var(--main-color) !important;
}




/*  Raha.cshtml  */




.text-main-color {
    color: var(--main-color);
}

.bg-rectangle {
    background-color: #F0F0F2;
}


.pointerCurser {
    cursor: pointer;
}


/* ==== Bestsellers menu ==== */



#Best-sales .menu-header .menu-container {
    border-bottom: 1px solid #e8e6e6;
    padding-bottom: 14px;
    gap: 65px;
    width: 100%;
}

    #Best-sales .menu-header .menu-container .menu-item {
        cursor: pointer;
        padding: 10px 0;
        color: var(--font-color5);
        transition: color 0.2s ease;
        position: relative;
    }

        #Best-sales .menu-header .menu-container .menu-item.active {
            color: var(--main-color);
        }

    #Best-sales .menu-header .menu-container .bullet {
        position: absolute;
        bottom: -6px;
        width: 10px;
        height: 10px;
        background: var(--main-color);
        border-radius: 50%;
        transform: translateX(-50%);
        transition: left 0.25s ease;
    }




/* new speakers image */

.new-speakers .title,
.new-speakers .more-wrapper {
    right: 90px;
}

.new-speakers .title {
    top: 25px;
}

.new-speakers .more-wrapper {
    top: 65px;
    color: var(--font-color);
}



.no-products {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--font-color3);
    flex-direction: column;
    gap: 12px;
}

#Best-sales .product-image-wrapper {
    position: relative;
    flex-shrink: 0;
    border-radius: 12px;
}


#Best-sales .product-image {
    width: 100px;
    height: auto !important;
    object-fit: contain;
    display: block;
}

#Best-sales .favorite-icon {
    position: absolute;
    top: -5px;
    right: 6px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}


#Best-sales  .discount {
    position: absolute;
    top: -10px;
    right: -35px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.product .favorite-icon {
    display: none;
}


.product:hover .favorite-icon {
    display: block;
}



.product img[src*="sales"] {
    width: 18px;
    height: 18px;
}





/* ==== Customer Reviews ==== */

#Review {
    position: relative;
    overflow: hidden !important;
    padding: 80px;
}


    #Review .review-title-box {
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translateY(-50%);
        background: var(--main-color);
        padding: 100px 40px 100px 80px;
        border-radius: 32px;
        z-index: 5;
        color: #ffffff;
        pointer-events: none;
    }



        #Review .review-title-box::before {
            content: "";
            position: absolute;
            top: 50px;
            width: 22px;
            height: 22px;
            background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_39_5624)'%3E%3Cpath d='M5.1053 10.1891V11.96H9.52962V21.4894H0V11.96H0.000230332V10.1891C0.000230332 6.59309 1.03488 3.92286 3.07562 2.25215C4.48732 1.09646 6.27423 0.510498 8.38683 0.510498V5.61534C7.24001 5.61534 5.1053 5.61534 5.1053 10.1891ZM20.8573 5.61534V0.510498C18.7448 0.510498 16.9579 1.09646 15.5462 2.25215C13.5055 3.92286 12.4707 6.59321 12.4707 10.1891V11.96V21.4894H22V11.96H17.5757V10.1891C17.5758 5.61534 19.7105 5.61534 20.8573 5.61534Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_39_5624'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            pointer-events: none;
            line-height: 1;
            font-weight: 800;
        }



    #Review #customer-reviews {
        padding-right: 10%;
        z-index: 10;
    }



    #Review .person-review {
        width: 65px;
        height: 65px;
        object-fit: contain;
        background-color: #A1B3D5E5;
        border-radius: 50%;
    }


/* ==== Latest articles ==== */
#Articles .card {
    height: auto;
    min-height:400px;
    padding: 10px;
    border: none;
}

    #Articles .card .card-img-top {
        min-height: 180px;
        border-radius: 14px;
    }


/* ==== Swiper ==== */

#Best-sales .swiper,
#Best-sales .Review,
#Best-sales .Articles {
    width: 100%;
    height: auto;
}
#Best-sales .mySwiper,
#Review .mySwiper,
#Articles .mySwiper {
    width: 100%;
    min-height: 200px;
    position: relative;
    align-content: center;
}

#Best-sales .swiper-wrapper,
#Review .swiper-wrapper,
#Articles .swiper-wrapper {
    display: flex;
    height: 100%;
    transition: opacity 0.4s ease !important;
    opacity: 1;
}

    .swiper-wrapper.fade-out {
        opacity: 0;
    }

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    flex-shrink: 0;
}

#Review .swiper-slide .card {
    position: relative;
    box-shadow: 0px 9px 21px -6px rgba(230, 230, 230, 0.5);
}


#Best-sales .swiper-button-next,
#Best-sales .swiper-button-prev,
#Articles .swiper-button-next,
#Articles .swiper-button-prev {
    --swiper-navigation-size: 14px !important;
}


#Best-sales .swiper-button-next,
#Best-sales .swiper-button-prev,
#Articles .swiper-button-next,
#Articles .swiper-button-prev {
    --swiper-navigation-color: #3E3E3EDE;
}


#Review  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--main-color);
    opacity: 0.2;
}

#Review .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
    opacity: 1;
    background: var(--main-color);
}



@media screen and (max-width: 768px) {
    #Best-sales .menu-header .menu-container {
        font-size: 13px;
    }

    .discount {
        right: -10px;
    }

    #Review {
        position: relative;
        overflow: hidden !important;
        padding: 120px 0 80px 0;
    }

        #Review .review-title-box {
            top: 27%;
            right: 2%;
            transform: translateY(-50%);
            padding: 35px 100px 140px 100px;
            font-size: 25px !important;
        }

            #Review .review-title-box::before {
                top: 18%;
                right: 20%;
            }
}




/* ProductDetail.cshtml */

/* ======= Other Sellers ======= */

.modal-body .modal-menu,
.modal-body .seller-details {
    border: 1px solid #e8e6e6;
    background-color: #F8F8F8;
    padding: 10px 20px;
    width: 100%;
}

.modal-menu .menu-item {
    cursor: pointer;
    padding: 10px 0;
    color: var(--font-color5);
    transition: color 0.2s ease;
    position: relative;
}

    .modal-menu .menu-item.active {
        color: var(--main-color);
    }

.modal-menu .bullet {
    position: absolute;
    bottom: -6px;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
    transform: translateX(-50%);
    transition: left 0.25s ease;
}


.seller-details {
    transition: all 0.3s ease;
}

.seller-hidden {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    height: 0;
    margin: 0;
    overflow: hidden;
}



.other-sellers .row {
    margin: 0;
}

.badge {
    padding: 8px 18px;
}

.seller-details .bg-color-main-op {
    pointer-events: none !important
}

/* Product Details */


p {
    margin: 0;
}


.border-color-main {
    border: 1px solid;
    border-color: var(--main-color);
}

    .border-color-main:hover {
        color: white;
        border: 1px solid;
        border-color: var(--main-color);
        background-color: var(--main-color);
    }


.all-btn-comment {
    padding: 2px 10px;
}

.bg-color-main-op {
    background-color: rgba(81, 81, 222, 0.07);
    border-radius: 8px;
}

    .bg-color-main-op:hover {
        background-color: var(--main-color);
        color: white;
    }


/* ===== Product feature ===== */

.nav-link:not(.active) {
    color: black;
    background-color: white;
}
.nav-link svg path {
    transition: stroke 0.3s ease;
}

.nav-link.active svg path {
    stroke: #ffffff;
}

.nav-link {
    padding: 10px;
    box-shadow: 0px 16px 30px -6px rgba(230, 230, 230, 0.5);
}


 .actived {
    background-color: var(--main-color) !important;
    color: white !important;
}

#Product-feature table td:first-child {
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

#Product-feature table td:last-child {
    padding-right: 3.5rem;
    width: 75%;
}

/* ===== User comments ===== */

#pills-productViews .custom-radio input:checked + label {
    color: var(--main-color);
}

#pills-productViews .sort-icon {
    cursor: pointer;
    font-size: 18px;
}



.stars {
    display: flex;
    gap: 4px;
    position: relative;
    justify-content: flex-end;
}

.star {
    width: 20px;
    height: 20px;
}

    .star path {
        fill: none;
        stroke: #F08E04;
        stroke-width: 1.5px;
        transition: all 0.3s ease;
    }


.stars .star.filled path {
    fill: #F08E04;
    stroke: #F08E04;
}

/*post comment*/

.post-comment .star path {
    fill: none;
    stroke: #A3A3A3 !important;
    stroke-width: 1.5px;
    transition: all 0.3s ease;
}

.post-comment .form-check .form-check-input {
    margin-left: 10px;
}
.post-comment .form-check {
    color: #7F7D7D;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.post-comment .form-check-input {
    width: 15px;
    height: 15px;
    border: 1px solid #DFDFDF;
}


    .post-comment .form-check-input:checked {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }


    .post-comment .form-check-input:focus {
        box-shadow: none;
    }

.post-comment .form-control:focus {
    border-color: rgba(81, 81, 222, .25);
    box-shadow: 0 0 0 .25rem rgba(81, 81, 222, .25);
}



/* Progess Bar */
.comment-progress .progess {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* width: 250px; */
    direction: ltr;
}

.comment-progress .progress-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #555;
}

.comment-progress .label {
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.comment-progress .progress-bar {
    flex: 1;
    height: 8px;
    background: #ECECEC;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.comment-progress .fill {
    height: 100%;
    background: #F7A940;
    border-radius: 10px;
    transition: width 0.6s ease;
}
/* ==== FAQ ==== */
/* accordion */

#pills-productQuestions .accordion {
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: black;
}

#pills-productQuestions .accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

#pills-productQuestions .accordion-button {
    background: #ffffff;
    color: black;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    /* position: relative; */
}
    /* open */
    #pills-productQuestions .accordion-button::after {
        position: absolute;
        left: 35px;
        top: 60%;
        transform: translateY(-50%);
        margin-left: 0 !important;
        background-image: url("data:image/svg+xml,%3Csvg width='7' height='3' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.750098 0.749999L3.46676 3.46667C3.7876 3.7875 4.3126 3.7875 4.63343 3.46667L7.3501 0.75' stroke='%235151DE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        /* background-color: rgba(81, 81, 222, 0.2);
        border-radius: 50%; */
    }
    /* close */
    #pills-productQuestions .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg width='7' height='3' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.750098 3.70728L3.46676 0.990609C3.7876 0.669775 4.3126 0.669775 4.63343 0.990608L7.3501 3.70728' stroke='%235151DE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        transform: translateY(-50%);
    }


    #pills-productQuestions .accordion-button:not(.collapsed),
    #pills-productQuestions .accordion-body:not(.collapsed) {
        background: var(--gray-bg);
    }




    @media screen and (max-width: 768px) {
        /* Product feature */
        .nav-link {
            padding: 5px;
        }


        #Product-feature table td:first-child {
            text-align: start;
            width: 35%;
        }

        #Product-feature table td:last-child {
            padding-right: 1.5rem;
            width: 65%;
        }
        /* User comments */

        .User-comments form {
            border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
            border-radius: 16px;
            padding: 5px;
        }


        #sort-form {
            display: none !important;
            width: 100%;
        }


            #sort-form.active {
                display: flex !important;
            }

        #moreQuestion {
            display: none !important;
            width: 100%;
        }


            #moreQuestion.active {
                display: flex !important;
            }

        .all-btn-comment {
            width: 100%;
        }
    }
    



#MobileDescription {
    background-color: #fff;
    border: 1px solid rgba(241, 241, 241, 1);
    border-radius: 16px;
}


    #MobileDescription .btn:hover {
        background-color: initial !important;
        color: inherit !important;
    }

.mobile-description .mobile-desc {
    color: #43545E;
    line-height: 25px;
    text-align: justify;
}



.dashboard-table table {
    border-collapse: collapse !important;
    border-spacing: 0;
}


.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #F8F8F8;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #F0EFEF;
}

.table-striped tbody tr {
    width: 100%;
}

/*.table-striped tbody td {
    border-radius: 8px !important;
    border: none;
}*/


/* filter */


.filter-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px !important;
    margin-bottom: 15px;
}

.filter-header{
    margin-bottom : 30px;
}

.filter-body {
    margin-top: 12px;
}

#ColorFilter .scrollable {
    max-height: 170px;
    overflow-y: auto;
}

#BrandFilter .scrollable {
    max-height: 100px;
    overflow-y: auto;
}

.scrollable::-webkit-scrollbar {
    width: 4px;
}

    .scrollable::-webkit-scrollbar-track {
        background: #D9D9D9;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background-color: #8E8E8E;
        border-radius: 10px;
    }


.scrollable-inner {
    padding-left: 12px; 
}




.category-item {
    margin-bottom: 12px;
}

.category-children li {
    margin-right: 25px;
}

.color-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.filter-mark {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.filter-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    cursor: pointer;
}

    .filter-check .count {
        color: #9ca3af;
    }




#CategoryFilter .search-container {
    position: relative;
    width: 100%;
    max-width: 400px; 
}

#CategoryFilter .search-input {
    width: 100%;
    padding: 10px 16px 10px 48px; 
    border: 1px solid #d1d5db;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s;
}

    #CategoryFilter .search-input:focus {
        border-color: #3b82f6;
    }

#CategoryFilter .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
    color: #888888;
}



#CategoryFilter .row ul li{
    margin-right:25px;
}


#ColorFilter .color-name {
    margin-left:10px;
    border-radius:50%;
    width:22px;
    height:22px;
}

#ColorFilter .blue-color {
    background-color: #237AFD;
}

#ColorFilter .light-blue-color {
    background-color: #A7BEDE;
}

#ColorFilter .black-color {
    background-color: #333333;
}
#ColorFilter .white-color {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
}
#ColorFilter .purple-color {
    background-color: #A88CCB;
}
#ColorFilter .gray-color {
    background-color: #B0B0B0;
}



#BrandFilter .brand-checkbox,
#MaterialFilter .brand-checkbox {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    padding: 2px;
}

    #BrandFilter .brand-checkbox:checked,
    #MaterialFilter .brand-checkbox:checked {
        accent-color: var(--main-color);
    }
.chat-container {
    width: 400px;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: yekan-bakh, Shabnam, sans-serif !important;
    overflow: hidden;
}

.chat-header {
    padding: 15px;
    background-color: var(--base-color-1) !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.online-status {
    font-size: 12px;
    color: #00ff00;
}

.chat-body {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
    background-color: #ffffff;
    height: 72%;
}

/* .message {
                                display: flex;
                                align-items: flex-start;
                                margin-bottom: 15px;
                            } */

/* .message-user {
                                justify-content: flex-start;
                            } */

/* .message-admin {
                                justify-content: flex-end;
                            } */

/* .message-avatar {
                                width: 30px;
                                height: 30px;
                                border-radius: 50%;
                                margin-right: 10px;
                            } */

/* .message-text {
                                background-color: #e4e6eb;
                                padding: 10px;
                                border-radius: 10px;
                                max-width: 60%;
                                font-size: 14px;
                                color: #333;
                            } */

/* .message-user .message-text {
                                background-color: #4a76a8;
                                color: white;
                            } */

.chat-footer {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
}

#messageInput {
    flex-grow: 1;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 10px;
    resize: none;
    height: 40px;
}

.send-button {
    /* background-color: #4a76a8; */
    color: #000;
    border: none;
    /* padding: 10px 15px; */
    /* border-radius: 20px; */
    cursor: pointer;
}

#emojiButton,
#fileButton {
    background: none;
    border: none;
    /* font-size: 24px; */
    /* margin-right: 10px; */
    cursor: pointer;
}

    #emojiButton:hover,
    #fileButton:hover {
        color: #4a76a8;
    }

.chat-icon {
    position: fixed;
    bottom: 122px;
    right: 7px;
    background-color: var(--base-color-1) !important;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    z-index: 1000;
}

.chat-container {
    position: fixed;
    bottom: 137px;
    right: 9px;
    width: 307px;
    max-width: 100%;
    height: 432px;
    z-index: 1006;
}

.bg-chatSend {
    background-color: #D0ECEF;
}

.bg-chatReceive {
    background-color: #ECECEC;
}

.emoji-picker__container {
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
}

#guestInfoForm {
    position: absolute;
}

#chatBox {
    width: 100%;
    max-width: 100%;
    height: 432px;
}

#header_guestInfoForm {
    background-color: var(--base-color-2) !important;
    color: #fff;
}

#button_guestInfoForm {
    background-color: var(--base-color-2) !important;
    color: #fff;
}

.form-guestInfoForm {
    background-color: #f8f8f8;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    width: 100%;
    position: relative;
}

    .form-guestInfoForm label {
        background-color: #f8f8f8;
        width: fit-content;
        position: absolute;
        top: -13px;
        right: 10px;
        padding: 0px 5px 0px 5px;
        font-size: 9pt;
    }

    .form-guestInfoForm input {
        border: none !important;
        box-shadow: none !important;
        border-radius: 8px;
        background-color: #f8f8f8;
    }

        .form-guestInfoForm input:focus {
            border: none !important;
            box-shadow: none !important;
            border-radius: 8px;
            background-color: #f8f8f8;
        }

#body_guestInfoForm {
    height: calc(100% - 155px) !important;
}

@media screen and (max-width: 767px){
    .priceContainer {
        position: fixed;
        top: auto;
        bottom: 62px;
        z-index: 100;
        width: 100%;
        margin: auto;
        background-color: #fff;
        left: 0;
        right: 0;
        padding: 5px 10px;
        border-top: 0.5px solid #000;
        
    }
}