.wrapper-page{
	background-color: rgba(204,204,204,.5);
	background-image:url(../images/spinningred.gif);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
}
.wrapper-page > div{
	position:absolute;
	top:50%;
	left:50%;
	width:450px;
	height:200px;
	margin:-100px 0 0 -225px;
	background:#f5f5f5;
	border:5px solid #fff;
	border-radius:3px;
	padding:12px 11px;
}
.wrapper-page > div > a{
	position:absolute;
	color:#0077b3;
	font:12px Arial;
	left:428px;
	text-decoration:underline;
	bottom:6px;
}
.wrapper-page > div > a + a{
	left:auto;
	right:11px;
}
.close{
	display:block;
	width:33px;
	height:33px;
	background:url(../images/alert.png) no-repeat center center;
	border:5px solid #fff;
	border-radius:50%;
	top: -22px;
	right: -16px !important;
}
.wrapper-page h3{
	color:#666;
	font-size:20px;
	padding-bottom:7px;
	border-bottom:1px solid #e2e2e2;
}
.wrapper-page > div > div{
	overflow:hidden;
	padding:20px 9px;
	line-height:1;
	font:12px Arial;
	color:#666;
	border-bottom: 1px solid #e2e2e2;
}
.info-add-product{
	width:309px;
	float:left;
	overflow:hidden;
}
.img-add-product{
	width:85px;
	text-align:left;
	float:left;
}
.img-add-product img{
	width:70px;
	height:70px;
}
.text-add-product{
	width:223px;
	float:left;
}
.text-add-product > *{margin-bottom:4px;}
.text-add-product a{
	color:#0077b3;
	font-weight:bold;
	display:block;
}
.price-add-product{
	float:right;
	width:90px;
}
.price-add-product p:nth-child(2){
	margin-top:21px;
	color:#999;
}
.sumarry{
	font-size:24px;
}
.sumarry::after{
	content:' .грн';
	color:#999;
}
