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

#recipe-carousel .slick-arrow:before,
.form-checkbox label:before,
.select2-selection__arrow:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-arrow-up:before {
  content: "\e900";
}
.select2-selection__arrow:before,
.icon-arrow-down:before {
  content: "\e901";
}
#recipe-carousel .slick-prev:before,
.icon-arrow-left:before {
  content: "\e916";
}
#recipe-carousel .slick-next:before,
.icon-arrow-right:before {
  content: "\e902";
}
.form-checkbox label:before,
.icon-check:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.icon-subscription:before {
  content: "\e906";
}
.icon-calendar-star:before {
  content: "\e907";
}
.icon-most-read:before {
  content: "\e908";
}
.icon-survey:before {
  content: "\e909";
}
.icon-email:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-pin:before {
  content: "\e90c";
}
.icon-user:before {
  content: "\e90d";
}
.icon-website:before {
  content: "\e90e";
}
.icon-order:before {
  content: "\e90f";
}
.icon-download:before {
  content: "\e910";
}
.icon-calendar:before {
  content: "\e911";
}
.icon-calendar-selected:before {
  content: "\e912";
}
.icon-pharmacy:before {
  content: "\e913";
}
.icon-doctor:before {
  content: "\e914";
}
.icon-community:before {
  content: "\e915";
}


