

/* Start:/local/templates/sotbit_origami/components/bitrix/catalog.section.list/mebelson_tree/style.css?17116087491081*/
.breadcrumb_block {
    display: none;
}

.catalog-section-list--wrapper {
    margin-top: 20px;
    padding: 0 70px;
    display: flex;
    flex-wrap: wrap;
}

.catalog-section-item a{
    font-size: 1.2rem;
    transition: ease-in-out all .3s;
    display: block;
    width: fit-content;
}

.catalog-section-item a:hover{
    color: #000;
}

.catalog-section-item a:after {
    content: "";
    width: 0;
    height: 1px;
    margin-top: 4px;
    background: transparent;
    transition: width 0.2s;
    display: block;
}

.catalog-section-item a:hover:after {
    content: "";
    width: 100%;
    background: #000000;
}

.catalog-section-item.catalog-section-item__main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.catalog-section-item.catalog-section-item__main strong a {
    font-weight: bold;
}

.catalog-section-item.catalog-section-item__second {
    padding: 0;
}

.catalog-section-item .circle {
    list-style: circle;
}

.catalog-section-item .disc {
    list-style: disc;
}

/* End */
/* /local/templates/sotbit_origami/components/bitrix/catalog.section.list/mebelson_tree/style.css?17116087491081 */
