/* Product remove */
.shop_table.shop_table_responsive.cart th.product-remove {
    width: 16px;
}

.shop_table.shop_table_responsive.cart td.product-remove {
    vertical-align: middle;
    padding-right: 8px !important;
}

.shop_table.shop_table_responsive.cart td.product-remove a.remove {
    width: 16px;
    height: 20px;
    display: block;
}