/* CSS Document */
/* 單一產品介紹 大圖 */
.single-product .product-image .slide * {
  border:0;
}
/* 企業訂購禮盒專區-單一商品介紹-表單樣式 */
.single-product .product_detail_block {
  margin:0;
}
.single-product #myTabContent .product-detail-content {
  padding: 20px 0;
}
.single-product #myTabContent .contact-widget {
  max-width:800px;
  margin:0 auto;
}
/* 單一商品介紹 大圖 */
.single-product .product-image .slide img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
}