.slider-special input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:15px;background:transparent;outline:none;opacity:.7;transition:opacity .2s;border-radius:8px;cursor:pointer}.slider-special input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:6px;height:25px;background:#fff;cursor:pointer;border-radius:20%;border:1px solid #000}.slider-special input[type=range]::-moz-range-thumb{width:6px;height:25px;background:#fff;cursor:pointer;border-radius:20%;border:1px solid #000}