@charset "UTF-8";

.product_total_value_point{
  font-weight: bold;
  font-size: 1.6rem;
}
.product_total_value_point::after {
  content: "(10%)";
  display: inline-block;
  font-weight: bold;
  margin-left: 3px;
}