#enabled_filters {
  margin: 0px 5px 10px 5px;
  padding: 5px;
  font-size: 11px;
  border: 1px dashed #dddddd;
}
#enabled_filters .layered_enabledsubtitle {
  border-bottom-style: dashed;
  margin-bottom: 5px;
}
#enabled_filters .layered_enabledsubtitle:after {
  display: none !important;
}
#enabled_filters ul li {
  padding: 2px 0;
}
#enabled_filters li a {
  float: right;
  cursor: pointer;
}
#layered_block_left .layered_close {
  float: right;
  padding-right: 5px;
}
.layeredSortBy {
  display: none;
}
#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_heading {
  margin-bottom: 7px;
}
#layered_block_left .layered_subtitle_heading:after {
  display: none !important;
}
#layered_block_left ul {
  clear: both;
  margin-top: 12px;
}
#layered_block_left ul li {
  padding: 5px 0;
}
#layered_block_left ul li label {
  width: 100%;
  display: block;
  cursor: pointer;
}
#layered_block_left ul li label:hover {
  background-color: #ccc;
}
#layered_block_left ul li label:hover + a {
  background-color: #ccc;
}
#layered_block_left ul li label a {
  display: block!important;
}
#layered_block_left ul li label a:hover {
  background-color: #ccc!important;
}
#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-bottom: 0px;
  margin-bottom: 5px;
  margin-top: 0px;
  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 input.checkbox {
  vertical-align: middle;
  margin-left: 2px;
}
#layered_block_left ul li .disabled {
  color: #666;
}
#layered_block_left .color-option {
  border: 1px solid #dddddd;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px;
}
#layered_block_left .color-option.radio {
  display: inline;
  margin: 1px 2px 1px 0px;
}
#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 .block_content {
  margin-bottom: 0px;
}
#layered_form .form-inline .form-group,
#layered_form .form-inline .form-control {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #dddddd;
}
#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: 91%;
}
.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 {
  z-index: 9999;
  top: 60px;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  width: 100%;
}
/*
.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center;

}*/
.loading:after {
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  border-color: #b28f59 ;
  border-radius: 50%;
  display: block;
  height: 50px;
  left: 50%;
  margin: 0 0 0 -25px;
  position: absolute;
  top: 80%;
  width: 50px;
  content: "";
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*#loader {
  font-size: 10px;
  margin: 60px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #555;
  background: -moz-linear-gradient(left, #555 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #555 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #555 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #555 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #555 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);

  text-align: center;

  padding-top: 20px;
}
#loader:before {
  width: 50%;
  height: 50%;
  background: #555;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#loader:after {
  background: #fff;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*/
.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer;
}
#layered_form div div ul {
  overflow-x: auto;
  margin-bottom: 10px;
}
#layered_form div div ul::-webkit-scrollbar {
  width: 8px;
}
#layered_form div div ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
#layered_form div div ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
#layered_form div div ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.layered_filter label {
  display: inline;
  font-weight: normal;
}
/*#products_loader_icon {
  z-index: 9999;
  text-align: center;
  top: 60px;
  left: 0;
  position: absolute;
  background: white;
  padding-top: 20px;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }*/
