/*.box-filterinmobile {
    background-color: gray;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index:50;
}*/
/*صفحه جستجو محصولات*/
.minfilter {
    opacity: 0;
}

.bodySearchProduct {
    min-height: 700px;
    width: 100%;
}

    .bodySearchProduct .columnfilters {
        width: 300px;
        box-shadow: 1px 1px 5px -1px #DC121142;
        border-radius: 10px;
        height: max-content;
    }

        .bodySearchProduct .columnfilters > p {
            font-size: 18px;
            font-weight: 700;
            text-align: right;
            margin: 0 25px;
            margin-bottom: 0;
            border-bottom: 0.5px solid var(--main-color-index);
            margin-top: 20px;
        }

#filterBurgerProduct {
    display: none;
}

.bodySearchProduct .listboxs select {
    width: 120px;
    border-color: #e9e9e9;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 40px;
    margin-right: 10px;
    color: #6d6d6d;
}

.bodySearchProduct .holder-listboxs {
    padding: 0 42px 0px 0px;
    font-size: 14px;
}

  

    .bodySearchProduct .holder-listboxs .sort-product > .bxlist {
        align-items: center;
    }

.holderfiltericon-sm {
    height: 40px;
    width: 90%;
    padding: 5px 25px;
    font-size: 15px;
    border-bottom: 1px solid gray;
    margin: 0 auto 15px;
}

/********* FilterWigetBox***********/
.widget-filters__item {
    padding: 8px 25px;
    margin: 6px 0px;
    /*border: 1px solid #d9d2d2;*/
    border-radius: 5px;
    margin-top: 0;
}

    .widget-filters__item .filter {
        border-bottom: 1px solid #FFD7D742;
        padding-bottom: 6px;
    }

.filter__title {
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.filter__title {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    width: calc(100% + 20px);
    position: relative;
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    border-radius: 2px;
    margin: 0 -10px;
    transition: background-color .2s, fill .2s;
    background: transparent;
    fill: #ccc;
    text-align: right;
}

.filter--opened .filter__body {
    transition-delay: 0s, 0s;
    visibility: visible;
    height: auto;
    opacity: 1;
}

.filter__body {
    margin: 0 -20px;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: height .2s, opacity .2s, visibility 0s .2s;
}


.filter__container {
    padding: 10px 20px 16px;
}

.filter-list__list {
    margin: -8px 0;
}

.filter-list__item {
    padding: 1px 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
}

.filter-list__input {
    margin-top: 3.5px;
}

.filter-list__input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 7px;
}

.input-check__body {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}

.input-check__input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: inherit;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.input-check__input:checked ~ .input-check__box {
    /* background: #ffd333;*/
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}

.input-check__box {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #f1efef;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
    transition: background .15s, box-shadow .15s;
}

.input-check__input:checked ~ .input-check__icon {
    fill: #3d464d;
    transition-delay: 0s, 0s, 0s;
    transform: scale(1);
}

filter-list__title {
    font-size: 13.5px;
    line-height: 20px;
}

.filter-list__title {
    padding: 1px 0;
    font-size: 14px;
    line-height: 23px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 7px;
}

    .filter-list__title a {
        width: 100%;
        display: block;
    }

.filter--opened .filter__arrow {
    transform: rotate(180deg);
}

.filter--opened svg {
    transform: rotate(180deg);
}

.filter__arrow {
    position: absolute;
    top: 11px;
    transition: transform .2s;
    left: 10px;
}

.widget-filters__item i.filter__arrow {
    font-size: 23px;
    display: inline-block;
    font-weight: 600;
    line-height: 0.4;
    color: #aeadad;
}


.widget-filters__item svg {
    display: inline-block;
    font-weight: 600;
    line-height: 0.4;
    transition: all 0.3s ease-in-out;
}

button:focus {
    outline: unset !important;
}

