form.add-to-cart-form {
	margin:1em 0;
	text-align:right;
}

.messages-ajax .messages {
	border-radius:6px 6px 6px 6px;
	border-width:.5em;
	box-shadow:0 1px 12px rgba(50,50,50,0.84);
	font-size:1.5em;
	left:25%;
	position:fixed;
	top:25%;
	width:40%;
}

.messages-ajax,.ajax-progress,.ajax-progress-throbber {
	background-color:rgba(0,0,0,0.2);
	height:100%;
	left:0;
	position:fixed;
	text-align:center;
	top:0;
	vertical-align:middle;
	width:100%;
	z-index:500;
}

.ajax-progress .throbber {
	background:url(ajax-loader.gif) no-repeat;
	color:#000;
	height:50px;
	left:48%;
	margin:auto;
	position:relative;
	top:48%;
	width:120px;
}
