@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
    a:focus {
        outline: thin dotted;
    }

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "“" "”" "‘" "’";
}

    /**
 * Address inconsistent and variable font size in all browsers.
 */
    q:before,
    q:after {
        content: "";
        content: none;
    }

small, .small {
    font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

    ul#menu-head {
        margin: 0;
    }

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
    padding: 0 0 0 40px;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix, .cf {
    zoom: 1;
}

    .clearfix:before, .clearfix:after, .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .clearfix:after, .cf:after {
        clear: both;
    }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
    font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
    font-style: italic;
}

body {
    color: #fff;
    background-color: #fcaf17;
    font-family: Georgia,"Times New Roman",Times,serif;
}

    body a {
        color: #fff;
    }

    body #container {
        max-width: 100%;
        overflow: hidden;
        /*Unbranded header*/
    }

        body #container .wrap {
            width: 70%;
            margin: auto;
        }

@media (max-width: 1030px) {
    body #container .wrap {
        width: 85%;
    }
}

@media (max-width: 768px) {
    body #container .wrap {
        width: 90%;
    }
}

body #container #logo img {
    width: 120px;
}

body #container header {
    background-image: url('/assets/css/client/d92f182e-205c-4a37-886f-c1e1be03f0fe/header-bg.webp');
    min-height: 500px;
    text-align: left;
    height: initial;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #838383;
    background-size:cover;
}

    body #container header.sticky {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

    body #container header #inner-header {
        position: relative;
        /*social toolbar display start*/
        /*social toolbar display end*/
    }

        body #container header #inner-header h1 {
            text-align: left;
            margin: 10px 0;
            font-size: 1.75em;
            color: inherit;
        }

@media (max-width: 768px) {
    body #container header #inner-header h1 {
        font-size: 1.2em;
    }
}

@media (max-width: 481px) {
    body #container header #inner-header h1 {
        font-size: calc(20px + 12 * (100vw - 300px) / 1300);
    }
}

body #container header #inner-header #social-share {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    display: none;
}

@media (max-width: 768px) {
    body #container header #inner-header #social-share {
        display: block;
        margin-top: 12px;
    }
}

body #container header #inner-header #social-share i {
    color: inherit;
}

body #container header #inner-header #social-toolbar {
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 10px 0;
}

@media (max-width: 768px) {
    body #container header #inner-header #social-toolbar {
        margin: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        float: none;
        width: 100%;
        z-index: 10;
        display: none;
        background-color: inherit;
        font-size: 5vw;
    }

        body #container header #inner-header #social-toolbar.sticky {
            display: none;
        }

        body #container header #inner-header #social-toolbar.modal {
            display: block;
        }

        body #container header #inner-header #social-toolbar .toolbarInner {
            width: fit-content;
            display: block;
            justify-content: space-between;
            background-color: inherit;
            text-align: center;
            margin: auto;
        }

            body #container header #inner-header #social-toolbar .toolbarInner a {
                width: fit-content;
                margin: 20px auto;
                display: block;
                color: #fff;
            }

                body #container header #inner-header #social-toolbar .toolbarInner a.closeSocial {
                    display: block;
                }

                body #container header #inner-header #social-toolbar .toolbarInner a i {
                    padding: 0.4em;
                }
}

body #container header #inner-header #social-toolbar .toolbarInner .instructions {
    display: none;
}

@media (max-width: 768px) {
    body #container header #inner-header #social-toolbar .toolbarInner .instructions {
        display: block;
        color: #fff;
        font-size: 14px;
    }
}

body #container header #inner-header #social-toolbar .toolbarInner a.whatsAppShare {
    display: none;
}

@media (max-width: 768px) {
    body #container header #inner-header #social-toolbar .toolbarInner a.whatsAppShare {
        display: block;
    }
}

body #container header #inner-header #social-toolbar .toolbarInner a.closeSocial {
    display: none;
}

body #container header #inner-header #social-toolbar .toolbarInner a i {
    margin: 0.2em;
    background-color: #fff;
    color: #363742;
    padding: 0.3em;
    border-radius: 50%;
    -webkit-transition: -background-color, color 0.2s ease-in-out;
    -o-transition: -background-color, color 0.2s ease-in-out;
    transition: background-color, color 0.2s ease-in-out;
}

    body #container header #inner-header #social-toolbar .toolbarInner a i.fa-facebook-f {
        width: 1.6em;
        text-align: center;
    }

body #container header #inner-header #social-toolbar .toolbarInner a:hover i {
    color: #fff;
    transform: scale(105%);
}

    body #container header #inner-header #social-toolbar .toolbarInner a:hover i.fa-facebook-f {
        background-color: #4267b2;
    }

    body #container header #inner-header #social-toolbar .toolbarInner a:hover i.fa-twitter {
        background-color: #04abeb;
    }

    body #container header #inner-header #social-toolbar .toolbarInner a:hover i.fa-pinterest {
        background-color: #ca2027;
    }

    body #container header #inner-header #social-toolbar .toolbarInner a:hover i.fa-linkedin {
        background-color: #007bb6;
    }

    body #container header #inner-header #social-toolbar .toolbarInner a:hover i.fa-envelope {
        background: #0a767a;
    }

    body #container header #inner-header #social-toolbar .toolbarInner a:hover i.fab.fa-whatsapp {
        background: #25D366;
    }

body #container header #inner-header #social-toolbar.sticky {
    right: 0;
    left: inherit;
}

body #container #content .article-header.banded {
    display: none;
}

body #container #content #inner-content #main article {
    position: relative;
    padding-bottom:1vh;
}

    body #container #content #inner-content #main article:before {
        content: "";
        display: block;
        background-image: url(/assets/css/client/d92f182e-205c-4a37-886f-c1e1be03f0fe/pattern-brush-primary.svg);
        position: absolute;
        height: 50px;
        right: 0;
        top: -10vh;
        background-repeat: repeat;
        left: -100px;
        z-index: 2;
    }

    body #container #content #inner-content #main article:after {
        content: "";
        display: block;
        background-image: url(/assets/css/client/d92f182e-205c-4a37-886f-c1e1be03f0fe/pattern-brush-tertiary.svg);
        position: absolute;
        height: 50px;
        right: 0;
        bottom: -1vh;
        background-repeat: repeat;
        left: -100px;
        z-index: 2;
    }

body #container #clientLogo {
    float: right;
    max-width: 100px;
    margin-top: 1.3vw;
}

body #container #headerBGImgContainer {
    height: 150px;
    overflow: hidden;
    width: 100%;
    position: absolute;
}

body #container #headerBGImg {
    width: 100%;
    height: 150px;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-position: center;
}

/*social toolbar display start*/
#social-share {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    display: none;
}

@media (max-width: 768px) {
    #social-share {
        display: block;
        margin-top: 12px;
    }
}

#social-toolbar {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 10px 0;
}

@media (max-width: 768px) {
    #social-toolbar {
        margin: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        float: none;
        width: 100%;
        z-index: 10;
        display: none;
        /*font-size: 5vw;*/
    }

        #social-toolbar.modal {
            display: block;
            background-color: inherit;
        }

        #social-toolbar .toolbarInner {
            width: fit-content;
            display: block;
            justify-content: space-between;
            text-align: center;
            margin: auto;
        }

            #social-toolbar .toolbarInner a {
                width: fit-content;
                margin: 20px auto;
                display: block;
            }

                #social-toolbar .toolbarInner a.closeSocial {
                    display: block;
                }

                #social-toolbar .toolbarInner a i {
                    padding: 0.4em;
                }
}

#social-toolbar .toolbarInner .instructions {
    display: none;
    color: #323538;
}

@media (max-width: 768px) {
    #social-toolbar .toolbarInner .instructions {
        display: block;
        /*font-size: 14px;*/
    }
}

#social-toolbar .toolbarInner a.whatsAppShare {
    display: none;
}

@media (max-width: 768px) {
    #social-toolbar .toolbarInner a.whatsAppShare {
        display: block;
    }
}

#social-toolbar .toolbarInner a.closeSocial {
    display: none;
}

#social-toolbar .toolbarInner a i {
    margin: 0.2em;
    padding: 0.3em;
    border-radius: 50%;
    -webkit-transition: -background-color, color 0.2s ease-in-out;
    -o-transition: -background-color, color 0.2s ease-in-out;
    transition: background-color, color 0.2s ease-in-out;
}

    #social-toolbar .toolbarInner a i.fa-facebook-f {
        width: 1.6em;
        text-align: center;
    }

#social-toolbar .toolbarInner a:hover i {
    transform: scale(105%);
}

    #social-toolbar .toolbarInner a:hover i.fa-facebook-f {
        background-color: #4267b2;
    }

    #social-toolbar .toolbarInner a:hover i.fa-twitter {
        background-color: #04abeb;
    }

    #social-toolbar .toolbarInner a:hover i.fa-pinterest {
        background-color: #ca2027;
    }

    #social-toolbar .toolbarInner a:hover i.fa-linkedin {
        background-color: #007bb6;
    }

    #social-toolbar .toolbarInner a:hover i.fa-envelope {
        background: #0a767a;
    }

    #social-toolbar .toolbarInner a:hover i.fab.fa-whatsapp {
        background: #25D366;
    }

@media (max-width: 768px) {
    #social-toolbar.sticky {
        left: 0;
    }
}

/*social toolbar display end*/
body #container #content {
    /*margin-top:50px;*/
    /*sliders, not checkboxes*/
    /*Start Searching Formatting*/
}

@media (max-width: 768px) {
    body #container #content {
        margin-top:25px;
    }
}

body #container #content section {
    margin-top: 50px;
}

@media (max-width: 768px) {
    body #container #content section {
        margin-top: 30px;
    }
}

body #container #content .btn {
    background-color: #ed254e;
    border: 1px solid inherit;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 0.9em;
    font-size: 1em;
    line-height: 34px;
    font-weight: normal;
    padding: 0.5em 1em;
    cursor: pointer;
    -webkit-transition: background-color 0.14s ease-in-out;
    -o-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
}

    body #container #content .btn:hover {
    }

        body #container #content .btn:hover:after {
            display: none;
        }

body #container #content #MenuTitle {
    padding: 0 0.5em;
    display: table;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 768px) {
    body #container #content #MenuTitle {
        display: none;
    }
}

body #container #content #MenuTitle .titleItem, body #container #content #MenuTitle .titleAllergen, body #container #content #MenuTitle .titleOptions, body #container #content #MenuTitle .customHeader {
    display: table-cell;
    padding: 0;
    text-align: center;
}

