﻿
.shoppingcard-footer
{
    color:#fff;
    padding:20px;
}

.shoppingcard-footer .btn-block
{
    float:right;
}

.shoppingcard-item
{
    display:block;
    min-height:200px;
    margin-bottom:20px;
    padding:20px;
}

.shoppingcard-item h3{
    margin:0;
    padding:0px 0 15px 0;
    font-size:130%;
}

.item-total-price
{
    font-weight:bold;
    padding:5px;
    color:#000;
    float:right;
}

.item-options-table
{
    width:350px;
    border:0;
    margin-bottom:0;
}

.item-options-table td
{
    font-size:90%;
}

.item-spacer td
{
    height:10px;
}

.date-panel 
{
    font-weight:normal;
    font-size:80%;
    text-transform:uppercase;
    padding-bottom:7px;
}

.footer-price
{
    font-size:120%;
    font-weight:700;
}

.footer-price-label
{
    padding-right:40px;
}

.remove-discount-button {
    margin-left: 20px;
}

    .remove-discount-button:hover {
        cursor: pointer;
    }

.remove-regulardiscount-button {
    margin-top: 6px;
}

.remove-event-button {
    font-size: small;
    margin-left: 10px;
    cursor: pointer;
    color: #000;
}