/******************
    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
*/

.numeric-item input[data-number='1'] {
    text-align: left;
}

/* Colour gradient for the right part of the slider */
.slider-track-high {
    background-image:none;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}
 
/* Colour gradient for the left part of the slider */
.slider-selection {
	background-image:none;
}

.fruity .slider-selection {
  background-image: none;
}

.fruity .slider-track-high {
  background-image: none;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}