/**
 * Default clearfix implementation.
 *
 * @usage
 *    .box {
 *      @include clearfix;
 *    }
 */
/**
 * Casts a string into a number.
 *
 * @param {string} $value
 *    Tje string to cast to a number.
 * @return {$number}
 *    The value as number.
 */
/**
 * Split a string into a list of strings.
 *
 * @param {string} $string
 *    Tje string to be split.
 * @param {string} $delimiter
 *    The boundary string.
 * @return {list} $result
 *    The result list.
 */
.facet {
  width: 100%;
}
.facet.form-wrapper.form-item {
  margin-top: 0;
}
.facet__details {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}
.facet__details-summary {
  color: #444444;
  text-decoration: none;
  padding: 0rem 2rem 0 0;
}
.facet__details-summary:after {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  content: "\e04c";
  right: 0;
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.facet__details[open] summary:after {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  content: "\e045";
  right: 0;
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.facet__details[open] .facet__details-content {
  padding: 0.5rem 0 0 0;
}
.facet.bef--secondary.form-wrapper {
  margin: 0;
}
.facet.bef--secondary.form-wrapper fieldset.form-item.form-wrapper {
  border: 0;
  margin-top: -0.75em;
}
.facet.bef--secondary.form-wrapper fieldset.form-item.form-wrapper legend {
  margin: 0;
  padding: 0;
}
.facet.bef--secondary.form-wrapper fieldset.form-item.form-wrapper .form-type-radio input.form-radio {
  width: auto;
}
.facet.bef--secondary.form-wrapper fieldset.form-item.form-wrapper .form-type-radio label {
  font-weight: normal;
}