/*#filter .price-range-slider  {padding:0 12px 0 25px;}*/
#range-price {
    padding:0 11px 0 0;
}
#range-price,#range-width,#range-lenght {
    clear: both;
    float: right;
    margin: 0px;
    position: relative;
    width: 100%;
}
.range-price-container,.range-width-container,.range-lenght-container {
    direction: ltr;
}
.noUi-target {
    -moz-user-select: none;
    box-sizing: border-box;
}
.noUi-target * {
    -moz-user-select: none;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base {
    height: 100%;
    position: relative;
    width: 100%;
}
.noUi-origin {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-stacking + .noUi-origin {
}
.noUi-state-tap .noUi-origin {
    transition: left 0.3s ease 0s, top 0.3s ease 0s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-origin {
    transform: translate3d(0px, 0px, 0px);
}
.noUi-handle {
    transform: translate3d(0px, 0px, 0px);
}
.noUi-horizontal {
    height: 6px;
}
.noUi-horizontal .noUi-handle {
    height: 27px;
    left: 0;
    top: -11px;
    width: 27px;
    text-align:center;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower {
    left: 0px;
    text-align:center;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px;
}
.noUi-background {
    background-color:#dbd9d9;
}
.noUi-connect {
    background: #3fb8af none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.45) inset;
    transition: background 450ms ease 0s;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
}
.noUi-connect.noUi-target {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.45) inset, 0 3px 6px -5px #bbb;
}
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
}
.noUi-vertical .noUi-handle::before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px;
}
.noUi-vertical .noUi-handle::after {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px;
}
.noUi-vertical .noUi-handle::after {
    top: 17px;
}
.noUi-connect[disabled] {
    background: #b8b8b8 none repeat scroll 0 0;
}
[disabled] .noUi-connect {
    background: #b8b8b8 none repeat scroll 0 0;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/*.range-val {
     border: 1px solid #dfdfe0;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50%;
}
#range-price-from,#range-width-from,#range-lenght-from {
    left:0px;
    border-right:0px;
}*/
#range-price-to,#range-width-to,#range-lenght-to {
    right: 0px;
}
#title-price {
    font-size: 11px;
    margin-top: 5px;
    padding: 0;
}
#range-price-to, #range-price-from,#range-width-to, #range-width-from,#range-lenght-to, #range-lenght-from {    
  
    
}
.range-price-container #from , .range-price-container #to {width:50%;float:left;text-align:center;color:#777;margin-top:15px;    line-height: 20px;
        font-size: 0.8em;
    direction: rtl;}