/* body .woocommerce-checkout #payment .wc_payment_methods .payment_method_woocommerce_payments_lighthouse_gateway label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row!important; 
} */
body .woocommerce-checkout #payment .wc_payment_methods .payment_method_woocommerce_payments_lighthouse_gateway label {
    /* display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row!important;  */

    display: block;
}

.woocommerce-checkout-payment label[for='payment_method_woocommerce_payments_lighthouse_gateway'] {
    display: block;
}

#payment .wc_payment_methods .payment_method_woocommerce_payments_lighthouse_gateway label img {
    margin: 0 !important;
    margin-left: auto !important;
    float: right !important;
    /* width: 39px;
    height: 24px; */

}

#lighthouse-payment-iframe-container {
    transform: translateZ(0);
}

#lighthouse-payment-iframe-container iframe {
    width: 450px !important;
    height: 680px !important;
}

@media (max-width: 768px) {
    #lighthouse-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);
}