#mame-checkout-redirect-block {
z-index: 1000;
border: none;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: rgb(255, 255, 255);
opacity: 0.6;
cursor: wait;
position: absolute;
}
#mame-checkout-redirect-block-content {
z-index: 1011;
position: absolute;
padding: 20px;
margin: 0px auto;
width: 30%;
text-align: center;
color: rgb(85, 85, 85);
border: 3px solid rgb(170, 170, 170);
background-color: rgb(255, 255, 255);
cursor: wait;
line-height: 32px;
top: 30%;
left: 35%;
}
.wc_payment_method.payment_method_postfinance img,
.wc_payment_method.payment_method_pf_efinance img,
.wc_payment_method.payment_method_pf_card img,
.wc_payment_method.payment_method_pf_amex img,
.wc_payment_method.payment_method_pf_diners img,
.wc_payment_method.payment_method_pf_eps img,
.wc_payment_method.payment_method_pf_giropay img,
.wc_payment_method.payment_method_pf_ideal img,
.wc_payment_method.payment_method_pf_jcb img,
.wc_payment_method.payment_method_pf_maestro img,
.wc_payment_method.payment_method_pf_maestro_uk img,
.wc_payment_method.payment_method_pf_mastercard img,
.wc_payment_method.payment_method_pf_paypal img,
.wc_payment_method.payment_method_pf_paysafe img,
.wc_payment_method.payment_method_pf_swissbilling img,
.wc_payment_method.payment_method_pf_twint img,
.wc_payment_method.payment_method_pf_visa img,
.wc_payment_method.payment_method_pf_creditcard img,
.wc_payment_method.payment_method_pf_direct img
{
width: auto;
height: 100%;
max-height: 30px;
}