﻿/* ONLINE STORE */
/*.content-wrapper {
    background-color: rgba(51, 51, 51, 0.1);
    padding-top: 20px;
    text-align: center;
}*/

/*.gift-cert-container {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px 0px;
    background-color: #fff;
    color: #c4280f;
}*/

/*.gift-cert-desc-container {
    padding: 0px 10px;
    text-align: center;
}*/

/*.gift-cert-price-container {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #c4280f;
}*/

/*.gift-cert-price {
    font-weight: bold;
    color: #fff;
}*/

/*.gift-cert-desc {
    font-size: 13px;
    color: #444;
}*/


/* END ONLINE STORE*/

#shoppingCartInfoContainer * {
    color: #513047 !important;
}

.gift-cert-container {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px 0px;
}

.gift-cert-title {
    color: #333;
}

.gift-cert-desc-container {
    padding: 0px 10px;
    text-align: center;
}

.gift-cert-desc {
    font-style: italic;
    font-size: 13px;
    color: #444;
}

.gift-cert-price-container {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #02a393;
}

.gift-cert-qty {
    color: #444;
}

.gift-cert-price {
    font-weight: bold;
    color: #fff;
}

.gift-cert-add {
    background-color: #02a393 !important;
}

.gift-cert-checkout, .gift-cert-buy {
    background-color: #02a393 !important;
}

.gift-cert-download {
    background-color: #02a393 !important;
}

.gift-cert-add:hover, .gift-cert-checkout:hover, .gift-cert-buy:hover, .gift-cert-download:hover {
    color: #fff !important;
}

table.gift-certs thead th {
    background-color: #02a393;
    color: #fff;
    border-bottom: 0px;
}

table.cart-summary {
    text-align: left !important;
}

table.cart-summary thead th {
    background-color: #dddddd;
    color: #333333;
}

    /*table.cart-summary a {
        color: #33b200;
    }*/

@media(max-width: 575px) {
    table .cart-summary {
        font-size: 0.8em;
    }
}
