


/*fix*/


.all-category-filters{
    position: relative;
}

.posFix {
    position: fixed;
    top: 100px;
    width: 342px !important;
}

.posAbs {
    position: absolute;
    bottom: -20px;
    width: 342px !important;
}

.aside{
    /*max-width: 306px;*/
    width: 342px;
    z-index: 3;
}

.filter-side{
    height: 71vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.filter-side::-webkit-scrollbar{
    width: 7px;
}

.filter-side::-webkit-scrollbar-track{
    background: #d9d9d9;
}

.filter-side::-webkit-scrollbar-thumb{
    background: var(--primary-color);
    border-radius: 10px;
}

.category-accordion-box::-webkit-scrollbar{
    width: 4px;
}

.category-accordion-box::-webkit-scrollbar-track{
    background: #d9d9d9;
}

.category-accordion-box::-webkit-scrollbar-thumb{
    background: var(--primary-color);
    border-radius: 10px;
}

/*fix*/


/*filters*/

.all-filters-cat{
    /*max-height: 300px;*/
    overflow: auto;
    /*scrollbar-color: #1b9cd8 #cfcfcf;*/
    /*scrollbar-width: 1PX;*/
}

.all-filters-cat::-webkit-scrollbar{
    width: 4px !important;
    display: block !important;
}

.all-filters-cat::-webkit-scrollbar-track{
    background-color: #c0c0c0 !important;
}

.all-filters-cat::-webkit-scrollbar-thumb{
    background-color: #0070db !important;
    border-radius: 5px;
}

/*filters*/



.open_sub{
    left: 0;
    z-index: 100;
    height: 100% !important;
    width: 100%;
    top: 0;
    position: fixed;
    background: #ffff;
}

.backward-arrow{
    padding: 18px 16px;
    padding-bottom: 7px;
    width: fit-content;
}



.category-banner-section {
    margin-bottom: 50px;
    padding-top: 1.4rem;
}


.category-banner-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

.category-banner-title span {
    border-right: 1px solid #DADADA;
    padding-right: 5px;
    color: #005E60;
    font-weight: bold;
}

.category-banner-mobile-text {
    display: none;
}




.tomanUnit {
    font-size: 11px;
    margin: 4px;
}
::-ms-input-placeholder {
    color: #8f8f8f;
}

::placeholder {
    color: #8f8f8f;
}
.search-input {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}
.search-input svg {
    position: absolute;
    margin-left: 10px;
    color: #ddd;
    right: 10px;
    width: 15px;
    height: 15px;
}
.search-input svg path{
    color: #6b6b6b;
}
.search-input input[type="text"] {
    width: 100%;
    padding: 14px 30px 14px 0;
    border-radius: 7px;
    border: none;
    font-size: 13px;
    /* background: #f5f5f5; */
    /* box-shadow: 0 1px 4px rgb(0 0 0 / 12%); */
    color: #444;
    outline: none !important;
    border: 1px solid #ccc;
}
.search-input input[type="text"]::placeholder{
    color: var(--gray-link-color);
}
.search-input input:focus {
    /* border: 1px solid var(--link-color); */
    /* background: #fff; */
}
.not-found-img {
    width: 370px;
    height: 100%;
    display: block;
    margin: 2rem auto;
}
.not-found-text {
    display: block;
    /*margin: -9rem auto;*/
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #4f6497;
    /*font-size: 20px;*/
}


.category-products-section {
    margin-bottom: 60px;
    /*position: relative;*/
    min-height: 600px;
}


.category-products-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px !important;

    height: 100%;
    padding: 10px;
    /*background: #f4f4f4;*/
    margin-inline: 15px auto;
    /* border-bottom: 1px solid; */
    border-radius: 8px;
    border: 1px solid #cccc;
}

.category-products-header span {
    color: #3f4064;
    font-size: 14px;
}

.category-products-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-mobile-filters {
    align-items: center;
    gap: 5px;
}

.category-tabs-content .bob-index-swiper-item{
    min-height: 426px;
}


.category-tabs-content .loader__element {
    border: 2px solid #ffffff;
}


.category-products-header-title {
    padding-right: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.category-tabs{
    padding-inline: 0;
}


.category-tabs-box {
    display: flex;
    margin-left: 5px;
    justify-content: space-between;
    align-items: center;
    padding-inline: 5px;
}
.category-tabs-box:not(:last-child) {
    border-left: 1px solid #E0E0E0;
}

.category-tabs-box > span ,
.category-tabs-box > a {
    padding-left: 5px;
    font-size: 13px;
    color: #81858b !important;
}
.category-tabs-box span.active {
    font-weight: 600;
    color: #dc3545 !important;

}

.category-tabs-box:nth-child(6) span {
    border-left: none;
}

.category-tabs-box > span {
    cursor: pointer;
}

.category-tabs-close svg ,
.category-sort-mobile-title{
    display: none;
}

.category-tabs-close span {
    cursor: pointer;
}

.category-products-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
    position: absolute;
    left: 0;
}

.category-select-input {
    width: 70px;
    position: relative;
}

.category-select {
    height: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    color: #444;
    border-radius: 6px;
    border: none;
    width: 100%;
    outline: none;
    padding-inline: 10px;
    appearance: none;
    font-size: 12px;
    cursor: pointer;
}

.category-mobile-filters {
    display: none;
}

.category-select-input:after {
    content: "▼";
    color: #fc0da9;
    position: absolute;
    transform: translateY(-50%);
    top: 60%;
    left: 12px;
    font-size: 70%;
    border-radius: 40%;
    background-color: #ffffff;
    pointer-events: none;
}

.category-tabs-content.active {
    display: flex;
}
.category-tabs-content > div{
    padding-left: 0;
    /*border-bottom: 1px solid #ccc;*/
}

