/*
	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
--------------------------------------------------------------- */

/* Remove wishlist icon */
.nm-product-share-wrap, .nm-wishlist-button {
    display: none;
}

/* Align main menu to the right */
.nm-header.menu-centered .nm-main-menu {
    float: right;
    width: auto;
}

/* Fix issue with transparent images on product cards */
.has-hover .nm-shop-loop-thumbnail a:hover img:not(:only-of-type):not(.nm-shop-hover-image) {
    opacity: 0;
}