body #container #content #MenuTitle .titleItem {
    width: 30%;
}

    body #container #content #MenuTitle .titleItem.extra {
        width: 25%;
    }

body #container #content #MenuTitle .titleAllergen {
    width: 40%;
}

    body #container #content #MenuTitle .titleAllergen.extra {
        width: 25%;
    }

body #container #content #MenuTitle .titleOptions {
    width: 30%;
}

    body #container #content #MenuTitle .titleOptions.extra {
        width: 25%;
    }

body #container #content #MenuTitle #MenuTitle h3 {
    margin: 0.25em 0;
}

body #container #content .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 19px;
    /* Hide default HTML checkbox */
    /* The slider */
}

    body #container #content .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        body #container #content .switch input:checked + .slider {
            background-color: #76c8b2;
        }

            body #container #content .switch input:checked + .slider:before {
                -webkit-transform: translateX(16px);
                -ms-transform: translateX(16px);
                transform: translateX(16px);
            }

    body #container #content .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #838383;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        body #container #content .switch .slider.round {
            border-radius: 34px;
            border: 1px solid rgba(195, 195, 195, 0.3);
        }

            body #container #content .switch .slider.round:before {
                border-radius: 50%;
            }

        body #container #content .switch .slider:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 4px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

body #container #content #collapsedOptions {
    float: right;
    max-width: 50%;
    margin-left: 0.5em;
    margin-top: 0.5em;
}

    body #container #content #collapsedOptions div {
        height: 23px;
    }

@media (max-width: 481px) {
    body #container #content #collapsedOptions {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

body #container #content .collapsedCBContainer {
    display: none;
}

@media (max-width: 768px) {
    body #container #content .collapsedCBContainer {
        display: block;
    }

        body #container #content .collapsedCBContainer.hidden {
            display: none;
        }
}

@media (max-width: 481px) {
    body #container #content .blocksCBContainer {
        display: none;
    }
}

@media (max-width: 768px) {
    body #container #content .optionsCBContainer.hidden, body #container #content .ingredientsCBContainer.hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    body #container #content .scrollableCBContainer {
        display: none;
    }
}

body #container #content .searching .menuItem:not(.headerRow):not(.searchPresent), body #container #content .searching.blocks .menuItem.blocks:not(.headerRow):not(.searchPresent) {
    display: none;
}

body #container #content #searchContainer {
    position: relative;
    display: block;
    margin: 1.5em 0;
}

    body #container #content #searchContainer #searchLabel {
        display: block;
        margin-top: 5px;
    }

    body #container #content #searchContainer input {
        height: 40px;
        line-height: 1em;
        padding: 0;
        margin-bottom: 0;
        font-size: 1em;
        color: inherit;
        border-radius: 3px;
        vertical-align: middle;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        max-width: 400px;
        font-family: inherit;
        background-color: transparent;
        border: 1px solid #838383;
        width: 100%;
        text-indent: 10px;
    }

@media (max-width: 768px) {
    body #container #content #searchContainer input {
        max-width: inherit;
    }
}

body #container #content #searchContainer .clear {
    position: relative;
    right: 30px;
    top: 5px;
    font-size: 1.5em;
    cursor: pointer;
    color: #838383;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

@media (max-width: 768px) {
    body #container #content #searchContainer .clear {
        position: absolute;
        right: 2.5vw;
        top: 8px;
    }
}

@media (max-width: 768px) {
    body #container #content #searchContainer .clear.searchIcon {
        top: auto;
        bottom: 8px;
    }
}

body #container #content #searchContainer .clear.show {
    opacity: 1;
}

body #container #content #menuContainer {
    margin-top: 2em;
}

@media (max-width: 768px) {
    body #container #content .m-all {
        float: none;
    }
}

body #container #menuContainer .menuItem {
    overflow: hidden;
    padding: 7px 0;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    display: table;
    width: 100%;
    border-bottom: 5px solid transparent;
    position: relative;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 7px 0;
    -webkit-border-horizontal-spacing: 5px;
    -webkit-border-vertical-spacing: 0;
    background-color: inherit;
    /*Menu Ingredients Tab START*/
}


@media (max-width: 768px) {
    body #container #menuContainer .menuItem {
        padding: 7px 0;
    }
}

body #container #menuContainer .menuItem.newRow {
    display: none;
}

body #container #menuContainer .menuItem.highlight .itemDetails:after {
    content: " *";
    position: absolute;
    top: 5px;
    left: 5px;
}
body #container #menuContainer .menuItem.highlight .itemDetails, body #container #menuContainer .menuItem.highlight .allergenInfo a .allergenName,
body #container #menuContainer .menuItem.highlight .optionInfo a .allergenName {
    color: #66371d;
}
    body #container #menuContainer .menuItem.highlight .itemDetails .itemDescription {
    border-top:1px solid #66371d;
    }

    @media (min-width: 768px) {
        body #container #menuContainer .menuItem.highlight .allergenInfo:not(.empty):hover {
        background: #eed0d0;
    }
}

@media (min-width: 768px) {
    body #container #menuContainer .menuItem.highlight .optionInfo:not(.empty):hover {
        border: 1px solid rgba(227, 228, 228, 0.4);
    }
}

body #container #menuContainer .menuItem.highlight, body #container #menuContainer .menuItem.featured.highlight {
    background: #f5e2e2;
    border-bottom: 5px solid #9f3939;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.highlight, body #container #menuContainer .menuItem.featured.highlight {
        margin-bottom: 3px;
    }
}

body #container #menuContainer .menuItem.highlight .ingredients, body #container #menuContainer .menuItem.featured.highlight .ingredients {
    color: #fff;
}

body #container #menuContainer .menuItem:last-child {
    border-bottom: none;
}

body #container #menuContainer .menuItem div {
    vertical-align: top;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem div {
        display: inline-block;
        margin: 0;
        text-align: center;
    }
}

@media (max-width: 481px) {
    body #container #menuContainer .menuItem div {
        padding: 0;
        margin: 0;
    }
}

body #container #menuContainer .menuItem .item-highlight {
    display: none;
}

body #container #menuContainer .menuItem .itemDetails {
    font-weight: bold;
    display: table-cell;
    padding: 0 0.5em;
    width: 30%;
    vertical-align: middle;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem .itemDetails {
        width: 89%;
        display: inline-block;
        margin-right: 0;
        border-radius: 0;
        margin-left: 15px;
        padding-right: 1.5em;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
supported by Chrome, Opera and Firefox */
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem .itemDetails {
        display: inline-block;
        width: 100%;
    }

        body #container #menuContainer .menuItem .itemDetails.hasIngredients {
            margin-bottom: 10px;
        }
}

@media (max-width: 481px) {
    body #container #menuContainer .menuItem .itemDetails {
        width: 100%;
    }
}

body #container #menuContainer .menuItem .itemDetails .itemPrice {
    display: inline;
    margin-left: 0.5em;
    font-size: 0.9em;
}

body #container #menuContainer .menuItem .itemDetails .itemDescription {
    display: block;
    margin-top: 0.5em;
    font-size: 0.9em;
    font-style: italic;
    border-top: 1px solid #fff;
}

    body #container #menuContainer .menuItem .itemDetails .itemDescription.empty {
        border: none;
        margin-top: 0;
        display: none;
    }

        body #container #menuContainer .menuItem .itemDetails .itemDescription.empty .itemEnergy {
            margin-left: 0px;
        }

    body #container #menuContainer .menuItem .itemDetails .itemDescription .itemEnergy {
        margin-left: 4px;
    }

body #container #menuContainer .menuItem .itemDetails .itemPrice, body #container #menuContainer .menuItem .itemDetails .itemDescription {
    font-weight: normal;
}

body #container #menuContainer .menuItem:not(.headerRow) {
    /*styling for minor allergens with images and without*/
}

    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo, body #container #menuContainer .menuItem:not(.headerRow) .customInfo {
        border: 1px solid rgba(57, 79, 82, 0);
        border-radius: 5px;
    }

        body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a {
            cursor: pointer;
            text-decoration: none;
            display: inherit;
            text-align: center;
            padding: 0.25em;
            width: 75px;
            vertical-align: top;
            height: 83px;
            border: 1px solid transparent;
            border-radius: 5px;
            -moz-transition: border 0.2s ease-in-out;
            -webkit-transition: border 0.2s ease-in-out;
            -o-transition: border 0.2s ease-in-out;
            transition: border 0.2s ease-in-out;
            -webkit-tap-highlight-color: rgba(0, 161, 159, 0.49);
        }

            body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a img, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a img, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a img {
                display: inherit;
                margin: 0 auto;
                /*padding: 0px;*/
                max-width: inherit;
                width: 28px;
            }

            body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a span, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a span, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a span {
                font-size: 0.8em;
                display: block;
                font-weight: bold;
                line-height: 15px;
            }

                body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a span.key, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a span.key, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a span.key {
                    margin-top: 10px;
                }

                    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a span.key.last-child, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a span.key.last-child, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a span.key.last-child {
                        margin-top: 0;
                    }

            body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a .allergenName, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a .allergenName, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a .allergenName {
                display: block;
                margin-top: 10px;
            }

                body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a .allergenName.hidden, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a .allergenName.hidden, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a .allergenName.hidden {
                    display: none;
                }

                body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a .allergenName .allergenDescription, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a .allergenName .allergenDescription, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a .allergenName .allergenDescription {
                    font-weight: normal;
                    font-weight: normal;
                    line-height: 1.3em;
                }

                    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a .allergenName .allergenDescription .mayContain, body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo a .allergenName .allergenDescription .trace, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a .allergenName .allergenDescription .mayContain, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo a .allergenName .allergenDescription .trace, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a .allergenName .allergenDescription .mayContain, body #container #menuContainer .menuItem:not(.headerRow) .customInfo a .allergenName .allergenDescription .trace {
                        display: inline;
                        margin-left: 3px;
                    }

        body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem {
            /*Customise images in minor allergens*/
        }

            body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .customIcon, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .customIcon, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .customIcon {
                border-radius: 35px;
                width: 28px;
                height: 28px;
                margin: auto;
            }

