/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.productCategories li {
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
}

    .productCategories li a:link, .productCategories li a:visited, .productCategories li a:link {
        display: block;
        text-decoration: none;
        color: #666666;
        padding: 10px 7px;
    }

    .productCategories li.product {
        background-image: url("images/background-color.jpg");
        background-position: right top;
        background-repeat: no-repeat;
        height:110px;
    }

        .productCategories li.product a:after {
            content: "";
            display: table;
            clear: both;
        }

        .productCategories li.product .productTitle {
            white-space: nowrap;
            overflow: hidden;
            width: 80%;
            text-overflow: ellipsis;
            display: block;
            float: left;
        }

.productCategories .productDesc {
    padding-top: 15px;
    overflow: hidden;
    width: 98%;
    font-size:14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .productCategories .productDesc:before {
        content: "";
        display: table;
        clear: both;
    }

.productCategories .productPrice {
    float: right;
    color: #666666;
    font-weight: 700;
    width: 64px;
    overflow: hidden;
}

    .productCategories .productPrice .priceSymbol {
        padding-right: 5px;
        /*display: none;*/
    }

#popupSimple, #popupexit, #popupEventsSimple {
    width: 370px;
    margin-bottom: 30px;
    background-color: #eaeaea;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

    #popupSimple .header, #popupexit .header, #popupEventsSimple .header {
        width: 100%;
        background-color: #cccccc;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

        #popupSimple .header h1, #popupexit .header h1, #popupEventsSimple .header h1 {
            padding: 15px;
            color: #999999;
        }

        #popupSimple .header #btnExit, #popupexit .header #btnExit, #popupEventsSimple .header #btnExit {
            background-image: url("images/btnExit.jpg");
            width: 23px;
            height: 40px;
            position: absolute;
            top: 3px;
            right: 10px;
        }

            #popupSimple .header #btnExit:hover, #popupexit .header #btnExit:hover, #popupEventsSimple .header #btnExit:hover {
                cursor: pointer;
            }

    #popupSimple .order, #popupexit .order, #popupEventsSimple .order {
        padding: 20px 12px;
    }

    #popupSimple form, #popupexit form, #popupEventsSimple form {
        color: #666666;
    }

        #popupSimple form button, #popupexit form button, #popupEventsSimple form button {
            font-size: 1.125em;
            width: 100%;
            text-align: center;
            background-color: #3399ff;
            border: none;
            padding: 10px 0;
            color: #ffffff;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font-weight: 500;
        }

            #popupSimple form button:hover, #popupexit form button:hover, #popupEventsSimple form button:hover {
                cursor: pointer;
            }

    #popupSimple .rowSimple, #popupexit .rowSimple, #popupEventsSimple .rowSimple {
        border-bottom: 1px #ffffff solid;
        /*padding-bottom: 20px;*/
        margin-bottom: 20px;
    }

        #popupSimple .rowSimple h2, #popupexit .rowSimple h2, #popupEventsSimple .rowSimple h2 {
            font-size: 1.5em;
            font-weight: 500;
            border-bottom: 2px #666666 solid;
            padding-bottom: 15px;
            margin: 0 0 20px;
            line-height: 1;
        }

        #popupSimple .rowSimple.comments h2, #popupexit .rowSimple.comments h2, #popupEventsSimple .rowSimple.comments h2 {
            border-bottom: none;
            margin: 0;
        }

        #popupSimple .rowSimple.comments textarea, #popupexit .rowSimple.comments textarea, #popupEventsSimple .rowSimple.comments textarea {
            font-size: 1.125em;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: none;
            width: 100%;
            padding: 6px 10px;
            color: #666666;
            border-top: 2px #666666 solid;
        }

    #popupSimple .customerInfoLabel, #popupexit .customerInfoLabel, #popupEventsSimple .customerInfoLabel {
        float: left;
        max-width: 100px;
        min-width: 100px;
        padding: 10px 20px 0 0;
    }

    #popupSimple .customerInfo, #popupexit .customerInfo, #popupEventsSimple .customerInfo {
        float: left;
        padding: 10px 20px 0 0;
    }

    #popupSimple .amount .lbl, #popupexit .amount .lbl, #popupEventsSimple .amount .lbl {
        float: left;
        padding: 10px 20px 0 0;
    }

    #popupSimple .amount .add, #popupexit .amount .add, #popupEventsSimple .amount .add {
        width: 40px;
        height: 35px;
        background-image: url("images/add.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-color: #3399ff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        float: left;
    }

    #popupSimple .amount input#totalamount, #popupexit .amount input#totalamount, #popupEventsSimple .amount input#totalamount {
        font-size: 1.125em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 0 10px;
        border: none;
        width: 100%;
        max-width: 148px;
        padding: 6px 10px;
        color: #666666;
        text-align: center;
    }

    #popupSimple .amount .subtract, #popupexit .amount .subtract, #popupEventsSimple .amount .subtract {
        width: 40px;
        height: 35px;
        background-image: url("images/subtract.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-color: #66ccff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        float: left;
    }

        #popupSimple .amount .add:hover, #popupSimple .amount .subtract:hover, #popupexit .amount .add:hover, #popupexit .amount .subtract:hover, #popupEventsSimple .amount .add:hover, #popupEventsSimple .amount .subtract:hover {
            cursor: pointer;
        }

    #popupSimple .amount #totalamount, #popupexit .amount #totalamount, #popupEventsSimple .amount #totalamount {
        float: left;
    }

    #popupSimple .amount, #popupexit .amount, #popupEventsSimple .amount {
        clear: both;
    }

    #popupexit .sendorder {
        padding: 20px 12px;
    }

    #popupexit .rowSimple.btnSimple {
        padding-bottom: 20px;
        border-bottom-color: #ffffff;
        border-width: 1px;
    }

    #popupexit .innerBasket {
        background-color: transparent;
        padding-bottom: 15px;
        border-bottom: 2px #666666 solid;
        margin: 0 15px;
        font-weight: 500;
        padding: 20px 12px;
    }

        #popupexit .innerBasket h2 {
            color: #3399ff;
            line-height: 1;
            font-size: 2.25em;
            float: left;
            padding: 0;
            line-height: 1;
        }

        #popupexit .innerBasket .totalprice {
            color: #3399ff;
            line-height: 1;
            font-size: 2.25em;
            float: right;
        }

    #popupexit .rowSimple {
        padding: 0;
        margin: 0;
        border-bottom: 2px #666666 solid;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        #popupexit .rowSimple h2 {
            padding: 0;
            font-weight: 400;
            border: none;
            padding: 5px 0 0;
            white-space: nowrap;
            overflow: hidden;
            width: 190px;
            text-overflow: ellipsis;
            float: left;
            margin-bottom: 0;
        }

        #popupexit .rowSimple .totalGrouped {
            padding-top: 8px;
            float: left;
        }

        #popupexit .rowSimple .totalGroupedPrice {
            padding-top: 8px;
            float: right;
        }

        #popupexit .rowSimple .info, #popupexit .rowSimple .comments {
            background-image: url("images/info.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            padding-left: 46px;
            padding-bottom: 8px;
            display: inline-block;
            width: 100%;
        }

            #popupexit .rowSimple .info span, #popupexit .rowSimple .comments span {
                display: block;
                margin-top: 4px;
            }

        #popupexit .rowSimple .comments {
            background-image: url("images/comments.jpg");
            padding-bottom: 5px;
            background-position: left top;
            margin-bottom: 10px;
        }

        #popupexit .rowSimple .sep {
            height: 1px;
            background-color: #ffffff;
            margin: 10px 0;
        }

        #popupexit .rowSimple .info:before {
            content: "";
            display: table;
            clear: both;
        }

    #popupexit .remove {
        width: 40px;
        height: 35px;
        margin-right: 5px;
        background-image: url("images/subtract.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-color: #66ccff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        float: left;
    }

    #popupexit .order {
        padding: 0;
    }