.category-pagination-box{
    margin-top: 50px;
}
.bob-index-swiper-item{
    border: none;
}

.pagination_sec nav div:first-child{
    display: none;
}

.pagination_sec nav div:nth-child(2) span{
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 5px;
    box-shadow: unset !important;
}


.pagination_sec nav div:nth-child(2) span a{
    border: 1px solid #042341 !important;
    background: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;

}

.pagination_sec nav div:nth-child(2) span svg{
    transform: rotate(180deg);

}

.pagination_sec nav div:nth-child(2) span a:last-child{
    border: unset !important;
}

.pagination_sec nav div:nth-child(2) span *[aria-label="Next &raquo"]{
    border: unset !important;
}

.pagination_sec nav div:nth-child(2) span *[aria-hidden="true"]{
    border: unset !important;
}

.pagination_sec nav div:nth-child(2)  span *[aria-label="&laquo; Previous"]{
    border: unset !important;
}

.pagination_sec nav div:nth-child(2) span span{
    border: 1px solid #042341 !important;
    background: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.pagination_sec nav span[aria-disable="true"] span svg path{
    color: #cfcfcf !important;
}

.pagination_sec nav div:nth-child(2) span[aria-current="page"]{
    background-color: #8ad8ff !important;
}

.pagination_sec nav div:nth-child(2) span[aria-current="page"] span{
    background-color: #8ad8ff !important;
}

.pagination_sec nav div:nth-child(2) span[aria-disabled="true"]{
    border: unset !important;
}



.category-pagination-box nav {
    background-color: unset;
}


.category-banner-title span {
    border-right: 1px solid #DADADA;
    padding-right: 5px;
    color: #005E60;
    font-weight: bold;
    font-size: 12px;
}
.category-banner-title span a {
    font-size: 12px;
}

.category-banner-title a:hover svg path {
    fill: var(--secondary-color) !important;
}
.category-banner-title span a:hover {
    color: var(--secondary-color);
}
.category-banner-title span a {
    font-size: 12px;
}










.category-filters-applied {
    display: none;
}




.category-tabs-content {
    display: flex;
    /*min-height: 700px;*/
    min-height: 900px;
}

.category-tabs-filters {
    display: flex;
    flex-direction: column;
    text-align: right;
    /* border-radius: 4px; */
    /* height: 100%; */
    /* background-color: #fff8f6; */
    /* padding-inline: 15px; */
    /* border: 1px solid #cccc; */
    padding: 0.8rem;
    /*border-left: 1px solid #cfcfcf;*/
    /*height: 100%;*/




}

.all-category-filters{
    padding: 0;
}

.category__image_box{
    border-radius: 50% !important;
    /*border: 1px solid #ffdbe4 !important;*/
    width: 103px;
    height: 103px;
    background: #FFE7DD;
}


.index-group-img-box::after {
    border:2px dashed #d2d6d7 !important;
}

@media screen and (min-width: 768px){
    .category-slide-item:hover .category__image_box::after{
        border: 2px dashed #013971ba  !important;
        animation: rotate_infinite 25s;
        animation-iteration-count: infinite;
    }

    .category-slide-item:hover .category-slide-text{
       color: #013971ba ;
    }


}


.category__image{
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: absolute;
}
.category-slide-item span{
    margin-top: 6px;
    color: #454545;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}
.category-filters-close svg {
    display: none;
}

.filter-title-name span{
    color: #3b3b3b;
    font-weight: 600;
    font-size: 16px;
}
.selected_filter_text{
    padding-inline: 1rem;
    text-overflow: clip;
    width: max-content;
    overflow: hidden;
}
.selected_filter_text span{
    color: #9a9a9a !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.selected_filter_text span:not(:last-child):after {
    content: ',';
}

/*.category-tabs-filters span {*/
/*    font-size: 16px;*/
/*    color: #012243;*/
/*    font-weight: 600;*/
/*}*/

.category-filters-title {
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
    padding-block: 17px;
    gap: 5px;
    /*border-bottom: 1px solid #cdcdcd;*/
    justify-content: center;

    margin-bottom: 15px;
    border-radius: 6px;
    padding: 35px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    display: none;
}
.filter-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.remove-all{
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}
.selected-filters{
    /*background: #fff8f6;*/
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 21px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}
.remove-filter span{
    color: #ee3636;
    cursor: pointer;
    font-size: 12px;
}

.all-selected{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.each-selected{
    display: flex;
    align-items: center;
    gap: 5px;
    /*border: 1px solid #989898;*/
    padding: 6px 12px;
    border-radius: 4px;
    transition: .4s;
    cursor: pointer;
    width: fit-content;
    box-shadow: inset 0 0 0 .0625rem #909196;
}
.all-selected-filters{
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.each-selected span{
    font-size: 14px;
    font-weight: 500;
    color: #555;
    transition: .4s;
    text-align: justify;
    display: flex;
}
.all-selected-filters-feature{
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.all-selected-filters-variety{
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-title span:first-child{
    font-size: 14px;
    font-weight: 600;
}
span.close-selcted{
    transform: rotate(45deg);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
}

.category-in-store {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    padding-inline: 1.2rem;
}
.products-filter-available-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    display: none;
}

.products-filter-discount-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    display: none;
}

.products-filter-available-label {
    width: 40px;
    height: 20px;
    border-radius: 1.75em;
    display: block;
    /* background-color: #EAEAEA; */
    border: 2px solid #a1a3a8;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.products-filter-available-label.Yes_val{
    border-color: var(--primary-color);
}

.products-filter-available-label.Yes_val::before{
    background-color: var(--primary-color);
    transform: translateX(-2px);
    transition: .4s;
}

.products-filter-discount-label{
    width: 40px;
    height: 20px;
    border-radius: 1.75em;
    display: block;
    /* background-color: #EAEAEA; */
    border: 2px solid #a1a3a8;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.products-filter-discount-label.Yes_val{
    border-color: var(--primary-color);
}

.products-filter-discount-label.Yes_val::before{
    background-color: var(--primary-color);
    transform: translateX(-2px);
    transition: .4s;
}


.products-filter-available-label::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 12px;
    top: 2px;
    border-radius: 50%;
    background-color: #a1a3a8;
    transform: translateX(-23px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.products-filter-discount-label::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 13px;
    top: 2px;
    border-radius: 50%;
    background-color: #a1a3a8;
    transform: translateX(-23px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.products-filter-available-icon:checked+label {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}
.products-filter-discount-icon:checked+label {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.products-filter-available-icon:checked+label::before {
    background-color: #FFF;
    transform: translateX(0);
}

.products-filter-discount-icon:checked+label::before {
    background-color: #FFF;
    transform: translateX(0);
}

.category-text-box {
    /* margin-top: 15px; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* cursor: pointer; */
    border-top: 1px solid #eee;
    padding-block: 17px;
    /* cursor: pointer; */
}
.category-text-box:nth-child(1){
    border-top: none;
}

.category-price-range {
    appearance: none;
    width: 100%;
    background-color: #E990EE;
    margin-block: 10px;
    height: 3px;
}

.category-price-range::-webkit-slider-thumb {
    appearance: none;
    background-color: #E990EE;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.category-price-range::slider-thumb {
    appearance: none;
    background-color: #E990EE;
}

.category-range-box {
    display: flex;
    gap: 5px;
}

.category-items-menu-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    cursor: pointer;
    padding-inline: 1rem;
}

.category-items-menu-box span:first-child {
    position: relative;
    font-size: 14px;
}

.category-items-menu-box span:first-child::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--blue-color);
    opacity: 0;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 55px;
    background-color: #e4ebec;
    border-radius: 43px;
    gap: 20px;
    padding: 10px 0px;
}


.page-link{
    background-color: #FEFEFE;
    display: flex;
    /* display: none; */
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #989898;
    position: relative;
}


.page-item:first-child .page-link{
    background-image: url("../images/back-nav.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
    border: unset;
    width: 30px;
    height: 30px;
    border-radius: unset;
    color: #fff;
    font-size: 18px;
}

.page-item:last-child .page-link{
    background-image: url("../images/back-nav.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
    border: unset;
    width: 30px;
    height: 30px;
    border-radius: unset;
    color: #fff;
    font-size: 18px;
}



.page-item.disabled .page-link{
    color: #c7c7c7;
}

.page-item.active .page-link{
    transform: scale(1.15);
    background-color: var(--secondary-color);
    outline: 1px solid var(--secondary-color);
    outline-offset: 2px;
    border-color: #ffffff;
}
.category-tabs-title {
    display: flex;
    margin-right: 18px;
}

.category-tabs-box .checkbox-container {
    display: none;
}

.checkbox-container span:first-child{
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.category-items-menu-box.active span:first-child::before {
    opacity: 1;
}

.category-accordion-box {
    height: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    --primary: #275efe;
    --headline: #3f4656;
    --text: #99a3ba;
    cursor: pointer;
    overflow-x: hidden;
}
.category-accordion-item {
    /*border-bottom: 1px solid #F2F2F2;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* margin-top: 1px; */
    /* height: 37px; */
    margin-block: 0px;
    padding: 0.8rem 0;
}
.filter-title-selected{
    font-weight: 700 !important;
    font-size: 12px !important;
    color: #81858b !important;
}
.category-accordion-item-selected {
    /*border-bottom: 1px solid #F2F2F2;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* margin-top: 1px; */
    /* height: 37px; */
    margin-block: 0px;
    padding: 0.8rem 0;
}




.category-accordion-item:last-child{
    border-bottom: none;
}
.category-accordion-item span {
    color: #3e3e3e;
    font-size: 13px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-right: 34px;
    /* margin-block: 14px; */
    cursor: pointer;
    /* padding-block: 18px; */
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: flex;
    align-items: center;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    --border-default: #bbbbc1;
    --border-hover: #9898a3;
    --active: #0071dc;
    --active-tick: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    /* background-color: #eee; */
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
    transition: all .5s;
    border: 2px solid #656565;
}

.checkmark svg {
    display: block;
    position: absolute;
}

.checkmark svg:first-child {
    width: 23px;
    height: 19px;
    left: -2px;
    top: 0;
    color: var(--active);
    display: none;
}
.checkbox-container input:checked + .checkmark{
    background-color: var(--active);
    border: 2px solid var(--active);
}
.checkbox-container input:checked + .checkmark svg:first-child{
    display: block;
}

.checkbox input svg:first-child .tick {
    stroke-dasharray: 20;
    stroke-dashoffset: var(--stroke-dashoffset, 20);
    transition: stroke-dashoffset 0.2s;
}

.checkbox-container input:checked + .checkmark svg:first-child .tick.mask {
    stroke: var(--active-tick);
}
.checkbox-container input:checked + .checkmark svg:first-child {
    --stroke-dashoffset: 0;
}
.checkbox-container input:checked + .checkmark svg:nth-child(2) {
    --animation: check;
}
.checkbox:hover input:not(:checked) {
    --border: var(--border-hover);
}

.checkbox-container input:checked + .checkmark svg:nth-child(2) {
    width: 11px;
    height: 11px;
    fill: none;
    stroke: var(--active);
    stroke-width: 1.25;
    stroke-linecap: round;
    top: -6px;
    right: -10px;
    stroke-dasharray: 4.5px;
    stroke-dashoffset: 13.5px;
    pointer-events: none;
    animation: var(--animation, none) 0.2s ease 0.175s;
}

@-webkit-keyframes check {
    100% {
        stroke-dashoffset: 4.5px;
    }
}

@keyframes check {
    100% {
        stroke-dashoffset: 4.5px;
    }
}

.category-text-box:nth-last-child(2).active .category-accordion-box{
    padding-block: 20px;
    height: max-content;
    overflow: hidden;
}
.category-text-box.active .category-accordion-box {
    height: 100%;
    /* height: 290px; */
    padding-inline: 1rem;
    margin-top: 16px;
    max-height: 290px;
}

.category-text-box .category-items-menu-box svg {
    transition: all .5s;
    font-size: 15px;
    color: #7d7d7d;
}
.category-in-store span{
    font-size: 14px;
}
.all-filters-cat .category-in-store:last-child{
    border-bottom:none;
}
.category-text-box.active .category-items-menu-box svg {
    transform: rotate(180deg);
}

.category-text-box.active .category-items-menu-box svg.filter-cloud {
    transform: unset;
}

.category-tabs-item-box {
    padding-inline: 0;
    display: flex;
    justify-content: center;
}

.price-slider {
  --primary-color: #E890ED;
  --handle: #fff;
  --handle-active: #E890ED;
  --handle-hover: #E890ED;
  --handle-border: 2px solid var(--primary-color);
  --line: #cdd9ed;
  --line-active: var(--primary-color);
  height: 23px;
  width: 90%;
  margin-inline: auto;
  position: relative;
  pointer-events: none;
}
.price-slider .ui-slider-handle {
  --y: 0;
  --background: var(--handle);
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 23px;
  height: 23px;
  transform: translateX(-50%);
  position: absolute;
  outline: none;
  display: block;
  pointer-events: auto;
}

.category-text-box .price-values div,
.category-text-box small div {
  display: inline-block;
  vertical-align: top;
  color: #E890ED;
}
.category-text-box .price-values {
  --primary-color: #E890ED;
  margin: 0;
  font-weight: normal;
  color: var(--primary-color);
  font-size: .8rem;
}
.category-text-box .price-values span{
    font-size: .9rem;
}
.category-text-box .price-values > div:first-child {
  margin-right: 2px;
}
.category-text-box .price-values > div:last-child {
  margin-left: 2px;
}
.category-text-box small {
  color: var(--text);
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.category-text-box .price-slider {
  margin-top: 40px;
}
.price-slider .ui-slider-handle div {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  transition: background 0.4s ease;
  transform: translateY(calc(var(--y) * 1px));
  border: var(--handle-border);
  background: var(--background);
}
.price-slider .ui-slider-handle:hover {
  --background: var(--handle-hover);
}
.price-slider .ui-slider-handle:active {
  --background: var(--handle-active);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.price-slider svg {
  --stroke: var(--line);
  display: block;
  height: 83px;
}
.price-slider svg path {
  fill: none;
  stroke: var(--stroke);
  stroke-width: 1;
}
.price-slider .active, .slider > svg {
  position: absolute;
  top: -30px;
  height: 83px;
}
.price-slider > svg {
  left: 0;
  width: 100%;
}
.price-slider .active {
  position: absolute;
  overflow: hidden;
  left: calc(var(--l) * 1px);
  right: calc(var(--r) * 1px);
}
.price-slider .active svg {
  --stroke: var(--line-active);
  position: relative;
  left: calc(var(--l) * -1px);
  right: calc(var(--r) * -1px);
}
.price-slider .active svg path {
  stroke-width: 2;
}


.category-tabs-item {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    border: 1px solid #73EFE5;
    border-radius: 11px;
    padding-block: 20px;
    padding-inline: 12px;
    height: 410px;
    width: 95%;
    margin-inline: 10px;
    margin-bottom: 10px;
}

.category-item-img-box img {
    width: 185px;
    height: 185px;
    object-fit: contain;
}

.category-item-img-box {
    display: flex;
    justify-content: center;
    position: relative;
}

.category-item-img-details {
    display: none;
    width: 60%;
    justify-content: center !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-block: 10px;
    border-top: 1px solid #FC0DA9;
    border-bottom: 1px solid #FC0DA9;
    gap: 5px;
}

.category-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #FC0DA9;
    border-radius: 50%;
    position: relative;
}

.category-item-icon svg {
    position: relative;
    z-index: 1;
}

.category-item-icon::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: #FC0DA9;
    transition: all .5s;
    border-radius: 50%;
}


.category-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    position: absolute;
    top: 220px;
    font-size: 14px;
    color: #005E60;
    width: 90%;
}

.category-item-price {
    position: absolute;
    top: 270px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.category-item-price-box {
    display: flex;
    gap: 5px;
    align-items: center;
}

.category-item-price span {
    color: #005E60;
    font-size: 17px;
}

.category-item-score {
    display: flex;
    align-items: center;
    gap: 5px;
}

.category-item-score span {
    font-size: 13px;
}

.category-item-old-price {
    position: absolute;
    top: 295px;
    right: 45px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.category-item-old-price span {
    color: #EA1717;
    font-size: 10px;
}

.category-item-age {
    display: none;
    justify-content: start;
    flex-wrap: wrap;
    position: absolute;
    top: 320px;
    justify-content: space-between;
    width: 90%;
}

.category-item-age span {
    color: #005E60;
    font-size: 11px;
}

.category-item-btn-box {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
}

.category-item-btn {
    position: absolute;
    top: 340px;
    margin: auto;
    margin-top: 10px;
    background-color: #FC0DA9;
    height: 38px;
    color: #fff;
    font-size: 12px;
    border: none;
    outline: none !important;
    width: 130px;
    border-radius: 11px;
    cursor: pointer;
}

.category-item-mobile-icon {
    display: none;
}

.category-pagination {
    justify-content: center;
    margin-top: 40px;
    display: none;
}

.category-pagination.show {
    display: flex;
}

.category-pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;

}

.category-pagination-box nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 55px;
    border-radius: 43px;
    gap: 15px;
    padding: 10px 20px;
}
.category-pagination-box span {
    font-size: 12px;
}

.category-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #73EFE5;
    border-radius: 50%;
}

.category-pagination-num {
    background-color: #FEFEFE;
     display: flex;
    /*display: none;*/
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #989898;
    position: relative;
}
.category-pagination-num.show{
    display: flex;
}
.category-pagination-num::before {
    display: none;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    ;
    border: 1px solid #73EFE5;
    position: absolute;
}

.category-pagination-num.active {
    transform: scale(1.25);
    background-color: #73EFE5;
    outline: 1px solid #73EFE5;
    outline-offset: 2px;
}

.category-pagination-num.active::before {
    display: flex;
}

#category .bob-index-swiper-item{
    border-radius: 5px;
    margin-bottom: 15px;
}
.category-slider{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    justify-items: center;
    gap: 30px;
    margin-top: 42px;
    padding-bottom: 10px;
}

.category-slide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.category-slide-item:nth-child(n+7){
    display: none;
}
.category-slide-item.show{
    display: flex !important;
}
.category-slide-image{
    width: 100%;
    height: 195px;
    object-fit: contain;
}
.category-slide-text{
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}
.category-more-slide{
    border: 1px solid #fdfdfd;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #d8d8d8;
    border-radius: 50%;
}

.read-more.expanded .read-content {
    max-height: 600px;
    overflow: auto;
}

.whole-readMore ul {
    display: block;
    margin: 0 auto;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

.whole-readMore::before, .whole-readMore::after {
    content: " ";
    display: table;
}
.read-more.expanded .read-content::before, .read-more.expanded .trigger {
    opacity: 0;
    visibility: hidden;
}
.read-more .read-content {
    position: relative;
    overflow: hidden;
    max-height: 210px;
    transition: max-height 500ms ease;
}

.read-more .trigger {
    display: block;
    position: absolute;
    color: #FF8A77;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.read-more a{
    border-bottom: 1px solid !important;
    color: #fc0da9;

}
.read-more a span{
    color: #fc0da9;

}
.read-more a:hover{
     color: #b52a85;

 }
.read-more a:hover span{
     color: #b52a85;

 }
.read-more {
    position: relative;
    text-decoration: none;
    line-height: 51px;
    cursor: pointer;
    cursor: text;
}

.read-more .read-content {
    position: relative;
    overflow: hidden;
    max-height: 210px;
    transition: max-height 500ms ease;
}
.read-more .read-content::before {
    content: "";
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    background: linear-gradient(360deg, #FFF 24%, rgba(255, 255, 255, 0.00) 100%);
    transition: opactiy 500ms ease, visibility 500ms ease;
    right: 0;
}
.read-more * {
    text-align: right  !important;
    direction: rtl !important;
    font-family: 'IRANYekan' !important;
    font-size: 15px !important;
    line-height: 30px !important;

}



/*range*/

#PriceGradient {

    /** colors for the handles and range */
    --color1: hsl(321, 96%, 52%);
    --color2: hsl(297, 70%, 74%);
    --colorMix: hsl(181, 84%, 42%);
    --range-pip: #ccc;
    --range-pip-in-range: var(--colorMix);

    /** linear springs from for easing nicely */
    --spring-duration: 1.5s;
    --spring-easing: linear(
        0, 0.576 4%, 0.79, 0.964, 1.102, 1.205, 1.275 13.6%, 1.298, 1.313, 1.32, 1.32,
        1.313 19.3%, 1.299 20.7%, 1.256 23.4%, 1.111 30.5%, 1.047 34.2%, 1.018, 0.996,
        0.979, 0.968 42.9%, 0.961 46.1%, 0.962 49.7%, 0.994 63.9%, 1.004 72%,
        1.005 79.2%, 1
    );

    --color: var(--color1);
    --shadow-color: 0deg 0% 0%;
    --shadow-elevation-medium:
        0px 0.4px 0.4px hsl(var(--shadow-color) / 0.1),
        0px 0.8px 0.8px -0.8px hsl(var(--shadow-color) / 0.09),
        0px 1.6px 1.7px -1.5px hsl(var(--shadow-color) / 0.08),
        0px 3.5px 3.6px -2.3px hsl(var(--shadow-color) / 0.08),
        0px 6.9px 7.2px -3px hsl(var(--shadow-color) / 0.07);

    height: 8px;

}

#PriceGradient .rangeBar {
    height: 100%;
    background: linear-gradient(90deg, hsl(17.5deg 100% 71.76%), hsl(17.67deg 100% 88.28%));
}

#PriceGradient .rangeHandle[data-handle="1"] {
    --color: var(--color2);
}

#PriceGradient .rangeHandle {
    width: 20px;
    height: 20px;
    top: calc( 50% - 1px );
    border-radius: 50%;
    background: white;
    border: 2px solid hsl(17.67deg 100% 68.04%);
    box-shadow: var(--shadow-elevation-medium);
    perspective: 500px;
}

#PriceGradient .rangeNub {
    display: none;
}

#PriceGradient .rangeFloat {
    border-radius: .5em;
    padding: .3em .6em;
    background: white;
    color: black;
    font-weight: bold;
    border: 2px solid hsl(17.47deg 100% 69.02%);
    top: -1em;
    transform-origin: bottom center;
    transform: translate(-50%, -100%) rotateX(100deg) scaleY(0.75);
    transition: all var(--spring-easing) var(--spring-duration);
}

