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


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

@font-face { font-family: GaramondPremrPro; src: url(fonts/GaramondPremrPro-LtItDisp.woff); }
@font-face { font-family: Spinnaker-Regular; src: url(fonts/Spinnaker-Regular.woff); }

body {
	font-family: "Spinnaker-Regular" !important;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: "GaramondPremrPro" !important;
}

.product .nm-single-product-bg { background-color: #fff; }
#products-refundable_field .checkbox { padding: 0; }
.nm-banner-title, .nm-banner-link { 
	background-color: rgba(0,0,0,0.8) !important; 
	color: white !important; 
	padding: 10px !important; 
	border: none;
}

label, p {
	font-family: "Spinnaker-Regular" !important;
}

.woocommerce .woocommerce-MyAccount-navigation {
	display: none !important;
}
.woocommerce .woocommerce-MyAccount-content{
	width: 100% !important;
}
.button.add-deposit-to-cart-button{
	display: none;
}
/* vat amout on cart page */
.includes_tax {
	display: block;
    color: #777;
}
/* product title in overview pages */
.nm-shop-loop-details h3 {
	font-size: 2em !important;
}
/* below add-to-cart button */
.down-payment-buy-btn-note {
	margin: 10px;
    padding: 10px;
    /* border: 1px dotted #000; */
    background-color: #fffad3;
}
/* price of downpayment amout in fly-out cart */
.product_list_widget .amount {
	color: inherit;
}
/* cart variations */
.shop_table.cart .nm-product-details .variation {
	font-size: 1em;
    line-height: 1.5em;
    margin: 10px;
}
.woocommerce-order-details {
	margin-bottom: 20px;
}
.woocommerce-order-details__title {
    font-size: 22px;
    margin-bottom: 16px;
}
.woocommerce-order-details__title {
    font-size: 2.5em;
    margin-bottom: 16px;
}
.woocommerce-order-details.woocommerce-info.mollie-instructions {
	text-align: center;
}
.yith-wcdp-my-deposits {
	margin-top: 30px;
}
.yith-wcdp-my-deposits h2 {
	font-size: 2.5em;
}
.yith-wcdp-my-deposits .order-actions .button {
	display: block;
	margin-bottom: 3px;
}
.yith-wcdp-my-deposits .shop_table.order_details thead {
	font-weight: bold;
}
.nm-main-menu .nm-menu li a {
    color: #000 !important;
    font-family: "Spinnaker-Regular";
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 10px;
}
.nm-main-menu .nm-menu .sub-menu li a {
	color: #fff !important;
}
#nm-shop-search input {
	padding: 20px;
	background-color: #000;
	color: #fff;

}
#nm-shop-search-close {
	margin-right: 20px;
}