#ajaxcart-wait {
	top: 50%;
	left: 50%;
	position: fixed;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-box-sizing: content-box;
}

#ajaxcart-wait .loader {
	padding: 15px 60px;
	background: #fff4e9;
	border: 2px solid #f1af73;
	color: #d85909;
	font-weight: bold;
	text-align: center;
}

.ajaxcart-modal-overlay {
	width: 100%;
	height: 100%;
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .85;
	z-index: 1000;
}

.ajaxcart-popup-close {
	position: absolute;
	top: -12px;
	right: -12px;
	border-radius: 50%;
	background: #000000;
	width: 18px;
	height: 18px;
	color: #ffffff !important;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border: 2px solid #ffffff;
	box-shadow: 0 0 10px #000000;
}

.ajaxcart-popup-close:hover {
	border-color: #976dac;
}

.ajaxcart-popup {
	margin-top: -21px;
	margin-left: -951.5px;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 15px;
	border: 5px solid #555555;
	border-radius: 5px;
	text-align: left;
	background: #ffffff;
	box-shadow: 0 0 10px #000000;
}

#ajaxcart-button-set {
	border-top: 1px solid #cccccc;
	padding: 10px 0 0;
	margin: 10px 0 0;
	text-align: center;
}

#ajaxcart-button-set button {
	margin: 0 5px;
}
