#filters {
    display:table;
    width:100%;
    height:auto;
    margin:15px 0;
    background: #f5f5f5;
    padding: 15px 0;
}

#filters>div{
    display: table-cell;
    width:33.3%;
    padding: 0 15px;
    position: relative;

}

#filters .nav, #sortpanel .nav{
    display: table;
    width: auto;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    padding: 3px 30px 3px 3px;
}

.flock{
    pointer-events: none;
    opacity: 0.15;
}

#filters .nav::after,#sortpanel .nav::after{
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 12px;
    background: url('pic/arrf1.svg') center center no-repeat;
    top:50%;
    transform: translate(0, -50%);
    right: 0;

}

#filters .nav.open::after{
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 12px;
    background: url('pic/arrf2.svg') center center no-repeat;
    top:50%;
    transform: translate(0, -50%);
    right: 0;

}

#filters ul,#sortpanel ul {
    position: absolute;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 100;
    box-shadow: 1px 2px 10px 1px rgba(50, 50, 50, 0.25);
    overflow: hidden;
    border-radius: 10px;
}

#filters ul li,#sortpanel ul li{
    display: table;
    width: calc(100% - 30px);;
    height:auto;
    padding:8px 15px;
    background:rgb(242, 242, 242);
    font-size: 14px;

    border-bottom: 1px solid #fff;
    
}

#filters ul li:last-child,#sortpanel ul li:last-chil{border-bottom:none}

#uflsec li,#sortpanel ul li{cursor: pointer;text-align: left;}

#uflsec li:hover,#sortpanel ul li:hover{
    background:rgb(251, 250, 250);
}
#filters ul#uflsize{
    width:100%;
    min-width: 280px;
}


#filters ul li input{
    display: inline;
    width:40px;
    font-size: 14px;
}

.fltb2{
    display: table;
    width: 100%;
    margin:15px 0;
}

.fltb2>div{
    display: table-cell;
    width: auto;
    
}

.fltb2>div:first-child{text-align: left;}
.fltb2>div:last-child{text-align: right;}

#filters ul#uflsize{
    di splay: block;
}

#uflsquare li>div {
    display: table;
    float: left;
    margin: 5px;
    width: 32px;
    height: 32px;
}
#uflsquare input[type="checkbox"]{
    display: none;
}

#uflsquare input[type="checkbox"] + label span{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border: 1px solid rgb(242, 242, 242);
    font-size: 12px;
}

#uflsquare input[type="checkbox"]:checked + label span{
    border: 1px solid #E0393E;
}

.ui-slider-horizontal {height: 4px;}
.ui-slider .ui-slider-handle {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #E0393E;
    border: none;
}


.flpreloder {
    display: block;
    position: absolute;
    width:24px;
    height: 24px;
    background-image: url(pic/pl80.gif);background-repeat: no-repeat;background-position: center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

#filters .btn,#filtersinfo .btn{
    display: table;
    margin: 20px auto;
    color: #fff;
    background-color: #73AF4B;
    background-image: url(pic/arr7.png);
    font-size: 14px;
    background-size: 15%;
    padding: 8px 30px 8px 15px; 
    cursor: pointer;
}
#filtersinfo{
    display: none;
    width: calc(100% - 30px);
    padding: 15px;
    margin: 15px 0;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

#filtersinfo>div {
    display: none;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    color: #333;
}

#filtersinfo>div .item{
    color:#73AF4B;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}


#filtersinfo>div .item div{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    right: -15px;
    background: url(pic/close.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}


#filtersinfo>div#iflsec .item{
    cursor: auto;
}
#filtersinfo>div #iflsec.item div{
display: none;
}

#sortpanel {
    display: block;
    width: calc(100% - 30px);
    padding: 15px;
    margin: 15px 0;
    border-bottom: 1px solid #D6D6D6;  
    font-size: 16px;
    text-align: right;
}
#sortpanel>div{
    display: inline-block;
    width: auto;
    
}
#sortpanel>div>div:last-child{padding-left: 30px;}

#sortpanel>div>div{
    display: table-cell;

}

@media all and (max-width:640px){
    #filters>div{
        display: block;
        width:100%;
        padding: 10px 0;
        border-bottom: 1px solid #D6D6D6
    }
    #filters>div:first-child{
        padding-top:0;
    }
    #filters>div:last-child{
        border-bottom:none;
    }

    #sortpanel>div>div,#sortpanel .nav {
        font-size: 14px;
    }
}