main#woocommerce {
    padding: 4rem;
}

form.woocommerce.yith-wcwl-form.wishlist-fragment {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wishlist-title {
    font-family: var(--font-family-anton);
    font-size: 32.5px;
    font-weight: 600;
    margin-bottom: 4rem;
    margin-left: -1rem;
    text-transform: uppercase;
    color: var(--black);
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
}

.surround {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.surround .surrounded {
    padding: 8px 16px;
    border: none;
    background: none;
    outline: none;
    color: black;
    text-decoration: none;
}

.surround svg {
  position: absolute;
  left: 0;
  top:0 !important;
  width: 100%;
  pointer-events: none;
}

#svg-title {
  height: 100%;
  stroke: #02326C;
  stroke-width: 3px;
}

.surround path {
    stroke-dasharray: 0 0;
    display: none;
}

.surround:hover path {
    animation: draw 1s forwards;
    display: block;
}

.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border-collapse: separate;
}

.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive thead tr th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
  font-size: 1rem;
}

.woocommerce table.shop_table.wishlist_table tr td {
  background-color: #eceae6;
  color: black;
  border-color: #eceae6;
  font-size: 1rem;
}

.wishlist_table thead tr th {
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.product-name, .product-price, .product-quantity, .product-subtotal {
  font-family: var(--font-family-baskerville-semibold);
}

.wishlist_table tr td.product-thumbnail {
    width: 10rem;
    border: 1px solid black;
}

.wishlist_table tr td.product-thumbnail a img {
  width: 6rem;
  height: 6rem;
}
