Current File : /home/aventura/www/site/wp-content/themes/kleo/assets/css/plugins/yith-wcwl.css
/* --------------------------------------------------
    YITH WooCommerce Wishlist - KLEO Compatibility
----------------------------------------------------- */
.yith-wcwl-add-to-wishlist {
  height: 30px;
  z-index: 10;
  display: inline-block !important;
}
.product-loop-inner .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 15px;
  top: 15px;
}
.product-loop-inner .yith-wcwl-add-to-wishlist img.ajax-loading {
  position: absolute;
  top: 30px;
  right: 0px;
}
.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
  display: none;
}
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  position: relative;
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 16px;
  white-space: nowrap;
  text-align: left;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 20px;
}
.yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-button a.add_to_wishlist:before,
.yith-wcwl-wishlistaddedbrowse a:before {
  font-family: 'fontello';
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: -22px;
  text-align: center;
  text-indent: 0;
  text-transform: none;
}
.yith-wcwl-add-button a.add_to_wishlist:before {
  content: "\e812";
}
.yith-wcwl-wishlistexistsbrowse a:before {
  content: "\e821";
}
.yith-wcwl-wishlistaddedbrowse a:before {
  content: "\e821";
}
.yith-wcwl-add-to-wishlist a {
  color: #777;
  transition: all 200ms ease-out 0s;
}
.product-loop-inner .yith-wcwl-add-to-wishlist a {
  opacity: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist a {
  opacity: 0.5;
}
.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  margin-left: 10px;
}
.entry-summary form.cart,
.entry-summary .yith-wcwl-add-to-wishlist {
  display: inline-block !important;
  float: left;
}
.woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist a {
  opacity: 0.5;
}
.yith-wcwl-add-to-wishlist a:hover {
  opacity: 1;
}
.yith-wcwl-share {
  display: none;
}
@media screen and (max-width: 480px) {
  .yith-wcwl-add-to-wishlist a {
    opacity: 1;
  }
}