.slider-price {
  margin-right: 50px;
}

.slider-price .price-range-slider {
  display: block;
}

.slider-price .price-range-slider .form-group {
  margin-bottom: 0;
}
.slider-price .price-range-slider .form-group label,
#andmore {
  color: #85909a;
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 0 7px 0;
}
.slider-price .price-range-slider .form-group:first-child {
  text-align: left;
}
.slider-price .price-range-slider .form-group:nth-child(2) {
  text-align: right;
}

/* slider-track */
.slider-handle {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ac1f', endColorstr='#ffffff', GradientType=1 );
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: -5px;
  width: 26px;
  height: 26px;
  border: 1px solid #eaeaee;
}

.slider-track {
  background: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}
.slider-selection {
  background: #f3ab1f;
  box-shadow: none;
}
.slider.slider-horizontal .slider-track {
  height: 8px;
}
.price-range-slider .slider.slider-horizontal {
    width: 100% !important;
}

/* Dropdown */
.price-range-slider.with-inputs .slider.slider-horizontal {
    margin-bottom: 1rem;
}
.price-range-slider.with-inputs {
  flex-direction: column-reverse;
  display: flex;
}
.price-range-slider .form-row {
  justify-content: space-between;
}
.price-range-slider.with-inputs .form-group {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 5px;
  width: 49%;
  margin-top: 5px;
  position: relative;
  min-width: 75px;
}
.price-range-slider.with-inputs input {
  text-align: left;
  font-size: 14px;
  border: 0;
  padding: 16px 0 0;
  font-weight: 600;
}

.price-range-slider.with-inputs label {
  position: absolute;
  left: 5px;
  top: 0;
  font-weight: normal !important;
  font-size: 12px !important;
}
