.iw-sub-menu {
    padding-left: 20px;
}
.iw-sub-menu:not(.open) {
    display: none !important;
}
.iw-sub-menu.open {
	display: block;
}
.iw-submenu-toggle {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px 15px 30px 30px;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.iw-submenu-toggle::after {
	content: "\2228";
}
.iw-submenu-toggle:has(+ul.open)::after {
	content: "\2227" !important;
}
.iw-menu-item {
	position: relative;
}