@media (max-width: 1240px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .customIcon, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .customIcon, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .customIcon {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 481px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .customIcon, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .customIcon, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .customIcon {
        width: 28px;
        height: 28px;
    }
}

body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .customIcon .iconAbbrevSpan, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .customIcon .iconAbbrevSpan, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .customIcon .iconAbbrevSpan {
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
    margin: auto;
    display: block;
    line-height: 28px;
}

@media (max-width: 481px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .customIcon .iconAbbrevSpan, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .customIcon .iconAbbrevSpan, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .customIcon .iconAbbrevSpan {
        line-height: 29px;
    }
}

body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .customIcon img, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .customIcon img, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .customIcon img {
    width: 20px;
    padding-top: 2px;
}

@media (max-width: 1240px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .customIcon img, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .customIcon img, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .customIcon img {
        width: 18px;
        padding-top: 3px;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .allergenName, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .allergenName, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .allergenName {
        margin-top: 14px;
    }
}

@media (max-width: 481px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .customIconItem .allergenName, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .customIconItem .allergenName, body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem .allergenName {
        margin-top: 4px;
    }
}

body #container #menuContainer .menuItem:not(.headerRow) .itemDetails {
    border-radius: 5px;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .itemDetails {
        display: inline-block;
        width: 93%;
    }

        body #container #menuContainer .menuItem:not(.headerRow) .itemDetails.hasIngredients {
            margin-bottom: 10px;
        }
}

@media (max-width: 481px) {
    body #container #menuContainer .menuItem:not(.headerRow) .itemDetails {
        padding-bottom: 0.5em;
        width: 88%;
    }
}

body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo {
    display: table-cell;
    width: 40%;
}

@media (min-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo:not(.empty):hover {
        background: #c98d17;
        border: 1px solid #838383;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo {
        width: 100%;
        display: inline-table;
        margin: 0;
    }
}

body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo.highlight {
    /*color: $white;
  background: none;
  background-color: #8a4860;
  border-radius: 27px;*/
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .allergenItem {
        padding: 0.25em;
        margin: 0 0.1em;
        width: 56px;
    }

        body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .allergenItem .allergenName {
            display: block;
        }
}

body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .allergenItem.selected {
    background: none;
    background-color: #e7bdbd;
    border: 1px solid #9f3939;
}

body #container #menuContainer .menuItem:not(.headerRow) .optionInfo {
    display: table-cell;
    width: 30%;
}

@media (min-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .optionInfo:not(.empty):hover {
        border: 1px solid #838383;
    }
}

body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .optionItem.selected {
    background-color: #b4e1d5;
    border: 1px solid #52b99e;
    border-radius: 5px;
    background-image: none;
    color: #66371d;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .optionItem {
        padding: 0.25em;
        margin: 0 0.1em;
        width: 56px;
        height: 101px;
    }

        body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .optionItem span {
            line-height: 13px;
        }

        body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .optionItem .allergenName {
            display: block;
        }
}

body #container #menuContainer .menuItem:not(.headerRow) .optionInfo.highlight {
    /*background-color: darken($option-colour,3%);
  border: 1px solid #b7c5d2;
  border-radius: 5px;
  background-image: none;*/
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .optionInfo {
        width: 100%;
        display: inline-table;
        margin: 0;
    }
}

body #container #menuContainer .menuItem:not(.headerRow) .customInfo {
    display: table-cell;
    width: 25%;
}

    body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem.selected {
        background-color: #0a767a;
        border: 1px solid #b7c5d2;
        border-radius: 27px;
    }

@media (min-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .customInfo .customIconItem {
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .customInfo {
        min-height: 83px;
    }

        body #container #menuContainer .menuItem:not(.headerRow) .customInfo.empty {
            height: 0;
        }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow) .customInfo {
        width: 100%;
        display: inline-table;
        margin: 0;
    }
}

body #container #menuContainer .menuItem:not(.headerRow) .ingredients {
    display: table-row;
    padding: 0 0.5em;
}

    body #container #menuContainer .menuItem:not(.headerRow) .ingredients h4 {
        font-size: 100%;
        margin: 0.5em 0;
    }

    body #container #menuContainer .menuItem:not(.headerRow) .ingredients.inlineIngredients {
        padding: 0 0.5em;
    }

    body #container #menuContainer .menuItem:not(.headerRow) .ingredients.hidden {
        display: none;
    }

body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .itemDetails, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .allergenInfo, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .optionInfo {
    width: 23%;
}

@media (max-width: 1540px) {
    body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .itemDetails, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .allergenInfo, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .optionInfo {
        margin-left: 1%;
    }

        body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .itemDetails .allergenItem, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .itemDetails .optionItem, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .allergenInfo .allergenItem, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .allergenInfo .optionItem, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .optionInfo .allergenItem, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .optionInfo .optionItem {
            width: 39px;
        }
}

@media (max-width: 1030px) {
    body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .itemDetails .allergenItem img, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .itemDetails .optionItem img, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .allergenInfo .allergenItem img, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .allergenInfo .optionItem img, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .optionInfo .allergenItem img, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .optionInfo .optionItem img {
        width: 35px;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .itemDetails.empty, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .allergenInfo.empty, body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .optionInfo.empty {
        background-color: transparent;
        margin-bottom: 0;
        display: none;
    }
}

body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .customIconItem {
    background: none;
    margin: 0 0.25em;
    padding: 0;
    text-align: center;
    width: 45px;
    vertical-align: top;
    display: inherit;
    cursor: pointer;
}

    body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .customIconItem .customIcon {
        width: 35px;
        height: 35px;
        margin-top: 0;
        display: block;
        font-size: 1em;
        border-radius: 50%;
        margin: 0 auto;
    }

        body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .customIconItem .customIcon .iconAbbrevSpan {
            /*font-family: 'Lato',Arial, sans-serif;*/
            line-height: 35px;
            font-size: 1em;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            display: block;
        }

            body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .customIconItem .customIcon .iconAbbrevSpan.three {
                font-size: 0.8em;
            }

    body #container #menuContainer .menuItem:not(.headerRow).customGroupRow .customIconItem .allergenName {
        color: #323538;
        font-size: 0.8em;
        display: block;
        font-weight: normal;
    }

body #container #menuContainer .menuItem:not(.headerRow).featured {
    position: fixed;
    background: #fff;
    border-radius: 5px;
    padding: 1em 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 50%;
    top: 10%;
    z-index: 1000;
}

    body #container #menuContainer .menuItem:not(.headerRow).featured div {
        vertical-align: top;
    }

    body #container #menuContainer .menuItem:not(.headerRow).featured .featuredClose {
        float: right;
        margin-right: 1em;
        font-size: 1.5em;
    }

    body #container #menuContainer .menuItem:not(.headerRow).featured .itemDetails {
        padding: 1em;
        display: inline-block;
        width: 100%;
        height: inherit;
        font-weight: bold;
        font-size: 1.1em;
    }

        body #container #menuContainer .menuItem:not(.headerRow).featured .itemDetails .itemPrice, body #container #menuContainer .menuItem:not(.headerRow).featured .itemDetails .itemDescription {
            font-weight: normal;
            font-size: 0.9em;
        }

    body #container #menuContainer .menuItem:not(.headerRow).featured .allergenInfo, body #container #menuContainer .menuItem:not(.headerRow).featured .optionInfo {
        width: 100%;
        display: inline-block;
        margin: 1em 0 2em 0;
        height: inherit;
        text-align: center;
    }

        body #container #menuContainer .menuItem:not(.headerRow).featured .allergenInfo a, body #container #menuContainer .menuItem:not(.headerRow).featured .optionInfo a {
            min-height: 100px;
            min-width: 70px;
        }

    body #container #menuContainer .menuItem:not(.headerRow).featured .ingredients {
        display: block;
        padding-bottom: 1em;
    }

    body #container #menuContainer .menuItem:not(.headerRow).featured .ingredientsTab {
        display: none;
    }

@media (min-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow):hover .ingredientsTab.out, body #container #menuContainer .menuItem:not(.headerRow):hover .nutritionTab.out {
        bottom: 0;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow).collapse {
        min-height: 60px;
        max-height: fit-content;
        display: block;
        margin: 7px 0;
        border: 1px solid #ebebeb;
        border-radius: 5px;
    }

        body #container #menuContainer .menuItem:not(.headerRow).collapse .itemDetails:before {
            content: "\f078";
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            right: 1em;
            transition: transform 0.2s linear;
        }

        body #container #menuContainer .menuItem:not(.headerRow).collapse .allergenInfo, body #container #menuContainer .menuItem:not(.headerRow).collapse .optionInfo, body #container #menuContainer .menuItem:not(.headerRow).collapse .customInfo {
            max-height: 0;
            overflow-y: hidden;
            min-height: 0;
            position: relative;
            display: none;
            -webkit-transition: max-height 0.3s ease-in-out;
            -moz-transition: max-height 0.3s ease-in-out;
            -o-transition: max-height 0.3s ease-in-out;
            transition: max-height 0.3s ease-in-out;
        }

        body #container #menuContainer .menuItem:not(.headerRow).collapse .nutritionSummary {
            display: none;
        }

    body #container #menuContainer .menuItem:not(.headerRow).highlight {
        border-bottom: 5px solid #9f3939;
        padding-bottom: 3px;
        /*padding:7px 0 3px 0;*/
    }

        body #container #menuContainer .menuItem:not(.headerRow).highlight .itemDetails:after {
            content: " *";
            /*color: $white;*/
            position: absolute;
            top: 0.8em;
            color: #9f3939;
        }

    body #container #menuContainer .menuItem:not(.headerRow) div {
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
    }

    body #container #menuContainer .menuItem:not(.headerRow) .itemDetails {
        padding: 0 0 0.5em 0;
        text-align: left;
    }

        body #container #menuContainer .menuItem:not(.headerRow) .itemDetails .itemDescription {
            text-align: left;
        }

    body #container #menuContainer .menuItem:not(.headerRow) .item-highlight {
        position: absolute;
        left: 0;
        right: 0;
        height: 5px;
        background-color: transparent;
        top: 0;
        display: block;
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

        body #container #menuContainer .menuItem:not(.headerRow) .item-highlight .made-without-gluten, body #container #menuContainer .menuItem:not(.headerRow) .item-highlight .made-without-gluten-ask {
            background-color: rgb(220, 185, 28);
        }

        body #container #menuContainer .menuItem:not(.headerRow) .item-highlight .vegetarian {
            background-color: rgb(92, 164, 70);
        }

        body #container #menuContainer .menuItem:not(.headerRow) .item-highlight .vegan {
            background-color: rgb(50, 102, 42);
        }

        body #container #menuContainer .menuItem:not(.headerRow) .item-highlight .made-without-dairy, body #container #menuContainer .menuItem:not(.headerRow) .item-highlight .made-without-dairy-ask {
            background-color: rgb(110, 145, 160);
        }

        body #container #menuContainer .menuItem:not(.headerRow) .item-highlight .made-without-nuts-ask {
            background-color: rgb(178, 152, 80);
        }

    body #container #menuContainer .menuItem:not(.headerRow).optionSelected .item-highlight {
        background-color: #bfe5db;
    }

        body #container #menuContainer .menuItem:not(.headerRow).optionSelected .item-highlight div {
            width: 40px;
            height: 5px;
            float: right;
        }

    body #container #menuContainer .menuItem:not(.headerRow).optionSelected.active .item-highlight {
        visibility: hidden;
    }

    body #container #menuContainer .menuItem:not(.headerRow).collapse.active {
        max-height: 1000px;
        height: inherit;
        /*background-color: $white;
    border-color: #d4d4d4;*/
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
    }

        body #container #menuContainer .menuItem:not(.headerRow).collapse.active .nutritionSummary {
            display: inherit;
        }

        body #container #menuContainer .menuItem:not(.headerRow).collapse.active .allergenInfo:not(.empty),
        body #container #menuContainer .menuItem:not(.headerRow).collapse.active .optionInfo:not(.empty),
        body #container #menuContainer .menuItem:not(.headerRow).collapse.active .customInfo:not(.empty) {
            max-height: inherit;
            display: inline-table;
            -webkit-transition: max-height 0.3s ease-in-out;
            -moz-transition: max-height 0.3s ease-in-out;
            -o-transition: max-height 0.3s ease-in-out;
            transition: max-height 0.3s ease-in-out;
        }

        body #container #menuContainer .menuItem:not(.headerRow).collapse.active .allergenInfo, body #container #menuContainer .menuItem:not(.headerRow).collapse.active .optionInfo {
            display: inline-block;
            height: inherit;
            width: 100%;
            text-align: center;
        }

        body #container #menuContainer .menuItem:not(.headerRow).collapse.active .customInfo:not(.empty) {
            min-height: 83px;
        }

        body #container #menuContainer .menuItem:not(.headerRow).collapse.active .itemDetails {
            margin-bottom: 10px;
        }

            body #container #menuContainer .menuItem:not(.headerRow).collapse.active .itemDetails div {
                text-decoration: none;
            }

            body #container #menuContainer .menuItem:not(.headerRow).collapse.active .itemDetails:before {
                transform: rotate(180deg);
            }

        body #container #menuContainer .menuItem:not(.headerRow).collapse.active.featured {
            width: 80%;
            /*left: 5%;*/
            overflow-y: scroll;
            bottom: 5%;
            padding: 5%;
            margin-left: auto;
            margin-right: auto;
        }

            body #container #menuContainer .menuItem:not(.headerRow).collapse.active.featured .featuredClose {
                margin-right: 0;
            }

            body #container #menuContainer .menuItem:not(.headerRow).collapse.active.featured div {
                margin-bottom: 1em;
            }

            body #container #menuContainer .menuItem:not(.headerRow).collapse.active.featured .itemDetails {
                padding: 1em 0 0 0;
                width: 100%;
                margin-bottom: 0;
                margin-left: 0;
            }

                body #container #menuContainer .menuItem:not(.headerRow).collapse.active.featured .itemDetails:before {
                    content: "";
                }
}

