.woocommerce-cart-form .shop_table .cart_item td {
    border-width: 1px 0 0 0;
    text-align: left;
    padding: 5px 12px;
}

@media only screen and (max-width: 601px) {
    .shop_table .product-price, .shop_table .product-thumbnail {
        display: block;
    }
}

.woocommerce .woocommerce-cart-form table.cart.shop_table {
    border: 0px;
}

.actions .coupon button[name='apply_coupon'] {
    border-radius: 0;
    line-height: 30px;
    padding: 5px 25px;
    height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.actions .coupon input[name='coupon_code'] {
    line-height: 30px;
    padding: 4px 6px;
    font-size: 13px;
    width: 160px;
    height: 40px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    margin: 0 4px 0 0;
    outline: 0;
}

.shop_table.shop_table_responsive.cart {
    border-bottom: 1px solid #eee !important; 
}

#order_review table tfoot th {
    text-align: left;
    border-right: 1px solid #eee;
}