@font-face {
  font-family: 'trx_addons_icons';
  src: url('../font/trx_addons_icons.eot?44605874#iefix') format('embedded-opentype'),
       url('data:application/octet-stream;base64,d09GRgABAAAAANgsAA8AAAABUfQAAQAB...') format('truetype'),
       url('../font/trx_addons_icons.woff?44605874') format('woff'),
       url('../font/trx_addons_icons.ttf?44605874') format('truetype'),
       url('../font/trx_addons_icons.svg?44605874#trx_addons_icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="trx_addons_icon-"]:before, [class*=" trx_addons_icon-"]:before {
  font-family: "trx_addons_icons";
  font-style: normal;
  font-weight: normal;
  /* Additional styles here */
}

.trx_addons_icon-menu:before {
  content: '\e8bc'; /* This is the Unicode for the hamburger icon */}