.bold * {
    font-weight: bold !important;
    color: black !important;
}

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

.sli-tabs {
    padding: 15px 0 0 0;
    margin-bottom: 0;
}

.sli-tabs ul > li a,
.sli-tabs ul > li.active > a,
.sli-tabs ul > li.active:hover > a,
.sli-tabs ul > li:hover > a,
.sli-tabs ul > li:focus > a {
    padding-left: 50px;
    padding-right: 50px;
}

.sli-tabs ul > li a label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sli-tabs .tab-content {
    background-color: #fafafb;
    padding: 19px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sli-tabs .sli-tabs-radio {
    position: absolute;
    left: -10000px;
}

.range-option-wrap {
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.range-option-wrap p {
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    padding: 6px 0 7px 0;
    color: #25282a;
    font-weight: bold;
}

.range-option-wrap p span {
    color: #4d4e56;
    font-weight: normal;
}

.range-val-wrap {
    padding: 17px 17px 22px 17px;
}

div.form .range-val-wrap input.in1 {
    border-radius: 2px;
    border-color: #b7b7b7;
}

.range-slider-wrap {
    text-align: center;
    padding-top: 5px;
}

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

.range-slider-wrap .slider div.slider-handle.min-slider-handle.round,
.range-slider-wrap .slider div.slider-handle.max-slider-handle.round {
    background: #00c2df;
    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: #80e1ef !important;
}

.filter {
    font-size: 12px;
    padding: 0 19px 19px 19px;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fafafb;
}

.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: 992px) {
    #search-by-number {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .sli-tabs ul > li a,
    .sli-tabs ul > li.active > a,
    .sli-tabs ul > li.active:hover > a,
    .sli-tabs ul > li:hover > a,
    .sli-tabs ul > li:focus > a {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        width: 100%;
    }

    #range > div.row > div:last-child,
    #size > div.row > div:last-child {
        margin-top: 10px;
    }

    .sli-tabs ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .sli-tabs ul > li {
        padding-right: 0px;
        width: calc(100% * 0.33333);
    }

    .tab-content {
        border-top-right-radius: 0px;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .sli-tabs ul li {
        margin-right: 1.5%;
    }

    @media (max-width: 480px) {
        .sli-tabs ul > li {
            font-size: 3.4vw;
        }
    }
}
