Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .cart .yith-wcwl-add-to-wishlist {
  2. border: 0 none;
  3. border-radius: 0;
  4. height: auto;
  5. left: 0;
  6. line-height: 40px;
  7. position: relative;
  8. right: auto;
  9. text-align: left;
  10. top: 0;
  11. width: auto;
  12. margin-top: 10px;
  13. }
  14. .cart .yith-wcwl-add-to-wishlist a {
  15. position: relative;
  16. }
  17. .cart .add_to_wishlist:after {
  18. content: "ADD TO PROJECTS FOLDER";
  19. font-weight: 600;
  20. }
  21. .cart .yith-wcwl-add-to-wishlist a::after {
  22. content: "ADDED TO PROJECTS FOLDER";
  23. font-weight: 600;
  24. }
  25. .cart .yith-wcwl-add-to-wishlist a i {
  26. display: none;
  27. }