.filter-category-links {
  display: grid;
  gap: 1px;
}
.filter-category-links a {
  display: block;
  padding: 6px 0;
  color: #27382a;
  text-decoration: none;
  font-size: 11px;
  border-bottom: 1px solid transparent;
}
.filter-category-links a:hover {
  color: #4f850f;
  border-color: #d9e5c5;
}
.filter-category-links small {
  float: right;
  color: #777;
}
.filter-category-links i {
  float: right;
  margin: 2px 0 0 7px;
  font-size: 9px;
  color: #7c9760;
}
.price-slider {
  position: relative;
  height: 22px;
  margin: 12px 2px 5px;
}
.price-track,
.price-fill {
  position: absolute;
  top: 10px;
  height: 4px;
  border-radius: 4px;
}
.price-track {
  left: 0;
  right: 0;
  background: #dfe6d4;
}
.price-fill {
  left: 0;
  right: 0;
  background: #527f1b;
}
.price-slider input {
  position: absolute;
  z-index: 2;
  left: -2px;
  top: 4px;
  width: calc(100% + 4px);
  height: 15px;
  margin: 0;
  appearance: none;
  pointer-events: none;
  background: transparent;
}
.price-slider input::-webkit-slider-thumb {
  appearance: none;
  width: 13px;
  height: 13px;
  border: 2px solid #3d6a14;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  cursor: pointer;
}
.price-slider input::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 2px solid #3d6a14;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  cursor: pointer;
}
.price-slider input::-moz-range-track {
  background: transparent;
}
.range-line {
  display: none;
}
