.customscollbar {
  padding-left: 0;
  max-height: 200px; }

.layered_subtitle_heading {
  margin-bottom: 15px; }

.color-option {
  height: 18px;
  width: 18px;
  border: 1px solid #EDEDED;
  cursor: pointer;
  padding: 0; }
  .color-option.on {
    border-color: #5E5F60; }

.layered_filter_ul {
  list-style: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.layered_filter,
.layered_price {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px; }
  .layered_filter:last-child,
  .layered_price:last-child {
    margin-bottom: 0;
    border-bottom: none; }

.fake-arr {
  position: relative; }
  .fake-arr:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #40995B transparent transparent transparent;
    content: '';
    position: absolute;
    left: 30px;
    top: -25px; }

.filter_slider .layered_filter_ul {
  min-height: 80px; }

.colorbox > span {
  display: inline-block;
  position: relative;
  top: 5px; }
.colorbox > label {
  margin-left: 9px; }

.simplebar-track {
  background: #F0F0F0; }

.simplebar-scrollbar::before {
  background: #40995B; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background: #40995B; }

.irs--round .irs-handle,
.irs--round .irs-handle.state_hover {
  border: none;
  background: #40995B; }
  .irs--round .irs-handle:hover, .irs--round .irs-handle:focus,
  .irs--round .irs-handle.state_hover:hover,
  .irs--round .irs-handle.state_hover:focus {
    border: none;
    background: #40995B; }

.irs--round .irs-bar {
  background: #fff;
  border: 1px solid #EDEDED; }

.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before {
  display: none; }

#layered_block_left {
  overflow: hidden; }
  #layered_block_left .h2 {
    background-color: #40995B;
    color: #fff;
    padding: 25px 25px 0;
    font-size: 32px;
    margin-bottom: 0; }
  #layered_block_left #filters_actives {
    background-color: #40995B;
    color: #fff;
    padding: 0 25px 25px; }
    #layered_block_left #filters_actives #enabled_filters a {
      color: #fff; }

#reset_filters {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px; }

.fa-cog.fa-spin {
  position: absolute;
  top: -15px;
  left: 50%;
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  color: #40995B;
  z-index: 999;
  font-size: 45px; }

#enabled_filters ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0; }
#enabled_filters a {
  display: block;
  position: relative;
  padding-left: 35px; }
  #enabled_filters a:before {
    position: absolute;
    content: "\e927";
    font-family: "custom";
    display: block;
    height: 19px;
    width: 19px;
    border-radius: 19px;
    background: #F5F4F2;
    line-height: 19px;
    text-align: center;
    font-size: 9px;
    color: #707070;
    left: 0;
    top: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #enabled_filters a:hover:before {
    background: #dfdcd5; }

#blocklayered_modal #layered_block_left {
  box-shadow: none;
  border-radius: 0;
  margin-left: -20px;
  margin-right: -20px; }

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