.ls-mm.is-desktop-layout:not(.ls-mm--editor).is-fixed {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
}

.ls-mm.is-desktop-layout:not(.ls-mm--editor) .ls-mm__list {
	flex-wrap: wrap;
}

.ls-mm.is-desktop-layout:not(.ls-mm--editor) .ls-mm__item {
	flex: 0 0 auto;
	max-width: 100%;
}

.ls-mm.is-desktop-layout:not(.ls-mm--editor) .ls-mm__item--dropdown > .ls-mm__panel {
	left: auto;
	width: auto;
}

.ls-mm.is-desktop-layout:not(.ls-mm--editor) .ls-mm__item--dropdown > .ls-mm__panel > .ls-mm__dropdown-menu {
	display: block;
}

.ls-mm.is-desktop-layout:not(.ls-mm--editor).is-fixed .ls-mm__list {
	width: calc(100% - var(--ls-mm-fixed-left-inset, 0px) - var(--ls-mm-fixed-right-inset, 0px));
	max-width: none;
	margin-left: var(--ls-mm-fixed-left-inset, 0px);
	margin-right: var(--ls-mm-fixed-right-inset, 0px);
}

.ls-mm.is-desktop-layout:not(.ls-mm--editor) .ls-mm__dropdown-item.has-submenu:hover > .ls-mm__level2-link .ls-mm__level3-arrow {
	transform: rotate(225deg);
}
