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

[class^="icon-"], [class*=" icon-"] {
    /* 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-certified:before {
    content: "\e905";
}
.icon-cart-shop:before {
    content: "\e906";
}
.icon-hands:before {
    content: "\e907";
}
.icon-recycle:before {
    content: "\e908";
}
.icon-stock:before {
    content: "\e909";
}
.icon-tower:before {
    content: "\e90a";
}
.icon-beer:before {
    content: "\e900";
}
.icon-chain:before {
    content: "\e901";
}
.icon-chart:before {
    content: "\e902";
}
.icon-pencil:before {
    content: "\e903";
}
.icon-sun:before {
    content: "\e904";
}

