.rangeslider,

.rangeslider__fill {

  background: #000;

  display: block;

  height: 1px;

  width: calc(100% - 80px);

 transition: none;

 position: relative;

}



.rangeslider {

  position: relative;

  transition: none;

}



.rangeslider--disabled {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);

  opacity: 0.4;

  transition: none;

}



.rangeslider__fill {

  background: #0047BB;

  position: absolute;

  top: 0;

  transition: none;

}



.rangeslider__handle {

  background: white;

  cursor: pointer;

  display: inline-block;

  width: 8px;

  height: 23px;

  position: absolute;

  top: -2px;

  background: url(../img/scroll.jpg) left top no-repeat;

  transition: none;

}

/*.rangeslider__handle:after {

  content: "";

  display: block;

  width: 18px;

  height: 18px;

  margin: auto;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: url(../img/scroll.jpg) left top no-repeat;

}*/

.sell-slidebox-v{margin-top: 5px;}

.rangeslider__handle:active {

 background: url(../img/scroll.jpg) left top no-repeat;

 transition: none;



}

.output{ position: absolute; right: 0; top: 0px; font-size: 12px; width: 80px; text-align: center;}

.output output{display: inline-block;}



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

  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);

  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);

  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);

  transition: none;

}

