
h1, .h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size:28px;
}

h2, .h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size:24px;
}

.prodBuyNow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    border-radius: unset;
    background-color: #557c62;
    border-color: #557c62;
}

.prodBuyNow:hover, .prodBuyNow:active{
background-color: #ecc7c9;
    border-color: #ecc7c9;
}

.prodBuyNow:active:hover {background-color: #ecc7c9;
    border-color: #ecc7c9;
}

.products .prodPrice {
    font-size: 21px;
    font-weight: bold;
    margin-top: 10px;
}

.checkoutAddonBrowser.cardAddonBrowser .prodText
{
display: initial;
}

#cardPicker .addon {
    max-width: 
80px
;
}