

/* Start:/local/components/api/category.tree/templates/.default/style.css?17669614641770*/
.cat-container {
    position: relative;
    overflow: hidden;
    transition: max-height 180ms ease;
}

.cat-container.is-collapsed {
    max-height: calc(5 * 1.6em);
}

.cat-container.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            #fff
    );
}

.cat-columns {
    display: flex;
    gap: 12px;
}

.cat-col {
    display: flex;
    flex-direction: column;
}

.cat-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
    padding-left: 10px;
    background: url(/img/icons/if/aright.svg) no-repeat #f000;
    background-size: 15px;
    background-position-y: 8px;
    background-position-x: -5px;
}

button.cat-toggle {
    cursor: pointer;
    border-bottom: 1px dashed #000;
    background: none;
    text-align: center;
    display: block;
    margin: 12px auto 0;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 1em;
    padding: 0;
}

.filter-promo-block {
    margin-bottom: 20px;
    text-align: right;
    padding-top: 7px;
}

.add-tovar-button {
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: .5ex 2ex;
    border: 1px solid #1f88f8;
}

.add-tovar-button:link:hover, .add-tovar-button:visited:hover {
    color: #ffffff !important;
    background-color: #1870ce !important;
}
/* End */
/* /local/components/api/category.tree/templates/.default/style.css?17669614641770 */
