

/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?17014277201563*/
.bx-filter-container-modef {
    position: relative;
}

#modef {
    position: absolute;
    left: calc(100% + 20px);
    background-color: #ee8131;
    color: #fff;
    white-space: nowrap;
    display: flex;
    z-index: 100000;
    padding: 10px;
    gap: 10px;
    font-size: 13px;
    align-items: center;
    margin-top: -40px;
}

#modef .button {
    background-color: #fff;
    padding: 5px 10px;
    color: #ee8131;
    cursor: pointer;
}

#modef .button:hover {
    opacity: 0.8;
}

.filter-result-buttons input {
    padding: 10px 15px;
    border: 3px solid transparent;
    background-color: var(--color-blue);
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 10px;
    font-size: 13px;
}

#del_filter {
    background-color: transparent;
    border-color: var(--color-blue);
    color: var(--color-blue);
}

#set_filter:hover {
    background-color: var(--color-brown);
}

#del_filter:hover {
    border-color: var(--color-brown);
    color: var(--color-brown);
}

.label-wrap {
    position: relative;
}

.label-wrap.disabled {
    opacity: 0.4;
}

.label-wrap.disabled::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
}

.catalog-empty {
    background: url("/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/empty_catalog.png") center top no-repeat;
    padding: 140px 0 0 0;
    text-align: center;
}

.catalog-empty__title {
    font-size: 20px;
}

.catalog-filter__block--NEW {
    display: none;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?17014277201563 */
