/* custom breakpoints */
/* breakpoints */
.facet-heading {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.facet-heading .clear-filter {
  position: absolute;
  right: 0;
  top: 0;
}

.facet-heading .clear-filter:hover {
  cursor: pointer;
}

.facet-title {
  text-transform: uppercase;
  color: #061e42;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.facet-value {
  margin: 0;
}

.facet-value:hover {
  cursor: pointer;
}

.facet-value.active-facet {
  color: #061e42;
  font-weight: 700;
}

.facet-single-selection-list .bottom-remove-filter {
  display: none;
}
