/*.rhfb-select-wrapper {
  position: relative;
}
select#home-filter-cats {
	padding-left: 75px;
	border-radius: 17px;
	height: 60px;
	background: transparent !important;
	border-color: #8a8080;
}

label.rhfb-select-label {
  position: absolute;
  z-index: 999;
  top: 19px;
  left: 11px;
  color: #FFFFFF;
  border-right: 1px solid;
  padding-right: 10px;
}
.price-input {
	width: 100%;
	display: flex;
	margin: 0px 0px 0px 10px;
	justify-content: space-between;
	padding-right: 20px;
}
.sliderpreco {
	height: 92px;
	background: transparent !important;
	border: #D2D2D2 1px solid;
	color: #021D48;
	border-radius: 17px;
	padding: 10px 20px 0px 20px;
	font-weight: 400;
	letter-spacing: -0.32px;
}
.price-input .field {
  display: flex;
  height: 45px;
  align-items: center;
}
.field input {
  max-width: 70px;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 17px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  margin-bottom: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-slider {
	height: 4px;
	position: relative;
	background: #021D48;
	border-radius: 17px;
	margin-left: 10px;
	margin-right: 10px;
}
.price-slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #21B9AB;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -6px;
  left: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #21B9AB;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
	height: 15px;
	width: 15px;
	border: none;
	border-radius: 50%;
	background: #21B9AB;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-webkit-slider-thumb {
	background: #21B9AB;
}
.rhfb-button {
	margin-top: 25px;
	width: 100%;
	border-radius: 17px;
	text-transform: uppercase;
	background-color: #021D48;
	color: #FFFFFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 15.12px;
	letter-spacing: 2.1px;
	height: 55px;
}
.rhfb-button:hover {
	background-color: #21B9AB;
	color: #FFFFFF;
}
*/