@media (max-width: 481px) {
    body #container #menuContainer .menuItem:not(.headerRow) .itemDetails:before {
        right: 1em;
        top: 0.8em;
    }

    body #container #menuContainer .menuItem:not(.headerRow) .itemDetails .itemDescription:not(.empty) {
        margin-bottom: 5px;
        padding-top:5px;
    }

    body #container #menuContainer .menuItem:not(.headerRow).collapse.active .itemDetails:before {
        right: 1em;
        top: 0.8em;
    }

    body #container #menuContainer .menuItem:not(.headerRow).collapse.active.featured {
        width: 95%;
    }

        body #container #menuContainer .menuItem:not(.headerRow).collapse.active.featured .itemDetails:before, body #container #menuContainer .menuItem:not(.headerRow).collapse.active.featured .itemDetails:after {
            top: 60px;
        }

    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo {
        width: 100%;
        margin: 10px 0;
        display: inline-block;
        height: inherit;
        width: 100%;
        text-align: center;
    }

        body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo.empty, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo.empty {
            margin: 0;
            display: block;
        }

        body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .allergenItem, body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .optionItem, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .allergenItem, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .optionItem {
            height: inherit;
        }

            body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .allergenItem span, body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .optionItem span, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .allergenItem span, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .optionItem span {
                margin-top: 0px;
                line-height: 1em;
            }

                body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .allergenItem span .key, body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .optionItem span .key, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .allergenItem span .key, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .optionItem span .key {
                    margin-top: 10px;
                }

                    body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .allergenItem span .key:last-child, body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo .optionItem span .key:last-child, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .allergenItem span .key:last-child, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo .optionItem span .key:last-child {
                        margin-top: 0;
                    }
}

body #container #menuContainer .menuItem:not(.headerRow).hideIngredients .ingredients, body #container #menuContainer .menuItem:not(.headerRow).hideIngredients .ingredientsTab {
    display: none !important;
}

body #container #menuContainer .menuItem:not(.headerRow).hideOptions .optionInfo {
    visibility: hidden;
}

body #container #menuContainer .menuItem.headerRow {
    background: #E9006E;
    color: inherit;
    padding: 5px 0;
    border-bottom: none;
    border-radius:5px;
}

    body #container #menuContainer .menuItem.headerRow h3 {
        margin: 10px 0;
    }

    body #container #menuContainer .menuItem.headerRow .allergenInfo, body #container #menuContainer .menuItem.headerRow .optionInfo, body #container #menuContainer .menuItem.headerRow .customInfo, body #container #menuContainer .menuItem.headerRow .ingredients, body #container #menuContainer .menuItem.headerRow .ingredientsTab, body #container #menuContainer .menuItem.headerRow .nutritionTab {
        display: none;
    }

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.headerRow {
        text-align: left;
        padding: 0;
    }

        body #container #menuContainer .menuItem.headerRow .allergenInfo.empty, body #container #menuContainer .menuItem.headerRow .optionInfo.empty, body #container #menuContainer .menuItem.headerRow .customInfo.empty {
            display: none;
        }

        body #container #menuContainer .menuItem.headerRow .itemDetails {
            margin: 0;
            padding: 0;
        }

            body #container #menuContainer .menuItem.headerRow .itemDetails .itemDescription {
                border-color: #fff;
            }
}

body #container #menuContainer .menuItem.highlight.hidden, body #container #menuContainer .menuItem.hidden:not(.headerRow), body #container #menuContainer .menuItem.show.highlight.hidden, body #container #menuContainer .menuItem.highlight.show {
    height: 2px;
    display: block;
    opacity: 0.8;
    overflow: hidden;
    padding: 0;
    border-top: 3px solid #8a4860;
    min-height: 0;
}

body #container #menuContainer .menuItem.hidden.show:not(.highlight) {
    display: table;
    height: inherit;
    opacity: 1;
    border-top: none;
    padding: 7px 0;
}

@media (min-width: 768px) {
    body #container #menuContainer .menuItem.highlight.hidden:hover, body #container #menuContainer .menuItem.highlight.show:hover {
        display: table;
        height: inherit;
        border-top: none;
    }

    body #container #menuContainer .menuItem.hidden:hover {
        display: table;
        height: inherit;
        border-top: none;
    }
}

body #container #menuContainer .menuItem .ingredientsTab, body #container #menuContainer .menuItem .nutritionTab {
    font-size: 0.7em;
    background: #363742;
    color: white;
    padding: 0.25em 0.5em 0 0.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

    body #container #menuContainer .menuItem .ingredientsTab.out, body #container #menuContainer .menuItem .nutritionTab.out {
        bottom: -5px;
    }

@media (min-width: 768px) {
    body #container #menuContainer .menuItem .ingredientsTab:hover, body #container #menuContainer .menuItem .nutritionTab:hover {
        opacity: 1;
        color: #fff;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem .ingredientsTab {
        opacity: 1;
    }

        body #container #menuContainer .menuItem .ingredientsTab.out {
            bottom: 0;
        }
}

body #container #menuContainer .menuItem .nutritionTab {
    right: 0;
    left: auto;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem .nutritionTab.out {
        bottom: 0;
    }
}

@media (min-width: 768px) {
    body #container #menuContainer .menuItem:not(.headerRow):not(.highlight):hover, body #container #menuContainer .menuItem:not(.headerRow):not(.highlight):nth-child(2n+1):hover {
        background-color: #e19e19;
    }
}

body #container #menuContainer .menuItem:not(.headerRow):not(.highlight) .itemDetails.over, body #container #menuContainer .menuItem:not(.headerRow):not(.highlight) .optionInfo.over, body #container #menuContainer .menuItem:not(.headerRow):not(.highlight) .allergenInfo.over, body #container #menuContainer .menuItem:not(.headerRow):not(.highlight):nth-child(2n+1) .itemDetails.over, body #container #menuContainer .menuItem:not(.headerRow):not(.highlight):nth-child(2n+1) .optionInfo.over, body #container #menuContainer .menuItem:not(.headerRow):not(.highlight):nth-child(2n+1) .allergenInfo.over {
    background-color: #e19e19;
}

body #container #menuContainer .menuItem:not(.headerRow) .itemDetails.over, body #container #menuContainer .menuItem:not(.headerRow) .optionInfo.over, body #container #menuContainer .menuItem:not(.headerRow) .allergenInfo.over {
    border: 1px solid #838383;
}

body #container .small {
    font-size: 0.8em;
    line-height: 16px;
}

@media (max-width: 768px) {
    body #container .small {
        font-size: 10px;
        line-height: 12px;
    }
}

body #container #menuContainer #MenuTitle.blocks {
    display: none;
}

body #container #menuContainer .returnDiv.blocks {
    /*@media (max-width:$width-tablet) {
      grid-template-columns: repeat(2, 1fr);
      font-size: 0.9em;
      grid-row-gap: 0px;
  }

  @media (max-width:$width-mob) {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 10px;
  }*/
}

@media (min-width: 768px) {
    body #container #menuContainer .returnDiv.blocks {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "header" "main";
        grid-gap: 10px;
        grid-row-gap: 30px;
    }
}

@media (max-width: 1540px) {
    body #container #menuContainer .returnDiv.blocks {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) {
        display: inline-block;
        border: 1px solid #838383;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

        body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow).highlight {
            border-bottom: 5px solid #9f3939;
        }

            body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow).highlight.hidden {
                border-top: 3px solid #9f3939;
            }

        body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemImage img {
            margin: auto;
        }
}

