.overlay_cn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: visible;
	opacity: 1;
	z-index: 999;
  }
.overlay_cn:target {
	visibility: hidden;
	opacity: 0;
	display:none
  }
.popup_cn {
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 70%;
	position: relative;
  }
.popup_cn h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  }
.popup_cn .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
  }
.popup_cn .close:hover {
	color: orange;
  }
.popup_cn .content {
	max-height: 30%;
	overflow: auto;
  }

 .boxcartbody {
 	color:#fff;
 	background:#cc0000;
 	text-align: center;
 	font-size:16px;
 	padding-bottom: 6px;
padding-top: 6px;
 }

 .boxcartbody p {
 margin-top: 0;
margin-bottom: 0;
}
.boxcartbody b, .boxcartbody strong {
 	color:#fff;
 }

  .boxcartbody_left .boxcartbody {
 	 	text-align: left !important;
 	 	background:unset !important;
 	 	color: #333 !important;
 	 	font-size:unset !important;
 	 	padding: 0 20px 20px 0;
 }

   .boxcartbody_left b,  .boxcartbody_left strong {
 	color:unset !important;
 	display: block;
 }