/* Wishlist Page
-------------------------------------------------------*/
table.wishlist_table tbody td,
table.wishlist_table thead th {
  border-color: var(--ebx-border-color);
}

.woocommerce .wishlist_table .product-add-to-cart .add_to_cart {
  display: block !important;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  text-align: left;
}

.woocommerce .wishlist_table .product-add-to-cart a.button {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
@media only screen and (min-width: 769px) {
  .woocommerce .wishlist_table .product-add-to-cart a.button {
    max-width: 200px;
  }
}

.wishlist_table.shop_table {
  padding-left: 0;
}
.wishlist_table h3 {
  font-size: 1rem;
}
.wishlist_table .additional-info {
  width: 100%;
  font-weight: normal;
}
.wishlist_table .item-details-table {
  font-weight: normal;
}
.wishlist_table .yith-wcqv-button {
  display: none;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
  padding-left: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
}
.wishlist_table.mobile li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ebx-border-color);
}
.wishlist_table .product-remove a {
  color: var(--ebx-text-color);
  opacity: 0.5;
  font-size: 0.875rem;
}
.wishlist_table .product-remove a:hover {
  opacity: 1;
}

.product-remove .fa-trash:before {
  content: "\f2ed";
}

.hidden-title-form .edit-title-buttons {
  top: calc(50% - 26px);
}

.wishlist-title-with-form .btn i {
  margin: 0 !important;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  margin-top: 1.5rem;
  float: none;
  text-align: center;
}

.yith-wcwl-share-title {
  font-size: 1rem;
}

.yith-wcwl-share ul {
  padding-left: 0;
}
.yith-wcwl-share li a {
  color: var(--ebx-foreground-color);
}
.yith-wcwl-share li a:hover {
  color: var(--ebx-primary-color);
}