/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */


/* Disable hovers on product listing to fix iOS issues */
@media (max-width: 1024px) {
  .no-touch .nm-wishlist-button:hover i:before, .nm-wishlist-button.added i:before {
    content: "\f08a";
  }

  .has-hover .products li:hover .price {
    opacity: 1;
  }

  .has-hover .products li:hover .nm-shop-loop-actions {
    opacity: 0;
  }
}


.nm-wishlist-top h1 {
  text-indent: 9999px
}

.nm-wishlist-top h1::after {
  content: "Lista życzeń";
}

/* "Wishlist" translation hotfix without PHP editing */
.nm-wishlist-top h1 {
  text-indent: 9999px
}

.nm-wishlist-top h1::after {
  content: "Lista życzeń";
  text-indent: 0;
  display: block;
}

.woocommerce-cart .woocommerce > form > h1 {
    display: none;
}

