.xb-wishlist-button-collection__add-icon {
  background-color: rgba(255, 255, 255, 0.6); /* Light background (adjust as needed) */
  border-radius: 50%; /* Makes it circular */
  padding: 5px; /* Space around icon */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.xb-wishlist__header .xb-product-quantity {
  background-color: #ff7400 !important;
}