.block.shop-filter {
    padding-bottom: 22px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 25px 0 0 0px;
/*     border-left: 1px solid #fff1c6;
    border-right: 1px solid #fff1c6;
    border-bottom: 1px solid #fff1c6; */
}
.range-slider {
    width: 220px;
    margin: 0 auto;
}
.shop_search_price .input-title {
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin: 0px 0 0 0px!important;
}
.shop-filter .input-title {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0px;
    padding: 5px 0 8px 5px;
}
.js_shop_search_brand, .js_shop_search_param_d {
    margin: 0 0 5px 7px;
    font-size: 14px;
    color: #1c1c1c;
}
.js_shop_search_param_div .chek_lab {
    margin: 0 0 5px 7px;
    font-size: 14px;
    color: #1c1c1c;
}
.js_shop_search_param_div.shop_search_brand .br {
    max-height: 135px;
    overflow-y: auto;
}
.shop_search_chek .chek {
    max-height: 115px;
    overflow-y: auto;
}
.chek .chek_lab_disabled {
    display: none;
}

.js_shop_search_param_div input[type="text"] {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #ccc;
    height: 30px;
}

.js_shop_search_param_div {
    margin-bottom: 10px;
}
.shop-filter .input-title {
    cursor: pointer;
}
.shop-filter .input-title + div.is_active {
    display: block;
}

.shop-filter .input-title + div {
    display: none;
}
.shop-filter .input-title:before {
    content: "\f107";
    font-family: fontawesome;
    font-size: 18px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid;
    justify-content: center;
    color: #000080;
}
.shop-filter .input-title:hover, .shop-filter .input-title:hover:before {
    color: #000;
}

.shop-filter .input-title.is_active:before {
	content: "\f106";
}

input.button.solid.btn_filter {
    border: none;
    width: 135px;
    height: 39px;
    background: #c5ddf4;
    color: #000080;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn_fil {
    text-align: center;
}

.button.clear_filter_button {
    cursor: pointer;
}
