.product-icons button {
    background: #fff;
    border:none;
    border-radius: 50e1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    height: 34px;
    width: 34px;
}
.product-icons button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.xb-wishlist__header .xb-product-quantity.show {
    height: 20px;
    width: 20px;
    font-size: 12px;
    top: 5px;
}
.xb-wishlist-page {padding:0 !important;}
.xb-wishlist-page .xb-wishlist-products__title {display:none;}
.xb-wishlist-page .xb-wishlist-products__caution {text-align:left;margin:0;}
.xb-wishlist-product__select,
.xb-list-style__select {display:none !important;}
.xb-wishlist-page .xb-wishlist-products__style-grid, 
.xb-wishlist-page .xb-wishlist-products__style-list {margin-left:10px;}
.xb-wishlist-page .xb-wishlist-products__style-grid svg, 
.xb-wishlist-page .xb-wishlist-products__style-list svg {
    height: 30px;
    width: 30px;
}
.xb-wishlist-page .xb-wishlist-products__style-active {
    background-color: #4aa394;
}
.xb-wishlist-product__hasCompareAtPrice {color:#000 !important;}
.xb-wishlist-product__media .xb-wishlist-product__img {height:auto;}
.xb-wishlist-product__media .xb-wishlist-product__img img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
    width: auto;
    margin: auto;
    max-width: 100%;
}