/* Add custom CSS styles below */ 
.product-price::after {
  content: " شامل الضريبة";
  font-size: 14px !important;
  font-weight: 500;
  margin-right: 8px;
  color: #FFD700 !important;
  white-space: nowrap;
}