@charset "UTF-8";
.ok {
}
/*******************POPUP BOX**************************************/

.box {
	width: 70%;
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	padding: 35px;
	border: 2px solid #fff;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
	z-index: 150;
}


.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 80;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 80;
}

.popup {
	padding: 20px;
	background: #fff;
	width: 75%;
	position: relative;
	transition: all 5s ease-in-out;
	z-index: 150;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: 10%;
	float: left;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	float: left;
}

.popup3 {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 80%;
	position: relative;
	transition: all 5s ease-in-out;
	z-index: 150;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	float: left;
	width: 90%;
}
.popup h1{
	margin-top: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


@media screen and (max-width: 700px){
  .box{
    width: 80%;
  }
  .popup{
	width: 80%;
	z-index: 150;
  }
}


.forms{
	float: left;
	width: 50%;

	height: 450px;
}


/******************************************************************/
.productDetailsInfoBox {
	float: left;
	width: 50%;
	background-color: #EFEDF2;
	height: 450px;
}
.proName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	float: left;
	margin-top: 10%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 5%;
	width: 90%;
}
.proDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	margin-top: 10%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 5%;
	width: 90%;
	line-height: 23px;
}
.proPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	float: left;
	margin-top: 10%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 5%;
	width: 90%;
}
