/* single product */
#woowish_link_exists,
#woowish_link {
  font-family: inherit;
  font-size: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-decoration: none;
  margin: 10px;
  width: max-content;
}
#woowish_link * {
  font-size: 15px;
}
#woowish_link img {
  flex-basis: 0;
  margin-right: 2px !important;
}
#woowish_btn_exists {
  font-family: inherit;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 10px;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  width: max-content;
}
#woowish_guest_single_btn,
#woowish_btn {
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 10px;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
  width: max-content;
}
#woowish_guest_single_btn a,
#woowish_btn a {
  text-decoration: none;
}
#woowish_btn_exists *,
#woowish_btn * {
  cursor: pointer;
}

/* products archive */
.woowish_link_guest,
.woowish_link {
  font-family: inherit;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-decoration: none;
  font-size: 15px;
}
.woowish_link * {
  font-size: 15px;
}
.woowish_link img {
  flex-basis: 0;
  margin-right: 2px !important;
}
.woowish_btn_exists {
  font-family: inherit;
  font-size: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-decoration: none;
  margin: 10px auto;
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  width: max-content;
  border-radius: 4px;
}
.woowish_btn {
  font-family: inherit;
  font-size: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-decoration: none;
  margin: 10px auto;
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 4px;
}

.woowish_spinner {
  display: none;
  animation: rotate 2s linear infinite;
  z-index: 2;
  background: #fff;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  & .path {
    stroke: #4f4f4f;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.woowish_heart {
  max-height: 20px;
  width: auto;
  max-width: 25px;
  margin: 0 5px 0 0 !important;
}

table#woowish_table th {
  font-weight: normal;
}
table#woowish_table * {
  font-family: inherit;
}
table#woowish_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
table#woowish_table input.quantity {
  max-width: 40px;
}
table#woowish_table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table#woowish_table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table#woowish_table th,
table#woowish_table td {
  padding: 0.625em;
  text-align: center;
  font-size: 15px;
}
td.woowish_p_addtocart * {
  margin: 0;
  padding: 0;
  font-weight: normal !important;
}
table#woowish_table th {
  font-size: 13px;
  text-transform: uppercase;
}
td.woowish_p_delete img {
  max-height: 25px;
  cursor: pointer;
}
td.woowish_p_delete,
th.woowish_p_delete {
  width: 50px;
}
#empty_wishlist {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 15px 20px;
}
td.woowish_p_image img {
  max-height: 50px;
  width: auto;
  border-radius: 5px;
}
th.woowish_p_image,
td.woowish_p_image {
  width: 60px;
}
#woowish_guest_single_pl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;
}
td.woowish_p_image img,
td.woowish_p_delete img.woowish_heart {
  min-width: 50px !important;
}
@media screen and (max-width: 768px) {
  table#woowish_table td:before {
    width: 25%;
    text-align: right;
    padding-right: 15px;
  }
  table#woowish_table td {
    align-items: center;
  }
  td.woowish_p_image:before,
  td.woowish_p_delete:before {
    content: none !important;
  }
  table#woowish_table th,
  table#woowish_table td {
    padding: 5px;
  }
  table#woowish_table tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  /* table#woowish_table tr td:nth-child(1) {
        border: 4px solid green !important;
    } */
  /* table#woowish_table tr td:nth-child(2) {
        background: yellow;
    } */
  table#woowish_table tr td:nth-child(-n + 2) {
    grid-column: span 1;
  }
  table#woowish_table tr td:nth-child(n + 3) {
    grid-column: span 2;
  }
}
button.button.add_to_cart_button {
  margin: 0 10px;
}
.woowish_guest_archive_pl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
