.wcpt-favorite-product {
  font-weight: bold;
}

.wcpt-add-to-favorite-button {
  display: inline-block;
  box-shadow: none !important;
}

.wcpt-add-to-favorite-button--loading {
  opacity: .5;
}

.wcpt-add-to-favorite-button__icon {
  top: -1px;
  margin-right: 2px;
  position: relative;
}

.wcpt-favorite-product .wcpt-add-to-favorite-button__icon {
  fill: currentColor;
}

.wcpt-favorite-products-button > * {
  vertical-align: middle;
}

.wcpt-favorite-products-login-required-message,
.wcpt-favorite-products-no-result-message {
  font-weight: bold;
  margin: 10px 0 40px;
  display: block;
  background: rgb(255 235 59 / 51%);
  padding: 10px 20px;
}

.wcpt-favorite-products-count {
  color: inherit;
  font-size: 18px;
}

.wcpt-favorites-count__icon {
  top: -1px;
  position: relative;
  margin-right: 2px;
}

.cart .wcpt-add-to-favorite-button {
  display: inline-block;
  width: 100%;
  margin: 1em 0 0;
}