/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


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

@import url("css/styles.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext'); //font-family: 'Roboto Condensed', sans-serif;
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext'); //font-family: 'Roboto', sans-serif;

body {
	font-family: 'Roboto Condensed', sans-serif !important;
}

body .nm-header {
	line-height: 1;
}

body .nm-header-logo img {
	width: 340px;
	height: auto;
}

body .nm-menu li a {
	font-size: 18px;
}

body #nm-shop {
	min-height: inherit !important;
}

body #nm-widget-panel .nm-mini-cart .buttons .button.checkout, 
body .nm-cart-summary li.actions-wrap .button.checkout-button {
	background: #006e06 !important;
}

.single-product button {
	background: #006e06;
}

.cart_totals .button {
	background: #006e06 !important;	
}

body .product .summary .price .amount,
body .products .price ins,
body .products .price ins .amount {
	color: #006e06;
}