.material-params .count{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #25282a;
    margin-bottom: 11px;
}

.material-params .params{
    background-color: white;
    border: 1px solid #d8d8d8;
    padding: 7px 12px;
    font-size: 12px;
    margin-bottom: 0;
}

.material-params .params b{
    display: none;
}

.material-params .params a{
    display: inline-block;
    padding-left: 20px;
    background: url('/resources/images/materials/cl2.png') no-repeat left center;
    margin-right: 25px;
    color: #4d4e56;
}

.material-params .params a:last-child{
    margin-right: 0;
    padding-left: 0;
    color: #00c2df;
    background: none;
}

.sort-md-label{
    text-align: right;
}

.sort-md-label label{
    display: inline-block;
    line-height: 30px;
    font-weight: normal;
    color: #959595;
    font-size: 12px;
}

.sort-md-wrap select.se2{
    font-size: 14px;
    width: 189px;
    height: 32px;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    padding: 0 0 2px 5px;
}

.sort-xs-label label{
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 100%;
    background: white;
    border: 1px solid #cbcbcb;
    font-size: 18px;
    color: #25282a;
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {

    .material-params{
        margin-top: -2px;
    }

    .material-params .count{
        display: none;
    }

    .material-params .params b{
        display: inline-block;
        padding-right: 16px;
    }

    .material-params .params a{
        margin-right: 18px;
        margin-left: 1px;
    }
}

@media (max-width: 767px){

}

@media (max-width: 576px){
    label[for="sort-mobile"] span{
        display: none;
    }
}
