@import url(font.css);
@import url(header.css);
@import url(section.css);
@import url(footer.css);
@import url(banner.css);
@import url(product.css);


body {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-top: 10px;

}

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 99999;
display: none;
}
.cnt223 a{text-decoration: none;/* text-align: center; */background: #a5413b;padding: 5px 10px;color: white;/* margin-top: 30px; */border-radius: 50%;float: right;}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 99999999;
}
.cnt223{width: 40%;min-height: 150px;margin: auto;background: #f3f3f3;position: relative;z-index: 99999;padding: 15px;border-radius: 5px;box-shadow: 0 2px 5px #000;}

.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


@media only screen and (max-width: 700px) {
		
	.cnt223{width: 88%;}	
	.popup{ top:20%}
	}




