/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* 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;
}
.cart_totals h2{
    display: none;
}
.cart_totals table{
    display: none;
}
.woocommerce-checkout-review-order-table tfoot{
    display: none;
}
.woocommerce-checkout-payment ul{
    display: none;
}
.order-details{
    display: none;
}
.woocommerce-order-overview li:nth-child(4){
    display: none;
}
.woocommerce-order-overview li:nth-child(5){
    display: none;
}
#place_order{
    margin: 20px auto !important;
}