.filter-container{
    border: 1px solid #dadada;
    transition: all .5s;
}
.item-list{
    list-style-type: none;
    height: 100%;
}
.dropdown{
    float: left;
    height: 100%;
    padding: 10px 0 15px 0;
    margin: 0 14px;
    cursor: pointer;
    align-items: flex-start;
}


.result-row{
    background: #f6f6f6;
    padding-left: 35px;
}


.dropdown-content label{
    font-size: 13px;
    color: #636363;
    padding-left: 11px;
    margin-top: 0px;
}
.dropdown-content input{
    margin-top: -7px;
}
.dropdown-content ul{
    padding-bottom: 60px;
}
.dropdown-content ul li{
    padding: 12px 10px 1px 10px;
}


.main-category label{
    color: white!important;
}
@media (min-width:993px) {
.dropdown .dropdown-content{
    position: absolute;
    left: 0;
    z-index: 100;
    min-width: 400px;
    height: 300px;
    overflow: scroll;
    border: 1px solid #dadada;
    padding: 0 11px;
}
.sort-by {
    background: none!important;
    border: none!important;
    width: 160px;
    min-width: 151px!important;
    right: 0!important;
    left: -98px!important;
}
.sort-by-dropdown{
    padding-top: 13px;z-index:10;float:right!important
}
.sort-by ul{
    position: absolute;
    right: 8px;
    padding: 12px;
}
}
@media(max-width:993px){
.filter-container{
    height: 90vh;
    position: fixed;
    bottom: 0;
    display: block;
    background: rgb(253, 253, 253);
    width: 100%;
    z-index: 100;
    padding-top: 20px;
    border-top: 1px solid #dadada;
    overflow: scroll;
    margin-bottom: -90vh;
}

.slideUpMe{
    margin-bottom: 0!important;
}
.dropdown{
    float: none;
    height: auto;
}
.dropdown .dropdown-content{
    position: static;
    min-width: 100%;
    height: 300px;
    overflow: scroll;
    border: 1px solid #dadada;
}

.close-bottom-bar, .close-sort-bottom-bar{
    position: absolute;
    top: 15px;
    right: 15px;
}
.result-row{
    background-color: white;
    border: 1px solid #f6f6f6;
}
.sort-by{
    height: 90vh!important;
    position: fixed!important;
    bottom: 0!important;
    display: block!important;
    background: rgb(255, 255, 255)!important;
    width: 100%!important;
    z-index: 100!important;
    padding-top: 20px!important;
    border-top: 1px solid #dadada!important;
    overflow: scroll!important;
    margin-bottom: -90vh;
    left: 0!important;
    transition: all .5s;
}
.sort-by ul{
    width: 100%;
    background: white;
}
}

.overflow-scroll{
    overflow: scroll!important;
}
.reset-button{
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    width: 100%;
    text-align: center;
    padding: 6px;
    top: 49px;
}
.open-sort-filter{
padding-right:13px
}


/* Price Range */

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border: 3px solid transparent!important;
}



.irs--flat .irs-handle {
    top: 22px!important;
    width: 18px!important;
    height: 18px!important;

    border-radius: 52px!important;

    border: 1px solid!important;
}
.filter{
    border-top: 2px solid lightgray;
}
.result-total-count{
    display: inline-table;
    padding-top: 13px;
}
.left-side{
    padding: 7px 0 0 16px;
}
.left-side ul{
    list-style: none;
}

.left-side ul li input{
    margin-right: 9px;
    margin-top: -10px;
}

.left-side div.filter-holder{
    /* border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray; */
    padding-left: 33px;
}
.left-side div span.main-span{
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 12px;
    cursor: pointer;
    margin-left: -18px;
    border-top: 1px solid lightgray;
}
.left-side div span span{
    font-weight: 400;
    color: black!important;
    font-size: 16px;
    margin-bottom: 10px;
}
.left-side div span span.plus-btn{
    margin-right: 10px;
    font-size: 24px;
    margin-top: -5px;
}
.left-side div ul li label{
    font-size: 13px;
}
.range-slider{
    padding-right: 20px;
}
.filter-header{
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    padding-left: 12px;
    padding-top: 8px;
    background: #ffffff;
    height: 50px;
}

.applied-filter{
    background: #f6f6f6;
    padding-bottom: 5px;
}
.applied-filter div{
    background: white;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 21px;
    margin-top: 8px;
    height: 30px;
    border-radius: 26px;
}
.applied-filter div i{
    cursor: pointer;
}
@media(max-width:993px){
    .applied-filter{
        padding-left: 26px;
        padding-right: 26px;
    }
}
.shop-data{
    margin-right: -1px;
}
.shop-data .cart-hold{
    border: 1px solid #d3d3d375;
}
.tag-cancel{
    /* border: 1px solid #bdb8b8;
    border-radius: 100%;
    padding: 2px 3px;
    height: 20px;
    text-align: center;
    align-items: center;
    position: unset;
    display: unset;
    color: #666666; */
}
.sub-category-btn{
    position: absolute;
    right: 31px;
    top: -10px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px;
}
.sub-category-ul{
    background: #d3d3d338;
    padding: 9px 9px 9px 19px;
}
@media(min-width:993px){
    .shop-container{
        margin: 0 120px;
    }
    .result-count-mobile{
        display: none;
    }
    .result-count-desktop{
        display: inline-block;
    }
    .close-btn-holder{
        display:none;
    }
}
@media(max-width:993px){
    .filter-side{
        position: fixed;        
        position: fixed;
        height: 100vh;
        z-index: 100;
        background: white;
        top: 0;
        margin-left: 0!important;
        transition: all .5s;
    }
    .hide-filter{
        margin-left: -267px!important;
    }   
    .result-count-mobile{
        display: inline-block;
    }
    .result-count-desktop{
        display: none;
    } 
    .close-btn-holder{
        display:inline-block;
    }
}
.detail-btn{
    width: 90px;
    height: 34px;
    padding: 5px;
    border-radius: 100px;
    gap: 10px;
    background: black;
    font-size: 13px;
    font-weight: 400;
    color: white;
}
.atc-btn{
    width: 90px;
    height: 34px;
    padding: 5px;
    border-radius: 100px;
    border: 1px;
    background: none;
    border: 1px solid black;
    font-size: 13px;
    font-weight: 400;
}
@media(max-width:993px){
    .detail-btn, .atc-btn{
        font-size: 9px!important;
    }
    .detail-btn{        
        padding-top: 10px!important;
    }
}