.productgroup:after {
    content: "";
    display: table;
    clear: both;
}

#popupEventsSimple {
    height: 460px;
    position: absolute;
}

    #popupEventsSimple .status {
        top: 50%;
        width: 100%;
        position: fixed;
        /* bring your own prefixes */
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
        line-height: 1.55556;
        margin-bottom: 40px;
        color: #999999;
    }

    #popupEventsSimple .img {
        margin-top: 40px;
    }

        #popupEventsSimple .img .icon-sad, #popupEventsSimple .img .icon-smile {
            font-size: 70px;
        }

        #popupEventsSimple .img.check {
            margin-top: 0;
            font-size: 30px;
        }

/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.866%;
}

@media only screen and (max-width: 680px) {
    .productCategories li.product .productTitle {
        width: 70% !important;
    }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .productCategories li.product .productTitle {
        width: 65% !important;
    }

    #mainInfoArea .span_1_of_12 {
        width: 15.33%;
    }

    #mainInfoArea .span_11_of_12 {
        width: 83.06%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    input#totalamount {
        width: 100%;
        max-width: 70px !important;
    }
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    input#totalamount {
        width: 100%;
        max-width: 120px !important;
    }

    .productCategories li.product .productTitle {
        width: 65% !important;
    }
}

/* Portrait and Landscape */
/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    input#totalamount {
        width: 100%;
        max-width: 120px !important;
    }

    .productCategories li.product .productTitle {
        width: 65% !important;
    }
}

