#commerce_contact {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
	position: relative;
	padding: 1em;
	background-color: #f4f4f4;
}
#commerce_contact .pretext {
	margin-bottom: 1em;
	font-weight: 600;
}
#commerce_contact input[type="submit"] {
	margin-top: 1em;
}
#ajax-response.opened {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ccc;
	z-index: 1;

	display: flex;
	justify-content: center;
	align-items: center;
}
