button.xb-wishlist-button__add-style-3 {
    margin: 0 0 24px 0;
}
.shopify-app-block xb-wishlist-button .xb-wishlist-button {
    display: flex;
}
li.wishlist-header {
    margin-right: 0 !important;
}
.xb-wishlist__header{
    height: auto !important;
}
.xb-wishlist__header .xb-header__icon span.svg-wrapper {
    font-size: 21px;
    display: flex;
}
.xb-header__icon {
    justify-content: flex-start !important;
}
.xb-product-quantity.show{
    font-size: 12px !important;
    height: 21px !important;
    width: 21px !important;
}
.xb-product-quantity--bottom-right {
    bottom: 8px !important;
    right: 10px !important;
}
.xb-wishlist-button button::before {
    background: none;
}
button:hover span.xb-wishlist-button__add-icon-style-3,
button:hover span.xb-wishlist-button__remove-icon-style-3 {
    --icon-color: #ffffff !important;
}
.xb-wishlist-button button {
    font-family: var(--main_ff);
    border: 1px solid #000;
    padding: 7px;
    height: auto;
    min-height: auto;
}
th.xb-list-style__price span {
    color: var(--custom_price_color);
    font-size: 16px;
}
th.xb-list-style__price span.xb-list-style__compareAtPrice {
    color: #12121299;
}
.xb-list-style__add-to-cart{
    border-radius: 3px !important;
    font-size: 16px !important;
}