.rangeslider,.rangeslider__fill{display:block}.rangeslider{background:#333232;position:relative}.rangeslider,.rangeslider *{-webkit-user-select:none}.rangeslider--horizontal{height:1px;width:100%}.rangeslider--vertical{width:20px;min-height:150px;max-height:100%;height:100%}.rangeslider--disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:.4}.rangeslider__fill{background:#333232;position:absolute}.rangeslider--horizontal .rangeslider__fill{top:0;height:100%}.rangeslider--vertical .rangeslider__fill{bottom:0;width:100%}.rangeslider__handle{background:#fff;border:1px solid #ccc;cursor:pointer;display:inline-block;width:56px;height:56px;position:absolute;border-radius:50%}.rangeslider__handle:after{content:"";display:block;width:18px;height:18px;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;background:url(../../images/centred-slider-arrows.svg) no-repeat 50%;background-size:13px 7px}.rangeslider--horizontal .rangeslider__handle{top:-28px;touch-action:pan-y;-ms-touch-action:pan-y}.rangeslider--vertical .rangeslider__handle{left:-10px;touch-action:pan-x;-ms-touch-action:pan-x}