input[type=range].wall-range-slider{appearance:none;cursor:pointer;background:0 0;outline:none;width:100%;height:14px;margin:0;padding:0}input[type=range].wall-range-slider::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--range-color) 0%, var(--range-color) var(--range-pct,50%), var(--range-track-bg) var(--range-pct,50%), var(--range-track-bg) 100%);border-radius:3px;height:5px}input[type=range].wall-range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--range-color);cursor:pointer;border:2px solid #fff;border-radius:50%;width:14px;height:14px;margin-top:-5px;box-shadow:0 1px 3px rgba(0,0,0,.3)}input[type=range].wall-range-slider::-moz-range-track{background:var(--range-track-bg);border-radius:3px;height:5px}input[type=range].wall-range-slider::-moz-range-progress{background:var(--range-color);border-radius:3px;height:5px}input[type=range].wall-range-slider::-moz-range-thumb{background:var(--range-color);cursor:pointer;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 3px rgba(0,0,0,.3)}