

/*:root {*/
/*    --primary-text-color--: #353535;*/
/*    --secondary-text-color--: #f56800;*/
/*    --tertiary-text-color--:#01ADEF;*/

/*/ background-color /*/
/*--primary-background-color--: #0b2138;*/
/*}*/



li{
    text-decoration: none;
    list-style: none;
}

.farsi-digit {
    font-family: "Samim-FD" !important;
}

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

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

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

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

.backward-arrow{
    position: absolute;
    top: 8px;
    right: 11px;
    padding: 10px;
}

 .priceUnit{
    content: url("../img/all-product/toman.svg");
    width: auto !important;
}

 .special-price{
     display: flex;
     align-items: center;
     gap: 5px;
 }

.product-real-price{
    display: flex;
    align-items: center;
    gap: 5px;
}


.empty-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding-block: 60px 50px;
    height: 500px;
}


.empty-page h4{
    font-weight: 600;
    font-size: 15px;
}


/*addressBar*/

.whole-address-bar{
    border-radius: 34.5px;
    /*background: #EEFAFF;*/
    /*background: var(--secondary-text-color--);*/
    /*box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);*/

}


.address-bar-inside{
    padding: 20px 16px;
    /*padding-right: 200px;*/
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    scrollbar-width: none;
}

.address-bar-inside::-webkit-scrollbar{
    display: none;
}

.address-bar-inside a{
    color: #595959;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 5px;
    border-left: 1px solid #c3c0c0;
    text-decoration: none;
}

.address-bar-inside a.active{
    /*color: var(--secondary-text-color--);*/
    color: var(--secondary-text-color--);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border:unset;
}
.special-img{
    width: 157px;
}
.special-img img{
    width: 100%;
    height: auto;
}


/*addressBar*/

/*all-product*/

.products__row{
    min-height: 500px;
}

