.wishlist_table thead tr th {
  background-color: #16163f;
  color: #F9B223;
  font-size: 22px;
  text-transform: uppercase;
}

.woocommerce table.shop_table.wishlist_table tr td {
  background-color: #F9B223;
  color: #16163f;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #16163f;
}

.wishlist-items-wrapper tr:first-child {
  border-top: 1px solid #F9B223;
}

.wishlist-items-wrapper .product-name a {
  color: #16163f;
  text-decoration: none;
}

.wishlist-items-wrapper a.remove {
  color: #16163f !important;
  border-radius: 0 !important;
}

.wishlist-items-wrapper a.remove:hover {
  background-color: #16163f !important;
  color: #F9B223 !important;
}

.wishlist_table :first-child tr:first-child th, .wishlist-items-wrapper :first-child tr:first-child td {
  border-block-start: 1px solid #F9B223;
}

table.wishlist_table thead th {
  border-color: #F9B223;
}

.wishlist_table .product-add-to-cart a.button.alt {
  background-color: #16163f;
  color: #F9B223;
  border: 0.5px solid #F9B223;
}

.wishlist_table .product-add-to-cart a.button.alt:hover {
  background-color: #F9B223;
  color: #16163f;
  border: 0.5px solid #16163f;
}
