a{
    text-decoration: none;
    /*color: #0000;*/
}
body{
    font-family: 'IRANYekan';
}
p{
    padding: 0;
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
}

body *{
    box-sizing: border-box;
}

#box-body{
    background-color: #fcfcfc;
}
.notFound{
    display: none !important;
}
.list-products-container{
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    /* width: 100%; */
    gap: 15px;
}
.list-product-container-right{
    /*position: sticky;*/
    background-color: #ffff;
    height: max-content;
    top: 10px;
    padding: 45px 20px;
    /*width: 25%;*/
    /*width: 28%;*/
    /*width: 35%;*/
    width: 30%;
}
.list-category-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.category_box {
    width: 23%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 5px 5px 8px #ccc;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #dfdada;
}
.counter_sub {
    width: 25px;
    height: 25px;
    background-color: #08964d;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category_box_image {
    display: flex;
    justify-content: center;
}
.category_box_image {
    display: flex;
    justify-content: center;
    height: 150px;
    width: 100%;
}
.category_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--header-color);
    border-radius: 5px;
    margin: 45px 0 20px 0;
    color: black;
    padding: 20px;
}
.category_head p {
    text-align: center;
}
.category_head_title {
    text-align: center;
}
.category_box_info {
    display: flex;
    justify-content: center;
}
.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    text-wrap: nowrap;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.breadcrumb li{
    display: flex;
    gap: 10px;
}
.fa-house{
    color: #8a929c;
    font-size: 15px;
}
.breadcrumb li a{
    font-size: 12px;
    color: #3b4355;
    font-weight: bold;
}
.product-category-title{
    color: #0e1935;
    font-weight: bold;
}
.applied-filter{
    border-radius: 15px;
    box-shadow: 0 4px 30px #edf0f5;
    padding: 20px;
}
.applied-filter-txt{
    color: #939aa4;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-category-wrapper{
    display: none;

}
.show-applied-filter-box{
    display: block;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 28px;
}
/* .applied-filter span{
  color: #1a253f;
  font-weight: bold;
} */
.show-product-cotainer{
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #f0f3f7;
    border-radius: 15px;
    padding: 10px 15px;
    /*width: 56%;*/
    /*width: 64%;*/

}
.show-product-cotainer span{
    font-size: 11px;
    color: #8a929c;
}
.fa-xmark{
    margin-top: 2px;
    cursor: pointer;

}
.filter-group-box{
    border-radius: 15px;
    /*box-shadow: 0 4px 30px #edf0f5;*/

}