@media only screen and (max-width: 430px) {
    #page {
        padding: 10px !important;
    }
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 1px 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?tsmygk");
    src: url("fonts/icomoon.eot?tsmygk#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?tsmygk") format("truetype"), url("fonts/icomoon.woff?tsmygk") format("woff"), url("fonts/icomoon.svg?tsmygk#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-progression {
    background-image: url(images/progression.gif);
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}

.icon-arrow_down:before {
    content: "\e901";
}

.icon-load .path1:before {
    content: "\e902";
    color: white;
}

.icon-load .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: gray;
}

.icon-load .path3:before {
    content: "\e904";
    margin-left: -1em;
    color: #4d4d4d;
}

.icon-load .path4:before {
    content: "\e905";
    margin-left: -1em;
    color: #e6e6e6;
}

.icon-load .path5:before {
    content: "\e906";
    margin-left: -1em;
    color: #4d4d4d;
}

.icon-load .path6:before {
    content: "\e907";
    margin-left: -1em;
    color: #b3b3b3;
}

.icon-load .path7:before {
    content: "\e908";
    margin-left: -1em;
    color: #4d4d4d;
}

.icon-load .path8:before {
    content: "\e909";
    margin-left: -1em;
    color: #4d4d4d;
}

.icon-load .path9:before {
    content: "\e90a";
    margin-left: -1em;
    color: #4d4d4d;
}

.icon-minus .path1:before {
    content: "\e90b";
    color: #66ccff;
}

.icon-minus .path2:before {
    content: "\e90c";
    margin-left: -1em;
    color: white;
}

.icon-plus .path1:before {
    content: "\e90d";
    color: #3399ff;
}

.icon-plus .path2:before {
    content: "\e90e";
    margin-left: -1em;
    color: white;
}

.icon-plus .path3:before {
    content: "\e90f";
    margin-left: -1em;
    color: white;
}

.icon-right_arrow:before {
    content: "\e910";
}

.icon-sad .path1:before {
    content: "\e911";
    color: #f15a24;
}

.icon-sad .path2:before {
    content: "\e912";
    margin-left: -1em;
    color: white;
}

.icon-sad .path3:before {
    content: "\e913";
    margin-left: -1em;
    color: white;
}