#PriceGradient .rangeFloat:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 9px;
    height: 9px;
    background: white;
    transform: translate(-50%, 50%) rotate(45deg);
    border-right: 2px solid hsl(17.67deg 100% 68.04%);
    border-bottom: 2px solid hsl(17.67deg 100% 68.04%);
}

#PriceGradient.focus .rangeHandle .rangeFloat,
#PriceGradient.hoverable .rangeHandle:hover .rangeFloat,
#PriceGradient.hoverable:hover .rangeFloat {
    top: -1em;
    transform: translate(-50%, -100%) rotateX(0deg);
    opacity: 1;
}

/** move the slider to the left or right while dragging */
#PriceGradient.up .rangeHandle.active .rangeFloat {
    transform: translate(-60%, -100%) rotateZ(-15deg);
}
#PriceGradient.down .rangeHandle.active .rangeFloat {
    transform: translate(-40%, -100%) rotateZ(15deg);
}

/** style the pips when active and in range */
#PriceGradient .pip {
    height: 2px;
    width: 2px;
    border-radius: 2px;
}
#PriceGradient.focus .pip.in-range {
    background: white;
    box-shadow:
        0 0 2px 1px var(--range-pip-in-range),
        0 0 5px 2px var(--range-pip-in-range),
        0 0 2px 0px var(--range-pip-in-range);
}


