/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.filter-price_inputs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
    position: relative;
}
.filter-price_label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 45px;
    height: auto;
    background: #EE2D38;
    border-radius: 5px;
    padding: 5px 10px;
}
.filter-price_input{
    border: none;
    width: 32px;
    background: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:#fff;
}
/* Slider */
.filter-price_slider{
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 17px;
    cursor: pointer;
}
.noUi-connect {
	background-color: #EE2D38;
}

.noUi-target {
	background-color: #bfbfbf;
	border: none;
	border-radius: 100px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 2px;
}

.noUi-handle::after,
.noUi-handle::before {
	display: none;
}

.noUi-handle {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 100%;
	background-color: #fff;
	border:2px solid #EE2D38;
}

.noUi-horizontal .noUi-handle {
	width: 17px;
	height: 17px;
    top: -7px;
}
.filter-price-text-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}
.filter-price-text{
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #091638;
}
.filter-price_input::-webkit-input-placeholder{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    -webkit-box-align: center;
            align-items: center;
    color:#fff;
}
.filter-price_input::-moz-placeholder{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    align-items: center;
    color:#fff;
}
.filter-price_input:-ms-input-placeholder{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    -ms-flex-align: center;
        align-items: center;
    color:#fff;
}
.filter-price_input::-ms-input-placeholder{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    -ms-flex-align: center;
        align-items: center;
    color:#fff;
}
.filter-price_input::placeholder{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:#fff;
}