.comment_rate i {
  font-size: 11px;
  color: #ccc; /* boş yıldız */
  margin-right: 2px;
}
.comment_rate i.filled {
  color: #f5c518; /* dolu yıldız */
}
/*
.urun_fiyati_yok a[title="WhatsApp ile Fiyat Sorun"] {
    padding: .75rem 1rem;
    display: flex;
    margin-top: 1rem;
    background-color: rgba(77, 194, 71, 1);
    border-radius: .5rem;
    color: white;
    text-align: center;
    font-size: 1.375rem;
    align-items: center;
    justify-content: center;
	gap: .25rem;
  	transition: background-color ease-in-out 0.25s;
  
    &:hover{
      background: rgba(77, 194, 71, .9);
    }
  
   	span{
        color: white !important;
    }
  
    svg{
        width: 24px !important;
        height: 24px !important;
    }
}
*/
