.fa_wrapper {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.fa_wrapper header h2 {
    font-size: 24px;
    font-weight: 600;
}

.fa_wrapper header p {
    margin-top: 5px;
    font-size: 16px;
}

.fa_price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.fa_price-input .fa_field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.fa_field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    /*margin-left: 12px;*/
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.fa_price-input .fa_separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.fa_slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.fa_slider .fa_progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
}

.fa_range-input {
    position: relative;
}

.fa_range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.fa_range-min::-webkit-slider-thumb, input.fa_range-max::-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);
}

input.fa_range-min::-moz-range-thumb, input.fa_range-max::-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);
}

.faSortsOuter {
    margin-bottom:20px;
}