/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
#enabled_filters {
  margin: 0 0 20px; }
  #enabled_filters li a:hover {
    color: #ff8c00; }
  #enabled_filters li a:before {
    font-family: "FontAwesome";
    content: '\f014'; }
  #enabled_filters li + .no_filters {
    display: none; }

#enabled_filters .layered_subtitle {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase; }

#enabled_filters ul li {
  padding: 0 0 11px; }

#enabled_filters li a {
  float: right;
  cursor: pointer; }

#layered_block_left .block_content {
  padding-top: 22px; }

#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;
  width: 13px;
  height: 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_subtitle_heading {
  clear: both;
  margin-bottom: 15px; }

.layered_filter .layered_subtitle {
  font-size: 13px;
  display: block;
  text-transform: uppercase; }
.layered_filter .selector {
  font-weight: 700;
  text-transform: uppercase; }

.layered_filter_ul {
  clear: both; }

.layered_filter_ul li {
  position: relative;
  padding: 0 0 0 26px; }
  .layered_filter_ul li:not(:last-child) {
    padding-bottom: 15px; }

.layered_filter_ul li label {
  font-size: 13px;
  display: block;
  padding-left: 4px;
  cursor: pointer; }

.layered_filter_ul {
  padding-left: 0; }

.layered_filter_ul li {
  list-style-type: none; }

#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 {
  color: inherit;
  background: inherit; }

.layered_filter_ul li input.checkbox {
  margin-left: 2px;
  vertical-align: middle; }

.layered_filter_ul li .disabled {
  color: #666; }

#layered_block_left .color-option.disable {
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: .5; }

#layered_block_left .nomargin a {
  display: inline; }
  #layered_block_left .nomargin a span {
    float: right; }

#layered_form .color-option {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0;
  padding: 0;
  vertical-align: middle;
  border: none;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2); }
  #layered_form .color-option.on {
    -moz-box-shadow: 1px 1px 3px 0 rgba(255, 140, 0, 0.7);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(255, 140, 0, 0.7);
    box-shadow: 1px 1px 3px 0 rgba(255, 140, 0, 0.7); }

#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 {
  width: 91%;
  width: calc(100% - 15px);
  margin: 20px 0 6px 7px; }

.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 {
  display: block;
  cursor: pointer;
  text-align: center;
  text-align: right; }

.hide-action:hover {
  font-weight: bold; }

.layered_filter:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e3e3e3; }
.layered_filter label {
  font-weight: normal; }

.close-filters {
  cursor: pointer;
  padding: 10px 0;
  color: #ff8c00; }
  .close-filters:before {
    padding-right: 5px; }

@media (max-width: 991px) {
  #layered_block_left {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    -moz-transition: -moz-transform 0.3s, visibility 0.3s;
    -o-transition: -o-transform 0.3s, visibility 0.3s;
    -webkit-transition: -webkit-transform 0.3s, visibility 0.3s;
    transition: transform 0.3s, visibility 0.3s;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-overflow-scrolling: touch; }
    #layered_block_left.show {
      visibility: visible;
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    #layered_block_left .block_content {
      border: none;
      padding: 18px 0 0;
      margin: 0;
      display: block !important; } }

/*# sourceMappingURL=blocklayered.css.map */