#app {
    flex: 1 1 100%;
}

.price-range-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: right;
    background: #fff8f6;
    margin-top: 15px;
    border-radius: 6px;
    padding-block: 21px 4px;
    padding-inline: 12px;
    gap: 75px;
}

.filter-title-bob span{
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px;
}

/*range*/

/*hover*/

.each-selected:hover{
    /*background-color: var(--primary-color);*/
    /*border: 1px solid var(--primary-color);*/
    transition: .4s;
    box-shadow: inset 0 0 0 .125rem #909196;
}

.each-selected:hover span{
    /*color: #fff;*/
    transition: .4s;
}

/*hover*/




@media screen and (min-width: 1921px) {
    .category-slider {
        gap: 10px 30px;
    }
}

@media screen and (max-width: 1399px){

    /*fix*/


    .all-category-filters{
        position: relative;
    }

    .posFix {
        position: fixed;
        top: 101px;
        width: 292px !important;
    }

    .posAbs {
        position: absolute;
        bottom: -20px;
        width: 292px !important;
    }

    .aside{
        /*max-width: 306px;*/
        width: 292px;
        z-index: 3;
    }

    /*fix*/


    .bob-index-swiper-item img {
        width: 185px;
        height: 168px;
    }


    .category-tabs-content .bob-index-swiper-item {
        min-height: 372px;
        width: 286px;
    }
}

