.range__popup button {
    padding: 5px 10px;
    margin: 0 5px;
    background: #333436;
    border-radius: 10px;
}

.range__popup div.range-slider-size-wrap {
	position: absolute !important;
	top: -35px;
	background-color: transparent !important;
	width: 100% !important;
	height: 29px !important;
	margin: auto;
	display: flex;
	justify-content: center;
}

input.range-slider-size {
	background: #1F1F1F;
	border: 1px solid #E0AA3E;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 2px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #E0AA3E;
	text-shadow: none;
	cursor: default;
	white-space: nowrap;
	width: 70px;
	text-align: center;
	display: flex;
}
