.pt-food-menu .pt-food-menu-price {
  padding-left: 15px;
  width: 1%;
  font-size: 20px;
  font-size: 1.25rem;
  white-space: nowrap;
  visibility: hidden; /* Hides the existing content */
  position: relative; /* Needed for positioning the pseudo-element */
}

.pt-food-menu .pt-food-menu-price:before {
  content: '★'; /* The star character */
  visibility: visible; /* Makes the star visible */
padding-left:10px;
  position: absolute; /* Positions the star relative to the parent */
  left: 0; /* Aligns the star to the left */
  top: 0; /* Aligns the star to the top */
}

.sidemenu .copyright {display:none !important;}