@media(max-width:1199px){
    .breadcrumb{
        width: 680px;
    }
    .item{
        width: 175px;
    }
    .col-md-8{
        text-align: center;
    }
}
@media(max-width:991px){
    .breadcrumb{
        width: 470px;
    }
}
@media(max-width:991px){
    .breadcrumb{
        width: auto;
    }
    #feeadback .btn{
      width: 100%;
    }
}
pre{
display: none;
}
.left_menu{
    background:linear-gradient(#f4f6ef, #edf3e4);
}
.ui-slider .ui-slider-handle, .ui-widget-header{
    background-color: #d86a43;
}
.ui-state-default{
    border-radius: 10px;
}
.ui-slider-horizontal{
    height: 10px;
}
.ui-slider .ui-slider-handle, .ui-widget-header{
    background-color: #99c45b;
}
.ui-slider-range:focus, .ui-slider-handle:focus{
    outline:none;
}


/*бренды*/
.brand{
    list-style: none;
    padding: 0 0
}
.brand li span{
    margin-bottom: 10px;
    color: #99c45a;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 2px solid #99c45a;
}
.brand input{
    margin-top: 0;
    margin-right: 15px;
    outline:none;
    position: relative;
    top:4px;
}


.clear-result span{
    font-weight: bold;
    color:#040404;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 2px solid #040404;
}
.clear-result{
    margin-bottom: 15px;
}
.head-price,.head-brand{
    color:#99c45a;
    font-size: 18px;/*по макету 15*/
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom:2px solid #99c45a;
    display: inline-block;
}

#price{
    font-size: 12px;
    font-weight: bold;
}
#price .form-group{
    width: 70px;
    display: inline-block;
    margin-bottom: 0;
    text-emphasis: circle;
}
#price input{
    font-size: 16px;
    background: none;
    border: 1px solid #020202;
    border-radius: 0;
}
.text{
    margin-top: 15px;
    margin-bottom: 5px;
}
.text-left{
    float: left;
}
.text-right{
    float: right;
}
/*сортировка вверху*/
.head-search{
    color: #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
    margin-bottom: 2px;
    font-size: 15px;
}
.search-btn{
    background: none;
    border:none;
    font-size: 15px;
    color: #99c45a;
}
.search-list{
    font-size: 15px;
    color: #99c45a;
    padding: 10px;
    min-width:170px;
}
.search-list li{
    cursor: pointer;
    margin-bottom: 5px;
}
.search-list li:last-child{
    margin-bottom: 0;
}
.search-list li span:hover{
    border-bottom:1px solid #99c45a;
}
.top-search{
    display: inline-block;
}
.active span{
    border-bottom:1px solid #99c45a;
}
