.woocommerce table.cart td:nth-of-type(4), .woocommerce table.cart th:nth-of-type(4) {
    display: none;
}
.woocommerce table.cart td:nth-of-type(6), .woocommerce table.cart th:nth-of-type(6) {
    display: none;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th:nth-of-type(2), .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td:nth-of-type(2) {
    display:none;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th:nth-of-type(1), .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td:nth-of-type(1) {
    width: 100%;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table > tfoot:nth-child(3) {
    display: none;
}
.woocommerce-table__product-table {
    display: none;
}
th.product-price {
    display: none;
}
td.product-price {
    display: none;
}
th.product-subtotal {
    display: none;
}
td.product-subtotal {
    display: none;
}
/* woodmart theme elements */
div.wd-checkout-prod-total {
    display: none;
}
/* Hide the totals, shipping etc. on the Thank You page. */
table.woocommerce-table--order-details > tfoot > tr:has(.woocommerce-Price-amount) {
    display: none;
}
li.woocommerce-order-overview__total {
    display: none;
}