.hidden {
display: none;
visibility: hidden;
}
#customer_details .col-2 {
display: none;
}
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .woocommerce-shipping-destination,
.woocommerce-checkout-review-order-table .shipping-calculator-button {
display: none;
}
.woocommerce-cart-form {
width: 100% !important;
}
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
display: none;
}