/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.slider .tooltip {
display:none !important;
}

.slider-list .slider.slider-untouched .slider-handle {
  background-color: #a9a9a9 !important;
}

.slider-handle {
	background: #14ae5c !important;
}

.slider-list .slider.slider-untouched .slider-selection  {
    background-image: linear-gradient(to bottom, #a9a9a9 0%, #a9a9a9 100%) !important;
}

.slider-list .slider.slider-untouched .slider-track {
    background-image: linear-gradient(to bottom, #a9a9a9 0%, #a9a9a9 100%) !important;
}

.slider-selection  {
    background-image: linear-gradient(to bottom, #14ae5c 0%, #14ae5c 100%) !important;
    
}
.slider-track {
    background-image: linear-gradient(to bottom, #14ae5c 0%, #14ae5c 100%) !important;
}

