#success-message {
    font-size: 1.4em;
    color: #73AF55;
    padding: 10px 0;
    text-align: center;
}
#success-message-new{
    font-size: 1.4em;
    color: #73AF55;
    padding: 10px 0;
    text-align: center;
}

#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;
    }
}

/*------Drop In------*/

.airwallex-content-drop-in {

    max-width: 100em;
    width: 95%;
    padding: 1vh 1vw;
    margin: 0 auto;
}

.airwallex-checkout {
    display: flex;
    width: 100%;
    margin-top: 1em;
    align-items: center;
    justify-content: center;

}

.airwallex-checkout.airwallex-tpl-2col-1 .airwallex-col-1 {
    flex-basis: 35%;
    padding-right: 1em;
}

.airwallex-checkout.airwallex-tpl-2col-1 .airwallex-col-2 {
    flex-basis: 90%;
}

.airwallex-checkout .cart-contents,
.airwallex-checkout .totals-table {
    max-width: 100%;
    border: 0;
}

.airwallex-checkout .cart-contents {
    margin-top: 0;
}

.airwallex-checkout .cart-contents *,
.airwallex-checkout .totals-table * {
    border: 0;
}

.airwallex-checkout .product-image {
    width: 30%;
}

.airwallex-checkout .price {
    font-size: 0.8em;
}

.airwallex-col-2 .secure_payment{
    font-size: 48px;
    text-align: center;
    margin: 0;
    margin-top: 1em;
    letter-spacing: 0.14em; /* 添加字母间距 */
    color: #000;
}
.airwallex-col-2 .payment-section {
    padding: 5em;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 16px 0px;
    margin-top: 1em;
}

.airwallex-checkout .airwallex-info {
    margin-bottom: 1em;
    color: #333;
}

.airwallex-checkout .cart-heading {
    margin-bottom: 0.5em;
    font-weight: bold;
}

.airwallex-tpl-2col-2 {
    flex-direction: row-reverse
}

.airwallex-checkout.airwallex-tpl-2col-2 .airwallex-col-1 {
    flex-basis: 35%;
    padding-right: 0;
}

.airwallex-checkout.airwallex-tpl-2col-2 .airwallex-col-2 {
    flex-basis: 65%;
    padding-right: 80px;
}
.airwallex-col-2  .flex-x-between .policy-link span{
    margin-left: 18px;
    font-size:18px;
    color: #aaa;
}
@media only screen and (max-width: 800px) {
    .airwallex-col-2  .flex-x-between .policy-link{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .airwallex-col-2  .flex-x-between .policy-link span{
        margin-left: 0;
        display: inline-block;
    }
    
}
.airwallex-col-2 .footer{
    padding: 0;
    display:flex;
    justify-content: space-between;
    margin-top:0.4em
}
.airwallex-col-2 .footer .pointer{
    font-size:18px;
    color:#aaa
}
.airwallex-col-2 .footer .cancel-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.airwallex-tpl-2row {
    flex-direction: column;
}

.payment-section .pay-airwallex-item{
    display: flex;
    height: 60vh;
    width: 100%;
    justify-content: space-between;
}

.airwallex-checkout.airwallex-tpl-2row .airwallex-col-1 {
    padding-right: 0;
}
.payment-section .pay-airwallex-item .payment-tips{
    margin-left: 3em;
    width: 50%;
}
.pay-airwallex-item .payment-tips .Payment_title{
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.pay-airwallex-item .payment-tips .Payment_description{
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}


.payment-section .pay-airwallex-item .payment-title-container{
    flex: 1;
}
.pay-airwallex-item .payment-title-container .payment_info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
    color: #000;
    font-weight: 600;
    padding: 0 0.22em;
}
@media only screen and (max-width: 800px) {
    .pay-airwallex-item .payment-title-container .payment_info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5em;
        color: #000;
        font-weight: 600;
        font-size: 20px;
        padding: 0 0.22em;
    }
    .airwallex-col-2 .secure_payment{
        font-size: 28px;
        margin-bottom: 0.2em;
    }
    .airwallex-col-2 .footer .cancel-button{
        align-items: flex-start;
    }


}
.payment-title-container .payment_info .session_amount{
    font-weight: 600;
}


@media (min-width: 801px) {
    .airwallex-checkout.airwallex-tpl-2row .product-image {
        width: 15%;
    }
}

@media (max-width: 800px) {
    .airwallex-checkout {
        flex-direction: column-reverse !important;
    }
    .airwallex-checkout.airwallex-tpl-2col-2 .airwallex-col-1 {
        padding-top: 2em;
        padding-right: 0;
    }

    .airwallex-checkout.airwallex-tpl-2col-2 .airwallex-col-2 {
        padding-right: 0;

    }

    .airwallex-checkout.airwallex-tpl-2col-2 .payment-section {
        padding: 1em;
    }
}
@media (max-width: 819px) {
    .airwallex-col-2 .payment-section {
        padding:0.5em;
    }
    .airwallex-col-2 .payment-section {
        display: flex;
        flex-direction: column;
    }
    .payment-section .pay-airwallex-item{
        display: block;
        height: 65%;
    }
    .payment-section .pay-airwallex-item .payment-tips{
        width: 100%;
        margin:1em 0 0 0 ;
    }
}
.payment-section .pay-airwallex-item .airwallex-drop-in{
    flex: 1;
}

/*------Card------*/
.airwallex-content-card {
    max-width: 800px;
    padding: 1vh 1vw;
    margin: 0 auto;
    text-align: center;
}

/*------WeChat------*/
.airwallex-content-wechat {
    max-width: 800px;
    padding: 1vh 1vw;
    margin: 0 auto;
    text-align: center;
}


.payment-section .airwallex-container .payment-container{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    min-width: 200px;
}
.payment-section .airwallex-container .payment-container .payment-price{
    padding: 0;
}