.product_form_group_submit .clear_filter {
  /* margin: 2px; */
  background: #fff;
  width: 100%;
}
.product_form_group_submit .clear_filter a {
  display: block;
  padding: 10px 3px 3px 15px;
  color: #bd0202;
}
.product_form_group_submit .clear_filter a:hover {
  text-decoration: underline;
}
.product_form_group_submit .filter_category_parent {
  border-top: 1px solid #efefef;
}
.product_form_group_submit .filter_category_parent .toogle_filter_button svg.plus {
  display: block;
}
.product_form_group_submit .filter_category_parent .toogle_filter_button svg.minus {
  display: none;
}
.product_form_group_submit .filter_category_parent .toogle_filter_button.active svg.plus {
  display: none;
}
.product_form_group_submit .filter_category_parent .toogle_filter_button.active svg.minus {
  display: block;
}
.product_form_group_submit .f_count_plus {
  margin-left: 2px;
  font-size: 11px;
  color: #7e7e7e;
  border-radius: 5px;
  background: #d3ffe7;
  padding: 1px 5px 1px 4px;
  display: inline-block;
}
.product_form_group_submit .f_count_plus_zero {
  margin-left: 2px;
  font-size: 11px;
  color: #525252;
  border-radius: 5px;
  background: #e3e3e3;
  padding: 1px 5px 1px 4px;
  display: inline-block;
}
.product_form_group_submit .f_count_plus_same {
  opacity: 0.5;
  margin-left: 2px;
  font-size: 11px;
}
.product_form_group_submit .range-slider {
  height: 45px;
  padding-top: 10px;
  padding-right: 15px;
}
.product_form_group_submit .range-slider .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.product_form_group_submit .range-slider .slider .progress {
  height: 95%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.product_form_group_submit .range-slider .range-input {
  position: relative;
}
.product_form_group_submit .range-slider .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product_form_group_submit .range-slider input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.product_form_group_submit .range-slider input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

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