

/* Start:/local/templates/DMT/components/bitrix/catalog.smart.filter/catalog/style.css?17533419053389*/
/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number {
    margin-bottom: 0;
}

.smart-filter-input-group-number .d-flex {
    gap: 10px;
}

.smart-filter-input-container input {
    width: 100%;
    height: 36px;
    padding: 4px 9px;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #6f6f6f;
    transition: border-color 0.3s ease;
}

/* Скрываем стрелочки для Chrome, Safari, Edge, Opera */
.smart-filter-input-container input[type="number"]::-webkit-outer-spin-button,
.smart-filter-input-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Скрываем стрелочки для Firefox */
.smart-filter-input-container input[type="number"] {
    -moz-appearance: textfield;
}

.smart-filter-input-container input:focus {
    outline: none;
}

.smart-filter-slider-track-container {
    position: relative;
    margin-bottom: 20px;
    margin-right: 3px;
    margin-left: 3px;
}

.smart-filter-slider-track {
    height: 4px;
    background: #E5E5E5;
    position: relative;
    margin: 0 8px;
}

.smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 {
    left: -1px;
}

.smart-filter-slider-ruler.p2 {
    left: 25%;
}

.smart-filter-slider-ruler.p3 {
    left: 50%;
}

.smart-filter-slider-ruler.p4 {
    left: 75%;
}

.smart-filter-slider-ruler.p5 {
    right: -1px;
}

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #000;
    text-align: center;
    font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span {
    color: #6b8086;
}

.smart-filter-slider-range {
    position: relative;
    z-index: 2;
    height: 100%;
}

.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar-v {
    background: #000;
    height: 4px;
    position: absolute;
    z-index: 1;
}

.smart-filter-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #343434;
    box-shadow: none;
    margin-top: -6px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.smart-filter-slider-handle:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    transform: translate(-50%, -50%);
    background: transparent;
}

.smart-filter-slider-handle.left {
    margin-left: -8px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.smart-filter-slider-handle.right {
    margin-right: -8px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn {
    /*display: none;*/
}

/*endregion*/

.filter__item-list-label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.filter__item-list-option[disabled] {
    pointer-events: none;
}

.filter__item-list-checkbox[disabled] {
    cursor: not-allowed;
}

.filter__item-list-label.disabled {
    color: #696969;
}
/* End */
/* /local/templates/DMT/components/bitrix/catalog.smart.filter/catalog/style.css?17533419053389 */
