#slider {
    margin-top: 2rem;
    margin-bottom: 3rem;
    max-width: 60rem;
}
.value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  text-align: center;
  display: block;

  /* optional */

  font-weight: normal;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  display: none;
}

.value i {
  font-style: normal;
}

.price-range-min-close {
        top: -30px !important;
}

/* Price Slider Styles override */
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single,
.irs--round .irs-bar {
  background-color: #3c444c;
}
.irs--round .irs-handle {
  border-color: #3c444c;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: #3c444c;
}

@media (max-width: 600px) {
    .price-range-min {
        top: -30px !important;
    }
}