:root {
  --layered-main-color: #af171b;
  --layered-secondary-color:#f2f0ee;
  --layered-font-color:#100600;
}

#layered_form {

}
#layered_form .filter-item {
  background-color: var(--layered-secondary-color);
  padding: 15px;
  margin-bottom: 15px;
}

#layered_form .layered_subtitle {
  display: block;
  color: var(--layered-main-color);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
#layered_form .heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#layered_form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#layered_form .layered_price ul,
#layered_form #enabled_filters ul {
  flex-direction: column;
}
#layered_form #layered_price_slider {
  margin: 10px 15px;
}
#layered_form li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-basis: 50%;
  margin-bottom: 5px;
}
#layered_form li label {
  margin-left: 5px;
}
#layered_form li label a {
  color: var(--layered-font-color);
  font-size: 15px;
  line-height: 1;
}
#layered_form .layered_close {
  width: 15px;
  height: 15px;
  background-color: var(--layered-main-color);
} 
#layered_form .layered_close a {
  color: #fff;
}

.clear {
  clear: both;
}