#columns #center-layered-nav {
  padding: 5px 0px;
  clear: both;
}
#columns #center-layered-nav .container {
  width: 100%;
  max-width: 100% !important;
}
#columns #center-layered-nav .layeredSortBy {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  margin: 0px;
  padding: 0px;
  border-bottom: none !important;
  border-right: 1px solid #dddddd;
  margin-right: 10px;
  padding-right: 15px;
  border-top: 1px solid transparent !important;
  line-height: 35px;
  display: table-cell;
}
#columns #center-layered-nav .layeredSortBy:after {
  display: none;
}
#columns #center-layered-nav #layered_block_left {
  margin-bottom: 0px;
}
#columns #center-layered-nav #layered_form {
  display: initial;
}
#columns #center-layered-nav #enabled_filters {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-left: 8px;
}
#columns #center-layered-nav #enabled_filters a {
  background: none !important;
  margin-left: 4px;
}
#columns #center-layered-nav #enabled_filters .layered_enabledsubtitle {
  display: none;
}
#columns #center-layered-nav #enabled_filters ul li {
  float: left;
  border: 1px dotted #cecece;
  padding: 2px 3px;
  margin: 2px;
}
#columns #center-layered-nav .layered_filter_center {
  float: left;
  position: relative;
  margin: 0px;
}
#columns #center-layered-nav .layered_filter_center .layered_subtitle_heading {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border-bottom: 1px solid #ccc !important;
  line-height: 28px;
  font-weight: normal;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
}
#columns #center-layered-nav .layered_filter_center .layered_subtitle_heading:hover {
  background: #fff;
  color: red;
}
#columns #center-layered-nav .layered_filter_center .layered_subtitle_heading div {
  position: relative;
  padding: 0;
}
#columns #center-layered-nav .layered_filter_center .layered_subtitle_heading div:after {
  content: "\f0b0";
  font-family: "FontAwesome";
  padding-left: 2px;
  display: inline !important;
  position: absolute;
  right: 0;
}
#columns #center-layered-nav .layered_filter_center .layered_subtitle_heading.clear div:after {
  content: "\F00D";
  font-family: "FontAwesome";
  padding-left: 2px;
  display: inline !important;
  position: absolute;
  right: 0;
}
#columns #center-layered-nav .layered_filter_center .active.layered_subtitle_heading {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dddddd!important;
}
#columns #center-layered-nav .layered_filter_center .active.layered_subtitle_heading div {
  background: #fff;
  z-index: 100;
}
#columns #center-layered-nav .layered_filter_center > ul {
  display: none;
  position: absolute;
  top: 34px;
  right: -10px;
  background: #fff;
  min-width: 220px;
  width: 100%;
  max-height: 400px;
  z-index: 99;
  border: 1px solid #dddddd!important;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 2px 10px;
}
#columns #center-layered-nav label {
  text-transform: uppercase;
  float: none;
  padding: 0px;
  margin: 0px;
}
.stick_layered {
  position: fixed !important;
  top: 0px;
  width: 100% !important;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 5001;
  left: 0px;
  margin-top: 0px !important;
  -webkit-backface-visibility: hidden;
  filter: alpha(opacity=88);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.85;
  zoom: 1;
}
@media (max-width: 999px) {
  .stick_layered {
    position: static !important;
    -moz-box-shadow: 0 0px 0px transparent !important;
    -webkit-box-shadow: 0 0px 0px transparent !important;
    box-shadow: 0 0px 0px transparent !important;
  }
}
@media (max-width: 479px) {
  #layered_block_left {
    display: none;
  }
}
.stick_layered:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.stick_layered:hover #enabled_filters {
  display: block;
}
.stick_layered .container {
  margin: 0 auto !important;
}
.stick_layered #enabled_filters {
  display: none;
}
.ie8 .stick_layered {
  top: 0px !important;
  position: static !important;
}
.layered_filter_ul .checkbox {
  display: none;
}
#center-layered-nav .layered_filter_center .layered_subtitle_heading,
#center-layered-nav .layeredSortBy {
  font-size: 16px!important;
}
/*
#more_filters{
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  line-height: 35px;
  text-align: center;
}*/
#columns #center-layered-nav #more_filters .layered_filter_center {
  float: left;
  position: relative;
  margin: 0px;
}
#columns #center-layered-nav #more_filters .layered_filter_center .layered_subtitle_heading {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border-bottom: 1px solid #dddddd !important;
  line-height: 35px;
  font-weight: normal;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
}
#columns #center-layered-nav #more_filters .layered_filter_center > ul {
  display: block;
  position: initial;
  background: #fff;
  min-width: initial;
  width: auto;
  z-index: 99;
  border: none!important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 10px;
}
#columns #center-layered-nav #more_filters .layered_filter_center .layered_subtitle_heading:not(.clear) div:after {
  display: none!important;
}
#columns #center-layered-nav #more_filters .layered_filter_center label.checked a {
  outline: 0;
}
/*
#columns #center-layered-nav .layered_filter_center .layered_subtitle_heading div {
  position: relative;
  //width:100%;

  padding: 0px 10px; }
#columns #center-layered-nav .layered_filter_center .layered_subtitle_heading div:after {
  content: "\F107";
  font-family: "FontAwesome";
  padding-left: 2px;
  display: inline !important;
  position: absolute;
  right: 0;
}
#columns #center-layered-nav .layered_filter_center .layered_subtitle_heading.clear div:after {
  content: "\F00D";
  font-family: "FontAwesome";
  padding-left: 2px;
  display: inline !important;
  position: absolute;
  right: 0;
}
#columns #center-layered-nav .layered_filter_center .active.layered_subtitle_heading {
  width: 100%;
  background: #fff;
  //-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  //-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  //box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #dddddd!important;
  //border-bottom-color: #fff;
}
#columns #center-layered-nav .layered_filter_center .active.layered_subtitle_heading div {
  background: #fff;
  z-index: 100; }
}*/
ul#ul_layered_id_attribute_group_1 {
  margin: 1px;
  overflow: initial!important;
  padding: 0!important;
}
#layered_block_left .trio {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
}
#layered_block_left .trio .selector {
  display: none;
}
#layered_block_left .trio:hover .title {
  color: #000;
}
#layered_block_left .trio .title {
  display: none;
  position: relative;
  top: 25px;
  z-index: 10;
  left: 11px;
  text-transform: uppercase;
  width: 0;
}
#layered_block_left .trio .b-core-ui-select,
#layered_block_left .trio .b-core-ui-select__select {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  border: 0;
  border-bottom: solid 1px #ccc!important;
  min-height: 20px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 0;
  background: #fff;
  padding: 5px;
  color: #333;
}
#layered_block_left .trio .b-core-ui-select__dropdown {
  display: none;
  position: absolute;
  top: 0;
  color: #333;
  margin-top: -1px;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #ccc!important;
  background-color: #fff;
  background-image: none;
  text-align: left;
}
#layered_block_left .trio .b-core-ui-select__select_state_hide {
  height: 1px !important;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1px !important;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
}
#layered_block_left .trio .b-core-ui-select__dropdown__item {
  padding: 3px 5px;
  min-height: 18px;
  letter-spacing: 1px;
  color: #595959;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
}
#layered_block_left .trio .b-core-ui-select__dropdown__item:HOVER {
  background: #ccc;
}
#layered_block_left .trio .b-core-ui-select__button {
  background: url('arrows.png') 0 -14px;
  height: 5px;
  width: 9px;
  position: absolute;
  right: 15px;
  top: 5px;
  display: block;
  content: "";
  margin-top: 8px;
  margin-left: 2px;
  border: 0;
}
#layered_block_left .trio .b-core-ui-select.open .b-core-ui-select__button {
  background: url('arrows.png') -9px -14px no-repeat;
}
.b-core-ui-select {
  position: relative;
  width: 80%;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  background-color: whiteSmoke;
  background-image: -ms-linear-gradient(top, white, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, white, #E6E6E6);
  background-image: -o-linear-gradient(top, white, #E6E6E6);
  background-image: linear-gradient(top, white, #E6E6E6);
  background-image: -moz-linear-gradient(top, white, #E6E6E6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-bottom-color: #B3B3B3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.b-core-ui-select__select {
  position: static;
  width: 80%;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 0!important;
}
.b-core-ui-select__value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 25px;
  text-transform: uppercase;
}
.b-core-ui-select__select_state_hide {
  height: 1px !important;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1px !important;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.b-core-ui-select:HOVER {
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.b-core-ui-select.focus {
  background-color: #e6e6e6;
  background-image: none;
  border-color: #ccc;
  outline: 0;
}
.b-core-ui-select.disabled,
.b-core-ui-select.disabled:ACTIVE {
  opacity: .5;
  color: #333333;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.b-core-ui-select__button {
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  margin-top: 8px;
  margin-left: 2px;
}
.b-core-ui-select__dropdown {
  display: none;
  position: absolute;
  top: 0;
  color: #333;
  margin-top: -1px;
  padding: 10px;
  max-height: 200px;
  font-size: 12px;
  border: 1px solid #ccc;
  background-color: whiteSmoke;
  background-image: -ms-linear-gradient(top, white, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, white, #E6E6E6);
  background-image: -o-linear-gradient(top, white, #E6E6E6);
  background-image: linear-gradient(top, white, #E6E6E6);
  background-image: -moz-linear-gradient(top, white, #E6E6E6);
  background-repeat: repeat-x;
}
.b-core-ui-select__dropdown.hide {
  display: none;
}
.b-core-ui-select__dropdown.show {
  display: block;
}
.b-core-ui-select__dropdown__wrap {
  max-height: 180px;
  overflow: auto;
  outline: none;
}
.j-scroll-pane .b-core-ui-select__dropdown__item {
  margin-right: 20px;
}
.b-core-ui-select__dropdown__list {
  overflow: hidden;
  margin: 0!important;
}
.b-core-ui-select__dropdown__item {
  padding: 5px 10px;
  min-height: 18px;
  list-style-type: none;
  cursor: pointer;
}
.b-core-ui-select__dropdown__label {
  padding: 10px;
  min-height: 18px;
  font-style: italic;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
.b-core-ui-select__dropdown__item.disabled,
.b-core-ui-select__dropdown__item.disabled:HOVER {
  color: #ccc;
  background: none;
}
.b-core-ui-select__dropdown__item:HOVER {
  background: #ccc;
}
#more_filters .layered_subtitle,
#more_filters label a {
  color: #595959!important;
}
#more_filters #ul_layered_id_attribute_group_3 {
  max-height: 250px!important;
}
.filter_item_close:before{
    content: "\f057";
    font-family: "FontAwesome";
    padding-left: 2px;
    display: inline !important;
    position: absolute;
    left: 5px;
    color: black;
    top: 5px;
}



#columns #center-layered-nav #more_filters .layered_filter_center label a:before {
    content: "\f04d";
    font-family: "FontAwesome";
    padding-left: 2px;
    display: inline !important;
    position: absolute;
    left: 0;
    color: #eee;
    top: 5px;
}
#columns #center-layered-nav #more_filters .layered_filter_center label.checked a:before {
    color: black;
}


.b-core-ui-select__dropdown__item:before{
    content: "\f04d";
    font-family: "FontAwesome";
    padding-right: 5px;
    display: inline !important;
    left: 0;
    color: #eee;
    top: 5px;	
}
.b-core-ui-select__dropdown__item.selected:before{
    color: black;	
}

#columns #center-layered-nav #more_filters .layered_filter_center label a{
	padding-left: 20px;
}
