#facebox {
  position: fixed !important;
  z-index: 65560;
  top: 20% !important;
  left: 50% !important;
  margin-left: -300px;
  min-height: 290px;
  width:560px;
  padding: 20px;
  text-shadow: none;
  font-size: 14px;
	font-family: Arial, Tahoma;
	border: 1px solid rgba(51,51,51,.12);
  border-radius: 4px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  background: #fff;
  color: rgba(0,0,0,.87);
}


#facebox .popup{
  display: block;
  width: 100%;
  height: 100%;
	padding-top: 50px;
}

#facebox .content {
  display:table;
/*  width: 370px; */
  width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
  margin: 5px auto 10px;
}

h2.facebox-title {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  margin: -10px 0 10px 0;
  color: green;
  font-weight: 500;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:10px;
  right:10px;
  width:14px;
  height:15px;
	text-align: center;
  background:url(../images/facebox/iconclose.png) repeat scroll -16px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
#facebox .close:hover{
  background: url(../images/facebox/iconclose.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  z-index: 65558;
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
	opacity:0.3;
}

.facebox-btn-shopping {
  width: 200px !important;
  height: 33px;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 10px 0 0;
	border-radius: 3px;
	border: 2px solid green;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-color: transparent;
	line-height: 30px;
	font-size: 16px;
	position: absolute;
	margin-top: 180px;
}

.facebox-btn-shopping a {
  text-decoration: none;
	color: green;
  font-weight: 400;
}

.facebox-btn-shopping a:hover {
  text-decoration: none;
  font-weight: 600;
	color: #035303;
}

.facebox-btn-cart {
  width: 200px !important;
  height: 33px;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 10px 0 0;
	border-radius: 3px;
	border: 2px solid #ff8247;
	background-color: #ff8247;
	line-height: 30px;
	font-size: 16px;
	position: absolute;
	margin-top: 180px;
	margin-left: 350px;
}

.facebox-btn-cart:hover {
	background-color: #DF6227;
	border: 2px solid #DF6227;	
}

.facebox-btn-cart a {
  text-decoration: none;
  color: #fff;
	font-weight: 300;
}

.facebox-btn-cart a:hover {
  text-decoration: none;
	font-weight: 400;
}
