#payment .payment_method_item .payment_method_wcc_awxpay.active img {
    width: 100%;
    height: 100%;
}
#success-message {
    font-size: 1.4em;
    color: #73AF55;
    padding: 10px 0;
}

#success-check {
    width: 100px;
    display: block;
    margin: 40px auto 0;
}

#success-check .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

#success-check .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}

#success-check .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}

#success-check .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
}

#airwallex-error-message{
    padding:20px;
    margin-bottom:20px;
}


@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

/*play css*/
.payment_method_item label{
    height: 80px;!important;
}
#applePayButton,
#googlePayButton
{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}

#apple_pay_error,
#google_pay_error {
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    color: #FF0000;
    z-index: 99;
    background: rgba(255, 255, 255, 0.75);
}
.payment_box.payment_method_wcc_awx_apple_pay,
.payment_box.payment_method_wcc_awx_google_pay
{
    min-height: 200px !important;
    margin-bottom: 50px;
}
.pay-button-top{
    margin-top: 10px;
    margin-bottom: 50px;
}
#ApplePayWait .pay-processing img {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    top: 10px;
    position: relative;
}
#ApplePayWait .pay-processing,
#googlePayWait .pay-processing
{
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 100px);
    color: #222;
    font-size: 14px;
    line-height: 80px;
}

#ApplePayWait,
#googlePayWait
{
    text-align: center;
    width: 100%;
    display: none;
    height: 50%;
    top:40px;
    left: 0;
    position: absolute;
    color: #4939E4;
    z-index: 99;
    background: rgba(255, 255, 255, 0.75);
}

#googlePayWait .pay-processing img {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    top: 10px;
    /*position: relative;*/
}

#payWait {
    text-align: center;
    width: 100%;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    color: #4939E4;
    z-index: 99;
    background: rgba(255, 255, 255, 0.75);
}
#payWait .pay-processing {
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 100px);
    color: #222;
    font-size: 14px;
    line-height: 40px;
}
#payWait .pay-processing img {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    top: 10px;
    position: relative;
}