div.extrapack {
	
}

div.extrapack_packitems_list_product_container {
	padding: 5px;
	text-align: center;
}

div.extrapack_packitems_list_product_container span.extrapack_packitems_list_product_productname {
}

div.extrapack_packitem_container {
	padding: 5px;
	padding-bottom: 30px;
	width: 33%;
}

div.extrapack_submitForm {
	text-align: center;
	padding-top: 20px;
}

div.extrapack_submitForm input.add-to-cart {
	display:none;
}

/*div.extrapack_packitem_container.checkedButErrors::before {
	content: '\26A0';
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: red;
	font-size: 125%;
	font-weight: bold;
	width:100%;
	background-color: white;
	padding: 5px;
	opacity: 0.7;
	text-align: center;
}*/

div.extrapack_packitem_container .checkedButErrors{
	background-color:#ffd6d6!important;
}

div.extrapack_packitem_container.checkedAndValid::before {
	content: '\2713';
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: green;
	font-size: 125%;
	font-weight: bold;
	width:100%;
	background-color: white;
	padding: 5px;
	opacity: 0.7;
	text-align: center;
}

div.extrapack_errorMessages p {
	margin-top: 15px;
	padding: 15px;
	text-align: center;
	border: solid 2px black;
	color: black !important;
}