/*
span.woocommerce-Price-amount.amount,
span.product-quantity,
table.order-review,
ul.wc_payment_methods.payment_methods.methods,
.checkout .woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-billing-fields > h3:not(.quote-billing-header),
.woocommerce-order-details__title,
.woocommerce-table--order-details tfoot,
.woocommerce-table--order-details .product-quantity,
.woocommerce-table--order-details .woocommerce-table__product-table.product-total,
.woocommerce-table--order-details .woocommerce-table__product-total.product-total,
.woocommerce-column__title{
    display: none !important;
}
*/
.checkout .woocommerce-additional-fields{
    padding-right: 45px;
}
#order_comments{
    resize: none;
    height: 200px;
}

ul.wc_payment_methods.payment_methods.methods,
.checkout .woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-billing-fields > h3:not(.quote-billing-header),
.woocommerce-order-details__title,
.woocommerce-table--order-details tfoot tr:nth-child(1),
.woocommerce-table--order-details tfoot tr:nth-child(2),
.woocommerce-column__title,
.woocommerce-customer-details,
table.order-review .cart-subtotal{
    display: none !important;
}
.woocommerce-table--order-details tfoot tr:nth-child(3) td span{
    font-weight: 700;
}
