.wac-qty-button {
    display: inline;
    text-decoration: none !important;
    font-weight: bold;
    width: 30px;
    color: #808b94;
    border: 1px solid lightgray;
    box-sizing: border-box;
    padding: 5px;
}

.wac-quantity {
    width: 100%;
    font-weight: bold;
}

.shop_table .quantity {
	min-width: 120px;
	display: flex;
	justify-content: center;
}

td.product-remove a i {
    font-size: 20px;
}