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

body {
	color: #000;
}

.cl-sm-1 {
	width: 8.33%;
}

.cl-sm-2 {
	width: 16.66%;
}

.cl-sm-3 {
	width: 25%;
}

.cl-sm-4 {
	width: 33.33%;
}

.cl-sm-5 {
	width: 41.66%;
}

.cl-sm-6 {
	width: 50%;
}

.cl-sm-7 {
	width: 58.33%;
}

.cl-sm-8 {
	width: 66.66%;
}

.cl-sm-9 {
	width: 75%;
}

.cl-sm-10 {
	width: 83.33%;
}

.cl-sm-11 {
	width: 91.66%;
}

.cl-sm-12 {
	width: 100%;
}

.bold {
	font-weight: bold;
}

.flex-stretch {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-end {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-start {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*.nm-menu .nm-menu-cart*/
#nm-right-menu-ul {
	/*position: absolute;
    top: 130px;
    right: 0;*/
    margin-top: -80px;
}

.nm-menu li.nm-menu-offscreen {
    display: block;
    position: absolute;
    top: 130px;
    left: 0;
}

.nm-menu li.nm-menu-offscreen a {
	padding-left: 0;
}

.nm-menu li.nm-menu-cart a {
	padding-right: 0;
}

.nm-header.stacked-logo-centered .nm-main-menu {
    display: none !important;
}

/*#nm-right-menu-ul li:nth-child(1),
#nm-right-menu-ul li:nth-child(2),
#nm-right-menu-ul li:nth-child(3) {
	display: none !important;
} */

header .nm-header-inner {
	max-width: 1240px;
    margin: 0 auto;
}

.nm-shop-header {
    padding: 0;
}

.nm-right-menu {
	height: 0;
}

.nm-menu-icon span {
	height: 2px;
	background: #000 !important;
}

.mobile-menu-open .nm-menu-icon span.line-2 {
    background: none !important;
}

.nm-menu li a {
    color: #000 !important;
}

.product .summary {
    float: none;
    padding-left: 0;
    margin: 0 auto;
    padding: 20px !important;
    box-sizing: border-box;
}

.woocommerce-product-gallery {
    float: none;
    padding-right: 0;
    margin: 0 auto 40px auto;
}

.nm-header {
    padding: 10px 20px;
    box-sizing: border-box;
}

.nm-header-logo {
    padding-bottom: 50px !important;
}

.header-fixed .nm-header {
	position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
}

.nm-header-placeholder {
    display: none;
}

.nm-shop-loop-thumbnail {
    background: #b6b6b6 !important;
    padding: 50px;
    box-sizing: border-box;
    height: 400px;
}

#nm-related .nm-shop-loop-thumbnail {
    height: 100%;
    max-height: 285px;
}

#nm-related .nm-shop-loop-thumbnail a img {
    width: auto;
    height: 100%;
    max-height: 200px;
    margin: 0 auto;
    max-width: -webkit-fill-available;
}

.nm-shop-loop-thumbnail a {
	width: 100%;
    height: 100%;
}

.nm-shop-loop-thumbnail a img {
	width: auto;
    height: 100%;
    margin: 0 auto;
}

.woocommerce-loop-product__title a {
    font-weight: bold;
    color: #000;
}

.has-bg-color .nm-single-product-bg {
    background-color: transparent !important;
}

.header-border-1 .nm-header {
    border-bottom: none;
}

.nm-single-product figure.woocommerce-product-gallery__wrapper {
	background-color: #b6b6b6;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 500px !important;
}

.woocommerce-product-gallery__image {
	width: 100%;
	height: 100%;
}

.woocommerce-product-gallery__image a img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.woocommerce-Price-amount.amount bdi,
.product_title.entry-title {
	color: #000;
	font-weight: bold;
}

.nm-product-share-wrap {
	display: none;
}

.nm-product-summary-inner-col.nm-product-summary-inner-col-2 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.nm-product-summary-inner-col.nm-product-summary-inner-col-2 .woocommerce-product-details__short-description.entry-content {
	width: 66.66%;
}

.nm-product-summary-inner-col.nm-product-summary-inner-col-2 form {
	width: 33.33%;
}

.product .summary form.cart {
    padding: 0 0 0 40px;
}

