.lightbox_target_p.active .lightbox_content {
  max-height: 100%;
  max-width: 300px;
}

.lightbox_scroll2 {
  height: 100%;
}

.product_pic_new {
  position: relative;
  width: 100%;
  border: 1px solid #d9d6d6;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product_pic_new img {
  width: 100%;
  height: 200px;
}

.bag_box li {
  zoom: 1;
  clear: both;
  width: 100%;
}

.bag_box li:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.bag_box {
  width: 100%;
}

.bag_box select {
  float: left;
  padding: 0;
  width: 260px;
  height: 40px;
  line-height: 40px;
  color: #0abab5;
  font-size: 20px;
  margin-bottom: 9px;
  border: 3px solid #c7c7c7;
}

.bag_box .ezwaven_btn_green,.bag_box .ezwaven_btn_gray {
  float: left;
  width: 260px;
  line-height: 40px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.bag_box .lightbox_close {
  top: 10px;
}

.product_data2 {
  padding-bottom: 0px;
}

.product_data2 li:last-child {
  padding-bottom: 20px;
}

@media screen and (max-height: 550px) {
  .product_pic_new {
  	visibility: hidden;
    height: 0;
  }
  
  .product_data2 li:nth-child(2) {
	padding-top: 0px;
  }
  
  .product_data2 li:first-child {
	padding-top: 0px;
  	visibility: hidden;
    height: 0;
  }
  .product_data2 li:last-child {
	padding-top: 0px;
  	visibility: hidden;
    height: 0;
    padding-bottom: 0px;
  }
}