.shop_table.shop_table_responsive.cart .product-price,
.product-subtotal
{
    display: none;
}
.cart_totals h2:first-child {
    display: none;
}
.cart_totals .shop_table.shop_table_responsive{
    display:none;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 135px;
}
.woocommerce .quantity .qty{
    border-radius:0px;
}
.woocommerce table.shop_table{
    border-radius: 1px;
}
#coupon_code{
    padding: 8px 5px;
}
.shop_table.shop_table_responsive.cart thead th {
    text-transform: uppercase;
    font-weight: 900;
}
.product-total{
    display:none
}
tr.cart-subtotal,
tr.order-total{
    display: none;
}
