#enabled_filters {
  margin: 0 0 10px 0;
  background: #fcfcfc;
  padding: 5px;
  width: 100%;
}

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px;
}

#enabled_filters ul li {
  position: relative;
  padding: 2px 0;
}

#enabled_filters li a {
  position: absolute;
  right: 0;
  top: 50%;

  cursor: pointer;

  transform: translateY(-50%);
}

#layered_block_left .layered_close {
  float: right;
  padding-right: 5px;
}

#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 13px;
  width: 13px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/less.gif) no-repeat 2px 2px;
}

#layered_block_left span.closed a {
  background: url(img/icon/more.gif) no-repeat 2px 2px;
}

#layered_block_left .layered_subtitle {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  /* margin-bottom: 10px; */
  color: var(--theme-color-ltgreen);
}

#layered_block_left ul {
  clear: both;
  padding: 5px 0;
}

#layered_block_left ul li {
  display: flex;
  align-items: center;
  padding: 2px 0;
  list-style-type: none;
  width: auto;
  margin-right: 20px;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  #layered_block_left ul li {
    /* width: 250px; */
    /* margin: 0; */
  }
}

#layered_block_left ul li label {
  padding-left: 20px;
  margin: 0;
  cursor: pointer;
  line-height: 20px;
}

#layered_block_left ul {
  padding-left: 0;
}

#layered_block_left div>form>div>div {
  margin-top: 5px;
}

#layered_block_left #enabled_filters,
#layered_url_filter_block {
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-bottom: 1px dotted #CCC;
}

#layered_block_left #enabled_filters ul li {
  padding-left: 0;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 20px;
  width: auto;
}

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit;
}

#layered_block_left ul li input.checkbox {
  position: absolute;
  left: 0;
  top: 50%;

  min-height: 0;
  margin: 0;

  transform: translateY(-50%);
}

#layered_block_left ul li .disabled {
  color: #666;
}

#layered_block_left .color-option {
  border: 1px solid #666666;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px;
}

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

#layered_block_left .nomargin a {
  display: inline;
}

#layered_form .select {
  width: 165px;
}

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666;
}

#layered_form .color-option.on {
  border: 1px solid red;
}

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle;
}

.layered_price_range {
  margin-left: 7px;
}

.layered_price_range_unit {
  margin-right: 7px;
}

.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 93%;
}

.layered_slider {
  margin-top: 5px;
}

.layered_input_range_min {
  width: 30px;
}

.layered_input_range_max {
  width: 40px;
}

.layered_list_selected {
  font-weight: bold;
}

.layered_list {
  display: block;
  cursor: pointer;
}

.layered_list:hover {
  font-weight: bold;
}

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center;
}

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer;
}

.hide-action:hover {
  font-weight: bold;
}

#layered_form div div ul {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  margin-bottom: 0;
}

.layered_filter {
  padding: 0 15px;
}

/* .layered_filter {
  width: 100%;
} */

/* .layered_filter ~ .layered_filter {
  width: 250px;
} */

@media (max-width: 1199px) {
  .layered_filter ~ .layered_filter {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .layered_filter ~ .layered_filter,
  .layered_filter:nth-last-of-type(4) {
    min-width: 200px;
    margin-right: 0;
  }
}

.layered_filter:only-of-type .layered_filter_ul {
  flex-direction: row;
}

.layered_filter label {
  font-weight: normal;
}

.layered_filter .layered_subtitle {
  font-size: 1.2em;
}

#layered_block_left {
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #d6d4d4;
}

#layered_block_left .title_block {
  display: none;
}

.filters_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  justify-content: space-between;
  background-color: var(--theme-color-ltgrey);
}

.layered_price {
  width: 100%;
  margin: 0 !important;
}

.layered_price .layered_subtitle_heading {
  display: none;
}

.layered_price label {
  margin-right: 4px;
}

#enabled_filters ul {
  flex-direction: row !important;
}








/* ------ */















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