.slider-item{
  width: 90%;
  position: relative;
  left: 3px;
  top: 10px;
  /* font-size: 14px; */
}

.noUi-target,.noUi-target *
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	moz-user-select: none;
	ms-touch-action: none;
	ms-user-select: none;
	touch-action: none;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.noUi-target
{
	direction: ltr;
	position: relative;
}
.noUi-base
{
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.noUi-connect
{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.noUi-origin
{
	height: 0;
	position: absolute;
	width: 0;
}
.noUi-handle
{
	position: relative;
	z-index: 1;
}
.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin
{
	transition: top .3s,right .3s,bottom .3s,left .3s;
	webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
}
.noUi-state-drag *
{
	cursor: inherit!important;
}
.noUi-base,.noUi-handle
{
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.noUi-horizontal
{
	height: 1px;
}
.noUi-horizontal .noUi-handle
{
	left: -10px;
	top: -8px;
  width: 15px;
  height: 15px;
  background: #ffd671;
}
.noUi-vertical
{
	width: 18px;
}
.noUi-vertical .noUi-handle
{
	height: 34px;
	left: -6px;
	top: -17px;
	width: 28px;
}
.noUi-target
{
	background: #dcdcdc;
}
.noUi-connect
{
	background: #f0bc50;
	transition: background 450ms;
	webkit-transition: background 450ms;
}
.noUi-draggable
{
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable
{
	cursor: ns-resize;
}
.noUi-handle:focus
{
	outline: none!important;
}
.noUi-handle
{
	cursor: pointer;
	height: 0;
  border-radius: 50%;
	width: 20px;
}
.noUi-active
{
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}
.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before
{
	height: 1px;
	left: 6px;
	top: 14px;
	width: 14px;
}
.noUi-vertical .noUi-handle:after
{
	top: 17px;
}
[disabled] .noUi-connect
{
	background: #B8B8B8;
}
[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target
{
	cursor: not-allowed;
}
.noUi-pips,.noUi-pips *
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.noUi-pips
{
	color: #999;
	position: absolute;
}
.noUi-value
{
	position: absolute;
	text-align: center;
	white-space: nowrap;
}
.noUi-value-sub
{
	color: #ccc;
	font-size: 10px;
}
.noUi-marker
{
	background: #CCC;
	position: absolute;
}
.noUi-marker-large,.noUi-marker-sub
{
	background: #AAA;
}
.noUi-pips-horizontal
{
	height: 80px;
	left: 0;
	padding: 10px 0;
	top: 100%;
	width: 100%;
}
.noUi-value-horizontal
{
	transform: translate3d(-50%,50%,0);
	webkit-transform: translate3d(-50%,50%,0);
}
.noUi-marker-horizontal.noUi-marker
{
	height: 5px;
	margin-left: -1px;
	width: 2px;
}
.noUi-marker-horizontal.noUi-marker-sub
{
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large
{
	height: 15px;
}
.noUi-pips-vertical
{
	height: 100%;
	left: 100%;
	padding: 0 10px;
	top: 0;
}
.noUi-value-vertical
{
	padding-left: 25px;
	transform: translate3d(0,50%,0);
	webkit-transform: translate3d(0,50%,0);
}
.noUi-marker-vertical.noUi-marker
{
	height: 2px;
	margin-top: -1px;
	width: 5px;
}
.noUi-marker-vertical.noUi-marker-sub
{
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large
{
	width: 15px;
}
.noUi-tooltip
{
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 5px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip
{
	bottom: 120%;
	left: 50%;
	transform: translate(-50%,0);
	webkit-transform: translate(-50%,0);
}
.noUi-vertical .noUi-tooltip
{
	right: 120%;
	top: 50%;
	transform: translate(0,-50%);
	webkit-transform: translate(0,-50%);
}

.skip-value{
  display: inline-block;
}
