/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       Robert Szekeres
	Author URI:   https://quantenfrosch.at/
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */



/***** ALLGEMEIN *****/

::-moz-selection { color: #fff; background-color: #c81e84; text-shadow: none; }
::-ms-selection { color: #fff; background-color: #c81e84; text-shadow: none; }
::selection { color: #fff; background-color: #c81e84; text-shadow: none; }




/***** COOKIE NOTICE *****/

#cookie-notice { background-color: rgba(0,0,0,0.9) !important; }





/****** WOOCOMMERCE ******/
/*************************/


html .nm-shop-loop-after-title .nm-shop-loop-price p.price {
  margin-bottom: 18px;
}



/***** WISHLIST *****/

html .nm-shop-loop-wishlist-button a:hover {
  color: #c81e84;
}



/***** MY ACCOUNT ORDER THUMBNAILS *****/

.woocommerce-account .woocommerce-table--order-details img { max-width: 90px; }
.woocommerce-account .woocommerce-table--order-details .product-tax { text-align: right; }

@media (max-width: 520px) {
  .woocommerce-account .woocommerce-table--order-details .wc-my-account-thumbnail {
     display: none; 
  }
}

