.xb-list-style__tbody th{
  padding-left: 20px !important;
}
.xb-list-style__table{
    margin: 15px auto;
  border: none;
}
.xb-list-style__product-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xb-list-style__add-to-cart{
    font-size: 15px !important;
    padding: 15px 15px !important;
}
.xb-list-style__price-mobile{
  margin-top: 5px !important;
}
.xb-list-style__tbody th{
    padding-left: 0 !important;
    padding-right: 20px !important;
}
.xb-wishlist-products__style{
  justify-content: center !important;
  padding-top: 20px !important;
}
@media(max-width:777px)
{
  .xb-list-style__tbody > tr{
  display: flex !important;
  flex-direction: column !important;
  }
  .xb-list-style__product-title {
    max-width: 220px;
  }
  .xb-list-style__table{
    margin-top: 0;
  }
.xb-header__icon svg{
    width: 22px;
    height: 22px;
}

div.xb-wishlist-modal__wrapper > div > div > table > tbody > tr > th:nth-child(1){
    border-bottom: none !important;
}
div > div > div > div.xb-wishlist-modal__wrapper > div > div > table > thead > tr > th.xb-list-style__stock
{
  display: none !important;
}
}
@media screen and (max-width: 500px) {
  .xb-list-style__action {
    margin-left: 0px !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  }

div > div > div.xb-wishlist-modal__wrapper > div > div > table > tbody > tr > th:nth-child(1) > div > div{
    width: 50%;
}
}