/* latin-ext */

@font-face {
    font-family: 'IcoMoon-Free';
    src: url('/personalizzazione/css/IcoMoon-Free.ttf?-b7qzp2') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'IcoMoon-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size:120%;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gift:before {
    content: "\e99f";
}
.icon-location2:before {
    content: "\e948";
}
.icon-menu:before {
    content: "\e9bd";
}
.icon-menu2:before {
    content: "\e9be";
}
.icon-menu3:before {
    content: "\e9bf";
}
.icon-menu4:before {
    content: "\e9c0";
}
.icon-ticket:before {
    content: "\e939";
}
.icon-user:before {
    content: "\e923";
}
.icon-search:before {
    content: "\e986";
}
.icon-cart:before {
    content: "\e93a";
}
.icon-home:before {
    content: "\e900";
}
.icon-enter:before {
    content: "\ea13";
}
.icon-exit:before {
    content: "\ea14";
}
.icon-right:before {
    content: "\ea34";
}
.icon-down:before {
    content: "\ea36";
}
.icon-left:before {
    content: "\ea38";
}
.icon-up:before {
    content: "\ea32";
}
.icon-plus:before {
    content: "\ea0a";
}
.icon-minus:before {
    content: "\ea0b";
}

