@font-face {
  font-family: 'ElegantIcons';
  src:url('fonts/ElegantIcons.eot');
  src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
    url('fonts/ElegantIcons.woff') format('woff'),
    url('fonts/ElegantIcons.ttf') format('truetype'),
    url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'megamenu-icon';
  src:  url('fonts/megamenu-icon.eot?pp4b80');
  src:  url('fonts/megamenu-icon.eot?pp4b80#iefix') format('embedded-opentype'),
    url('fonts/megamenu-icon.ttf?pp4b80') format('truetype'),
    url('fonts/megamenu-icon.woff?pp4b80') format('woff'),
    url('fonts/megamenu-icon.svg?pp4b80#megamenu-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="megamenu-icon-"], [class*=" megamenu-icon-"],
.booMegaMenuGear:before{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'megamenu-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.megamenu-icon-cog-wheel-silhouette:before {
  content: "\e900";
}