.theme-product-pricing-area, [data-zs-pricing-container],.theme-payment-info .theme-payment-info-list:not(:first-child), .item-price, .theme-cart-price-label,.theme-cart-view-product-price, .theme-cart-view-product-subtotal-wrap,.theme-cart-view-head-subtotal, .theme-cart-summary-details, #zs-order-summary-content {
    display: none!important;
}


.theme-checkout-steps li:not(:first-child){
    display:none!important;
}

.theme-checkout-steps li::after, [data-zs-container-shipping-method], [data-zs-container-review-order]{
    display:none!important;
}

.zcs_checkout_loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index:999;
}