/**
Version: 1.5
*/
.payment_method_gigibit img {
    max-height: 36px;
    vertical-align: middle;
    margin-left:10px;
}

/*#apple-pay-button {
    background: url(/wp-content/plugins/chtotopay-payment-gateway/includes/images/apple_pay_light.png);
    width: 342px;
    height: 56px;
    background-position: center;
    background-size: cover;
}

#google-pay-button {
    background: url(/wp-content/plugins/chtotopay-payment-gateway/includes/images/google_pay_light.png);
    width: 320px;
    height: 48px;
    background-position: center;
    background-size: cover;
}*/


#apple-pay-button {
    background: url(/wp-content/plugins/chtotopay-payment-gateway/includes/images/apple_pay_light.png);
    width: 49%;
    background-position: center;
    background-size: cover;
    display:inline-block;
    min-height: 50px;
    max-width: 200px;
}

#google-pay-button {
    background: url(/wp-content/plugins/chtotopay-payment-gateway/includes/images/google_pay_light.png);
    width: 49%;
    background-position: center;
    background-size: cover;
    margin-right: 2%;
    display:inline-block;
    min-height: 50px;
    max-width: 200px;
}

#google-pay-button.loading:after,
#apple-pay-button.loading:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-family:"Glyphicons Halflings";
    content: "\e031";
    background: rgba( 255, 255, 255, 0.7 );
    text-align:center;
    line-height:34px;
}
