::selection{
    color: #fff;
    background: #17A2B8;
}
.gbweb-price-range-wrap{
    padding: 0 0 0 10px;
}
.gbwebone-filters-form .price-input{
    width: 100%;
    display: flex;
    margin: 10px 0 0 0;
}
.gbwebone-filters-form .price-input .field{
    display: flex;
    width: 100%;
    align-items: center;
}
.gbwebone-filters-form .field input{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    text-align: center;
    padding: 0;
    border: 0;
}
.gbwebone-filters-form .field input.input-min{
    text-align: right;
}
.gbwebone-filters-form .field input.input-max{
    text-align: left;
}
.gbwebone-filters-form input[type="number"]::-webkit-outer-spin-button,
.gbwebone-filters-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.gbwebone-filters-form .price-input .separator{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.gbwebone-filters-form .slider{
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    margin-top: 15px;
}
.gbwebone-filters-form .slider .progress{
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
}
.gbwebone-filters-form .range-input{
    position: relative;
}
.gbwebone-filters-form .range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.gbwebone-filters-form input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.gbwebone-filters-form input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}