.product-icons-prices{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-icons{
    display: flex;
    gap: 5px;
    align-items: center;
    height: fit-content;

    display: none;
}

.product-icons a{
    background: #FFE8D8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}

.all-products .sort-part .filter-button a{
    padding: 0.375rem 0.75rem;
    background-color: #F3F3F3;
    border: unset;

}

.filter-button{
    display: none;
}

.selected-item{
    border-radius: 65px;
    background: #FFE3CF;
    width: fit-content;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.selected-item div{
    font-weight: 700;
}

.selected-item a{
    text-decoration: none;
    color: #fff; font-size:26px;
}


.filters-title span{
    color: #424242;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.all-products  ul {
    padding-right: 0;
    margin-bottom: 0;
    padding-left: 0;

}

.nav__list{
    height: 67vh;
    height: 100%;
}

.all-filters{
    border-radius: 35px;
    background: #F6F6F6;
    padding: 16px 33px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pagination li{
    list-style: none;

}

.pagination li a{
    color: #353535;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.pagination .pagination-button a{
    color: #ffff;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


.pagination a{
    text-decoration: none;
}

.pagination .pagination-button{
    background: var( --tertiary-text-color--);
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
    width: 40px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-products ul.pagination{
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
}

.sort-all-product{
    display: flex;
    justify-content: space-between;
    padding-block: 0px 26px;
}

.sort-part{
    display: flex;
    align-items: center;
    gap: 13px;
    padding-right: 40px;
}

.sort-part a{
    border-radius: 7px;
    background: #f3f3f3;
    color: #949494;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--text-size);
}

.product-name{
    text-align: right;
}

.product-img{
    width: 100%;
    height: 15rem;
    display: flex;
    justify-content: center;
}

.product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.each-product-card {
    margin-right: 29px;
}



.special-products a{
    text-decoration: none;
}

.special-name span{
    color: #5C5C5C;
    text-align: right;
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.all-products nav{
    padding-block: 0 10px;
}
.sort-result span{
    font-size: 11px;
    font-weight: 600;
    color: #5a5a5a;
}
.sort-title{
    font-size: 13px;
    font-weight: 600;
    color: #5a5a5a;
}

section.all-products{
    padding-block: 55px 55px;
}

.whole-card a{
    text-decoration: none;
}

.product-name span{
    color: #353535;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.product-card{
    border: 1px solid #E7E7E7;
    width: 100%;
    height: fit-content;
    position: relative;
    transition: border-right-color 2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px 22px;
    border-radius: 22px;
}

.product-price{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    gap: 3px;
    flex-direction: column;
    padding: 8px 0;
}

.whole-card:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.back-img{
    height: 262px;
}

.product-img img{
    /*position: absolute;*/
    /*top: -7%;*/
    /*right: 1%;*/
}

.product-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-price{
    align-self: flex-end;
}

.product-before-price{
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-real-price{
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: flex-end;
}

.product-real-price span{
    color: var( --number-text-color--);
    text-align: right;
    leading-trim: both;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 200% */

}

.off-percentage-box{
    width: 26px;
    height: 28px;
    color: #fff;
    background-color: #E23837;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
/*.address-bar{*/
/*    margin-top: 11rem;*/
/*}*/

.product-before-price span{
    color: #CBCBCB;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-decoration: line-through;
}

.myProduct{
    padding-block: 0 30px;
}

.card-extentions{
    display: flex;
    flex-direction: column;
    gap: 14px;
    top: 4%;
    right: 4%;
    /*border: 1px solid #e6e6e6;*/
    border-left: none;
    width: 42px;
    /* display: none; */
    /* padding: 0 8px; */
    position: relative;
    /* padding-top: 19px; */
    padding-right: 13px;
     opacity: 0;
    transition: .5s;
    justify-content: center;

}



.whole-card{
    display: flex;
}



/*test*/

.filter-item{
    padding: 6px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.filter-item input{
    width: 17px;
    height: 17px;
    border: 1px solid #50BC3E;
}


.nav__list{
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.nav1 a,
.nav1 label {
    display: flex;
    padding: 18px 18px;
    color: #fff;
    background-color: #151515;
    transition: all 0.25s ease-in;
    /* justify-content: space-between; */
    background: #ffffff;
    color: #212121;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    gap: 14px;

}


.shopping-cart-like-container a:nth-child(odd) svg path{
    fill: #444;
}
.shopping-cart-like-container a:nth-child(2) svg path{
    stroke: #444;
}
fieldset{
    /*border: 1px solid #444;*/
    border-radius: 13px;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 17%) 0px 1px 4px;
}
.filter-title{
    font-size: 15px;
}
.nav1 label:not(:last-child) {
    cursor: pointer;
    border-radius: 0px;
    border-bottom: 1px solid #efe8e8;
}
.range-item input{
    width: 100%;
}
.range-current-price{
    font-size: 14px;
}







.products-toolbar {
    direction: ltr;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.products-count {
    direction: rtl;
    justify-self: start;
    color: #6b7280;
    font-size: 14px;
}

.sort-box {
    direction: rtl;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: end;
}

.sort-title {
    color: #374151;
    font-size: 14px;
    white-space: nowrap;
}

.sort-list {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.sort-option {
    border: 0;
    background: transparent;
    padding: 7px 10px;
    border-radius: 6px;
    color: #6b7280;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}

.sort-option:hover {
    background: #f3f4f6;
    color: #111827;
}

.sort-option.active {
    background: #4f46e5;
    color: #ffffff;
}

.range-item {
    margin-bottom: 18px;
}

.range-item input[type="range"] {
    width: 100%;
    cursor: pointer;
}

.range-current-price {
    margin-top: 7px;
    color: #6b7280;
    font-size: 13px;
}

.range-current-price strong {
    color: #111827;
}

#products-result.loading {
    opacity: 0.45;
    pointer-events: none;
    transition: opacity 0.2s ease;
}


/*.nav1 a:focus, .nav1 a:hover,*/
/*.nav1 label:focus,*/
/*.nav1 label:hover {*/
/*    color: #fff;*/
/*    background: var( --tertiary-text-color--);*/
/*}*/

.nav1 label.active{
    background: #ffffff;
    color: #5a5a5a;
}
.nav__list li{
    border-radius: 21px;
    border: 1px solid #d8d8d8;
}



.inside-dropdown  .my-label{
    display: unset;
    background-color: unset;
    padding: unset;
}

.nav1 label {
    cursor: pointer;
    border-radius: 65px;
}

/**
 * Styling first level lists items
 */
.inside-dropdown {
    /*background: #ffffff;*/
    /*border-radius: 16px;*/
    /*border: 1px solid var( --tertiary-text-color--);*/
    margin-top: 1px;
    border: none;
    padding-block: 10px 10px;
}

.inside-dropdown .filter-item label{
    color: #5C5C5C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.group-list a:focus, .group-list a:hover,
.group-list label:focus,
.group-list label:hover {
    background: #fff;
    color: #5c5c5c;
}

/**
 * Styling second level list items
 */
.sub-group-list a,
.sub-group-list label {
    padding-left: 4rem;
    background: #353535;
    box-shadow: inset 0 -1px #474747;
}
.sub-group-list a:focus, .sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
    background: #232323;
}

/**
 * Styling third level list items
 */
.sub-sub-group-list a,
.sub-sub-group-list label {
    padding-left: 0rem;
    background: #454545;
    box-shadow: inset 0 -1px #575757;
}
.sub-sub-group-list a:focus, .sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
    background: #333333;
}

/**
 * Hide nested lists
 */
.group-list,
.sub-group-list,
.sub-sub-group-list {
    height: 100%;
    max-height: max-content;
    overflow: hidden;
    /* transition: 0.5s; */
    /* transition: .5s; */
    display: none;
}

.group-list.show{
    display: block;
}

/*.nav__list input[type=checkbox]:checked + label + ul {*/
/*    !* reset the height when checkbox is checked *!*/
/*    max-height: 1000px;*/
/*    padding: 0 !important;*/
/*}*/



/**
 * Rotating chevron icon
 */
label > span {
    float: right;
    transition: transform 0.3s ease;
    transform: rotate(90deg);
}

.nav__list input[type=checkbox]:checked + label > svg {
    transform: rotate(-90deg);
    transition: .2s;
}



/*range*/


.range-info a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background:var(--secondary-text-color--);
    color: #fff;
    transition: unset;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    padding: 0;
    padding: 10px 24px;
    height: 30px;
}

.range-info a:hover, .range-info a:focus {
    background: var(--secondary-text-color--);
    color: #fff;
}


.range-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;

    background: #ffffff;
    border-radius: 23px;
    /*border: 1px solid #D6D6D6;*/
    margin-top: 7px;
    padding-block: 27px 1px;
    display: flex;
    flex-direction: column;
}
.nav__list label svg{
    font-size: 13px;
}
.nav__list label svg path{
    fill: #a6a6a6;
}
.price-range-slider .range-value {
    margin: 0;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
    text-align: left;
}
.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: #000000;
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #000;
    border: 2px solid #0000;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: black;
    border: 2px solid black;
}




/*special*/

.special-offers{
    border-radius: 15px;
    background: #ffffff;
    padding: 0 ;
    display: flex;
    flex-direction: column;
    border: 1px solid #d6d6d6;
    display: none;
}

.special-title{
    padding-block: 21px 20px;
    /* background: #F3F3F3; */
    border-radius: 15px 15px 0 0;
    display: flex;
    flex-direction: revert;
    gap: 6px;
    padding-right: 22px;
}
.special-title span{
    font-weight: 800;
    color: #5d5d5d;
    font-size: var(--title-size);
}
.special-product{
    display: flex;
    align-items: center;
    padding: 8px 19px;
}
/*.address-bar-inside a{*/
/*    border-left: 1px solid #c3c0c0;*/
/*    text-decoration: none;*/
/*    padding-left: 8px;*/
/*    color: #ffffff;*/
/*    font-size: 15px;*/
/*}*/

.special-price span{
    color: var(--tertiary-text-color--);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.special-info{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 15px;
}






/*chechbox*/

.empty-products{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.empty-products span{
    font-size: var(--text-size);
}


/*all-product*/



.shopping-cart-like-container a:nth-child(odd) svg path{
    fill: #444;
}
.shopping-cart-like-container a:nth-child(2) svg path{
    stroke: #444;
}
fieldset{
    /*border: 1px solid #444;*/
    border-radius: 13px;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 17%) 0px 1px 4px;
}
.filter-title{
    font-size: 15px;
}
.nav1 label:not(:last-child) {
    cursor: pointer;
    border-radius: 0px;
    border-bottom: 1px solid #efe8e8;
}
.range-item input{
    width: 100%;
}
.range-current-price{
    font-size: 14px;
}







.products-toolbar {
    direction: ltr;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.products-count {
    direction: rtl;
    justify-self: start;
    color: #6b7280;
    font-size: 14px;
}

.sort-box {
    direction: rtl;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: end;
}

.sort-title {
    color: #374151;
    font-size: 14px;
    white-space: nowrap;
}

.sort-list {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.sort-option {
    border: 0;
    background: transparent;
    padding: 7px 10px;
    border-radius: 6px;
    color: #6b7280;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}

.sort-option:hover {
    background: #f3f4f6;
    color: #111827;
}

.sort-option.active {
    background: var(--secondary-text-color--);
    color: #ffffff;
}

.range-item {
    margin-bottom: 18px;
}

.range-item input[type="range"] {
    width: 100%;
    cursor: pointer;
}

.range-current-price {
    margin-top: 7px;
    color: #6b7280;
    font-size: 13px;
}

.range-current-price strong {
    color: #111827;
}

#products-result.loading {
    opacity: 0.45;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

@media (max-width: 800px) {
    .products-toolbar {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .products-count,
    .sort-box {
        justify-self: stretch;
    }

    .sort-box {
        align-items: flex-start;
        flex-direction: column;
    }
}







/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/


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

    .myProduct {
        padding-block: 0 34px;
    }

    .product-card {
        height: fit-content;
    }

    .back-img {
        height: 215px;
    }

    .product-img{
        width: 204px;
        height: 121px;
    }

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

}

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

    .back-img {
        height: 247px
    }

    .product-img{
        width: 240px;
        height: 140px;
    }

    .product-img img {

        width: 100%;
        height: 100%;
    }


    .product-card {
        height: fit-content;
    }

    .product-name{
        width: 210px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
    }



}

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

    /*.product-card:hover .product-img img{*/
    /*    right: 11%;*/
    /*}*/

    .whole-card:hover .product-card{
        /*border: 1px solid var(--secondary-text-color--);*/
        border: 1px solid transparent;
        transition: .5s;
    }

    .product-card:hover .card-extentions{
        display: flex;
    }

    .whole-card:hover .card-extentions{
        opacity: 1;
        transform: translateX(0.7rem);
        transition: .5s;
        border: unset;
    }

    .whole-card:hover{
        border: 1px solid #e6e6e6;
        border-radius: 22px;
        /*transition: .5s;*/
    }

}


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




    .swiper-title{
        font-size: 1.3rem;
        font-weight: 600;
    }

    .each-product-card {
        margin-right: 0;
        gap: 10px;
    }

    .myProduct {
        /*padding-block: 10px !important;*/
    }


    .each-product-card::before {
        border:unset;
        border-bottom: 1px solid #cdcdcd;
    }

    .sort-all-product {

        border-bottom: 1px solid #cdcdcd;
    }

    .swiper-img-container {
        display: flex;
        justify-content: center;
        width: 64%;
        height: unset;
        align-self: center;
    }

    .each-product-card:before{
        border-radius: unset;
    }



    .card-discount {
        width: 3.5rem;
        height: 3.2rem;
        background-color: #e23837;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-bottom: unset;
    }

    .card-old-price {
        color: #cbcbcb;
        position: relative;
        margin-bottom: unset;
    }

    .card-old-price::after {
        content: "";
        display: inline-block;
        background-color: #cbcbcb;
        width: 116%;
        height: 1px;
        position: absolute;
        right: -2px;
        top: 1.2rem;
    }

    .card-new-price {
        color: var(--tertiary-text-color--);
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: unset;
        position: absolute;
        bottom: 1%;
        align-self: flex-end;
        display: flex;
        align-items: center;
    }

    .card-new-price::after {
        content: url("../img/currency.svg");
        display: inline-block;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }


    .product-card {
         border-radius: 0;
    }

    .price-range-slider .range-value input {
        font-size: 14px;
    }



    .special-offers{
        display: none;
    }

    .nav__list {
        gap: 6px;
    }

    .all-products nav {
        padding-block: 7px 10px;
    }

    .product-icons-prices{
        justify-content: space-between;
    }

    .product-icons{
        display: flex;
    }

    .product-img img {
        position: relative;
        width: 100%;
        right: unset;
        top:unset;
        padding: 20px 0;
    }

    .product-card{
        display: flex;
        flex-direction: row;
    }

    .back-img {
        display: none;
    }

    .product-img{
        width: 40%;
    }

    .product-card {
        height: unset;
        width: 100%;
    }

    .product-info {
        justify-content: space-evenly;
        gap: 20px;
        width: 60%;
    }

    .product-price{
        align-self: flex-end;
    }

    .product-name {
        width: unset;
        overflow: unset;
        text-overflow: unset;
        white-space: unset;
        margin-bottom: unset;
    }

    .myProduct {
        padding-block: 0;
    }

    .product-card{
        border:unset;
    }

    .product-card{
        border-bottom:1px solid #E7E7E7 !important;
    }

    .card-extentions{
        display: none;
    }
    .address-bar-inside {
        padding: 20px 16px;
        padding-right: 43px;
    }
}



@media (max-width: 800px) {
    .products-toolbar {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .products-count,
    .sort-box {
        justify-self: stretch;
    }

    .sort-box {
        align-items: flex-start;
        flex-direction: column;
    }
}


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

    .category-mobile-filters{
        display: block;
        margin-bottom: 30px;
        border: 1px solid var(--tertiary-text-color--);
        border-radius: 4px;
        width: fit-content;
        padding: 5px 10px;
        background-color: var(--tertiary-text-color--);
    }

    .category-mobile-filters span{
        color: #fff;
        font-size: 14px;
    }

    .category-mobile-filters svg path{
        fill: #fff;
    }


    .price-range-slider {
        padding-block: 44px 1px;
    }

    .category-filters-applied {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 50px;
        border-radius: 0;
        background-color: var(--tertiary-text-color--);
    }


    .category-filters-applied span {
        border-bottom: 1px solid var(--tertiary-text-color--);
        color: #fff;
        padding-bottom: 5px;
    }



    .category-filters-close{
        display: block;
    }

    .nav__list input[type=checkbox]:checked + label + ul {
        max-height: unset;
        padding: 0 !important;
    }

    .inside-dropdown {
        padding-block: 10px 10px;
    }

    .category-filters-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .empty-page img{
        width: 65%;

    }

    .empty-page{
        padding-block: unset;
        height: 350px;
    }

    .sort-result span{
        font-size: 12px;
    }

    .off-percentage-box {
        width: 23px;
        height: 25px;
    }

    .col-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;
    }

    .col-filters.show {
        transform: translateX(0);
    }

    .nav__list li {
         border: unset;
    }

    .all-products nav {
        padding-block: 51px 10px;
        width: 100%;
        overflow: auto;
    }

    .nav1 a, .nav1 label {

        padding: 10px;
    }



    .filter-button{
        display: block;
    }

    .sort-title{
        display: none;
    }

    .back-img {
        height: 197px;
    }

    .product-card {
        height: unset;
    }

    .card-extentions{
        display: none;
    }

    .sort-part{
        padding-right: 0;
    }
    .whole-card {
        justify-content: center;
    }


}

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


    .col-filters {
        width: 88%;
    }

    .whole-address-bar {
        border-radius: unset;

        box-shadow: unset;
    }


    .product-info {
        padding: 10px 6px;
    }

    .sort-all-product {
        /*flex-direction: column;*/
        align-items: center;
        gap: 15px;
    }

    .product-name span {
        font-size: 1.6rem;
    }

    .product-img img {
        position: relative;
        width: 100%;
        right: unset;
        top: unset;
        padding: 10px 0;
    }

    .product-card {
        display: flex;
        flex-direction: row;
    }

    .back-img {
        display: none;
    }

    .product-img {
        width: 40%;
    }

    .product-card {
        height: unset;
        width: 100%;
    }

    .product-info {
        justify-content: center;
        gap: 20px;
        width: 60%;
    }

    .product-price {
        align-self: flex-end;
    }


    .myProduct {
        padding-block: 0;
    }

    .product-card:nth-child(even) {
        border-top: unset;
    }

    .product-card:first-child {
        border-top: unset;
    }

    .address-bar-inside {
        padding: 14px 14px;
        padding-right: 0px;
    }


}


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


    .empty-products {
        min-height: 200px;
    }

    .products-toolbar {
        padding: 12px 14px;
    }

    .sort-option {
        font-size: 12px;
    }

    .products__row {
        min-height: 355px;
    }

    .empty-page h4 {
        font-weight: 600;
        font-size: 13px;
    }

    .swiper-img-container {
        width: 88%;
    }

    .product-icons{
        display: none;
    }

    .product-icons-prices {
        justify-content: flex-end;
    }

    .product-img {
        width: calc(100% - 57%);
    }

    .product-name span {
        font-size: 1.4rem;
        font-weight: 600;
    }
}




/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/



