/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:25:09 */
/* TBS – FIX bullet + chữ sau bullet (đè chắc) */
.single-product .entry-content ul,
.single-product .woocommerce-Tabs-panel ul{
  padding-left: 22px !important;
  margin-left: 0 !important;
}

.single-product .entry-content li,
.single-product .woocommerce-Tabs-panel li{
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin: 0 0 10px !important;
}

/* marker (dấu •) đồng size + canh đều */
.single-product .entry-content li::marker,
.single-product .woocommerce-Tabs-panel li::marker{
  font-size: 15px !important;
}
/* TBS – Bullet custom đẹp hơn (tím thương hiệu) */
.single-product .entry-content ul,
.single-product .woocommerce-Tabs-panel ul{
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.single-product .entry-content li,
.single-product .woocommerce-Tabs-panel li{
  position: relative;
  padding-left: 18px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin: 0 0 10px !important;
}

.single-product .entry-content li::before,
.single-product .woocommerce-Tabs-panel li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #853DFF;
}