.list-products-container-left{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    /*width: 83%;*/
    width: 70%;
}
.filter-group {
    box-shadow:2px -2px 30px #edf0f5; ;
    border-radius: 8px;
    margin-top: 30px;
    padding: 8px;

}
.filter-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    /* border-bottom: 1px solid #dfe1e8; */
    cursor: pointer;
    position: relative;
}
.filter-header span{
    color: #17223d;
}
.border-bottom-box{
    border-bottom: 1px solid #dfe1e8;
    /* width: 90%; */
}
.scroll-box{
    max-height: 200px;
    overflow-y: auto;
    /*margin-top: 10px;*/
    margin: 10px 10px 0 0;
    /*display: none;*/
}
.scroll-box::-webkit-scrollbar {
    width: 3px;
}
.scroll-box::-webkit-scrollbar-thumb {
    background: #dfe1e8;
    border-radius: 10px;
}
.scroll-box::-webkit-scrollbar-track {
    border-radius: 10px;
}
.checkbox-data span{
    font-size: 13px;
}
.Percent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.serach-box-product-btn{
    cursor: pointer;
}
.search-box-input{
    outline: none;
}
.serach-box-product-btn{
    border: none;
    background-color: #ffff;
}
.product-wrapper{
    width: 20%;
}
.product-category {
    margin-bottom: 10px;
    padding-right: 5px;
}
.product-content-wrapper{
    width: 23%;
    box-shadow: 2px -2px 30px #edf0f5;
    border: none !important
}
.list-products-container-left{
    /* width: 88%; */
}
.search-box-producer{
    display: flex;
    gap: 15px;
    border: 1px solid #dfe1e8;
    border-radius: 20px;
    padding: 12px 6px;
    margin: 0 10px;
}
.show-available-product{
    display: flex;
    justify-content: space-between;
}
.select-available-product{
    position: relative;
    /*width: 20%;*/
    width: 50px;
    height: 25px;
    background-color: #e6e9ee;
    border-radius: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
}
.circle-available-product{
    position: absolute;
    width: 40%;
    border-radius: 50px;
    height: 13px;
    background-color: #ffff;
    left: 5px;
}
.change-direction-circle{
    right: 5px;
    background-color: #2dbd2d;
}
.search-product-box{
    /*display: none !important;*/
}
.search-box-input{
    border: none;
}
.remove-box{
    display: none !important;
}
.show-box{
    display: block !important;
}
.fa-angle-left{
    font-size: 12px;
    margin-top: 5px;
    color: #bdc2c9;
    /* position: absolute; */
    top: 1px;
}
.sort{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*text-wrap: nowrap;*/
    height: max-content;
    background-color: #eef1f4;
    border-radius: 15px;
    /* gap: 60px; */
    padding: 15px 25px;
    margin-top: 38px;
    width: 100%;
}
.sort-right{
    display: flex;
    flex: 1;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    /*padding: 0 50px;*/
    /*text-wrap: nowrap;*/
}
.active-box{
    background-color: #ffff;
    box-shadow: 0 2px 8px rgba(13,60,95,.1);
    color: #0e1935;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 10px;
    transition: all 0.3s ease;
}
.sort-right a{
    font-size: 14px;
    color: #0e1935;
    cursor: pointer;
}
.sort-left{
    display: flex;
    align-items: center;
    background-color: #ffff;
    border-radius: 15px;
    padding:  13px 15px;
    /*width: 70%;*/
    width: 50%;
}
.sort-left button{
    border: none;
    background-color: #ffff;

}
.sort-left input{
    width: 80%;

}
.search-box-title{
    border: none;
    outline: none;
}
.list-products-container-search{
    width: 100%;
}
.list-products-container-left{
    display: flex;
    flex-direction: column;
    width: 70%;
}
.list-product-container-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.pagenation-box{
    display: flex;
    justify-content: space-between;
    background-color: #ffff;
    margin-top: 20px;
    padding: 30px;
    border-radius: 25px;
    align-items: center;
}
.pagenation-items{
    display: flex;
    gap: 10px;
    font-size: 18px;
}
.pagenation-items div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    height: max-content;
    border-radius: 10px;

}
.pagenation-items div a{
    cursor: pointer;
}
.active-pagenation{
    background-color: #85c441;
}
.active-pagenation a{
    color: #ffff;
}
.arrow-left-box a , .arrow-right-box a{
    font-size: 15px;
}
.fa-arrow-right{
    color: #b6bac2;
}
.change-color-arrow-right{
    color: #0e1935;
}
.arrow-left-box , .arrow-right-box{
    display: flex;
    gap: 10px;
}
.fa-arrow-right , .fa-arrow-left{
    /*margin-top: 7px;*/
    margin-top: 4px;
}
.list-product-container-top{
    display: none;
    /* position: fixed; */
    /* top: 57px; */
    position: absolute;
    right: 0;
    left: 0;
    /*top: 0;*/

}
.filter-box{
    background-color: #1ebcc5;
    height: max-content;
    padding: 5px 10px;
    border-radius: 8px;
    color: #ffff;

}
.overlay{
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
}
.fliter-result{
    display: flex;
    justify-content: space-between;
    /*padding: 40px 35px 20px;*/
    padding: 40px 6px 20px;
    position: sticky;
    top: 0;
    background-color: #ffff;
    z-index: 100;
}
.filter-box-search{
    background-color: #eef1f4;
    padding: 5px 10px;
    /* margin: 0 30px 20px 0; */
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 10px;
    /*margin: 0 30px 20px 0;*/
    margin-bottom: 20px;
    /*width: 90%;*/
    width: 100%;

}
.filter-box-search button{
    background-color: transparent;
    border: none;
}
.filter-box-search input{
    background-color: transparent;
    font-size: 15px;
    font-family: 'IRANYekan';
}
.sort-left input{
    font-size: 15px;
    font-family: 'IRANYekan' !important;
}
.search-box-input{
    font-size: 13px;
    font-family: 'IRANYekan';
}
.change-style-select-available-product{
    width: 5%;

}
.show-available-product2{
    display: flex;
    gap: 10px;
    /*padding: 15px 28px;*/
    padding: 15px 3px;
}
.select-available-product-bottom-box{
    width: 8% !important;

}
.change-background-circle-box{
    background-color: #1ebcc5;
}
.change-color-circle{
    background-color: #ffff !important;
}
.filter-box-result , .sort-box{
    display: none;
    transition: all .3s ease-in-out;
    /* padding: 0 35px 0 0 ; */
    background-color: #ffff;
    border-radius: 25px 25px 0 0;
    position: fixed;
    bottom: 0px;
    /*height: 350px;*/
    /*width: 100%;*/
    height: 300px;
    overflow-y: auto;
    padding: 0 35px 20px 35px;
    width: 91%;
    z-index: 1000;
    /*top: 38px;*/
    margin: 0 8px;
}
.filter-btn-wrapper{
    width: 100%;
    background-color: #ffff;
}
.filter-btn{
    /*background-color: #85c441;*/
    background-color: var(--back-header);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px 10px 8px;
    /*margin-top: 20px;*/
    /*margin: 20px 21px 0 0;*/
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    display: none;

}
.filter-btn button{
    background-color: transparent;
    border: none;
    color: #ffff;
    font-size: 14px;
    cursor: pointer;
    font-family: 'IRANYekan';
}
.show-product-available{
    display: none;

}
.show-product-available-active{
    /*display: flex;*/
    display: inline;
    align-items: center;
    gap: 8px;
    background-color: #e0f4f9;
    border-radius: 25px;
    padding: 2px 10px 2px 10px;
    /*width: 21%;*/
    color: #179299;
    font-size: 11px;
    /*margin-right: 30px;*/
    text-wrap: nowrap;

}

