h1 {
	margin: 0;
	padding: 0;
	
	font-variant: small-caps;
	font-size: 1.5em;
	
	text-align: center;
}
/* ------------------------------------------------ */
#boxCartEmpty {
	text-align: center;
	max-width: 70%;
	margin: auto;
	
	margin-top: 1em;
}

/* ------------------------------------------------ */
#boxViewCartContainer {
	position: relative;
}

#boxViewCartContainer table {
	position: relative;
	width: 100%;
	padding: 0.5em;
	border-collapse: collapse;
}

/* ------------------------------------------------ */

#boxNextAction {
	position: relative;
	
	display: flex;
	
	justify-content: space-around;
	
	margin-top: 0.5em;
}

#boxNextAction > * {
	flex-grow: 1;
}

#boxNextAction a:hover {
	text-decoration: none;
}