﻿.cart_container {
    position: relative;
    width: 268px;
    height: auto;
    border: 1px solid #3a8700;
    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: #3a8700;
        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 #357a01;
    }

        .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: #3a8700;
            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: #767676;
            }

        .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 .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: #3a8700;
        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: #357a01;
    }

    .coupon_container h2 {
        text-transform: uppercase;
        color: white;
        background: #3a8700;
        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 #357a01;
                        }

                        .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: #357a01;
        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: #767676;
    width: 100%;
    cursor: pointer;
}

    .cart_container a#btnDontFollow:hover {
        text-decoration: underline;
    }

.cart_container .addbeverage_container {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    color: #357a01;
    padding: 0.25em 0.75em 0 0.75em;
}

    .cart_container .addbeverage_container a {
        color: #357a01;
        cursor: pointer;
        line-height: 2em;
    }

    .cart_container .addbeverage_container .icon_font {
        font-size: 1.2em;
        vertical-align: middle;
    }

.items_wrapper.beverage_highlight {
    background: red;
}
