.icons{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.menu_open:before{
  content: '\e9bd';
}
.shopping_bag:before{
  content: '\f1cc';
}
.star:before{
  content: '\e838';
}
.star_outline:before{
  content: '\f06f';
}
.star_half:before{
  content: '\e839';
}
.trending_flat:before{
  content: '\e8e4';
}
.call:before{
  content: '\e0b0';
}
.mail:before{
  content: '\e158';
}
