/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:26:23 */
/* TBS – Viết hoa chữ cái đầu cho tên thuộc tính */
.single-product table th,
.single-product table td:first-child {
  text-transform: capitalize;
}
/* FIX CỨNG: chữ X viết hoa cho nút Xem thêm / Rút gọn */
body.single-product .tbs-desc-toggle{
  text-transform: none !important;
}
/* TBS – Breadcrumb mobile 1 dòng, dài thì ... */
@media (max-width: 768px){
  .woocommerce-breadcrumb,
  nav.rank-math-breadcrumb,
  nav.breadcrumb,
  .ast-breadcrumbs-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
.single-product .entry-summary p {
  text-transform: none !important;
}
.single-product .tbs-shipping-note{
  line-height: 1.45;
}
.single-product .tbs-shipping-note{
  color:#555;
  font-size:13.5px;
}
.single-product .tbs-shipping-note .icon{
  color:#ff8a00; /* cam thương hiệu */
}
