.collection-filters-container {
  text-align: center;
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  display: block;
}

.cf-title {
  display: inline-block;
  font-weight: bold;
  margin: 0px 5px 0px 24px;
  font-size: 16px;
}

.cf-select {
  display: inline-block;
  width: 12em;
  margin-right: 1em;
  float: none !important;
  height: 40px;
  padding: 2px 2px 2px 17px;
  border: solid 1px #d3d2d2;
}

.cf-checkbox,
.cf-radio {
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: -6px;
}

/* individual checkbox labels */
.collection-filters-container label span {
  font-weight: normal;
  opacity: 0.8;
}

.collection-filters-container label {
  display: block;
  margin: 0px 6px 6px 0px;
  cursor: pointer;
  font-weight: normal;
}

.cf-checkbox:checked + span {
  font-weight: bold !important;
  opacity: 1;
}

.cf-radio:checked + span {
  font-weight: bold !important;
  opacity: 1;
}

.cf-mobile-only {
  display: none;
}

/* mobile */
@media (max-width: 760px) {
  .cf-title {
    display: none;
    font-weight: bold;
    margin: 2px 5px 0px 0px;
  }

  .cf-select {
    display: block;
    width: 100%;
    max-width: none;
  }

  .cf-desktop-only {
    display: none;
  }
  .cf-mobile-only {
    display: block;
  }
}
