.wc-product-filter-section {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  margin-bottom: 50px;
}
.wc-product-filter-section .wc-product-subcategories {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.wc-product-filter-section .wc-product-subcategories li {
}
.wc-product-filter-section .wc-product-subcategories li label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.wc-product-filter-section .wc-product-subcategories li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wc-product-filter-section .wc-product-subcategories li .custom-square {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid var(--e-global-color-text);
  transition: all 0.2s ease;
}
.wc-product-filter-section .wc-product-subcategories li .custom-square:after {
  content: "";
  position: absolute;
  display: none;
  left: 2.5px;
  top: 2.5px;
  width: 11px;
  height: 11px;
  background: var(--e-global-color-text);
}
.wc-product-filter-section
  .wc-product-subcategories
  li
  input:checked
  ~ .custom-square:after {
  display: block;
}
.wc-product-filter-title {
}
.price-slider-amount {
}
.price-slider-amount .price-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
}
.price-slider-amount .price-label span {
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  padding: 6px 12px;
  font-size: 14px;
}
.price-slider-wrapper {
}
.price-slider-wrapper .price-slider {
  height: 10px;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  position: relative;
  border-radius: 8px;
}
.price-slider-wrapper .ui-slider-range {
  height: 10px;
  background: var(--e-global-color-7adc37a) !important;
  border-radius: 8px;
  position: absolute;
  margin-left: 10px;
}
.price-slider-wrapper .ui-slider-handle {
  background: var(--e-global-color-7adc37a) !important;
  width: 18px;
  display: block;
  height: 18px;
  position: absolute;
  cursor: pointer;
  top: -4px;
  border-radius: 50%;
}
.price-slider-wrapper .ui-slider-handle ~ .ui-slider-handle {
}
.reset-filter-button {
  background: var(--e-global-color-7adc37a);
  color: #fff !important;
  padding: 9px 12px;
  display: inline-block;
}
