.block.shop-filter{box-sizing:border-box;overflow:hidden;position:relative; text-align: left;will-change: transform;}
.range-slider {
    width: 90%;
    opacity: 0;	
    /*margin:0 auto;	*/
}

.shop_search_price .input-title{font-size:17px;    color:#1c1c1c;    font-weight:500;    display:block;    margin:0px 0 0 0px!important;}
.shop-filter .input-title{
    font-size: 15px;
    color: #333333;
    display: block;
    position: relative;
    line-height: 21px;
    font-weight: 600;
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    cursor: pointer;	
}

.shop-filter .input-title i {
    float: right;
}

/* .shop-filter .input-title:after {
    content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right: 0;
	top: 0;	
} 

.shop-filter .input-title.is_active:after {
	content: "\f106";
    color: #d03e3e;	
}*/

.js_shop_search_brand{margin:0 0 5px 7px;    font-size:14px;    color:#1c1c1c;}
.js_shop_search_param_div .chek_lab{
    font-size: 15px;
    color: #333333;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
}
.js_shop_search_param_div.shop_search_brand .br{max-height:150px;    overflow-y:auto;
    padding-top: 20px;
}
.shop_search_chek .chek{
/* 	max-height:140px;
    overflow-y:auto; */
    padding-top: 20px;
    display: none;
}
.chek .chek_lab_disabled{display:none;}

.block.shop-filter label.cb_checked {
	color: #d03e3e;
}

/* .block.shop-filter label {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    width: 75%;
    vertical-align: top;
    cursor: pointer;
} */

.chek_lab, .js_shop_search_brand {
    position: relative;
}

/* .block.shop-filter input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 10px;
    opacity: 0;
    float: left;	
} */

.js_shop_search_param {
	padding: 10px 0;
}

 /*.shop-filter .input-title + div {
    display: none;
}

.shop-filter .input-title + div.is_active {
    display: block;
} */


.block.shop-filter .shop_search_chek1 input[type="checkbox"] {width: 40px;height: 30px;margin-right: 0;}
.block.shop-filter .shop_search_chek1 input[type="checkbox"] + label:before {display: none;}
.block.shop-filter .shop_search_chek1 label {
/*     width: 40px;
    height: 30px;
    position: absolute; */
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #191919;
    font-size: 13px;
    padding: 5px 9px;
/*     top: 0;
    left: 0; */	
}

.block.shop-filter .shop_search_chek1 label:after {
    display: none;
}

.block.shop-filter .shop_search_chek1 label.cb_checked, .block.shop-filter .shop_search_chek1 label:hover {
    background: #d03e3e;
    border-color: transparent;
	color: #fff;
}

.js_shop_search_param_div.shop_search_chek1 .chek_lab {
    display: inline-block;
    vertical-align: top;
    width: auto;	
	margin-right: 8px;	
	margin-bottom: 8px;
}
/* 
.block.shop-filter .shop_search_chek1 .chek_lab:nth-child(6n) {
	margin-right: 0;
} */
 
 .sty.hide {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #191919;
    margin-bottom: 20px;
}

.block.shop-filter label {
    font-size: 14px;
    color: #333333;
    display: flex;
    cursor: pointer;
    align-items: center;
}

/*.block.shop-filter input[type="checkbox"]:checked + label:before {
    content: "\f14a";
    font-family: fontawesome;
    color: #d03e3e;
    font-size: 20px;
    cursor: pointer;
}

.block.shop-filter input[type="checkbox"] + label:before {
    content: "\f096";
    font-family: fontawesome;
    color: #dddddd;
    font-size: 20px;
    cursor: pointer;
    font-weight: 300;
	margin-right: 10px;
    width: 20px;	
}

.block.shop-filter input[type="checkbox"]:not(:checked) + label:hover:before  {
    content: "\f0c8";	
    font-family: fontawesome;	
    color: #d03e3e;	
}*/

.block.shop-filter input[type="checkbox"] {
    display: none;
}

.block.shop-filter .shop_search_chek1 input[type="checkbox"]:disabled + label {
    background: rgb(230, 230, 230);
    cursor: default;
    color: #333;	
}