.woof_price_filter {
  padding: 0 0 35px !important;
}
.woof_price_filter .woof_container_inner::after {
  display: none;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-bar {
  background-color: #0e5dc7 !important;
}
.irs--round .irs-handle {
  border-color: #0e5dc7 !important;
}

.woof_container_inner {
  font-size: 16px;
  position: relative;
}
.woof_container_inner::after {
  content: "";
  width: 20px;
  height: 11px;
  background: url(../../assets/image/icons/chevron.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  right: 0;
}
.woof_container_inner.active::after {
  top: 4px;
  transform: rotate(180deg);
}
.woof_container_inner h4 {
  font-size: 18px !important;
  font-weight: 600;
  text-align: left !important;
  background: unset !important;
  padding: 0 0 15px !important;
  margin: 0 !important;
  cursor: pointer;
}
.woof_container_inner h4:hover {
  color: #0e5dc7 !important;
}

.woof_block_html_items {
  padding: 0 !important;
  display: none;
}

.woof_wcga_label_hide {
  display: none;
}

.woof_checkbox_label {
  margin: 0 0 0 5px;
  cursor: pointer;
}
.woof_checkbox_label:hover {
  color: #0e5dc7;
}

span.woof_checkbox_count {
  margin: 0 0 0 2px;
}

.woof_list_checkbox li:not(:last-child) {
  margin: 0 0 10px;
}

.woof_submit_search_form_container {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}

.woof_reset_search_form {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 20px 0 0;
}
.woof_reset_search_form:hover {
  color: #0e5dc7;
}

.woof_submit_search_form {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 16px;
  font-weight: 600;
  color: #f3f3f3;
  text-decoration: none;
  background: #0e5dc7;
  padding: 15px 20px;
  display: block;
}
.woof_submit_search_form:hover {
  opacity: 0.7;
}

@media screen and (max-width: 991.98px) {
  .woof_container_inner h4 {
    font-size: 16px !important;
  }
  .woof_submit_search_form_container {
    margin: 10px 0 0;
  }
  .woof_reset_search_form {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .woof_submit_search_form_container {
    padding: 0 0 25px;
  }
}/*# sourceMappingURL=husky_style.css.map */