.sidebar-main .wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    display: none;
    padding-left: 15px;
    border-left: 1px solid #ddd;
}


.sidebar-main .toggle {
    border: none;
    box-shadow: none;
    background: none;
    padding: 8px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-main .wc-block-product-categories-list-item.open>.toggle {
    transform: rotate(-180deg);
}

.sidebar-main .toggle:hover,
.sidebar-main .toggle:focus {
    background: none;
}

.sidebar-main .toggle:hover svg,
.sidebar-main .toggle:focus svg {
    fill: var(--e-global-color-accent);
}

.sidebar-main .toggle svg {
    width: 25px;
    height: auto;
}

.sidebar-main .wc-block-product-categories-list-item {
    padding-left: 0;
}

.sidebar-main .wc-block-product-categories-list-item .current {
    font-weight: bold;
}

.sidebar-main .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sidebar-main .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item>a {
    flex: 1;
}

.sidebar-main .wc-block-product-categories-list-item.open>.wc-block-product-categories-list {
    display: block;
    width: 100%;
}