body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails {
    /*@media (max-width:$width-tablet) {
      text-align: left;
  }

  @media (max-width:$width-mob) {
      width: 96%;
      margin-left: 0.75em;
  }*/
}

@media (min-width: 768px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails {
        min-height: 70px;
    }
}

@media (min-width: 768px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo {
        display: block;
        padding: 0;
        margin: 1em 0;
        width: 90%;
        margin: 0.5em auto;
        height: inherit;
        text-align: center;
    }
}

@media (min-width: 768px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .allergenItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .optionItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .customIconItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .allergenItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .optionItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .customIconItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .allergenItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .optionItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .customIconItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .allergenItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .optionItem, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .customIconItem {
        display: inline-block;
        width: 70px;
        height: inherit;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .allergenItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .optionItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .customIconItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .allergenItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .optionItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .customIconItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .allergenItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .optionItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .customIconItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .allergenItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .optionItem span, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .customIconItem span {
        font-size: 0.8em;
    }
}

@media (min-width: 768px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .allergenItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .optionItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .itemDetails .customIconItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .allergenItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .optionItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .allergenInfo .customIconItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .allergenItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .optionItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .optionInfo .customIconItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .allergenItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .optionItem img, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow) .customInfo .customIconItem img {
        width: 25px;
    }
}

@media (min-width: 768px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow).customGroupRow .itemDetails, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow).customGroupRow .allergenInfo, body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow).customGroupRow .optionInfo {
        display: block;
        padding: 0;
        margin: 1em 0;
        width: 90%;
        margin: 0.5em auto;
    }
}

body #container #menuContainer .returnDiv.blocks .menuItem.blocks:not(.headerRow).collapse {
    /*@media (max-width:$width-tablet) {
      max-height: 80px;

      height: inherit;
      transition-delay: 2s;
      transition: max-height 0.3s ease-in-out;

      &.emptyDesc {
          max-height: 45px;
      }

      &.active {
          max-height: 1000px;
      }

      .itemDetails {
          margin-bottom: 10px;

          .itemDescription {
              display: block;
          }
      }
  }*/
}

body #container #menuContainer .returnDiv.blocks .menuItem.blocks.headerRow {
    /*.itemDetails {
      @media (max-width:$width-tablet) {
          text-align: left;
      }

      @media (max-width:$width-mob) {
          text-align: left;
          width: 100%;
      }
  }*/
    /*@media (max-width:$width-tablet) {
      grid-column: 1/3;
      width: 100%;
  }

  @media (max-width:$width-mob) {
      grid-column: 1/2;
      width: 100%;
  }*/
}

@media (min-width: 768px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks.headerRow {
        grid-column: 1/5;
        width: 100%;
    }
}

@media (max-width: 1540px) {
    body #container #menuContainer .returnDiv.blocks .menuItem.blocks.headerRow {
        grid-column: 1/5;
        width: 100%;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage {
        padding-top: 0;
        display: block;
    }

        body #container #menuContainer .menuItem.hasImage.imageHidden {
            padding: 0.5em 0;
        }
}

body #container #menuContainer .menuItem.hasImage .itemImage {
    width: 10%;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage .itemImage {
        display: block;
        width: 100%;
    }
}

body #container #menuContainer .menuItem.hasImage .itemImage i {
    display: none;
    margin: 0;
}

body #container #menuContainer .menuItem.hasImage .itemImage .item-image {
    width: 100%;
    margin: 0 10px 0 0;
}

body #container #menuContainer .menuItem.hasImage.imageHidden .itemImage {
    width: 20px;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.imageHidden .itemImage {
        width: inherit;
        display: inline;
        vertical-align: top;
    }
}

body #container #menuContainer .menuItem.hasImage.imageHidden .itemImage i {
    display: inline-block;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.imageHidden .itemImage i {
        margin-left: 5px;
    }
}

body #container #menuContainer .menuItem.hasImage.imageHidden .itemImage .item-image {
    display: none;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.imageHidden .itemDetails {
        width: 86%;
        font-size: 14px;
    }
}

body #container #menuContainer .menuItem.hasImage.hasIconImage .itemImage {
    width: 5%;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.hasIconImage .itemImage {
        width: 60px;
        display: inline-block;
        vertical-align: top;
        margin: 10px 5px 0 5px;
    }

        body #container #menuContainer .menuItem.hasImage.hasIconImage .itemImage.hasCarbon {
            width: 45px;
        }
}

body #container #menuContainer .menuItem.hasImage.hasIconImage .itemImage .item-image {
    width: 60px;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.hasIconImage .itemImage .item-image.carbon-image {
        width: 40px;
    }
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.hasIconImage .itemDetails {
        width: 76%;
        margin-left: 0;
        font-size: 13px;
        margin-top: 10px;
    }
}

body #container #menuContainer .menuItem.hasImage.headerRow .itemImage {
    width: 0.5%;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.headerRow .itemImage {
        width: 100%;
    }
}

body #container #menuContainer .menuItem.hasImage.headerRow .itemImage i {
    display: block;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.headerRow .itemImage i {
        display: none;
    }
}

body #container #menuContainer .menuItem.hasImage.headerRow .itemImage .item-image {
    display: none;
}

@media (max-width: 768px) {
    body #container #menuContainer .menuItem.hasImage.headerRow .itemImage .item-image {
        display: block;
    }
}

body #container #menuContainer .menuItem.hasImage:not(.imageHidden, .hasIconImage).collapse.active .itemDetails:before, body #container #menuContainer .menuItem.hasImage:not(.imageHidden, .hasIconImage).collapse .itemDetails:before {
    top: 61vw;
}

body #lightBox {
    position: fixed;
    width: 768px;
    left: 50%;
    margin-left: -334px;
    top: 20%;
    z-index: 2;
    display: none;
    height: 512px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 3px 3px 9px #323538;
}

    body #lightBox i {
        color: #fff;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        cursor: pointer;
        mix-blend-mode: difference;
    }

        body #lightBox i:hover {
            color: #62686e;
        }

@media (max-width: 1030px) {
    body #lightBox {
        width: 600px;
        margin-left: -300px;
        height: fit-content;
    }
}

@media (max-width: 768px) {
    body #lightBox {
        width: 90%;
        left: 5%;
        margin-left: inherit;
    }
}

body #lightBox #lightBoxImage {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

    body #lightBox #lightBoxImage.carbon-image {
        max-height: 80%;
        margin-top: 20px;
    }

@media (max-width: 768px) {
    body #lightBox #lightBoxImage.carbon-image {
        max-height: inherit;
        width: 50%;
    }
}

body #lightBox #carbonPara {
    text-align: left;
    margin: 10px 20px 20px 10px;
}

body #container #copyDiv {
    padding: 0.5em 1em;
    border: 1px solid #323538;
    background-color: inherit;
    color: inherit;
}

    body #container #copyDiv p {
        margin: 0.5em 0;
        font-size: 1em;
    }

    body #container #copyDiv a {
        color: inherit;
        text-decoration: underline;
    }

    body #container #copyDiv #mgDiv {
        float: right;
        padding: 0.5em;
        text-align: center;
        color: #fff;
        background: inherit;
        border: 1px solid #fff;
        max-width: 25%;
        font-family: "Lato", Arial, sans-serif;
    }

@media (max-width: 481px) {
    body #container #copyDiv #mgDiv {
        max-width: 33%;
        margin-top: 13px;
    }
}

body #container #copyDiv #mgDiv img {
    width: 63px;
    margin: auto;
}

body #container #copyDiv #mgDiv #MG-Tag, body #container #copyDiv #mgDiv h5 {
    line-height: 16px;
    margin-top: 0.5em;
    /*font-family: 'Lato';*/
    letter-spacing: 0;
    font-size: 12px;
    text-transform: none;
    font-style: italic;
}

    body #container #copyDiv #mgDiv #MG-Tag span, body #container #copyDiv #mgDiv h5 span {
        font-weight: bold;
        font-size: 14px;
        font-style: normal;
    }

body #container {
    /*Allergen Selection Bar START*/
    /*Allergen Selection Bar END*/
}

    body #container #sidebar1 {
        display: block;
        height: 20px;
    }

@media (max-width: 768px) {
    body #container #sidebar1 {
        height: inherit;
    }
}

body #container #sidebar1 #allergenBar a {
    padding: 0.25em 0.2em;
    margin: 0 0.2em;
    cursor: pointer;
    display: inline-grid;
    text-align: center;
    font-size: 0.9em;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 5px;
    text-decoration: none;
    font-weight: normal;
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    max-width: 85px;
    /*IE Shims*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body #container #sidebar1 #allergenBar a {
        /* Put your IE-only styles here. Works for IS 10 & IE 11*/
        display: inline-block;
    }
}

@media screen\0 {
    body #container #sidebar1 #allergenBar a {
        display: inline-block;
    }
}

body #container #sidebar1 #allergenBar a.customIconItem {
    /*Customise images in minor allergens*/
    margin-top: 5px;
}

    body #container #sidebar1 #allergenBar a.customIconItem .customIcon {
        border-radius: 35px;
        width: 35px;
        height: 35px;
        margin-bottom: 0.4em;
        margin-left: auto;
        margin-right: auto;
    }

@media (max-width: 1240px) {
    body #container #sidebar1 #allergenBar a.customIconItem .customIcon {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 481px) {
    body #container #sidebar1 #allergenBar a.customIconItem .customIcon {
        width: 30px;
        height: 30px;
    }
}

body #container #sidebar1 #allergenBar a.customIconItem .customIcon .iconAbbrevSpan {
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
    margin: auto;
    display: block;
    line-height: 32px;
}

@media (max-width: 481px) {
    body #container #sidebar1 #allergenBar a.customIconItem .customIcon .iconAbbrevSpan {
        line-height: 29px;
    }
}

body #container #sidebar1 #allergenBar a.customIconItem .customIcon img {
    width: 24px;
}

@media (max-width: 1240px) {
    body #container #sidebar1 #allergenBar a.customIconItem .customIcon img {
        width: 22px;
    }
}

@media (max-width: 481px) {
    body #container #sidebar1 #allergenBar a.customIconItem .customIcon img {
        width: 18px;
    }
}

body #container #sidebar1 #allergenBar img {
    width: 35px;
    display: block;
    margin: 0.4em auto;
}

@media (max-width: 1540px) {
    body #container #sidebar1 #allergenBar img {
        width: 35px;
    }
}

@media (max-width: 1240px) {
    body #container #sidebar1 #allergenBar img {
        width: 35px;
    }
}

