                     	.rangeslider__handle{display: none;}
                     	.rangeslider {display: none;}
                        	/*.rangeslider{display: none;}*/
                        	.rangeslider--horizontal .rangeslider__handle {
    top: -11px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider__tooltip {
    margin-top: 2em;}

.irs--big .irs-handle {
    background: white;
    border: 3px solid #D8D8D8;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.irs--big .irs-handle {
    top: 23px;
    
}
.irs--big .irs-handle {
    transition: box-shadow 0.7s ease-out;
}
.irs--big .irs-handle {
    font-size: 12px;
    line-height: 2.3;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}
.irs--big .irs-handle {
    border-radius: 22px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
}
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
     background: white;
    border: 3px solid #D8D8D8;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
     box-shadow:0 5px 12px rgba(0,0,0,0.2);
}
.irs--big .irs-handle{
  font-size: 12px;
  line-height: 2.3;
  box-shadow:0 0 7px rgba(0,0,0,0.1);
}

.irs--big .irs-handle{
  transition: box-shadow 0.7s ease-out;
}
.irs--big .irs-handle--active .irs--big .irs-handle__handle{
  box-shadow:0 5px 12px rgba(0,0,0,0.2);
}

.irs--big .irs-line {
    background: #e6e5ea;
    background-image: linear-gradient(to right, #D8D8D8 30%, #C2C2C2 45%, #979797 99%);
    position: relative;
}

.irs--big .irs-bar {
    display: none;
}
.irs--big .irs-min, .irs--big .irs-max {display: none;}
  
.irs--big .irs-handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.irs--big .irs-handle {
  border-radius: 22px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
}



.irs--big .irs-handle:after {
  background: 0;
}


.irs--big .irs-handle.js-low {
  border-color: #D8D8D8;
}
.irs--big .irs-handle.js-med {
  border-color: #C2C2C2;
}
.irs--big .irs-handle.js-high {
  border-color: #979797;
}

.irs--big .irs-handle{
  font-size: 12px;
  line-height: 2.3;
  box-shadow:0 0 7px rgba(0,0,0,0.1);
}

.irs--big .irs-handle{
  transition: box-shadow 0.7s ease-out;
}

.irs--big--active .irs--big .irs-handle{
  box-shadow:0 5px 12px rgba(0,0,0,0.2);
}


.irs--big .irs-handle{
  background: white;
  border: 3px solid #D8D8D8;
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}


.irs--big .irs-handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    color: #000;
    text-shadow: none;
    padding-top: 1px;
    background-color: transparent;
    border-radius: 3px;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
}
.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 29px;
    left: 0;
    cursor: default;
    white-space: nowrap;
}