.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > span.term-label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > span.price-range,
.yith-wcan-active-filters .active-filter-label.yith-wcan-filter-btn {
  cursor: pointer;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > span.term-label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > span.price-range {
  color: #4d4d4d !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > span.term-label:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > span.price-range:hover {
  color: #4d4d4d !important;
}

@media only screen and (max-width: 767px) {
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item span.term-label,
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item span.price-range {
    font-size: 20px;
  }
}
