div#price_slider > * {
    display: inline-block;
    vertical-align: middle;
}
div#price_slider > .noUi-target {
    width: 90vw;
    max-width: 12em;
}
div#price_slider .noUi-connect {
	background: rgb(218, 3, 3);
}

#price_slider{
    margin: 20px 0px;
}

#price_slider input{
    width: 57px;;
}

div#price_slider{
    display: flex;
}

.double_slider-max{
    margin-left:20px;
}