.xb-wishlist-modal {
    padding-bottom: 40px !important;
    max-width: 700px !important;
    width: 90% !important;
    margin: 40px auto !important;
    border-radius: 14px !important;
    background: rgb(251, 244, 231) !important;
}

.xb-wishlist-modal__container {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.xb-wishlist-modal__wrapper {
    padding-bottom: 40px !important;
    background: rgb(251, 244, 231) !important;
}

div.xb-wishlist-modal__wrapper > p,
.xb-wishlist-modal__wrapper p,
.xb-wishlist-modal__wrapper p:not(*) {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    padding: 0 50px !important;
    margin: 28px auto 20px !important;
    line-height: 1.6 !important;
    padding-top: 8px !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

.xb-wishlist-products__no-product-desc {
    height: auto !important;
    overflow: visible !important;
}

.xb-wishlist-products__no-product-desc div {
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
    line-height: 1.6 !important;
    padding-top: 10px !important;
}

.xb-wishlist-btn,
.xb-wishlist-btn svg,
.xb-wishlist__btn {
    background: rgb(251, 244, 231) !important;
    border-radius: 50% !important;
}

.xb-wishlist-products, .xb-wishlist-modal__header {
    background-color: rgb(251, 244, 231) !important;
}

.xb-list-style__product-info {
  padding-right: 0 !important;
}
.xb-list-style__price {
  padding-right: 10px;
}

.xb-wishlist-products__no-product-img {
    width: 250px !important;
}
.xb-wishlist-products {
  padding: 0 !important;
}

.xb-wishlist-products__no-product-desc {
    height: auto !important;
    line-height: 1.8 !important;
    overflow: visible !important;
    padding-top: 12px !important;
}

.xb-wishlist-products__no-product-desc * {
    line-height: 1.8 !important;
    overflow: visible !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.xb-wishlist-button {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    width: auto !important;
    height: auto !important;
}
.xb-list-style__add-to-cart, .xb-list-style__add-to-cart:hover {
    padding: 12px 5px !important;
    border-radius: 12px !important;
}
.xb-list-style__product-title {
  padding-right : 16px;
}