body #container #sidebar1 #allergenBar #tabs {
    position: fixed;
    bottom: 0;
    font-size: 0;
    color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    body #container #sidebar1 #allergenBar #tabs li {
        display: inline-block;
        padding: 0.4em;
        font-size: 16px;
        border-right: 1px solid silver;
        min-width: 90px;
        text-align: center;
        margin: 0;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

@media (max-width: 1540px) {
    body #container #sidebar1 #allergenBar #tabs li {
        display: block;
    }
}

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar #tabs li {
        display: inline-block;
        padding: 0.48em 0.2em;
    }
}

body #container #sidebar1 #allergenBar #tabs li:last-child {
    border-right: none;
}

body #container #sidebar1 #allergenBar #tabs li h5 {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
    text-transform: none;
    letter-spacing: 0;
}

body #container #sidebar1 #allergenBar #tabs .allergenTab {
    background: #fff;
    color: #323538;
}

body #container #sidebar1 #allergenBar #tabs .optionTab {
    background: #fff;
    color: #323538;
}

@media (min-width: 768px) {
    body #container #sidebar1 #allergenBar #tabs .tab:hover {
        background: #e6e6e6;
        color: #323538;
    }
}

@media (max-width: 1540px) {
    body #container #sidebar1 #allergenBar #tabs {
        /*z-index: 0;*/
    }
}

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar #tabs {
        bottom: -100%;
        border: 1px solid silver;
        z-index: 2;
        left: 119px;
    }
}

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar #allergenBarInner.in ~ #tabs, body #container #sidebar1 #allergenBar #optionBarInner.in ~ #tabs {
        bottom: 0;
    }
}

@media (min-width: 768px) {
    body #container #sidebar1 #allergenBar:hover #tabs {
        bottom: 0;
    }
}

body #container #sidebar1 #allergenBar .tabBar {
    text-align: center;
    z-index: 2;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    border-top: 2px solid #838383;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #323538;
    margin: 0;
}

    body #container #sidebar1 #allergenBar .tabBar.in {
        bottom: 0;
    }

    body #container #sidebar1 #allergenBar .tabBar#optionBarInner {
        background: none;
        background-color: #0e768d;
        color: #fff;
    }

        body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList {
            display: inline-block;
            vertical-align: bottom;
            text-align: center;
        }

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList {
       
    }
}

body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList a {
    color: #fff;
}

@media (max-width: 1540px) {
    body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList a {
        font-size: 0.7em;
    }
}

body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList .allergenItem {
    width: 85px;
    height: 88px;
}

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList .allergenItem {
        height: inherit;
    }
}

@media (max-width: 481px) {
    body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList .allergenItem img {
        width: 30px;
    }
}

body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList .allergenItem span {
    font-size: 12px;
    line-height: 13px;
}

body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList .allergenItem.selected {
    background: #bfe5db;
    border: 1px solid #fff;
    color: #66371d;
}

body #container #sidebar1 #allergenBar .tabBar#optionBarInner .allergenList #break {
    display: none;
}

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar .tabBar#optionBarInner.in #tabs {
        bottom: 0;
    }
}

body #container #sidebar1 #allergenBar .tabBar h4, body #container #sidebar1 #allergenBar .tabBar h3 {
    display: block;
    vertical-align: top;
    margin: 0.5em 0;
    border-bottom: none;
}

    body #container #sidebar1 #allergenBar .tabBar h4 span, body #container #sidebar1 #allergenBar .tabBar h3 span {
        font-weight: normal;
        font-size: 0.8em;
        font-style: italic;
        display: inline;
    }

body #container #sidebar1 #allergenBar .tabBar#allergenBarInner {
    background: none;
    background-color: #E9006E;
    color: #fff;
}

    body #container #sidebar1 #allergenBar .tabBar#allergenBarInner h3 {
        font-size: 1em;
    }

    body #container #sidebar1 #allergenBar .tabBar#allergenBarInner .allergenList {
        display: inline-block;
        vertical-align: bottom;
        text-align: center;
    }

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar .tabBar#allergenBarInner .allergenList {
        background-color: #d10063;
    }
}

body #container #sidebar1 #allergenBar .tabBar#allergenBarInner .allergenList a {
    color: #fff;
}

@media (max-width: 1540px) {
    body #container #sidebar1 #allergenBar .tabBar#allergenBarInner .allergenList a {
        font-size: 0.7em;
    }
}

body #container #sidebar1 #allergenBar .tabBar#allergenBarInner .allergenList .allergenItem.selected {
    background-color: #bf4c4c;
    border: 1px solid #fff;
}

body #container #sidebar1 #allergenBar .tabBar#allergenBarInner .allergenList #break {
    display: none;
}

@media (max-width: 1540px) {
    body #container #sidebar1 #allergenBar .tabBar img {
        width: 35px;
    }
}

@media (max-width: 1240px) {
    body #container #sidebar1 #allergenBar .tabBar img {
        width: 35px;
    }
}

@media (max-width: 481px) {
    body #container #sidebar1 #allergenBar .tabBar img {
        width: 30px;
    }
}

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar .tabBar {
        bottom: -100%;
    }
}

@media (max-width: 481px) {
    body #container #sidebar1 #allergenBar .tabBar:before {
        left: 0;
        right: 0;
        top: 0;
    }
}

body #container #sidebar1 #allergenBar #prefDiv, body #container #sidebar1 #allergenBar #hideDiv, body #container #sidebar1 #allergenBar .prefDiv {
    padding: 0.25em;
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 48px;
}

    body #container #sidebar1 #allergenBar #prefDiv input, body #container #sidebar1 #allergenBar #prefDiv span, body #container #sidebar1 #allergenBar #hideDiv input, body #container #sidebar1 #allergenBar #hideDiv span, body #container #sidebar1 #allergenBar .prefDiv input, body #container #sidebar1 #allergenBar .prefDiv span {
        display: table-cell;
    }

@media (max-width: 1540px) {
    body #container #sidebar1 #allergenBar #prefDiv, body #container #sidebar1 #allergenBar #hideDiv, body #container #sidebar1 #allergenBar .prefDiv {
        font-size: 0.7em;
        line-height: 15px;
    }
}

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar.in {
        bottom: 0;
    }
}

body #container #sidebar1 #allergenBar.MG-Scrollable #allergenBarInner h3, body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner h3 {
    font-size: 1em;
}

@media (max-width: 768px) {
    body #container #sidebar1 #allergenBar.MG-Scrollable #allergenBarInner, body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner {
        overflow-x: scroll;
    }

        body #container #sidebar1 #allergenBar.MG-Scrollable #allergenBarInner h4, body #container #sidebar1 #allergenBar.MG-Scrollable #allergenBarInner h3, body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner h4, body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner h3 {
            position: sticky;
            left: 0;
        }

        body #container #sidebar1 #allergenBar.MG-Scrollable #allergenBarInner .allergenList, body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner .allergenList {
            width: 900px;
            margin-bottom: 38px;
            padding: 10px 0;
         
        }
        body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner .allergenList {
            background-color: #0d6073;
        }

            body #container #sidebar1 #allergenBar.MG-Scrollable #allergenBarInner .allergenList #break, body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner .allergenList #break {
                display: none;
            }

            body #container #sidebar1 #allergenBar.MG-Scrollable #allergenBarInner .allergenList .allergenAfter, body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner .allergenList .allergenAfter {
                display: none;
            }
}

body #container #sidebar1 #allergenBar.MG-Scrollable #allergenBarInner .prefDiv span.small, body #container #sidebar1 #allergenBar.MG-Scrollable #optionBarInner .prefDiv span.small {
    display: block;
}

@media (max-width: 481px) {
    body #container #sidebar1:before {
        left: 0;
        right: 0;
        top: 0;
    }
}

@media (max-width: 1240px) {
    body #container .allergenAfter {
        display: none;
    }
}

@media (max-width: 768px) {
    body #container .allergenAfter {
        display: block;
        height: 3em;
    }
}

body #container #allergenTab {
    background: #323538;
    display: none;
}

@media (max-width: 768px) {
    body #container #allergenTab {
        position: fixed;
        z-index: 101;
        bottom: 0;
        padding: 0.5em;
        background: #323538;
        display: block;
        font-size: 14px;
    }

        body #container #allergenTab.out {
            display: none;
        }

        body #container #allergenTab .allergenTab-Inner {
            color: #fff;
        }
}

body {
    /*overlay*/
    /*Tooltips START*/
    /*Ingredients and Customer Message Container START*/
    /*Back to Top Start*/
}

    body #overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        display: none;
    }

    body .btn {
        background-color: inherit;
        border: 1px solid inherit;
        color: inherit !important;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-size: 0.9em;
        font-size: 1em;
        line-height: 34px;
        font-weight: normal;
        padding: 0.5em 1em;
        cursor: pointer;
        -webkit-transition: background-color 0.14s ease-in-out;
        -o-transition: background-color 0.14s ease-in-out;
        transition: background-color 0.14s ease-in-out;
    }

        body .btn:hover {
            background-color: inherit;
            color: inherit !important;
            border: 1px solid inherit;
        }

            body .btn:hover:after {
                display: none;
            }

    body .ui-tooltip {
        border-radius: 0;
        border: none;
        background-color: #363742;
        color: #fff;
        border-radius: 0;
        font-size: 0.75em;
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 0);
        /*Tooltips END*/
    }

@media (hover: none) {
    body .ui-tooltip {
        display: none !important;
    }
}

body #ingredientsContainer, body #customerMessageContainer, body #nutritionContainer {
    position: fixed;
    background: white;
    color:#66371d;
    border-radius: 5px;
    padding: 1em;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 50%;
    display: none;
    top: 10%;
    z-index: 9999;
}

@media (max-width: 1240px) {
    body #ingredientsContainer, body #customerMessageContainer, body #nutritionContainer {
        width: 80%;
    }
}

