input.in1::placeholder,
input.in2::placeholder{
    color: #aaaaaa;
}

.range-option-wrap{
    font-size: 16px;
    background-color: #e9ebf0;
    border-radius: 3px;
    margin-top: 10px;
    padding: 14px 18px 0 18px;
}

div.form .range-option-wrap input.in1{
    font-size: 14px;
    font-weight: normal;
    border-radius: 1px;
    border-color: #d0d4d9;
    color: #24272E;
    height: 22px;
    line-height: normal;
    padding: 0;
    text-align: center;
    margin-top: 2px;
}

.range-slider-wrap{
    text-align: center;
    padding: 8px 6px 11px 6px;
}

.range-slider-wrap .slider{
    width: 100% !important;
}

.range-slider-wrap .slider-handle{
    width: 16px;
    height: 16px;
}

.range-slider-wrap .slider.slider-horizontal .slider-track{
    height: 8px;
    margin-top: -6px;
}

.range-slider-wrap .slider div.slider-handle.min-slider-handle.round,
.range-slider-wrap .slider div.slider-handle.max-slider-handle.round{
    background: #123156;
    cursor: pointer;
}

.range-slider-wrap .slider div.slider-handle.min-slider-handle.round:active,
.range-slider-wrap .slider div.slider-handle.max-slider-handle.round:active{
    background: #00afdf;
    width: 22px;
    height: 22px;
    margin-top: -1px;
}

.range-slider-wrap .slider-selection{
    background: #0096ff!important;
}

.filter{
    font-size: 12px;
}

.se2-wr{
    position: relative; width: 100%;
    padding-left: 48px;
    height: 32px;
}

.se2-wr label{
    position: absolute; left: 0;
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
}

.filter div:nth-child(2) .se2-wr{
    padding-left: 70px;
}

.filter div:nth-child(3) .se2-wr{
    padding-left: 90px;
}

.filter div:nth-child(4) .se2-wr{
    padding-left: 84px;
}

.filter label.show-advanced{
    font-size: 12px;
    line-height: 30px;
    color: #00c2df;
}

@media (max-width: 767px){
    #range > div.row > div:last-child,
    #size > div.row > div:last-child{
        margin-top: 10px;
    }
}

@media (max-width: 576px){
    .sli-tabs .nav-tabs > li a,
    .sli-tabs .nav-tabs > li.active > a,
    .sli-tabs .nav-tabs > li.active:hover > a,
    .sli-tabs .nav-tabs > li:hover > a,
    .sli-tabs .nav-tabs > li:focus > a{
        padding-left: 15px;
        padding-right: 15px;
    }
}