@font-face {
    font-family: "iconFont";

    src: url("../fonts/iconFont.eot?-j1mmmu");
    src: url("../fonts/iconFont.woff?-j1mmmu") format("woff");

    font-weight: normal;
    font-style: normal;
}

[class^="iconFont-"],
[class*=" iconFont-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "iconFont" !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;
}

.iconFont-merch-icon:before {
    content: "\e90d";
}
.iconFont-food-beverage-icon:before {
    content: "\e90e";
}
.iconFont-dropdown_arrows:before {
    content: "\e90c";
}
.iconFont-plus:before {
    content: "\e90a";
}
.iconFont-minus:before {
    content: "\e90b";
}
.iconFont-flip:before {
    content: "\e909";
}
.iconFont-alert_triangle:before {
    content: "\e908";
}
.iconFont-no_landscape:before {
    content: "\e907";
}
.iconFont-check_circle:before {
    content: "\e906";
}
.iconFont-apple_pay:before {
    content: "\e905";
}
.iconFont-trashcan:before {
    content: "\e904";
    color: #606060;
}
.iconFont-actionbar_hamburger:before {
    content: "\e900";
}
.iconFont-actionbar_close:before {
    content: "\e901";
}
.iconFont-actionbar_back:before {
    content: "\e902";
}
.iconFont-actionbar_cart:before {
    content: "\e903";
}