.icon-sad .path4:before {
    content: "\e914";
    margin-left: -1em;
    color: white;
}

.icon-smile .path1:before {
    content: "\e915";
    color: #3399ff;
}

.icon-smile .path2:before {
    content: "\e916";
    margin-left: -1em;
    color: white;
}

.icon-smile .path3:before {
    content: "\e917";
    margin-left: -1em;
    color: white;
}

.icon-smile .path4:before {
    content: "\e918";
    margin-left: -1em;
    color: white;
}

.icon-arrow_right:before {
    content: "\e919";
}

.icon-arrow_back:before {
    content: "\e900";
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    line-height: 1;
    line-height: 1em;
    font-size: 1em;
    color: #000;
    font-family: "Fira Sans", sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

    input[type="checkbox"] + label:hover, input[type="radio"] + label:hover {
        cursor: pointer;
    }

    input[type="checkbox"]:checked + label {
        background: url("images/checkbox.jpg") no-repeat;
    }

    input[type="radio"]:checked + label {
        background: url("images/radio.jpg") no-repeat;
    }

    input[type="checkbox"] + label {
        display: inline-block;
        height: 30px;
        padding: 4px 40px 0;
        background: url("images/checkbox_uncheced.jpg") no-repeat;
    }

    input[type="radio"] + label {
        display: inline-block;
        height: 30px;
        padding: 6px 40px 0;
        background: url("images/radio_unchecked.jpg") no-repeat;
    }

textarea {
    resize: none;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.site {
    max-width: 1140px;
    margin: 0 auto;
}

img {
    width: 100%;
}

#page {
    padding: 20px;
}

.btnSimple {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}

    .btnSimple:hover {
        cursor: pointer;
    }

.clearFix {
    clear: both;
}

.center {
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main {
    position: relative;
}

#mainInfoArea {
    margin: 25px 0 0;
    position: relative;
}

    #mainInfoArea #btnBack, #mainInfoArea #btnBasket {
        height: 35px;
        width: 100%;
        color: #ffffff;
    }

        #mainInfoArea #btnBack a:link, #mainInfoArea #btnBack a:visited, #mainInfoArea #btnBack a:link, #mainInfoArea #btnBasket a:link, #mainInfoArea #btnBasket a:visited, #mainInfoArea #btnBasket a:link {
            text-decoration: none;
            color: #ffffff;
            display: block;
            width: 100%;
            height: 100%;
        }

    #mainInfoArea #btnBack {
        background-color: #3399ff;
        font-size: 25px;
        max-width: 70px;
        text-align: center;
        position: relative;
        background-image: url("images/arrow-back.png");
        background-position: center;
        background-repeat: no-repeat;
        padding:0
    }

    #mainInfoArea #btnBasket {
        background-color: #3399ff;
        float: right;
        line-height: 1;
        font-size: 1.125em;
        font-weight: 700;
        position: relative;
        background-image: url("images/arrow-right.jpg");
        background-position: right;
        background-repeat: no-repeat;
    }

        #mainInfoArea #btnBasket .lblBasket {
            position: absolute;
            margin: 0 10px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

        #mainInfoArea #btnBasket .totalprice {
            position: absolute;
            margin-right: 5px;
            right: 40px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    #mainInfoArea .lbl {
        font-size: 1.125em;
        font-family: 'Fira Sans', sans-serif;
        color: #3399ff;
        font-weight: 700;
        text-align: center;
        margin: 25px 0;
    }

.prefQuantityLabel {
    /*float: left;*/
    padding-top: 10px;
    margin-left: 10px;
    word-break: break-word;
    padding-left: 150px;
    width: 340px;
    word-break: break-word;
}

