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

/* Footer: four-column dark layout */
.nm-footer-widgets .widget {
	margin-bottom: 0;
}
.nm-footer-widgets .widget .nm-widget-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-bottom: 22px;
	color: #ffffff;
}
.nm-footer-widgets .widget ul li {
	margin-bottom: 10px;
	line-height: 1.5;
}
.nm-footer-widgets .widget ul li a {
	font-size: 14px;
}

.nm-footer-newsletter-intro {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 22px;
	max-width: 280px;
}
.nm-footer-newsletter-intro p {
	margin: 0;
}
.nm-footer-newsletter {
	display: flex;
	align-items: center;
	max-width: 280px;
	margin: 0 0 22px;
	border-bottom: 1px solid rgba(255,255,255,0.35);
}
.nm-footer-newsletter input[type="email"] {
	flex: 1;
	width: 100%;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	padding: 8px 0;
	font-size: 14px;
	outline: none;
}
.nm-footer-newsletter input[type="email"]::placeholder {
	color: rgba(255,255,255,0.55);
	font-size: 14px;
}
.nm-footer-newsletter button {
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 8px 0 8px 12px;
}
.nm-footer-newsletter-social {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nm-footer-newsletter-social li {
	margin: 0 !important;
}
.nm-footer-newsletter-social a,
.nm-footer-newsletter-social a:hover,
.nm-footer-newsletter-social a i {
	color: #ffffff;
	font-size: 22px;
}

.nm-footer-newsletter-logo {
	margin: 0 0 18px;
}
.nm-footer-newsletter-logo img {
	display: block;
	width: auto;
	max-height: 56px;
	height: auto;
}

.nm-footer-bar.layout-centered-legal .nm-footer-bar-bottom .nm-row {
	border-top: 1px solid rgba(255,255,255,0.12);
	padding-top: 18px;
}
.nm-footer-bar.layout-centered-legal .nm-footer-bar-bottom .nm-footer-bar-left .nm-footer-bar-col-inner {
	justify-content: flex-start;
	align-items: center;
}
.nm-footer-bar.layout-centered-legal .nm-footer-bar-bottom .nm-footer-bar-right .nm-footer-bar-col-inner {
	justify-content: flex-end;
	margin-top: 0;
}
.nm-footer-bar.layout-centered-legal .nm-footer-bar-copyright-text {
	font-size: 13px;
	text-align: left;
}
.nm-footer-bar.layout-centered-legal .nm-footer-bar-custom-text,
.nm-footer-bar.layout-centered-legal .nm-footer-bar-custom-text .wp-block-group,
.nm-footer-bar.layout-centered-legal .nm-footer-bar-custom-text .is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	text-align: right;
}
.nm-footer-bar.layout-centered-legal .nm-footer-bar-custom-text figure {
	margin: 0;
	display: inline-flex;
	align-items: center;
}
.nm-footer-bar.layout-centered-legal .nm-footer-bar-custom-text img {
	display: block;
	width: auto;
	max-height: 24px;
	height: auto;
}

.products li.outofstock .nm-shop-loop-thumbnail > .woocommerce-LoopProduct-link:after {
	content: "Out of stock";
}

@media (max-width: 991px) {
	.nm-footer-bar.layout-centered-legal .nm-footer-bar-bottom .nm-footer-bar-right .nm-footer-bar-col-inner {
		justify-content: flex-start;
		margin-top: 12px;
	}
	.nm-footer-bar.layout-centered-legal .nm-footer-bar-custom-text,
	.nm-footer-bar.layout-centered-legal .nm-footer-bar-custom-text .wp-block-group,
	.nm-footer-bar.layout-centered-legal .nm-footer-bar-custom-text .is-layout-flex {
		justify-content: flex-start;
		text-align: left;
	}
}
