Hello,
Do you mean that you want to completely remove cart order details on the cart page?
Then use the below code
.woocommerce-cart .col-md-5.cart-order-details, .woocommerce-cart .woocommerce .col-md-7 {
width: 100%;
}
.woocommerce-cart .cart-order-details {
display: none;
}
But how do you proceed to checkout if the order form removed?
Regards