@charset "UTF-8";
/*---- show_search Start----*\ */
.shop_search { border: 1px solid #dcdcdc; padding: 20px; }
.shop_search .block_header { color: #333333; font-size: 24px; margin-bottom: 30px; }
.shop_search_param { margin-bottom: 30px; }
.shop_search_param__list { max-height: 360px; overflow: auto; }
.shop_search .input-title { font-size: 18px; margin-bottom: 15px; display: block; }
.shop_search label { position: relative; margin: 0; cursor: pointer; font-size: 16px; line-height: 1; min-height: 26px; padding: 10px 10px 10px 35px; margin-bottom: 5px; display: flex; align-items: center; }
.shop_search label input[type="checkbox"] { display: none; }
.shop_search label input[type="checkbox"] + span { cursor: pointer; }
.shop_search label input[type="checkbox"] + span:before { content: ""; font-family: "FontAwesome"; font-size: 13px; color: #fff; align-items: center; justify-content: center; display: flex; position: absolute; top: 5px; left: 0; width: 26px; height: 26px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.shop_search label input[type="checkbox"]:disabled + span { color: #ddd; }
.shop_search label input[type="checkbox"]:checked + span:before { content: ""; }
.shop_search label__item-checkbox { font-size: 14px; font-weight: 300; line-height: 1; min-height: 25px; padding-left: 30px; position: relative; margin-bottom: 15px; display: flex; align-items: center; }
.shop_search label__item-checkbox input[type="checkbox"] { display: none; }
.shop_search label__item-checkbox input[type="checkbox"] + label { cursor: pointer; }
.shop_search label__item-checkbox input[type="checkbox"] + label:before { content: ""; font-family: "FontAwesome"; font-size: 13px; color: #fff; align-items: center; justify-content: center; display: flex; position: absolute; top: 0; left: 0; width: 26px; height: 26px; border: 1px solid #dcdcdc; background-color: #ffffff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.shop_search label__item-checkbox input[type="checkbox"]:checked + label:before { background-color: #8872cb; content: ""; background-repeat: no-repeat; background-position: center; border-color: transparent; }
.shop_search__buttons { text-align: center; }
.shop_search .bts { text-align: center; }
.shop_search .btn_search { font-size: 14px; font-weight: 300; line-height: 1; padding: 10px 20px; border: 0; margin-bottom: 10px; }
.shop_search .btn_search:hover { opacity: 0.8; }
.shop_search .btn_clear { font-size: 14px; font-weight: 300; border: 0; border-bottom: 1px dashed; padding: 0; line-height: 1.71429; outline: none; cursor: pointer; }
.shop_search input[type="text"], .shop_search input[type="floattext"], .shop_search select { height: 38px; padding-left: 11px; font-size: 14px; line-height: 14px; outline: none; }
.shop_search input[type="text"].width-full, .shop_search input[type="floattext"].width-full, .shop_search select.width-full { width: 100%; }
.shop_search select { width: 100%; }
.shop_search_price input[type="text"], .shop_search_price input[type="floattext"] { width: 44%; text-align: center; }
.shop_search_price .shop_search_param__list { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.shop_search .div_search { margin-bottom: 15px; }

/*---- show_search ENd----*\ */
.filter_show { /*# Кнопка показать фильтр */ background: #8872cb; color: #fff; }

.shop_search .input-title { /*# Заголовок характеристик в фильтре */ color: #222; }
.shop_search label { /*# Параметр в фильтре */ color: #666; }
.shop_search label input[type="checkbox"] + span:before { /*# Параметр не выбран в фильтре (checkbox) */ border: 1px solid #d7d7d7; background-color: #ffffff; }
.shop_search label input[type="checkbox"]:disabled + span { /*# Параметр недоступен для выбора в фильтре (checkbox) */ color: #ddd; }
.shop_search label input[type="checkbox"]:checked + span:before { /*# Параметр выбран в фильтре (checkbox) */ background-color: #fff; color: #8872cb; }
.shop_search input[type="floattext"], .shop_search input[type="text"] { /*# Текстовые подя в фильтре */ border: 1px solid #d7d7d7; color: #505050; background-color: #ffffff; }
.shop_search .btn_search { /*# Кнопка "Применить фильтры" */ color: #ffffff; background-color: #8872cb; }
.shop_search .btn_clear { /*# Кнопка "Очистить фильтры" */ color: #8872cb; background-color: transparent; border-bottom-color: #8872cb; }
.shop_search .irs-bar { /*# Ползунок цены выбраный интервал в фильтре */ background-color: #8872cb; }
.shop_search .irs-line { /*# Фон ползунока цены в фильтре */ background-color: #c4c4c4; }
.shop_search .irs-slider { /*# Навигация ползунока цены в фильтре */ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); background-color: #ffffff; }

/*# sourceMappingURL=filter.css.map */
