/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.no-select:focus {
  /*	border: none;*/
}
.can-select {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
.fitomarket-slider-target,
.fitomarket-slider-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;
}
.fitomarket-slider-target {
  position: relative;
  direction: ltr;
}
.fitomarket-slider-base,
.fitomarket-slider-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.fitomarket-slider-connects {
  overflow: hidden;
  z-index: 0;
}
.fitomarket-slider-connect,
.fitomarket-slider-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.fitomarket-slider-connect {
  height: 100%;
  width: 100%;
}
.fitomarket-slider-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
html:not([dir="rtl"]) .fitomarket-slider-horizontal .fitomarket-slider-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.fitomarket-slider-vertical .fitomarket-slider-origin {
  width: 0;
}
.fitomarket-slider-horizontal .fitomarket-slider-origin {
  height: 0;
}
.fitomarket-slider-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.fitomarket-slider-touch-area {
  height: 100%;
  width: 100%;
}
.fitomarket-slider-state-tap .fitomarket-slider-connect,
.fitomarket-slider-state-tap .fitomarket-slider-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.fitomarket-slider-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.fitomarket-slider-horizontal {
  height: 18px;
}
.fitomarket-slider-horizontal .fitomarket-slider-handle {
  width: 7px;
  height: 7px;
  left: -17px;
  top: -6px;
}
.fitomarket-slider-vertical {
  width: 18px;
}
.fitomarket-slider-vertical .fitomarket-slider-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .fitomarket-slider-horizontal .fitomarket-slider-handle {
  /*right: -17px;*/
  right: calc(-100% + 10px);
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.fitomarket-slider-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.fitomarket-slider-target * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fitomarket-slider-target *:focus {
  /*	border: none;*/
}
.fitomarket-slider-connects {
  border-radius: 3px;
}
.fitomarket-slider-connect {
  background: #F29100;
}
/* Handles and cursors;
 */
.fitomarket-slider-draggable {
  cursor: ew-resize;
}
.fitomarket-slider-vertical .fitomarket-slider-draggable {
  cursor: ns-resize;
}
.fitomarket-slider-handle {
  width: 7px;
  height: 7px;
  left: -3.5px;
  top: -3.5px;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  display: flex;
  background: #F9F9F9;
  border: 5px solid #828282;
  box-sizing: content-box;
}
.fitomarket-slider-active {
  /*box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;*/
}
.fitomarket-slider-handle:after {
  left: 17px;
}
.fitomarket-slider-vertical .fitomarket-slider-handle:before,
.fitomarket-slider-vertical .fitomarket-slider-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.fitomarket-slider-vertical .fitomarket-slider-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .fitomarket-slider-connect {
  background: #B8B8B8;
}
[disabled].fitomarket-slider-target,
[disabled].fitomarket-slider-handle,
[disabled] .fitomarket-slider-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.fitomarket-slider-pips,
.fitomarket-slider-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fitomarket-slider-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.fitomarket-slider-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.fitomarket-slider-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.fitomarket-slider-marker {
  position: absolute;
  background: #CCC;
}
.fitomarket-slider-marker-sub {
  background: #AAA;
}
.fitomarket-slider-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.fitomarket-slider-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.fitomarket-slider-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.fitomarket-slider-rtl .fitomarket-slider-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.fitomarket-slider-marker-horizontal.fitomarket-slider-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.fitomarket-slider-marker-horizontal.fitomarket-slider-marker-sub {
  height: 10px;
}
.fitomarket-slider-marker-horizontal.fitomarket-slider-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.fitomarket-slider-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.fitomarket-slider-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.fitomarket-slider-rtl .fitomarket-slider-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.fitomarket-slider-marker-vertical.fitomarket-slider-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.fitomarket-slider-marker-vertical.fitomarket-slider-marker-sub {
  width: 10px;
}
.fitomarket-slider-marker-vertical.fitomarket-slider-marker-large {
  width: 15px;
}
.fitomarket-slider-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.fitomarket-slider-horizontal .fitomarket-slider-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.fitomarket-slider-vertical .fitomarket-slider-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
