.noUi-target {
  position: relative !important;
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-user-select: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
  -ms-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.noUi-target * {
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-user-select: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
  -ms-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.noUi-connect {
  will-change: transform !important;
  position: absolute !important;
  z-index: 1 !important;
  top: 0 !important;
  right: 0 !important;
  -ms-transform-origin: 0 0 !important;
  -webkit-transform-origin: 0 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-origin: 0 0 !important;
  transform-style: flat !important;
  height: 100% !important;
  width: 100% !important;
}

.noUi-origin {
  will-change: transform !important;
  position: absolute !important;
  z-index: 1 !important;
  top: 0 !important;
  right: 0 !important;
  -ms-transform-origin: 0 0 !important;
  -webkit-transform-origin: 0 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-origin: 0 0 !important;
  transform-style: flat !important;
  height: 10% !important;
  width: 10% !important;
}

.noUi-handle {
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  position: absolute !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 3px !important;
  background: #FFF !important;
  cursor: default !important;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb !important;
}

.noUi-value {
  position: absolute !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.noUi-marker {
  position: absolute;
  background: #FFFFFF !important;
}

.noUi-pips-horizontal {
  padding: 10px 0 !important;
  height: 80px !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%) !important;
  transform: translate(50%, 50%) !important;
}

.range-slider-ui .noUi-marker-horizontal.noUi-marker {
  width: 1px !important;
  background-color: #d0dae4 !important;
}
.range-slider-ui .noUi-tooltip {
  padding: 0.25rem 0.5rem !important;
  border: 0 !important;
  background-color: #373f50 !important;
  color: #fff !important;
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
  border-radius: 0.25rem !important;
}
.range-slider-ui .noUi-handle {
  top: 50% !important;
  width: 1.375rem !important;
  height: 1.375rem !important;
  margin-top: -0.6875rem !important;
  border: 0 !important;
  border-radius: 50% !important;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  left: 50% !important;
  bottom: 120% !important;
}

.noUi-tooltip {
  display: block !important;
  position: absolute !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #000 !important;
  padding: 5px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/*# sourceMappingURL=filter-price-range.css.map */
