

/* Start:/local/templates/concept_phoenix_s1/components/bitrix/catalog.section.list/sections-selector/style.css?1782463898833*/
.sections-selector__wrap {
    position: relative;
}

.sections-selector__list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .3s;
    background-color: #379ea1;
}

.sections-selector__list:is(.active) {
    opacity: 1;
    visibility: visible;
}

.sections-selector__current {
    cursor: pointer;
    background-color: #379ea1;
    color: white;
    padding: 4px;
    border-radius: 8px;
    font-size: .8rem;
}
.sections-selector__current img {
    width: 8px;
}

.sections-selector__list {
    list-style: none;
    padding: 10px 4px;
    background-color: #379ea1;
    color: white;
    border-radius: 8px;
    z-index: 2;
    font-size: .8rem;
    min-width: 180px;
}
.sections-selector__list a {
    color: white;
    text-decoration: underline;
}

/* End */
/* /local/templates/concept_phoenix_s1/components/bitrix/catalog.section.list/sections-selector/style.css?1782463898833 */
