:root {
	--oma-red: #e30613;
	--oma-orange: #f39200;
}

.oma-mobile-toggle {
	display: none;
	width: 100%;
	padding: 14px 16px;
	font-family: 'Barlow Condensed';
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
/* 	background-color: unset !important;
	border: 1px solid #888888 !important; */
	background: linear-gradient(125deg, #dd9933, #f2d937);
	border: none !important;
	color: #000002;
	cursor: pointer;
	text-align: left;
}

.oma-arrow {
	float: right;
	transition: transform 0.3s ease;
	font-size: 16px !important;
}

.oma-mobile-wrapper.open .oma-arrow {
	transform: rotate(180deg);
}

.oma-click-menu *::selection {
	background-color: transparent;
}
.oma-click-menu {
	padding-top: 20px;
}
.oma-click-menu .menu {
	background-color: white;
	border-radius: 15px;
	padding: 13px 25px;
}
.oma-click-menu ul {
	list-style: none;
	margin: 0;
}

.oma-menu-item {
	margin: 0 !important;
	list-style-type: none !important;
}
.oma-menu-item:first-child {
	margin-top: 0px !important;
}
.oma-menu-item:last-child {
	margin-bottom: 0px !important;
}
/* .oma-menu-item:last-child .oma-menu-row {
	border-bottom: unset !important;
} */


.oma-menu-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd !important;
}

.oma-menu-link {
	display: flex !important;
	align-items: center;
	gap: 7px;
	flex: 1;
	padding: 12px 0 !important;
	text-decoration: none;
	color: #111;
	font-size: 15px;
	font-weight: 500;

}
/* .oma-menu-link:first-child {
padding-top: 0px !important;
}
.oma-menu-link:last-child {
padding-bottom: 0px !important;
} */

.oma-menu-link .oma-title {
	font-family: Barlow Condensed;
	font-size: 18px;
	color: #0A0A0A;
	transition: 0.15s !important;
}
.oma-menu-link .oma-title:hover {
	color: #e68339;
}

.oma-menu-link.active,
.oma-menu-item.current-menu-item > .oma-menu-row > .oma-menu-link {
	color: var(--oma-orange);
	font-weight: 600;
}

.oma-icon {
	color: var(--nectar-accent-color);
	min-width: 35px;
	min-height: 35px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	padding: 4px;
}
.material-symbols-rounded.oma-icon {
	font-size: 24.5px;
	font-variation-settings:
		'FILL' 0,
		'wght' 300,
		'GRAD' 0,
		'opsz' 24;
}

.oma-toggle {
	/* 	position: absolute;
	right: 15px; */
	font-size: 20px;
	width: 32px;
	height: 32px;
	margin-right: 0px;
	border-radius: 50%;
	color: #636663;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer;
	background-color: #ececec !important;
}

.oma-sub-menu {
	display: none;
	background-color: unset !important;
	padding: 3px 0px 3px 38px !important;
}
.oma-sub-menu .oma-menu-row {
	border: unset !important;
}
.oma-sub-menu .oma-menu-link {
	padding: 6px 0 !important;
}


.oma-menu-item.open > .oma-sub-menu {
	display: block;
}




/* css fix for webshop */
  .material #sidebar .widget .oma-click-menu li a, .material .widget .oma-click-menu li a {
padding: 12px 0 !important;
}
/*
.material #sidebar .widget .oma-click-menu .oma-menu-item:first-child .oma-menu-link {
padding-top: 0px !important;
}

.material #sidebar .widget .oma-click-menu .oma-menu-item:last-child .oma-menu-link {
padding-bottom: 0px !important;
} */


@media (max-width: 768px) {
	.oma-mobile-toggle {
		display: block;
	}
	.oma-click-menu {
		display: none;
	}
	.oma-mobile-wrapper.open .oma-click-menu {
		display: block;
	}
}