/* ==========================================
   WooCommerce Custom Style - CJTVietnam
   Tông màu chủ đạo: #00AAE5 | Phong cách: tối giản
========================================== */

/* Box sản phẩm trong danh mục */
ul.products li.product {
  border: 1px solid #00AAE5;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

ul.products li.product .price {
  margin-top: 6px;
}
/* Tiêu đề tab Chi tiết sản phẩm */
.woocommerce-tabs ul.tabs li.description_tab a {
  color: #00AAE5 !important;
  font-size: 22px !important;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
}

/* Ẩn tiêu đề Mô tả trong nội dung tab chi tiết sản phẩm */
.woocommerce-Tabs-panel--description h2:first-child {
  display: none !important;
}
.related-products {
  display: none !important;
}