.xb-wishlist-button button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.xb-list-style__add-to-cart,
.xb-list-style__add-to-cart:hover {
  border-radius: 0 !important;
}

/* Modal Background */
.xb-wishlist-modal__header,
.xb-wishlist-modal__content,
.xb-wishlist-products {
  background-color: #F0F0E5 !important;
}

/* Product title */
.xb-list-style__product-title a {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

/* Table header */
.xb-list-style__table th:first-child {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
}

/* Delete button */
.xb-list-style__product-del,
.xb-list-style__product-del:hover {
  color: black !important;
}

.xb-list-style__table th{
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
}

@media screen and (max-width: 576px) {
  .xb-list-style__product-img {
    background-color: #F0F0E5 !important;
  }

  .xb-list-style__product-img img {
    height: 120px;
    width: 120px;
  }
}
