/* Age Range Slider - Same styles as Price Range Slider */

.houzez-ele-age-slider .elementor-field-label {
  display: none !important;
}

.houzez-ele-age-slider .elementor-field {
  display: none !important;
}

.hz-age-range-from {
  height: 0 !important;
  z-index: 1;
  top: 2px;
}

.hz-age-range-to {
  z-index: 0;
  top: 2px;
}

/* Copy all price range styles */
.range-wrap .houzez-icon {
  font-size: 12px;
  padding: 0 5px;
}

.range-wrap input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
  outline: none;
}

.range-wrap input[type=range]:focus {
  outline: none;
}

.range-wrap input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.1);
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #dce0e0;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #dce0e0;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #fff;
}

.range-text input[type=text] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  field-sizing: content;
  border: none;
}

.range-title {
  font-weight: 700;
}

.range-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sliders_control {
  position: relative;
  min-height: 40px;
}

.range-wrap {
  position: relative;
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .search-expandable-inner-wrap .range-wrap {
    margin-bottom: 50px;
  }
}

.advanced-search-widget .range-text {
  font-size: 13px;
}
