@charset "UTF-8";
/* CSS Document */
.noUi-target,
.noUi-target * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-origin {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 4px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
	top: -8px;
	left: -9px;
}

.noUi-horizontal .noUi-handle-lower {
	left: -9px;
}

#price_slider_1,
#price_slider_2 {
	border: none;
    background: none;
    display: inline-block;
    position: absolute;
    top: 15px;
    outline: none;
    color: #797979;
    font-size: 13px;
}
#price_slider_1  {
    left: -8px;
}
#price_slider_2 {
	right: 0;
}

/* Styling;
 */
.noUi-background {
	background: #dddddd;
}
.noUi-connect {
	right: 1px;
	background: #d8263c;
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-target {
	margin-right: 10px;
	background: #dddddd;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-handle {
    border: none;
    outline: none;
    background: #797979;
    cursor: col-resize;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.noUi-handle:hover {
	 background: #D8263C;
}
.noUi-active {
	background: #D8263C;
}


/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

.range-price {
	width: 300px;
}



/*SLIDER SIZE,POSITION,COLOR*/
#narrow_product_size div.ui-slider-horizontal{
    width:300px;
}

#narrow_product_size div.ui-widget-content{
    border:none;
    background:#dddddd;
}

#narrow_product_size div.ui-widget-header{
    background:#990099;
}

/*SLIDER POINT CUSTUM*/
#narrow_product_size .ui-slider-handle{
    width:20px;
    height:20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: -8px;
    margin-left: -10px;
}

ul.dropdown li a.ui-slider-handle{
    padding:0;
}

#narrow_product_size .ui-state-default, #narrow_product_size .ui-state-active, #narrow_product_size .ui-state-highlight, #narrow_product_size .ui-state-error {
    border:none;
    outline: none;
    background:#797979;
    cursor:col-resize;
}

#narrow_product_size .ui-state-hover, #narrow_product_size .ui-state-focus{
    border:none;
    outline: none;
    background:#a679a4;
    cursor:col-resize;
}

/*PRICE VALUE*/
#slider-range input{
    border: none;
    background: none;
    display: inline-block;
    position: absolute;
    top: 15px;
    outline: none;
    color: #797979;
}

#slider-range input.priceL{
    left: -5px;
}
#slider-range input.priceR{
    right:-5px;
    text-align:right;
}
