/* Mobile only - WooCommerce checkout */
@media (max-width: 767px) {
    body.woocommerce-checkout form.checkout #customer_details, body.woocommerce-checkout .woocommerce form.checkout #order_review {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
    }
}