@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?uwo9a6');
  src:  url('fonts/icomoon.eot?uwo9a6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?uwo9a6') format('truetype'),
    url('fonts/icomoon.woff?uwo9a6') format('woff'),
    url('fonts/icomoon.svg?uwo9a6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-non-veg-1:before {
  content: "\e900";
  color: #be360d;
}
.icon-veg-1:before {
  content: "\e901";
  color: #008300;
}
.icon-halal-icon .path1:before {
  content: "\e902";
  color: rgb(255, 255, 255);
}
.icon-halal-icon .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-halal-icon .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-halal-icon .path4:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-vegan:before {
  content: "\e906";
}
.moon {
    font-family: "icomoon";
    font-size:20px;
}
.moon_901::before {
    color: #008300;
    content: '\e901';
    font-size: 25px;
    font-family: 'icomoon';
}

.moon_900::before {
    content: '\e900';
    color: #be360d;
    font-size: 25px;
    font-family: 'icomoon';
}

.moon_902::before {
    content: '\e902';
    color: #008300;
    font-size: 25px;
    font-family: 'icomoon';
}

.moon_906::before {
    content: '\e906';
    color: #008300;
    font-family: 'icomoon';
    font-size: 25px;
}