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;
}
.product_price{
    position: relative;
}
.product_price .price{
    text-align: left;
    float: left;
    position: relative;
    bottom: -8px;
}
.product_price .baskets{
    float: right;
}
.product_price .baskets button{
    padding: 10px 43px;
}
.product_price .price_old{
    position: absolute;
    top: -15px;
    left: 50px;
}

.product_info{
    margin-bottom: 40px;
}


/*фото товара*/
.photo{
    margin-top: 20px;
    display: block;
    width: auto;
    height:auto;
    border: 2px solid #bfbfbf;
    cursor: pointer;
}
.img_container{
    display: table-cell;
    height: 460px;
    width: 460px;
    vertical-align: middle;
}
.photo img{
    max-width: 420px;
    max-height: 460px;
}
/*фото товаров внизу*/
.bottom_items{
    text-align: center;
}
.bottom_items .photo img{
    max-height: 160px;
    max-width:160px;
}
.bottom_items .photo{
    border: none;
}
.bottom_items .price{
    text-align: right;
    float: right;
}

#img_product .modal-body{
    text-align: center;
}
#img_product .modal-body img{
    width: 100%;
}
@media(max-width:1199px){
    .photo img{
        max-width: 345px;
    }
}
@media(max-width:1199px){
    .img_container{
        width: 720px;
    }
}
@media(max-width:1199px){
    h1{
        text-align: center;
    }
    .product_price .price{
        float: none;
        text-align: center;
        margin-bottom: 25px;
    }
    .product_price .price_old{
        top: -25px;
        left: 245px;
    }
    .product_price .baskets{
        float: none;
        text-align: center;
    }
}