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

.nm-products {
	display: flex;
	flex-wrap: wrap;
}

.nm-products .product .nm-shop-loop-product-wrap {
	height: 100%;
}
.nm-products .product .nm-shop-loop-product-wrap .nm-shop-loop-thumbnail {
	height: 300px;
}

.nm-products .product .nm-shop-loop-product-wrap .nm-shop-loop-thumbnail a {
	height: 100%;
}

.nm-products .product .nm-shop-loop-product-wrap .nm-shop-loop-thumbnail a img {
	height: 100%;
	object-fit: cover;
}

.nm-banner-content {
    background-color: rgba(1, 1, 1, 0.3);
}

.slick-next, .slick-prev {
    color: white;
}

.nm-banner-link.type-btn {
	background-color: transparent !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 16px;
	margin-bottom: 6px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #cfcfcf;
}

.nm-banner-link.type-btn:hover {
	color: #c9009d !important;
}