.gallery-col-6 .woocommerce-product-gallery {
	width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.thumbnails-horizontal .woocommerce-product-gallery .flex-control-thumbs li img {
    width: auto;
    height: 100px;
    margin: 0 auto;
}

.thumbnails-horizontal .woocommerce-product-gallery .flex-control-thumbs {
    text-align: center;
}

.thumbnails-horizontal .woocommerce-product-gallery .flex-control-thumbs li {
	background-color: #b6b6b6;
	padding: 10px;
	box-sizing: border-box;
    float: none;
    width: auto;
    margin: 0 10px;
    display: inline-block;
}

.summary-col-6 .summary {
    width: 100%;
}

.product .summary .product_title,
.product .summary .price,
.nm-product-summary-inner-col.nm-product-summary-inner-col-2 {
    padding-left: 102px;
    padding-right: 102px;
}

#nm-mobile-menu .menu li {
    border: none !important;
	}


#nm-mobile-menu .menu li .nm-menu-toggle {
	right: auto;
}

.nm-shop-categories li a,
.nm-shop-filter-btn-wrap a,
.nm-shop-filter-menu li a {
	font-size: 16px !important;
    font-weight: normal !important;
    color: #000 !important;
}

.nm-shop-categories li.current-cat a {
    font-weight: bold !important;
}

.nm-shop-loop-thumbnail a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nm-footer-bar a {
    font-weight: bold;
}

.nm-footer-bar-logo img {
    max-height: 100%;
    width: 100px;
    height: auto;
}

.nm-footer-bar .nm-menu-item-copyright a {
	font-weight: normal;
}

.nm-footer-bar a.mail-footer {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}

.nm-footer-bar-logo {
    margin-right: 20px;
}

.nm-footer-bar-social li {
    margin-left: 10px;
}

.nm-footer-bar-social li i {
    font-size: 26px;
    line-height: 28px;
    color: #eee;
    vertical-align: middle;
}

.nm-footer-bar a:hover,
.nm-footer-bar-social li i {
    color: #000 !important;
}

img.ico {
    width: auto;
    height: 22px;
}

.mobile-flex {
	display: none;
}

.login-mobile,
.lang-mobile {
	display: none !important;
}

.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background-color: transparent !important;
}

form input:not([name=woocommerce_checkout_place_order]),
form textarea {
    height: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 16px !important;
    resize: none !important;
}

form input:not([type=submit]),
form textarea {
	max-width: 350px !important;
    height: 30px !important;
    margin: 5px auto 20px auto !important;
    background-color: #716e6c !important;
    color: #fff !important;
    padding: 5px 20px !important;
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
}

.wpcf7 input.wpcf7-submit {
	margin: 5px auto 20px auto !important;
    background-color: #000 !important;
    padding: 5px 20px !important;
    max-width: 350px !important;
    height: 30px !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
}

form textarea {
	height: 60px !important;
}

form span {
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 auto 20px auto !important;
}

form ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}

form ::-moz-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}

form :-ms-input-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}

form :-moz-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}

#popupnl {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999;
    width: 100vw;
    height: 100vh;
}

#popupnl.active {
	display: flex;
}

#close-pop {
	position: absolute;
	top: 20px;
	right: 20px;
}

#close-pop i {
	font-size: 32px;
	color: #fff;
}

.overflow {
	width: 100%;
    overflow: scroll;
    height: 70vh;
}

.overflow::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

.overflow::-webkit-scrollbar {
    width: 12px;
    height: 1px;
}

.overflow::-webkit-scrollbar-button {
  	width: 0px;
  	height: 0px;
}

.overflow::-webkit-scrollbar-thumb {
  background: #000;
  border: 0px none #000;
  border-radius: 2px;
}

#popupnl img {
	margin-bottom: 20px !important;
}

form input.qty {
    background-color: transparent !important;
    color: #000 !important;
    margin: 0 auto !important;
    padding: 0px 20px !important;
    width: auto !important;
}

.form-product .nm-quantity-wrap .quantity .nm-qty-minus,
.form-product .nm-quantity-wrap .quantity .nm-qty-plus {
    border: none !important;
}

a#nm-cart-continue-button,
a.checkout-button.button.alt.wc-forward {
    border: none !important;
    background-color: #726e6d !important;
    color: #fff !important;
    display: block !important;
    max-width: 240px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.wcppec-checkout-buttons__separator,
form .wpcf7-not-valid-tip {
	display: none !important;
}

form input.wpcf7-not-valid:not([type=submit]),
form textarea.wpcf7-not-valid {
	background-color: #f00 !important;
}

.wpcf7 .ajax-loader {
    opacity: 1 !important;
    color: #000 !important;
}

form p:last-child {
    padding-bottom: 40px !important;
}

.sp {
	width: 25px;
	height: 25px;
	clear: both;
	margin: 20px auto;
}

.sp-circle {
	border: 4px rgba(0,0,0,0.25) solid;
	border-top: 4px rgba(0,0,0,1) solid;
	border-radius: 50%;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}

@keyframes spCircRot {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}

#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
	display: none !important;
}

