/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Hide payment options on checkout */
/* Hide WooCommerce default Place Order button */
.wc-block-components-checkout-place-order-button {
    display: none !important;
}

/* Hide payment options section */
.wc-block-checkout__payment-method {
    display: none !important;
}
