#enabled_filters {
  margin: 0 0 10px 0;
  background: #eee;
  padding: 5px;
}

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px;
}

#enabled_filters ul li {
  padding: 2px 0;
}

#enabled_filters li a {
  float: right;
  cursor: pointer;
}

#layered_block_left {
  overflow: hidden;
}

#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: 15px;
  width: 15px;
  font-size: 20px;
  text-decoration: none;
}

#layered_block_left .layered_subtitle {
  color: #343436;
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

#left_column #layered_block_left ul {
  clear: both;
  padding: 5px 0;
  transition: all 0.5s ease;
  overflow: hidden;
}

#left_column #layered_block_left ul.closed {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

#layered_block_left ul li {
  padding: 3px 0;
}

#layered_block_left ul li label {
  cursor: pointer;
  display: inline;
  margin: 0;
}

#layered_block_left ul li {
  list-style-type: none;
}

#layered_block_left div>form>div>div {
  margin-top: 5px;
}

#layered_block_left #enabled_filters,
#layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0;
  border-bottom: 1px dotted #CCC;
}

#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 .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: 157px;
}

#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_slider_container {
  margin: 6px 0 6px 10px;
  width: 89%;
}

#layered_form .form-group {
  margin-bottom: 5px;
}

#layered_form .form-label {
  display: inline-block;
  margin-bottom: 5px;
}

.layered_slider {
  margin-top: 5px;
}

.layered_list_selected {
  font-weight: bold;
}

.layered_list {
  display: block;
  cursor: pointer;
}

.layered_list:hover {
  color: black;
}

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center;
}

.hide-action {
  display: block;
  cursor: pointer;
  margin: 5px 0;
  text-decoration: underline;
}

.hide-action:hover {
  font-weight: bold;
}

#layered_form div div ul {
  max-height: 200px;
  overflow-x: auto;
  position: relative;
  z-index: 1;
}

.layered_filter {
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.layered_filter label {
  font-weight: normal;
}

#layered_block_left .title_block:after {
  display: none;
}

#layered_close {
  display: none;
}

.hide-action.less {
  display: none;
}

#left_column #layered_block_left ul .hiddable {
  display: none;
}
#left_column #layered_block_left ul.opened {
  overflow: auto;
}

#left_column #layered_block_left ul.opened .hiddable {
  display: list-item;
}
#left_column #layered_block_left ul.opened .hide-action.more {
  display: none;
}
#left_column #layered_block_left ul.opened .hide-action.less {
  display: block;
}

@media (max-width: 991px) {
  #layered_block_left {
    position: fixed;
    top: 0;
    bottom: -1px;
    left: -100%;
    margin-bottom: 0;
    width: 80%;
    max-width: 325px;
    background: #fff;
    overflow: visible;
    padding: 25px 10px;
    z-index: 99999999;
    border-right: 1px solid #eee;
    transition: all 1s ease;
  }

  #layered_block_left.opened {
    left: 0;
  }

  .layered_container {
    position: relative;
    overflow: auto;
    height: 90vh;
    bottom: 0;
  }

  #layered_close {
    display: block;
    position: absolute;
    top: -1px;
    right: -43px;
    border: 1px solid #eee;
    background: #fff;
    padding: 10px;
    border-left: none;
  }
}