.sort-box{
    /* padding: 10px 28px; */
    padding: 30px 10px 0 10px;
}
.checkbox-wrapper{
    padding-right: 30px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.sort-box-title{
    padding: 40px 35px 20px;
    font-weight: bold;

}
.book-wrapper{

    display: none;
    width: 100%;
    box-shadow: 0 2px 8px rgba(13,60,95,.1);
    border-radius: 15px;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 30px;
}
.price-book-wrapper{
    margin-top: -58px;
}
.book-wrapper-content{

    border-bottom: 1px solid #eef1f4;
    border-radius: 15px 15px 0 0;
    padding: 5px;

}
.book-wrapper-content-top{
    padding: 25px;
}
.product-wrapper-img{
    width: 150px !important;
    height: 150px !important;
    margin: 0 0 0 10px;
}
.product-wrapper-img img{
    max-width: 100%;
    height: 100%;
}
.precent-book{
    width: 5% !important;
}
.book-wrapper-content-top{
    display: flex;
}
.title-book{
    margin-top: -25px;
}
.book-pagenation{
    display: none;
}
.product-related {
    border: 1px solid #dfe1e8;
    border-radius: 25px;

    padding: 20px !important;
}
.new-products-content {
    background-color: #ffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
}
.new-product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-right: 30px; */
    /*padding-bottom: 15px;*/
}
.new-product-tiltle-link {
    text-decoration: none;
    color: #535353;
}
.new-product-title {

    display: flex;
    justify-content: right;
    width: 100%;
    overflow: hidden;
    height: 120px;
}
.toman-price {
    margin-right: 1px;
}
.products-card-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 100%;
}
.products-card-price .product-new-price{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.products-card-price .product-new-price p{
    text-align: left;
}
.product-price {
    display: flex;
    justify-content: end;
    gap: 5px;
}
.product-old-price-txt {
    text-decoration: line-through;
    color: #8a929c;
    font-size: 13px;
}
.Percent {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e14f4f;
    border-radius: 5px;
    width: 30px;
    font-size: 13px;
    color: #ffff;
    height: max-content;
}


.checkbox_filter {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #3a4254;
}
.checkbox_filter input{
    width: 20px;
    height: 20px;
}
.checkbox-txt-active{
    font-weight: 800;
}
.rotate-fa-angle-up-icon{
    transform: rotate(180deg);
}
::-webkit-input-placeholder {
    font-size: 13px;
    font-family: 'IRANYekan', sans-serif;
    text-align: right;
}
.arrow-left-box a , .arrow-right-box a{
    color: #000;
}
.fliter_box{
    display: none;
}
.filter_box{
    display: none;
}
.hide-filter-box{
    display: none;
}
.box_filtered_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box_filtered_items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
}

