

.plant-category-children{
    padding-left: 20px;
}

.plant-toggle-children{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.plant-toggle-children svg{
    width: 20px;
    height: 20px;
}

.plant-toggle-children.active{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.bwp-top-bar.top .button-filter-toggle {
    border: none;
}

.bwp-top-bar.top .button-filter-toggle:after {
    content: "\e908";
    font-family: wpbingofont;
    font-size: 20px;
}