/*
Theme Name: Krowd Child
Description: Child theme for the Krowd themes
Author: gaviathemes
Template: krowd
*/

/* 在產品頁面中顯示產品折扣百分比 */
.cg-percent {
  font-size: 18px;    /* 設定字體大小為 18 像素 */
  color: #ff0000;     /* 設定文字顏色為紅色 */
  font-weight: bold;  /* 設定文字加粗 */
  /* 可以繼續添加其他樣式設定，視需求而定 */
}
