/******************************
* noUiSlider
******************************/
/**** Custom styles for noUiSlider ****/

.noUi-connect {
	background: #ff2832;
    
}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
	background: #ff2832;
    
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF;
}

