.xb-list-style__product-title {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
    word-break: break-word;
}

.xb-list-style__hasCompareAtPrice {
    color: black;
    font-size: 13px;
    font-weight: 400;
}

.xb-list-style__add-to-cart{
    border-radius: 0px !important;
    font-size: 13px;
    font-weight: 400;
    background-color: rgba(var(--color-button));
    color: rgb(var(--color-button-text));
}

.xb-list-style__product-del{
    font-size: 13px;
    font-weight: 400;
  color:#000000;
}

.xb-list-style__thead tr {
    border-top: none !important;
}
.xb-wishlist-products__no-product{
height: 50vh;
}

.xb-list-style__add-to-cart:hover{
    background-color: rgb(183 32 32);  
}


.xb-list-style__skeleton-tbody th, .xb-list-style__skeleton-tbody tr, .xb-list-style__thead th, .xb-list-style__thead tr{
    border: none !important;
}

.xb-list-style__table th:first-child, .xb-list-style__table th:nth-child(2), .xb-list-style__table th:nth-child(3), .xb-list-style__table th:nth-child(4) {
    max-width: 360px;
    font-weight: 400;
    font-size: 13px;
}

@media(max-width: 500px){

  .xb-wishlist-products__style {
        display: none;
  }
  .xb-wishlist-products{
      padding: 16px;
  }
.xb-list-style__thead{
  display: none;
}

}