/**
 * PWL Skip Cart - Custom Styles
 * 
 * Add your custom CSS here to style checkout-related elements
 * when the cart page is skipped.
 */

 /* Hide the cart button in the mini cart */
.wp-block-woocommerce-mini-cart-cart-button-block{
    display: none !important
}

.wc-block-components-totals-footer-item-tax,
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{
    font-weight: 400 !important;
}

.wc-block-components-form .wc-block-components-checkout-step{
    margin: 0 0 10px !important;
}