﻿.cart_container {
    position: relative;
    width: 268px;
    height: auto;
    border: 1px solid #4f8509;
    border-radius: 0.5em;
    background: #fff;
    box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.85);
    z-index: 2;
    left: 2em;
}

    .cart_container > h2 {
        background: #4f8509;
        color: #fff;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0.5em;
        border-radius: 0.25em 0.25em 0 0;
    }

    .cart_container > h4 {
        text-align: center;
        font-size: 1.15em;
        font-weight: bold;
        padding: 0.5em 0.25em 0.25em 0.25em;
    }

    .cart_container .cart_items {
        font-size: 0.92em;
        text-align: left;
        border-bottom: 1px solid #183792;
    }

        .cart_container .cart_items > .single_item:first-child {
            border-top: none;
        }

    .cart_container .single_item {
        display: table;
        border-top: 1px dashed #d0d0d0;
        width: 100%;
        table-layout: fixed;
        padding-right: 1em;
        cursor: pointer;
    }

        .cart_container .single_item:hover {
            background: #f0f0f0;
        }

            .cart_container .single_item:hover > h4 {
                text-decoration: underline;
            }

        .cart_container .single_item > h4 {
            display: table-cell;
            font-weight: bold;
            vertical-align: middle;
            padding: 0.75em 0.5em 0.75em 1em;
            color: #000000;
        }

        .cart_container .single_item > span {
            color: #4f8509;
            display: table-cell;
            vertical-align: middle;
            text-align: right;
            width: 5em;
            padding: 0.5em 0 0.5em 0.5em;
        }

            .cart_container .single_item > span i {
                font-style: normal;
                color: #808080;
            }

        .cart_container .single_item > a {
            display: table-cell;
            width: 2em;
            padding: 0.5em 0.75em 0.5em 0.75em;
            vertical-align: middle;
        }

        .cart_container .single_item > p {
            display: table-row;
        }

            .cart_container .single_item > p > span {
                display: table;
                color: #4a4a4a;
                width: 250px;
                font-size: 0.92em;
            }

        .cart_container .single_item .singleitemdesc {
            font-size: 1em;
            line-height: 1.25em;
            display: block;
            margin: 0 0 0.5em 1em;
            padding-left: 1em;
        }

            .cart_container .single_item .singleitemdesc strong {
                color: #2a2a2a;
            }

        .cart_container .single_item .nondiscountable {
            margin-left: -1.1em;
        }

    .cart_container .order_type {
        text-align: center;
        border-bottom: 1px solid #183792;
        display: table;
        width: 100%;
        position: relative;
    }

        .cart_container .order_type > a {
            display: table-cell;
            padding: 0.25em 0 0.5em 0;
            border-bottom: 0.2em solid #fff;
        }

            .cart_container .order_type > a:hover {
                border-color: #D5DAE8;
            }

            .cart_container .order_type > a > i {
                font-style: normal;
                line-height: 1em;
            }

            .cart_container .order_type > a:hover > i:before,
            .cart_container .order_type > a:hover > span {
                color: #4a4a4a;
            }

            .cart_container .order_type > a > span {
                display: block;
                color: #acacac;
                line-height: 1.15em;
            }

            .cart_container .order_type > a > i:before {
                font-family: bmicons;
                display: inline-block;
                text-decoration: none;
                font-size: 1.5em;
                line-height: 1.15em;
                width: 1.25em;
                color: #acacac;
                vertical-align: bottom;
            }

        .cart_container .order_type .order_type_highlight {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0.25em;
            background: #183792;
        }

    .cart_container .pickup_selected > a.pickup > i:before,
    .cart_container .delivery_selected > a.delivery > i:before,
    .cart_container .dinein_selected > a.dinein > i:before,
    .cart_container .pickup_selected > a.pickup > span,
    .cart_container .delivery_selected > a.delivery > span,
    .cart_container .dinein_selected > a.dinein > span {
        color: #183792;
    }


    .cart_container .widebutton {
        color: #ffffff;
        display: block;
        margin: 0 2em;
    }

        .cart_container .widebutton.disabled {
            background: #acacac;
            color: #d0d0d0;
            box-shadow: none;
            height: 0;
        }

.checkout_button {
    cursor: pointer;
    margin-bottom: 0.5em;
    overflow: hidden;
}

    .checkout_button.disabled {
        height: 0;
    }

.nondiscountable {
    font-weight: bold;
    color: #ae3b1d;
    font-size: 0.9em;
    vertical-align: middle;
}

.cart_errormsg {
    color: #ae3b1d;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0;
    padding: 0 0.5em;
}

.cart_storemsg {
    text-align: center;
    font-size: 1em;
    color: black;
    background: #FFE9B0;
    border-top: 1px solid #ae3b1d;
    border-bottom: 1px solid #ae3b1d;
    padding: 0.5em;
    margin: 0.5em 0;
}