.show_product_container {
    display: flex;
    align-items: center;
    background-color: #f0f3f7;
    border-radius: 15px;
    padding: 10px 10px 10px 23px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.show_product_container span {
    font-size: 10px;
    color: #8a929c;
}

.show_product_container > i {
    margin-right: 5px;
}
.product-box-description {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: end;
    justify-content: space-between;

}

@media screen and (max-width: 1040px){
    .sort-right{
        text-wrap: nowrap;
        display: flex;
        gap: 14px !important;
    }

}
@media screen and (max-width : 1024px){
    .product-content-wrapper{
        width: 31% !important;
    }

    .breadcrumb{
        display: flex;
        flex-wrap: wrap;
    }
    /*.list-product-container-right{*/
    /*    width: 13%;*/
    /*}*/
    /*.select-available-product{*/
    /*    width: 105px;*/
    /*}*/
    .filter-group-box , .filter-group{
        padding: 0;
    }
    .show-available-product{
        padding: 20px;
    }
    .show_product_container{
        position: relative;
    }
    .fa_delete_icon{
        position: absolute;
        top: 9px;
        left: 5px;
    }
    .scroll-box {
        padding: 0 10px !important;
    }

}
@media screen and (max-width: 983px){
    .sort-right{
        display: flex;
        gap: 10px !important;
    }

}
@media screen and (max-width : 768px){
    .list-products-container-search{
        margin-top: 50px;
    }
    .Percent {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 13% !important;
    }
    .sort{
        display: none;
    }

    .list-product-container-right{
        display: none;
    }
    .list-product-container-top{
        display: block;
        display: flex;
        background-image: linear-gradient(333.67deg,#f6f8fb 68%,#ebedf0 113.46%);
        height: max-content;
        /* border-radius: 10px; */
        top: 150px;
    }
    .list-product-sort , .list-product-filter{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        gap: 10px;
        padding: 10px 0 8px;
    }
    .list-product-filter{
        border-right: 1px solid #dfe1e8;
    }
    .list-products-container-left{
        width: 100%;
    }
    .body-book-wrapper{
        padding: 0 20px;
        /* padding-top: 148px; */
    }
    .book-wrapper{
        display: block;
    }
    .product-category-wrapper{
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 65px 10px 20px;
        font-size: 12px;
        color: #8ea1b5;
    }
    .product-category-title{
        color: #8ea1b5;
        font-size: 12px;

    }
    .precent-book{
        width: 7% !important;
    }
    .book-pagenation{
        display: flex;
        justify-content: space-between;
    }
    .filter-group-box{
        /*padding-right: 25px;*/
    }
    .filter-group-box{
        margin-bottom: 25px;
    }
    .new-product-tiltle-txt{
        margin-top: 20px;
    }




}
/*@media screen and (max-width: 730px){*/
/*    .show-product-available-active{*/
/*        width: 23% !important;*/
/*    }*/

/*}*/
/*@media screen and (max-width: 668px){*/
/*    .show-product-available-active{*/
/*        width: 24% !important;*/
/*    }*/

/*}*/
/*@media screen and (max-width: 640px){*/
/*    .show-product-available-active{*/
/*        width: 25% !important;*/
/*    }*/

/*}*/
/*@media screen and (max-width: 600px){*/
/*    .show-product-available-active{*/
/*        width: 26% !important;*/
/*    }*/

/*}*/
/*@media screen  and (max-width: 584px){*/
/*    .show-product-available-active{*/
/*        width: 27% !important;*/
/*    }*/

/*}*/
/*@media screen  and (max-width: 556px){*/
/*    .show-product-available-active{*/
/*        width: 28% !important;*/
/*    }*/

/*}*/
@media screen and (max-width:500px){
    .select-available-product-bottom-box{
        width: 15% !important;
    }
    .category_box {
        width: 100%;
    }
    .list-category-container {
        flex-direction: column;
    }
    .product-content-wrapper{
        width: 100% !important;
    }

}
.product-content-wrapper .add-cart-icon-list{
    width: fit-content;
    position: relative;


}
.product-content-wrapper .add-cart-product {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-content-wrapper .add-cart-product span {
    margin-top: 0px;
    position: absolute;
    bottom: 24px;
}


