.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 {

    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;
}

.paypal-cards-icon {
    width: 110px;
    height: auto;
    margin-right: 10px;
    margin-top: -7px;
}

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

.iframe-paypal-connect {
    text-align: center;
    margin-bottom: 10px;
}

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

.paypal-connect-button-container {
    height: 75px;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 25px;
    min-width: 150px;
    max-width: 750px;
    font-size: 0;
}

.iframe-paypal-connect iframe {
    background-color: transparent;
    border: none;
    opacity: 1;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.save-payment-info-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#save-payment-info-text {
    font-size: x-large;
}

.save-payment-info {
    text-align: -webkit-center;
}

.save-payment-info-form-action {
    position: relative;
    max-width: 750px;
}

#paypalButton {
    position: absolute;
    width: 100%;
    opacity: 0;
}