.rangeslider,
.rangeslider__fill {
  background: #f4e7d2;
  display: block;
  height: 20px;
  width: 100%;
}

.product-view .product-options .rangeslider {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #d9553d;
  position: absolute;
  top: 0;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -4px;
  background-color: #f9f2e6;
}

.rangeslider__handle:active {
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {

}