.totals {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0.5em 0;
}

    .totals div {
        display: table-row;
    }

        .totals div > h4 {
            display: table-cell;
            text-align: right;
            font-style: normal;
            width: 100%;
            padding: 0.25em;
            font-weight: bold;
        }

        .totals div > span {
            display: table-cell;
            width: 7em;
            padding-right: 2.5em;
            text-align: right;
        }

    .totals input[type=text] {
        width: 4em;
        border: 1px solid #d0d0d0;
        text-align: center;
    }

    .totals span i {
        color: #6b8e23;
        font-style: normal;
        font-weight: bold;
    }

input.tiptext {
    font-family: monospace;
    font-size: 1em;
    width: 5em;
    border: 1px solid #cacaca;
    outline: none;
    padding: 0.125em;
    text-align: right;
}

.coupon_container {
    width: 100%;
    text-align: center;
    font-size: 0.925em;
}

    .coupon_container a {
        font-size: 1em;
        text-decoration: underline;
        color: #183792;
    }

    .coupon_container h2 {
        text-transform: uppercase;
        color: white;
        background: #4f8509;
        font-size: 1em;
        padding: 0.5em 0;
        margin-top: 1em;
    }

    .coupon_container .couponlist_container {
        padding: 0 0.75em 0.75em 0.75em;
    }

        .coupon_container .couponlist_container table {
            border: 0;
        }

            .coupon_container .couponlist_container table td {
                padding: 0.5em 0.5em;
                border: 0;
                text-align: left;
                vertical-align: middle;
            }

                .coupon_container .couponlist_container table td[colspan] {
                    padding: 0;
                    border-bottom: 0;
                }

                .coupon_container .couponlist_container table td table {
                    display: block;
                }

                    .coupon_container .couponlist_container table td table td {
                        display: block;
                        border: 0;
                        float: left;
                        padding: 0.25em;
                    }

                        .coupon_container .couponlist_container table td table td span,
                        .coupon_container .couponlist_container table td table td a {
                            border-bottom: 0.25em solid #f0f0f0;
                            display: block;
                            width: 100%;
                            height: 100%;
                            padding: 0.5em 1em;
                            text-decoration: none;
                            color: #4a4a4a;
                        }

                        .coupon_container .couponlist_container table td table td span {
                            border-bottom: 0.25em solid #183792;
                        }

                        .coupon_container .couponlist_container table td table td a:hover {
                            border-bottom: 0.25em solid #4f8509;
                        }

.row_selected {
    font-weight: bold;
    font-style: italic;
}

.coupon_errormsg {
    color: #ae3b1d;
    font-size: 0.8em;
}

.promocode_container {
    width: 400px;
    text-align: center;
}

    .promocode_container > div {
        padding: 1em;
    }

    .promocode_container > h3 {
        font-weight: bold;
        margin-bottom: 0.5em;
    }

.cart_notempty {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}

    .cart_notempty > h2 {
        color: #ae3b1d;
        padding: 1em 0 0.5em 0;
        font-size: 1.2em;
        font-weight: 500;
    }

    .cart_notempty > h3 {
        color: #4a4a4a;
        padding: 0 0 2em 0;
        font-size: 1.1em;
        font-weight: 400;
    }

    .cart_notempty > a {
        color: #183792;
        text-decoration: underline;
    }

    .cart_notempty a.widebutton {
        font-size: 1em;
        text-decoration: none;
        font-weight: lighter;
    }

.cart_container a#btnDontFollow {
    position: absolute;
    bottom: -3.5em;
    padding: 1em;
    display: block;
    text-align: center;
    color: #808080;
    width: 100%;
    cursor: pointer;
}

    .cart_container a#btnDontFollow:hover {
        text-decoration: underline;
    }

.cart_container .cart_delivery {
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #183792;
    text-align: left;
}

    .cart_container .cart_delivery .cart_errormsg {
        margin: 0.75em 0 0 0;
    }

    .cart_container .cart_delivery div {
        text-align: left;
        padding: 0 1em;
        color: #183792;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-weight: bold;
    }

    .cart_container .cart_delivery select {
        padding: 0.25em;
        margin: 0.5em 0 0.25em 0;
    }

    .cart_container .cart_delivery div a {
        display: block;
        float: left;
        border-left: 1px solid #4f8509;
        padding: 0 0.5em;
        color: #4f8509;
        text-decoration: underline;
        margin: 0.25em 0;
        font-weight: normal;
    }

        .cart_container .cart_delivery div a:first-child,
        .cart_container .cart_delivery div a:nth-child(2) {
            border-left: none;
        }

.cart_container .addbeverage_container {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    color: #183792;
    padding: 0.25em 0.75em 0 0.75em;
}

    .cart_container .addbeverage_container a {
        color: #183792;
        cursor: pointer;
        line-height: 2em;
    }

    .cart_container .addbeverage_container .icon_font {
        font-size: 1.2em;
        vertical-align: middle;
    }

.items_wrapper.beverage_highlight {
    background: red;
}
