.fsslider {
	position: relative;
	min-width: 150px;
	height: 27px;
	display: inline-block;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	text-align: center;
	line-height: 27px;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif
}

.fsslider>* {
	position: absolute;
	top: 50%;
	cursor: pointer
}

.fsslider>.fssel-value1,
.fsslider>.fsfull-value1 {
	margin-top: -2px;
	height: 4px;
	left: 0;
	right: 0
}

.fsslider>.fssel-value1 {
	width: 100%!important;
	background:linear-gradient(90deg, #C4267A 0%, #5D2D8C 100%)
}

.fsslider>.fscaret,
.fsslider>.fssel-left,
.fsslider>.fssel-right {
    font-family: 'google_sansmedium', sans-serif;
	border-radius: 100px;
	background: linear-gradient(90deg, #C4267A 0%, #5D2D8C 100%);
	box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.23);
	height: 30px;
	width: 30px;
	top: 0;
	padding: 2px;
    color: #fff;
    line-height: 25px;
    font-size: 13px;
}

.fsslider>.fsfull-value1 {
	/* border-radius: 31.5px; */
	background:  #d8d8d8!important;
	height: 4px;
	margin-top: -2px;
	right: 0%
}

.fsslider.fsdisabled {
	color: #c8c8c8
}

.fsslider.fsdisabled>.fsfull-value1 {
	background: #c8c8c8
}

