div.price-slider, div.decimal-slider {
    background: #fff;
    height: 8px;
    margin: 10px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div.price-slider .filter-handle, div.decimal-slider .filter-handle {
    height: 18px;
    width: 13px;
    cursor: e-resize;
    display: block;
    background: #ccc;
    top: -4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.price-slider .filter-handle:after, div.decimal-slider .filter-handle:after {
    content: "";
    background: #ccc;
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-radius: 2px;
    top: 2px;
    left: 4px;
    position: absolute;
}

div.price-slider .price-slider-from, div.decimal-slider .decimal-slider-from {
}

div.price-slider .price-slider-to, div.decimal-slider .decimal-slider-to {
    cursor: w-resize;
    margin-top: -18px;
}

div.price-slider .price-slider-to:after, div.decimal-slider .decimal-slider-to:after {
    left: -4px;
}

div.decimal-slider .active-track {
    position: absolute;
    top:0;
    height: 8px;
    background: #30517f;
    left: 0;
    right: 0;
    display: block;
    width: auto;
}

div.decimal-slider.filter-track + ul {
    padding-top: 20px;
}
