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

.nm-banner-text.xlarge .nm-banner-title {
    font-size: 50px;
    line-height: 1.2;
    background-color: rgba(115,114,114,0.8);
    padding: 10px;
}
.nm-banner.text-color-light .nm-banner-subtitle {
    color: #eee;
    font-size: 30px;
	background-color: rgba(115,114,114,0.8);
    padding: 10px;
}
.layout-centered .onsale {
    right: auto;
    left: 12px;
    font-size: 20px;
}
.summary .price .onsale {
    display: inline;
    position: static;
    font-size: 16px;
    color: inherit;
    margin-left: 10px;
    border: none;
    vertical-align: middle;
    background: #63b798;
    color: #fff;
}

.nm-banner.text-color-light .nm-banner-title {
    color: #fff;
    text-shadow: #474747 2px 3px 3px;
}
.nm-shop-taxonomy-text h1 {
    font-size: 28px;
    background-color: rgba(115,114,114,0.7);
    display: inline-block;
    padding: 10px;
}
.widget.woocommerce.widget_product_tag_cloud .nm-widget-title {
	display:none;
}


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

.nm-products li.product:hover .nm-shop-loop-title-price .price{
  visibility:hidden;
}

#billing_country_field, #shipping_country_field{
  display: none;
}

#checkout_checkbox_field.woocommerce-invalid-required-field label{
  text-decoration: underline;
  text-decoration-color: red;
}

.nm-header.menu-centered .nm-main-menu{
	width:61% !important;
}