.input-check__icon {
    pointer-events: none;
    position: absolute;
    left: 4px;
    top: 2px;
    fill: #fff;
    transform: scale(0);
    transition: fill .15s, transform .15s, visibility 0s .15s;
}

.input-check__icon {
    left: 3.5px;
}


/*price__slider*/
.filter-price__slider {
    margin-top: 6px;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    height: 16px;
    position: relative;
    direction: ltr;
}

.noUi-base {
    padding-top: 5px;
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    background: #e0e0e0;
    border-radius: 3px;
    height: 4px;
    overflow: hidden;
    z-index: 0;
}

.noUi-connect {
    border-radius: 2px;
    background: #d2232a;
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-horizontal .noUi-handle {
    top: 0;
    right: auto;
    left: -8px;
    cursor: ew-resize;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #d2232a;
    box-shadow: 0 0 0 0 rgba(61, 70, 77, 0);
    transition: box-shadow .2s;
}


div:where(.swal2-container) {
    z-index: 99999999999!important;
}


.noUi-handle {
    position: absolute;
}

.noUi-horizontal .noUi-handle:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 5px;
    border-radius: 3px;
    background: #ffffff;
    transition: transform .2s;
    top: -2px;
    left: -2px;
}
/********* FilterWigetBox***********/
.bodySearchProduct .boxresult {
    width: 100%;
    min-height: 600px;
    margin-bottom: 100px;
    padding-right: 35px;
}

