Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. @media only screen and (max-width: 1024px) {
  2. .product-image .yith-wcwl-add-to-wishlist {
  3. top: auto;
  4. bottom: -32px;
  5. left: auto;
  6. right: 0;
  7. }
  8. .product-info .product-title {
  9. padding-right: 25px;
  10. }
  11. .btn-quickview {
  12. height: 100%;
  13. left: 0;
  14. top: 0;
  15. transform: translate(0px, 0px);
  16. width: 100%;
  17. }
  18. .btn-quickview:after {
  19. content: "" !important;
  20. height: 100%;
  21. left: 0;
  22. top: 0;
  23. width: 100%;
  24. }
  25. }