@charset "utf-8";
/* unlimited-12 */
.product-body{
  position: relative;
  z-index: 1;
  width:100%;
}
.product-body img{
  width:100%;
}
.product-footer{
  position: absolute;
  top:70% !important;
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

