.rhfb-select-wrapper {
  position: relative;
}
select#home-filter-cats {
	padding-left: 75px;
	border-radius: 7px;
	height: 60px;
	background: transparent !important;
	border-color: #8a8080;
}

label.rhfb-select-label {
  position: absolute;
  z-index: 999;
  top: 19px;
  left: 11px;
  color: #333;
  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: 75px;
  background: transparent !important;
  border: #8a8080 1px solid;
}
.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: 5px;
  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: 3px;
	position: relative;
	background: #d0d0d0;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.price-slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #4c4d4d;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  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: #17a2b8;
  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: #7542A7;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.rhfb-button {
	margin-top: 20px;
	width: 100%;
	border-radius: 5px;
	font-weight: 300;
	text-transform: capitalize;
}