.boxresult .boxproduct {
    text-align: center;
    position: relative;
    border: 1px solid #FFD7D7;
    min-height: 410px;
    /* width: 250px; */
    /* width: 219px; */
    border-radius: 11px;
    margin: 10px;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    font-size: 13px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

    .boxresult .boxproduct .box-price-add-cart {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .boxresult .boxproduct .box-price-add-cart .btn-price-add-cart {
            background: #DC1211;
            padding: 5px 20px;
            color: #FFF;
            border-radius: 15px;
            margin-left: 10px;
            font-weight: bold;
            transition: all 0.5s ease-in-out;
        }

            .boxresult .boxproduct .box-price-add-cart .btn-price-add-cart:hover {
                background-color: #be0a09;
            }

    .boxresult .boxproduct > a p.product-title {
        text-align: right;
        font-weight: bold;
        padding: 0 10px;
        font-size: 15px;
    }

    .boxresult .boxproduct .imgholder {
        margin-bottom: 10px;
        min-height: 190px;
    }

        .boxresult .boxproduct .imgholder img {
            width: 100%;
        }

.boxproduct .boxcolors {
    width: 25px;
    left: 0px;
    position: absolute;
    top: 24px;
}

    .boxproduct .boxcolors i {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-bottom: 7px;
        font-size: 11px;
    }

.boxresult .boxproduct .special-sell {
    color: red;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin: 12px 12px 0 0;
}

.boxresult .boxproduct .point {
    text-align: left;
    font-size: 15px;
    margin-left: 10px;
}

    .boxresult .boxproduct .point i {
        color: gold;
        margin-right: 10px;
    }



.boxresult .boxproduct .pricediv {
    margin: 0;
    position: absolute;
    right: 0;
    width: 100%;
    padding: 0;
    align-items: end;
    justify-content: space-between !important;
    display: flex !important;
    bottom: 10px;
    padding: 2px 10px;
}

.boxresult .boxproduct a > .title-product-cat {
    /*padding: 0 10px;*/
    font-size: 14px;
    text-align: right;
}

.boxresult .boxproduct .pricediv .btn-add-to-cart {
    border: none;
    padding: 3px 15px;
    border-radius: 15px;
    background-color: var(--main-color-index);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .boxresult .boxproduct .pricediv .btn-add-to-cart:hover {
        background-color: var(--main-color-index-hover);
    }

.boxresult .boxproduct .oldprice {
    text-decoration: line-through;
    color: #b3a8a8;
    font-size: 13px;
}

.boxresult .boxproduct .newprice {
    font-weight: bold;
    font-size: 15px;
}

.bodySearchProduct .paging {
    text-align: center;
}

.pagination {
    justify-content: center;
}





@media only screen and (max-width: 640px) {
    .columnfilters {
        position: fixed;
        background: #ffffff;
        width: 50%;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        align-items: center;
        right: -300px;
        border: 1px solid #d9d2d2;
        border-radius: 5px;
        height: 100%;
        top: 0;
        padding: 1rem;
        overflow-y: scroll;
        /* min-height: unset !important; */
        transition: right 0.3s ease-in-out;
        height: 100% !important;
        width: 250px !important;
    }

        .columnfilters .widget-filters__item {
            width: 100%;
            padding: 10px;
        }

    .columnfilters-close {
        position: fixed;
        inset: 0;
        z-index: 99;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: none;
        transition: all .3s ease-in-out;
    }

    #filterBurgerProduct {
        display: inline-block !important;
        border: 1px solid #d2d2d2;
        background: transparent;
        padding: 0.2rem;
        width: 60px;
        margin-top: 10px;
    }

    .bxlist {
        margin-right: 15px;
    }

    .holder-listboxs .sort-product {
        flex-direction: column;
    }

    #filterBurgerProduct {
        display: block;
    }

  

    .box-modal-detail-product {
        padding-left: 10px;
    }

      

    show-sellers-products-child-add-to-cart {
        display: flex;
    }

 

    .boxresult .boxproduct .pricediv {
        margin: 0;
    }

    .bodysite {
        margin: 0 10px !important;
    }
}



/*صفحه جستجو محصولات*/
/* =========== MOBILE ==Extra small===xs==========*/
@media (max-width: 576px) {
    .boxresult .boxproduct .imgholder {
        min-height: 110px;
    }

    .boxresult .boxproduct {
        min-height: 335px !important;
        /* width: 270px !important;*/
        margin: 10px 5px !important;
        padding: 10px !important;
        font-size: 11px !important;
        height: fit-content;
    }


    .bxlist {
        min-width: 165px;
    }

    .bodySearchProduct .nice-select {
        height: 40px;
        line-height: 40px;
        margin: 0 10px;
        min-width: 110px;
        padding: 0 10px;
        text-align: right !important;
        padding-right: 8px;
        background-color: #DC1211;
        color: #fff;
        border-radius: 15px;
    }
}


@media (max-width: 380px)and (min-width: 360px) {
    .bodySearchProduct {
        width: 100%;
    }

    .boxresult .boxproduct {
        width: 155px !important;
        padding: 0px 5px !important;
        height:fit-content;
    }

    .bodySearchProduct .boxresult {
        padding-right: 0px;
    }
}



/*+++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 2000px) {
    .boxresult .boxproduct {
        width: 15%;
        height: max-content;
    }
}

@media (min-width: 1600px) and (max-width:2000px) {
    .boxresult .boxproduct {
        width: 15%;
        height: max-content;
        /* min-width: 233px;*/
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .boxresult .boxproduct {
        width: 23%;
        height: max-content;
    }
}

@media (min-width: 1080px) and (max-width: 1300px) {
    .boxresult .boxproduct {
        width: 31%;
        height: fit-content;
    }
}

@media (min-width: 920px) and (max-width: 1080px) {
    .boxresult .boxproduct {
        width: 31%;
        height: fit-content;
    }
}

@media (min-width: 400px) and (max-width: 920px) {
    .boxresult .boxproduct {
        width: 47%;
        height: fit-content;
    }
}
/*+++++++++++++++++++++++++++++++++++++++++++*/

/* =========== MOBILE ==Extra small===xs==========*/
@media (max-width: 576px) {
    .bodySearchProduct .boxresult {
        padding-right: 0px;
    }

    .boxresult .boxproduct {
        width: 47% !important;
    }

}
