

/* Start:/local/templates/domostroy116/components/bitrix/catalog.smart.filter/custom/style.css?16974532392827*/
input[type=checkbox] {
    position: relative;
    cursor: pointer
}

input[type=checkbox]:before,input[type=checkbox]:after {
    transition: all .7s
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #c4c4c4;
    border-radius: 2px;
    background-color: #fff
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px
}

input[type=checkbox]:checked:before {
    background: #F5880D;
    border: 2px solid #F5880D
}

.checkbox {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.checkbox label {
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    color: #000;
    cursor: pointer;
    padding-left: 10px;
}

.filter-header {

}

.filter-header h4 {
    color: #2B3F5A;
    font-size: 24px;
}

.brands, .availability {
    padding-top: 20px;
}

.range-slider {
    padding-top: 24px;
}

#filter-rows h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    color: #000;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    cursor: pointer;
    display: block;
    outline: 0;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.nice-select.open,.nice-select:active,.nice-select:focus {
    border-color: #999
}

.availability .nice-select {
    justify-content: flex-start;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 7px;
    margin-top: 10px;
    height: 40px;
    margin-bottom: 0px;
}

.availability .nice-select .current {
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
    color: #000;
    animation: none;
    padding-right: 5px;
    padding-left: 5px;
}

.availability .nice-select.open .list {
    width: 100%;
    margin-top: 3px;
    border-radius: 5px;
}

.availability .nice-select .option {
    font-size: 13px;
    line-height: 30px;
    min-height: 30px;
    padding: 0 15px;
}

.availability .nice-select .option.selected {
    color: #F5880D;
}
/* End */
/* /local/templates/domostroy116/components/bitrix/catalog.smart.filter/custom/style.css?16974532392827 */
