@CHARSET "UTF-8";
.addToCartForm {
	margin-top: 10px;
}
.addToCartButtonNumber {
	padding: 9px 10px; 
	float:left;
	width: 20%;
	height: 2.75rem;
}
.addToCartButtonBox {
	margin: 0 auto 30px !important;
	height: 2.75rem;
	display: block;
	font-weight: 600 !important;
	font-size: 1rem !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-family: "Open Sans",sans-serif !important;
	box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1) !important;
	border: none;
}
.preLoading {
	display:none;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0px;
	right : 0px;
	background : rgba(0,0,0,0.6) !important;
	background-image : url(../../img/spinner.gif) !important;
	z-index : 999;
	border : none !important;
	background-size: 40px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.addToCartFormWrapper {
	padding: 10px;
	background-color:white;
	-webkit-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);	
	-moz-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);
	-o-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);
	box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);
}
#productCombinations{
	font-size: 0.75rem;
	text-align: center;	
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	text-align-last: center;
}
.addToCartFormWrapper .product-variants-item {
	margin-top: 7px;
}
.addToCartFormWrapper .control-label {
	bottom: 5px; position: relative;
}
.addToCartFormWrapper .form-control-select {
	margin-bottom: 10px;
	text-align: center;	
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	text-align-last: center;
}
.addToCartFormWrapper .groupUl {
	margin: 0 auto;display:table;
}
.addToCartFormWrapper .groupUl li{
	float: left !important;
}
.addToCartFormWrapper .groupLi {
	margin-right: .625rem;
}