@font-face {
    font-family: 'icomoon';
    src:
        url('/font/icomoon.ttf?u3uq3n') format('truetype'),
        url('/font/icomoon.woff?u3uq3n') format('woff'),
        url('/font/icomoon.svg?u3uq3n#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-chevron-thin-left:before {
    content: "\e909";
}
.icon-chevron-thin-right:before {
    content: "\e90a";
}
.icon-arrow-bold-right:before {
    content: "\e908";
}
.icon-checkmark:before {
    content: "\e904";
}
.icon-envelope:before {
    content: "\e905";
}
.icon-ico-servizi:before {
    content: "\e903";
}
.icon-ico-trituratori:before {
    content: "\e902";
}
.icon-ico-pompe-sommerse:before {
    content: "\e901";
}
.icon-ico-circolatori:before {
    content: "\e906";
}
.icon-ico-sostituzione:before {
    content: "\e907";
}
.icon-search:before {
    content: "\e900";
}

