.menu_3_div_links{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: 15px;
}
.category-sub-arrow {
    width: 8px;
    height: 4px;
    transition: transform 0.3s ease;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.category-link-wrapper.is-open .category-sub-arrow {
    transform: rotate(180deg);
}
.category-link-wrapper.has-sub > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}