/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.filters {
    padding-bottom: 200px;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.filters-price__inputs {
	display: flex;
	justify-content: space-between;
}

.filters__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 510px;
}
.filters__item-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 510px;
	margin-right: 8px;
}

.filters-price__label {
	display: flex;
	align-items: center;
	width: 80px;
	height: 32px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	padding: 8px 5px 8px 6px;
	margin-left: 3px;
	margin-bottom: 0;
	justify-content: space-between;
}


.filters-price__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;

}


.filters-price__text:last-child {
	margin-right: 10px;
}

.filters-price__input {
	border: none;
	color: #4D4D4D;
	font-size: 14px;
	width: 36px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
    text-align: center;
}

.filter__price-small-text {
    margin-left: 8px;
    margin-right: 7px;
	display: inline-block;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}



.filters-price__inputs {
	margin-left: 10px;
	align-items: center;
}

.filters-price__title {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-right: 20px;
	margin-bottom: 0;
}

.filters-price__slider {
	margin-bottom: 20px;
}

.noUi-connect {
	background-color: #9B2D30;
}

.noUi-target {
	background-color: #bfbfbf;
	border: none;
	border-radius: 100px;
	box-shadow: none;
	height: 3px;
}

.noUi-handle::after,
.noUi-handle::before {
	display: none;
}

.noUi-handle {
	box-shadow: none;
	border-radius: 100%;
	background-color: #9B2D30;
	border: 3px solid #9B2D30;
}

.noUi-horizontal .noUi-handle {
	width: 13px;
	height: 13px;
	top: -5px;
}

.noUi-horizontal .noUi-handle-upper {
	right: 0;
}
.noUi-horizontal .noUi-handle-lower {
	right: -5px;
}

.noUi-base, .noUi-connects {
	width: 170px;
}


/* range 2 */

.filters-price__inputs-2 {
	display: flex;
	justify-content: space-between;
	margin-left: 10px;
	align-items: center;
}

.filters-price__label-2 {
	display: flex;
	align-items: center;
	width: 80px;
	height: 32px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	padding: 0 3px 0 6px;
	margin-left: 3px;
	margin-bottom: 0;
	justify-content: space-between;
}

.filters-price__text-2 {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;

}

.filters-price__text:first-child-2 {
	margin-right: 10px;
}

.filters-price__text:last-child-2 {
	margin-left: 10px;
}

.filters-price__input-2 {
	border: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	width: 40px;
    text-align: center;
}


.filters-price__title-2 {
	margin-bottom: 20px;
}

.filters-price__slider-2 {
	margin-bottom: 20px;
}