body #ingredientsContainer .ingredientsInner, body #ingredientsContainer .customerMessageInner, body #ingredientsContainer .nutritionInner, body #customerMessageContainer .ingredientsInner, body #customerMessageContainer .customerMessageInner, body #customerMessageContainer .nutritionInner, body #nutritionContainer .ingredientsInner, body #nutritionContainer .customerMessageInner, body #nutritionContainer .nutritionInner {
    margin: 1em;
}

    body #ingredientsContainer .ingredientsInner h3 .itemPrice, body #ingredientsContainer .customerMessageInner h3 .itemPrice, body #ingredientsContainer .nutritionInner h3 .itemPrice, body #customerMessageContainer .ingredientsInner h3 .itemPrice, body #customerMessageContainer .customerMessageInner h3 .itemPrice, body #customerMessageContainer .nutritionInner h3 .itemPrice, body #nutritionContainer .ingredientsInner h3 .itemPrice, body #nutritionContainer .customerMessageInner h3 .itemPrice, body #nutritionContainer .nutritionInner h3 .itemPrice {
        margin-left: 5px;
    }

    body #ingredientsContainer .ingredientsInner h3 .itemDescription, body #ingredientsContainer .customerMessageInner h3 .itemDescription, body #ingredientsContainer .nutritionInner h3 .itemDescription, body #customerMessageContainer .ingredientsInner h3 .itemDescription, body #customerMessageContainer .customerMessageInner h3 .itemDescription, body #customerMessageContainer .nutritionInner h3 .itemDescription, body #nutritionContainer .ingredientsInner h3 .itemDescription, body #nutritionContainer .customerMessageInner h3 .itemDescription, body #nutritionContainer .nutritionInner h3 .itemDescription {
        font-size: 0.9em;
        font-weight: normal;
        font-style: italic;
    }

    body #ingredientsContainer .ingredientsInner .nutritionTable, body #ingredientsContainer .customerMessageInner .nutritionTable, body #ingredientsContainer .nutritionInner .nutritionTable, body #customerMessageContainer .ingredientsInner .nutritionTable, body #customerMessageContainer .customerMessageInner .nutritionTable, body #customerMessageContainer .nutritionInner .nutritionTable, body #nutritionContainer .ingredientsInner .nutritionTable, body #nutritionContainer .customerMessageInner .nutritionTable, body #nutritionContainer .nutritionInner .nutritionTable {
        width: 100%;
        text-align: center;
    }

        body #ingredientsContainer .ingredientsInner .nutritionTable th, body #ingredientsContainer .customerMessageInner .nutritionTable th, body #ingredientsContainer .nutritionInner .nutritionTable th, body #customerMessageContainer .ingredientsInner .nutritionTable th, body #customerMessageContainer .customerMessageInner .nutritionTable th, body #customerMessageContainer .nutritionInner .nutritionTable th, body #nutritionContainer .ingredientsInner .nutritionTable th, body #nutritionContainer .customerMessageInner .nutritionTable th, body #nutritionContainer .nutritionInner .nutritionTable th {
            background-color: #323538;
            color: #fff;
        }

            body #ingredientsContainer .ingredientsInner .nutritionTable th#nutritionTableFoot, body #ingredientsContainer .customerMessageInner .nutritionTable th#nutritionTableFoot, body #ingredientsContainer .nutritionInner .nutritionTable th#nutritionTableFoot, body #customerMessageContainer .ingredientsInner .nutritionTable th#nutritionTableFoot, body #customerMessageContainer .customerMessageInner .nutritionTable th#nutritionTableFoot, body #customerMessageContainer .nutritionInner .nutritionTable th#nutritionTableFoot, body #nutritionContainer .ingredientsInner .nutritionTable th#nutritionTableFoot, body #nutritionContainer .customerMessageInner .nutritionTable th#nutritionTableFoot, body #nutritionContainer .nutritionInner .nutritionTable th#nutritionTableFoot {
                padding: 5px 0;
                font-size: 12px;
            }

        body #ingredientsContainer .ingredientsInner .nutritionTable tr:hover, body #ingredientsContainer .customerMessageInner .nutritionTable tr:hover, body #ingredientsContainer .nutritionInner .nutritionTable tr:hover, body #customerMessageContainer .ingredientsInner .nutritionTable tr:hover, body #customerMessageContainer .customerMessageInner .nutritionTable tr:hover, body #customerMessageContainer .nutritionInner .nutritionTable tr:hover, body #nutritionContainer .ingredientsInner .nutritionTable tr:hover, body #nutritionContainer .customerMessageInner .nutritionTable tr:hover, body #nutritionContainer .nutritionInner .nutritionTable tr:hover {
            background-color: #323538;
            color: #fff;
        }

        body #ingredientsContainer .ingredientsInner .nutritionTable tr, body #ingredientsContainer .ingredientsInner .nutritionTable th, body #ingredientsContainer .ingredientsInner .nutritionTable td, body #ingredientsContainer .customerMessageInner .nutritionTable tr, body #ingredientsContainer .customerMessageInner .nutritionTable th, body #ingredientsContainer .customerMessageInner .nutritionTable td, body #ingredientsContainer .nutritionInner .nutritionTable tr, body #ingredientsContainer .nutritionInner .nutritionTable th, body #ingredientsContainer .nutritionInner .nutritionTable td, body #customerMessageContainer .ingredientsInner .nutritionTable tr, body #customerMessageContainer .ingredientsInner .nutritionTable th, body #customerMessageContainer .ingredientsInner .nutritionTable td, body #customerMessageContainer .customerMessageInner .nutritionTable tr, body #customerMessageContainer .customerMessageInner .nutritionTable th, body #customerMessageContainer .customerMessageInner .nutritionTable td, body #customerMessageContainer .nutritionInner .nutritionTable tr, body #customerMessageContainer .nutritionInner .nutritionTable th, body #customerMessageContainer .nutritionInner .nutritionTable td, body #nutritionContainer .ingredientsInner .nutritionTable tr, body #nutritionContainer .ingredientsInner .nutritionTable th, body #nutritionContainer .ingredientsInner .nutritionTable td, body #nutritionContainer .customerMessageInner .nutritionTable tr, body #nutritionContainer .customerMessageInner .nutritionTable th, body #nutritionContainer .customerMessageInner .nutritionTable td, body #nutritionContainer .nutritionInner .nutritionTable tr, body #nutritionContainer .nutritionInner .nutritionTable th, body #nutritionContainer .nutritionInner .nutritionTable td {
            border: 1px solid #323538;
        }

            body #ingredientsContainer .ingredientsInner .nutritionTable tr:nth-child(2n+1):not(:hover), body #ingredientsContainer .customerMessageInner .nutritionTable tr:nth-child(2n+1):not(:hover), body #ingredientsContainer .nutritionInner .nutritionTable tr:nth-child(2n+1):not(:hover), body #customerMessageContainer .ingredientsInner .nutritionTable tr:nth-child(2n+1):not(:hover), body #customerMessageContainer .customerMessageInner .nutritionTable tr:nth-child(2n+1):not(:hover), body #customerMessageContainer .nutritionInner .nutritionTable tr:nth-child(2n+1):not(:hover), body #nutritionContainer .ingredientsInner .nutritionTable tr:nth-child(2n+1):not(:hover), body #nutritionContainer .customerMessageInner .nutritionTable tr:nth-child(2n+1):not(:hover), body #nutritionContainer .nutritionInner .nutritionTable tr:nth-child(2n+1):not(:hover) {
                background-color: #e9e9e9;
            }

        body #ingredientsContainer .ingredientsInner .nutritionTable h2, body #ingredientsContainer .customerMessageInner .nutritionTable h2, body #ingredientsContainer .nutritionInner .nutritionTable h2, body #customerMessageContainer .ingredientsInner .nutritionTable h2, body #customerMessageContainer .customerMessageInner .nutritionTable h2, body #customerMessageContainer .nutritionInner .nutritionTable h2, body #nutritionContainer .ingredientsInner .nutritionTable h2, body #nutritionContainer .customerMessageInner .nutritionTable h2, body #nutritionContainer .nutritionInner .nutritionTable h2 {
            margin: 0.25em 0;
        }

        body #ingredientsContainer .ingredientsInner .nutritionTable h3, body #ingredientsContainer .customerMessageInner .nutritionTable h3, body #ingredientsContainer .nutritionInner .nutritionTable h3, body #customerMessageContainer .ingredientsInner .nutritionTable h3, body #customerMessageContainer .customerMessageInner .nutritionTable h3, body #customerMessageContainer .nutritionInner .nutritionTable h3, body #nutritionContainer .ingredientsInner .nutritionTable h3, body #nutritionContainer .customerMessageInner .nutritionTable h3, body #nutritionContainer .nutritionInner .nutritionTable h3 {
            margin: 0;
            border-bottom: 0;
        }

body #ingredientsContainer .customerMessageInner, body #customerMessageContainer .customerMessageInner, body #nutritionContainer .customerMessageInner {
    /*.btn {
      background-color: $btn-background-colour;
      border: 1px solid $btn-background-colour;
      color: $btn-forecolour !important;
      display: inline-block;
      position: relative;
      text-decoration: none;
      font-size: 0.9em;
      font-size: 1em;
      line-height: 34px;
      font-weight: normal;
      padding: 0.5em 1em;
      cursor: pointer;
      -webkit-transition: background-color 0.14s ease-in-out;
      -o-transition: background-color 0.14s ease-in-out;
      transition: background-color 0.14s ease-in-out;



      &:hover {
          background-color: $btn-forecolour;
          color: $btn-background-colour !important;
          border: 1px solid $btn-background-colour;

          &:after {
              display: none;
          }
      }
  }*/
}

    body #ingredientsContainer .customerMessageInner #allergyStatements, body #customerMessageContainer .customerMessageInner #allergyStatements, body #nutritionContainer .customerMessageInner #allergyStatements {
        list-style-type: disc;
        padding-left: 20px;
    }

        body #ingredientsContainer .customerMessageInner #allergyStatements li, body #customerMessageContainer .customerMessageInner #allergyStatements li, body #nutritionContainer .customerMessageInner #allergyStatements li {
            margin: 5px 0;
        }

    body #ingredientsContainer .customerMessageInner p, body #customerMessageContainer .customerMessageInner p, body #nutritionContainer .customerMessageInner p {
        margin: 10px 0;
    }

        body #ingredientsContainer .customerMessageInner p .mcSpan, body #customerMessageContainer .customerMessageInner p .mcSpan, body #nutritionContainer .customerMessageInner p .mcSpan {
            font-weight: bold;
        }

@media (max-width: 1240px) {
    body #ingredientsContainer .customerMessageInner, body #customerMessageContainer .customerMessageInner, body #nutritionContainer .customerMessageInner {
        overflow-y: scroll;
    }
}

@media (max-width: 768px) {
    body #ingredientsContainer .customerMessageInner h2, body #customerMessageContainer .customerMessageInner h2, body #nutritionContainer .customerMessageInner h2 {
        margin-top: 10px;
    }
}

body #ingredientsContainer .closeIngredients, body #customerMessageContainer .closeIngredients, body #nutritionContainer .closeIngredients {
    float: right;
    font-size: 2em;
}

