#yith-wcwl-form .show-title-form i {
  display: none;
}

#yith-wcwl-form .add_to_cart_button,
#yith-wcwl-form a.email {
  padding: 6px 20px;
  background-color: #ef9726;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#yith-wcwl-form .yith-wcwl-share a.email {
  padding: 8px 20px;
}
#yith-wcwl-form .add_to_cart_button:hover {
  background-color: #fff;
  color: #000;
}

#yith-wcwl-form .product-price,
#yith-wcwl-form .product-stock-status,
#yith-wcwl-form .product-stock-status .stock {
  text-align: center;
  justify-content: center;
  margin: 0;
}

#yith-wcwl-form .wishlist-title > h2 {
  margin: 0;
}

#yith-wcwl-form .product-stock-status > span[class^="wishlist-"],
.product-type-wgm_gift_card .add_to_wishlist,
div.yith-wcwl-share > h4 {
  display: none !important;
}

.woocommerce .product .elementor-widget-woocommerce-product-add-to-cart ~ .elementor-widget-shortcode .yith-wcwl-add-button a {
  height: 32px;
  padding-top: 9px !important;
  margin-top: 4px;
  font-size: 14px !important;
}

.woocommerce .product .wishlist-url {
  width: 42px;
  height: 42px;
  margin-left: 12px;
  border: 1px solid #fff;
  padding: 11px;
}

.woocommerce .product .wishlist-svg {
  filter: invert();
  transition: saturate 0.3s;
}

/** Special handling for Woo Gift Cards */
div.mwb_wgm_elementor {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}

.woocommerce .product .wishlist-label {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
  margin-left: -32px;
  margin-top: 24px;
  font-size: 0.9em;
  /* min-width: 100%; */
  max-width: 22em;
  transition: all ease-in 0.3s;
}
.woocommerce .product .wishlist-url:hover .wishlist-svg {
  filter: invert(77%) sepia(21%) saturate(7191%) hue-rotate(345deg) brightness(100%) contrast(88%);
}
.woocommerce .product .wishlist-url:hover .wishlist-label {
  width: initial;
  height: initial;
  opacity: 1;
  margin-top: 32px;
}

.yith-wcwl-add-to-wishlist span.feedback {
  display: block;
}

#yith-wcwl-popup-message > div {
  font-family: "Montserrat", sans-serif;
}

#yith-wcwl-popup-message {
  background: rgba(123, 123, 123, 1) !important;
}

.wishlist-title-container a.button {
  visibility: visible;
}
.wishlist-title-container a[role="button"] {
  color: var(--e-global-color-primary);
}

#in-stock-form,
.special-content:last-child {
  margin-bottom: 0 !important;
  margin-right: 4px !important;
}

#in-stock-form {
  margin-top: 28px !important;
}

@media (max-width: 767px) {
  #yith-wcwl-form .shop_table {
    padding-left: 0;
  }
  #yith-wcwl-form .wishlist-title h2,
  #yith-wcwl-form .wishlist-title a.button {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
  }
  #yith-wcwl-form .wishlist-title a.button {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 0.8em !important;
  }
  #yith-wcwl-form ul.shop_table > li {
    border-bottom: 1px solid #999;
    padding: 4px 0;
  }
  #yith-wcwl-form .item-wrapper {
    width: 100%;
    font-size: 20px;
  }
  #yith-wcwl-form .product-thumbnail {
    max-width: 90px;
  }
  #yith-wcwl-form .item-details {
    max-width: calc(100% - 120px);
    border-bottom: 1px solid #999;
  }
  #yith-wcwl-form .additional-info {
    margin-bottom: 4px;
  }
  #yith-wcwl-form .additional-info-wrapper {
    padding-left: 104px;
    padding-right: 16px;
    font-size: 20px;
  }
  #yith-wcwl-form .additional-info-wrapper .product-remove > a {
    position: absolute;
    left: 16px;
    margin-top: -33px;
    width: 25px;
    height: 25px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 200px;
  }
  #yith-wcwl-form .additional-info-wrapper .product-remove > a::after {
    content: "\2573";
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 5px;
    margin-top: -2px;
  }
  #yith-wcwl-form .additional-info-wrapper .product-remove > a > i {
    display: none;
  }
  #yith-wcwl-form .additional-info-wrapper .product-remove > a:hover {
    background: white !important;
  }
  #yith-wcwl-form .additional-info-wrapper .product-remove > a:hover::after {
    color: #000;
  }
  #yith-wcwl-form .product-name h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
  }
  #yith-wcwl-form .add_to_cart_button {
    width: 100%;
    padding: 6px;
  }
  .woocommerce .product .wishlist-label {
    display: none;
  }
}
