header > .bar {
	grid-template-columns: 1fr 1fr;
}

header .menu {
	position: fixed;
	width: 300px;
	height: auto;
	background: #FFFFFF;
	z-index: 1000;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	padding: 10px 22px;
	top: 25px;
	border-radius: 7px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.11);
	display: block;
}

header .menu li {
	display: block;
	max-width: unset;
	width: auto;
	margin: auto;
	padding: 5px;
	font-size: 17px;
	border-bottom: solid 1px rgb(240, 240, 240);
}

header .menu li:last-child {
	border-bottom: transparent;
}

header .menu li::after {
	display: none;
}

header .menu li a {
	padding-left: 0px;
}

header .menu:not(.show) {
	display: none;
}

/******* Parent theme styles *******/
header .menu li a {
	padding: 10px 0px;
	display: block;
}
