button.xb-wishlist-button-collection__add {
    background: #ffffff5e !important;
    padding: 5px !important;
    border-radius: 5px !important;
}
.xb-product-quantity.show {
    background-color: #d22020 !important;
}
button.xb-wishlist-button__remove-style-3, 
button.xb-wishlist-button__add-style-3,
button.xb-wishlist-button__loading-style-3{
  font-size: 0 !important;     /* hides the text */
}

button.xb-wishlist-button__remove-style-3 span,
button.xb-wishlist-button__add-style-3 span,
button.xb-wishlist-button__loading-style-3 span,
button.xb-wishlist-button__remove-style-3 svg,
button.xb-wishlist-button__add-style-3 svg,
button.xb-wishlist-button__loading-style-3 svg{
  font-size: initial !important;
}
xb-wishlist-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px 10px;
    background: #00000012;
    border-radius: 10px;
}
span.xb-wishlist-button__add-icon-style-3 svg,
span.xb-wishlist-button__remove-icon-style-3 svg,
span.xb-wishlist-button__loading-icon-style-3 svg{
    margin: unset;
}
.xb-wishlist-page {
    padding: 50px 0px;
}
.xb-wishlist-product__item {
    padding: 10px 0px;
}
