/* product detail layout*/
.product_description img {
  max-width:100%;
}

.product_images,
.add_cart {
  float:none;
  display:block;
}

.product_images {
  margin:3em auto;
}

.product_description {
  font-size:16px;
  line-height:1.8;
}
.add_cart {
  width:100%;
}


/*product detail table*/
.l_product_detail {
  width:100%;
}

.l_product_detail th,
.l_product_detail td
{
  padding:0.5em;
  border:1px solid #ccc;
}
