.stripe-source .radio{
    float: left;
    margin-top: 20px;
}
.stripe-source label{
    display: table;
}
.stripe-source span{
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
}
/*.stripe-source img{*/
    /*height: 50px;*/
    /*width: 100px;*/
/*}*/
.stripe-payment .radio{
    float: left;
    margin-top: 10px;
}
.stripe-payment .label{
    display: table;
}
.stripe-payment span{
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
}
.stripe-payment img{
    padding-right: 5px;
}

#magenest_stripe_ideal-payment-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.StripeElement {
    background-color: white;
    /*height: 40px;*/
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#magenest_stripe-card-errors {
    height: 20px;
    padding: 4px 0;
    color: #e02b27;
}

#magenest_stripe_ideal-payment-form input {
    padding: 10px 12px;
}

#magenest_stripe_ideal-payment-form input:focus,
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

#apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}

#magenest_stripe_sepa-error-message.visible, #magenest_stripe_sepa-bank-name.visible {
    opacity: 1;
    transform: translateY(0);
}

#magenest_stripe_sepa-error-message, #magenest_stripe_sepa-bank-name {
     min-height: 20px;
     font-size: 14px;
     opacity: 0;
     transform: translateY(4px);
     transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
#magenest_stripe_sepa-error-message{
    margin-top: 12px;
    color: #fa755a;
}