@media screen and (max-width: 1650px) {
    .category-slide-image{
        height: 155px;
    }
}
@media screen and (max-width: 1400px) {
    .category-products-section::before {
        content: '';
    }
}

@media screen and (min-width: 1200px) {
    .category-tabs-item:hover .category-item-age {
        display: flex;
    }

    .category-tabs-item:hover {
        border: 1px solid var(--blue-color);
    }

}

@media screen and (min-width: 992px) {



    .category-items-menu-box:hover svg.filter-cloud path{
        fill: rgb(0, 94, 96);
    }

    .category-item-icon:hover {
        cursor: pointer;
    }

    .category-item-icon:hover::before {
        width: 100%;
        height: 100%;
    }

    .category-item-icon:hover svg {
        fill: #fff;
    }

    .category-item-icon:hover svg path {
        fill: #fff;
    }

    .category-item-img-box:hover . {
        display: flex;
    }

    .category-item-img-box:hover img {
        opacity: .5;
    }

    .category-tabs-close span:hover {
        cursor: pointer;
    }
}

@media screen and (max-width: 1200px) {
    .category-item-mobile-icon {
        position: absolute;
        top: 353px;
        left: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        border: 1px solid #FC0DA9;
    }

    .category-item-mobile-icon.active svg {
        fill: #FC0DA9;
    }

    .category-item-btn {
        right: 15px;
    }

    .category-item-age {
        display: flex;
    }
    .category-banner-section{
        /* padding-top: 50px; */
    }
    .category-slider,
    .category-slide-item{
        display: flex !important;
    }
    .category-slider {
        overflow: auto hidden;
        scrollbar-width: none;
    }
    .category-slider {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        justify-items: center;
        gap: 30px;
        margin-top: 21px;
        padding-bottom: 10px;
        padding-top: 27px;
    }

    .category-slider::-webkit-scrollbar{
        height: 0;
        width: 0;
    }
    #category .index-group-img-box{
        width: 130px;
        height: 130px;
    }
    .category-slide-item span{

        width: 130px;
    }

    .category-more-slide{
        display: none;
    }
    .category-slide-item{
        min-width: 150px;
        height: max-content;
    }
    .category-slide-image{
        height: 150px;
    }
}

