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

.age-gate__remember {
	display: none;
}

.nm-banner-content .nm-banner-link.nm-banner-shop-link {
	background-color: #E3000F !important;
	color: #fff !important;
}

#billing_address_1_field,
#billing_address_2_field,
#billing_country_field,
#ship-to-different-address {
	display: none !important;
}

.hidden {
	display: none !important;
}

.woocommerce-terms-and-conditions-wrapper {
	display: none;
}

.nm-footer-bar-copyright-text {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.nm-banner-content .nm-banner-text {
		max-width: 100% !important;
	}
	
	.nm-banner-content .nm-banner-title {
		font-size: 25px !important;
        line-height: 133% !important;
	}
	
	.nm-banner-content .nm-banner-link.nm-banner-shop-link {
		width: 100%;
        text-align: center;
		padding: 16px;
        font-size: 16px;
	}

	.nm-banner-content .nm-banner-content-inner {
		align-items: end;
    	padding-bottom: 30px;
	}
}