.kk-priceslider,
.kk-priceslider * {
    -webkit-box-sizing: -moz-border-box;
    -moz-box-sizing: -moz-border-box;
    box-sizing: -moz-border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.kk-priceslider .box-content {
    padding: 15px;
    text-align: left
}
.kk-priceslider .kk-price-slider {
    position: relative;
    display: table;
    width: 100%;
    background: #EEE;
    height: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3)
}
.kk-priceslider .kk-price-range-reset {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url(images/remove-range-filter.png) no-repeat top left;
    margin-left: 5px;
    cursor: pointer
}
.kk-priceslider .kk-price-range-reset:hover {
    background-position: bottom left
}
.kk-priceslider .sliderbar {
    width: 400px;
    border: 1px solid #CCC;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #EEE
}
.kk-priceslider .noUi_handle {
    height: 8px;
    width: 8px
}
.kk-priceslider .noUi_midBar {
    height: 8px
}
.kk-priceslider .noUi_midBar {
    background: #555;
    background: rgba(0, 0, 0, .5);
    height: 6px
}
.kk-priceslider .noUi_sliderKnob {
    z-index: 5;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    left: -5px;
    border: 1px solid #BBB;
    -webkit-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #EEE
}
.kk-priceslider .noUi_sliderKnob:hover,
.kk-priceslider .noUi_activeHandle {
    background: #adcbe1;
    border-color: #2673AB
}
.kk-priceslider .kk-price-label {
    padding: 7px;
    display: inline-block;
    background: #555;
    background: rgba(0, 0, 0, .4);
    color: white;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    position: relative;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    white-space: nowrap
}
.kk-priceslider .kk-price-label:after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    border-top: 4px solid #555;
    border-top: 4px solid rgba(0, 0, 0, .4)
}
.kk-priceslider .kk-price-submit {
    width: 100%;
    margin-top: 15px
}
.kk-priceslider .kk-price-submit.hidden {
    display: none
}
.kk-priceslider .kk-price-slider,
.kk-priceslider .kk-price-slider * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}