 /*remove/hide one column from WooCommerce cart page
 Change number 4 with number of column you want to remove */
.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 table.cart td:nth-of-type(6), .woocommerce table.cart th:nth-of-type(6) {
display: none;
}

.wp-block-woocommerce-cart-order-summary-block {
    display: none;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
}

a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-weight: 700;
    font-size: 22px;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    display: none;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 100%;
}

@media only screen and (max-width: 767px){
    td.product-price {
    display: none !important;
}
    td.product-subtotal {
    display: none !important;
}
}


/* thank you page */
.woocommerce ul.order_details {
    display: none;
}
section.woocommerce-order-details {
    display: none;
}