.woocommerce {
	width: 100%;
}

html .woocommerce-page img,
html .woocommerce img {
	max-width: none;
}

html #wpadminbar {
	position: fixed;
}

.woocommerce-message {
	display: none;
}

.single-product .nm-grow,
.archive .nm-grow,
.search .nm-grow {
	overflow: visible;
}

/*================================================*/
/*                    MAIN STYLES                 */
/*================================================*/

html {
	height: 100%;
}

body {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #fff;
	color: #000;
	font-family: Heebo;
	font-size: 15px;
	font-weight: 300;
	width: 100%;
	min-width: 320px;
	max-width: 100vw;
	min-height: 100%;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.mobile-only {
	display: none;
}

.desktop-only {
	display: block;
}

.nm-overwrapper {
	position: absolute;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 40;
}

.nm-main-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.nm-big-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.nm-clear:after {
	content: "";
	display: table;
	clear: both;
}

.nm-text-center {
	text-align: center;
}

.nm-hidden {
	display: none;
}

.nm-hidden-imp {
	display: none !important;
}

.nm-invisible {
	visibility: hidden;
	opacity: 0;
}

.nm-error,
.nm-error span {
	color: #ec0087 !important;
}

.nm-text p {
	margin-bottom: 1em;
}

.nm-text-left {
	text-align: left;
}

.nm-text-center {
	text-align: center;
}

.nm-text-right {
	text-align: right;
}

h1 {
	font-size: 39px;
	font-weight: 700;
	text-transform: uppercase;
}

a {
	color: #000;
	font-family: Heebo;
	text-decoration: none;
}

.nm-svg {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-btn {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-family: Heebo;
	font-size: 36px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	color: #fff;
	background-color: #000;
	border-radius: 46px;
	outline: none;
	border: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding: 20px 95px;
	margin: 0;
}

.nm-btn.button-hovered,
.hasHover .nm-btn:hover,
.nm-btn:focus {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.nm-btn-small {
	font-size: 17px;
	border-radius: 20px;
	padding: 10px 25px;
}

.nm-btn-red {
	color: #fff;
	background-color: #fd5b4e;
}

.nm-btn-red:hover {
	color: #fff;
	background-color: #fd7469;
}

.nm-btn-red:active {
	color: #fff;
	background-color: #fc2e1d;
}

.nm-btn-white {
	color: #000;
	background-color: #fff;
}

.nm-btn-white:hover,
.nm-btn-white:focus {
	color: #fff;
	background-color: #000;
}

.nm-btn-border {
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 20px;
	padding: 8px 23px;
}

.nm-btn-border:hover,
.nm-btn-border:focus {
	color: #000;
	background-color: #fff;
}

.nm-mob-product-name .nm-price-row .nm-new-price {
	font-weight: 400;
	color: #e60686;
}

.nm-mob-product-name .nm-price-row .nm-old-price {
	position: relative;
	font-size: 80%;
	margin-right: 0.5em;
}

.nm-mob-product-name .nm-price > * {
	display: inline-block;
}

.nm-mob-product-name .nm-price-row .nm-old-price:after {
	position: absolute;
	display: inline-block;
	content: "";
	background-color: #e60686;
	height: 2px;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
}

.nm-mob-product-name .nm-new-price {
	margin-bottom: 5px;
}

.nm-btn-pink-hover {
	border: 2px solid #000;
}

.nm-btn-pink-hover.button-hovered,
.hasHover .nm-btn-pink-hover:hover,
.nm-btn-pink-hover:focus {
	color: #000;
	border: 2px solid #000;
	background-color: #e4c4b8;
}

.nm-btn-del {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 0;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-radius: 50%;
}

.nm-btn-del:before,
.nm-btn-del:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #000;
	border-radius: 2px;
	height: 2px;
	width: 18px;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-btn-del:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.nm-btn-del:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.nm-btn-del:hover {
	background-color: #000;
}

.nm-btn-del:hover:before,
.nm-btn-del:hover:after {
	background-color: #fff;
}

.nm-btn-del:focus {
	outline: 2px solid #4d90fe;
}

.nm-btn-add-wrap {
	text-align: center;
}

.nm-btn-add-wrap .nm-btn {
	background-image: url("../img/icon-add.svg");
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-position: top 17px left 30px;
	font-size: 17px;
	padding: 15px 35px 15px 70px;
}

.nm-btn-add-wrap .nm-btn.button-hovered,
.hasHover .nm-btn-add-wrap .nm-btn:hover,
.nm-btn-add-wrap .nm-btn:focus {
	background-image: url("../img/icon-add-black.svg");
}

.nm-wishlist {
	position: relative;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.nm-wishlist .nm-svg {
	display: block;
	pointer-events: none;
	stroke: #000;
	stroke-width: 3;
	stroke-miterlimit: 10;
	fill: transparent;
	z-index: 2;
}

.nm-wishlist.nm-active .nm-svg {
	fill: #ec0086;
	stroke: #ec0086;
}

.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-1,
.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-2,
.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-5,
.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-6,
.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-9 {
	-webkit-animation: heart-animate-vert 0.8s 1;
	animation: heart-animate-vert 0.8s 1;
}

.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-3,
.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-4,
.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-7,
.nm-wishlist.nm-animate .nm-animate-wrapp .nm-anim-line.nm-8 {
	-webkit-animation: heart-animate-hor 0.8s 1;
	animation: heart-animate-hor 0.8s 1;
}

.nm-wishlist .nm-animate-wrapp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line {
	position: absolute;
	background-color: #000;
	border-radius: 5px;
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-1,
.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-2,
.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-5,
.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-6,
.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-9 {
	width: 2px;
	height: 0;
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-3,
.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-4,
.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-7,
.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-8 {
	height: 2px;
	width: 0;
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-1 {
	bottom: 125%;
	left: calc(50% - 1px);
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-2 {
	bottom: 105%;
	left: 0;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-3 {
	bottom: 70%;
	right: 115%;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-4 {
	top: 80%;
	right: 100%;
	-webkit-transform: rotate(-28deg);
	-ms-transform: rotate(-28deg);
	transform: rotate(-28deg);
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-5 {
	top: 105%;
	right: 75%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-6 {
	top: 105%;
	left: 75%;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-7 {
	top: 80%;
	left: 100%;
	-webkit-transform: rotate(28deg);
	-ms-transform: rotate(28deg);
	transform: rotate(28deg);
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-8 {
	bottom: 70%;
	left: 115%;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.nm-wishlist .nm-animate-wrapp .nm-anim-line.nm-9 {
	bottom: 105%;
	left: 100%;
	-webkit-transform: rotate(-145deg);
	-ms-transform: rotate(-145deg);
	transform: rotate(-145deg);
}

.nm-cart {
	cursor: pointer;
}

.nm-cart .nm-svg {
	stroke: #000;
	stroke-miterlimit: 10;
}

.nm-cart.nm-hover:not(.nm-added) .nm-svg {
	fill: #fff;
	stroke: #fff;
}

.nm-cart.nm-added .nm-svg:not(.nm-add-svg) {
	display: none;
}

.nm-cart.nm-added .nm-svg.nm-add-svg {
	fill: #EA0689;
	stroke: #EA0689;
	display: block;
}

input::-ms-clear {
	display: none;
}

.nm-input {
	display: block;
	color: #000;
	font-family: Heebo;
	font-size: 18px;
	font-weight: 300;
	background-color: transparent;
	border: 3px solid #000;
	border-radius: 36px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	min-width: 0;
	max-width: none;
	height: 72px;
	padding: 0 55px;
	margin: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.nm-input:focus:-ms-input-placeholder {
	opacity: 0;
}

.nm-input:focus::-moz-placeholder {
	opacity: 0;
}

.nm-input::-webkit-input-placeholder {
	color: #000;
	font-family: Heebo;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-input:-ms-input-placeholder {
	color: #000;
	font-family: Heebo;
	font-size: 17px;
	font-weight: 300;
	line-height: normal;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-input::-moz-placeholder {
	color: #000;
	font-family: Heebo;
	font-size: 17px;
	font-weight: 300;
	line-height: 44px;
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-textarea {
	display: block;
	resize: none;
	overflow: auto;
	color: #000;
	font-family: Heebo;
	font-size: 17px;
	font-weight: 300;
	background-color: transparent;
	border: none;
	border-radius: 36px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 150px;
	padding: 10px 55px;
	margin: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

.nm-textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

.nm-textarea:focus::-moz-placeholder {
	opacity: 0;
}

.nm-textarea::-webkit-input-placeholder {
	color: #000;
	font-family: Heebo;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-textarea::-moz-placeholder {
	color: #000;
	font-family: Heebo;
	font-size: 17px;
	font-weight: 300;
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-textarea:-ms-input-placeholder {
	color: #000;
	font-family: Heebo;
	font-size: 17px;
	font-weight: 300;
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*-------------------
slider SWIPER begin
-------------------*/

.ui-slider {
	position: relative;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	cursor: pointer;
	background-color: #000;
	border-radius: 6px;
	width: 12px;
	height: 20px;
	z-index: 3;
}

.ui-slider .ui-slider-range {
	position: absolute;
	display: block;
	border: 0;
	overflow: hidden;
	z-index: 2;
}

.ui-slider-horizontal {
	background-color: rgba(0, 0, 0, 0.3);
	height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -9px;
	margin-left: -6px;
	outline: none;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 3px;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-widget-header {
	background: #000;
	height: 3px;
}

/*================================================*/
/*                    HEADER	                  */
/*================================================*/

header {
	position: relative;
}

header .nm-big-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .nm-header-middle {

	/*overflow: hidden;*/
	position: relative;

}

header .nm-header-aside {
	width: 17.8%;
	min-width: 17.8%;
	max-width: 17.8%;
}

header .nm-header-middle .nm-bottom img.bs-baner {
	max-width: none !important;
	min-width: 100%;
	width: 1210px !important;
	position: relative;
	left: -50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.nm-bottom.desktop-only {
	overflow: hidden;
}

.nm-bottom.desktop-only {

	display: block !important;

}


.nm-section-h1.nm-yellow.image-title img {
	/* position: absolute; */
	margin-right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.nm-section-h1.nm-yellow.image-title {
	display: block;
	height: auto;
	overflow: hidden;
	padding: 0;
	background: none;
	position: relative;
}

.nm-section-h1.mobile-only.nm-yellow {
	display: none;
}

header .nm-header-aside .nm-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 70px;
}

header .nm-header-aside .nm-btns .nm-wishlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}

header .nm-header-aside .nm-btns .nm-wishlist .nm-svg {
	display: block;
	stroke: #000;
	stroke-width: 3;
	stroke-miterlimit: 10;
	fill: transparent;
	width: 33px;
	height: 30px;
	-webkit-transition: fill .2s, stroke .2s, -webkit-transform .5s ease-in-out;
	transition: fill .2s, stroke .2s, -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out, fill .2s, stroke .2s;
	transition: transform .5s ease-in-out, fill .2s, stroke .2s;
	transition: transform .5s ease-in-out, fill .2s, stroke .2s, -webkit-transform .5s ease-in-out;
}

header .nm-header-aside .nm-btns .nm-wishlist.nm-scale .nm-svg {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

header .nm-header-aside .nm-btns .nm-wishlist.nm-hover {
	background-color: #000;
}

header .nm-header-aside .nm-btns .nm-wishlist.nm-hover .nm-svg {
	stroke: #fff;
	stroke-width: 3;
	stroke-miterlimit: 10;
	fill: transparent;
}

header .nm-header-aside .nm-btns .nm-wishlist.nm-active .nm-svg {
	fill: #ec0086;
	stroke: #ec0086;
}

header .nm-header-aside .nm-btns .nm-cart {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}

header .nm-header-aside .nm-btns .nm-cart .nm-items-count {
	pointer-events: none;
	position: absolute;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	bottom: 18px;
	left: 0;
	right: 0;
}

header .nm-header-aside .nm-btns .nm-cart .nm-items-count {
	color: #fff;
}

header .nm-header-aside .nm-btns .nm-cart .nm-svg {
	pointer-events: none;
	width: 28px;
	height: 32px;
}

header .nm-header-aside .nm-btns .nm-cart:not(.nm-added) .nm-svg.nm-add-svg {
	display: none;
}

header .nm-header-aside .nm-btns .nm-cart.nm-hover {
	background-color: #000;
}

header .nm-header-aside .nm-btns .nm-cart.nm-hover .nm-items-count {
	color: #fff;
}

header .nm-links,
header .nm-top-dropdown-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 37px;
}

header .nm-links .nm-language-block,
header .nm-top-dropdown-line .nm-language-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 100%;
	max-width: 90px;
	margin: 0 auto 5px auto;
}

header .nm-links .nm-language-block .nm-lang-items,
header .nm-top-dropdown-line .nm-language-block .nm-lang-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-right: 8px;
}

header .nm-links .nm-language-block .nm-lang-items a,
header .nm-top-dropdown-line .nm-language-block .nm-lang-items a {
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 0 3px;
}

header .nm-links .nm-language-block .nm-lang-items .nm-en {
	font-size: 13px;
	line-height: 15px;
}

header .nm-links .nm-language-block .nm-lang-items a.current,
header .nm-top-dropdown-line .nm-language-block .nm-lang-items a.current,
header .nm-links .nm-language-block .nm-lang-items a:hover,
header .nm-top-dropdown-line .nm-language-block .nm-lang-items a:hover,
header .nm-links .nm-language-block .nm-lang-items a:focus,
header .nm-top-dropdown-line .nm-language-block .nm-lang-items a:focus {
	color: #fff;
	background-color: #000;
}

header .nm-links .nm-language-block .nm-lang-icon,
header .nm-top-dropdown-line .nm-language-block .nm-lang-icon {
	font-family: Roboto;
	font-weight: 400;
	font-size: 19px;
	line-height: 1;
	margin-left: 0px;
}
.nm-language-block .wcml-dropdown a {
	text-align: center;
	padding: 5px 0;
}
.nm-language-block .wcml-dropdown a.wcml-cs-item-toggle {
	padding-right: 0;
}
header .nm-authentication-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	height: 100%;
}

header .nm-authentication-block .nm-authorized {
	position: relative;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	width: 100%;
	height: 100%;
}

header .nm-authentication-block .nm-authorized .nm-hi-user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 5px;
}

header .nm-authentication-block .nm-authorized .nm-hi-user.nm-hover {
	color: #fff;
	background-color: #000;
}

header .nm-authentication-block .nm-authorized .nm-hi-user.nm-hover .nm-hi-text:before {
	opacity: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

header .nm-authentication-block .nm-authorized .nm-hi-user.nm-hover .nm-hi-text:after {
	opacity: 1;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

header .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text {
	position: relative;
	padding-left: 25px;
}

header .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:before,
header .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:after {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 15px;
	height: 15px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

header .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:before {
	background-image: url("../img/arrow-down.svg");
}

header .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:after {
	background-image: url("../img/arrow-down-white.svg");
	opacity: 0;
}

header .nm-authentication-block .nm-authorized ul {
	position: absolute;
	display: none;
	background-color: #fff;
	color: #000;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 8;
	padding: 15px 0;
}

header .nm-authentication-block .nm-authorized ul li {
	display: block;
	padding-right: 50px;
}

header .nm-authentication-block .nm-authorized ul li:not(:last-child) {
	margin-bottom: 12px;
}

header .nm-authentication-block .nm-authorized ul li a {
	display: inline-block;
	border-bottom: 3px solid transparent;
	padding-bottom: 4px;
}

header .nm-authentication-block .nm-authorized ul li a:hover,
header .nm-authentication-block .nm-authorized ul li a:focus {
	font-weight: 700;
}

header .nm-authentication-block .nm-authorized ul li a:active {
	border-color: #000;
}

header .nm-authentication-block .nm-not-authorized {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 21px;
	line-height: 1;
	font-weight: 400;
	padding-left: 8px;
}

header .nm-authentication-block .nm-not-authorized .nm-separator {
	margin: 0 0.1em;
}

header .nm-authentication-block .nm-not-authorized a {
	font-size: 15px;
	text-transform: capitalize;
	padding: 0 3px;
}

header .nm-authentication-block .nm-not-authorized a:hover,
header .nm-authentication-block .nm-not-authorized a:focus {
	color: #fff;
	background-color: #000;
}

header .nm-header-middle {
	width: 50%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

header .nm-header-middle .nm-top {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #e5e4e5;
	height: 70px;
}

header .nm-header-middle .nm-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #dddbdb;
	font-size: 18px;
	/*height: 37px;*/
	/*padding: 5px 12px 5px 15px;*/
}

header .nm-header-middle .nm-bottom img {
	max-width: 100%;
	max-height: 100%;
}

header .nm-search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4ebea;
	width: 70px;
	padding: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .nm-search-form.nm-expand {
	width: 280px;
	padding-left: 15px;

}

header .nm-search-form.nm-expand .nm-input {
	width: 180px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	/*margin-right: 17px;*/
}

header .nm-search-form .nm-input {
	border: none;
	border-bottom: 3px solid #000;
	border-radius: 0;
	padding: 0;
	width: 0;
	height: 38px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .nm-search-form .nm-btn-search {
	display: block;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	color: transparent;
	background: none;
	background-color: transparent;
	background-image: url("../img/icon-search.svg");
	background-repeat: no-repeat;
	background-size: 35px 24px;
	/*	background-position: center center;
	width: 35px;
	height: 46px;*/
	background-position: left 22px center;
	width: 70px;
	height: 70px;
	padding: 0;
}

header .nm-menu-expand {
	position: relative;
	cursor: pointer;
	display: none;
	background-color: transparent;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 28px;
}

header .nm-menu-expand span {
	display: block;
	position: absolute;
	background-color: #f6c93a;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	width: 100%;
	height: 4px;
}

header .nm-menu-expand span:nth-child(1) {
	top: 0px;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

header .nm-menu-expand span:nth-child(2),
header .nm-menu-expand span:nth-child(3) {
	top: 12px;
}

header .nm-menu-expand span:nth-child(4) {
	top: 24px;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

header .nm-menu-expand.nm-active {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

header .nm-menu-expand.nm-active span:nth-child(1) {
	top: 5px;
	width: 0;
	left: 50%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

header .nm-menu-expand.nm-active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .nm-menu-expand.nm-active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .nm-menu-expand.nm-active span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

header nav {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 40%;
	padding: 38px 57px 32px 62px;
}

header nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

header nav ul li {
	position: relative;
	display: block;
	margin: 0 10px;
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}

header nav ul li a {
	position: absolute;
	display: block;
	font-size: 27px;
	line-height: 1;
	border-bottom: 3px solid transparent;
	padding: 0 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 4;
}

header nav ul li a:hover,
header nav ul li a:focus {
	font-weight: 700;
	text-decoration: none;
}

header nav ul li a:active {
	border-color: #000;
}

header nav ul li a.current {
	font-weight: 700;
	text-decoration: underline;
}

header nav ul li:last-child {
	font-weight: 700;
}

/*header nav ul li:last-child > a {
	font-size: 29px;
	margin-top: -1px;
}*/

header .nm-logo {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 17.8%;
	min-width: 17.8%;
	max-width: 17.8%;
	height: 107px;
	z-index: 3;
}

header .nm-logo a {
	height: 100%;
	padding: 4px;
}

header .nm-logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

header .nm-logo .nm-text {
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 4px;
}

header .nm-menu-toggle {
	display: none;
}

.nm-subheader {
	display: none;
}

.nm-header-dropdown {
	position: absolute;
	display: none;
	background: transparent;
	left: 0;
	right: 0;
	top: 100%;
	padding-top: 37px;
	will-change: opacity;
	z-index: 15;
}

.nm-header-dropdown .nm-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #fff;
	height: 320px;
}

.nm-header-dropdown .nm-list {
	background-color: #debeb2;
	width: 38.6%;
	height: 320px;
	padding: 10px 55px 10px 15px;
	overflow: hidden;
}

.nm-header-dropdown #header-dropdown-list {
	padding-right: 10px;
}

.nm-header-dropdown .nm-list .scroll-wrapper > .scroll-content {
	max-height: 300px !important;
}

.nm-header-dropdown .nm-list li {
	display: block;
	margin: 0.75em 0.5em;
}

.nm-header-dropdown .nm-list li a {
	display: inline-block;
	color: #000;
	font-size: 18px;
	line-height: 1;
	border-bottom: 3px solid transparent;
}

.nm-header-dropdown .nm-list li a:hover,
.nm-header-dropdown .nm-list li a:focus {
	font-weight: 700;
}

.nm-header-dropdown .nm-list li a:active {
	border-color: #000;
}

.nm-header-dropdown .nm-list li.current a {
	font-weight: 700;
}

.nm-header-dropdown .nm-list li.current a:hover,
.nm-header-dropdown .nm-list li.current a:focus {
	text-decoration: none;
}

.nm-header-dropdown .nm-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 30%;
}

.nm-header-dropdown .nm-item .nm-img-js-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.nm-header-dropdown .nm-item .nm-img-js-wrap img {
	-webkit-transform: translateX(-50%) translateY(-50%) translateY(0.5px) scale(1.005);
	-ms-transform: translateX(-50%) translateY(-50%) translateY(0.5px) scale(1.005);
	transform: translateX(-50%) translateY(-50%) translateY(0.5px) scale(1.005)
}

.nm-header-dropdown .nm-item .nm-info {
	position: absolute;
	text-align: right;
	top: 48%;
	left: 0;
	right: 0;
	padding: 10%;
	z-index: 3;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-weight: bold;
}

.nm-header-dropdown .nm-item:hover .nm-info,
.nm-header-dropdown .nm-item:focus .nm-info {
	text-decoration: underline;
	font-weight: 700;
}

.nm-dropdown-scrollable-block {
	margin-right: -30px;
	margin-bottom: 21px;
}

.nm-dropdown-scrollable-block .scroll-wrapper {
	max-height: 300px;
	overflow: hidden;
}

.nm-dropdown-scrollable-block .scroll-wrapper > .scroll-content {
	padding-right: 30px;
}

.nm-dropdown-scrollable-block.nm-ie-fix .scroll-wrapper > .scroll-content {
	right: 17px;
	margin-right: -17px;
	margin-left: 0 !important;
}

.nm-dropdown-scrollable-block.nm-ie-fix .scroll-x {
	display: none !important;
}

.nm-dropdown-scrollable-block .scroll-wrapper {
	height: 100%;
}

.nm-dropdown-scrollable-block .scrollbar-inner > .scroll-element.scroll-y {
	right: 2px;
	left: auto;
	width: 18px;
}

.nm-dropdown-scrollable-block .scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: #e6e5e6;
}

.nm-dropdown-scrollable-block .scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #e4c4b8;
	opacity: 1;
	width: 12px;
	left: 3px;
}

.nm-cart-dropdown {
	position: absolute;
	cursor: default;
	display: none;
	background-color: #fff;
	top: 100%;
	right: 0;
	width: 495px;
	will-change: opacity;
	z-index: 15;
}

.nm-cart-dropdown .nm-mob-top,
.nm-cart-dropdown .nm-mob-item-price-row,
.nm-cart-dropdown .nm-mob-bottom {
	display: none;
}

.nm-cart-dropdown .nm-top-line {
	position: relative;
	background-color: #f0f;
}

.nm-cart-dropdown .nm-top-line:before {
	position: absolute;
	display: block;
	content: "";
	border-style: solid;
	border-width: 0 18px 18px 18px;
	border-color: transparent transparent #f0f transparent;
	bottom: 100%;
	right: 66px;
}

.nm-cart-dropdown .nm-top-line .nm-caption {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	padding: 3px 59px 3px 15px;
}

.nm-wishlist-dropdown .nm-item ,
.nm-cart-dropdown .nm-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
}

.nm-cart-dropdown .nm-item:not(:last-child) {
	margin-bottom: 21px;
}

.nm-cart-dropdown .nm-item .nm-img-js-wrap {
	width: 89px;
	min-width: 89px;
	max-width: 89px;
	height: 112px;
	margin-left: 12px;
}

.nm-wishlist-dropdown .nm-item .nm-description ,
.nm-cart-dropdown .nm-item .nm-description {
	width: 50%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: -5px;
}

.nm-wishlist-dropdown .nm-item .nm-description .nm-abs-wish,
.nm-cart-dropdown .nm-item .nm-description .nm-abs-wish {
	display: none;
}

td.nm-table-name b {
	display: block;
	max-width: 300px;
}

.nm-wishlist-dropdown .nm-item .nm-description .nm-name,
.nm-cart-dropdown .nm-item .nm-description .nm-name {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 194px;
	line-height: 17px;
	padding-top: 5px;
	/*margin-bottom: -2px;*/
}

.nm-wishlist-dropdown .nm-item .nm-description .nm-article,
.nm-cart-dropdown .nm-item .nm-description .nm-article {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
}

.nm-wishlist-dropdown .nm-item .nm-description .nm-article .nm-symbol,
.nm-cart-dropdown .nm-item .nm-description .nm-article .nm-symbol {
	font-size: 12px;
}

.nm-wishlist-dropdown .nm-item .nm-item-table,
.nm-cart-dropdown .nm-item .nm-item-table {
	width: 100%;
	margin-top: 24px;
}

.nm-wishlist-dropdown .nm-item .nm-item-table th,
.nm-cart-dropdown .nm-item .nm-item-table th {
	color: #f0f;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 3px;
}

.nm-wishlist-dropdown .nm-item .nm-item-table th:first-child,
.nm-cart-dropdown .nm-item .nm-item-table th:first-child {
	text-align: right;
	padding-right: 3px;
}

.nm-cart-dropdown .nm-item .nm-item-table td {
	text-align: center;
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-color,
.nm-cart-dropdown .nm-item .nm-item-table td.nm-color {
	text-align: right;
	letter-spacing: 1.7px;
	font-weight: 400;
	font-size: 12px;
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-size{
    font-size: 15px;
    text-align: center;
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-size,
.nm-cart-dropdown .nm-item .nm-item-table td.nm-size {
	direction: ltr;
	font-weight: 400;
	/*width: 45px;
	min-width: 45px;
	max-width: 45px;*/
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-count,
.nm-cart-dropdown .nm-item .nm-item-table td.nm-count {
	/*width: 130px;
	min-width: 130px;
	max-width: 130px;
	padding: 0 32px;*/
	width: 110px;
	min-width: 110px;
	max-width: 110px;
	padding: 0 20px;
    text-align: center;
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-count .nm-input-wrap,
.nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-input-wrap {
	position: relative;
	width: 66px;
	min-width: 66px;
	max-width: 66px;
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-count .nm-input,
.nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-input {
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: 400;
	border-width: 2px;
	padding: 0 18px;
	height: 26px;
}

.nm-wishlist-dropdown .nm-btn-del,
.nm-cart-dropdown .nm-btn-del {
	width: 26px;
	min-width: 26px;
	max-width: 26px;
	height: 26px;
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count,
.nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	width: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count.nm-btn-minus,
.nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count.nm-btn-minus {
	right: 10px;
}

.nm-wishlist-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count.nm-btn-plus,
.nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count.nm-btn-plus {
	left: 10px;
}

.nm-cart-dropdown .nm-item .nm-item-table td.nm-del {
	font-weight: 500;
	width: 26px;
	min-width: 26px;
	max-width: 26px;
}

.nm-wishlist-dropdown .nm-bot-block,
.nm-cart-dropdown .nm-bot-block {
	padding: 30px 60px 35px 45px;
}
.nm-wishlist-dropdown  .wishlist-quantity{
    font-size: 15px;
    font-weight: 400;
    font-family: Heebo;
}
.nm-cart-dropdown .nm-bot-block.nm-empty {
	font-size: 21px;
	border-left-style: 0.05em;
	background-color: #e3e2e3;
}

.nm-cart-dropdown .nm-bot-block.nm-empty .nm-btn {
	border-radius: 40px;
	margin-top: 20px;
}

.nm-cart-dropdown .nm-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nm-cart-dropdown .nm-bottom .nm-text-right {
	font-size: 17px;
	line-height: 1.2;
	font-weight: 400;
	padding-right: 3px;
}

.nm-cart-dropdown .nm-bottom .nm-text-right .nm-medium {
	font-weight: 500;
}

.nm-cart-dropdown .nm-bottom .nm-text-right .nm-roboto {
	font-family: Roboto;
}

.nm-cart-dropdown .nm-bottom .nm-text-right .nm-symbol {
	font-size: 12px;
}

.nm-cart-dropdown .nm-bottom .nm-btns-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nm-cart-dropdown .nm-bottom .nm-btn-cart {
	font-weight: 500;
	margin: 0 5px;
	padding: 8px 16px;
}

.nm-cart-dropdown .nm-bottom .nm-btn-cart:hover {
	background-color: #e4c4b8;
}

.nm-cart-dropdown .nm-bottom .nm-btn-smth {
	padding: 10px 38px;
}

.nm-cart-dropdown .nm-bottom .nm-btn {
	border-radius: 50px;
}

.nm-wishlist-dropdown {
	position: absolute;
	cursor: default;
	display: none;
	background-color: #fff;
	line-height: normal;
	top: 100%;
	right: calc(-8.8vw - 1px);
	width: 495px;
	will-change: opacity;
	z-index: 15;
}

.nm-wishlist-dropdown .nm-top-line {
	position: relative;
	background-color: #f0f;
}

.nm-wishlist-dropdown .nm-top-line:before {
	position: absolute;
	display: block;
	content: "";
	border-style: solid;
	border-width: 0 18px 18px 18px;
	border-color: transparent transparent #f0f transparent;
	bottom: 100%;
	right: 237px;
}

.nm-wishlist-dropdown .nm-top-line .nm-caption {
	text-align: center;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	padding: 3px 30px 3px 15px;
}

.nm-wishlist-dropdown .nm-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
}

.nm-wishlist-dropdown .nm-item:not(:last-child) {
	margin-bottom: 21px;
}

.nm-wishlist-dropdown .nm-item .nm-img-js-wrap {
	width: 89px;
	min-width: 89px;
	max-width: 89px;
	height: 112px;
	margin-left: 12px;
}

.nm-wishlist-dropdown .nm-item .nm-name-article {
	text-align: right;
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 10%;
	/*margin-top: -2px;*/
	max-width: 200px;
	margin-left: auto;
	margin-right: 0;
    width: 100%;
}

.nm-wishlist-dropdown .nm-item .nm-article {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
}

.nm-wishlist-dropdown .nm-item .nm-del {
	text-align: left;
	font-weight: 500;
	width: 26px;
	min-width: 26px;
	max-width: 26px;
	height: 26px;
}

.nm-wishlist-dropdown .nm-item .nm-btn-del {
	width: 26px;
	min-width: 26px;
	max-width: 26px;
	height: 26px;
}

.nm-wishlist-dropdown .nm-bot-block {
	padding: 30px 60px 0 45px;
}

.nm-wishlist-dropdown .nm-bot-block.nm-empty {
	font-size: 21px;
	background-color: #e3e2e3;
	padding: 30px 60px 35px 45px;
}

.nm-wishlist-dropdown .nm-bot-block.nm-empty .nm-btn {
	border-radius: 40px;
	margin-top: 20px;
}

.nm-wishlist-dropdown .nm-btns-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px 60px 35px 45px;
}

.nm-wishlist-dropdown .nm-btn {
	border-radius: 50px;
}

.nm-login-dropdown,
.nm-registration-dropdown {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	will-change: opacity;
	z-index: 51;
}

.nm-login-dropdown .nm-btn-close-area,
.nm-registration-dropdown .nm-btn-close-area {
	display: none;
}

.nm-login-dropdown .nm-wrapper,
.nm-registration-dropdown .nm-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #debeb2;
	width: 100%;
}

.nm-login-dropdown .nm-info-block,
.nm-registration-dropdown .nm-info-block {
	width: 48.5%;
}

.nm-login-dropdown .nm-info-block .nm-popup-headline,
.nm-registration-dropdown .nm-info-block .nm-popup-headline {
	position: relative;
	background-color: #fff;
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 19px 99px 26px 120px;
}

.nm-login-dropdown .nm-info-block .nm-btn-del,
.nm-registration-dropdown .nm-info-block .nm-btn-del {
	position: absolute;
	top: 47%;
	right: 43px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	min-width: 45px;
	max-width: 45px;
	height: 45px;
	border: 3px solid #000;
}

.nm-login-dropdown .nm-info-block .nm-btn-del:before,
.nm-registration-dropdown .nm-info-block .nm-btn-del:before,
.nm-login-dropdown .nm-info-block .nm-btn-del:after,
.nm-registration-dropdown .nm-info-block .nm-btn-del:after {
	height: 4px;
	width: 34px;
	border-radius: 4px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.nm-login-dropdown .nm-info-block .nm-outer-wrap,
.nm-registration-dropdown .nm-info-block .nm-outer-wrap {
	padding: 122px 0;
}

.nm-login-dropdown .nm-info-block .nm-outer-wrap {
	padding: 45px 0 167px 0;
}

.nm-login-dropdown .nm-info-block .nm-inner-wrap,
.nm-registration-dropdown .nm-info-block .nm-inner-wrap {
	max-width: 570px;
	padding: 15px;
	margin: 0 auto;
}

.nm-login-dropdown .nm-info-block .nm-double-input,
.nm-registration-dropdown .nm-info-block .nm-double-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nm-login-dropdown .nm-info-block .nm-double-input .nm-input-wrap,
.nm-registration-dropdown .nm-info-block .nm-double-input .nm-input-wrap {
	width: 47%;
}

.nm-login-dropdown .nm-info-block .nm-input-wrap,
.nm-registration-dropdown .nm-info-block .nm-input-wrap {
	position: relative;
	margin-bottom: 10px;
}

.nm-login-dropdown .nm-info-block .nm-input-wrap .nm-label,
.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-label {
	display: block;
	font-size: 20px;
	letter-spacing: 0.4px;
	font-weight: 400;
	padding: 0 18px;
	margin-bottom: 2px;
}

.nm-login-dropdown .nm-info-block .nm-input-wrap .nm-input,
.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-input {
	font-size: 24px;
	font-weight: 500;
	height: 60px;
	padding: 0 30px;
}

.nm-login-dropdown .nm-info-block .nm-btns-row,
.nm-registration-dropdown .nm-info-block .nm-btns-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0 28px 0;
}

.nm-login-dropdown .nm-info-block .nm-btns-row .nm-btn,
.nm-registration-dropdown .nm-info-block .nm-btns-row .nm-btn {
	font-size: 33px;
	border: 3px solid transparent;
	font-weight: 700;
	padding: 10px 38px;
	border-radius: 50px;
	width: 46%;
}
.nm-login-dropdown .nm-info-block .nm-btns-row .nm-registration:hover {
	border-color: #000;
}

.nm-login-dropdown .nm-info-block .nm-btns-row .nm-btn.nm-logination {
	border-color: #000;
}

.nm-login-dropdown .nm-info-block .nm-forgot,
.nm-registration-dropdown .nm-info-block .nm-forgot {
	font-size: 26px;
	letter-spacing: 0.7px;
	font-weight: 400;
	margin-right: 28px;
}

.nm-login-dropdown .nm-info-block .nm-fb-img,
.nm-registration-dropdown .nm-info-block .nm-fb-img {
	margin-top: 80px;
}

.nm-login-dropdown .nm-info-block .nm-fb-img img,
.nm-registration-dropdown .nm-info-block .nm-fb-img img {
	width: 22px;
	height: 47px;
}

.nm-login-dropdown .nm-info-block .nm-log-fb,
.nm-registration-dropdown .nm-info-block .nm-log-fb {
	display: inline-block;
	font-size: 26px;
	letter-spacing: 0.7px;
	font-weight: 400;
	white-space: nowrap;
	margin: 10px auto 12px auto;
}

.nm-login-dropdown .nm-info-block .nm-copyrights,
.nm-registration-dropdown .nm-info-block .nm-copyrights {
	font-size: 19px;
	letter-spacing: 1.8px;
	line-height: 1.3;
	font-weight: 400;
	padding-left: 5px;
}

.nm-registration-dropdown .nm-selects-overwrap,
.nm-registration-dropdown .nm-input-wrap {
	position: relative;
}

.nm-login-dropdown .nm-img-js-wrap,
.nm-registration-dropdown .nm-img-js-wrap {
	width: 51.5%;
}

.nm-registration-dropdown .nm-info-block .nm-popup-headline {
	padding-right: 117px;
}

.nm-registration-dropdown .nm-info-block .nm-inner-wrap {
	max-width: 620px;
}

.nm-registration-dropdown .nm-info-block .nm-outer-wrap {
	padding: 45px 0;
}

.nm-registration-dropdown .nm-info-block .nm-double-input .nm-input-wrap {
	width: 47.8%;
}

.nm-registration-dropdown .nm-info-block .nm-btns-row-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nm-registration-dropdown .nm-info-block .nm-btns-row-center .nm-btn {
	font-size: 33px;
	border-radius: 40px;
	border: 3px solid #000;
	padding: 10px 68px;
}

.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-label {
	font-size: 20px;
	letter-spacing: 1.7px;
	padding-right: 0;
	margin-right: 17px;
}

.nm-registration-dropdown .nm-info-block .nm-selects-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 27px 0 8px 0;
}

.nm-registration-dropdown .nm-info-block .nm-selects-row .nm-text {
	font-size: 20px;
	letter-spacing: 1.9px;
	font-weight: 400;
	margin-left: 24px;
}

.nm-registration-dropdown .nm-info-block .nm-selects-row .nm-selects-overwrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 60%;
}

.nm-registration-dropdown .nm-info-block .nm-selects-row .nm-select-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 25%;
	margin-right: 20px;
	position: relative;
}

.nm-registration-dropdown .nm-info-block .nm-selects-row .nm-select-wrap:nth-child(2) .SumoSelect > .optWrapper > .options li.opt {
	padding-right: 20px;
}

.nm-registration-dropdown .nm-info-block .nm-check-overwrap {
	margin-top: 40px;
}

.nm-registration-dropdown .nm-info-block .nm-check-overwrap .nm-check-row {
	font-size: 19px;
	letter-spacing: 1.8px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 14px;
}

.nm-registration-dropdown .nm-info-block .nm-check-overwrap .nm-check-row .nm-el-input-error {
	text-align: right;
	bottom: -25px;
}

.nm-registration-dropdown .nm-info-block .nm-check-overwrap .nm-check-row .nm-checkbox {
	border-radius: 25px;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 25px;
}

.nm-registration-dropdown .nm-info-block .nm-pink-text {
	color: #ec0087;
	font-size: 19px;
	letter-spacing: 1.8px;
	font-weight: 700;
	margin: -3px 48px 43px 0;
	visibility: hidden;
	height: 0;
}

.nm-mobile-dropdown {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	max-width: 320px;
	padding-right: 42px;
	z-index: 50;
}

.nm-mobile-dropdown .nm-btn-close-area {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ede6e5;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
}

.nm-mobile-dropdown .nm-btn-close-area .nm-btn-del {
	width: 24px;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	border-width: 1px;
}

.nm-mobile-dropdown .nm-btn-close-area .nm-btn-del:before,
.nm-mobile-dropdown .nm-btn-close-area .nm-btn-del:after {
	height: 1px;
	width: 12px;
}

.nm-mobile-dropdown .nm-wrapper {
	background-color: #dabaac;
	max-width: 278px;
	margin-left: 0;
	margin-right: auto;
}

.nm-mobile-dropdown .nm-top-dropdown-line {
	position: relative;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto;
	padding: 15px 18px 15px 12px;
}

.nm-mobile-dropdown .nm-top-dropdown-line:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #000;
	border-radius: 4px;
	height: 2px;
	bottom: 0;
	left: 12px;
	right: 21px;
}

.nm-mobile-dropdown .nm-top-dropdown-line .nm-language-block {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: auto;
	max-width: none;
	margin: 0;
}

.nm-mobile-dropdown .nm-top-dropdown-line .nm-language-block .nm-lang-items {
	margin-right: 0;
}

.nm-mobile-dropdown .nm-top-dropdown-line .nm-language-block .nm-lang-items a {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 0 2px;
}

.nm-mobile-dropdown .nm-top-dropdown-line .nm-language-block .nm-lang-items a.nm-en {
	font-size: 12px;
}

.nm-mobile-dropdown .nm-top-dropdown-line .nm-language-block .nm-lang-icon {
	font-size: 14px;
	margin-right: 10px;
}

.nm-mobile-dropdown .nm-authentication-block {
	width: auto;
	min-width: 0;
	max-width: none;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized {
	font-size: 14px;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized .nm-hi-user {
	background-color: transparent;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text {
	font-size: 14px;
	font-weight: 700;
	padding-left: 17px;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:before,
.nm-mobile-dropdown .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:after {
	width: 10px;
	height: 8px;
	left: 0;
	top: 3px;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized .nm-hi-user.nm-active .nm-hi-text:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 1px;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized ul {
	position: static;
	display: none;
	background-color: transparent;
	font-size: 14px;
	top: auto;
	left: auto;
	right: auto;
	padding: 15px 5px 0 0;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized ul li {
	display: block;
	padding-right: 0;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized ul li:not(:last-child) {
	margin-bottom: 6px;
}

.nm-mobile-dropdown .nm-authentication-block .nm-authorized ul li a {
	display: inline-block;
	line-height: 1;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
}

.nm-mobile-dropdown .nm-authentication-block .nm-not-authorized {
	font-size: 14px;
	font-weight: 300;
}

.nm-mobile-dropdown .nm-authentication-block .nm-not-authorized .nm-separator {
	margin: 0 0.1em;
}

.nm-mobile-dropdown .nm-authentication-block .nm-not-authorized a {
	font-size: 14px;
	font-weight: 300;
	padding: 0 3px;
}

.nm-mobile-dropdown .nm-mob-nav > li {
	display: block;
}

.nm-mobile-dropdown .nm-mob-nav > li > a {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1;
	padding: 7px 21px 7px 12px;
}

.nm-mobile-dropdown .nm-mob-nav > li > a:before {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 10px;
	height: 8px;
	left: 12px;
	top: 10px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-mobile-dropdown .nm-mob-nav > li > a:before {
	background-image: url("../img/arrow-down.svg");
}

.nm-mobile-dropdown .nm-mob-nav > li > a.noarrow:before {
	content: none;
}

.nm-mobile-dropdown .nm-mob-nav > li > a.nm-active {
	font-weight: 700;
	background-color: #ede6e5;
}

.nm-mobile-dropdown .nm-mob-nav > li > a.nm-active:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nm-mobile-dropdown .nm-mob-nav > li:last-child > a {
	font-weight: 700;
	background-color: #ede6e5;
}

.nm-mobile-dropdown .nm-mob-nav > li:last-child > a:after {
	position: absolute;
	display: block;
	content: "";
	background-image: url("../img/sale-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 20px;
	height: 10px;
	top: 50%;
	right: 52px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-mobile-dropdown .nm-mob-nav > li ul {
	display: none;
	background-color: #ede6e5;
	padding-bottom: 10px;
}

.nm-mobile-dropdown .nm-mob-nav > li ul li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 7px 30px 7px 12px;
}

.nm-mobile-dropdown .nm-mob-nav > li ul li:first-child a {
	font-weight: 400;
}

.nm-search-dropdown {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 51;
}

.nm-search-dropdown .nm-search-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #f0e7e6;
	width: 100%;
	padding: 30px 30px 15px 30px;
}

.nm-search-dropdown .nm-search-wrap .nm-btn-del {
	width: 42px;
	min-width: 42px;
	max-width: 42px;
	height: 42px;
}

.nm-search-dropdown .nm-search-wrap .nm-btn-del:before,
.nm-search-dropdown .nm-search-wrap .nm-btn-del:after {
	width: 24px;
	height: 2px;
}

.nm-search-dropdown .nm-search-wrap .nm-btn-search-mob {
	font-size: 18px;
	background-color: #000;
	color: #fff;
	border-width: 2px;
	padding: 7px 38px;
}

.nm-search-dropdown .nm-search-wrap .nm-btn-search-mob:hover,
.nm-search-dropdown .nm-search-wrap .nm-btn-search-mob:focus {
	background-color: #fff;
	color: #000;
}

.nm-search-dropdown .nm-search-wrap .nm-search-grow {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 25%;
	padding: 0 40px;
}

.nm-search-dropdown .nm-search-wrap .nm-grow-input {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
	width: 100%;
	min-width: 0;
	max-width: none;
	height: 45px;
	padding: 0 3px;
	margin-bottom: 10px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nm-search-dropdown .nm-search-wrap .nm-grow-input::-webkit-input-placeholder {
	color: #959595;
	font-size: 16px;
	font-weight: 300;
}

.nm-search-dropdown .nm-search-wrap .nm-grow-input:-ms-input-placeholder {
	color: #959595;
	font-size: 16px;
	font-weight: 300;
}

.nm-search-dropdown .nm-search-wrap .nm-grow-input::-moz-placeholder {
	color: #959595;
	font-size: 16px;
	font-weight: 300;
}

.nm-search-dropdown .nm-search-wrap .nm-my-results {
	font-size: 18px;
	font-weight: 300;
}

.nm-search-dropdown .nm-search-wrap .nm-other-results {
	color: #959595;
	font-size: 18px;
	font-weight: 300;
}

.nm-search-dropdown .nm-search-wrap .nm-clear-history {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #c99;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 110px 5px;
}

/*================================================*/
/*                    MAIN  	                  */
/*================================================*/

.nm-grow {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

main {
	width: 100%;
}

.nm-img-js-wrap {
	position: relative;
	overflow: hidden;
}

.nm-img-js-wrap img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.nm-img-js-wrap img {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		left: 0 !important;
		top: 0 !important;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}
.nm-check-row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.nm-check-row input[type="checkbox"],
.nm-check-row input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.nm-check-row .nm-checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	border: 3px solid #000;
	border-radius: 8px;
	background-color: transparent;
	width: 32px;
	min-width: 32px;
	max-width: 32px;
	height: 19px;
	margin-left: 8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-check-row input[type="checkbox"]:checked ~ .nm-checkbox,
.nm-check-row input[type="radio"]:checked ~ .nm-checkbox {
	background-color: #000;
}

.nm-check-row input[type="checkbox"]:focus ~ .nm-checkbox,
.nm-check-row input[type="radio"]:focus ~ .nm-checkbox {
	outline: 2px solid #4d90fe;
}

.nm-radio-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 2px;
}

.nm-radio-block input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.nm-radio-block .nm-radio {
	display: block;
	cursor: pointer;
	border-radius: 35px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-radio-block .nm-radio.nm-radio-color {
	background-color: #000;
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
}

.nm-radio-block .nm-radio.nm-radio-color[for="color_צבעוני_product"],
.nm-radio-block .nm-radio.nm-radio-color[for="color_colorful_product"] {
	background-image: url("../img/colorful.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: transparent !important;
}

.nm-radio-block .nm-radio.nm-radio-color:before {
	position: absolute;
	display: block;
	content: "";
	border: 4px solid #fff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.nm-radio-block .nm-radio.nm-radio-color:after {
	position: absolute;
	display: block;
	content: "";
	border: 3px solid transparent;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 2;
}

.nm-radio-block .nm-radio.nm-radio-color.nm-black-color {
	background-color: #000;
}

.nm-radio-block .nm-radio.nm-radio-color.nm-blue-color {
	background-color: #0000c1;
}

.nm-radio-block .nm-radio.nm-radio-color.nm-white-color {
	background-color: #fff;
}

.nm-radio-block .nm-radio.nm-radio-text {
	direction: ltr;
	text-align: center;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 400;
	width: auto;
	min-width: 22px;
	max-width: none;
	height: 22px;
	padding: 0 3px;
}

.nm-radio-block input[type="radio"]:checked ~ .nm-radio-color:after {
	border-color: #000;
}

.nm-radio-block input[type="radio"]:checked ~ .nm-radio-text {
	color: #fff;
	background-color: #000;
}

.nm-radio-block input[type="radio"]:focus ~ .nm-radio {
	outline: 2px solid #4d90fe;
}

.nm-page-top-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 0 18px 0;
}

.nm-breadcrumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nm-breadcrumbs li {
	position: relative;
	display: block;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.nm-breadcrumbs li:not(:last-child) {
	padding-left: 28px;
}

.nm-breadcrumbs li:not(:last-child):after {
	position: absolute;
	display: block;
	content: "";
	background-image: url("../img/arrow-left-bold.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 10px;
	height: 16px;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-breadcrumbs li a {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.nm-breadcrumbs li a:hover {
	text-decoration: underline;
}

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

.nm-pagination-block .nm-pag-btn {
	display: block;
	background-image: url("../img/arrow-left-bold.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 10px;
	height: 17px;
}

.nm-pagination-block .nm-pag-btn.nm-pag-next {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.nm-pagination-block .nm-pagination {
	white-space: nowrap;
	margin: 0 1em;
}

.nm-pagination-block a,
.nm-pagination-block span {
	display: inline-block;
	font-size: 19px;
	margin: 0 0.4em;
}

.nm-pagination-block a {
	font-weight: 400;
}

.nm-pagination-block a:hover {
	text-decoration: underline;
}

.nm-pagination-block span {
	font-weight: 400;
}

.nm-pagination-block span.current {
	font-weight: 700;
}

.nm-parameters-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.nm-parameters-row .nm-count-input-container,
.nm-parameters-row .nm-color-input-container,
.nm-parameters-row .nm-size-input-container {
	position: relative;
	height: 50px;
	border: 3px solid #000;
	border-radius: 36px;
	margin: 0 3px 10px 3px;
}

.nm-parameters-row .nm-count-input-container .nm-param-label,
.nm-parameters-row .nm-color-input-container .nm-param-label,
.nm-parameters-row .nm-size-input-container .nm-param-label {
	font-size: 16px;
	font-weight: 700;
	margin-left: 4px;
}

.nm-parameters-row .nm-count-input-container .nm-placeholder,
.nm-parameters-row .nm-color-input-container .nm-placeholder,
.nm-parameters-row .nm-size-input-container .nm-placeholder {
	position: absolute;
	display: block;
	pointer-events: none;
	font-size: 16px;
	font-weight: 700;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-parameters-row .nm-count-input-container {
	width: 110px;
	min-width: 110px;
	max-width: 110px;
}

.nm-parameters-row .nm-count-input-container .nm-input {
	text-align: center;
	border: none;
	font-size: 16px;
	font-weight: 700;
	height: 44px;
	padding: 0 58px 0 18px;
}

.nm-parameters-row .nm-count-input-container .nm-btn-count {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 0;
	width: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-parameters-row .nm-count-input-container .nm-btn-minus {
	font-size: 16px;
	left: 41px;
}

.nm-parameters-row .nm-count-input-container .nm-btn-plus {
	left: 7px;
}

.nm-parameters-row .nm-color-input-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 12px;
}

.nm-parameters-row .nm-size-input-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 12px;
}

.nm-parameters-row .nm-size-input-container .nm-radio-block {
	margin: 0;
}

.nm-parameters-row .nm-one-size-text {
	display: none;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	/*margin-right: 0.5em;
	margin-left: 0.4em;*/
}

.nm-section-h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0;
	height: 37px;
}
.nm-section-h1.cat-banner{
    height: auto;
}
.nm-section-h1 .nm-section-h1-img {
	width: 100%;
	height: 100%
}
.nm-section-h1.nm-yellow {
	background-color: #ffe700;
}

.nm-section-h1.nm-cian {
	background-color: #0ff;
}

.nm-section-h1.nm-pink {
	background-color: #fd03b8;
}

.nm-section-h1.nm-pink img {
	display: inline-block;
	margin-left: 20px;
}

.nm-section-h1.nm-wishlist-h1 {
	background-color: #fd03b8;
}

.nm-section-h1.nm-wishlist-h1 img {
	display: inline-block;
	margin-left: 12px;
}

.nm-section-h1 h1 {
	display: inline-block;
	font-size: 22px;
}

.nm-section-shop .nm-shop-block {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.nm-section-shop .nm-shop-block .nm-full-link {
	display: block;
	height: 100%;
}

.nm-section-shop .nm-shop-block .nm-img-js-wrap {
	height: 100%;
	z-index: 1;
}

.nm-section-shop .nm-shop-block .nm-btn {
	position: absolute;
	border-radius: 80px;
	font-size: 18px;
	letter-spacing: 1.7px;
	left: 50%;
	bottom: 46px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 18px 46px;
	z-index: 2;
}

.nm-section-shop .nm-shop-block:hover .nm-btn {
	color: #fff;
	background-color: #fd079c;
}

.nm-section-shop .nm-shop1 {
	height: 658px;
}

.nm-section-shop .nm-shop1 .nm-btn {
	left: 71.45%;
}

.nm-section-shop .nm-fl-row1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1160px;
}

.nm-section-shop .nm-shop2-3 {
	width: 57.2%;
	height: 100%;
}

.nm-section-shop .nm-shop2 {
	height: 50%;
}

.nm-section-shop .nm-shop3 {
	height: 50%;
}

.nm-section-shop .nm-shop3 .nm-btn {
	visibility: hidden;
}

.nm-section-shop .nm-shop4 {
	width: 43%;
	height: 1160px;
}

.nm-section-shop .nm-shop4 .nm-btn {
	left: 50.8%;
}

.nm-section-shop .nm-fl-row2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 581px;
}

.nm-section-shop .nm-shop5 {
	color: #fff;
	font-size: 72px;
	font-weight: 900;
	text-transform: uppercase;
	/*background-color: #8ae1aa;*/
	/*padding-bottom: 100px;*/
	width: 33%;
}

.nm-section-shop .nm-shop5 .nm-sale {
	position: absolute;
	text-align: left;
	line-height: 1.2;
	z-index: 2;
	left: 0;
	right: 0;
	top: 23.5%;
	-webkit-transform: translateX(31.2%);
	-ms-transform: translateX(31.2%);
	transform: translateX(31.2%);
}

.nm-section-shop .nm-shop5 .nm-btn {
	left: 50.7%;
}

.nm-section-shop .nm-shop6 {
	width: 67%;
	height: 581px;
}

.nm-section-shop .nm-shop6 .nm-btn {
	left: 47.8%;
}

.nm-section-shop-slider {
	max-width: 1920px;
	margin: 0 auto;
}

.nm-section-shop-slider #nm-shop-slider {
	margin: 0 -13px;
}

.nm-section-shop-slider .nm-slide {
	cursor: pointer;
	margin: 26px 12px;
}

.nm-section-shop-slider .nm-slide.slick-current {
	cursor: default;
}

.nm-section-shop-slider .nm-slide .nm-slide-wrap {
	position: relative;
	background-color: #e2e2e4;
	/*height: 364px;*/
}

.nm-section-shop-slider .nm-slide .nm-slide-wrap:after {
	display: block;
	padding-top: 100%;
	content: "";
}

.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-img-js-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-slide-text-block {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 10px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-slide-text-block .nm-caption1 {
	font-size: 80px;
	line-height: 1;
	font-weight: 900;
}

.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-slide-text-block .nm-caption2 {
	font-size: 72px;
	line-height: 1;
	font-weight: 900;
}

.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-slide-text-block .nm-text {
	font-size: 34px;
	font-weight: 500;
	margin-top: 0.6em;
}

.nm-category-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 4px 60px 130px 60px;
}

.nm-category-page .nm-filters-block {
	width: 246px;
	min-width: 246px;
	max-width: 246px;
	padding-left: 50px;
}

.nm-category-page .nm-main-block {
	width: 60%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.nm-items-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 50px;
}

.nm-items-section article {
	width: 23.5%;
	margin-bottom: 0.5%;
}

.nm-items-section article:not(:nth-child(4n + 4)) {
	margin-left: 2%;
}

.nm-items-section article .nm-days {
	text-align: center;
	background-color: #fd03b8;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 5px 6px 5px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.nm-items-section article .nm-del-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 2;
}

.nm-product-animate-block.animating .nm-del-wrapper {
	display: none;
}

.nm-items-section article .nm-del-wrapper td {
	padding: 8px;
}

.nm-items-section article .nm-del-wrapper td .nm-btn-del {
	cursor: pointer;
	width: 34px;
	min-width: 34px;
	max-width: 34px;
	height: 34px;
	border-width: 3px;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.nm-items-section article .nm-del-wrapper td .nm-btn-del:before,
.nm-items-section article .nm-del-wrapper td .nm-btn-del:after {
	height: 3px;
	border-radius: 3px;
}

.nm-items-section article .nm-like-wrapper {
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	padding: 12px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.nm-items-section article .nm-like-wrapper .nm-wishlist {
	display: block;
	width: 33px;
	height: 29px;
	padding: 0;
	margin: auto;
}

.nm-items-section article .nm-img-js-wrap {
	display: block;
	width: 100%;
}

.nm-items-section article .nm-img-js-wrap:after {
	display: block;
	content: "";
	padding-top: 127.78%;
}

.nm-items-section article .nm-popinfo {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	bottom: 19%;
	right: 6%;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 25px;
	width: 93px;
	height: 43px;
	padding: 5px 10px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.nm-items-section article .nm-popinfo.nm-sale {
	color: #fff;
	background-color: #e80083;
}

.nm-items-section article .nm-popinfo.nm-out-of-stock {
	color: #000;
	background-color: #fff;
}

.nm-items-section article .nm-description {
	position: relative;
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 3;
}

.nm-items-section article .nm-description .nm-description-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 13px 10px 10px 10px;
	z-index: 5;
}

.nm-items-section article .nm-description .nm-description-overwrapper {
	position: absolute;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: -3%;
	right: -3%;
	-webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	z-index: 4;
}

.nm-items-section article .nm-wishlist-descr {
	padding: 30px 10px;
}

.nm-items-section article h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	max-width: 200px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
}

.nm-items-section article .nm-price-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	margin-top: -5px;
}

.nm-items-section article .nm-price-row {
	font-size: 15px;
	font-weight: 400;
	margin-top: -2px;
}

.nm-items-section article .nm-middle-block {
	padding: 0 10px;
}

.nm-wishlist-dropdown .nm-old-price,
.nm-cart-dropdown .nm-old-price,
.nm-items-section article .nm-middle-block .nm-old-price {
	position: relative;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	margin-right: 0.5em;
}

.nm-items-section article .nm-middle-block .nm-old-price:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #e60686;
	height: 2px;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-wishlist-dropdown .nm-new-price,
.nm-cart-dropdown .nm-new-price,
.nm-items-section article .nm-middle-block .nm-new-price {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	color: #e60686;
}

.nm-items-section article .nm-article-wishlist,
.nm-items-section article .nm-article-quick-view {
	font-size: 12px;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
	width: 64px;
	min-width: 64px;
	max-width: 64px;
}

.nm-items-section article .nm-article-wishlist a,
.nm-items-section article .nm-article-quick-view a {
	display: inline-block;
}

.nm-items-section article .nm-article-wishlist a svg,
.nm-items-section article .nm-article-quick-view a svg {
	pointer-events: none;
}

.nm-items-section article .nm-article-wishlist div,
.nm-items-section article .nm-article-quick-view div {
	white-space: nowrap;
	font-size: 11px;
}

.nm-items-section article .nm-article-wishlist {
	padding-left: 15px;
	line-height: 1;
}

.nm-items-section article .nm-article-wishlist .nm-wishlist {
	width: 24px;
	min-width: 24px;
	height: 22px;
}

.nm-items-section article .nm-article-wishlist .nm-wishlist ~ div {
	margin-top: 3px;
	font-size: 11px;
}

.nm-items-section article .nm-article-quick-view {
	line-height: 1;
}

.nm-items-section article .nm-article-quick-view .nm-quickview-btn {
	margin-bottom: 3px;
}

.nm-items-section article .nm-add-block {
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.nm-filters-block {
	padding-top: 32px;
}

.nm-filters-block .nm-filters-mob-toggle,
.nm-filters-block .nm-mob-clear-filter,
.nm-filters-block .nm-mob-clear-block,
.nm-filters-block .nm-btn-del-overwrap {
	display: none;
}

.nm-filters-block .nm-swiper-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
}

.nm-filters-block .nm-swiper-block #nm-slider-range {
	width: 50%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 10px;
}

.nm-filters-block .nm-swiper-block .nm-range-count {
	text-align: center;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
}

.nm-filters-block .nm-clear-block {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 32px;
}

.nm-filters-block .nm-check-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 9px;
}

.nm-filters-block .nm-check-row .nm-label {
	margin-right: 5px;
	line-height: 1;
}

.nm-filters-block .nm-toggle-block {
	margin-bottom: 15px;
}
.nm-toggle-color .nm-label {
	text-transform: capitalize;
}
.nm-filters-block .nm-toggle-btn {
	position: relative;
	display: inline-block;
	background-color: #000;
	border: 3px solid #000;
	border-radius: 20px;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	width: 125px;
	height: 38px;
	padding: 1px 13px 1px 40px;
}

.nm-filters-block .nm-toggle-btn:before,
.nm-filters-block .nm-toggle-btn:after {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 15px;
	height: 15px;
	left: 20px;
	top: 9px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-filters-block .nm-toggle-btn:before {
	opacity: 0;
	background-image: url("../img/arrow-down.svg");
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nm-filters-block .nm-toggle-btn:after {
	opacity: 1;
	background-image: url("../img/arrow-down-white.svg");
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nm-filters-block .nm-toggle-btn.nm-closed {
	color: #000;
	background-color: #fff;
}

.nm-filters-block .nm-toggle-btn.nm-closed:before {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.nm-filters-block .nm-toggle-btn.nm-closed:after {
	opacity: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.nm-filters-block .nm-toggle-wrapper {
	padding: 15px 0 8px 0;
}

.nm-filters-block .nm-toggle-wrapper .nm-checkbox {
	width: 24px;
	min-width: 24px;
	max-width: 24px;
	height: 15px;
	margin-left: 10px;
}

.nm-filters-block .nm-toggle-wrapper .nm-label {
	letter-spacing: 0.05em;
}

.nm-check-row.first-wrap {
	display: none;
}

.nm-filters-block .nm-toggle-color .nm-toggle-wrapper .inner {
	display: block;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.nm-filters-block .nm-toggle-color .nm-toggle-wrapper .inner .nm-check-row {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	white-space: nowrap;
}

.nm-filters-block .nm-toggle-size .nm-label {
	direction: ltr;
}

.nm-wishlist-page {
	padding: 60px 60px 140px 60px;
	max-width: 1620px;
	margin: 0 auto;
}

.nm-wishlist-page .nm-items-section article {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 23.5%;
	max-width: 23.5%;
	margin-bottom: 20px;
}

.nm-wishlist-page .nm-items-section article form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.nm-wishlist-page .nm-items-section article form .nm-article-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/*.nm-wishlist-page .nm-items-section article .nm-img-js-wrap {
	height: 412px;
}*/

.nm-wishlist-page .nm-items-section article .nm-img-js-wrap:after {
	padding-top: 116.9%;
}

.nm-wishlist-page .nm-items-section article .nm-wishlist-descr {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 15px 10px 18px 10px;
}

.nm-wishlist-page .nm-items-section article .nm-price-row {
	font-weight: 400;
	margin-top: 5px;
}

.nm-wishlist-page .nm-items-section article .nm-price-row .nm-old-price {
	position: relative;
	font-size: 80%;
	margin-right: 0.5em;
}

.nm-wishlist-page .nm-items-section article .nm-price-row .nm-old-price:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #e60686;
	height: 2px;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-wishlist-page .nm-items-section article .nm-price-row .nm-new-price {
	font-weight: 400;
	color: #e60686;
}

.nm-wishlist-page .nm-items-section article .nm-parameters-row {
	display: none;
	zoom: 0.8;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -3% 22px -3%;
}

.nm-wishlist-page .nm-items-section article .nm-btn-add {
	font-weight: 800;
	background-position: top 17px left 31px;
	padding: 14px 37px 14px 62px;
}

.hasHover .nm-wishlist-page .nm-items-section article .nm-btn-add:hover,
.nm-wishlist-page .nm-items-section article .nm-btn-add:focus {
	background-color: #fff;
}

.nm-wishlist-page .nm-items-section article.nm-hover .nm-parameters-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nm-wishlist-page .nm-items-section article.nm-hover .nm-add-block {
	opacity: 1;
	visibility: visible;
}

.nm-wishlist-page .nm-items-section article.nm-hover .nm-del-wrapper {
	opacity: 1;
	visibility: visible;
}

.nm-wishlist-page .nm-items-section article.nm-hover .nm-days {
	opacity: 1;
	visibility: visible;
}

.nm-wishlist-page.nm-product-page {
	max-width: none;
}
.nm-product-page .nm-product-info-block .nm-param-label{
	display: block !important;
}


.nm-wishlist-page.nm-product-page .nm-items-section {
	padding-bottom: 90px;
}

.nm-wishlist-page.nm-product-page .nm-items-section .scroll-wrapper {
	width: 100%;
}

@media (min-width: 1701px) {
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-color-input-container,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-size-input-container {
		height: 59px;
		margin: 0 10px 10px 10px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-param-label,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-param-label,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-param-label {
		font-size: 24px;
		font-weight: 800;
		margin-left: 14px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-placeholder,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-placeholder,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-placeholder {
		font-size: 24px;
		font-weight: 800;
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container {
		width: 215px;
		min-width: 215px;
		max-width: 215px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-input {
		font-size: 24px;
		height: 53px;
		padding: 0 100px 0 18px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-count {
		font-size: 0;
		color: transparent;
		font-weight: 300;
		width: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus {
		width: 17px;
		height: 41px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:before,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #000;
		width: 20px;
		height: 3px;
		top: 50%;
		left: 50%;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:before {
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:after {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
		transform: translateX(-50%) translateY(-50%) rotate(90deg);
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-minus {
		display: block;
		color: transparent;
		font-size: 0;
		width: 17px;
		height: 41px;
		left: 95px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-minus:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #000;
		border-radius: 4px;
		height: 3px;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus {
		left: 16px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-color-input-container {
		padding: 0 7px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		width: 34px;
		min-width: 34px;
		max-width: 34px;
		height: 34px;
		margin: 0 2px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:before {
		border-width: 7px;
		width: 36px;
		height: 36px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:after {
		width: 38px;
		height: 38px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-size-input-container {
		padding: 0 7px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-radio-block {
		margin: 0 5px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-radio-block .nm-radio {
		font-size: 22px;
		line-height: 1.7;
		font-weight: 700;
		min-width: 34px;
		height: 34px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-radio-block input[type="radio"]:checked ~ .nm-radio-text {
		color: #ddbdaf;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-one-size-text {
		font-size: 24px;
	}
}

.nm-product-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/*margin-bottom: 70px;*/
}

.nm-product-section .nm-radio-block .nm-radio.nm-radio-color:before {
	border-color: #ddbdaf;
}

.nm-product-section .nm-product-info-share {
	width: 44.7%;
	position: relative;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.nm-product-section .nm-product-info-share .nm-product-info-block {
	background-color: #ddbdaf;
	height: 770px;
	padding: 91px 15px 30px 15px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-grow: 1;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-product-name {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 23px;
	line-height: 1;
	font-weight: 400;
	margin-top: -10px;
	margin-bottom: 35px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row .nm-price.bond {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row .nm-old-price {
	position: relative;
	font-size: 80%;
	margin-right: 0.5em;
}

.nm-wishlist-dropdown .nm-old-price:after,
.nm-cart-dropdown .nm-old-price:after,
.nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row .nm-old-price:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #e60686;
	height: 2px;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row .nm-new-price {
	font-weight: 400;
	color: #e60686;
}


.nm-product-section .nm-product-info-share .nm-product-info-block .nm-descr {
	font-size: 19px;
	line-height: 1.4;
	font-weight: 400;
	/* min-height: 80px; */
	max-width: 70%;
	margin-right: auto;
	margin-left: auto;
	min-height: 80px;
}

.page-template-default:not(.woocommerce-page) .nm-grow > .wpb_text_column.wpb_content_element {
	/* max-width: 64.4%; */
	margin: 20px auto;
	/* min-width: 64.4%; */
	width: 64.4%;
}

.woocommerce-checkout-review-order-table td {
	min-width: 75px;
}

a.woocommerce-remove-coupon.nm-btn-del {
	float: right;
	margin-top: 3px;
}

/*.nm-also-like-section .nm-radio-block {
	margin: 0 -2px 1px 3px;
}*/

.nm-also-like-section .nm-param-label,
.nm-wishlist-page .nm-param-label {
	display: none;
}

.nm-also-like-section .nm-param-label {}

/*.nm-wishlist-page .nm-param-label{
    display: none;
}*/

.nm-wishlist-page .upsells_form .nm-param-label,
.nm-wishlist-page .nm-product-info-block .nm-param-label {
	/*display: block;*/
}

.page-template-default.woocommerce-page .nm-grow > .wpb_text_column.wpb_content_element {
	width: 100%;
}

.page-template-default:not(.woocommerce-page) .wpb_text_column.wpb_content_element img {
	max-width: 100%;
	height: auto !important;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row {
	/*margin-top: 14px;*/
	margin-top: 41px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container,
.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container,
.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container {
	margin: 0 7px 10px 7px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-radio-block {
	margin: 0 3px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-count {
	font-size: 24px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-minus {
	left: 70px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus {
	left: 20px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-btn-add-wrap {
	margin-top: 17px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-btn-add-wrap .nm-btn-add {
	background-size: 19px 16px;
	background-position: top 21px left 35px;
	font-size: 24px;
	font-weight: 700;
	padding: 11px 33px 11px 66px;
	border: 3px solid #000;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 18px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist .nm-text {
	margin-left: 4px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist span {
	font-size: 19px;
	font-weight: 500;
	margin: 0 0.2em;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-pink {
	color: #ea068a;
	font-size: 23px;
	font-weight: 700;
	text-decoration: underline;
	padding-left: 25px;
	margin-top: 5px;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	width: 100%;
	max-width: 400px;
	margin: 20px auto 34px auto;
}

.nm-product-section .slick-prev::before,
.nm-product-section .slick-next::before {
	width: 23px!important;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row a {
	position: relative;
	display: block;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row a:after {
	position: absolute;
	display: block;
	content: "";
	background-color: transparent;
	height: 3px;
	bottom: -7px;
	left: -5px;
	right: -5px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row a.nm-active {
	font-weight: 700;
}

.nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row a.nm-active:after {
	background-color: #231f20;
}

.nm-product-section .nm-product-info-share .nm-product-abs {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 4;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs {
	text-align: right;
	background-color: #fff;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab {
	display: none;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-drop-wrap {
	font-size: 18px;
	line-height: 1.55;
	font-weight: 400;
	padding: 44px 60px 70px 60px;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-text-p p {
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-bold {
	display: inline;
	line-height: 1;
	font-weight: 700;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-bold:hover {
	border-bottom: 2px solid #000;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-fl-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 20px;
	margin-bottom: 30px;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-fl-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap {
	width: 50%;
	max-width: 400px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 400;
	margin-right: 75px;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap th {
	font-weight: 700;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap th,
.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap td {
	text-align: center;
	/*padding: 0 30px;*/
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap td {
	padding-bottom: 5px;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-table-size tbody tr td:first-child {
	direction: ltr;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-table-size {
	width: 100%;
}

.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-table-size th,
.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-table-size td {
	white-space: nowrap;
}

.nm-product-section .nm-product-info-share .nm-product-share-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #dedcdc;
	height: 208px;
}

.nm-product-section .nm-product-info-share .nm-product-share-block .nm-caption {
	font-size: 25px;
	font-weight: 400;
}

.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 30px;
}

.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li {
	display: block;
}

.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li a {
	display: block;
	margin: 0 30px;
}

.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li a .nm-svg {
	display: block;
}

.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li:last-child {
	display: none;
}

.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li:last-child a:hover,
.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li:last-child a:focus {
	background: #fff;
	border-radius: 10px;
}

.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li a:hover svg,
.nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li a:focus svg {
	fill: #fff;
}

.nm-product-section .nm-product-slider-wrapper {
	width: 37.5%;
}

.nm-product-section .nm-product-slider-wrapper .nm-img-js-wrap {
	display: block;
	width: 100%;
	height: 978px;
}

.nm-product-section .nm-product-slider-wrapper .slick-prev {
	right: 30px;
}

.nm-product-section .nm-product-slider-wrapper .slick-next {
	left: 30px;
}

.nm-product-section .nm-product-slider-nav-wrapper {
	width: 17.8%;
	min-width: 17.8%;
}

.nm-product-section .nm-product-slider-nav-wrapper #nm-product-slider-nav {
	height: 978px;
	overflow: hidden;
}

.nm-product-section .nm-product-slider-nav-wrapper .slick-track {
	margin-top: -2px;
}

.nm-product-section .nm-product-slider-nav-wrapper .nm-slide {
	cursor: pointer;
	margin: 1px 3px 1px 0;
	height: 244.5px;
}

.nm-product-section .nm-product-slider-nav-wrapper .nm-img-js-wrap {
	width: 100%;
	height: 100%
}

.nm-product-section .nm-product-slider-nav-wrapper .slick-prev {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 5px;
	left: auto;
	right: 30px;
}

.nm-product-section .nm-product-slider-nav-wrapper .slick-prev,
.nm-product-section .nm-product-slider-nav-wrapper .slick-next {
	height: 30px;
	width: 55px;
}

.nm-product-section .nm-product-slider-nav-wrapper .slick-prev:before,
.nm-product-section .nm-product-slider-nav-wrapper .slick-next:before {
	left: 15px;
	top: -8px;
}

.nm-product-section .nm-product-slider-nav-wrapper .slick-prev:before {
	-webkit-transform: rotate(86deg);
	-ms-transform: rotate(86deg);
	transform: rotate(86deg);
}

.nm-product-section .nm-product-slider-nav-wrapper .slick-next {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: auto;
	bottom: 15px;
	left: auto;
	right: 30px;
}

.nm-product-section .nm-product-slider-nav-wrapper .slick-next:before {
	-webkit-transform: rotate(266deg);
	-ms-transform: rotate(266deg);
	transform: rotate(266deg);
}

.nm-product-page {
	padding: 0 0 70px 0;
}

.nm-product-page.nm-wishlist-page {
	padding: 0;
}

.nm-product-page h2 {
	text-align: center;
	font-size: 41px;
	font-weight: 500;
	padding: 0 15px;
}

.nm-product-page .nm-mob-product-name,
.nm-product-page .nm-whatsapp {
	display: none;
}

.nm-product-page .nm-also-like-section {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 50px 60px 20px 60px;
	max-width: 1620px;
	margin: 0 auto;
}

.nm-product-section ~ h2 {
	margin-top: 70px
}

.nm-product-page .nm-also-like-section .nm-flex-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
}

.nm-product-page .nm-also-like-section article {
	position: relative;
	width: 360px;
	min-width: 360px;
	margin-left: 0;
}

.nm-product-page .nm-also-like-section article:not(:first-child) {
	margin-right: 20px;
}

.nm-product-page .nm-also-like-section article.nm-hover .nm-parameters-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nm-product-page .nm-also-like-section article .nm-add-block {
	opacity: 1;
	visibility: visible;
}

.nm-product-page .nm-also-like-section article .nm-parameters-row {
	display: none;
}

.nm-product-page .nm-also-like-section article .nm-like-wrapper {
	z-index: 3;
}

.nm-product-page .nm-also-like-section article .nm-wishlist-descr {
	padding: 15px 10px;
}

.nm-cart-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 40px 50px 130px 70px;
	max-width: 1920px;
	margin: 0 auto;
}

.nm-cart-page .nm-mob-version {
	display: none;
}

.nm-cart-page .nm-submit-block {
	font-size: 16px;
	font-weight: 400;
	width: 415px;
	min-width: 415px;
	max-width: 415px;
	padding-top: 8px;
	margin-top: 60px;
	margin-right: 87px;
}

.nm-cart-page .nm-submit-block .nm-fl-row-just {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	line-height: 1;
	margin-bottom: 22px;
	padding-left: 8px;
}

.nm-cart-page .nm-submit-block .nm-fl-row-just .nm-position {
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.nm-cart-page .nm-submit-block .nm-fl-row-just .nm-article {
	font-family: Roboto;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.nm-cart-page .nm-submit-block .nm-fl-row-just .nm-article .nm-symb {
	font-size: 18px;
}

.nm-cart-page .nm-submit-block .nm-let-sp {
	letter-spacing: 0.09em;
	line-height: 1.2;
}

.nm-cart-page .nm-submit-block .nm-link-more {
	display: inline-block;
	font-size: 16px !important;
	margin-top: 0.8em;
	margin-bottom: 10px;
	width: 100%;
}

.nm-cart-page .nm-submit-block .nm-divider {
	background-color: #000;
	height: 3px;
	margin: 25px 0 23px 0;
}

.nm-cart-page .nm-submit-block .nm-divider.nm-smaller-top {
	margin-top: 15px;
}

.nm-cart-page .nm-submit-block .nm-mar-bot-little {
	margin-bottom: 5px;
}

.nm-cart-page .nm-submit-block .nm-bolder {
	font-size: 23px;
	font-weight: 700;
}

.nm-cart-page .nm-submit-block a:not(.nm-btn):hover,
.nm-cart-page .nm-submit-block a:not(.nm-btn):focus {
	text-decoration: underline;
}

.nm-cart-page .nm-submit-block .nm-btns-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 60px;
	margin-bottom: 38px;
}

.nm-cart-page .nm-submit-block .nm-btns-row .nm-btn {
	display: block;
	border-radius: 32px;
}

.nm-cart-page .nm-submit-block .nm-btns-row .nm-btn-cart {
	font-size: 20px;
	font-weight: 500;
	padding: 15px 14px 16px 14px;
}

.nm-cart-page .nm-submit-block .nm-btns-row .nm-btn-smth {
	font-size: 28px;
	font-weight: 700;
	padding: 9px 50px 10px 50px;
}

.nm-cart-page .nm-submit-block .nm-fl-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nm-cart-page .nm-submit-block .nm-fl-row .nm-text-block {
	font-size: 23px;
	font-weight: 400;
	margin-left: 0.85em;
}

.nm-cart-page .nm-submit-block .nm-fl-row .nm-imgs-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nm-cart-page .nm-submit-block .nm-fl-row .nm-imgs-block img {
	display: block;
	margin: 0 4px;
}

.nm-cart-page .nm-submit-block .nm-wish-row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.nm-cart-page .nm-submit-block .nm-wish-row .nm-text-block {
	width: 80%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 23px;
	font-weight: 700;
	margin-right: 18px;
}

.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist {
	position: relative;
	cursor: default;
}

.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist .nm-svg {
	position: relative;
	fill: #000;
	z-index: 2;
}

.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist.nm-active svg {
	stroke: #000;
}

.nm-cart-page .nm-table-block {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
	max-width: 1200px;
}

.nm-cart-page .nm-cart-table {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
}

.nm-cart-page .nm-cart-table tr {
	margin-bottom: 6px;
}

.nm-cart-page .nm-cart-table th {
	font-weight: 500;
	letter-spacing: 0.1em;
}

.nm-cart-page .nm-cart-table th,
.nm-cart-page .nm-cart-table td {
	position: relative;
	padding: 14px 11px 20px 11px;
}

.nm-cart-page .nm-cart-table th:first-child,
.nm-cart-page .nm-cart-table td:first-child {
	padding-right: 5px;
}

.nm-cart-page .nm-cart-table th:first-child:after,
.nm-cart-page .nm-cart-table td:first-child:after {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nm-cart-page .nm-cart-table th:first-child > .nm-border:after,
.nm-cart-page .nm-cart-table td:first-child > .nm-border:after {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nm-cart-page .nm-cart-table th:last-child > .nm-border:after,
.nm-cart-page .nm-cart-table td:last-child > .nm-border:after {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nm-cart-page .nm-cart-table th > .nm-border,
.nm-cart-page .nm-cart-table td > .nm-border {
	position: absolute;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.nm-cart-page .nm-cart-table th > .nm-border:after,
.nm-cart-page .nm-cart-table td > .nm-border:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #e5c5bb;
	height: 6px;
	left: 0;
	right: 0;
	bottom: 0;
}

.nm-cart-page .nm-cart-table th:nth-child(2) {
	text-align: right;
	padding-right: 45px;
}

.nm-cart-page .nm-cart-table .nm-table-img {
	width: 177px;
	min-width: 177px;
	max-width: 177px;
}

.nm-cart-page .nm-cart-table .nm-table-img .nm-img-wrap {
	height: 188px;
}

.nm-cart-page .nm-cart-table .nm-table-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.nm-cart-page .nm-cart-table .nm-table-name {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.nm-cart-page .nm-cart-table .nm-table-count {
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

.nm-cart-page .nm-cart-table .nm-table-count .nm-count-input-container {
	position: relative;
}

.nm-cart-page .nm-cart-table .nm-table-count .nm-count-input-container .nm-input {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	height: 45px;
	padding: 0 30px;
}

.nm-cart-page .nm-cart-table .nm-table-count .nm-count-input-container .nm-btn-count {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-cart-page .nm-cart-table .nm-table-count .nm-count-input-container .nm-btn-minus {
	right: 25px;
}

.nm-cart-page .nm-cart-table .nm-table-count .nm-count-input-container .nm-btn-plus {
	left: 25px;
}

.nm-cart-page .nm-cart-table .nm-table-article {
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
}

.nm-cart-page .nm-cart-table .nm-table-article .nm-symbol {
	font-size: 17px;
}

.nm-cart-page .nm-cart-table .nm-table-wish {
	font-size: 15px;
	line-height: 1.2;
	padding-top: 40px;
}

.nm-cart-page .nm-cart-table .nm-table-wish .nm-wishlist {
	display: inline-block;
	margin: 0 auto;
	width: 33px;
	height: 29px;
}

.nm-cart-page .nm-cart-table .nm-table-wish .nm-wishlist ~ div:nth-child(2) {
	margin-top: 10px;
}

.nm-cart-page .nm-cart-table .nm-table-wish .nm-wishlist .nm-svg {
	width: 33px;
	height: 29px;
}

.nm-cart-page .nm-cart-table .nm-table-del {
	width: 60px;
	min-width: 60px;
	max-width: 60px;
}

.nm-cart-page .nm-cart-table .nm-table-del .nm-btn-del {
	width: 46px;
	min-width: 46px;
	max-width: 46px;
	height: 46px;
}

.nm-cart-page .nm-cart-table .nm-table-del .nm-btn-del:before,
.nm-cart-page .nm-cart-table .nm-table-del .nm-btn-del:after {
	width: 24px;
	height: 3px;
	border-radius: 4px;
}

.checkout .woocommerce-NoticeGroup-checkout {
	/* display: none!important; */
}

.nm-checkout-headline {
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.1em;
	font-weight: 700;
	background-color: #e4c4b8;
	padding: 8px;
}

.nm-checkout-overheadline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #e4c4b8;
	width: calc(50% - 1px);
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.nm-scrolled-to-fix .nm-checkout-overheadline {
	position: fixed;
	top: 0;
	z-index: 11;
}

.nm-checkout-overheadline.logged {
	visibility: hidden;
	opacity: 0;
}

.nm-checkout-overheadline.logged ~ .checkout .nm-checkout-page .nm-checkout-block.nm-checkout-block-1 {
	position: relative;
	top: -98px;
}

.nm-checkout-overheadline .nm-inner-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 688px;
	padding: 15px 0 10px 98px;
}

.nm-checkout-overheadline .nm-bigger {
	font-size: 19px;
	font-weight: 700;
}

.nm-checkout-overheadline .nm-smaller {
	font-size: 16px;
	font-weight: 400;
}

.nm-checkout-overheadline .nm-text-block {
	letter-spacing: 0.1em;
}

.nm-checkout-overheadline .nm-btn {
	display: block;
	font-size: 20px;
	font-weight: 400;
	border: 3px solid #000;
	border-radius: 25px;
	height: 48px;
	padding: 6px 24px;
}

.checkout .woocommerce-NoticeGroup-checkout {
	color: #ec0087;
	max-width: 1400px;
	padding: 15px;
	margin: 0 auto;
}

.nm-checkout-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1310px;
	padding: 122px 32px 180px 15px;
	margin: 0 auto;
}

.nm-checkout-page.nm-checkout2 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 1340px;
	padding: 138px 30px 180px 30px;
}

.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller {
	width: 410px;
}

.nm-checkout-page.nm-checkout2 .nm-checkout-block .nm-check-row .nm-checkbox {
	width: 48px;
	min-width: 48px;
	max-width: 48px;
	height: 28px;
	margin-left: 15px;
}

.nm-checkout-page.nm-checkout2 .nm-checkout-block .nm-biggerbot {
	margin-bottom: 5px;
}

.nm-checkout-page.nm-checkout1 {
	max-width: 1620px;
	padding-top: 30px;
	padding-left: 255px;
	padding-right: 30px;
}

.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table {
	margin-top: 50px;
	margin-bottom: 35px;
}

.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:before {
	position: absolute;
	display: block;
	content: "";
	background-color: #e5c5bb;
	height: 8px;
	left: 0;
	right: 0;
	top: -12px;
}

.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #e5c5bb;
	height: 8px;
	left: 0;
	right: 0;
	top: -16px;
}

.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:first-child:before,
.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:first-child:after {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:last-child:before,
.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:last-child:after {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td {
	font-weight: 700;
}

.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:after {
	top: auto;
	bottom: -16px;
}

.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-smaller {
	position: relative;
	width: 458px;
	padding-left: 40px;
	padding-top: 0;
}

.nm-checkout-page .nm-left-headblock {
	position: absolute;
	right: 0;
	width: 100%;
	bottom: calc(100% + 40px);
}

.nm-checkout-page .nm-left-headblock .nm-bolded {
	font-size: 23px;
	line-height: 1.2;
	font-weight: 700;
}

.nm-checkout-page .nm-left-headblock .nm-normal {
	font-size: 16px;
	font-weight: 400;
}

.nm-checkout-page .nm-cart-scrollable-block {
	height: 300px;
	overflow: hidden;
}

.nm-header-dropdown.nm-ie-fix .scroll-wrapper > .scroll-content,
.nm-dropdown-scrollable-block.nm-ie-fix .scroll-wrapper > .scroll-content,
.nm-checkout-page .nm-cart-scrollable-block.nm-ie-fix .scroll-wrapper > .scroll-content,
.woocommerce-order-received .woocommerce-order.nm-ie-fix .scroll-wrapper > .scroll-content {
	right: 17px;
	margin-right: -17px;
	margin-left: 0 !important;
}

.nm-header-dropdown.nm-ie-fix .scroll-x,
.nm-dropdown-scrollable-block.nm-ie-fix .scroll-x,
.woocommerce-order-received .woocommerce-order.nm-ie-fix .scroll-x,
.nm-checkout-page .nm-cart-scrollable-block.nm-ie-fix .scroll-x{
	display: none !important;
}

.nm-checkout-page .nm-cart-scrollable-block .scroll-wrapper {
	height: 100%;
}

.nm-checkout-page .nm-cart-scrollable-block .scrollbar-inner > .scroll-element.scroll-y {
	right: auto;
	left: 2px;
	width: 18px;
}

.nm-checkout-page .nm-cart-scrollable-block .scrollbar-inner > .scroll-element .scro29ll-element_track {
	background-color: #e6e5e6;
}

.nm-checkout-page .nm-cart-scrollable-block .scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #e4c4b8;
	opacity: 1;
	width: 12px;
	left: 3px;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: none;
	width: 285px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	overflow: hidden;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item:not(:last-child) {
	border-bottom: 3px solid #000;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-img-js-wrap {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	height: 150px;
	margin-left: 12px;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: -3px;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description .nm-name {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description .nm-article {
	font-family: Roboto;
	font-weight: 400;
	font-size: 21px;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description .nm-article .nm-symbol {
	font-size: 16px;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table {
	display: block;
	font-weight: 400;
	width: 100%;
	font-size: 16px;
	margin-top: 24px;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-item-row1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 5px;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-item-row2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-label-count {
	font-weight: 400;
	letter-spacing: 1.7px;
	margin-left: 20px;
}

.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-color {
	letter-spacing: 1.7px;
	margin-left: 20px;
}

.nm-checkout-page .nm-checkout-block {
	width: 592px;
}

.nm-checkout-page .nm-checkout-block.nm-smaller {
	padding-top: 12px;
	width: 418px;
}

.nm-checkout-page .nm-checkout-block.nm-checkout-block-1 {
	width: 782px;
	padding-left: 95px;
	border-left: 3px solid #000;
}

.nm-checkout-page .nm-checkout-block .nm-caption {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.39em;
}

.nm-checkout-page .nm-checkout-block .nm-caption.nm-marbot {
	padding-right: 8px;
	margin-bottom: 0.65em;
}

.nm-checkout-page .nm-checkout-block .nm-caption.nm-mar-top {
	margin-top: 0.3em;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-step {
	position: relative;
	margin-bottom: 40px;
	padding-right: 95px;
}

.nm-checkout-page .nm-step-indicator {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: -7px;
	right: 0;
	border-radius: 50%;
	color: #fff;
	background-color: #0dfdff;
	font-size: 37px;
	font-weight: 700;
	width: 59px;
	height: 59px;
}

.nm-checkout-page .nm-checkout-block.nm-smaller .nm-step-indicator {
	right: -75px;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-step-3 {
	padding-right: 0;
	margin-top: 40px;
	margin-bottom: 0;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-step-3 .nm-caption {
	letter-spacing: 0.02em;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-step-3 input[type="radio"] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}

.nm-checkout-page .nm-checkout-block .nm-sup-caption {
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.nm-checkout-page .nm-checkout-block .nm-double {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nm-checkout-page .nm-checkout-block .nm-double .nm-input-block {
	width: 47%;
}

.nm-checkout-page .nm-checkout-block .nm-double-double {
	width: 47%;
}

.nm-checkout-page .nm-checkout-block .nm-input-block {
	margin-bottom: 9px;
	position: relative;
}

.nm-checkout-page .nm-checkout-block .nm-input-block .nm-label {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-right: 20px;
}

.nm-checkout-page .nm-checkout-block .nm-input-block .nm-label .nm-cvc {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.1px;
	margin-right: 10px;
}

.nm-checkout-page .nm-checkout-block .nm-input-block .nm-input {
	font-size: 20px;
	font-weight: 400;
	height: 60px;
	padding: 0 25px;
}

.nm-checkout-page .nm-checkout-block .nm-ckecks-block {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 10px 0 20px 0;
}

.nm-checkout-page .nm-checkout-block .nm-check-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 7px;
}

.nm-checkout-page .nm-checkout-block .nm-check-row .nm-el-input-error {
	text-align: right;
	bottom: -18px;
}

.nm-checkout-page .nm-checkout-block .nm-check-row .nm-checkbox {
	height: 25px;
	width: 42px;
	min-width: 42px;
	max-width: 42px;
	border-radius: 13px;
	margin-left: 20px;
}

.nm-checkout-page .nm-checkout-block .nm-check-row .nm-checkbox.nm-smalltext {
	margin-left: 5px;
	width: 38px;
	min-width: 38px;
	max-width: 38px;
	height: 22px;
}

.nm-checkout-page .nm-checkout-block .nm-check-row .nm-label {
	font-size: 19px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.nm-checkout-page .nm-checkout-block .nm-check-row .nm-label.nm-big-text {
	font-size: 26px;
}

.nm-checkout-page .nm-checkout-block .nm-check-row .nm-label.nm-smalltext {
	font-size: 14px;
}

.nm-checkout-page .nm-checkout-block .nm-check-row.nm-last-check .nm-label {
	font-size: 21px;
	letter-spacing: 0.09em;
}

.nm-checkout-page .nm-checkout-block .nm-check-row.nm-last-check .nm-checkbox {
	margin-left: 25px;
}

.nm-checkout-page .nm-checkout-block .nm-fl-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nm-checkout-page .nm-checkout-block .nm-fl-row.nm-padlef {
	padding-left: 10px;
}

.nm-checkout-page .nm-checkout-block .nm-fl-row.nm-btns-checkout2 {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 23px;
	margin-bottom: 28px;
}

.nm-checkout-page .nm-checkout-block .nm-fl-row-just {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 30px;
}

.nm-checkout-page .nm-checkout-block .nm-fl-row-just > div {
	width: 49%;
}

.nm-checkout-page .nm-checkout-block .nm-fl-row-just .nm-visa {
	display: inline-block;
	width: 130px;
	height: 30px;
	margin-bottom: -6px;
}

.nm-checkout-page .nm-checkout-block .nm-fl-row-just .nm-card .nm-btn,
.nm-checkout-page .nm-checkout-block .nm-fl-row-just .nm-paypal-block .nm-btn {
	width: 100%;
	height: 45px;
	font-size: 19px;
	font-weight: 400;
	border-radius: 30px;
	letter-spacing: 0.05em;
	text-transform: none;
	padding: 6px;
	color: #fff;
	background: #000;
}

.nm-checkout-page .nm-checkout-block .nm-fl-row-just .nm-btn:hover,
.nm-checkout-page .nm-checkout-block .nm-fl-row-just .nm-btn:focus {
	color: #000;
	background: #e4c4b8;
}

/*.nm-checkout-page .nm-checkout-block .nm-fl-row-just input[type="radio"]:checked ~ .nm-btn {
	background-color: #000;
	color: #fff;
}*/

.nm-checkout-page .nm-checkout-block .nm-fl-row-just .nm-paypal {
	display: inline-block;
	width: 76px;
	height: 20px;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table {
	width: 100%;
	margin: 75px 0 53px 0;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table td {
	padding: 3px 0;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table td:first-child {
	font-size: 26px;
	letter-spacing: 2.5px;
	font-weight: 400;
	padding-right: 3px;
	width: 100%;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table td:last-child {
	text-align: right;
	font-size: 26px;
	font-weight: 400;
	padding-left: 3px;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:first-child td,
.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:last-child td {
	position: relative;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:first-child td:after,
.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:last-child td:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #e5c5bb;
	height: 8px;
	left: 0;
	right: 0;
	top: -16px;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:first-child td:first-child:after,
.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:last-child td:first-child:after {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:first-child td:last-child:after,
.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:last-child td:last-child:after {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:last-child td {
	font-weight: 700;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table tr:last-child td:after {
	top: auto;
	bottom: -16px;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table .nm-price {
	font-family: Roboto;
	font-size: 25px;
}

.nm-checkout-page .nm-checkout-block .nm-checkout-table .nm-symbol {
	font-family: Roboto;
	font-size: 17px;
}

.nm-checkout-page .nm-checkout-block .nm-btn-checkout {
	display: block;
	text-align: center;
	border-radius: 40px;
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
	padding: 12px;
	margin: 5px auto 0;
	width: 75%;
}

.nm-checkout-page .nm-checkout-block .nm-text-block {
	margin-bottom: 100px;
}

.nm-checkout-page .nm-checkout-block .nm-text-block > div {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.nm-checkout-page .nm-checkout-block .nm-btn-show {
	border-radius: 40px;
	font-size: 25px;
	font-weight: 700;
	padding: 16px 100px 15px 100px;
}

.nm-checkout-page .nm-checkout-block .nm-count-input-container {
	position: relative;
	width: 47%;
}

.nm-checkout-page .nm-checkout-block .nm-count-input-container .nm-input {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding: 0 200px 0 35px;
}

.nm-checkout-page .nm-checkout-block .nm-count-input-container .nm-placeholder {
	position: absolute;
	display: block;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 400;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 32px;
}

.nm-checkout-page .nm-checkout-block .nm-count-input-container .nm-btn-count {
	position: absolute;
	display: block;
	font-size: 20px;
	font-weight: 400;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-checkout-page .nm-checkout-block .nm-count-input-container .nm-btn-plus {
	left: 25px;
}

.nm-checkout-page .nm-checkout-block .nm-count-input-container .nm-btn-minus {
	left: 80px;
}

.nm-checkout-page .nm-coupon-block {
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 50px;
}

.nm-checkout-page .nm-coupon-block .nm-placeholdered input.nm-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 44px;
}

.nm-checkout-page .nm-coupon-block .nm-placeholdered input.nm-input::-webkit-input-placeholder {
	color: #e5c5bb;
	font-family: Heebo;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.nm-checkout-page .nm-coupon-block .nm-placeholdered input.nm-input:-ms-input-placeholder {
	color: #e5c5bb;
	font-family: Heebo;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.nm-checkout-page .nm-coupon-block .nm-placeholdered input.nm-input::-moz-placeholder {
	color: #e5c5bb;
	font-family: Heebo;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.nm-checkout-page .nm-coupon-block .nm-click-here {
	position: absolute;
	font-size: 15px;
	letter-spacing: 0.1em;
	top: 12px;
	right: 0;
	white-space: nowrap;
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-checkout-page .nm-coupon-block .nm-refresh {
	position: absolute;
	display: block;
	font-size: 18px;
	font-weight: 400;
	height: 44px;
	border-radius: 25px;
	padding: 0 25px;
	left: -100px;
	top: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-checkout-page .nm-coupon-block.nm-active .nm-refresh {
	left: 0;
}

.nm-checkout-page .nm-coupon-block.nm-active .nm-click-here {
	opacity: 0;
}

.nm-checkout-page .nm-coupon-block.nm-active .nm-placeholdered input.nm-input {
	width: 312px;
	left: 100px;
}

.nm-items-section .scroll-wrapper > .scroll-content {
	overflow-y: hidden !important;
	margin-left: 0 !important;
}

.return-to-shop .nm-btn {
	border-radius: 50px;
	text-transform: none;
}

.nm-not-found-text {
	font-size: 32px;
}

/*my account*/

body.woocommerce-account .woocommerce,
body.woocommerce-order-received .woocommerce {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 17px;
	padding: 40px 17.8% 130px;
}

body.woocommerce-account .woocommerce nav {
	width: 250px;
	min-width: 250px;
}

body.woocommerce-account .woocommerce nav a {
	letter-spacing: 1.7px;
	line-height: 1.8;
}

body.woocommerce-account .woocommerce a:hover,
body.woocommerce-order-received .woocommerce a:hover {
	text-decoration: underline;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 10%;
}

body.woocommerce-account .woocommerce table th,
body.woocommerce-order-received .woocommerce table th,
body.woocommerce-account .woocommerce table td,
body.woocommerce-order-received .woocommerce table td {
	border: 1px solid #000;
	padding: 2px 5px;
}

body.woocommerce-account .woocommerce table .woocommerce-Price-amount,
body.woocommerce-order-received .woocommerce table .woocommerce-Price-amount {
	white-space: nowrap;
}

body.woocommerce-account .woocommerce .nm-input {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	border-width: 2px;
	padding: 0 18px;
	height: 40px;
	margin-bottom: 15px;
}

body.woocommerce-account .woocommerce .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce .woocommerce-address-fields,
body.woocommerce-account .woocommerce .woocommerce-ResetPassword {
	max-width: 400px;
}

body.woocommerce-account .woocommerce .nm-btn-small {
	margin-top: 15px;
	border-radius: 25px;
}

/*thank page*/
body.woocommerce-order-received .wpb_text_column.wpb_content_element,
body.woocommerce-order-received .wpb_text_column.wpb_content_element .wpb_wrapper,
body.woocommerce-order-received .wpb_wrapper,
body.woocommerce-order-received .wpb_wrapper .woocommerce {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}


body.woocommerce-order-received .woocommerce {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}

body.woocommerce-order-received .woocommerce .nm-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	flex-grow: 1;
}

body.woocommerce-order-received .woocommerce .nm-inner:after {
	display: block;
	content: "";
	padding-top: 50%;
}

body.woocommerce-order-received .woocommerce .nm-inner > div {
	width: 50%
}

body.woocommerce-order-received .woocommerce .woocommerce-order {
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	bottom: 0;
	padding: 40px 0px 20px 20px;
}

body.woocommerce-order-received .woocommerce .woocommerce-order .nm-scroll-area {
	height: 100%;
}

body.woocommerce-order-received .woocommerce .scrollbar-inner > .scroll-element.scroll-y {
	right: 2px;
	left: auto;
	width: 18px;
}

body.woocommerce-order-received .woocommerce .woocommerce-order .nm-ie-fix .scroll-wrapper > .scroll-content {
	right: 17px;
	margin-right: -17px;
	margin-left: 0 !important;
}

body.woocommerce-order-received .woocommerce .woocommerce-order .nm-ie-fix .scroll-x {
	display: none !important;
}

body.woocommerce-order-received .woocommerce .woocommerce-order.scrollbar-inner > .scroll-element.scroll-y {
	right: 2px;
	left: auto;
	width: 18px;
}

body.woocommerce-order-received .woocommerce .woocommerce-order .scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: #e6e5e6;
}

body.woocommerce-order-received .woocommerce .woocommerce-order .scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #e4c4b8;
	opacity: 1;
	width: 12px;
	left: 3px;
}

body.woocommerce-order-received .woocommerce .woocommerce-order .nm-scroll-inner {
	padding-right: 30px;
}

body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-column--billing-address {
	display: none;
}

body.woocommerce-order-received .woocommerce > .nm-img-js-wrap:after {
	display: block;
	content: "";
	padding-top: 100%;
}

body.woocommerce-order-received .woocommerce table {
	width: 100%;
}

body.woocommerce-order-received .woocommerce h2,
body.woocommerce-order-received .woocommerce h3 {
	margin-top: 1em
}

@media(max-width:1259px) {
	body.woocommerce-order-received .woocommerce {
		padding: 0;
	}
	body.woocommerce-order-received .woocommerce .nm-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%;
	}
	body.woocommerce-order-received .woocommerce .nm-inner:after {
		content: none;
	}
	body.woocommerce-order-received .woocommerce .nm-inner > div {
		width: 100%;
	}
	body.woocommerce-order-received .woocommerce .woocommerce-order {
		position: static;
	}
	body.woocommerce-order-received .woocommerce .nm-img-js-wrap:after {
		display: block;
		content: "";
		padding-top: 100%;
	}
} 
	.bs-mob {
		display: none;
	}
@media (max-width: 767px) {
	.bs-des{
		display: none;
	}
	.bs-mob {
		display: block;
	}
	body.woocommerce-order-received .nm-grow > .wpb_text_column.wpb_content_element {
		padding: 0;
	}
	body.woocommerce-order-received .woocommerce {
		padding: 0!important;
	}
	body.woocommerce-order-received .woocommerce .woocommerce-order {
		padding: 20px 0 20px 15px;
	}
	body.woocommerce-order-received .woocommerce .woocommerce-order .nm-scroll-inner {
		padding-right: 15px;
	}
}

/**/

.nm-el-input-error {
	position: absolute;
	pointer-events: none;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 700;
	color: #ec0087;
	z-index: 1;
	font-size: 15px;
}

.nm-check-row .nm-el-input-error {
	bottom: -15px;
}

ul.woocommerce-error {
	display: none;
}

.woocommerce-checkout.woocommerce-page ul.woocommerce-error{
	display: block;
}



body.error404 .nm-grow .nm-text-center {
	width: 100%;
	padding: 40px 15px;
}

/**/

.remodal {
	width: auto;
}

.remodal .nm-remodal-close {
	position: absolute;
	display: block;
	background-color: transparent;
	font-size: 0;
	color: transparent;
	background-image: url("../img/icon-btn-close.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 27px;
	height: 27px;
	top: 37px;
	right: 40px;
	z-index: 5;
}

.remodal .nm-product-section {
	max-width: 1148px;
	margin-bottom: 0;
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper {
	width: 151px;
	min-width: 151px;
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper #nm-product-slider-nav {
	height: 604px
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper #nm-product-slider-nav .nm-slide {
	height: 150px
}

.remodal .nm-product-section .nm-product-info-share {
	width: 535px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 520px;
	padding: 70px 15px 20px 15px;
}
.nm-product-section .nm-product-info-share .nm-product-info-block .nm-pink.no_more {
    position: absolute;
    margin-top: 30px;
    width: 218px;
}
.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-product-name {
	font-size: 27px;
	line-height: 1;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 23px;
	margin-bottom: 10px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-price.nm-invisible {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row .nm-old-price {
	position: relative;
	font-family: Roboto;
	font-size: 80%;
	font-weight: 400;
	margin-right: 0.5em;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row .nm-old-price:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #e60686;
	height: 2px;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row .nm-new-price {
	font-family: Roboto;
	font-weight: 400;
	color: #e60686;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-descr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 13px;
	min-height: 40px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 0;
	margin-top: 14px;
	margin-bottom: 14px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container,
.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container,
.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container {
	height: 42px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-param-label {
	margin-left: 10px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-radio-block {
	margin: 0 2px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block {
	margin: 0 3px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container {
	width: 140px;
	min-width: 140px;
	max-width: 140px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-input {
	height: 38px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-count {
	font-size: 40px;
	font-weight: 400;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-minus {
	left: 61px;
	font-size: 0;
	color: transparent;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-minus:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #000;
	width: 12px;
	height: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus {
	font-size: 0;
	color: transparent;
	left: 18px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:before,
.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #000;
	width: 14px;
	height: 2px;
	top: 50%;
	left: 50%;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-btn-add-wrap {
	margin-top: 0;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-btn-add-wrap .nm-btn-add {
	background-size: 19px 19px;
	background-position: top 17px left 30px;
	font-size: 17px;
	padding: 15px 35px 15px 70px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist {
	margin-top: 8px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist .nm-text {
	margin-left: 6px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist span {
	font-size: 13px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-pink {
	font-size: 14px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	max-width: 280px;
	margin: 40px auto 0 auto;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-botttom-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #dedcdc;
	height: 84px;
}

.remodal .nm-product-section .nm-product-info-share .nm-product-botttom-buttons .nm-btn {
	display: block;
	white-space: nowrap;
	font-family: Heebo;
	font-size: 14px;
	font-weight: 400;
	margin: 0 20px;
	padding: 7px 30px;
}

.remodal .nm-product-section .nm-product-slider-wrapper {
	width: 462px;
}

.remodal .nm-product-section .nm-product-slider-wrapper .slick-prev {
	right: 16px;
}

.remodal .nm-product-section .nm-product-slider-wrapper .slick-next {
	left: 16px;
}

.remodal .nm-product-section .nm-product-slider-wrapper .nm-img-js-wrap {
	height: 604px;
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper .slick-list {
	margin-top: -2px;
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper .slick-track {
	margin: 0;
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper .slick-prev {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 5px;
	left: auto;
	right: 10px;
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper .slick-prev:before {
	-webkit-transform: rotate(86deg);
	-ms-transform: rotate(86deg);
	transform: rotate(86deg);
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper .slick-next {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: auto;
	bottom: 10px;
	left: auto;
	right: 10px;
}

.remodal .nm-product-section .nm-product-slider-nav-wrapper .slick-next:before {
	-webkit-transform: rotate(266deg);
	-ms-transform: rotate(266deg);
	transform: rotate(266deg);
}

.remodal .nm-product-section .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-drop-wrap {
	font-size: 16px;
	padding: 30px 50px 50px 50px;
}

.remodal .nm-product-section .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-bold {
	font-size: 16px;
}

.remodal .nm-product-section .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-fl-row {
	margin-top: 18px;
	margin-bottom: 25px;
}

.remodal .nm-product-section .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap {
	margin-right: 40px;
}

.remodal .nm-product-section .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap th,
.remodal .nm-product-section .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap td {
	padding: 0 15px;
}


/*popup subscribe and shopnow*/
.nm-subscribe-popup .nm-mob-header {
	display: none;
}

.nm-subscribe-popup .nm-modal-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nm-subscribe-popup .nm-form-caption {
	font-weight: 500;
    padding: 0 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.nm-subscribe-popup.nm-shopnow-popup .nm-form-caption {
	margin-top: 30px;
}

.nm-subscribe-popup img {
	display: block;
}

.nm-subscribe-popup .nm-fl-row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 30px;
	margin-bottom: 12px;
}
.nm-subscribe-popup .nm-fl-row .nm-el-input-error {
	padding-left: 30px;
}
.nm-subscribe-popup .nm-input {
	text-align: right;
	background-color: #fff;
	font-size: 13px;
	border-width: 2px;
	width: 220px;
	height: 48px;
	padding: 0 24px 0 5px;
}
.nm-subscribe-popup .nm-input::-webkit-input-placeholder {
	font-size: 13px;
}
.nm-subscribe-popup .nm-input:-ms-input-placeholder {
	font-size: 13px;
}
.nm-subscribe-popup .nm-input::-moz-placeholder {
	font-size: 13px;
}

.nm-subscribe-popup form .nm-btn {
	border: 2px solid #000;
	border-radius: 50%;
	font-size: 12px;
    font-weight: 300;
	width: 48px;
	min-width: 48px;
	height: 48px;
	padding: 0;
	margin-right: 6px;
}

.nm-subscribe-popup .nm-btn-shop {
	border: 3px solid #000;
	font-size: 17px;
	font-weight: 300;
	width: 190px;
	height: 52px;
	padding: 10px 0;
	margin-top: 5px;
}

.nm-subscribe-popup .nm-btn:hover {
	border-color: #000 !important;
}

.nm-subscribe-popup .nm-check-row {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}

.nm-subscribe-popup .nm-checkbox {
	background-color: #fff;
	border-width: 2px;
	height: 14px;
	width: 24px;
	min-width: 24px;
}

.nm-subscribe-popup .nm-label {
	font-size: 12px;
	font-weight: 300;
}

.nm-subscribe-popup .nm-check-row .nm-el-input-error {
	text-align: right;
    font-size: 12px;
	padding-right: 95px;
	bottom: -16px;
}

.nm-subscribe-popup .nm-check-row .nm-check-row .nm-el-input-error {
    bottom: -12px;
}

.nm-subscribe-popup .nm-btn-close-area {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 38px;
	height: 32px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 2;
}


.nm-subscribe-popup .nm-btn-close-area .nm-modal-close {
	position: relative;
	display: block;;
	font-size: 0;
	color: transparent;
	border: 2px solid #000;
	border-radius: 50%;
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	border-width: 2px;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:before,
.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #000;
	border-radius: 2px;
	height: 2px;
	width: 12px;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:hover {
	background-color: #000;
}

.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:hover:before,
.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:hover:after {
	background-color: #fff;
}

@media(max-width:840px) {
	.nm-subscribe-popup {
		width: 100%;
		background: none;
		background-color: transparent;
		padding: 0 39px;
	}
	.nm-subscribe-popup:not(.nm-shopnow-popup) .nm-modal-wrapper {
		background-color: #dcbcaf;
	}
	.nm-subscribe-popup.nm-shopnow-popup .nm-modal-wrapper {
		background-color: #fff
	}
	.nm-subscribe-popup .nm-modal-wrapper{
		margin: 0 -5px; 
	}
	.nm-subscribe-popup img {
		width: 100%;
		height: auto;
	}
	.nm-subscribe-popup .nm-mob-header {
		display: block;
	}
	.nm-subscribe-popup .nm-modal-wrapper {
		display: block;
		padding-bottom: 25px;
	}
	.nm-subscribe-popup .nm-img-side,
	.nm-subscribe-popup .nm-desktop-header {
		display: none;
	}
	.nm-subscribe-popup .nm-form-caption {
		font-size: 11px;
		margin-top: 15px;
		margin-bottom: 12px;
	}
	.nm-subscribe-popup.nm-shopnow-popup .nm-form-caption {
		margin-top: 18px;
	}
	
	.nm-subscribe-popup .nm-fl-row {
		padding-right: 0;
		margin-bottom: 8px;
	}
	.nm-subscribe-popup .nm-fl-row .nm-el-input-error {
		padding-left: 35px;
		bottom: 0;
	}
	.nm-subscribe-popup .nm-input {
		font-size: 11px;
		border-width: 1px;
		width: 160px;
		height: 36px;
		padding: 0 10px 0 5px;
	}
	.nm-subscribe-popup .nm-input::-webkit-input-placeholder {
		font-size: 11px;
	}
	.nm-subscribe-popup .nm-input:-ms-input-placeholder {
		font-size: 11px;
	}
	.nm-subscribe-popup .nm-input::-moz-placeholder {
		font-size: 11px;
	}
	.nm-subscribe-popup form .nm-btn {
		border: 1px solid #000;
		font-size: 10px;
		width: 36px;
		min-width: 36px;
		height: 36px;
		margin-right: 4px;
	}
	.nm-subscribe-popup .nm-btn-shop {
		border: 1px solid #000;
		font-size: 11px;
		font-weight: 400;
		width: 104px;
		height: 30px;
		padding: 6px 0;
		margin-top: 5px;
	}
	.nm-subscribe-popup .nm-check-row {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 220px;
		padding: 0 15px 0 0;
		margin: auto;
	}

	.nm-subscribe-popup .nm-checkbox {
		border-width: 1px;
		height: 14px;
		width: 24px;
		min-width: 24px;
	}

	.nm-subscribe-popup .nm-label {
		font-size: 10px;
	}

	.nm-subscribe-popup .nm-check-row .nm-el-input-error {
		font-size: 10px;
		padding: 0 15px 0 0;
		bottom: -11px;
	}

	.nm-subscribe-popup .nm-btn-close-area {
		left: auto;
		right: 0;
		width: 34px;
		height: 34px;
	}
	.nm-subscribe-popup .nm-btn-close-area .nm-modal-close {
		border: 1px solid #000;
	}
	.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:before,
	.nm-subscribe-popup .nm-btn-close-area .nm-modal-close:after {
		height: 1px;
	}
}
/*================================================*/
/*                    FOOTER	                  */
/*================================================*/

footer .nm-footer-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1590px;
	margin: 0 auto;
}

footer .nm-footer-top {
	background-color: #dfdddd;
}

footer .nm-footer-top .nm-footer-wrap {
	padding: 60px 15px 63px 42px;
}

footer .nm-footer-top .nm-lists-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 60%;
	max-width: 1000px;
}

footer .nm-footer-top .nm-lists ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

footer .nm-footer-top .nm-lists ul li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

footer .nm-footer-top .nm-lists ul li a {
	font-size: 17px;
	letter-spacing: 1.7px;
	line-height: 1.8;
}

footer .nm-footer-top .nm-lists ul li a:hover,
footer .nm-footer-top .nm-lists ul li a:focus {
	text-decoration: underline;
}

footer .nm-footer-top .nm-lists ul li span {
	font-size: 17px;
}

footer .nm-footer-top .nm-middle {
	padding-top: 8px;
}

footer .nm-footer-top .nm-middle .nm-social a {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	margin: 0 5px;
}

footer .nm-footer-top .nm-middle .nm-social a img {
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

footer .nm-footer-top .nm-middle .nm-social a .nm-black {
	z-index: 3;
}

footer .nm-footer-top .nm-middle .nm-social a .nm-red {
	opacity: 0;
	z-index: 2;
}

footer .nm-footer-top .nm-middle .nm-social a:hover .nm-black,
footer .nm-footer-top .nm-middle .nm-social a:focus .nm-black {
	opacity: 0;
}

footer .nm-footer-top .nm-middle .nm-social a:hover .nm-red,
footer .nm-footer-top .nm-middle .nm-social a:focus .nm-red {
	background-color: #000;
	opacity: 1;
}

footer .nm-footer-top .nm-middle .nm-celebrate {
	font-size: 16px;
	letter-spacing: 1.5px;
	margin: 2px 0;
}

footer .nm-footer-top .nm-middle .nm-mail {
	padding-right: 13px;
}

footer .nm-footer-top .nm-middle .nm-mail a {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
}

footer .nm-footer-top .nm-form-subscribe {
	max-width: 385px;
	padding-top: 3px;
}

footer .nm-footer-top .nm-form-subscribe .nm-top-text {
	text-align: right;
	font-size: 17px;
	font-weight: 700;
	padding-right: 10px;
}

footer .nm-footer-top .nm-form-subscribe .nm-input-wrap {
	position: relative;
}

footer .nm-footer-top .nm-form-subscribe .nm-fl-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5px 0 8px 0;
}

footer .nm-footer-top .nm-form-subscribe .nm-fl-row .nm-input-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 328px;
	margin-left: 12px;
}

footer .nm-footer-top .nm-form-subscribe .nm-fl-row .nm-input {
	width: 100%;
	height: 50px;
	padding: 0 30px;
}

footer .nm-footer-top .nm-form-subscribe .nm-fl-row .nm-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	border: 3px solid #000;
	height: 51px;
	width: 51px;
	padding: 0 10px;
}

footer .nm-footer-top .nm-form-subscribe .nm-check-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .nm-footer-top .nm-form-subscribe .nm-check-row .nm-el-input-error {
	text-align: right;
}

footer .nm-footer-top .nm-form-subscribe .nm-check-row .nm-checkbox {
	margin-left: 5px;
}

footer .nm-footer-top .nm-form-subscribe .nm-check-row .nm-label {
	font-size: 17px;
	font-weight: 300;
}

footer .nm-footer-middle {
	display: none;
}

footer .nm-footer-bot {
	background-color: #f4ebea;
}

footer .nm-footer-bot .nm-footer-wrap {
	padding: 34px 8px 15px 72px;
}

footer .nm-footer-bot .nm-footer-wrap .nm-pay-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-imgs-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-imgs-block img {
	display: block;
	margin-left: 6px;
}

footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-imgs-block .nm-check-img {
	margin-right: 5px;
}

footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-text-block {
	font-size: 18px;
	line-height: 1;
	margin-right: 6px;
	padding-top: 2px;
}

footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-text-block .ssl {
	font-size: 15px;
	margin-right: 5px;
}

footer .nm-footer-bot .nm-footer-wrap .nm-copyrights-block {
	letter-spacing: 1.5px;
	line-height: 1.3;
	font-size: 15px;
}

footer .nm-footer-bot .nm-footer-wrap .nm-copyrights-block .nm-copyrights {
	direction: ltr;
	padding-left: 3px;
}



.nm-product-name.nm-mob-hide {
	max-width: 48%;
	margin: auto;
	margin-bottom: auto;
	margin-bottom: 25px !important;
	line-height: 31px;
}





/*================================================*/
/*                    MEDIA		                  */
/*================================================*/

@media (max-width: 1900px) {
	header nav {
		padding: 38px 1.4vw 32px 3vw;
	}
	header nav ul li {
		margin: 0 0.5vw;
	}
	header nav ul li a {
		font-size: 1.421vw;
	}
	header .nm-search-form.nm-expand {
		width: 16vw;
	}
	header .nm-search-form.nm-expand .nm-input {
		width: 9.47vw;
	}
	.nm-header-dropdown .nm-list {
		padding-right: 3.421vw;
	}
	.nm-cart-dropdown .nm-top-line:before {
		right: calc(4.45vw - 19px);
	}
	.nm-wishlist-dropdown .nm-top-line:before {
		right: calc(13.35vw - 19px);
	}
	.nm-cart-dropdown .nm-top-line .nm-caption {
		padding-right: calc(4.45vw - 20px);
	}
	.nm-wishlist-dropdown .nm-top-line .nm-caption {
		position: relative;
		color: #000;
		font-size: 21px;
		font-weight: 700;
		right: calc(13.35vw - 255px);
	}
}

@media (max-width: 1920px) and (min-width: 768px) {
	.nm-section-shop .nm-shop1 {
		height: 34.27vw;
	}
	.nm-section-shop .nm-fl-row1,
	.nm-section-shop .nm-shop4 {
		height: 60.417vw;
	}
	.nm-section-shop .nm-shop2-3 {
		width: 57.03125vw;
	}
	.nm-section-shop .nm-shop4 {
		width: 42.96875vw;
	}
	.nm-section-shop .nm-fl-row2,
	.nm-section-shop .nm-shop6 {
		height: 30.2604vw;
	}
}

@media (max-width: 1400px) and (min-width: 1350px) {
	.nm-section-shop .nm-shop5 .nm-sale {
		-webkit-transform: translateX(23.2%);
		-ms-transform: translateX(23.2%);
		transform: translateX(23.2%)
	}
}

@media (max-width: 1700px) and (min-width: 768px) {
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0;
		margin: 0;
		margin-top: 17px;
	}
	.nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row {
		margin-bottom: 14px;
	}
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container {
		height: 42px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-param-label {
		margin-left: 10px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-radio-block {
		margin: 0 2px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block {
		margin: 0 3px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container {
		width: 140px;
		min-width: 140px;
		max-width: 140px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-input {
		height: 38px;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-count {
		font-size: 40px;
		font-weight: 400;
	}

	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-minus {
		left: 66px;
		font-size: 0;
		color: transparent;
	}
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-minus:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #000;
		width: 12px;
		height: 2px;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus {
		font-size: 0;
		color: transparent;
		left: 18px;
	}
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:before,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #000;
		width: 14px;
		height: 2px;
		top: 50%;
		left: 50%;
	}
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:before {
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:after {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
		transform: translateX(-50%) translateY(-50%) rotate(90deg);
	}
}

@media (max-width: 1700px) {
	.nm-cart-page {
		display: block;
		padding: 40px 50px 130px 50px;
	}
	.nm-cart-page .nm-submit-block {
		position: relative;
		margin-top: 20px;
		margin-right: 0;
		padding-top: 40px;
		width: 100%;
		max-width: none;
	}
	.nm-cart-page .nm-submit-block:before {
		position: absolute;
		display: block;
		content: "";
		background-color: #000;
		border-radius: 4px;
		height: 3px;
		top: 0;
		left: 0;
		right: 0;
	}
	.nm-cart-page .nm-table-block {
		width: 100%;
	}
	.nm-cart-page .nm-cart-table tbody tr:last-child td > div:after {
		content: none;
	}
	.nm-checkout-overheadline {
		width: 812px;
		max-width: calc(100% - 488px);
	}
	.nm-checkout-page.nm-checkout1 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-right: 0;
		padding-left: 30px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-smaller {
		padding-left: 0;
		width: 418px;
		margin-right: 90px;
	}
}

@media (max-width: 1600px) {

	.nm-items-section article .nm-article-wishlist,
	.nm-items-section article .nm-article-quick-view {
		font-size: 9px;
		padding: 0;
		width: 54px;
		min-width: 54px;
		max-width: 54px;
	}
	.nm-items-section article h2 {
		font-size: 16px;
	}
	.nm-items-section article .nm-price-row .nm-price {
		font-size: 12px;
	}
	.nm-items-section article .nm-price-row .nm-price .nm-symbol {
		font-size: 1em;
		font-weight: 400;
	}
	.nm-items-section article .nm-article-wishlist .nm-wishlist,
	.nm-items-section article .nm-article-wishlist .nm-wishlist .nm-svg {
		width: 20px;
		min-width: 20px;
		height: 18px;
	}
	.nm-items-section article .nm-article-quick-view .nm-svg {
		width: 24px;
		height: 17px;
	}
}

@media (max-width: 1500px) {
	.nm-checkout-overheadline .nm-btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		/*font-size: 17px;*/
	}
	.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap {
		margin-right: 15px;
	}
}

@media (max-width: 1259px) {
	.nm-overwrapper {
		top: 93px;
	}
	.nm-main-wrapper:not(.nm-mob-arrowed) .nm-subheader {
		display: block;
		text-align: center;
		height: auto;
		background-color: #e2e1e2;
		font-size: 18px;
		padding: 0;
	}
	header .nm-big-wrapper {
		height: 93px;
	}
	header .nm-big-wrapper.nm-mob-only {
		display: block;
		text-align: center;
	}
	header .nm-big-wrapper .nm-header-middle {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 200px;
		min-width: 200px;
		max-width: 200px;
		height: 93px;
	}
	header .nm-big-wrapper .nm-header-middle .nm-top {
		height: 93px;
	}
	header .nm-big-wrapper .nm-header-middle .nm-bottom {
		display: none;
	}
	header .nm-big-wrapper .nm-header-middle .nm-bottom.desktop-only {
		display: none!important;
	}
	header .nm-big-wrapper .nm-header-middle .nm-search-form {
		width: 50%;
		min-width: 0;
		max-width: none;
		padding: 0;
	}
	header .nm-big-wrapper .nm-header-middle .nm-search-form .nm-btn-search {
		background-position: center center;
		width: 100%;
		height: 93px;
		padding: 0;
	}
	header .nm-big-wrapper .nm-logo {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 40%;
		min-width: 40%;
		max-width: 40%;
		height: 93px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	header .nm-big-wrapper .nm-logo .nm-text {
		font-size: 16px;
		padding-left: 12px;
	}
	header .nm-big-wrapper .nm-header-aside {
		width: 186px;
		min-width: 0;
		max-width: none;
		height: 93px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	header .nm-big-wrapper .nm-header-aside .nm-btns {
		height: 93px;
	}
	header .nm-big-wrapper .nm-header-aside .nm-links {
		display: none;
	}
	header nav {
		display: none;
	}
	header .nm-search-form > .nm-input {
		display: none;
	}
	header .nm-search-form > .ys-search-error {
		display: none;
	}
	header .nm-cart-dropdown .nm-top-line:before {
		right: 29px;
	}
	.nm-cart-dropdown .nm-top-line .nm-caption {
		padding-right: 28px;
	}
	header .nm-header-aside .nm-btns .nm-cart .nm-items-count {
		bottom: 30px;
	}
	header .nm-menu-toggle {
		position: relative;
		cursor: pointer;
		display: block;
		background-color: #dabaac;
		width: 50%;
		min-width: 0;
		max-width: none;
		height: 100%;
	}
	header .nm-menu-toggle span {
		position: absolute;
		display: block;
		background-color: #000;
		border-radius: 10px;
		height: 4px;
		width: 40px;
		left: 30px;
	}
	header .nm-menu-toggle span:nth-child(1) {
		top: 32px;
	}
	header .nm-menu-toggle span:nth-child(2) {
		top: 44px;
	}
	header .nm-menu-toggle span:nth-child(3) {
		top: 56px;
	}
	header .nm-authentication-block {
		margin: 0;
	}
	.nm-wishlist-dropdown {
		right: -93px;
	}
	.nm-wishlist-dropdown .nm-top-line:before {
		right: 122px;
	}
	.nm-wishlist-dropdown .nm-top-line .nm-caption {
		right: auto;
		padding: 3px 15px 3px 230px;
	}

	.nm-login-dropdown,
	.nm-registration-dropdown {
		top: 100%;
		right: auto;
		width: 100%;
		max-width: 620px;
		padding-right: 64px;
		margin-left: 0;
		margin-right: auto;
	}
	.nm-login-dropdown .nm-btn-close-area,
	.nm-registration-dropdown .nm-btn-close-area {
		position: absolute;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #ede6e5;
		top: 0;
		right: 0;
		width: 64px;
		height: 64px;
	}
	.nm-login-dropdown .nm-btn-close-area .nm-btn-del,
	.nm-registration-dropdown .nm-btn-close-area .nm-btn-del {
		width: 42px;
		min-width: 42px;
		max-width: 42px;
		height: 42px;
		border-width: 2px;
	}
	.nm-login-dropdown .nm-btn-close-area .nm-btn-del:before,
	.nm-registration-dropdown .nm-btn-close-area .nm-btn-del:before,
	.nm-login-dropdown .nm-btn-close-area .nm-btn-del:after,
	.nm-registration-dropdown .nm-btn-close-area .nm-btn-del:after {
		height: 2px;
		width: 24px;
	}
	.nm-login-dropdown .nm-wrapper,
	.nm-registration-dropdown .nm-wrapper {
		width: 100%;
		max-width: 556px;
	}
	.nm-login-dropdown .nm-info-block,
	.nm-registration-dropdown .nm-info-block {
		width: 100%;
	}
	.nm-login-dropdown .nm-info-block .nm-popup-headline,
	.nm-registration-dropdown .nm-info-block .nm-popup-headline {
		position: relative;
		background-color: transparent;
		text-align: right;
		font-size: 18px;
		padding: 20px 39px 16px 24px;
	}
	.nm-login-dropdown .nm-info-block .nm-popup-headline:after,
	.nm-registration-dropdown .nm-info-block .nm-popup-headline:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #000;
		border-radius: 4px;
		height: 3px;
		bottom: 0;
		left: 24px;
		right: 39px;
	}
	.nm-login-dropdown .nm-info-block .nm-btn-del,
	.nm-registration-dropdown .nm-info-block .nm-btn-del {
		display: none;
	}
	.nm-login-dropdown .nm-info-block .nm-outer-wrap,
	.nm-registration-dropdown .nm-info-block .nm-outer-wrap {
		padding: 40px 36px 60px 24px;
	}
	.nm-login-dropdown .nm-info-block .nm-inner-wrap,
	.nm-registration-dropdown .nm-info-block .nm-inner-wrap {
		max-width: none;
		padding: 0;
		margin: 0 auto;
	}
	.nm-login-dropdown .nm-info-block .nm-input-wrap,
	.nm-registration-dropdown .nm-info-block .nm-input-wrap {
		margin-bottom: 10px;
	}
	.nm-login-dropdown .nm-info-block .nm-input-wrap .nm-label,
	.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-label {
		display: block;
		font-size: 16px;
	}
	.nm-login-dropdown .nm-info-block .nm-input-wrap .nm-input,
	.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-input {
		font-size: 16px;
		height: 40px;
		padding: 0 20px;
		border-width: 2px;
	}
	.nm-login-dropdown .nm-info-block .nm-btns-row .nm-btn,
	.nm-registration-dropdown .nm-info-block .nm-btns-row .nm-btn {
		font-size: 24px;
		border-width: 2px;
		padding: 10px 38px;
	}
	.nm-login-dropdown .nm-info-block .nm-forgot,
	.nm-registration-dropdown .nm-info-block .nm-forgot {
		font-size: 16px;
		margin-right: 24px;
	}
	.nm-login-dropdown .nm-info-block .nm-log-fb,
	.nm-registration-dropdown .nm-info-block .nm-log-fb {
		font-size: 20px;
		margin: 10px auto 12px auto;
	}
	.nm-login-dropdown .nm-info-block .nm-copyrights,
	.nm-registration-dropdown .nm-info-block .nm-copyrights {
		font-size: 16px;
		letter-spacing: 0.9px;
		padding-left: 0;
	}
	.nm-login-dropdown .nm-img-js-wrap,
	.nm-registration-dropdown .nm-img-js-wrap {
		display: none;
	}
	.nm-registration-dropdown .nm-info-block .nm-btns-row-center .nm-btn {
		font-size: 24px;
		border-width: 2px;
	}
	.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-label {
		display: inline-block;
		font-size: 16px;
		letter-spacing: 0.4px;
		margin-right: 18px;
		padding: 0;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row {
		margin: 27px 0 8px 0;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .nm-text {
		font-size: 16px;
		letter-spacing: 0.4px;
		margin-left: 24px;
		margin-right: 18px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect {
		border-radius: 20px;
		font-size: 16px;
		border-width: 2px;
		height: 40px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect p {
		font-size: 16px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect > .optWrapper {
		top: 36px;
		left: -2px;
		right: -2px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect.open {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect.open > .optWrapper {
		border-width: 2px;
	}
	.nm-registration-dropdown .nm-info-block .nm-check-overwrap .nm-check-row {
		font-size: 16px;
		letter-spacing: 0.89px;
	}
	.nm-registration-dropdown .nm-info-block .nm-check-overwrap .nm-check-row .nm-checkbox {
		border-width: 2px;
		border-radius: 20px;
		width: 30px;
		min-width: 30px;
		max-width: 30px;
		height: 18px;
	}
	.nm-registration-dropdown .nm-info-block .nm-pink-text {
		font-size: 16px;
		letter-spacing: 0.89px;
		margin: 0 40px 43px 0;
	}
	footer .nm-footer-top .nm-footer-wrap {
		padding: 40px 25px;
	}
	footer .nm-footer-top .nm-middle {
		padding: 8px 20px;
	}
	footer .nm-footer-top .nm-lists ul {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
	footer .nm-footer-bot .nm-footer-wrap {
		padding: 20px 25px;
	}
	.nm-section-shop .nm-shop-block {
		height: 94vw;
		max-height: 658px;
	}
	.nm-section-shop .nm-shop-block .nm-btn {
		padding: 15px 30px;
		right: 50%;
		left: auto;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
	.nm-section-shop .nm-fl-row1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}
	.nm-section-shop .nm-shop2-3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: auto;
	}
	.nm-section-shop .nm-shop2,
	.nm-section-shop .nm-shop3 {
		width: 50%;
	}
	.nm-section-shop .nm-shop4 {
		width: 100%;
	}
	.nm-section-shop .nm-fl-row2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}
	.nm-section-shop .nm-shop5 {
		width: 100%;
		height: 60vw;
	}
	.nm-section-shop .nm-shop5 .nm-sale {
		text-align: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.nm-section-shop .nm-shop6 {
		width: 100%;
	}
	.nm-section-shop-slider .nm-slide .nm-slide-wrap {
		height: 35.5vw;
	}
	.nm-cart-page {
		padding: 30px 30px 100px 30px;
	}
	.nm-cart-page .nm-submit-block {
		margin-top: 10px;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row-just {
		margin-bottom: 10px;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row-just .nm-position {
		font-size: 18px;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row-just .nm-article {
		font-size: 18px;
	}
	.nm-cart-page .nm-submit-block .nm-btns-row {
		margin: 40px 0 30px 0;
	}
	.nm-cart-page .nm-submit-block .nm-btns-row .nm-btn {
		font-size: 18px;
	}
	.nm-cart-page .nm-submit-block .nm-btns-row .nm-btn-cart {
		padding: 9px 14px 10px 14px;
	}
	.nm-cart-page .nm-cart-table {
		font-size: 18px;
	}
	.nm-cart-page .nm-cart-table th,
	.nm-cart-page .nm-cart-table td {
		padding: 17px 10px 20px 10px;
	}
	.nm-cart-page .nm-cart-table th:after,
	.nm-cart-page .nm-cart-table td:after {
		height: 6px;
	}
	.nm-cart-page .nm-cart-table th {
		padding-bottom: 20px;
	}
	.nm-cart-page .nm-cart-table th:nth-child(2) {
		padding-right: 20px;
	}
	.nm-cart-page .nm-cart-table .nm-table-img {
		width: 155px;
		min-width: 155px;
		max-width: 155px;
	}
	.nm-cart-page .nm-cart-table .nm-table-count {
		width: 110px;
		min-width: 110px;
		max-width: 110px;
	}
	.nm-cart-page .nm-cart-table .nm-table-count .nm-count-input-container .nm-input {
		border-width: 2px;
		font-size: 18px;
		height: 40px;
		padding: 0 20px;
	}
	.nm-cart-page .nm-cart-table .nm-table-count .nm-count-input-container .nm-btn-minus {
		right: 15px;
	}
	.nm-cart-page .nm-cart-table .nm-table-count .nm-count-input-container .nm-btn-plus {
		left: 15px;
	}
	.nm-cart-page .nm-cart-table .nm-table-article {
		font-size: 18px;
	}
	.nm-cart-page .nm-cart-table .nm-table-article .nm-symbol {
		font-size: 14px;
	}
	.nm-cart-page .nm-cart-table .nm-table-wish {
		font-size: 18px;
		padding-top: 0;
	}
	.nm-cart-page .nm-cart-table .nm-table-wish .nm-wishlist {
		font-size: 0;
		line-height: 0;
		width: 30px;
		height: 27px;
		margin: 0 auto;
	}
	.nm-cart-page .nm-cart-table .nm-table-wish .nm-wishlist .nm-svg {
		width: 30px;
		height: 27px;
	}
	.nm-cart-page .nm-cart-table .nm-table-wish .nm-wishlist ~ div {
		display: none;
	}
	.nm-cart-page .nm-cart-table .nm-table-del {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
	}
	.nm-cart-page .nm-cart-table .nm-table-del .nm-btn-del5 {
		width: 42px;
		min-width: 42px;
		max-width: 42px;
		height: 42px;
	}
	.nm-cart-page .nm-cart-table .nm-table-del .nm-btn-del5:before,
	.nm-cart-page .nm-cart-table .nm-table-del .nm-btn-del5:after {
		width: 24px;
		height: 2px;
	}
	.nm-wishlist-page .nm-items-section article {
		width: 32%;
		max-width: 32%;
	}
	.nm-wishlist-page .nm-items-section article:not(:nth-child(4n + 4)) {
		margin-left: auto;
	}
	.nm-wishlist-page .nm-items-section article:not(:nth-child(3n + 3)) {
		margin-left: 2%;
	}
	/*.nm-items-section article {
		width: 32%;
	}
	.nm-items-section article:not(:nth-child(4n + 4)) {
		margin-left: auto;
	}
	.nm-items-section article:not(:nth-child(3n + 3)) {
		margin-left: 2%;
	}*/
	.nm-items-section article .nm-description .nm-description-wrapper {
		padding-top: 8px;
		padding-right: 0;
	}
	.nm-items-section article .nm-price-row {
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		font-size: 12px;
		margin-top: -3px;
	}
	.nm-items-section article .nm-middle-block .nm-new-price {
		font-size: 12px;
	}
	.nm-items-section article .nm-middle-block {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.nm-items-section article .nm-middle-block h2 {
		font-size: 12px;
		line-height: 13px;
	}
	.nm-items-section article .nm-middle-block .nm-old-price {
		font-size: 90%;
	}
	.nm-items-section article .nm-middle-block .nm-old-price:after {
		height: 2px;
	}
	.nm-items-section article .nm-article-wishlist {
		width: auto;
		min-width: 0;
		max-width: none;
		opacity: 1;
		padding: 0;
	}
	.nm-items-section article .nm-article-wishlist .nm-wishlist {
		width: 18px;
		min-width: 18px;
		height: 16px;
		margin: 0;
	}
	.nm-items-section article .nm-article-wishlist > div {
		display: none;
	}
	.nm-items-section article .nm-article-wishlist .nm-svg {
		width: 18px;
		min-width: 18px;
		height: 16px;
	}
	.nm-items-section article .nm-price-row .nm-price {
		font-size: 12px;
	}
	.nm-items-section article .nm-price-row .nm-price .nm-symbol {
		font-size: 10px;
	}
	.nm-items-section article .nm-article-quick-view {
		display: none;
	}
	.nm-items-section article .nm-middle-block {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.nm-items-section article .nm-popinfo {
		width: 70px;
		height: 30px;
	}
	.nm-product-page .nm-product-section .nm-product-slider-nav-wrapper {
		display: none;
	}
	.nm-product-page .nm-product-section .nm-product-slider-wrapper {
		width: 48%;
	}
	.nm-product-page .nm-product-section .nm-product-info-share {
		width: 52%;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block {
		padding-top: 40px;
	}
	.woocommerce-checkout.page-template-default .nm-grow > .wpb_text_column.wpb_content_element,
	.woocommerce-cart.page-template-default .nm-grow > .wpb_text_column.wpb_content_element {
		padding: 0;
	}
	.nm-checkout-page.nm-checkout2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 60px 30px 100px 30px;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: auto;
		margin-bottom: 40px;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller .nm-text-block {
		margin-left: 60px;
		margin-bottom: 0;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller .nm-checkout-table {
		margin-top: 16px;
		width: 307px;
		margin-bottom: 0;
	}
	.nm-checkout-overheadline {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		max-width: none;
	}
	.nm-checkout-overheadline.logged {
		display: none;
	}
	.nm-checkout-overheadline .nm-inner-wrap {
		padding: 15px;
		width: 100%;
		max-width: 650px;
	}
	.nm-checkout-page.nm-checkout1 {
		display: block;
		padding-bottom: 125px;
	}
	.nm-checkout-overheadline.logged ~ .checkout .nm-checkout-page .nm-checkout-block.nm-checkout-block-1 {
		top: auto;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-checkout-block-1 {
		width: 100%;
		max-width: 782px;
		margin: 0 auto;
		padding-left: 0;
		border-left: none;
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 3px solid #000;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-smaller {
		width: 100%;
		max-width: 418px;
		margin: 0 auto;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-smaller .nm-left-headblock {
		position: static;
		right: auto;
		bottom: auto;
		margin-bottom: 30px;
	}
	.nm-checkout-page .nm-cart-scrollable-block {
		height: auto;
		max-height: 300px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .scroll-wrapper {
		height: auto;
		min-height: 155px;
		max-height: 300px;
	}
	.page-template-default .nm-grow > .wpb_text_column.wpb_content_element {
		padding: 0 186px 0 200px;
		width: 100%;
	}

}

@media (max-width: 1024px) {
	.nm-mobile-dropdown,
	.nm-mobile-dropdown .nm-wrapper,
	.nm-login-dropdown,
	.nm-registration-dropdown,
	.nm-login-dropdown .nm-wrapper,
	.nm-registration-dropdown .nm-wrapper {
		max-width: none;
	}
	header .nm-cart-dropdown,
	header .nm-wishlist-dropdown {
		width: 100vw;
	}
	.nm-wishlist-dropdown .nm-top-line .nm-caption {
		padding: 3px 15px;
	}
}

@media (min-width: 992px) {
	.nm-category-page .nm-filters-wrapper {
		display: block !important;
	}
	.nm-items-section article.nm-hover .nm-description {
		-webkit-transform: translateY(-70%);
		-ms-transform: translateY(-70%);
		transform: translateY(-70%);
	}
	.nm-items-section article.nm-hover .nm-description .nm-article-wishlist,
	.nm-items-section article.nm-hover .nm-description .nm-article-quick-view {
		opacity: 1;
		-webkit-transition: opacity 0.2s ease-in-out 0.1s;
		-o-transition: opacity 0.2s ease-in-out 0.1s;
		transition: opacity 0.2s ease-in-out 0.1s;
	}
	.nm-items-section article.nm-hover .nm-description-overwrapper {
		-webkit-box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.5);
		box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.5);
		-webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, -webkit-box-shadow 0.2s ease-in-out 0.2s;
		transition: -webkit-transform 0.2s ease-in-out 0.2s, -webkit-box-shadow 0.2s ease-in-out 0.2s;
		-o-transition: transform 0.2s ease-in-out 0.2s, box-shadow 0.2s ease-in-out 0.2s;
		transition: transform 0.2s ease-in-out 0.2s, box-shadow 0.2s ease-in-out 0.2s;
		transition: transform 0.2s ease-in-out 0.2s, box-shadow 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s, -webkit-box-shadow 0.2s ease-in-out 0.2s;
	}
	.nm-category-page {
		position: relative;
	}
	.nm-filters-wrapper {
		width: 196px;
	}
}

@media (max-width: 991px) {
	footer .nm-footer-top .nm-footer-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	footer .nm-footer-top .nm-form-subscribe {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	footer .nm-footer-top .nm-lists-form {
		margin-top: 40px;
		width: 100%;
	}
	footer .nm-footer-top .nm-lists ul {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}
	footer .nm-footer-top .nm-lists ul li {
		white-space: nowrap;
	}
	footer .nm-footer-top .nm-middle {
		padding: 0;
	}
	.nm-category-page {
		position: relative;
	}
	.nm-category-page .nm-page-top-row {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		min-height: 70px;
	}
	.nm-category-page .nm-breadcrumbs {
		display: none;
	}
	.nm-category-page .nm-filters-block {
		position: absolute;
		/*top: 23px;*/
		top: 0;
		right: 60px;
		width: auto;
		min-width: 0;
		max-width: none;
		z-index: 5;
	}
	.nm-category-page .nm-filters-block .nm-filters-mob-toggle {
		position: relative;
		display: inline-block;
		font-size: 18px;
		font-weight: 500;
		padding-left: 35px;
	}
	.nm-category-page .nm-filters-block .nm-filters-mob-toggle:before,
	.nm-category-page .nm-filters-block .nm-filters-mob-toggle:after {
		position: absolute;
		display: block;
		content: "";
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 15px;
		height: 15px;
		left: 0;
		top: 7px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.nm-category-page .nm-filters-block .nm-filters-mob-toggle:before {
		background-image: url("../img/arrow-down.svg");
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.nm-category-page .nm-filters-block .nm-filters-mob-toggle.nm-active:before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.nm-category-page .nm-filters-block .nm-filters-wrapper {
		display: none;
		background-color: #fff;
		width: 268px;
		min-width: 268px;
		max-width: 268px;
		top: 0;
		right: 0;
		padding: 20px 0;
		z-index: 12;
	}
	.nm-category-page .nm-filters-block .nm-mob-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.nm-category-page .nm-filters-block .nm-mob-flex .nm-toggle-btn {
		margin-left: 8px;
	}
	.nm-category-page .nm-filters-block .nm-mob-clear-filter {
		display: block;
		height: 38px;
		font-size: 16px;
		padding: 5px 15px;
	}
	.nm-category-page .nm-filters-block .nm-clear-block {
		display: none;
	}
	.nm-category-page .nm-filters-block .nm-mob-clear-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}
	.nm-category-page .nm-filters-block .nm-mob-clear-block .nm-mob-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border-bottom: solid 2px #000;
		padding-bottom: 10px;
	}
	.nm-category-page .nm-filters-block .nm-mob-clear-block .nm-btn {
		height: 38px;
		font-size: 16px;
		padding: 5px 12px;
	}
	.nm-category-page .nm-filters-block .nm-mob-clear-block .nm-mob-clear-filter {
		font-weight: 400;
		margin-left: 8px;
		padding: 5px 8px 4px 8px;
		visibility: hidden;
	}
	.nm-category-page .nm-filters-block.filtered .nm-mob-clear-block .nm-mob-clear-filter {
		visibility: visible;
	}
	.nm-section-shop-slider .nm-slide {
		margin: 13px 0.4vw;
	}
	.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-slide-text-block {
		padding-bottom: 0;
	}
	.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-slide-text-block .nm-caption1 {
		font-size: 8.07265vw;
	}
	.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-slide-text-block .nm-caption2 {
		font-size: 7.26539vw;
	}
	.nm-section-shop-slider .nm-slide .nm-slide-wrap .nm-slide-text-block .nm-text {
		font-size: 3.43vw;
	}
	.nm-wishlist-page .nm-items-section article {
		width: 49%;
		max-width: 49%;
	}
	.nm-wishlist-page .nm-items-section article:not(:nth-child(3n + 3)) {
		margin-left: auto;
	}
	.nm-wishlist-page .nm-items-section article:not(:nth-child(2n + 2)) {
		margin-left: 2%;
	}
	.nm-product-section .nm-product-info-share .nm-product-info-block {
		height: 820px;
	}
	.nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-drop-wrap {
		padding: 40px 25px;
	}
	.nm-product-section .nm-product-slider-wrapper .nm-img-js-wrap {
		height: 1028px;
	}
	.nm-wishlist-page .nm-items-section article .nm-add-block {
		opacity: 1;
		visibility: visible;
	}
	.nm-wishlist-page .nm-items-section article .nm-del-wrapper {
		opacity: 1;
		visibility: visible;
	}
	.nm-wishlist-page .nm-items-section article .nm-days {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 768px) {
	.nm-mobile-dropdown {
		/*max-width: 620px;*/
		padding-right: 64px;
	}
	.nm-mobile-dropdown .nm-btn-close-area {
		width: 64px;
		height: 64px;
	}
	.nm-mobile-dropdown .nm-btn-close-area .nm-btn-del {
		width: 42px;
		min-width: 42px;
		max-width: 42px;
		height: 42px;
		border-width: 2px;
	}
	.nm-mobile-dropdown .nm-btn-close-area .nm-btn-del:before,
	.nm-mobile-dropdown .nm-btn-close-area .nm-btn-del:after {
		height: 2px;
		width: 24px;
	}
	.nm-mobile-dropdown .nm-wrapper {
		/*max-width: 556px;*/
	}
	.nm-mobile-dropdown .nm-top-dropdown-line {
		padding: 25px 36px 20px 24px;
	}
	.nm-mobile-dropdown .nm-top-dropdown-line:after {
		height: 3px;
		left: 24px;
		right: 39px;
	}
	.nm-mobile-dropdown .nm-top-dropdown-line .nm-language-block .nm-lang-items a {
		font-size: 18px;
		line-height: 18px;
		padding: 0 4px;
	}
	.nm-mobile-dropdown .nm-top-dropdown-line .nm-language-block .nm-lang-items a.nm-en {
		font-size: 15px;
	}
	.nm-mobile-dropdown .nm-top-dropdown-line .nm-language-block .nm-lang-icon {
		font-size: 16px;
	}
	.nm-mobile-dropdown .nm-authentication-block .nm-authorized {
		font-size: 18px;
	}
	.nm-mobile-dropdown .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text {
		font-size: 18px;
		padding-left: 25px;
	}
	.nm-mobile-dropdown .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:before,
	.nm-mobile-dropdown .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:after {
		width: 15px;
		height: 15px;
		left: 0;
		top: 8px;
	}
	.nm-mobile-dropdown .nm-authentication-block .nm-authorized ul {
		font-size: 18px;
		padding-right: 7px;
	}
	.nm-mobile-dropdown .nm-authentication-block .nm-authorized ul li:not(:last-child) {
		margin-bottom: 12px;
	}
	.nm-mobile-dropdown .nm-authentication-block .nm-not-authorized {
		font-size: 18px;
	}
	.nm-mobile-dropdown .nm-authentication-block .nm-not-authorized a {
		font-size: 18px;
	}
	.nm-mobile-dropdown .nm-mob-nav > li {
		display: block;
	}
	.nm-mobile-dropdown .nm-mob-nav > li > a {
		font-size: 18px;
		padding: 12px 39px 12px 12px;
	}
	.nm-mobile-dropdown .nm-mob-nav > li > a:before {
		width: 14px;
		height: 14px;
		left: 20px;
		top: 14px;
	}
	.nm-mobile-dropdown .nm-mob-nav > li:last-child > a:after {
		width: 30px;
		height: 15px;
		right: 80px;
	}
	.nm-mobile-dropdown .nm-mob-nav > li ul li a {
		font-size: 18px;
		padding: 12px 50px 12px 12px;
	}
}

@media (max-width: 767px) {
	.nm-shop-block.mobile-1.nm-shop4 {
		overflow: visible;
	}
	.nm-section-shop .nm-shop-block.mobile-1.nm-shop4 .nm-btn {
		right: 0;
	}
	.nm-items-section article .nm-article-wishlist .nm-wishlist .nm-svg {
		width: 16px;
		min-width: 16px;
		height: 16px;
	}
	.nm-items-section article .nm-middle-block .nm-new-price,
	.nm-items-section article .nm-price-row {
		font-size: 11px;
	}

	/*
        .nm-section-shop .nm-shop-block {
            float: none;
            height: auto;
            max-height: none;
            width: 100%;
        }
        .nm-img-js-wrap img {
            position: relative;
            top: 0;
            left: 0;
            transform: inherit;
        }
        .nm-section-shop .nm-big-wrapper > div > div {
            display: block !important;
        }*/
	.mobile-only {
		display: block;
	}
	/*.nm-section-shop .nm-shop-block.mobile-1 {
		width: 100%;
		height: auto;
	}*/
	.nm-section-shop .nm-shop-block.mobile-1 {
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}
	.nm-shop-block.mobile-1 .nm-img-js-wrap img {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
	}
	.desktop-only {
		display: none;
	}
	.nm-section-h1.nm-yellow.desktop-only {
		display: none;

	}
	.nm-section-h1.mobile-only.nm-yellow {
		display: block;
	}

	body.woocommerce-account .woocommerce,
	body.woocommerce-order-received .woocommerce {
		display: block;
		font-size: 14px;
		padding: 20px 10px 60px 10px;
	}
	body.woocommerce-account .woocommerce nav,
	body.woocommerce-order-received .woocommerce nav {
		width: 120px;
		min-width: 120px;
		margin-bottom: 20px;
	}
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
	body.woocommerce-order-received .woocommerce .woocommerce-MyAccount-content {
		width: 100%;
		max-width: 100%;
		overflow: auto;
	}
	body.woocommerce-account .woocommerce .nm-input {
		font-size: 14px;
		border-width: 1px;
		padding: 0 10px;
		height: 30px;
		margin-bottom: 12px;
	}
	body.woocommerce-account .woocommerce .nm-input::-webkit-input-placeholder {
		font-size: 14px;
	}
	body.woocommerce-account .woocommerce .nm-input:-ms-input-placeholder {
		font-size: 14px;
	}
	body.woocommerce-account .woocommerce .nm-input::-moz-placeholder {
		font-size: 14px;
	}
	.nm-input::-moz-placeholder {
		line-height: 32px;
	}
	.nm-pagination-block a,
	.nm-pagination-block span {
		font-size: 14px;
	}
	.nm-pagination-block .nm-pagination {
		margin: 0 0.3em;
	}
	.nm-pagination-block .nm-pag-btn {
		width: 8px;
		height: 18px;
	}
	.nm-overwrapper {
		top: 46px;
	}
	.nm-main-wrapper:not(.nm-mob-arrowed) .nm-subheader {
		font-size: 12px;
		padding: 0;
		overflow: hidden;
		height: 32px;
		width: 100%;
		position: relative;
	}
	.nm-mob-text-block .bs-baner {
		width: 710px;
		height: auto;
		max-width: none !important;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		min-width: 100%;
	}
	header .nm-big-wrapper {
		height: 46px;
	}
	header .nm-big-wrapper .nm-header-middle {
		width: 92px;
		min-width: 92px;
		max-width: 92px;
		height: 46px;
	}
	header .nm-big-wrapper .nm-header-middle .nm-top {
		height: 46px;
	}
	header .nm-big-wrapper .nm-logo .nm-text {
		font-size: 10px;
		padding-left: 7px;
	}
	header .nm-big-wrapper .nm-header-aside {
		width: 92px;
		height: 46px;
	}
	header .nm-big-wrapper .nm-header-aside .nm-btns {
		height: 46px;
	}
	header .nm-big-wrapper .nm-header-aside .nm-btns .nm-cart {
		padding: 0 9px;
	}
	header .nm-big-wrapper .nm-header-aside .nm-btns .nm-cart .nm-svg {
		width: 15px;
		min-width: 15px;
		height: 18px;
	}
	header .nm-big-wrapper .nm-header-aside .nm-btns .nm-cart .nm-items-count {
		font-size: 8px;
		bottom: 15px;
	}
	header .nm-big-wrapper .nm-header-aside .nm-btns .nm-wishlist {
		padding: 0 9px;
	}
	header .nm-big-wrapper .nm-header-aside .nm-btns .nm-wishlist .nm-svg {
		width: 18px;
		min-width: 18px;
		height: 16px;
	}
	header .nm-menu-toggle span {
		width: 20px;
		height: 2px;
		left: 13px;
	}
	header .nm-menu-toggle span:nth-child(1) {
		top: 16px;
	}
	header .nm-menu-toggle span:nth-child(2) {
		top: 22px;
	}
	header .nm-menu-toggle span:nth-child(3) {
		top: 28px;
	}
	header .nm-search-form .nm-btn-search {
		background-size: 16px 12px;
	}
	header .nm-big-wrapper .nm-header-middle .nm-search-form .nm-btn-search {
		height: 46px;
	}
	header .nm-cart-dropdown {
		/*width: 320px;*/
	}
	header .nm-cart-dropdown .nm-mob-top {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		background-color: #e3e2e3;
		padding: 15px 25px;
		margin: 0 -25px 25px -25px;
	}
	header .nm-cart-dropdown .nm-mob-item-price-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		font-weight: 700 !important;
		margin-top: 10px;
	}
	header .nm-cart-dropdown .nm-mob-bottom {
		font-size: 12px;
		width: 100%;
	}
	header .nm-cart-dropdown .nm-mob-bottom table {
		width: 100%;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-fl-row-just {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		line-height: 1;
		margin-bottom: 22px;
		padding-left: 8px;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-let-sp {
		letter-spacing: 0.09em;
		line-height: 1.2;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-link-more {
		display: inline-block;
		margin-top: 0.8em;
		margin-bottom: 10px !important;
		width: 100%;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-divider {
		background-color: #000;
		height: 2px;
		margin: 0px 0 20px 0;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-divider.nm-smaller-top {
		margin-top: 15px;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-mar-bot-little {
		margin-bottom: 5px;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-bolder {
		font-size: 13px;
		font-weight: 700;
		margin-bottom: 3px;
	}
	header .nm-cart-dropdown .nm-mob-bottom a:not(.nm-btn):hover,
	header .nm-cart-dropdown .nm-mob-bottom a:not(.nm-btn):focus {
		text-decoration: underline;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-fl-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-fl-row .nm-text-block {
		font-size: 14px;
		font-weight: 400;
		margin-left: 0.85em;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-fl-row .nm-imgs-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-fl-row .nm-imgs-block img {
		display: block;
		margin: 0 2px;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-wish-row {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-wish-row .nm-text-block {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 13px;
		font-weight: 700;
		margin-right: 8px;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-wish-row .nm-wishlist {
		position: relative;
		width: auto;
		padding: 0;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-wish-row .nm-wishlist .nm-svg {
		position: relative;
		fill: #000;
		z-index: 2;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-wish-row .nm-wishlist.nm-active svg {
		stroke: #000;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-wish-row .nm-wishlist.nm-hover {
		background-color: transparent;
	}
	header .nm-cart-dropdown .nm-mob-bottom .nm-wish-row .nm-wishlist.nm-hover svg {
		stroke: #000;
	}
	header .nm-cart-dropdown .nm-top-line:before {
		border-width: 0 6px 6px 6px;
		right: 17px;
	}
	header .nm-cart-dropdown .nm-top-line .nm-caption {
		text-align: center;
		font-size: 14px;
		padding: 6px 10px;
	}
	header .nm-cart-dropdown .nm-item {
		position: relative;
		border-bottom: none;
		padding-bottom: 30px;
	}
	header .nm-cart-dropdown .nm-item:not(:last-child):after {
		position: absolute;
		display: block;
		content: "";
		background-color: #e8c0b4;
		border-radius: 2px;
		height: 3px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	header .nm-cart-dropdown .nm-item:last-child:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #000;
		border-radius: 2px;
		height: 2px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	header .nm-cart-dropdown .nm-item .nm-img-js-wrap {
		width: 100px;
		min-width: 100px;
		max-width: 100px;
		height: 140px;
	}
	header .nm-cart-dropdown .nm-item .nm-description {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: -3px;
		padding-left: 25px;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-abs-wish {
		position: absolute;
		display: block;
		left: 0;
		bottom: 29px;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-abs-wish .nm-wishlist {
		padding: 0;
		width: auto;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-abs-wish .nm-wishlist.nm-hover {
		background-color: transparent;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-abs-wish .nm-wishlist.nm-hover .nm-svg {
		stroke: #000 !important;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-abs-wish .nm-wishlist.nm-hover.nm-active .nm-svg {
		stroke: #ec0086 !important;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-abs-wish .nm-wishlist .nm-svg {
		width: 20px;
		min-width: 20px;
		height: 22px;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-name-article {
		padding-left: 35px;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-name {
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: 0.9px;
		padding-top: 0;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-article {
		font-size: 14px;
	}
	header .nm-cart-dropdown .nm-item .nm-description .nm-article .nm-symbol {
		font-size: 12px;
	}
	header .nm-cart-dropdown .nm-item .nm-btn-del:before,
	header .nm-cart-dropdown .nm-item .nm-btn-del:after {
		width: 14px;
		height: 3px;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table {
		display: block;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table thead {
		display: none;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table tbody {
		display: block;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td {
		display: block;
		text-align: center;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-color {
		font-size: 12px;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-size {
		font-size: 12px;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 0 12px;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-count {
		width: auto;
		min-width: 0;
		max-width: none;
		padding: 0;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-input-wrap {
		width: 52px;
		min-width: 52px;
		max-width: 52px;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-input {
		font-size: 12px;
		border-width: 1px;
		padding: 0 10px;
		height: 20px;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count {
		font-size: 14px;
		width: 10px;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count.nm-btn-minus {
		right: 6px;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-count .nm-btn-count.nm-btn-plus {
		left: 6px;
	}
	header .nm-cart-dropdown .nm-item .nm-item-table td.nm-del {
		position: absolute;
		top: 0;
		left: 0;
	}
	header .nm-cart-dropdown .nm-bot-block {
		padding: 30px 25px 30px 25px;
	}
	header .nm-cart-dropdown .nm-bot-block.nm-empty {
		font-size: 20px;
	}
	header .nm-cart-dropdown .nm-btn {
		font-size: 14px;
		height: 36px;
	}
	header .nm-cart-dropdown .nm-btn-smth {
		padding: 5px 38px;
	}
	header .nm-cart-dropdown .nm-text-right {
		font-size: 13px;
		font-weight: 400;
	}
	header .nm-cart-dropdown .nm-bottom .nm-text-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 13px;
		padding-right: 0px;
		width: 100%;
	}
	header .nm-cart-dropdown .nm-bottom .nm-text-right .nm-medium {
		font-weight: 400;
	}
	header .nm-cart-dropdown .nm-bottom .nm-text-right .nm-symbol {
		font-size: 12px;
	}
	header .nm-cart-dropdown .nm-bottom .nm-btns-row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	header .nm-cart-dropdown .nm-bottom .nm-btn-cart {
		font-weight: 500;
		width: 32.5%;
		max-width: 180px;
		margin: 0 5px;
		padding: 5px 16px;
	}
	header .nm-cart-dropdown .nm-bottom .nm-btn-smth {
		width: 59.2%;
		max-width: 250px;
		padding: 5px 38px;
	}

	.nm-dropdown-scrollable-block {
		margin-right: -20px;
	}
	.nm-dropdown-scrollable-block .scroll-wrapper > .scroll-content {
		padding-right: 20px;
	}

	.nm-dropdown-scrollable-block .scroll-wrapper {
		max-height: 280px;
	}
	.nm-dropdown-scrollable-block .scrollbar-inner > .scroll-element.scroll-y {
		width: 10px;
	}
	.nm-dropdown-scrollable-block .scrollbar-inner > .scroll-element .scroll-bar {
		width: 8px;
		left: 1px;
	}
	header .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:before,
	header .nm-authentication-block .nm-authorized .nm-hi-user .nm-hi-text:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	/*/////////////////////////////////*/
	header .nm-wishlist-dropdown .nm-dropdown-scrollable-block {
		margin-bottom: 0;
	}
	header .nm-wishlist-dropdown {
		/*width: 320px;*/
		right: -46px;
	}

	header .nm-wishlist-dropdown .nm-top-line:before {
		border-width: 0 6px 6px 6px;
		right: 63px;
	}
	header .nm-wishlist-dropdown .nm-top-line .nm-caption {
		text-align: center;
		font-size: 14px;
		padding: 6px 10px;
	}
	header .nm-wishlist-dropdown .nm-item {
		position: relative;
		border-bottom: none;
		padding-bottom: 30px;
	}
	header .nm-wishlist-dropdown .nm-item:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #000;
		border-radius: 2px;
		height: 2px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	header .nm-wishlist-dropdown .nm-item .nm-img-js-wrap {
		width: 100px;
		min-width: 100px;
		max-width: 100px;
		height: 140px;
	}
	header .nm-wishlist-dropdown .nm-item .nm-name-article {
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: 0.9px;
		margin-top: -3px
	}
	header .nm-wishlist-dropdown .nm-item .nm-article {
		font-size: 14px;
	}
	header .nm-wishlist-dropdown .nm-item .nm-btn-del:before,
	header .nm-wishlist-dropdown .nm-item .nm-btn-del:after {
		width: 14px;
		height: 3px;
	}
	header .nm-wishlist-dropdown .nm-bot-block,
	header .nm-wishlist-dropdown .nm-bot-block.nm-empty {
		font-size: 20px;
		padding: 30px 25px 30px 25px;
	}
	header .nm-wishlist-dropdown .nm-btn {
		font-weight: 500;
		font-size: 14px;
		margin: 0 5px;
		padding: 5px 16px;
	}
	header .nm-wishlist-dropdown .nm-empty {
		padding: 30px 25px 30px 25px;
	}
	header .nm-wishlist-dropdown .nm-empty .nm-btn {
		font-weight: 700;
		padding: 5px 38px;
		height: 36px;
	}
	.nm-login-dropdown,
	.nm-registration-dropdown {
		/*max-width: 320px;*/
		padding-right: 42px;
	}
	.nm-login-dropdown .nm-btn-close-area,
	.nm-registration-dropdown .nm-btn-close-area {
		width: 42px;
		height: 42px;
	}
	.nm-login-dropdown .nm-btn-close-area .nm-btn-del,
	.nm-registration-dropdown .nm-btn-close-area .nm-btn-del {
		width: 24px;
		min-width: 24px;
		max-width: 24px;
		height: 24px;
		border-width: 1px;
	}
	.nm-login-dropdown .nm-btn-close-area .nm-btn-del:before,
	.nm-registration-dropdown .nm-btn-close-area .nm-btn-del:before,
	.nm-login-dropdown .nm-btn-close-area .nm-btn-del:after,
	.nm-registration-dropdown .nm-btn-close-area .nm-btn-del:after {
		height: 1px;
		width: 12px;
	}
	.nm-login-dropdown .nm-wrapper,
	.nm-registration-dropdown .nm-wrapper {
		/*max-width: 320px;*/
	}
	.nm-login-dropdown .nm-info-block .nm-popup-headline,
	.nm-registration-dropdown .nm-info-block .nm-popup-headline {
		font-size: 14px;
		line-height: 1;
		padding: 15px 18px 15px 12px;
	}
	.nm-login-dropdown .nm-info-block .nm-popup-headline:after,
	.nm-registration-dropdown .nm-info-block .nm-popup-headline:after {
		height: 2px;
		left: 12px;
		right: 21px;
	}
	.nm-login-dropdown .nm-info-block .nm-outer-wrap,
	.nm-registration-dropdown .nm-info-block .nm-outer-wrap {
		padding: 20px 18px 50px 12px;
	}
	.nm-login-dropdown .nm-info-block .nm-input-wrap,
	.nm-registration-dropdown .nm-info-block .nm-input-wrap {
		margin-bottom: 7px;
	}
	.nm-login-dropdown .nm-info-block .nm-input-wrap .nm-label,
	.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-label {
		display: inline-block;
		font-size: 13px;
		padding: 0 10px;
	}
	.nm-login-dropdown .nm-info-block .nm-input-wrap .nm-input,
	.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-input {
		font-size: 13px;
		height: 30px;
		padding: 0 15px;
		border-width: 1px;
	}
	.nm-login-dropdown .nm-info-block .nm-btns-row,
	.nm-registration-dropdown .nm-info-block .nm-btns-row {
		margin: 20px 0 12px 0;
	}
	.nm-login-dropdown .nm-info-block .nm-btns-row .nm-btn,
	.nm-registration-dropdown .nm-info-block .nm-btns-row .nm-btn {
		font-size: 17px;
		border-width: 1px;
		padding: 7px 9px;
	}
	.nm-login-dropdown .nm-info-block .nm-forgot,
	.nm-registration-dropdown .nm-info-block .nm-forgot {
		font-size: 13px;
		margin-right: 15px;
	}
	.nm-login-dropdown .nm-info-block .nm-fb-img,
	.nm-registration-dropdown .nm-info-block .nm-fb-img {
		margin-top: 50px;
	}
	.nm-login-dropdown .nm-info-block .nm-fb-img img,
	.nm-registration-dropdown .nm-info-block .nm-fb-img img {
		width: 12px;
		height: 20px;
	}
	.nm-login-dropdown .nm-info-block .nm-log-fb,
	.nm-registration-dropdown .nm-info-block .nm-log-fb {
		font-size: 16px;
		margin-top: 5px;
	}
	.nm-login-dropdown .nm-info-block .nm-copyrights,
	.nm-registration-dropdown .nm-info-block .nm-copyrights {
		font-size: 14px;
	}
	.nm-registration-dropdown .nm-info-block .nm-btns-row-center .nm-btn {
		font-size: 17px;
		border-width: 1px;
		padding: 8px 50px;
	}
	.nm-registration-dropdown .nm-info-block .nm-input-wrap .nm-label {
		margin-right: 10px;
		padding: 0;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row {
		margin: 27px 0 8px 0;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .nm-select-wrap {
		margin-right: 4px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .nm-text {
		font-size: 13px;
		margin-left: 5px;
		margin-right: 10px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SelectBox {
		padding: 3px 17px 3px 5px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect > .CaptionCont > label {
		width: 10px;
		right: 7px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect > .CaptionCont > label > i {
		width: 10px;
		height: 10px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect > .CaptionCont > label > i:before,
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect > .CaptionCont > label > i:after {
		width: 5px;
		height: 1px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect > .CaptionCont > label > i:after {
		left: 3px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect {
		border-radius: 15px;
		font-size: 14px;
		border-width: 1px;
		height: 30px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect p {
		font-size: 12px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect > .optWrapper {
		top: 28px;
		left: -1px;
		right: -1px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect.open {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.nm-registration-dropdown .nm-info-block .nm-selects-row .SumoSelect.open > .optWrapper {
		border-width: 1px;
	}
	.nm-registration-dropdown .nm-info-block .nm-check-overwrap .nm-check-row {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 13px;
	}
	.nm-registration-dropdown .nm-info-block .nm-check-overwrap .nm-check-row .nm-checkbox {
		border-width: 1px;
		border-radius: 20px;
		width: 24px;
		min-width: 24px;
		max-width: 24px;
		height: 13px;
		margin-top: 3px;
	}
	.nm-registration-dropdown .nm-info-block .nm-pink-text {
		font-size: 13px;
		margin: 0 32px 30px 0;
	}
	.nm-search-dropdown .nm-search-wrap {
		padding: 15px 12px 10px 12px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-btn-del {
		border-width: 1px;
		width: 24px;
		min-width: 24px;
		max-width: 24px;
		height: 24px;
		margin-top: 3px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-btn-del:before,
	.nm-search-dropdown .nm-search-wrap .nm-btn-del:after {
		width: 12px;
		height: 1px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-btn-search-mob {
		font-size: 13px;
		border-width: 1px;
		padding: 4px 21px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-search-grow {
		padding: 0 15px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-grow-input {
		font-size: 14px;
		border-bottom-width: 1px;
		height: 30px;
		margin-bottom: 8px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-grow-input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-grow-input:-ms-input-placeholder {
		font-size: 14px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-grow-input::-moz-placeholder {
		font-size: 14px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-my-results {
		font-size: 14px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-other-results {
		font-size: 14px;
	}
	.nm-search-dropdown .nm-search-wrap .nm-clear-history {
		font-size: 14px;
		padding: 5px 51px 5px;
	}
	header .nm-big-wrapper .nm-logo {
		height: 46px;
	}
	footer .nm-footer-top .nm-footer-wrap {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px 25px 10px 25px;
	}
	footer .nm-footer-top .nm-form-subscribe {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-top-text {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.08px;
		padding: 0;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-fl-row {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-fl-row .nm-input {
		text-align: center;
		border-width: 1px;
		width: 100%;
		height: 36px;
		font-size: 14px;
		padding: 0 10px;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-fl-row .nm-input::-webkit-input-placeholder {
		font-size: 14px;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-fl-row .nm-input:-ms-input-placeholder {
		font-size: 14px;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-fl-row .nm-input::-moz-placeholder {
		font-size: 14px;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-fl-row .nm-btn {
		font-size: 14px;
		border-width: 1px;
		width: 38px;
		min-width: 38px;
		height: 38px;
		padding: 3px;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-check-row .nm-label {
		font-size: 14px;
	}
	footer .nm-footer-top .nm-form-subscribe .nm-check-row .nm-checkbox {
		border-width: 1px;
		width: 24px;
		min-width: 24px;
		max-width: 24px;
		height: 13px;
	}
	footer .nm-footer-top .nm-lists-form {
		display: block;
		text-align: center;
		margin: 10px;
	}
	footer .nm-footer-top .nm-lists {
		max-width: 320px;
		margin: 10px auto 0 auto;
	}
	footer .nm-footer-top .nm-lists ul {
		text-align: right;
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
	footer .nm-footer-top .nm-lists ul li {
		line-height: 0.5;
	}
	footer .nm-footer-top .nm-lists ul li a {
		font-size: 14px;
	}
	footer .nm-footer-top .nm-lists ul li span {
		font-size: 14px;
	}
	footer .nm-footer-top .nm-middle .nm-celebrate {
		display: none;
	}
	footer .nm-footer-top .nm-middle .nm-social {
		text-align: center;
		margin-top: 35px;
	}
	footer .nm-footer-top .nm-middle .nm-social a {
		width: 40px;
		height: 40px;
		margin: 0 5px;
	}
	footer .nm-footer-top .nm-middle .nm-mail {
		padding-right: 0;
	}
	footer .nm-footer-top .nm-middle .nm-mail a {
		font-size: 14px;
	}
	footer .nm-footer-middle {
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		padding: 10px 10px;
	}
	footer .nm-footer-bot .nm-footer-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		text-align: center;
		padding: 15px 25px;
	}
	footer .nm-footer-bot .nm-footer-wrap .nm-pay-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-text-block {
		font-size: 14px;
		margin: 0;
	}
	footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-text-block div {
		display: inline;
	}
	footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-text-block .ssl {
		font-size: 14px;
		margin: 0 0.33em 0 0;
	}
	footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-imgs-block {
		margin-top: 7px;
	}
	footer .nm-footer-bot .nm-footer-wrap .nm-pay-block .nm-imgs-block img {
		margin-left: 3px;
	}
	footer .nm-footer-bot .nm-footer-wrap .nm-copyrights-block {
		text-align: center;
		font-size: 14px;
		line-height: normal;
		white-space: nowrap;
		margin-top: 10px;
	}
	footer .nm-footer-bot .nm-footer-wrap .nm-copyrights-block span {
		display: block;
	}
	.slick-prev,
	.slick-next {
		width: 12px;
		height: 16px;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 12px;
		height: 16px;
	}
	[dir='rtl'] .slick-prev {
		right: 27px;
	}
	[dir='rtl'] .slick-next {
		left: 27px;
	}
	.nm-section-shop .nm-shop-block .nm-btn {
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.2px;
		min-width: 125px;
		padding: 7px;
	}
	.nm-section-shop .nm-shop5 {
		font-size: 9.375vw;
	}
	.nm-section-h1 {
		height: 32px;
	}

	.nm-section-h1.nm-cart-page-header {
		position: relative;
		background-color: #c56fff;
	}
	.nm-section-h1.nm-cart-page-header:before {
		position: absolute;
		display: block;
		content: "";
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent #c56fff transparent;
		bottom: 100%;
		right: 12px;
	}
	.nm-section-h1 h1 {
		font-size: 14px;
	}
	.nm-section-h1.nm-wishlist-h1 {
		height: 32px;
	}
	.nm-section-h1.nm-wishlist-h1 img {
		width: 15px;
		height: 14px;
		margin-left: 5px;
	}

	.nm-items-section article {
		width: 49%;
	}
	.nm-items-section article:nth-child(4n + 4) {
		margin-left: 0;
	}
	.nm-items-section article:nth-child(3n + 3) {
		margin-left: 0;
	}
	.nm-items-section article:nth-child(2n + 2) {
		margin-left: 0;
	}
	.nm-items-section article:nth-child(odd) {
		margin-left: 2%;
	}
	.nm-cart-page {
		padding: 0;
	}
	.nm-cart-page .nm-cart-table {
		display: none;
	}
	.nm-cart-page .nm-mob-version {
		display: block;
	}
	.nm-cart-page .nm-mob-version .nm-mob-top {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		background-color: #e3e2e3;
		padding: 15px 25px;
		margin: 0 -25px 25px -25px;
	}
	.nm-cart-page .nm-mob-version .nm-top-line {
		background-color: #c56fff;
	}
	.nm-cart-page .nm-mob-version .nm-top-line:before {
		border-color: transparent transparent #c56fff transparent;
		border-width: 0 6px 6px 6px;
		right: 12px;
	}
	.nm-cart-page .nm-mob-version .nm-top-line .nm-caption {
		text-align: center;
		font-size: 14px;
		padding: 5px 10px;
	}
	.nm-cart-page .nm-mob-version .nm-item {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		border-bottom: none;
		padding-bottom: 26px;
		margin-bottom: 21px;
	}
	.nm-cart-page .nm-mob-version .nm-item:last-child {
		margin-bottom: 0;
	}
	.nm-cart-page .nm-mob-version .nm-item:not(:last-child):after {
		position: absolute;
		display: block;
		content: "";
		background-color: #e8c0b4;
		border-radius: 2px;
		height: 3px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-img-js-wrap {
		width: 100px;
		min-width: 100px;
		max-width: 100px;
		height: 140px;
		margin-left: 12px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 50%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-top: -3px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-abs-wish {
		position: absolute;
		display: block;
		left: 0;
		bottom: 27px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-abs-wish .nm-wishlist {
		display: inline-block;
		width: 20px;
		min-width: 20px;
		height: 18px;
		padding: 0;
		width: auto;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-abs-wish .nm-wishlist.nm-hover {
		background-color: transparent;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-abs-wish .nm-wishlist.nm-hover .nm-svg {
		stroke: #000 !important;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-abs-wish .nm-wishlist.nm-hover.nm-active .nm-svg {
		stroke: #ec0086 !important;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-abs-wish .nm-wishlist .nm-svg {
		width: 20px;
		min-width: 20px;
		height: 18px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-name-article {
		padding-left: 35px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-name {
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: 0.9px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-article {
		font-family: Roboto;
		font-weight: 400;
		font-size: 14px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-description .nm-article .nm-symbol {
		font-size: 12px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-btn-del {
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		min-width: 30px;
		max-width: 30px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-btn-del:before,
	.nm-cart-page .nm-mob-version .nm-item .nm-btn-del:after {
		width: 14px;
		height: 3px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table {
		display: block;
		font-weight: 400;
		width: 100%;
		margin-top: 24px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-item-row1 {
		margin-bottom: 10px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-item-row1,
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-item-row2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-label-count {
		font-weight: 500;
		letter-spacing: 1.7px;
		margin-left: 7px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-color {
		letter-spacing: 1.7px;
		min-width: 50px;
		font-size: 12px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-size {
		font-size: 12px;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 0 12px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-count {
		width: auto;
		min-width: 0;
		max-width: none;
		padding: 0;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-count .nm-input-wrap {
		position: relative;
		width: 52px;
		min-width: 52px;
		max-width: 52px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-count .nm-input {
		font-size: 12px;
		border-width: 1px;
		padding: 0 10px;
		height: 20px;
		text-align: center;
		color: #000;
		font-weight: 400;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-count .nm-btn-count {
		position: absolute;
		display: block;
		text-align: center;
		font-size: 15px;
		font-weight: 400;
		width: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-count .nm-btn-count.nm-btn-minus {
		right: 6px;
	}
	.nm-cart-page .nm-mob-version .nm-item .nm-item-table .nm-count .nm-btn-count.nm-btn-plus {
		left: 6px;
	}
	.nm-cart-page .nm-mob-version .nm-bot-block {
		padding: 0 25px;
	}
	.nm-cart-page .nm-mob-version .nm-btn {
		font-size: 14px;
		height: 36px;
	}
	.nm-cart-page .nm-mob-version .nm-btn-smth {
		padding: 5px 38px;
	}
	.nm-cart-page .nm-mob-version .nm-text-right {
		font-size: 13px;
		font-weight: 400;
	}
	.nm-cart-page .nm-mob-version .nm-bottom .nm-text-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 13px;
		padding-right: 0px;
		width: 100%;
	}
	.nm-cart-page .nm-mob-version .nm-bottom .nm-text-right .nm-medium {
		font-weight: 400;
	}
	.nm-cart-page .nm-mob-version .nm-bottom .nm-text-right .nm-symbol {
		font-size: 12px;
	}
	.nm-cart-page .nm-mob-version .nm-bottom .nm-btns-row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.nm-cart-page .nm-mob-version .nm-bottom .nm-btn-cart {
		font-weight: 500;
		margin: 0 5px;
		padding: 5px 16px;
	}
	.nm-cart-page .nm-mob-version .nm-bottom .nm-btn-smth {
		padding: 5px 38px;
	}
	.nm-cart-page .nm-submit-block {
		font-size: 12px;
		min-width: 0;
		padding: 20px 25px 40px 25px;
		margin-top: 0;
	}
	.nm-cart-page .nm-submit-block:before {
		height: 2px;
		left: 25px;
		right: 25px;
	}
	.nm-cart-page .nm-submit-block table {
		width: 100%;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row-just {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		line-height: 1;
		margin-bottom: 10px;
		padding-left: 0;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row-just .nm-article {
		font-size: 14px;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row-just .nm-article .nm-symb {
		font-size: 12px;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row-just .nm-position {
		font-size: 14px;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row-just.nm-total .nm-position,
	.nm-cart-page .nm-submit-block .nm-fl-row-just.nm-total .nm-article {
		font-weight: 700;
	}
	.nm-cart-page .nm-submit-block .nm-let-sp {
		letter-spacing: 0.09em;
		line-height: 1.2;
	}
	.nm-cart-page .nm-submit-block .nm-link-more {
		display: inline-block;
		font-size: 12px !important;
		margin-top: 0.8em;
		margin-bottom: 10px !important;
		width: 100%;
	}
	.nm-cart-page .nm-submit-block .nm-divider {
		background-color: #000;
		height: 2px;
		margin: 0px 0 15px 0;
	}
	.nm-cart-page .nm-submit-block .nm-divider.nm-smaller-top {
		margin-top: 10px;
	}
	.nm-cart-page .nm-submit-block .nm-mar-bot-little {
		margin-bottom: 0;
	}
	.nm-cart-page .nm-submit-block .nm-bolder {
		font-size: 13px;
		font-weight: 700;
		margin-bottom: 3px;
	}
	.nm-cart-page .nm-submit-block a:not(.nm-btn):hover,
	.nm-cart-page .nm-submit-block a:not(.nm-btn):focus {
		text-decoration: underline;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row .nm-text-block {
		font-size: 14px;
		font-weight: 400;
		margin-left: 0.85em;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row .nm-imgs-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nm-cart-page .nm-submit-block .nm-fl-row .nm-imgs-block img {
		display: block;
		margin: 0 2px;
	}
	.nm-cart-page .nm-submit-block .nm-btns-row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.nm-cart-page .nm-submit-block .nm-btns-row .nm-btn {
		font-size: 14px;
	}
	.nm-cart-page .nm-submit-block .nm-btns-row .nm-btn-cart {
		font-weight: 500;
		margin: 0;
		padding: 3px 16px;
	}
	.nm-cart-page .nm-submit-block .nm-btns-row .nm-btn-smth {
		padding: 3px 30px;
	}
	.nm-cart-page .nm-submit-block .nm-wish-row {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
		width: 100%;
	}
	.nm-cart-page .nm-submit-block .nm-wish-row .nm-text-block {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 13px;
		font-weight: 700;
		margin-right: 8px;
	}
	.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist {
		position: relative;
		width: auto;
		padding: 0;
	}
	.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist .nm-animate-wrapp {
		display: none;
	}
	.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist .nm-svg {
		position: relative;
		fill: #000;
		width: 18px;
		height: 18px;
		z-index: 2;
		margin-left: 5px;
	}
	.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist.nm-active svg {
		stroke: #000;
	}
	.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist.nm-hover {
		background-color: transparent;
	}
	.nm-cart-page .nm-submit-block .nm-wish-row .nm-wishlist.nm-hover svg {
		stroke: #000;
	}
	.nm-category-page {
		padding: 10px 10px 20px 10px;
	}
	.nm-category-page .nm-filters-block {
		padding: 0;
		top: 10px;
		right: 10px;
	}
	.nm-category-page .nm-filters-block.nm-active {
		width: 268px;
		background-color: #fff;
	}
	.nm-category-page .nm-filters-block .nm-btn-del-overwrap {
		position: absolute;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #dfb7a9;
		top: -10px;
		right: 100%;
		width: 42px;
		height: 42px;
	}
	.nm-category-page .nm-filters-block .nm-btn-del-overwrap .nm-btn-del {
		border-width: 1px;
		width: 24px;
		min-width: 24px;
		max-width: 24px;
		height: 24px;
	}
	.nm-category-page .nm-filters-block .nm-btn-del-overwrap .nm-btn-del:before,
	.nm-category-page .nm-filters-block .nm-btn-del-overwrap .nm-btn-del:after {
		height: 1px;
		width: 12px;
	}
	.nm-category-page .nm-filters-block .nm-filters-mob-toggle {
		font-size: 14px;
		padding-left: 25px;
	}
	.nm-category-page .nm-filters-block .nm-filters-mob-toggle:before,
	.nm-category-page .nm-filters-block .nm-filters-mob-toggle:after {
		width: 12px;
		height: 12px;
		top: 4px;
	}
	.nm-category-page .nm-filters-block .nm-toggle-btn {
		font-size: 16px;
		border-width: 1px;
		height: 30px;
	}
	.nm-category-page .nm-filters-block .nm-toggle-btn:before,
	.nm-category-page .nm-filters-block .nm-toggle-btn:after {
		top: 7px;
	}
	.nm-category-page .nm-filters-block .nm-mob-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.nm-category-page .nm-filters-block .nm-mob-flex .nm-check-row:first-child {
		margin-left: 20px;
	}
	.nm-category-page .nm-filters-block .nm-check-row {
		margin-bottom: 13px;
	}
	.nm-category-page .nm-filters-block .nm-checkbox {
		border-width: 1px;
		height: 13px;
		margin-left: 6px;
	}
	.nm-category-page .nm-filters-block .nm-mob-clear-filter {
		height: 30px;
		font-size: 14px;
		padding: 3px 15px;
		font-weight: 400;
		border-width: 1px;
	}
	.nm-category-page .nm-filters-block .nm-mob-clear-block .nm-btn {
		height: 30px;
		font-size: 14px;
		padding: 3px 13px;
	}
	.nm-category-page .nm-filters-block .nm-mob-clear-block .nm-mob-clear-filter {
		border-width: 1px;
		padding: 3px 15px;
		margin-left: 10px;
	}
	.nm-category-page .nm-main-block {
		width: 100%;
	}
	.nm-category-page .nm-page-top-row {
		min-height: 32px;
		padding: 0 0 10px 0;
	}
	.nm-items-section {
		margin-bottom: 20px;
	}
	.nm-items-section article .nm-img-js-wrap {
		/*height: 55vw;*/
	}
	.nm-items-section article .nm-popinfo {
		font-size: 10px;
		width: 70px;
		height: 35px;
	}
	.nm-product-page .nm-product-section {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#nm-product-slider .slick-prev,
	#nm-product-slider .slick-next {
		width: 23px;
		height: 20px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share {
		width: 100%;
		margin-bottom: 110px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block {
		padding: 20px 5px;
		height: auto;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row {
		margin-top: -10px;
		margin-bottom: 14px;
	}
	.nm-product-section .nm-product-info-share .nm-product-info-block .nm-price-row.nm-mob-hide {
		display: none;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container {
		height: 30px;
		border-width: 1px;
		margin: 5px 2px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-param-label,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-param-label,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-param-label,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-placeholder,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-placeholder,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-placeholder {
		font-size: 13px;
		margin-left: 3px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-radio-block .nm-radio,
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-radio-block .nm-radio {
		font-size: 13px;
		line-height: normal;
		min-width: 19px;
		height: 19px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container {
		padding: 0 4px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-size-input-container .nm-radio-block {
		margin: 0 1px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container {
		padding: 0 4px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block {
		margin: 0;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		width: 10px;
		min-width: 10px;
		max-width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:after {
		border-width: 1px;
		width: 18px;
		height: 18px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:before {
		width: 24px;
		height: 24px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container {
		width: 92px;
		min-width: 92px;
		max-width: 92px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-placeholder {
		right: 8px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-input {
		font-size: 14px;
		height: 30px;
		padding: 0 48px 0 18px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus {
		font-weight: 300;
		left: 4px;
	}
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:before,
	.nm-wishlist-page.nm-product-page .nm-product-section .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-plus:after {
		width: 10px;
		height: 2px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-parameters-row .nm-count-input-container .nm-btn-minus {
		font-weight: 300;
		left: 42px;
		width: 7px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-btn-add-wrap {
		margin-top: 0;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-btn-add-wrap .nm-btn-add {
		font-size: 17px;
		padding: 10px 25px 10px 55px;
		border-width: 1px;
		background-position: top 13px left 25px;
		background-size: 20px 20px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist .nm-wishlist {
		width: 20px;
		height: 18px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist .nm-svg {
		width: 20px;
		height: 18px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist .nm-text span:first-child {
		font-size: 12px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-add-to-wishlist .nm-text span:not(:first-child) {
		font-size: 10px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-mob-flex-just {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-whatsapp {
		display: block;
		text-align: center;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-whatsapp > div {
		font-size: 0;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-whatsapp a {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		font-size: 0;
		line-height: 0;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-whatsapp .nm-text span {
		font-weight: 500;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-whatsapp .nm-text span:first-child {
		font-size: 12px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-whatsapp .nm-text span:not(:first-child) {
		font-size: 10px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-pink {
		font-size: 14px;
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		font-size: 14px;
		max-width: 250px;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-right: 14px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row .nm-motorcycle-block .nm-svg {
		width: 35px;
		height: 20px;
	}
	.nm-product-section .nm-product-info-share .nm-product-info-block .nm-special-row .nm-shelf-block .nm-svg {
		width: 26px;
		height: 20px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-share-block {
		height: auto;
		padding: 15px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-share-block .nm-caption {
		font-size: 14px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list {
		margin-top: 20px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-share-block .nm-share-list li a {
		margin: 0 20px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-drop-wrap {
		padding: 20px 15px;
		font-size: 14px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap {
		margin-right: 18px;
	}
	.nm-product-page .nm-product-section .nm-product-info-share .nm-product-abs .nm-dropdown-tabs .nm-dropdown-tab .nm-table-wrap td {
		padding: 0 15px;
	}
	.nm-product-page .nm-product-section .nm-product-slider-wrapper {
		width: 100%;
	}
	.nm-product-page .nm-product-section .nm-product-slider-wrapper .nm-img-js-wrap {
		height: 100vw;
	}
	.nm-product-page .nm-product-section .nm-product-slider-wrapper .nm-img-js-wrap img {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.nm-product-page h2 {
		font-size: 16px;
		font-weight: 700;
		padding-top: 25px;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.nm-product-page .nm-mob-product-name {
		display: block;
		text-align: center;
		background-color: #e1b9ab;
		padding: 7px;
	}
	.nm-product-page .nm-mob-product-name .nm-product-name {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
		max-width: 192px;
		margin: auto;
		line-height: 15px;
		margin-bottom: 5px;
	}
	.nm-product-info-block .current-price {
		display: none;
	}
	.nm-product-page .nm-mob-product-name .nm-price-row {
		line-height: 1;
	}
	.nm-product-page .nm-mob-product-name .nm-price-row .nm-price {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: baseline;
		font-size: 12px;
		font-weight: 400;
	}
	.nm-product-page .nm-mob-product-name .nm-price-row .nm-price .nm-symbol {
		font-size: 10px;
	}
	.nm-product-page .nm-mob-hide {
		display: none;
	}
	.nm-product-page .nm-items-section.nm-also-like-section {
		padding: 16px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article {
		width: 205px;
		min-width: 205px;
		max-width: 205px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article:not(:first-child) {
		margin-right: 13px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-img-js-wrap {
		height: 245px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 1px 5px 1px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-size-input-container,
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container {
		border-width: 1px;
		margin: 0 1px 10px 1px;
		height: 30px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-size-input-container .nm-param-label,
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container .nm-param-label,
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-size-input-container .nm-placeholder,
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container .nm-placeholder {
		font-size: 13px;
		margin-left: 3px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-size-input-container .nm-radio-block .nm-radio,
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		font-size: 13px;
		line-height: normal;
		min-width: 19px;
		height: 19px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-size-input-container {
		padding: 0 7px 0 2px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-size-input-container .nm-radio-block {
		margin: 0 1px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-count-input-container {
		display: none;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container {
		padding: 0 7px 0 3px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container .nm-radio-block {
		margin: 0;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		width: 10px;
		min-width: 10px;
		max-width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:after {
		border-width: 1px;
		width: 18px;
		height: 18px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-add-block .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:before {
		width: 24px;
		height: 24px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article h2 {
		padding: 0 15px 0;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-price-row {
		margin-top: 0;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-btn-add {
		font-size: 14px;
		background-position: top 15px left 24px;
		background-size: 16px 16px;
		padding: 13px 30px 13px 50px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-like-wrapper {
		left: auto;
		right: 0;
		padding: 0;
		top: 252px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-like-wrapper .nm-wishlist {
		background-color: transparent;
		padding: 0;
		width: 20px;
		height: 18px;
	}
	.nm-product-page .nm-items-section.nm-also-like-section article .nm-like-wrapper .nm-wishlist .nm-svg {
		width: 20px;
		height: 18px;
	}
	.nm-product-section .nm-product-slider-wrapper .slick-prev {
		right: 15px;
	}
	.nm-product-section .nm-product-slider-wrapper .slick-next {
		left: 15px;
	}
	.nm-product-section .nm-product-slider-wrapper .slick-prev:before,
	.nm-product-section .nm-product-slider-wrapper .slick-next:before {
		width: 20px;
		height: 20px;
	}
	.nm-wishlist-page {
		padding: 20px 10px;
	}
	.nm-wishlist-page .nm-items-section article .nm-days {
		font-size: 12px;
		padding: 1px 5px;
	}
	.nm-wishlist-page .nm-items-section article .nm-img-js-wrap {
		height: 55vw;
	}
	.nm-wishlist-page .nm-items-section article .nm-del-wrapper td {
		padding: 5px;
	}
	.nm-wishlist-page .nm-items-section article .nm-del-wrapper td .nm-btn-del {
		width: 24px;
		min-width: 24px;
		max-width: 24px;
		height: 24px;
		border-width: 1px;
	}
	.nm-wishlist-page .nm-items-section article .nm-del-wrapper td .nm-btn-del:before,
	.nm-wishlist-page .nm-items-section article .nm-del-wrapper td .nm-btn-del:after {
		width: 12px;
		height: 1px;
	}
	.nm-wishlist-page .nm-items-section article .nm-wishlist-descr {
		padding-top: 5px;
	}
	.nm-wishlist-page .nm-items-section article h2 {
		font-size: 14px;
	}
	.nm-wishlist-page .nm-items-section article .nm-price-row {
		margin-top: 0;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 5px 0;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container {
		border-width: 1px;
		margin: 0 3px 10px 3px;
		height: 30px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container .nm-param-label,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-param-label,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container .nm-placeholder,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-placeholder {
		font-size: 13px;
		margin-left: 3px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container .nm-radio-block .nm-radio,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		font-size: 13px;
		line-height: normal;
		white-space: nowrap;
		min-width: 19px;
		height: 19px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container {
		padding: 0 5px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container .nm-radio-block {
		margin: 0 1px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-count-input-container {
		display: none;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container {
		padding: 0 5px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block {
		margin: 0;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		width: 10px;
		min-width: 10px;
		max-width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:after {
		border-width: 1px;
		width: 18px;
		height: 18px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:before {
		width: 24px;
		height: 24px;
	}
	.nm-wishlist-page .nm-items-section article .nm-btn-add {
		font-size: 13px;
		background-position: top 15px left 12px;
		background-size: 14px 14px;
		padding: 13px 16px 13px 30px;
		margin-bottom: 10px;
	}
	.nm-product-page {
		padding: 0 0 70px 0;
	}
	.nm-product-page.nm-wishlist-page {
		padding-bottom: 0;
	}
	.nm-mob-arrowed.nm-wish-overpage header:after {
		position: absolute;
		display: block;
		content: "";
		border-width: 0 6px 6px 6px;
		right: 46px;
		bottom: 0;
		border-style: solid;
		border-color: transparent transparent #fd03b8 transparent;
		z-index: 1;
	}
	.nm-mob-arrowed.nm-cart-overpage header:after {
		position: absolute;
		display: block;
		content: "";
		border-width: 0 6px 6px 6px;
		right: 12px;
		bottom: 0;
		border-style: solid;
		border-color: transparent transparent #c56fff transparent;
		z-index: 1;
	}
	.nm-checkout-page.nm-checkout2 {
		padding: 20px 13px 40px 13px;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
		padding-top: 0;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller .nm-text-block {
		margin-left: 32px;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller .nm-text-block > div {
		font-size: 13px;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller .nm-checkout-table {
		margin-top: 10px;
		width: 145px;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller .nm-checkout-table td {
		font-size: 13px;
		padding: 0;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller .nm-checkout-table tr:last-child td:after {
		height: 4px;
		bottom: -5px;
	}
	.nm-checkout-page.nm-checkout2 .nm-checkout-block.nm-smaller .nm-checkout-table tr:first-child td:after {
		height: 4px;
		top: -5px;
	}
	.nm-checkout-page .nm-checkout-block {
		width: 100%;
		/*max-width: 292px;*/
		max-width: 348px;
		margin: 0 auto;
	}
	.nm-checkout-page .nm-checkout-block .nm-input-block {
		margin-bottom: 6px;
	}
	.nm-checkout-page .nm-checkout-block .nm-input-block .nm-label {
		font-size: 10px;
		margin-right: 7px;
	}
	.nm-checkout-page .nm-checkout-block .nm-input-block .nm-label .nm-cvc {
		font-size: 6px;
		margin-right: 5px;
	}
	.nm-checkout-page .nm-checkout-block .nm-input-block .nm-input {
		font-size: 12px;
		height: 30px;
		border-width: 1px;
		padding: 0 10px;
	}
	.nm-checkout-page .nm-checkout-block .nm-btn-show {
		font-size: 14px;
		padding: 9px 50px;
	}
	.nm-checkout-headline {
		font-size: 14px;
		letter-spacing: normal;
	}
	.nm-checkout-overheadline {
		display: block;
	}
	.nm-checkout-overheadline .nm-inner-wrap {
		padding: 4px 14px;
		margin: 0 auto;
		max-width: 320px;
	}
	.nm-checkout-overheadline .nm-bigger {
		font-size: 8px;
	}
	.nm-checkout-overheadline .nm-smaller {
		font-size: 7px;
	}
	.nm-checkout-overheadline .nm-btn {
		font-size: 10px;
		border-width: 1px;
		border-radius: 15px;
		height: 20px;
		padding: 3px 22px;
	}
	.nm-checkout-page .nm-checkout-block .nm-checkout-step {
		padding-right: 0;
	}
	.nm-checkout-page .nm-step-indicator {
		/*display: none;*/
		font-size: 18px;
		width: 24px;
		height: 24px;
		top: -2px;
	}
	.nm-checkout-page .nm-checkout-block.nm-smaller .nm-step-indicator {
		right: 0;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-smaller .nm-left-headblock {
		padding-right: 30px;
	}
	.nm-checkout-page .nm-checkout-block .nm-caption {
		font-size: 14px;
	}
	.nm-checkout-page .nm-checkout-block .nm-caption:not(.nm-mar-top) {
		padding-right: 30px !important;
	}
	.nm-checkout-page .nm-checkout-block .nm-sup-caption {
		font-size: 12px;
	}
	.nm-checkout-page .nm-checkout-block .nm-checkout-step {
		margin-bottom: 25px;
	}
	.nm-checkout-page .nm-checkout-block .nm-btn-checkout {
		font-size: 20px;
		padding: 10px;
	}
	.nm-checkout-page.nm-checkout1 {
		padding: 14px;
		padding-bottom: 40px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-checkout-block-1 {
		padding-bottom: 0;
		margin-bottom: 20px;
		border-width: 1px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-smaller .nm-left-headblock .nm-bolded {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block.nm-smaller .nm-left-headblock .nm-normal {
		font-size: 12px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-ckecks-block {
		font-size: 12px;
		letter-spacing: 0.03em;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-check-row .nm-label {
		font-size: 12px;
		letter-spacing: 0.03em;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-check-row .nm-checkbox {
		border-width: 1px;
		width: 20px;
		min-width: 20px;
		max-width: 20px;
		height: 12px;
		margin-left: 7px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-fl-row-just {
		max-width: 380px;
	}
	.nm-checkout-page .nm-checkout-block .nm-fl-row-just .nm-visa {
		width: 78px;
		height: 18px;
	}
	.nm-checkout-page .nm-checkout-block .nm-fl-row-just .nm-paypal {
		width: 41px;
		height: 11px;
		margin-bottom: -1px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-fl-row-just .nm-card .nm-btn,
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-fl-row-just .nm-paypal-block .nm-btn {
		border-width: 1px;
		font-size: 11px;
		height: 32px;
		/*width: 142px;*/
		padding: 6px 5px;
	}
	.nm-checkout-page .nm-checkout-block .nm-check-row .nm-el-input-error {
		bottom: -15px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table {
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:first-child td:after,
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:before,
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:after {
		height: 4px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:first-child td:after,
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:before {
		top: -10px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr:last-child td:after {
		bottom: -10px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table td:first-child {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table tr {
		line-height: 1;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table td {
		padding: 0;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table .nm-price {
		font-size: 14px;
	}
	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-checkout-table .nm-symbol {
		font-size: 12px;
	}
	.nm-checkout-page .nm-cart-scrollable-block {
		height: auto;
		max-height: 220px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .scroll-wrapper {
		min-height: 95px;
		max-height: 220px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .scrollbar-inner > .scroll-element.scroll-y {
		width: 10px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .scrollbar-inner > .scroll-element .scroll-bar {
		width: 8px;
		left: 1px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item {
		width: 260px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item:not(:last-child) {
		border-bottom: 1px solid #000;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-img-js-wrap {
		width: 80px;
		min-width: 80px;
		max-width: 80px;
		height: 90px;
		margin-left: 12px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description {
		margin-top: 0;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description .nm-name-article {
		padding-left: 0;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description .nm-name {
		font-size: 14px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description .nm-article {
		font-size: 13px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-description .nm-article .nm-symbol {
		font-size: 10px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table {
		margin-top: 18px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-item-row1 {
		margin-bottom: 5px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-label-count {
		font-size: 13px;
		letter-spacing: 0.1em;
		margin-left: 8px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-color {
		letter-spacing: 0.1em;
		line-height: 1;
		font-size: 13px;
		margin-left: 8px;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-size {
		font-size: 13px;
		line-height: 1;
	}
	.nm-checkout-page .nm-cart-scrollable-block .nm-item .nm-item-table .nm-count-number {
		font-size: 13px;
	}
	.nm-checkout-page .nm-coupon-block {
		height: 28px;
		margin-top: 8px;
	}
	.nm-checkout-page .nm-coupon-block .nm-el-input-error {
		top: auto !important;
		font-size: 12px !important;
	}
	.nm-checkout-page .nm-coupon-block.nm-active .nm-el-input-error {
		right: auto!important;
		left: 120px!important;
	}
	.nm-checkout-page .nm-coupon-block:not(.nm-active) .nm-el-input-error {
		right: 0!important;
	}
	.nm-checkout-page .nm-coupon-block .nm-click-here {
		font-size: 10px;
		top: 9px;
	}
	.nm-checkout-page .nm-coupon-block .nm-placeholdered input.nm-input {
		width: 120px;
		height: 28px;
	}
	.nm-checkout-page .nm-coupon-block .nm-placeholdered input.nm-input::-webkit-input-placeholder {
		font-size: 10px;
	}
	.nm-checkout-page .nm-coupon-block .nm-placeholdered input.nm-input:-ms-input-placeholder {
		font-size: 10px;
	}
	.nm-checkout-page .nm-coupon-block .nm-placeholdered input.nm-input::-moz-placeholder {
		font-size: 10px;
		line-height: 26px;
	}
	.nm-checkout-page .nm-coupon-block .nm-refresh {
		text-align: center;
		font-size: 11px;
		height: 28px;
		width: 65px;
		padding: 0 15px;
	}
	.nm-checkout-page .nm-coupon-block.nm-active .nm-placeholdered input.nm-input {
		width: 215px;
		left: 75px;
	}
	.nm-checkout-page .nm-checkout-block .nm-check-row .nm-label.nm-smalltext {
		font-size: 11px;
	}
	.return-to-shop .nm-btn {
		font-size: 11px;
		height: 32px;
		min-width: 142px;
		padding: 5px;
	}
	.nm-not-found-text {
		font-size: 22px;
	}
	.nm-parameters-row .nm-one-size-text {
		font-size: 13px;
	}
	.nm-el-input-error {
		font-size: 10px;
		bottom: -1px;
	}
	.page-template-default .nm-grow > .wpb_text_column.wpb_content_element {
		padding: 0 15px;
	}
	.woocommerce-checkout .nm-grow > .wpb_text_column.wpb_content_element {
		padding: 0;
	}
}

@media (max-width: 767px) and (min-width: 359px) {
	/*	.nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-fl-row-just .nm-card .nm-btn, .nm-checkout-page.nm-checkout1 .nm-checkout-block .nm-fl-row-just .nm-paypal-block .nm-btn {
		width: 163px;
	}*/
}

@media (max-width: 575px) {

	.nm-dropdown-tab .nm-table-wrap td {
		max-width: 99px!important;
		word-wrap: break-word!important;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container {
		height: 20px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-one-size-text {
		font-size: 8px;
		margin: 0 2px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container .nm-param-label,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-param-label,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container .nm-placeholder,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-placeholder,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container .nm-radio-block .nm-radio,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		font-size: 8px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container .nm-radio-block .nm-radio,
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		min-width: 10px;
		height: 10px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio {
		margin: 0 1px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:before {
		width: 14px;
		height: 14px;
	}
	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-color-input-container .nm-radio-block .nm-radio:after {
		width: 12px;
		height: 12px;
	}

	.nm-wishlist-page .nm-items-section article .nm-parameters-row .nm-size-input-container {
		padding: 0 4px;
	}
}

@media (max-width: 440px) {
	.nm-category-page .nm-filters-block.nm-active {
		width: auto;
		left: 42px;
	}
}

@-webkit-keyframes heart-shine {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	50% {
		width: 200%;
		height: 200%;
		opacity: 1;
	}
	70% {
		width: 200%;
		height: 200%;
		opacity: 1;
	}
	80% {
		width: 200%;
		height: 200%;
		opacity: 0.7;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes heart-shine {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	50% {
		width: 200%;
		height: 200%;
		opacity: 1;
	}
	70% {
		width: 200%;
		height: 200%;
		opacity: 1;
	}
	80% {
		width: 200%;
		height: 200%;
		opacity: 0.7;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@-webkit-keyframes heart-animate-vert {
	0% {
		height: 0%;
	}
	80% {
		height: 40%;
	}
	100% {
		height: 40%;
	}
}

@keyframes heart-animate-vert {
	0% {
		height: 0%;
	}
	80% {
		height: 40%;
	}
	100% {
		height: 40%;
	}
}

@-webkit-keyframes heart-animate-hor {
	0% {
		width: 0%;
	}
	80% {
		width: 40%;
	}
	100% {
		width: 40%;
	}
}

@keyframes heart-animate-hor {
	0% {
		width: 0%;
	}
	80% {
		width: 40%;
	}
	100% {
		width: 40%;
	}
}

.bs-baner {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
	max-height: 100%;
}


/* ------------------------- */

header .nm-search-form {
	position: relative;
}

.nm-lang-icon .wcml-dropdown a.wcml-cs-item-toggle:after{
    display: none;
}
.nm-lang-icon .wcml-dropdown{
    width: 30px;
}
.nm-lang-icon .wcml-cs-active-currency{
    border: none;
}

.ys-search-error {
	text-align: left;
	width: 100%;
	padding-left: 15px;
	padding-top: 3px;
}

.nm-search-grow {
	position: relative;
}

.nm-search-grow .nm-el-input-error {
	top: 10px;
}

body.home {
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

body.home.loaded {
	opacity: 1;
}

.nm-btn-border.ys-wishlist-button {
	background-color: #000;
	color: #fff;
}

.nm-btn-border.ys-wishlist-button.button-hovered {
	background-color: #fff;
	color: #000;
}

.nm-subscribe-popup .nm-desktop-header.nm-img-js-wrap{
    height: 300px;
}
@media (max-width: 767px){
    a.woocommerce-remove-coupon.nm-btn-del{
        width: 20px;
        min-width: 20px;
        height: 20px;
        /* display: inline-block; */
        vertical-align: middle;
        margin-top: 0;
        margin-left: 5px;

    }
    .coupon-text-wrapper,
    .coupon-del-button-wrapper{
        display: inline-block;
        vertical-align: middle;
    }
}

/* Vlad */
body.woocommerce-lost-password .woocommerce{
	padding: 0;
}
.pr-lost-password{
	width: 100%;
}
.pr-lost-password .nm-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #debeb2;
	width: 100%;
}
.pr-lost-password .pr-lostpass-block{
	width: 48.5%;
}
.pr-lost-password .nm-img-js-wrap{
	width: 51.5%;
}
.pr-lost-password .pr-lostpass-block .nm-popup-headline{
	position: relative;
	background-color: #fff;
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 19px 99px 26px 120px;
}
.pr-lost-password .nm-outer-wrap{
	padding: 45px 0;
	min-height: 70vh;
}
.pr-lost-password .nm-inner-wrap{
	max-width: 620px;
	padding: 15px;
	margin: 0 auto;
}
.pr-lost-password .nm-img-js-wrap img{
	object-position: top;
}
.nm-ie .pr-lost-password .nm-img-js-wrap img{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}
.pr-lost-password .form-row.form-row-first{
	width: 100%;
}
body.woocommerce-lost-password .woocommerce .pr-lost-password .woocommerce-ResetPassword{
	width: 100%;
	max-width: 100%;
}
@media (max-width: 1259px){
	body.woocommerce-lost-password .nm-grow > .wpb_text_column.wpb_content_element{
		padding: 0;
	}
}
@media (max-width: 767px){
	.pr-lost-password .nm-img-js-wrap{
		display: none;
	}
	.pr-lost-password .pr-lostpass-block{
		width: 100%;
	}
}

.currency, .wcml_currency_switcher{
	width: 60px;
	max-width:60px;
	min-width:60px;
	height:37px;
	position: relative;
    margin-right: 20px;
}
.currency__wrap{
	display: flex;
	color: #000;
	transition: ease .3s background;
}
.currency__button:hover + .currency__wrap{
	background: black;
	color: white;
}
.currency__arrow{
	width: 50%;
	display: block;
	pointer-events: none;
	position: relative;
}
.currency__arrow:before, .currency__arrow:after{
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 15px;
	height: 15px;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.currency__arrow:before{
	opacity: 1;
	background-image: url(../img/arrow-down-white.svg);
}
.currency__arrow:after{
	opacity: 1;
	background-image: url(../img/arrow-down.svg);
}
.currency__button:hover + .currency__wrap .currency__arrow:after{
	opacity: 0;
}
.currency__symbol{
	width: 50%;
	display: block;
	pointer-events: none;
	color: inherit;
	text-align: center;
	transition: ease .3s color;
	min-width:36px;
}
.currency__button{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background: transparent;
	border:none;
}
.currency__list{
	position: absolute;
	bottom:0;
	background:white;
	color: #000;
	transform: translateY(100%);
	z-index: 2;
	width: 100%;
	overflow: hidden;
	display: none;
}
.currency__list-item {
	text-align: center;
	cursor: pointer;
	transition-duration: .3s;
	transition-timing-function: ease;
	transition-property: color, background;
}
.currency__list-item:hover{
	background:black;
	color: white;
}
.currency__list-item-text{
	line-height: 30px;
}
.pr-size-wrap {
	display: flex;
}

.nm-language-block {
	display: none !IMPORTANT;
}

.wcml-cs-active-currency{
    border:none  !important;
}
.wcml-dropdown li {
    border: none !important;
}
.wcml-dropdown .wcml-cs-submenu{
    border:none !important;
}
.wcml-dropdown li:hover, .wcml-dropdown li:focus{
    background:black !important;
    color: white !important;
}
.wcml-dropdown li a {
    color: inherit !important;
}
.wcml-dropdown li:hover ul a{
    color: black !important;
}
.wcml-dropdown li:hover .wcml-cs-submenu li:hover a{
    color: white !important;
}
.wcml-dropdown a.wcml-cs-item-toggle{
    height: 37px;
    display: flex;
    align-items: center;
}

/* Crutch for regular prices color */

.nm-product-info-block .set-color-default .nm-new-price {
	color: #000000 !important;
}

.product.out-of-stock {
    color: #000;
    background-color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    bottom: 19%;
    right: 6%;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    width: 93px;
    height: 43px;
    padding: 5px 10px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    margin: 0 auto;
    margin-top: 20px;
    top: 0;
}

@media all and (max-width: 767px) {
    .product.out-of-stock {
        margin-top: 0;
        top: 0;
        margin-bottom: 20px;
        left: auto;
        right: auto;
    }
}