.xb-wishlist-button-collection>span {
    background: #233b2d;
    padding: 10px;
    border-radius: 50px;
}
.xb-wishlist-button-collection>span>button, .xb-wishlist-button-collection>span>svg {
    height: 20px !important;
    width: 20px;
    padding: 0 !important;
}
.xb-wishlist-button-collection[xb-placement=top-right] {
    right: var(--x, 10px);
    top: var(--y, 10px);
}
span.xb-wishlist-count {
    height: 20px;
    width: 20px;
    background: #233b2d;
    top: 4.5px;
    right: -0.5px;
}
.xb-wishlist-header-icon__svg svg {
    height: 22px;
    width: 22px;
}
.xb-wishlist-product__remove-product svg {
    height: 20px;
    width: 20px;
}
.xb-wishlist-product__remove-product {
    background-color: #233b2d !important;
}
.xb-wishlist-products__caution a {
    color: #A19467;
}

.xb-wishlist-button-collection>span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.xb-wishlist-button-collection__add-icon {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.xb-wishlist-button-collection__add-icon svg {
    width: 100% !important;
    height: 100% !important;
}