@font-face {
    font-family: 'menu-icons';
    src: url('../fonts/menu-icons.eot');
    src: url('../fonts/menu-icons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/menu-icons.woff') format('woff'),
         url('../fonts/menu-icons.ttf') format('truetype'),
         url('../fonts/menu-icons.svg#menu-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='menuicon-']:before{
  display: inline-block;
   font-family: 'menu-icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
/* Menu Icons */
.menuicon-appliances:before{content:'\0041';}
.menuicon-computer:before{content:'\0042';}
.menuicon-discount:before{content:'\0043';}
.menuicon-heart:before{content:'\0044';}
.menuicon-smartphone:before{content:'\0045';}
.menuicon-smart-tv:before{content:'\0046';}
.menuicon-smartwatch:before{content:'\0047';}
.menuicon-smile:before{content:'\0048';}
.menuicon-tablet-computer:before{content:'\0049';}
.menuicon-video-game:before{content:'\004a';}
/* Menu Icons */