body.category .nm-blog-grid ul li {
  width: 100%;
  height: auto;
  max-width: 33.33%;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: inline-block;
}

@media (max-width: 1280px) {

	.product .summary .product_title,
	.product .summary .price,
	.nm-product-summary-inner-col.nm-product-summary-inner-col-2 {
    	padding-left: 0;
    	padding-right: 0;
	}

	.nm-tabs-panel-inner {
    	padding-right: 20px;
    	padding-left: 20px;
	}

}

@media (max-width: 1023px) {

	.nm-shop-loop-thumbnail {
		height: 300px;
		padding: 25px;
	}

	.nm-product-summary-inner-col.nm-product-summary-inner-col-2 {
		display: block;
	}

	.nm-product-summary-inner-col.nm-product-summary-inner-col-2 .woocommerce-product-details__short-description.entry-content {
		width: 100%;
	}

	.nm-product-summary-inner-col.nm-product-summary-inner-col-2 form {
		width: 100%;
	}

	.product .summary form.cart {
		padding: 10px 0 0 0;
	}

	.tabs-content .slick-dots,
	.single.single-post .slick-dots {
		display: none !important;
		opacity: 0 !important;
		z-index: -1 !important

	}

	.slick-dots li {
		width: 0 !important;
		height: 0 !important;
	}

	body.category .nm-blog-grid ul li {
	  max-width: 100%;
	}

}

@media (max-width: 991px) {

	.flex-m {
		display: inherit;
	}

	.nm-header-inner {
    	height: 100px;
	}

	.nm-menu li.nm-menu-offscreen,
	.nm-menu .nm-menu-cart {
    	position: relative;
    	top: auto;
    	left: auto;
	}

	.nm-menu li.nm-menu-offscreen a,
	.nm-menu li.nm-menu-cart a {
		padding-left: inherit;
	}

	.nm-header {
    	padding: inherit inherit inherit inherit;
	}

	.mobile-flex {
		display: flex;
	}

	.flex-start-m {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.flex-center-m {
		display: -webkit-box !important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		-webkit-justify-content: center!important;
		justify-content: center!important;
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		-webkit-align-items: center!important;
		align-items: center!important;
	}

	.no-mobile {
		display: none;
	}

	.nm-footer-bar-left {
		padding: 0 !important;
	}

	.nm-footer-bar-right,
	.padding-m-footer {
    	padding: 0 15px !important;
	}

	.nm-footer-bar-left,
	.no-padding-m {
    	padding: 0 !important;
	}

	.nm-footer-bar-social {
    	padding-top: 0;
	}

	ul.nm-footer-bar-social {
    	margin-left: 10px !important;
	}

	.login-mobile {
		display: inline-block !important;
		margin-right: 10px;
	}

	.lang-mobile {
		display: inline-block !important;
		margin-left: 10px;
	}

}

@media (max-width: 767px) {

	.nm-shop-loop-thumbnail {
		height: 200px;
		padding: 20px;
	}

	.nm-single-product figure.woocommerce-product-gallery__wrapper {
		padding: 20px;
		margin-bottom: 20px;
    	height: 300px !important;
	}

	.nm-footer-bar-right {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	#nm-footer-bar-menu {
		width: 100%;
	}

	.nm-footer-bar-logo {
    	margin: 0 auto;
	}

	/*.nm-footer-bar a.mail-footer {
    	display: none;
	}*/

	.nm-footer-bar .menu > li {
    	border-bottom: 0 solid transparent;
	}

	.nm-header {
    	padding: 10px 5px;
	}

	.nm-header-logo img {
    	height: 80px;
	}

	.nm-mobile-menu-button span,
	.header-mobile-default .nm-menu-cart.no-icon .count {
    	font-size: 16px !important;
    	line-height: 16px !important;
	}

	.nm-header.stacked-logo-centered .nm-header-logo {
    	top: 60px !important;
	}

	.nm-header.stacked-logo-centered .nm-right-menu {
    	margin-right: 0;
    	margin-top: 50px;
	}

	img.ico.mail-ico {
    	width: auto;
    	height: 18px;
    	margin-top: 4px;
	}

	.nm-single-product,
	.woocommerce-page .nm-page-default.nm-row {
    	margin-top: 30px;
	}

}

@media (max-width: 550px) {

	.header-mobile-default .nm-menu-cart.no-icon .nm-menu-cart-title {
    	display: inherit;
	}

}
