/**
* Theme Name: Smartic Child
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Duc Pham (Opal Team)</a>
* Template: smartic
* Version: 1.8.4
*/
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star; /* WooCommerce default star font */
}
.star-rating::before {
  content: "★★★★★";
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "★★★★★";
  color: #f5b301;
  position: absolute;
  top: 0;
  left: 0;
}