body .woocommerce-checkout #payment .wc_payment_methods .wc_payment_method label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#payment .wc_payment_methods .wc_payment_method label img {
    margin: 0 !important;
    margin-left: auto !important;


    float: right !important;

}

#payment-iframe-container iframe {
    width: 450px !important;
    height: 680px !important;
}

@media (max-width: 768px) {
    #payment-iframe-container iframe {

        width: 95% !important;
        height: 88% !important;
    }
}

.checkout-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    text-decoration: none;
    color: #fff;
}

.checkout-close:before {
    transform: rotate(45deg);
}

.checkout-close:before,
.checkout-close:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #fff;
}

.checkout-close:after {
    transform: rotate(-45deg);
}