input[type=range]{-webkit-appearance:none;margin:2px 0;width:100%;border-radius:60px}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider{height:5px;cursor:pointer;background-color:#ea580c;border-radius:60px}input[type=range]::-webkit-slider-runnable-track{width:100%;height:5px;cursor:pointer;background:#fff0;border-radius:60px}input[type=range]::-webkit-slider-thumb{height:18px;width:18px;border-radius:50%;background:#ea580c;cursor:pointer;-webkit-appearance:none;margin-top:-6px}input[type=range]:focus::-webkit-slider-runnable-track{background:#fff0}input[type=range]::-moz-range-progress{height:5px;cursor:pointer;background:#ea580c;border-radius:60px}input[type=range]::-moz-range-track{width:100%;height:5px;cursor:pointer;background:#ddd;border-radius:50px}input[type=range]::-moz-range-thumb{height:12px;width:12px;border-radius:50%;background:#ea580c;cursor:pointer}input[type=range]::-ms-track{width:100%;height:18px;cursor:pointer;background:#fff;border-color:#fff;border-width:16px 0;color:#fff}input[type=range]::-ms-fill-lower{background:#ea580c;border:.2px solid #010101;border-radius:2.6px}input[type=range]::-ms-fill-upper{background:#fff;border:.2px solid #010101;border-radius:2.6px}input[type=range]::-ms-thumb{border:3px solid #fff;height:22px;width:22px;border-radius:50%;background:#ea580c;cursor:pointer}input[type=range]:focus::-ms-fill-lower{background:#ea580c}input[type=range]:focus::-ms-fill-upper{background:#fff}@media only screen and (max-width:640px){input[type=range]::-webkit-slider,input[type=range]::-webkit-slider-runnable-track{height:3px}input[type=range]::-webkit-slider-thumb{height:14px;width:14px}input[type=range]::-moz-range-progress,input[type=range]::-moz-range-track{height:3px}input[type=range]::-moz-range-thumb{height:12px;width:12px}}