@media (max-width: 1240px) {
    body #ingredientsContainer, body #customerMessageContainer, body #nutritionContainer {
        width: 80%;
    }

        body #ingredientsContainer .customerMessageInner, body #customerMessageContainer .customerMessageInner, body #nutritionContainer .customerMessageInner {
            overflow-y: scroll;
        }
}

@media (max-width: 768px) {
    body #ingredientsContainer, body #customerMessageContainer, body #nutritionContainer {
        width: 80%;
        bottom: 5%;
    }

        body #ingredientsContainer .customerMessageInner, body #customerMessageContainer .customerMessageInner, body #nutritionContainer .customerMessageInner {
            overflow-y: scroll;
            max-height: 100%;
        }

            body #ingredientsContainer .customerMessageInner h2, body #customerMessageContainer .customerMessageInner h2, body #nutritionContainer .customerMessageInner h2 {
                margin-top: 10px;
            }
}

@media (max-width: 481px) {
    body #ingredientsContainer, body #customerMessageContainer, body #nutritionContainer {
        width: 90%;
        font-size: 0.9em;
        top: 15px;
        bottom: 10%;
    }

        body #ingredientsContainer .ingredientsInner, body #customerMessageContainer .ingredientsInner, body #nutritionContainer .ingredientsInner {
            max-height: 424px;
            overflow-y: scroll;
        }

        body #ingredientsContainer h2, body #customerMessageContainer h2, body #nutritionContainer h2 {
            font-size: 1.5em;
            margin-top: 5px;
        }

        body #ingredientsContainer .customerMessageInner, body #customerMessageContainer .customerMessageInner, body #nutritionContainer .customerMessageInner {
            max-height: 100%;
            overflow-y: scroll;
            margin: 0.25em;
        }

            body #ingredientsContainer .customerMessageInner #allergyStatements, body #customerMessageContainer .customerMessageInner #allergyStatements, body #nutritionContainer .customerMessageInner #allergyStatements {
                padding: 0;
                padding-left: 1.5em;
            }

        body #ingredientsContainer #messageParagraph, body #customerMessageContainer #messageParagraph, body #nutritionContainer #messageParagraph {
            text-align: center;
        }

        body #ingredientsContainer .nutritionInner, body #customerMessageContainer .nutritionInner, body #nutritionContainer .nutritionInner {
            margin: -1em 0.3em 1em 0.3em;
        }

            body #ingredientsContainer .nutritionInner h3 .itemPrice, body #customerMessageContainer .nutritionInner h3 .itemPrice, body #nutritionContainer .nutritionInner h3 .itemPrice {
                margin-left: 5px;
            }

            body #ingredientsContainer .nutritionInner h3 .itemDescription, body #customerMessageContainer .nutritionInner h3 .itemDescription, body #nutritionContainer .nutritionInner h3 .itemDescription {
                font-weight: normal;
                font-size: 15px;
            }

            body #ingredientsContainer .nutritionInner .nutritionTable .tableTitle h2, body #customerMessageContainer .nutritionInner .nutritionTable .tableTitle h2, body #nutritionContainer .nutritionInner .nutritionTable .tableTitle h2 {
                font-size: 15px;
            }

            body #ingredientsContainer .nutritionInner .nutritionTable th, body #ingredientsContainer .nutritionInner .nutritionTable td, body #customerMessageContainer .nutritionInner .nutritionTable th, body #customerMessageContainer .nutritionInner .nutritionTable td, body #nutritionContainer .nutritionInner .nutritionTable th, body #nutritionContainer .nutritionInner .nutritionTable td {
                font-size: 13px;
            }
}

body #customDescriptionContainer {
    display: none;
}

@media (hover: none) {
    body #customDescriptionContainer {
        display: block;
        opacity: 0;
        position: fixed;
        bottom: -250px;
        left: 0;
        right: 0;
        z-index: 10;
        background: #363742;
        padding: 1em;
        border-top: 1px solid rgba(192, 192, 192, 0.5);
        transition-property: opacity, bottom;
        transition-duration: 0.3s;
    }
}

body #customDescriptionContainer.show {
    opacity: 1;
    bottom: 0;
}

body #customDescriptionContainer.front {
    text-align: center;
    z-index: 110;
}

body #customDescriptionContainer .customDescInner {
    color: #fff;
}

    body #customDescriptionContainer .customDescInner img {
        width: 30px;
        vertical-align: middle;
        margin-right: 5px;
        display: inline;
    }

body #backToTop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    background: #323538;
    padding: 0.5em 1em;
    display: none;
    opacity: 0.5;
}

    body #backToTop:hover {
        opacity: 1;
    }

@media (max-width: 1030px) {
    body #backToTop {
        z-index: 98;
    }
}

@media (max-width: 481px) and (orientation: portrait) {
    body #backToTop {
        z-index: 0;
    }
}

@media (max-width: 768px) {
    body #backToTop {
        z-index: 98;
    }
}

body #container #menuListContainer:before, body #container #allergenBarInner:before, body #container #allergenTab:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "Choose an allergen menu to view by clicking on the buttons below.";
    background: #bfe5db;
    padding: 1em;
    color: #323538;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: -1;
}

body #container #allergenBarInner:before {
    top: -39%;
    content: "Select allergens from the list below to see them highlighted in the menu.";
    z-index: -1;
}

body #container #allergenTab:before {
    content: 'Click on "Filter Allergens" to show the allergen toolbar.';
    left: 0;
    top: -220%;
    width: 300px;
    z-index: -1;
}

body #container #menuListContainer.animate:before, body #container #allergenBarInner.animate:before, body #container #allergenTab.animate:before {
    opacity: 1;
    z-index: 1000;
}

body #container #allergenBarInner.hideHelp:before, body #container #allergenTab.hideHelp:before {
    top: 0;
    width: 0;
    z-index: -1;
}

body #container .helper {
    position: relative;
    min-height: 82px;
}

    body #container .helper:before {
        position: absolute;
        top: 10px;
        left: 0;
        content: "Tap or click invididual menu items to see their allergens and options.";
        background: #bfe5db;
        padding: 1em;
        color: #323538;
        font-weight: bold;
        border-radius: 5px;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        z-index: 1000;
    }

body #container footer:not(.article-footer) {
    text-align: center;
    position: relative;
    z-index: 101;
    min-height: 100px;
}

@media (max-width: 768px) {
    body #container footer:not(.article-footer) {
        z-index: 0;
    }
}

body #container footer:not(.article-footer) #menu-foot {
    padding-left: 0;
}

    body #container footer:not(.article-footer) #menu-foot li {
        display: inline;
    }

@media (max-width: 768px) {
    body #container footer:not(.article-footer) #menu-foot li {
        display: list-item;
    }
}

body #container footer:not(.article-footer) p.copyright {
    margin-bottom: 0;
    padding-bottom: 1em;
}

body #container .indexContent {
    margin-bottom: 40px;
}

    body #container .indexContent #menuListContainer {
        position: relative;
        text-align: center;
    }

        body #container .indexContent #menuListContainer a .menuTab {
            background-color: #ed254e;
            vertical-align: top;
            padding: 2em;
            display: inline-block;
          
            color: white;
            transition: all 0.2s ease-in-out;
            border: 1px solid transparent;
            margin: 1em;
            max-width: 175px;
            min-width: 175px;
            border-radius:10px;
        }

            body #container .indexContent #menuListContainer a .menuTab h3 {
                color: white;
            }

            body #container .indexContent #menuListContainer a .menuTab:hover, body #container .indexContent #menuListContainer a .menuTab:active {
            
                color: white;
            }

.closePreview{color:black;}
body #container #allergyStatements {
    list-style-type: disc;
    padding-left: 30px;
}

    body #container #allergyStatements li {
        margin: 5px 0;
    }

@media (max-width: 768px) {
    body #container header #inner-header #social-toolbar {
        background-color: #fff;
    }

        body #container header #inner-header #social-toolbar .toolbarInner .instructions {
            color: #363742;
        }
}



body #container footer:not(.article-footer) {
    background-color: #0e768d !important;
    color: #fff !important;
}

body #container footer #menu-foot li a {
    color: #fff;
}
/*StartFooter*/

body {
    margin: 0;
    padding: 0;
}
footer, .footer, #footerwidget, #custom_html-3 {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    text-align: center;
    background-color: #fff !important;
    height: initial !important;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 100% !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    width: 100% !important;
    opacity: 1 !important
}
footer {
   
}
#inner-footer {
padding-bottom:1em;}
    #custom_html-3 img,
    #custom_html-3 p,
    #custom_html-3 h4.widgettitle,
    #custom_html-3 p.copyright {
        display: inline-block !important;
        width: initial !important;
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #333333 !important;
        letter-spacing:0 !important;
        margin:0.4em;
    }
#custom_html-3 h4.widgettitle {
    font-family: "Lato", Arial, sans-serif !important;
    text-transform:none !important;
    display: block !important;
}

/*Ingredients Container*/
#ingredientsContainer,#customerMessageContainer {
    position: fixed !important;
       
    right: 0 !important;
    left: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    /* give it dimensions */
    min-height: 10em !important;
    width: 50% !important;
   
    top: 10% !important;
    z-index: 9999 !important;
}

.ingredientsInner,.customerMessageInner {
    margin: 1em !important;
}

.closeIngredients {
    float: right;
    font-size: 2em;
}
.menuItem.highlight.hidden {
    height: 2px !important;
    overflow:hidden !important;
   
    display: block !important;
    padding: 0px !important;
    opacity: 0.4 !important;
}
    .menuItem.highlight.hidden:hover {
    display:table !important;
    height:inherit !important;
    }




#menu-foot li {
display:inline;
 margin-right:1em;
}
    #menu-foot li a {
    color:#333;
    font-size:0.8em;
   
    }
        #menu-foot li:last-child {
                margin-right:0;

        }
        #overlay {
            position: fixed !important;
            top: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0 !important;
            z-index: 999 ;
        }


/*social icons*/

#footerwidget #custom_html-3 .textwidget a  {
    margin-right: 1em;
    font-size: 1.5em;
    color: #0a767a;
}

    #footerwidget #custom_html-3 .textwidget a:last-child {
        margin-right: 0;
    }


@media screen and (max-width:481px) {
    #ingredientsContainer, #customerMessageContainer {
        width: 80% !important;
        top: 5% !important;
        bottom: 5% !important;
        overflow-y: scroll !important;
        font-size: 0.8em!important;
    }
    #menu-foot li {
        display: block;
    }
}