/* WISHLIST BACKGROUND COLOUR */
.xb-wishlist-float,
.xb-wishlist-floating-button,
.xb-wishlist-modal__header,
.xb-wishlist-modal__content  {
  background-color: #666666 !important;
}

/* VARIANT COLOUR SELECTOR BACKGROUND COLOUR */
.xb-list-style__select  {
  background-color: #B91717 !important;
}

/* REMOVE BUTTON COLOUR */
.xb-list-style__product-del  {
  color: #E2E2E2 !important;
}


/* Product title turns white when hovering over that row */
.xb-list-style__tbody tr:hover .xb-list-style__product-title a {
  color: white !important;
  transition: color 0.3s ease !important;
}

/* Change cursor to hand pointer */
.xb-list-style__product-title a {
  cursor: pointer !important;
}


/* Add to Cart button - red background */
.xb-list-style__add-to-cart {
  background-color: #B91717 !important;
  transition: background-color 0.3s ease !important;
}

/* Add to Cart button - brighter red on hover */
.xb-list-style__add-to-cart:hover {
  background-color: #DD1D1D !important;
}

