.cartPopupButtons {
    text-align: center;
    margin-top: 0.7em;
    min-width: 300px;
    margin-left: -18px;
    margin-right: -18px;
}

.cartPopupButtons .orPadding {
    padding: 7px 0;
}

.addToCartPopupButtons {
    margin-left: 0;
    margin-right: 0;
}

li.paymentMethodLeft {
    float: left;
}

li.paymentMethodRight {
    float: right;
    margin-left: 10px;
}

#checkoutContentPanelPayment {
    padding: 10px 10px;
    position: relative;
}

#checkoutContentPanel {
    padding: 10px 10px;
}

#headlineDiv .headline {
    border-bottom: 1px #A5A5A5;
    font-size: 1.2em;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

#checkoutContentPanel.payWithCardSection {
    margin: 0;
}

.payPalBanner {
    text-align: center;
    margin-top: 5px;
}

button.doCheckoutBut.noMarginTop {
    margin-top: 0;
}

.orSeparator {
    display: inline-block;
    padding: 0 15px;
    margin-top: 8px;
    vertical-align: top;
}

.checkButton {
    min-width: 400px;
    vertical-align: top;
    display: inline-block;
    min-width: 28%;
}

.cartButtonsSection {
    text-align: right;
    margin-right: 30px;
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

.payPalCredit {
    display: inline-block;
}

.payPalCredit .imgPadding {
    padding-top: 5px;
}

#paymentMethodPayPal {
    margin-top: 16px;
}

.easyPaymentsValue {
    padding-left: 5px;
}

.continueErrorButton {
    float: right !important;
}

.fieldError {
    color: #ff4444;
}

#savePayPalPaymentInfo {
    margin-top: 10px;
    margin-left: 25px;
}

.paypal-icon {
    margin-right: 10px;
}

.default-payment-method {
    color: black;
    background-color: gold;
    border-color: gold;
}

.has-error {
    background: #f8b9b5 !important;
    border-color: #ef6158 !important;
}