

/* Creates spacing around the 'x' button itself */
.woocommerce-cart-form a.remove {
    margin-right: 12px !important;
    display: inline-block;
}

.woocommerce table.cart td:nth-of-type(5), 
.woocommerce table.cart th:nth-of-type(5) {
    display: none;
}

/* Add space between the thumbnail column and the product title column */
.woocommerce-cart-form td.product-thumbnail {
    padding-right: 10px !important;
}

.woocommerce-cart-form td.product-name {
    padding-left: 1px !important;
}