.product-filters-content {

}

.product-filter-icon {
  width: 20px;
  margin-right: 8px;
}

.product-active-clear {
  padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.product-active-clear .clear-all {
  appearance: none;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color .17s linear, background-color .17s linear, border-color .17s linear;
  width: 100%;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  font-weight: 600;
}

.product-active-clear .clear-all i {
  margin-right: 8px;
  font-size: 16px;
}

.product-filters-content .head-filter {
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
  font-size: 20px;
font-style: normal;
font-weight: 600;
color: var(--title-text-color);
}

.product-filters-content .head-filter h3 {
  font-size: 20px;
}

.product-collection-filter .js-filter:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
}

.product-collection-filter .js-filter .attr__label {
  margin-bottom: 16px;
}

.product-collection-filter .js-filter .attr__label::before {
  content: "\e61e";
  font-family: "qico" !important;
  margin-right: 8px;
  font-size: 16px;
  width: 16px;
  color: #666;
}

.product-collection-filter .js-filter .attr__label.act::before {
  content: "\e600";
}

.product-collection-filter .js-filter .attr__label .attr__label--title {
  font-size: 14px;
  color: var(--title-text-color);
  font-weight: 600;
  cursor: pointer;
}

.product-collection-filter .attr__list {
  max-height: 165px;
  overflow: auto;
  padding-right: 10px;
}

.product-collection-filter .attr__list .attr__item {
  margin-bottom: 8px;
  cursor: pointer;
}

.product-collection-filter .attr__list .attr__item .attr-checkbox {
  display: flex;
  align-items: center;
}

.product-collection-filter .attr-checkbox input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.product-collection-filter .attr-checkbox .custom-checkbox {
  background: #fff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #d0d0d0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  text-align: center;
  flex-shrink: 0;
}

.product-collection-filter .attr-checkbox .custom-checkbox i {
  display: none;
  font-size: 12px;
}

.product-collection-filter .attr-checkbox>input:checked+.custom-checkbox i {
  display: block;
  color: #fff;
}

.product-collection-filter .attr-checkbox>input:checked+.custom-checkbox {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.product-collection-filter .attr-checkbox .attr-checkbox__label {
  font-size: 14px;
  color: var(--title-text-color);
}

.product-collection-filter .price__display {
  padding: 0 4px;
}

.product-collection-filter .price__display input[type=range] {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 7px;
  top: -1px;
  background: none;
  z-index: 9;
  border: none;
  pointer-events: auto;
}

.product-collection-filter .price__display .filter_price-bar {
  margin-bottom: 50px;
  position: relative;
}

.product-collection-filter .price__display .filter_price-bar .filter_price-bar_bg {
  height: 7px;
  border-radius: 20px;
  border: 1px solid #ababab;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.product-collection-filter .price__display .price-progress {
  height: 7px;
    top: 0;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: var(--color-primary);
    z-index: 3;
    max-width: 100%;
}

.product-collection-filter .price__display .progress-number {
  font-size: 10px;
  font-weight: 600;
  color: #909090;
  top: 17px;
  z-index: 1;
}

.product-collection-filter .price__display .progress-number.inner {
  transform: translate(-50%);
}

.product-collection-filter .price__display .progress-number.inner:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #ababab;
  bottom: calc(100% + 5px);
  left: 50%;
}

.product-collection-filter .price__display .filter_price-input {
  display: flex;
  align-items: center;
}

.product-collection-filter .price__display .field_input {
  font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #c8c8c8;
    border-radius: 5px;
    height: 38px;
    text-align: center;
    border: 1px solid #e3e0d3;
    background-color: #fff;
    touch-action: manipulation;
    width: 100%;
}

.range-content {
  width: 100%;
}

.load-more-content {
  text-align: center;
}
.load-more-content .loadmore__btn {
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color .17s linear, background-color .17s linear, border-color .17s linear;
  width: initial;
  min-width: 250px;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  font-weight: 600;
  cursor: pointer;
}

.load-more-content .loadmore__btn .load {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid white;
  border-top: 3px solid black;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

.load-more-content .loadmore__btn.loading .load {
  display: block;
}

.load-more-content .loadmore__btn.loading span {
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); } 
  100% { transform: rotate(360deg); }
}