/* General style rules */
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

/* Facet style */
.xfs-facet {
  margin-bottom: 2rem;
  /* Slider */
  /* Search */
}
.xfs-facet .xfs-facet-title {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 0.3em;
}
.xfs-facet .facet-row:hover .facet-checkbox-exclude, .xfs-facet .facet-row.excluded .facet-checkbox-exclude {
  display: block;
}
.xfs-facet .facet-row .facet-checkbox, .xfs-facet .facet-row .facet-checkbox-exclude, .xfs-facet .facet-row .facet-radio {
  position: relative;
  cursor: pointer;
}
.xfs-facet .facet-row .facet-checkbox i.xfacets-refinement-list-icon, .xfs-facet .facet-row .facet-checkbox-exclude i.xfacets-refinement-list-icon, .xfs-facet .facet-row .facet-radio i.xfacets-refinement-list-icon {
  display: flex;
  width: 14px;
  height: 14px;
  background-size: cover;
  margin-right: 4px;
}
.xfs-facet .facet-row .facet-checkbox i.xfacets-refinement-list-icon, .xfs-facet .facet-row .facet-checkbox-exclude i.xfacets-refinement-list-icon {
  background-image: url(../images/checkbox.png);
}
.xfs-facet .facet-row .facet-checkbox i.xfacets-refinement-list-icon.on, .xfs-facet .facet-row .facet-checkbox-exclude i.xfacets-refinement-list-icon.on {
  background-image: url(../images/checkbox-on.png);
}
.xfs-facet .facet-row .facet-radio i.xfacets-refinement-list-icon {
  background-image: url(../images/checkbox.png);
}
.xfs-facet .facet-row .facet-radio i.xfacets-refinement-list-icon.on {
  background-image: url(../images/checkbox-on.png);
}
.xfs-facet .facet-row .facet-checkbox-exclude {
  display: none;
  margin-left: 5px;
}
.xfs-facet .facet-row.excluded .facet-checkbox:before, .xfs-facet .facet-row .facet-checkbox-exclude:before {
  position: absolute;
  display: block;
  content: " ";
  height: 1px;
  background-color: #404040;
  left: -3px;
  top: 7px;
  width: 20px;
}
.xfs-facet .facet-row.excluded .facet-checkbox:before {
  top: 13px;
  width: 100%;
}
.xfs-facet .facet-slider-wrap {
  padding-bottom: 15px;
}
.xfs-facet .facet-slider-reset {
  border: 1px solid #9f1b17;
  border-radius: 3px;
  background: #9f1b17;
  padding: 4px 15px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
}
.xfs-facet.search .facet-search-wrap {
  display: flex;
  position: relative;
}
.xfs-facet.search .facet-search-wrap input {
  width: 100%;
}
.xfs-facet.search .facet-search-wrap .facet-icon {
  right: 0;
  height: 100%;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
}
.xfs-facet.search .facet-search-wrap .facet-icon:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 100%;
  background: url(../images/icon-search.png) no-repeat;
  background-position: 5px 50%;
  background-size: 20px 20px;
}

.xfacets-applied-filters {
  margin-bottom: 2rem;
}
.xfacets-applied-filters--title {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}
.xfacets-applied-filters--title button {
  float: right;
  padding: 0 0.5rem;
  font-weight: 400;
  font-size: 0.8rem;
}
.xfacets-applied-filters--items {
  margin-bottom: 0.5rem;
}
.xfacets-applied-filters--items div {
  font-size: 0.8rem;
}
.xfacets-applied-filters--items .facet-applied--title {
  font-weight: 600;
}
.xfacets-applied-filters--items .facet-applied-value {
  margin-right: 3px;
  border: 1px solid;
  padding: 0 0.3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.xfacets-applied-filters--items .facet-applied-value:last-child {
  margin-right: 0;
}
.xfacets-applied-filters--items .facet-applied-value:hover {
  background: #f1f1f1;
}
.xfacets-applied-filters--items .facet-applied-value a {
  text-decoration: none !important;
  font-size: 1rem;
  margin-left: 0.3rem;
  font-weight: 400 !important;
}
.xfacets-applied-filters--items .facet-applied-value a:hover {
  color: #ff0000;
}

.xfacets-search {
  display: flex;
}
.xfacets-search #vue-facets {
  flex-basis: 25%;
}
.xfacets-search #primary.content-area {
  flex-basis: 75%;
}

.d-none {
  display: none;
}

/*# sourceMappingURL=style.css.map */
