.wd-nav-vertical { position: relative !important; overflow: visible !important; }

.nioma-product-menu {
	position: absolute !important;
	top: 0 !important;
	left: 100% !important;
	margin-left: 0 !important;
	width: 1220px;
	max-width: calc(100vw - 345px);
	min-height: 560px;
	display: none;
	flex-direction: row;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 8px 25px rgba(0,0,0,.10);
	z-index: 999999;
	overflow: hidden;
}

.nioma-product-menu.is-open {
	display: flex;
}

.nioma-column {
	flex: 0 0 25%;
	width: 25%;
	min-width: 0;
	box-sizing: border-box;
	background: #fff;
	border-right: 1px solid #ececec;
}

.nioma-column:last-child {
	border-right: 0;
}

.nioma-item {
	width: 100%;
	height: 64px;
	min-height: 64px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0 18px;
	margin: 0;
	background: #fff;
	color: #222;
	text-decoration: none !important;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}

.nioma-item:hover,
.nioma-item.active {
	background: #f5c400;
	color: #111;
}

.nioma-title {
	flex: 1 1 auto;
	min-width: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nioma-arrow {
	flex: 0 0 16px;
	width: 16px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #777;
}

.nioma-item:hover .nioma-arrow,
.nioma-item.active .nioma-arrow {
	color: #222;
}

@media (max-width: 1200px) {
	.nioma-product-menu {
		width: calc(100vw - 360px);
	}
}


/* Prvi stolpec predstavlja samo dve glavni veji. */
.nioma-column[data-level="1"] .nioma-item {
	height: 64px;
	min-height: 64px;
}

/* Prepreči, da bi WoodMart ali tema odrezala mega meni. */
.wd-nav-vertical,
.wd-nav-vertical > li,
.wd-nav-vertical .menu-item-has-children {
	overflow: visible !important;
}
