/* Porto wishlist styles */
.wishlist-title {
  margin-top: 5.3rem;
  margin-bottom: 2.8rem;
}

.wishlist-table-container {
  margin-bottom: 5.5rem;
}
.wishlist-table-container .table-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  line-height: 1.42857;
  text-transform: uppercase;
}
.wishlist-table-container .btn {
  height: 42px;
  width: auto;
  padding: 0 25px !important;
  font-size: 13px;
  line-height: 42px;
  text-indent: 0;
}
.wishlist-table-container .btn-quickview {
  margin-right: 6px;
  background: #f4f4f4;
  color: #222529;
  font-family: var(--sf-font, Poppins, sans-serif);
}
.wishlist-table-container .btn-quickview:hover {
  background-color: #08C;
  color: #fff;
}
.wishlist-table-container .btn-shop {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 160px;
}

.table.table-wishlist tr th {
  padding: 10px 5px 10px 16px;
}
.table.table-wishlist tr th.thumbnail-col {
  width: 10%;
}
.table.table-wishlist tr th.product-col {
  width: 29%;
}
.table.table-wishlist tr th.price-col {
  width: 13%;
}
.table.table-wishlist tr th.status-col {
  width: 19%;
}
.table.table-wishlist tr td {
  padding: 20px 5px 23px 16px;
}
.table.table-wishlist .product-price {
  color: inherit;
  font-size: 1.4rem;
  font-weight: 400;
}
.table.table-wishlist .price-box {
  margin-bottom: 0;
}
.table.table-wishlist .stock-status {
  color: #222529;
  font-weight: 600;
}

.box-content .table-wishlist,
.box-content .table-cart {
  margin-bottom: 15px;
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
}
.box-content .table-wishlist .wishlist-empty,
.box-content .table-cart .wishlist-empty {
  margin-bottom: 1rem;
  text-align: center;
}
.box-content .btn-go-shop {
  padding: 16px 0;
  margin-top: 2rem;
  border: none;
  text-transform: uppercase;
  text-align: center;
  min-width: 200px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.015em;
  background-color: #353a40;
  color: #fff;
}
.box-content .btn-go-shop:hover {
  background-color: #08C;
  color: #fff;
}

i.cart-empty,
i.wishlist-empty {
  font-size: 100px;
  color: #d3d3d4;
}

@media (max-width: 1199px) {
  .wishlist-table-container .btn {
    width: 100%;
  }
  .wishlist-table-container .btn:first-child {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .wishlist-table-container {
    border-top: 4px solid #08C;
  }

  .table.table-wishlist {
    border: 1px solid #e7e7e7;
    border-top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  }
  .table.table-wishlist,
.table.table-wishlist tbody {
    display: block;
  }
  .table.table-wishlist thead {
    display: none;
  }
  .table.table-wishlist tr td {
    padding: 0.5rem 1rem;
    border-top: 0;
  }
  .table.table-wishlist tr td.product-col {
    padding-bottom: 0.5rem;
  }
  .table.table-wishlist .product-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    border-top: 2px solid #ddd;
  }
  .table.table-wishlist .product-row:first-child {
    border-top: 0;
  }
  .table.table-wishlist .product-col {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .table.table-wishlist .product-col .product-image-container {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .table.table-wishlist .btn-shop {
    width: 100%;
  }
}

.wishlist-empty {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
}

.table.table-wishlist .stock-status.out-of-stock {
  color: #e27c7c;
}

.table.table-wishlist .btn-remove {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.product-default .btn-icon-wish.added-wishlist,
.btn-icon-wish.added-wishlist {
  color: var(--sf-accent) !important;
}
