#price-slider{
	margin: 20px;
}
.price-slider-options{
  padding: 20px 0;
}
.price-slider-options label{
   padding-right: 20px;
}
#price-slider-input{	
    display: inline-block;
    color: #000;
    height: 34px;
    line-height: 34px;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-image: initial;
    margin: 0px 5px;
    padding: 0px 14px;
    border-radius: 2px;
    max-width: 100px;
  	text-align: center;
}
.ui-slider {
    margin-top: 20px;
    height: 7px;
    position: relative;
    border: none !important;
	 background: #e9ecf1
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #ff5b63;
    border-radius: 25px;
    outline: none;
    border: 2px solid #eee;
    position: absolute;
	height: 20px;
    width: 20px;
    top: -8px;
}
.ui-slider-horizontal .ui-slider-range {   
    background: #F04438;
}