.eventCategory .products .product {
	border-bottom:0;
}

#checkout > div.contact > div > div:nth-child(2) > div > div > div:before {
	content:"Anfør i beskeden hvor mange personer der skal pakkes til:";
	display:block;
	color:red;
	font-size:1.25rem;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-bottom:10px;
}

li {
	list-style-position:inside;
	font-size:1.25rem!important;
	font-weight:bold;
}

ul {
	padding:0!important;
}

#side-menu {
	visibility:visible!important;
}

#products-col > ul > li:nth-child(1) {
	width:100%;
	grid-column-start: 1;
    grid-column-end: 3;
}

.Nytaarsmenu .products {
grid-template-columns: 45% 45%;	
}

#checkout > div.pickup-time > div:after {
	content:"Nytårsmenuer skal afhentes på SOTA Vestergade 48, 8000 Aarhus C - onsdag d. 31.12.2025";
	font-size:1.2rem;
	font-weight:bold;
	margin-left:20px;
}

@media screen and (min-width:769px) and (max-width:1365px) {

	/* MENUER GRID */
	.Nytaarsmenu .products {
		grid-template-columns:95%;
		justify-content:space-around;
	}
	
	.products {
		grid-template-columns:95%!important;
		justify-content:space-evenly;
	}
	
}


@media screen and (max-width:600px) {
	.event-intro p {
		left:5%!important;
	}
	
	.Nytaarsmenu .products {
		grid-template-columns:90%!important;
		justify-content:space-evenly!important;
	}
	
	.Extra .products {
	grid-template-columns:90%!important;
}
	
	#products-col > ul > li:nth-child(1) {
	grid-column-start: auto;
    grid-column-end: auto;

}



