/* noUiSlider */
#gf-tree .noUi-tooltip,
#gf-tree .noUi-value {
  text-align: center;
  white-space: nowrap
}

#gf-tree .noUi-target,
#gf-tree .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#gf-tree .noUi-target {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: block !important;
}

#gf-tree .noUi-base,
#gf-tree .noUi-connects {
  width: 100%;
  height: 8px;
  position: relative;
  z-index: 1;
}

#gf-tree .noUi-connects {
  width: auto;
  min-width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  background: #d8d8d8;
  overflow: hidden;
  border-radius: 2px;
}

#gf-tree .noUi-connect,
#gf-tree .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}

#gf-tree .noUi-connect {
  height: 100%;
  width: 100%
}

#gf-tree .noUi-origin {
  height: 10%;
  width: 10%
}

#gf-tree .noUi-horizontal .noUi-origin {
  height: 0
}

#gf-tree .noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  outline: none !important;
  width: 22px;
  height: 22px;
  top: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #5d5d5d;
  cursor: pointer;
}

#gf-tree .noUi-touch-area {
  height: 100%;
  width: 100%
}

#gf-tree .noUi-state-tap .noUi-connect,
#gf-tree .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s
}

#gf-tree .noUi-state-drag * {
  cursor: inherit !important
}

#gf-tree .noUi-connect {
  background: #757575
}

#gf-tree .noUi-draggable {
  cursor: ew-resize
}

#gf-tree .noUi-pips,
#gf-tree .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#gf-tree .noUi-pips {
  color: #999
}

#gf-tree .noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

#gf-tree .noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

#gf-tree .noUi-marker {
  position: absolute;
  background: #D3D3D3;
  top: 4px;
}

#gf-tree .noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  min-width: 100%;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

#gf-tree .noUi-marker-large~.noUi-marker-large {
  margin-left: -1px;
}

#gf-tree .noUi-value-large {
  font-size: 13px;
}

#gf-tree .noUi-value-horizontal {
  -webkit-transform: translate(0, 25%);
  transform: translate(0, 25%);
}

#gf-tree .noUi-value-large~.noUi-value-large {
  -webkit-transform: translate(-100%, 25%);
  transform: translate(-100%, 25%);
}
#gf-tree .noUi-rtl .noUi-value-large~.noUi-value-large{
  left: 0;
  right: auto !important;
  -webkit-transform: translate(0%, 25%) !important;
  transform: translate(0%, 25%) !important;
}
#gf-tree .noUi-marker-horizontal.noUi-marker {
  width: 1px;
  height: 4px;
}

#gf-tree .noUi-marker-horizontal.noUi-marker.noUi-marker-large {
  height: 8px;
}

#gf-tree .noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.spf-has-filter.theme-store-id-872 #gf-tree .noUi-target {
  margin-bottom: 35px;
}

.spf-has-filter.theme-store-id-872 #gf-tree .noUi-pips-horizontal {
  width: auto;
}

.spf-has-filter.theme-store-id-847 #gf-tree .noUi-pips-horizontal {
  width: auto;
}

.gf-range-inputs input[type="text"] {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: calc(50% - 20px);
  padding: 6px;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  margin: 0;
}

span.gf-range-split {
  text-align: center;
  flex: 0 0 40px;
}

 #gf-tree .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
#gf-tree .noUi-horizontal .noUi-handle {
  right: -12px;
}
#gf-tree .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -12px;
  right: auto;
}
#gf-tree .noUi-draggable {
  cursor: ew-resize;
}