#range-price {
    padding:15px 25px 0 25px;
}
#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: 10px;
}
.noUi-horizontal .noUi-handle {
    height: 24px;
    left: -22px;
    top: -8px;
    width: 24px;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower {
    left: -2px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px;
}
.noUi-background {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d3d3d3 0%, #f9f7f8 100%) repeat scroll 0 0;
    border: 1px solid #cecece;
    border-radius: 10px;
    box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.8) inset;
}
.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: rgba(0, 0, 0, 0) url("images/handle.png") no-repeat scroll 0 0;
    cursor: default;
}
.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 {
    bottom: -30px;
    font-size: 11px;
    position: absolute;
    font-weight:bold;
}
#range-price-from,#range-width-from,#range-lenght-from {
    left: 25px;
}
#range-price-to,#range-width-to,#range-lenght-to {
    right: 25px;
}
#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 {    
    min-width:25px;
    text-align:center;
    
}