#enabled_filters {
  margin: 0 0 10px 0;
  background: #eee;
  padding: 5px;
}

#enabled_filters .layered_subtitle {
  font-size: 13px;
  font-weight: 600;
}

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

#enabled_filters li a {
  float: right;
  /*display: inline-block;
  height: 12px;
  width: 12px;
  text-indent: -5000px;*/
  /*background: url(../../../img/icon/delete.gif) no-repeat 0 0 transparent;*/
  /*background: url(./delete.gif) no-repeat 0 0 transparent;*/
  cursor: pointer;
}

#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-size: 13px;
}

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

#layered_block_left ul li {
  padding: 2px 0 !important;
  width: 100%;
}

#layered_block_left ul li label {
  cursor: pointer;
}

#layered_block_left ul {
  padding-left: 0;
}

#layered_block_left ul li {
  list-style-type: none;
}

#layered_block_left #enabled_filters, #layered_url_filter_block {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  border-bottom: 1px solid #DDDDDD;
}

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0;
}

/* 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 {
  vertical-align: middle;
  margin-left: 2px;
}

#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;
  font-size: 0px;
  line-height: 26px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

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

#layered_block_left .nomargin a {
  display: inline;
  color: #c4c4c4;
}

#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 0;
  width: 91%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layered_slider_container {
    width: 88%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .layered_slider_container {
    width: 84%;
  }
}

.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 {
  color: white;
}

.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 {
  overflow: hidden;
  padding: 8px 0 !important;
  margin: 0;
}

.layered_filter {
  padding: 0px;
}
.layered_filter label {
  font: 400 13px/18px "Open Sans", verdana, Helvetica, sans-serif !important;
}
.layered_filter layered_subtitle {
  font-size: 1.2 em;
}

.layered_price {
  padding: 0px;
}

.loading_img {
  background: none repeat scroll 0 0 #FBFBFB;
  border: 1px solid #DDDDDD;
  height: 60px;
  left: 10px;
  padding: 10px 15px 15px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 98%;
  z-index: 999;
}

.loading_img img {
  margin: 0 auto;
}

#layered_block_left .block_content {
  padding: 20px 17px;
}
@media (max-width: 991px) {
  #layered_block_left .block_content {
    padding: 0;
  }
}

.layered_slider {
  background: none repeat scroll 0 0 #ffffff;
  border: medium none !important;
  border-radius: 0 !important;
  float: left;
  height: 4px !important;
  position: relative;
  width: 96%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #cf0202;
  border: medium none;
  border-radius: 50%;
  color: #555555;
  height: 12px;
  top: -5px;
  margin: 0;
  width: 12px;
  cursor: pointer;
  font-weight: normal;
  position: absolute;
  float: left;
}

.ui-slider-horizontal .ui-slider-range {
  background: #333333 !important;
}
