/* Range Slider */


.irs--round .irs-bar {
      background-color: #E4032E;
}
.irs--round .irs-handle {
background-color: #E4032E;
    border-color: #fff;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #E4032E;
}
.irs--round .irs-handle {
  width: 16px;
  height: 16px;
  top: 29px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: transparent;
  color: #666;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

/* Esconder todos os labels */
.irs--round .irs-from, 
.irs--round .irs-to, 
.irs--round .irs-single,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none ;
}

.irs--round {
    height: 27px;
    bottom: 27px;
}


/* Fim range Slider */