.woocommerce table.shop_table .quantity-and-remove {
display: flex;
align-items: center;
}
.woocommerce table.shop_table .quantity-and-remove .delete {
color: grey; font-size: 20px;
font-weight: 700;
height: 20px;
line-height: 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 20px;
cursor: pointer; margin-left: 5px; }
.woocommerce table.shop_table .quantity-and-remove .delete:hover {
color: darkgrey; } .quantity-selector .delete-icon {
color: grey; display: inline-block;
font-size: 20px;
font-weight: 700;
height: 20px;
line-height: 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 20px;
cursor: pointer; }
.quantity-selector .delete-icon:hover {
color: darkgrey; }