/* Product name in burgundy RHOZE */
.xo-wishlist-item-title,
.wishlist-item-title,
td a {
  color: #8B0000 !important;
}

/* Price in BLACK - force it */
.xo-wishlist-price *,
.wishlist-price *,
.price *,
span.money,
.money {
  color: #000000 !important;
}

td {
  color: #000000 !important;
}

/* ADD TO CART button in burgundy RHOZE */
.xo-wishlist-add-to-cart,
button[class*="add-to-cart"],
.add-to-cart-btn {
  background-color: #8B0000 !important;
  border-color: #8B0000 !important;
  color: #FFFFFF !important;
}