.prefQuantityAdd {
    width: 40px;
    height: 35px;
    background-image: url("images/add.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3399ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.prefQuantityInput {
    font-size: 1.125em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
    border: none;
    width: 15%;
    max-width: 148px;
    padding: 6px 10px;
    color: #666666;
    text-align: center;
    float: left;
}

.prefQuantitySubtract {
    width: 40px;
    height: 35px;
    background-image: url("images/subtract.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #66ccff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    height: 60px;
}


body {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.text-myFood {
    max-width: 100%
}
.label-myFood {
    margin-bottom:5px;
}

.validationError {
    color:red;
    font-size:small
}
.btn-outline {
    color: #131416;
    border: 1px solid #727883;
    background: none;
}
.pac-container {
    z-index: 10000 !important;
}


.locationBox {
    min-width: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 80px;
    width: 100%;
    padding: 15px;
    background-color: #EAEAEA;
    color: #666;
}
.locationBoxHeader {
    font-weight: bold;
    margin-bottom: 10px;
}
.locationBoxAddressLine{
    word-wrap:normal;
}
.locationBoxButtonArea {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 55px;
    float: right;
    bottom: 57px;
    background-color: #A0A0A0;
}
.locationBoxButtonIcon {
    position: absolute;
    top: 5px;
    right: 13px;
    font-size: 26px !important;
    color: white;
}

.footerIconContainer {
    text-align: center;
}

.comboItem {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    padding-left: 5px;
}


.simpleContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .simpleContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 25px;
    background-color: white;
}

.checkmarkRadioBtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
}

.captionTitle {
    font-weight: bold;
}

.bannerImage{
    max-height:400px;
}

.bannerImageContainer {
    height: 400px;
    padding: 0px
}

.paymethodMenu {
    background-color: #EAEAEA
}

.selectedPaymethod {
    background-color: transparent;
    padding: 0px!important;
    text-align: right;
}
.headerLineOption{
    color:#666 !important;
}

.headerLineOption:hover,
.headerLineOption:focus,
.headerLineOption:active {
    background-color: #428bca !important;
}

.paymethodOption:hover {
    color: black!important;
}
.paymethodOption:focus {
    color: black !important;
}
.navigatorBar {
    position: absolute;
    z-index: 10;
}
.navigatorBarIcon {
    text-decoration: none;
    font-size: 30px!important;
    text-align: left;
    padding:5px;
}

.verticalCategoryMenu {
    position: sticky;
    top: 20px;
    height:75vh;
    overflow-y:auto;
    padding-top: 50px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
    .verticalCategoryMenu::-webkit-scrollbar {
        display: none;
    }


.horizontalCategoryMenu {
    display:none;
}

.horizontalCategoryMenuContainer {
    overflow-x: scroll;
    background: white;
    white-space: nowrap;
    z-index: 100;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: sticky;
    top: 55px;
    margin-right: 10px;
    margin-left: 10px;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .horizontalCategoryMenuContainer::-webkit-scrollbar {
        display: none!important;
    }

anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.branchIcon {
    position: absolute;
    top: 80%;
    right: 15%;
    box-shadow: 0 0 0 1px rgba(67,41,163,.08), 0 1px 5px 0 rgba(67,41,163,.08);
    background: #fff;
    width: 100px;
    height: 100px;
}

.cardValidation {
    width: 400px !important;
    height: 400px !important;
}

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    margin-left:0px;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    width:100%;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('/images/facebook_icon.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }


/* Google */
.loginBtn--google {
    background: #DD4B39;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('/images/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #E74B37;
    }


@font-face {
    font-family: 'SimpleLive';
    src: url('fonts/simplelive.eot');
    src: url('fonts/simplelive.woff') format('woff'), url('fonts/simplelive.ttf') format('truetype'), url('fonts/simplelive.svg') format('svg');
}

.vp_sc_iframe {
    z-index:100000 !important;
}

.simplelivefont {
    display: inline-block;
    font: normal normal normal 14px/1 SimpleLive;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sl-5x {
    font-size: 5em;
}

.sl-fw {
    width: 1.28571429em;
    text-align: center;
}

.sl-wallet:before {
    content: "\61"
}

.sl-document:before {
    content: "\62"
}

.sl-backInTime:before {
    content: "\63"
}

.sl-grid:before {
    content: "\64"
}

.sl-history:before {
    content: "\66"
}

.sl-closeLook:before {
    content: "\67"
}

.sl-graphs:before {
    content: "\6a"
}

.sl-mesureUnits:before {
    content: "\6b"
}

.sl-chefHat:before {
    content: "\6c"
}

.sl-preferences:before {
    content: "\6d"
}

.sl-pricebooks:before {
    content: "\6e"
}

.sl-bookClose:before {
    content: "\6f"
}

.sl-trash:before {
    content: "\70"
}

.sl-payMethods:before {
    content: "\71"
}

.sl-mail:before {
    content: "\72"
}

.sl-cloud:before {
    content: "\73"
}

.sl-data:before {
    content: "\74"
}

.sl-users:before {
    content: "\75"
}

.sl-generalPlan:before {
    content: "\76"
}

.sl-order:before {
    content: "\77"
}

.sl-inventory:before {
    content: "\78"
}

.sl-active:before {
    content: "\7A"
}

.sl-shops:before {
    content: "\41"
}

.sl-balance:before {
    content: "\42"
}

.sl-chart2:before {
    content: "\43"
}

.sl-ingredients:before {
    content: "\44"
}

.sl-excel:before {
    content: "\45"
}

.sl-recipe:before {
    content: "\46"
}

.sl-print:before {
    content: "\47"
}

.sl-receive:before {
    content: "\69"
}

.sl-mapPin:before {
    content: "\65"
}

.sl-businessMan:before {
    content: "\79"
}

.sl-cartAboveLine:before {
    content: "\49"
}

.sl-trashAboveLine:before {
    content: "\50"
}

.sl-documentAboveLine:before {
    content: "\51"
}

.sl-plusSign:before {
    content: "\4E"
}

.sl-minusSign:before {
    content: "\4F"
}
.sl-dot:before {
    content: "\32"
}
.sl-checkmark:before {
    content: "\31"
}
.sl-arrow-right:before {
    content: "\55"
}
.sl-navigator-icon:before {
    content: "\40"
}
.sl-pen:before {
    content: "\3E"
}
.sl-trashCan:before {
    content: "\3F"
}

.sl-camera:before {
    content: "\33"
}

.sl-facebook:before {
    content: "\34"
}

.sl-instagram:before {
    content: "\35"
}

.sl-bag:before {
    content: "\37"
}

.sl-bag-alt:before {
    content: "\38"
}

.sl-tripAdvisor:before {
    content: "\39"
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 1000px) {
    .verticalCategoryMenu {
        display: none;
    }
    .horizontalCategoryMenu {
        display: initial;
    }
    .footerIconContainer {
        display:none;
    }

}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 800px) {
    .navigatorBarName{
        display:none;
    }
    .bannerImageContainer {
        height: 240px;
    }
    .bannerImage {
        max-height: 240px;
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 370px) {
    /* Hide captions */
    #popupSimple {
        left: 187px;
    }
}

.underline {
    text-decoration: underline!important;
}

.invertColor {
    -webkit-filter: invert(70%);
    filter: invert(70%);
}


.callWaiterButton {
    line-height: 0; 
    display: inline-block;
    margin: 5px;
    border: 4px solid rgba(200,200,200,0.4);
    border-radius: 50%;
    transition: linear 0.25s;
    height: 80px;
    width: 80px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.callWaiterOption {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    width: 300px;
    border-radius: 10px;
    color: #fff;
}

    .callWaiterButton img {
        border-radius: 50%;
    }

.callWaiterButton:hover, .callWaiterOption:hover {
    transition: ease-out 0.2s;
    border: 4px solid rgba(0,0,0,0.2);
    -webkit-transition: ease-out 0.2s;
}