/*
	Theme Name:   Hortum Växthus
	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
--------------------------------------------------------------- */

span.nm-menu-cart-count.count {
	color: #f3e600;
}

#nm-shop-categories li a {
	display: block;
	padding-top: 45px;
	background-size: 70px;
	min-width: 70px;
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
	#nm-shop-categories li a {
		margin: 0;
		display: block;
		background-size: 45px;
		background-position: left center;
		padding-left: 60px;
		padding-top: 16px;
		min-width: unset;
		text-align: left;
	}
}

#nm-shop-categories li:first-of-type {
	display: none;
}

#nm-shop-filter-menu li.nm-shop-categories-btn-wrap {
	background: #8AAA5F;
	width: 100%;
}
#nm-shop-filter-menu li.nm-shop-categories-btn-wrap a {
	display: block;
	width: 100%;
	color: #fffef3;
}


.nm-page-sidebar .widget_nav_menu ul li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    padding: 12px 0 12px 12px;
}

.nm-page-sidebar .widget_nav_menu ul li.current-menu-item a { 
	background-color: #fdf5d0;
	font-weight: bold;
	color: #8AAA5F;
 }

 .nm-page-sidebar .widget_nav_menu ul li:not(:last-child) {
	 margin: 0;
 }

 @media screen and (min-width: 769px) {
	.nm-banner .nm-banner-content .nm-banner-text {
		background-color: rgba(139, 170, 95, 0.7);
		min-width: 512px;
	}
}
 .nm-banner .nm-banner-content .nm-banner-text .nm-banner-link {
	 color: #f3e600;
	 font-weight: bold;
	 border:none;
	 position: relative;
}
@media screen and (max-width: 768px) {
	.nm-banner .nm-banner-content .nm-banner-text {
		text-align: center;
	}
	.nm-banner .nm-banner-content .nm-banner-text .nm-banner-link {
		color: #8AAA5F;
	}
	.nm-banner .nm-banner-content .nm-banner-text .nm-banner-link:after {
		display: none !important;
	}
	.nm-banner .nm-banner-content .nm-banner-text a:hover {
		color: #8AAA5F !important;
		text-decoration: underline;
	}
}
.nm-banner .nm-banner-content .nm-banner-text .nm-banner-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0%;
	transition: 0.3s;
	height: 2px;
	background-color: #f3e600;
}
.nm-banner .nm-banner-content .nm-banner-text a:hover {
	color: #f3e600 !important;
}
.nm-banner .nm-banner-content .nm-banner-text .nm-banner-link:hover:after {
	width: 100%;
}

.nm-banner.text-color-light .nm-banner-subtitle {
	color: #fff;
}

.nm-footer-bar-logo img {
	height: 20px;
}

.wp-caption-text {
	position: static;
	max-width: initial;
}

.wapf-field-description {
	margin-bottom: 1em;
}

.wapf-product-totals {
	border-top:2px solid #8AAA5F;
}

.wapf-product-totals .wapf--inner div:first-of-type {
	display: none;
}

.wapf-checkable input {
	display: none;
}

.wapf-checkable .wapf-label-text {
	padding: 10px 10px;
	border: 2px solid rgb(138, 170, 95);
	border-radius: 5px;
	display: block;
	margin-bottom: 10px;
}
.wapf-checkable .wapf-label-text:hover {
	background-color: rgba(138, 170, 95, 0.05);
}
.wapf-checkable.wapf-checked .wapf-label-text {
	border-color: #f3e600;
	font-weight: bold;
}