﻿.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: 1.1rem;
}

.button-show-more, 
.button-show-less {
  margin-top: 1.5rem;
}
.facets__selected {
  color: #000000;
  font-family: 'gotham-book';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 27px;
}
@media screen and (max-width: 769px) {
  .select__select option {
    font-weight: 300;
  }
}