@font-face {
    font-family: 'foodcloud';
    src: url('./foodcloud.eot?3138272');
    src: url('./foodcloud.eot?3138272#iefix') format('embedded-opentype'),
    url('./foodcloud.woff2?3138272') format('woff2'),
    url('./foodcloud.woff?3138272') format('woff'),
    url('./foodcloud.ttf?3138272') format('truetype'),
    url('.//foodcloud.svg?3138272#foodcloud') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'foodcloud';
    src: url('../fonts/foodcloud.svg?3138272#foodcloud') format('svg');
  }
}
*/


[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "foodcloud";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-food-category-icons_ambient-products_icon:before { content: '\e800'; } /* '' */
.icon-food-category-icons_bakery_icon:before { content: '\e801'; } /* '' */
.icon-food-category-icons_beverages,-excluding-dairy-products_icon:before { content: '\e802'; } /* '' */
.icon-food-category-icons_cereals_icon:before { content: '\e803'; } /* '' */
.icon-food-category-icons_chilled-products_icon:before { content: '\e804'; } /* '' */
.icon-food-category-icons_confectionery_icon:before { content: '\e805'; } /* '' */
.icon-food-category-icons_dairy_icon:before { content: '\e806'; } /* '' */
.icon-food-category-icons_eggs-and-egg-products_icon:before { content: '\e807'; } /* '' */
.icon-food-category-icons_fish_icon:before { content: '\e808'; } /* '' */
.icon-food-category-icons_fresh-fruit-and-veg_icon:before { content: '\e809'; } /* '' */
.icon-food-category-icons_frozen-products_icon:before { content: '\e80a'; } /* '' */
.icon-food-category-icons_general_icon:before { content: '\e80b'; } /* '' */
.icon-food-category-icons_groceries_icon:before { content: '\e80c'; } /* '' */
.icon-food-category-icons_meat_icon:before { content: '\e80d'; } /* '' */
.icon-food-category-icons_non-food_icon:before { content: '\e80e'; } /* '' */
.icon-food-category-icons_prepared-foods_icon:before { content: '\e80f'; } /* '' */
.icon-storage-classification-ambient:before { content: '\e810'; } /* '' */
.icon-storage-classification-chilled:before { content: '\e811'; } /* '' */
.icon-storage-classification-frozen:before { content: '\e812'; } /* '' */
.icon-storage-classification-hot:before { content: '\e813'; } /* '' */

[class^="icon-storage"]:before, [class*=" icon-storage"]:before {
    font-size:2em;
}