﻿.hide {
    display: none;
}

.nooverflow {
    overflow-x: hidden;
}

ul.nav {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
}

    ul.nav li {
        display: inline-block;
        float: none;
    }

.sticky-offset {
    top: 60px;
}


@media screen and (max-width: 480px) {
    .sticky-offset {
        top: 75px;
    }
}

.menubar {
    z-index: 1021;
}

.show .navbar-nav {
    background-color: black;
}

.filler {
    height: 60px;
}

.menuDescription p {
    margin: 0;
    font-weight: 400;
    padding: 1rem;
    background-color: #ffe;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.04) 0px 1px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
}

#category_list {
    overflow-x: auto;
}

.cat-item {
    border: 1px solid #ccc !important;
    border-radius: 20px !important;
    margin: 0 5px !important;
}

.category_list_wrap {
    overflow-x: hidden;
    padding-left: 50px;
    position: relative;
}

    .category_list_wrap select {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        padding-left: 0;
    }

.category .categoryName {
    font-size: 1.5rem;
    padding-top: 1rem;
    font-weight: 700;
}

.category .categoryDescription {
    font-size: 0.75rem;
    margin: 0;
}

.product {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.04) 0px 1px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
}

    .product:hover {
        background-color: #f7f7f7;
    }

    .product .information h4 {
        font-size: 1rem;
    }

    .product .information p {
        font-size: 0.75rem;
    }

    .product .thumb {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 5rem;
        height: 5rem;
    }

    .product .details .price {
        margin: 0;
        font-weight: 500;
    }


.actions {
    position: absolute;
    top: 5px;
    right: 5px;
}

.addButton, .removeButton {
    border: 2px solid #aaa;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    color: #07f;
    background-color: white;
}

    .addButton.waiting:hover, .removeButton.waiting:hover {
        color: transparent;
        border-color: transparent;
    }

    .addButton:hover, .removeButton:hover {
        color: #02f;
        border-color: #07f;
    }

#basket {
    height: 100vh;
    align-items: flex-start;
}

#checkoutButton {
}

.basketOrderDetails h2 {
    font-size: 1.3rem;
}

.DeliveryMethodPanel label {
    width: 100%;
}

.noItemsInBasketMessage {
    font-size: 1rem;
}

#warning {
    background-color: rgba(127,127,127,0.1);
}

    #warning p {
        margin: 0;
    }

label .checksign {
    display: none;
}

label.selected .checksign {
    display: block;
}

.basketItemList {
    list-style: none;
    max-height: 45vh;
    overflow-y: auto;
}

    .basketItemList .basketItemDescription {
        font-size: 0.8rem;
        display: block;
        margin-left: 35px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 2px;
        position: relative;
        font-family: inherit;
        font-weight: 300;
        text-transform: none;
    }

    .basketItemList .basketItem {
        position: relative;
        margin-bottom: 16px;
        margin-top: 16px;
    }

.basketItem .basketItemQuantity {
    font-weight: 500;
}

.basketItem .basketItemPrice {
    position: absolute;
    right: 0;
    top: 0;
}

.totalsContainer {
    border-top: 1px solid #ccc;
}

.basketTotal {
    font-size: 1rem !important;
}

.totalsContainer p {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 0.8rem;
}

    .totalsContainer p span {
        position: absolute;
        top: 0;
        right: 0;
    }

.waiting {
    background-image: url(/imgfix/loading.gif);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #eee;
    color: transparent;
}

#popupContainer.show {
    display: block;
}

#popupContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 1021;
    display: none;
}

#popupOverlay {
    background-color: #000;
}

#popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: .65;
    filter: alpha(opacity = 65);
    z-index: 3;
}

.combopicker__dialog.show {
    display: block;
}

.combopicker__dialog {
    display: none;
    position: relative;
    z-index: 4;
    margin: 0 auto;
}

    .combopicker__dialog .combopicker {
        box-shadow: none;
    }

.combopicker {
    font-size: 16px;
    line-height: 19px;
    box-shadow: #999 0 0 2px;
    box-sizing: border-box;
    margin: 20px auto;
    width: 460px;
}

@media screen and (max-width: 480px) {
    .combopicker {
        width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.combopicker * {
    box-sizing: border-box;
}

.combopicker__close {
    cursor: pointer;
    float: right;
    margin: 16px 16px 0 0;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 4px;
}

.combopicker__header h1 {
    padding: 16px;
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
    margin: 0;
}

#menupicker_dishdesc {
    padding: 1rem;
    margin: 0;
}

.combopicker__options-header {
    min-height: 44px;
    width: 100%;
    overflow: hidden;
}

#menupicker_dishpic {
    width: 100%;
}

.combopicker h2 {
    font-size: 16px;
    line-height: 19px;
    padding: 12px 16px;
    float: left;
    text-transform: none;
    margin: 0;
}

.combopicker__close.reset {
    background-color: rgba(0, 0, 0, 0.1);
}

.combopicker__close.reset {
    margin-top: 8px;
}

.combopicker__options {
    height: auto;
    max-height: 435px;
    overflow-y: auto;
}

.combopicker__option-details:before {
    content: '+';
    border-radius: 15px;
    padding: 0 4px;
    font-family: Courier New, Courier, monospace;
}

.combopicker__option-details.selected:before {
    content: '';
    border: none;
    padding: 0;
}

.combopicker__option-details {
    display: block;
    padding: 12px 16px 12px 16px;
    padding-left: 15px;
}

    .combopicker__option-details.selected .menupicker_qty {
        display: inline-block;
    }

    .combopicker__option-details .menupicker_qty {
        display: none;
        padding: 1px 5px;
        border-radius: 15px;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        text-align: center;
        font-weight: bold;
    }

    .combopicker__option-details p {
        display: inline;
    }

    .combopicker__option-details i {
        font-weight: 300;
        float: right;
    }

.combopicker__summary {
    padding: 16px;
    margin: -1px auto 0;
    overflow: hidden;
    position: relative;
}

.combopicker__price {
    float: left;
    font-weight: 500;
}

.combopicker__summary .actions .submit, .combopicker__summary .actions .resetExtras {
    font-weight: normal;
    padding: 14px 16px;
}

.actions .submit.disabled {
    opacity: 0.5 !important;
}

.actions .submit {
    -webkit-appearance: none;
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

#ShowMobileBasket {
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    min-height: 40px;
    z-index: 1000;
    text-align: center;
}

    .checkoutButton, #ShowMobileBasket .viewBasketLink {
        line-height: 30px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        border-radius: 2px;
        border: none;
        padding: 5px;
        display: block;
        width: 100%;
        cursor: pointer;
        outline: 0;
    }

#menu_description ul {
    margin: 5px;
    background-color: rgba(0,255,0,0.2);
    padding: 5px;
    list-style: none;
}

#menu_description li {
    text-align: center;
    margin: 5px 0;
}

    #menu_description li strong {
        font-weight: 600;
        color: darkblue;
        font-size: large;
    }


#menu_description b {
    font-weight: 600;
}

#menu_delivery_fee {
    margin-top: 10px;
}

#ShowMobileBasket {
    padding-bottom: 10px !important;
}