.entry-content .yith-wcwl-share li a {
  border-radius: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0px solid white;
  min-width: 35px;
  min-height: 35px;
  transition: all 0.3s ease-in-out !important;
}

.entry-content .yith-wcwl-share li a:hover {
  background-color: #b39964 !important;
  opacity: 1 !important;
  color: white !important;
}

.entry-content .yith-wcwl-share li svg {
  width: 22px;
  height: 22px;
}

.entry-content .yith-wcwl-share ul li {
  padding-bottom: 0 !important;
}

.entry-content .yith-wcwl-share-title {
  font-family: "Inter", sans-serif !important;
  font-size: 18px !important    ;
  font-weight: 300 !important;
  line-height: 21px !important;
}

#yith-wcwl-form .wishlist_table th {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  background: white;
}

#yith-wcwl-form .wishlist_table .product-name a,
#yith-wcwl-form .wishlist_table .product-name h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  text-decoration: underline;
  color: black;
}

#yith-wcwl-form .wishlist_table .product-name a:hover {
  color: #b39964 !important;
}

#yith-wcwl-form .wishlist_table .product-price .amount {
  font-family: "Inter", sans-serif !important;
  color: #333;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
}

#yith-wcwl-form .wishlist_table td.product-stock-status span {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  line-height: 16px !important;
  text-transform: none !important;
}

#yith-wcwl-form .wishlist_table td.product-stock-status span.wishlist-in-stock {
  color: #297e29 !important;
}

#yith-wcwl-form .wishlist_table tbody tr td {
  border: 1px solid #cdcdcd;
}

#yith-wcwl-form .wishlist_table tbody tr td {
  border-bottom: 2px solid #cdcdcd;
}

#yith-wcwl-form .wishlist_table tbody tr td:first-child {
  border-left: 2px solid #cdcdcd;
}

#yith-wcwl-form .wishlist_table tbody tr td:last-child {
  border-right: 2px solid #cdcdcd;
}

#yith-wcwl-form .wishlist_table tbody tr {
  border: none !important;
}

#yith-wcwl-form .wishlist_table tbody tr:nth-child(odd) td {
  background-color: #f6f6f6 !important;
}

#yith-wcwl-form .wishlist_table tbody tr:nth-child(even) td {
  background-color: #fff !important;
}

/* btn */
#yith-wcwl-form .wishlist_table .product-add-to-cart .button,
#yith-wcwl-form .wishlist_table .product-add-to-cart a {
  background-color: #b39964 !important;
  border-color: #b39964 !important;
  padding: 15px 12px !important;
  color: white !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: "Inter", sans-serif !important;
  line-height: 16px !important;
  transition: all 0.3s ease-in-out !important;
  margin: 0 !important;
  background-image: none!important;
  width: calc(100% - 24px) !important;
}

#yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover,
#yith-wcwl-form .wishlist_table .product-add-to-cart a:hover {
  background-color: black !important;
  border-color: black !important;
  opacity: 1 !important;
  color: white !important;
}

/* share */

.entry-content .yith-wcwl-after-share-section {
}

.entry-content .yith-wcwl-after-share-section .copy-target {
  border: 1px solid #666666 !important;
  border-radius: 3px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: black !important;
  width: 100%;
  max-width: calc(100% - 32px);
  padding: 10px 16px !important;
}

.entry-content .yith-wcwl-after-share-section small {
  display: block !important;
  color: #333 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  margin-top: 10px !important;
}