@media screen and (max-width: 992px) {

    .aside {
        height: 0;
    }

    .category-accordion-item{
        padding: 0.8rem !important;
    }
.search-input svg{
    right: 23px;
}
    .search-input input[type="text"]{
        margin: 0rem 1rem;
    }
.category-filters-applied__button{
    background-color: var(--secondary-color);
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 0.4rem 1rem;
    font-size: 14px;
    text-wrap: nowrap;
}
    .category-filters-notapplied__button{
        background-color: #cac9c9;
        width: 100%;
        display: inline-block;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        padding: 0.4rem 1rem;
        font-size: 14px;
        text-wrap: nowrap;
    }

    .all-filters-cat {
        max-height: 100%;
    }


    .selected-filters{
        display: none;
    }
    .price-range-box{
        display: none;
    }


    .category-tabs {
        padding: 0;
    }
    .category-products-header-title {
        padding-right: 0;
    }
    .category-products-header-right {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        /*border: 1px solid #ECECEC;*/
        padding-inline: 15px;
        height: 49px;
        border-radius: 7px;
        /*background-color: #fc0da9;*/
    }

    .category-products-header-title {
        display: flex;
        align-items: center;
        gap: 5px;

    }

    .category-products-header {
        border: none;
        background-color: transparent;
        /*border-bottom: 1px solid #bdbbbb;*/
        border-radius: 0;
        margin-bottom: 0;
         padding: 0;
         margin-inline: 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #dcdcdc;
        }

        .category-select {
            background-color: #E890ED;
            color: #fff;
        }
        .category-select-input:after{
            color: #fff;
            background-color: #E890ED;
        }
        .category-tabs-filters {
            position: fixed;
            top: 0;
            /* right: -50%; */
        right: 0;
        height: 100%;
        max-height: max-content;
        width: 50%;
        border-radius: 0;
        /*padding-inline: 15px;*/
        background-color: #fff;
        z-index: 1000;
        display: flex;
        justify-content: flex-start;
        padding-block: 20px 100px;
        overflow: hidden auto;
        transform: translateX(100%);
        -webkit-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
    }
    .category-tabs-filters.show {
        transform: translateX(0);
        max-width: 100%;
    }

    .category-tabs-filters.show .category-filters-close svg {
        display: inline;
    }

    .category-tabs-box .checkbox-container {
        display: flex;
    }
    .category-sort-mobile-title{
        color: #444 !important;
        font-size: 1rem !important;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #c7c7c7;
        padding-bottom: 10px;
    }
    .category-filters-close {
        position: absolute;
        top: 18px;
        right: 10px;
    }

    .category-filters-close svg path {
        fill: #494949;
    }

    .category-tabs-title {
        display: none;
        padding-top: 15px;
        align-items: flex-start;
        padding-inline: 50px;
        flex-direction: column;
        background-color: #fff;
        bottom: 0;
        right: 0;
        margin: auto;
        border-radius: 15px;
        height: max-content;
        width: 100%;
        position: fixed;
        z-index: 1110000;
        padding-bottom: 20px;
    }

    .category-tabs-box > span ,
    .category-tabs-box > a {
        border-left: none !important;
    }

    .category-tabs-title.show .category-tabs-box {
        margin-top: 15px;
        width: 100%;
        border-left: 0;
        position: relative;
    }

    .category-tabs-title.show {
        display: flex;
    }

    /* .category-tabs-title.show  .category-tabs-box label {
        visibility: visible;
    } */
    .category-tabs-close {
        position: absolute;
        right: 17px;
        top: 17px;
    }

    .category-tabs-close span {
        cursor: pointer;
    }

    .category-tabs-close svg path {
        fill: #FC0DA9;
    }

    .category-tabs-title.show .category-tabs-close svg {
        display: inline;
        margin-bottom: 10px;
    }
    .category-sort-mobile-title{
        display: block;
    }
    .category-products-header-left span{
        color: #005E60;
    }
    .category-mobile-filters {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        /*border: 1px solid #ECECEC;*/
        padding-inline: 15px;
        height: 49px;
        border-radius: 7px;
        /*background-color: #fc0da9;*/
    }

    .category-banner-mobile-text {
        display: inline;
        color: #E890ED !important;
        font-weight: normal !important;
    }

    .category-banner-title {
        margin-bottom: 30px;
        /*justify-content: center;*/
    }

    .category-filters-applied {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 50px;
        box-shadow: 0 -1px 1px rgba(0, 0, 0, .14), 0 -2px 2px rgba(0, 0, 0, .05);
        /*box-shadow: 0px 0px 7px rgba(252, 13, 169, 0.29);*/
        /*border-radius: 31px 31px 15px 15px;*/
        background-color: #fff;
        position: fixed;
    }



    .category-tabs-title.show .category-products-header-title {
        border-bottom: 1px solid #73EFE5;
        padding-bottom: 5px;
        width: 100%;
    }
    .category-tabs-box > span
    .category-tabs-box > a{
        color: #005E60 !important;
        min-width: max-content;
        width: 100%;
        text-align: right;
        position: relative;
    }
    .category-tabs-box > span.active::before,
    .category-tabs-box > a.active::before{
        content: url('../img/category/Vector9.svg');
        position: absolute;
        left: 0;
    }
    .category-tabs-title .category-products-header-title span {
        color: #fc0da9;
    }
    .category-tabs-title .category-products-header-title svg path{
        fill: #fc0da9;
    }
    .category-products-header-title svg path{
        fill: #505050;
    }
    .category-mobile-filters svg path{
        fill: #505050;
    }
    .category-products-header-title span,
    .category-mobile-filters span{
        color: #505050;
    }
    .not-found-text {
        /*margin: -5rem auto;*/
        font-weight: 800;
        color: #4f6497;
        font-size: 13px;
    }
    .category-slide-image{
        height: 90px;
    }
    .category-filters-title {
        padding-block: 2px;
        /*padding-block: 17px 10px;*/
        /*margin-top: 10px;*/
        display: block;
    }
    .category-banner-section{
        margin-bottom: 20px;
    }
    .category-slider{
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {

    .category-banner-title {
        margin-bottom: 0;
        /* justify-content: center; */
    }


    .category-banner-section::before {
        display: none;
    }

    .category-pagination-box {
        /* height: 35px; */
        /* width: 235px; */
    }

    .category-pagination-num::before {
        width: 23px;
        height: 23px;
    }
    .category-banner-section{
        /* padding-top: 165px; */
        margin-bottom: 20px;
    }
    #category .bob-index-swiper-item{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px){

    .index-swiper-price-container {
        height: unset !important;
    }
    .bob-index-swiper-item {
        background: unset;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        gap: 7px;
    }

    .bob-index-swiper-item::before {
        display: none;
    }
    .category-tabs-content .bob-index-swiper-item {
        border: none;
        /*border-bottom: 1px solid #c2c2c2;*/
    }

    .each-bob-pro-cat:last-child  .bob-index-swiper-item {
        border-bottom: unset;
    }

    .each-bob-pro-cat:first-child  .category-tabs-item-box {
        border-top: 2px dashed #5f5f5f;;
    }
    .index-price-box {
        flex-direction: column-reverse;
    }

    .category-tabs-content .bob-index-swiper-item {
        flex-direction: row;
    }

    .category-tabs-content .bob-index-swiper-item {
        padding: unset;
        padding-block: 14px;
        margin-bottom: unset;
        border-radius: unset;
        padding-inline: 10px;
    }

    .category-tabs-content .addToCart_btn {
        align-self: flex-end;
        margin-top: 8px;
        padding: 5px 11px;
    }

    .index-product-colorBox {
        right: 8%;
        top: -17px;
        gap: 4px;
        padding: 1px;
    }

    .index-product-color-item {
        width: 10px;
        height: 10px;
    }

    .bob-index-swiper-img-container {
        margin-right: 21px;
    }
    .product-detail-box {
        width: 60%;
        gap: 15px;
        flex-direction: column-reverse;
        justify-content: flex-end;
        min-height: unset;
    }

    .index-swiper-age{
        display: none;
    }

    .varieties__sec {
        justify-content: flex-start;
    }

    .index-swiper-title a{
        text-align: justify;
        color: var(--text-color2) !important;
        font-weight: 500;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 44px;
    }

    .category-tabs-item-box {
        margin-bottom: 0rem;
    }


    .bob-index-swiper-hover{
        display: none;
    }

    .category-tabs-content .addToCart_btn span {
        font-size: 11px;
    }
    .category-tabs-content > div {
        border-bottom: 1px solid #dfdfdf;
    }


}

@media screen and (max-width: 576px) {
    .category-slide-item span{
        font-size: 12px;
        font-weight: 500;
        }

        .category-banner-section {
            padding-top: 53px;
        }

        .category-products-header {
            margin-bottom: 5px;
        }


        .bob-index-swiper-item {
            margin-bottom: 40px;
        }

        .pagination_sec .pagination {
            width: 400px;
            overflow: auto;
            justify-content: center;
        }

        .category-tabs-filters {
            /* right: -100%; */
        width: 100%;
    }

    .category-tabs-item-box {
        display: flex;
        justify-content: center;
    }

    .category-banner-title span {
        font-size: 12px !important;
        white-space: nowrap;
    }

    .category-banner-title {
        overflow: auto;
        flex-wrap: nowrap;
    }

    .category-banner-title::-webkit-scrollbar{
        display: none;
    }

    .category-products-header-right {
        gap: 5px;
    }

    .category-tabs-content{
        min-height: 400px;
    }

    .category-banner-section {
        /* padding-top: 170px; */
    }
    .category-tabs-title.show {
        width: 100%;
        /* height: 100%; */
        border-radius: 0;
        padding-inline: 10px;
    }
    .category-sort-mobile-title{
        padding-right: 40px;
    }


    .category-tabs-content > div{
        padding-inline: 0;
    }
    .category-products-section .container {
        padding-inline: 0;
    }
    .category-slider{
        padding-bottom: 20px;
        gap: 30px;
    }
    .category-slide-item{
        min-width: 110px;
        height: max-content;
    }
    .category-slide-text{
        font-size: .7rem;
    }
    .search-input input[type="text"] {
        padding-block: 18px;
        font-size: 15px;
    }
    .index-group-img-box {
        height: 100px;
        width: 100px;
    }
    .category__image {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 518px) {

}

@media screen and (max-width: 432px) {
    .category-products-header-left {
        margin-left: 5px;
    }

    .category-products-header-title {
        /* padding-right: 5px; */
    }
    .category-products-header span{
        font-size: 11px;
    }
}

@media screen and (max-width: 425px){

    .category-banner-section {
        padding-top: 50px;
    }


    .pagination_sec .pagination {
        width: 330px;
    }

}

@media screen and (max-width: 375px) {

    .bob-index-swiper-img-container {
        margin-right: 10px;
    }

    .category-mobile-filters ,
    .category-products-header-right {
        padding-inline: 10px;
    }

    .category-products-header-left {
        gap: 5px;
    }

    .category-products-section .container {
        /* padding-inline: 5px; */
    }
}


@media screen and (max-width: 320px){
    .pagination_sec .pagination {
        width: 300px;
    }

    .category-tabs-content .bob-index-swiper-item {
        width: 100%;
        height: 100%;
        /*min-height: unset;*/
        background-size: contain;
        background-position: center;
    }


   .category-tabs-content .addToCart_btn span {
        font-size: 11px;
    }

    .category-tabs-item-box {
        padding-inline: 15px;
    }

    .index-swiper-old-price > span {
        font-size: 14px;
    }
    .index-swiper-price .farsi-digit {
        font-size: 15px;
    }

    .index-off-percent::before {
        width: 37px;
        height: 30px;
    }

    .index-off-percent .farsi-digit {
        font-size: 13px;
    }

}
