.irs--round .irs-bar {
  background-color: rgba(12, 38, 87, 0.27);
}

.irs--round .irs-handle {
  border: 4px solid rgba(12, 38, 87, 0.2666666667);
  box-shadow: 0 1px 3px rgba(12, 38, 87, 0.27);
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: rgba(12, 38, 87, 0.27);
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: rgba(12, 38, 87, 0.2666666667);
}

#form-catalogprice {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.filter-header {
  margin-bottom: 10px;
}

.labels label {
  font-size: 13px;
  color: silver;
}

input[type=radio]:enabled:checked,
input[type=checkbox]:enabled:checked {
  background-color: rgba(12, 38, 87, 0.2666666667) !important;
  accent-color: rgba(12, 38, 87, 0.27);
  color: white;
}

.category-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
}

/*# sourceMappingURL=main.css.map */
