/*!
Theme Name: maam
Theme URI: http://underscores.me/
Author: Sergii Volkov
Author URI: http://sergei.volkov@ukr.net
Description: Description 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maam is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	height: -webkit-fill-available;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	min-height: 100vh;
	/* mobile viewport bug fix */
	min-height: -webkit-fill-available;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
	border-width: 1px;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9E9E9E;
	opacity:1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #9E9E9E;
	opacity:1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9E9E9E;
	opacity:1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9E9E9E;
	opacity:1;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Josefin Sans',  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #615C58;
	line-height: 100%;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #000000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}*/

/*button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}*/

/*button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #9e9e9e #9e9e9e #9e9e9e;
}*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #9e9e9e;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
/*.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}*/

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Site
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.wrapper {
/*	max-width: 1440px;*/
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;

}
@media screen and (min-width: 1440px) {
	.wrapper{
		padding-left: 60px;
		padding-right: 60px;
	}
}

/* Header
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
header.site-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 120px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
header.non-front-page-header{
	position: relative;
	border-bottom: 1px solid #E4E4E4;
	background-color: #fff;
}
header.non-front-page-header #hamburger-button span {
	background: #000;
}

.block-1,.block-2,.block-3{
	width: 100%;
	height: inherit;
}
header .block-1 {
	margin-left: 24px;
	display: flex;
	align-items: center;
}
header .block-2{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .block-3{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right:34px;
}
header .block-3 a{
	margin-left: 30px;
	width: 24px;
	height: 24px;
}
header .block-2 img.small {
	display: none;
}

nav.woocommerce-breadcrumb{
	display: none;
}
.woocommerce .required{
	color: #000;
}

.catalogue-button{
	display: flex;
	align-items: center;

}
a.link-round-catalogue{
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 30px;
	background-image: url('images/ic_catalogue.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
a.link-round-catalogue._black{
	background-image: url('images/ic_catalogue_black.svg');
}
a.link-round-catalogue:hover ~ a.link-catalogue{
	opacity: 1;
	visibility: visible;
}
a.link-catalogue{
	display: flex;
	align-items: center;
	width: 132px;
	height: 24px;
	margin-left: 8px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	padding-top: 6px;
}
a.link-catalogue._black{
	color: #000000;
	padding-top: 6px;
}
@media screen and (max-width: 640px) {
	a.link-catalogue{
		display: none;
	}
}




/* adaptive menu ----------------------------------------------------------*/
#hamburger-button{
	z-index: 3;
	width: 24px;
	height: 24px;
	position: relative;
	cursor: pointer;
	display: block;
}
#hamburger-button span {
	display: block;
	position: absolute;
	height: 1.6px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
}
#hamburger-button span:nth-child(1) {top: 3px;}
#hamburger-button span:nth-child(2) {top: 11px;}
#hamburger-button span:nth-child(3) {top: 19px;}

a#cart-button .square{
	width: 24px;
	height: 24px;
	background-image: url('images/ic_cart.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
a#cart-button .square._black{
	background-image: url('images/ic_cart_black.svg');
}

nav.mobile-menu{
	width: 470px;
	position: fixed;
	background-color: #fff;
	height: 100vh;
	z-index: 99;
	top: 0;
	transform: translateX(-100%);
	transition: transform 0.4s;
	padding-top: 0;
	overflow-x:hidden;
	overflow-y:auto;
}

.menu-container{
	display: flex;
	align-items: baseline;
	flex-direction: column;
}

nav.mobile-menu.show{
	transform: translateY(0);
}
.mobile-menu ul{
	list-style: none;
	margin: 0 auto;
	padding-inline-start: 0;
}
.mobile-menu .menu-container li{
	font-size: 24px;
	line-height: 100%;
	padding: 15px 0;
	margin-bottom: 0;
}
.mobile-menu li a{
	color: #000;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
}
.mobile-menu li a:hover{
	color: #615C58;
}
.menu-menu-1-container, .menu-menu-2-container{
	width: 100%;
}
nav.mobile-menu .close_button{
	display: none;
}
.close_button{
	width: 100%;
	text-align: right;
}
.close_button img{
	margin: 23px 23px 0 0;
	cursor: pointer;
}
#primary-menu, #secondary-menu{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transform: translateY(0);
	margin-left: 20px;
	margin-top: 120px;
}
#secondary-menu{
	margin-top: 110px;
	text-align: center;
}
.mobile-menu #secondary-menu li{
	padding: 5px 0 19px 0;
	margin-bottom: 0;
}
.mobile-menu #secondary-menu li a{
	padding: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
}
img.logo.big{
	height: 30px;
	width:auto;
}
img.logo.small{
	height: 30px;
	width:auto;
}
.cart-count{
	background-color: #615C58;
	display: block;
	position: absolute;
	top: 44px;
	right: 25px;
	height: 16px;
	min-width: 16px;
	line-height: 14px;
	color: #fff;
	font-size: 11px;;
	font-weight: 600;
	letter-spacing: 0;
	padding: 2px 5px;
	border-radius: 10px;
}

@media screen and (max-width: 800px) {
	#primary-menu{
		margin-top: 80px;
	}
	nav.mobile-menu .close_button{
		display: block;
	}
	.menu-container{
		flex-direction: column;
	}
	.cart-count {
		top: 20px;
	}
/*	.mobile-menu li {
		padding: 5px 0;
	}*/
	.mobile-menu li {
		font-size: 16px;
	}
	header.site-header {
		min-height: 0;
		height: 70px;
	}
	header .block-2 img {
		max-height: 49px;
	}
	header .block-3 img {
		min-height: 24px;
		max-width: 24px;
	}
	header .block-2 img.small {
		display: block;
	}
	header .block-2 img.big {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	nav.mobile-menu {
		width: 100%;
	}
}

/* Нулевой экран главной страницы */
.title-screen{
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.title-screen .content{
	height: 45vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 5%;
	z-index: 1;
}
.title-screen .title{
	margin-top: 40px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
}
.single_add_to_cart_button, .btn, .button, a.showlogin, .woocommerce-button, a.showlogin-1{
	display: inline-block;
	padding: 17px 83px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
	text-align: center;
	border-radius: 0;
	cursor: pointer;
}
a.btn:hover{
	background-color: #615C58;
	color: #fff;
}

.title-screen .btn{
	margin-top: 42px;
	color: #000;
}
/*.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: #000;
	opacity: 0.8;
}*/

#login p.status {
	visibility: visible;
	display: none !important;
}
#login  p.status.error-text{
	display: block !important;
}

@media screen and (max-width: 800px) {
	.title-screen .title{
		font-size: 24px;
		line-height: 24px;
	}
	.title-screen{
		height: 90vh;
	}
}

@media screen and (min-width: 1440px) {
/*	.wrapper-1400{
		max-width: 1420px;
	}*/
}

/* Секция с двумя блоками */
.section-two-side{
	margin: 60px 0;
	display: block;
	position: relative;
}
.section-two-side .price{
	opacity: 0;
}
.front-img{
	width: 500px;
	height: 448px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 500ms;
}
.section-two-side .content:hover > .price{
	opacity: 1;
	transition: all 500ms;
}
.section-two-side .content:hover > a .front-img{
	background-size: 110%;
}

.block-size-100{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 700px;
}
.title{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
.block-size-100 .block-1{
	background-color: #E4E4E4;
	height: inherit;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-size-100 .block-2{
	display: block;
	background-color: #615C58;
	height: inherit;
	width: 100%;
	background-position: center center;
	background-size: cover;
}
.block-size-100 .content{
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media screen and (max-width: 1024px) {
	.block-size-100 {
		height: 500px;
	}
}
@media screen and (min-width: 1240px) {
	.section-two-side .wrapper{
		padding-left: 60px;
		padding-right: 60px;
		max-width: 100%;
	}
}

/* Секция с одним изображением */
.section-image{
	display: block;
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	min-height: 360px;
}
@media screen and (max-width: 600px) {
	.section-image {
		height: 360px;
	}
}

/* Слайдер Главной */
.single-item .slick-slide {
	padding: 0;
}
.single-item .slick-dots {
	bottom: 20px;
}
.single-item .slick-prev, .single-item .slick-next {
	z-index: 1;
	top: 50%;
}
.single-item .slick-dots li button::before {
	font-size: 16px;
	color: grey;
	opacity: 1;
}
.single-item .slick-dots li.slick-active button::before {
	color: rgba(50,50,50,0.89);
}

.single-item .slick-dots li button:hover::before, .single-item .slick-dots li button:focus::before {
	color: rgba(50,50,50,0.89);
}
.single-item .slick-dots li {
	width: 25px;
}

/* Слайдер товаров */
.section-slider-items{
	width: 100%;
	margin: 60px 0;
	/*position: relative;
	background-color: #fff;
	z-index: 2;*/

}
.product-item {
	max-width: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 7px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
.product-item .title{
	margin: 28px 0 10px 0;
}
.price{
	font-weight: 300;
}
.product-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-item-image{
	height: 460px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slick-prev::before, .slick-next::before {
	font-size: 30px;
	color: #000;
}
.section-slider-items .slick-slide {
	padding: 10px;
}
.slick-next {
	right: 40px;
}
.slick-prev {
	left: 30px;
}
.slick-prev, .slick-next {
	top: 43%;
	z-index: 1;
	width: 30px;
	height: 30px;
}
.slick-dots li {
	margin: 0;
}

/* footer */
.site-footer{
	background-color: #615C58;
	color: #fff;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 62px 60px 36px 60px;
	width: 100%;
	z-index: 2;
}
.site-footer a, .site-footer .language a.active{
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
}
.site-footer a{
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}


.site-footer a:hover{
	color: #000;
}
.site-footer .language a{
	font-weight: 300;
}
.site-footer .content{
	margin-top: 54px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-footer .nav{
	/*width: 100%;*/
}
.site-footer .links{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-footer .social{
	margin-left: 30px;
	display: flex;
	align-items: center;
	min-width: 30px;
	justify-content: flex-end;
}
.site-footer .language{
	min-width: 70px;
}
.site-footer ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;

}
.site-footer ul li{
	padding-right: 30px;
}

@media screen and (max-width: 640px) {
	.site-footer .content {
		flex-direction: column;
		margin-top: 68px;
	}
	.site-footer .logo{
		max-height: 30px;
	}
	.site-footer ul {
		align-items: flex-start;
		flex-direction: column;
	}
	.site-footer .content {
		align-items: flex-start;
	}
	.site-footer .links {
		margin-top: 50px;
		width: 100%;
	}
	.site-footer {
		padding: 40px 24px;
	}
	.woocommerce-checkout .site-footer{
		display: none;
	}
	.site-footer a{
		text-transform: uppercase;
	}
	.site-footer ul li {
		line-height: 100%;
		margin-bottom: 20px;
	}
	.site-footer .language {
		display: none;
	}
	.site-footer .social {
		margin-left: 0;
		min-width: 0;
		width: 20px;
		height: 20px;
	}

}

/*Product ---------------------------------------------*/
.single-product div.product {
	display: flex;
	align-items: flex-start;

}
.single-product .woocommerce-notices-wrapper{
	display: none;
}
section.related.products{
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery {
	float: left;
	width: 50%;
}

@media screen and (min-width: 641px) {
	.single-product div.product {
		max-width: 1440px;
		padding-right: 10px;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
		display: grid;
		grid-gap: 0;
		grid-template-columns: 55% 45%;
	}
}

.product .summary{
	margin: 0;
	padding: 0 60px 0 40px;
}
.magic-sticky-inner{
	padding-top: 51px;
}
.gallery-block{
	line-height: 0;
}

.product .summary h1{
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
}
.product figure {
	margin: 0;
}
.woocommerce-product-gallery__image img{
	width: 100%;
}
.gallery-block img {
	width: 100%;
}

.single_add_to_cart_button{
	background-color: #615C58;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	margin:0;
	border: 1px #615C58 solid;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}
.single_add_to_cart_button:hover{
	border: 1px #85827F solid;
	background-color: #85827F;
	color: #fff;


}
/*.woocommerce-product-gallery__image a{
	margin: 0;
	line-height: 0;
}
.woocommerce-product-gallery__image{
	line-height: 0;
}*/
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
}
.single-product .summary.entry-summary .quantity{
	display: none;
}
.single-product .product_meta{
	display: none;
}
.stock.out-of-stock, .stock.available-on-backorder{
	display: none;
}
.price-stock{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 30px;
}
.price-stock .in-stock{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
.price-stock .price{
	font-size: 24px;
	line-height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: 300;
}
.circle-green, .circle-red, .circle-yellow {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 11px;
	background-color: #00821D;
}
.circle-red{
	background-color: #9D2626;
}
.circle-yellow{
	background-color: #D68E00;
}
.in-stock-text {
	font-weight: normal;
	font-size: 12px;
	line-height:100%;
}
.woocommerce-product-details__short-description{
	/*margin-top: 60px;*/
	margin-bottom: 60px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
}
form.cart .single_add_to_cart_button{
	margin-bottom: 45px;
}
.section-slider-items .head-title{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	margin-left: 10px;
}

/*slider-single-product*/
.slider-single-product .slick-dots {
	bottom: 40%;
	display: flex;
	flex-direction: column;
	width: auto;
	left: 20px;
}

.mobile-price-stock{
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px 8px 24px;
	position: fixed;
	width: 100%;
	background-color: #fff;
	bottom: 60px;
	right: 0;
	left: 0;
	z-index: 1;
}
.mobile_product_title, .mobile_product_price{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
}
.mobile_product_price{
	font-weight: 300;
}

/*Модальна корзина*/
.modal-cart, .modal-login{
	margin: 0 auto;
	top: 0;
	right: 0;
	position: fixed;
	background-color: #EFEFEF;
	width: 50%;
	min-width: 470px;
	max-width: 472px;
	max-height: 100%;
	z-index: 99;
	transform-origin: right;
	/*transform: translate(0%, 0%);*/
	transform: translate(100%, 0%);
	transition: transform 0.4s;
	overflow: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	height: 100vh;
	min-height: -webkit-fill-available;
}
.modal-cart .menu-container{
	height: 100%;
}
.modal-login{
	background-color: #fff;
}
.modal-cart.show, .modal-login.show{
	transform: translate(0%, 0%);
}
.cart-overlay, .cart-overlay-2{
	position:absolute;
	width:100%;
	height:100%;
	z-index: 5;
	opacity:0;
	background-color: #000;
	top: 0;
	left: 0;
	visibility: hidden;
	transition: all .4s;
}
.cart-overlay.show, .cart-overlay-2.show{
	display: block;
	cursor: url('images/ic_close_rounded.svg'), auto;
	opacity: 0.8;
	visibility: visible;
}
.cart-overlay-2{
	z-index: 2;
}
.with-pointer{
	cursor: url('images/ic_close_rounded.svg'), auto;
}

.modal-cart .title, .modal-login .title{
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	width: 100%;
}
.modal-cart .menu-container, .modal-login .menu-container{
	flex-direction: column;
	background-color: #fff;
}
.head-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 36px 20px 30px 20px;
	background-color: #fff;
	width: 100%;
}
.head-block .title, .register-content .title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
.modal-cart .close_button, .modal-login .close_button{
	width: 10%;
}
.modal-cart .close_button img, .modal-login .close_button img {
	margin: 0;
}
.modal-cart ul{
	margin: 0;
	list-style: none;
	padding: 0 20px;
	background-color: #fff;
	/*border-bottom: 1px solid #9E9E9E;*/
}
.modal-cart .cart-container-main{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*height: calc(100vh - 84px);*/
	height: 100%;
}

.modal-cart .cart-container-main .cart-container-1{
	    overflow: overlay;
}
.modal-cart .widget_shopping_cart_content {
	height: calc( 100% - 84px);

}
.modal-cart .shop_table{
	height: 100%;
}
.modal-cart .shop_table form{
	height: 100%;
}
.cart-container-2{
	border-top: 1px solid #9E9E9E;
	background-color: #EFEFEF;
}
.widget_shopping_cart_content{
	width: 100%;
	margin-top: 0;
}
.widget_shopping_cart_content{

}
.modal-cart .product-title a{
	font-weight: normal;
	color: #000;
	text-transform: none;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	max-width: 120px;
	display: block;
}
.modal-cart .block-size-100{
	height: auto;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #E4E4E4;
	padding: 20px 0 15px 0;
}
.modal-cart .block-size-100:last-child{
	border-bottom: none;
}
.modal-cart .block-size-100:first-child {
	padding-top: 12px;
}

.modal-cart .block-1, .modal-cart .block-2{
	width: 48%;
	background-color: #fff;
}
.modal-cart img.attachment-woocommerce_thumbnail{
	min-width: 200px;
}
.modal-cart .block-2{
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 200px;
	/*padding-right: 20px;*/
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
}
.modal-cart a.remove_from_cart_button {
	padding: 0;
	display: block;
/*	position: absolute;
	margin-left: 150px;
	margin-top: -150px;*/
	min-width: 24px;
}
.mini-cart-product-title{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.mini-cart-product-bottom{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.modal-cart .tidy-minicart-price{
	margin: 0;

}
.widget_shopping_cart_content{
	/*padding: 10px 20px 0 20px;*/
	margin-bottom: 0;
}
.woocommerce-mini-cart__total{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0 20px;
	margin: 24px 0 0 0;
}
.woocommerce-mini-cart__total:first-child {
	margin: 30px 0 0 0;
}
.woocommerce-mini-cart__total.second-total{
	padding: 0 20px;
}
.woocommerce-mini-cart__total.third-total{
	padding: 0 20px;
	font-weight: 600;
}
.text-including-shipping{
	color: #828282;
	padding: 0 20px 0 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0 0 0;
}
.shipping-notice{
	display: flex;
	align-items: center;
}
.shipping-notice img{
	padding-left: 20px;
}

p.woocommerce-mini-cart__buttons{
	padding: 0 20px;
	margin: 30px 0;
}
.modal-cart .submit-button{
	display: none;
}
.woocommerce-mini-cart__empty-message{
	padding: 10px 20px 0 20px;
}

@media screen and (max-width: 600px) {
	.modal-cart, .modal-login {
		width: 100%;
		min-width: 0;
		font-size: 12px;
	}
	.modal-cart .block-size-100 {
		margin: 0;
		flex-direction: row;
	}
	.modal-cart img.attachment-woocommerce_thumbnail {
		min-width: 110px;
	}
	.modal-cart .block-size-100 .block-2 {
		min-height: 0;
		padding: 0;
	}
	.modal-cart .block-size-100 .block-1 {
		padding: 0;
	}
	
	.modal-cart a.remove_from_cart_button {
/*		margin-left: 110px;
		margin-top: -110px;*/
	}
	.modal-cart .tidy-minicart-price {
		font-size: 14px;
	}
}

/* number button  */

.modal-cart button{
	padding: 10px 10px 10px 10px;
}
input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.number-input {
	border: 0;
	display: inline-flex;
}
.number-input,
.number-input * {
	box-sizing: border-box;
}
.number-input button {
	outline:none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	position: relative;
}
.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #212121;
	transform: translate(-50%, -50%);
}
.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
	max-width: 26px;
	padding: 1px 0 0 0;
	border: none;
	height: 30px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.button.checkout{
	width: 100%;
	background-color: #615C58;
	color: #fff;
}
.button.checkout:hover{
	background-color: #85827F;
}

/* checkout */
.checkout h3 {
	color: #000000;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
}
.checkout .block-2  h3 {
	padding: 0 20px;
}
.woocommerce-checkout .woocommerce-message{
	display: none;
}

#customer_details p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	float: left;
}
.checkout .block-size-100 {
	align-items: flex-start;
	justify-content: space-between ;
	height: auto;
	display: grid;
	grid-gap: 11%;
	grid-template-columns: 58% 31%;
}
.checkout .block-1 {
	width: 100%;
	background-color: #fff;
}
.checkout .block-2 {
	width: 100%;
	background-color: #fff;
}
.checkout .woocommerce-input-wrapper{
	width: 70%;
}
.checkout input[type="text"], .checkout input[type="email"], .checkout input[type="tel"]{
	width: 100%;
	border-radius: 0;
	height: 50px;
	padding-left: 17px;
}
.checkout textarea{
	padding-left: 17px;
	padding-top: 7px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	/*color: #666;*/
	line-height: 50px;
	padding-left: 17px;
}
.checkout .select2-container .select2-selection--single {
	height: 50px;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	width: 30px;
}
.select2-container .select2-selection--single {
	height: 30px;
}
#customer_details #billing_address_2_field, #customer_details #shipping_address_2_field{
	justify-content: flex-end;
}
.woocommerce-checkout-review-order-table td{
	text-align: right;
	padding: 0px 20px 20px 0;
}
.woocommerce-checkout-review-order-table th{
	text-align: left;
	padding: 0 0 24px 20px;
}
.woocommerce-checkout-review-order-table tr.order-total td, .woocommerce-checkout-review-order-table tr.order-total th{
	padding: 30px 20px;
	background-color: #E0E0E0;
}
.woocommerce-checkout-review-order-table tr.order-total{
	text-transform: uppercase;
}
.woocommerce-checkout-review-order-table{
	border-collapse: collapse;
	border: 1px solid #9E9E9E;
	background-color: #EFEFEF;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.woocommerce-checkout-review-order-table th{
	font-weight: normal;
}

.woocommerce-checkout-review-order-table b, .woocommerce-checkout-review-order-table strong{
	font-weight: normal;
}
.woocommerce-shipping-totals th{
	/*text-transform: uppercase;*/
}
tr.cart-subtotal th, tr.cart-subtotal td{
	padding-top: 30px;
}

.checkout .button{
	width: 100%;
	background-color: #615C58;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 80px;
	margin-top: 30px;
	border: none;
}
.checkout .button:hover {
	background-color: #85827F;
}
.woocommerce-checkout h1 {
	display: none;
}
table{
	margin: 0;
}
.checkout ul {
	list-style: none;
	margin: 0;
}
.woocommerce-NoticeGroup ul{
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #fff;
}
.checkout .required, .woocommerce-address-fields .required, .woocommerce-edit-account .required {
	color: #000;
}
.checkout abbr[title], .woocommerce-address-fields abbr[title], .woocommerce-edit-account abbr[title] {
	border-bottom: none;
	text-decoration: none;
}
#customer_details .checkbox-different-address{
	float: right;
	width: 70%;
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
}
.checkbox-different-address-left{
	width: 50%
}
#agree_with_term_and_cond{
	width: 100%;
	display: flex;
}

@media screen and (max-width: 600px) {
	.checkout .block-size-100 {
		flex-direction: column;
	}
	.checkout .block-1 {
		width: 100%;
		padding: 0 10px;
	}
	.checkout .block-2 {
		width: 100%;
		min-height: 0;
		margin-bottom: 20px;
	}
	#customer_details p{
		flex-direction: column;
	}
	.checkout .woocommerce-input-wrapper {
		width: 100%;
	}
	#customer_details p label{
		width: 100%;
	}
	.checkbox-different-address-left{
		width: 0;
	}
	#agree_with_term_and_cond{
		width: 100%;
	}
}

/* --------------------------------------------------------------------------------------*/
/* SQUARED ONE */
#agree_with_term_and_cond input[type=checkbox] {
	visibility: hidden;
}
.squaredOne {
	width: 24px;
	height: 24px;
	background: #fff;
	position: relative;
	border: 1px solid #ccc;
}
.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 500px;
	height: 20px;
	left: 4px;
	top: 4px;
	padding-left: 30px;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.squaredOne label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff;
	top: 0;
	left: 0;
	content:url('images/ic_checkbox.svg');
}

.squaredOne-label{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-top: 5px;
	margin-left: 16px;
}

.squaredOne label:hover::after {
/*	filter: alpha(opacity=30);
	opacity: 0.3;*/
}
.squaredOne input[type=checkbox]:checked + label:after {
	filter: alpha(opacity=100);
	opacity: 1;
}
.squaredOne-label a{
	text-transform: none;
	text-decoration: underline;
}
.billing-information{
	padding: 60px 0;
	float: left;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin: 30px 0;
}

@media screen and (max-width: 600px) {
	.squaredOne label {
		width: 200px;
	}
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-noreviews, .woocommerce p.no-comments {
	background-color: #fff;
}

a.showlogin-1, a.showlogin, .woocommerce-button, .woocommerce-Button, .woocommerce-account .woocommerce a.woocommerce-Button{
	background-color: #615C58;
	text-transform: uppercase;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
.woocommerce-form-login-toggle a.showlogin, .woocommerce-form-login-toggle a.showlogin-1{
	margin-top: 10px;
	margin-bottom: 25px;
}
.woocommerce-button, .woocommerce-Button{
	margin-left: 0;
}
.woocommerce-checkout .block-size-100 .block-1 {
	align-items: flex-start;
	flex-direction: column;
}
#billing_company_field span.optional{
	display: none;
}

/* login */
#customer_login .u-column2{
	background-color: #EFEFEF;
	padding: 10px 10px;
}

/* my account */
.woocommerce-account .woocommerce{
	/*display: flex;*/
	min-height: 50vh;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woo-registration .woocommerce-MyAccount-navigation{
	float: left;
	width: 30%;
	min-width: 210px;
}
.woocommerce-account .woocommerce-MyAccount-content, .woo-registration .woocommerce-MyAccount-content{
	float: left;
	width: 70%;
}
.woocommerce-account ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-account ul li{
	margin-bottom: 20px;
}
.woocommerce-account .woocommerce a{
	color: #000;
}
.woocommerce-account ul li.is-active a{
	text-decoration: underline;
}
.woocommerce-address-fields .form-row, .woocommerce-EditAccountForm .form-row , .woo-registration .form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	float: left;
}
.woocommerce-address-fields .form-row label{
	width: 40%;
}
.woocommerce-address-fields .woocommerce-input-wrapper{
	width: 60%;
}
.woocommerce-address-fields .woocommerce-input-wrapper input{
	width: 100%;
}
.woocommerce-address-fields input[type="text"], .woocommerce-address-fields input[type="email"], .woocommerce-address-fields input[type="tel"]{
	width: 100%;
	border-radius: 0;
	height: 50px;
	padding-left: 17px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 50px;
	padding-left: 17px;
}
.woocommerce-address-fields .select2-container .select2-selection--single {
	height: 50px;
	border-radius: 0;
}
.woocommerce-MyAccount-content .button{
	text-transform: uppercase;
	color: #fff;
	background-color: #615C58;
}
#billing_address_2_field, #shipping_address_2_field{
	justify-content: flex-end;
}
.woocommerce-EditAccountForm label{
	width: 40%;
}
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-EditAccountForm input[type="tel"]{
	width: 60%;
	border-radius: 0;
	height: 50px;
	padding-left: 17px;
	font-weight: 400;
	color: #000;
}
.woocommerce-EditAccountForm span em{
	display: none;
}
.woocommerce-button.button.view{
	color: #fff;
}
.form-row-wide .password-input{
	width: 60%;
}
.form-row-wide .password-input input{
	width: 100%;
}

@media screen and (max-width: 720px) {
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		width: 100%;
	}
	.woocommerce-address-fields .form-row, .woocommerce-EditAccountForm .form-row{
		display: block;
	}
	.woocommerce-EditAccountForm input[type="text"], .woocommerce-EditAccountForm input[type="email"], .woocommerce-EditAccountForm input[type="tel"] {
		width: 100%;
	}
	.edit-account .button{
		width: 100%;
	}

}

/* Order Detail*/
.woocommerce-order-details a{
	text-transform: none;
}
.woocommerce-order-details th{
	text-align: left;
}
.woocommerce-customer-details .woocommerce-columns{
	display: flex;
	justify-content: space-between;
}
.woocommerce-customer-details .woocommerce-column{
	width: 100%;
	font-weight: 400;
}
td.product-image{
	max-width: 70px;
}
td.product-name, td.product-total{
	vertical-align: top;
}
.woocommerce-order ul{
	margin: 0;
}

/* page-template-default */
.text-page-left-header article{
	display: flex;
	justify-content: space-between;
}
.text-page-left-header .entry-header{
	width: 50%;
	margin: 0;
}
.text-page-left-header .entry-content{
	width: 80%;
}
.t-text-content-page .wrapper{
	max-width: 840px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 60px;
	margin-bottom: calc(120px - 1.5em);
}
.t-text-content-page .entry-content{
	max-width: 840px;
	margin: 0;
}
.t-text-content-page .entry-header{
	width: 50%;
	margin: 0;
	max-width: 180px;
	margin-right: 40px;
}
.t-text-content-page p {
	margin-top: 0;
	margin-bottom: 1.5em;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 110%!important;
	color: #000000;
}
.t-text-content-page h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.text-page-left-header article{
		flex-wrap: wrap;
	}
	.text-page-left-header .entry-header, .text-page-left-header .entry-content{
		width: 100%;
	}
	.t-text-content-page .entry-content {
		max-width: 100%;
		margin: 0;
	}
	.t-text-content-page h1 {
		margin-bottom: 24px;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
	}
	.t-text-content-page .wrapper{
		padding-left: 24px;
		padding-right: 24px;
		margin-bottom: calc(80px - 1.5em);
	}
	.t-text-content-page p {
		margin-top: 0;
		margin-bottom: 1.5em;
		color: #000000;
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 110%;
	}
}

/* Modal Login*/
.modal-login .login-container-main{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.modal-login .container-1{
	padding: 0 20px 60px 20px;
	background-color: #fff;
}
.modal-login .container-2{
	background-color: #EFEFEF;
	width: 100%;
	padding: 30px 20px;
	border-top: 1px solid #9E9E9E;
	position: relative;
	bottom: 0;
	left:0;
}
.modal-login .container-2 .register-content{
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal-login .container-2 a.showlogin, .modal-login .container-2 a.showlogin-1{
	width: 100%;
}
.modal-login form#login{
	/*height: 300px;*/
	display: flex;
	flex-direction: column;
}
.login-content{
	width: 100%;
}
.login-content input[type="submit"] {
	margin-top: 10px;
	border: none;
	border-radius: 0;
	line-height: 1;
	padding: 17px 3px;
	background-color: #615C58;
	text-transform: uppercase;
	color: #fff;
}
.login-content input[type="submit"]:hover{
	background-color: #85827F;
}
a.showlogin, a.showlogin-1{
	background-color: #fff;
	border: 1px #615C58 solid;
	color: #615C58;
}
a.showlogin:hover, a.showlogin-1:hover{
	background-color: #615C58;
	border: 1px #615C58 solid;
	color: #fff;
}
p.status{
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}
.modal-login input[type="text"], .modal-login input[type="password"]{
	width: 100%;
	border-radius: 0;
	height: 50px;
	margin: 5px 0;
}
a.lost{
	text-transform: none;
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;
	color: #000000;
}
.modal-login .required {
	color: #000;
}
.login-content label{
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 4px;
}
.error-text{
	color:#f00;
}
.fb-form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 12px 0;
}
.fb-form-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.line-grey{
	width: 100%;
	height: 1px;
	background-color: #E4E4E4;
}
.fb-form .line-grey{
	width: 35%;
	height: 2px;
	background-color: #E4E4E4;
}
.fb-form .text{
	width: 30%;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #000000;
	justify-content: center;
}

/*SHOP*/
ul.products a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
ul.products {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.products.columns-3 li.product {
	width: 32%;
}
ul.products a img{
	width: 100%;
	height: 360px!important;
	object-fit: cover;
}
.woocommerce-loop-product__title{
	margin: 12px 3.5px 12px 3.5px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	text-transform: none;
/*	text-align: left;
	width: 100%;*/
}
.woocommerce-pagination{
	display: block;
}
.product-result-count{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	text-transform: none;
	text-align: center;
}
.product-result-count p {
	margin-bottom: 5px;
}
.product-result-count button{
	 margin-bottom: 30px;
	 display: inline-block;
	 padding: 17px 83px;
	 font-style: normal;
	 font-weight: 600;
	 font-size: 16px;
	 line-height: 16px;
	 background-color: #fff;
	 text-align: center;
	 border-radius: 0;
	 cursor: pointer;
	 text-transform: uppercase;
 }
.product-result-count button:disabled{
	display: none;
}
.product-result-count .btn-load-more{
	border: 1px solid #615C58;
	color: #615C58;
	background-color: #fff;
	padding: 18px 40px;
	margin-bottom: 60px;
	padding-top: 18px;
}
.product-result-count .btn-load-more:hover{
	border: 1px solid #615C58;
	color: #fff;
	background-color: #615C58;
}

.indicator{
	width: 100%;
	max-width: 260px;
	height: 2px;
	display: flex;
	margin-bottom: 20px;
}
.indicator-part-1{
	width: 40%;
	height: 100%;
	background-color: #000;
}
.indicator-part-2{
	width: 60%;
	height: 100%;
	background-color: #e0e0e0;
}
.categories-list{
	margin: 60px 0;
	padding-left: 10px;
	padding-right: 0;
}
.categories-list a{
	margin-right: 30px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #828282;
}
.categories-list a.active{
	color: #000;
	text-decoration: underline;
}
@media screen and (min-width: 1440px) {
	.categories-list {
		padding-left: 60px;
	}
}


/*DISABLE DEFAULT STYLE*/
@media screen and (min-width: 48em) {
	.woocommerce ul.products li.product {
		width: 23%;
	}
	.woocommerce  ul.products li.product.last {
		margin-right: 0;
	}
	.woocommerce ul.products li.product {
		width: 23%;
		float: none;
		margin-right: 0;
	}
}

@media screen and (max-width: 800px) {
	ul.products li.product {
		width: 47%;
	}
}

#cookie-notice{
	background-color: transparent !important;
	/*min-width: 0 !important;*/
}
.cookie-notice-container{
	background-color: #fff !important;
	margin: 0 auto;
	max-width: 814px;
}
.cn-text-container{
	font-family: 'Josefin Sans',  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	/* identical to box height */
	display: flex;
	align-items: center;
	color: #000000;
}
.cn-text-container::before{
	content:url('images/ic_cookie.svg');
	position:relative;
	left: -10px;
	top: 9px;
}
a.cn-button{
	font-family: 'Josefin Sans',  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	padding: 16px 0 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 16px !important;
	background-color: #fff !important;
	text-align: center !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	border: 1px #615C58 solid !important;
	color: #615C58 !important;
	text-transform: uppercase;
	width: 160px;
	max-height: 46px;
}
.cn-button.bootstrap:hover{
	background-color: #615C58 !important;
	box-shadow: none !important;
	color: #fff !important;
}
.cn-close-icon{
	display: none;
}
.text{
	font-weight: 300;
	font-size: 20px;
	line-height: 110%;
	color: #000000;
	padding: 0 20px;
	background-color: #fff;
}
.text-1{
	font-weight: 300;
	font-size: 20px;
	line-height: 110%;
	color: #000000;
	padding: 20px 0;
}
.text-2{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
}
.text-3{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
}
.text-5{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	margin-top: 5px;
	margin-left: 34px;
}
.sar{
	margin-top: 20px;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
}
.sar-header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	cursor: pointer;
}
.sar-title{
	padding-top: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
}
.sar-close-button::before{
	content: url("images/ic_plus.svg");
}
a.sar-close-button:focus {
	outline: none;
}
.sar-header.open .sar-close-button::before{
	content: url("images/ic_minus.svg");
}
.sar-content{
	/*display: none;*/
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	transition:all 2s;
}
.single_add_to_cart_button.waiting::before{
	content: url('images/Spin-1s-41px.svg');
}

.woocommerce-account .woocommerce a.my-account-btn.newsletter {
	color: #fff;
}

.woocommerce-MyAccount-navigation{
	margin-top: 30px;
}
h1.my-account-title{
	margin: 0 0 47px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
.woocommerce-MyAccount-content{
	margin-top: 30px;
}
.my-account-header{
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.my-account-subtitle{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
}
.my-account-logout{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
}
.my-account-text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
}
.small-wrapper{
	max-width: 860px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	min-height: calc(100vh - 120px - 210px);
	min-height: -moz-calc(100vh - 120px - 210px);
	min-height: -webkit-calc(100vh - 120px - 210px);
}
.my-account-btn{
	padding: 17px 64px;
	border: 1px solid #615C58;
	color: #fff;
	background-color: #615C58;
}
.my-account-btn:hover{
	border: 1px #85827F solid;
	background-color: #85827F;
}
.my-account-btn.newsletter{
	margin: 30px 0 60px 0;
}
.my-account-btn.newsletter-1{
	padding: 17px 64px;
	border: 1px solid #615C58;
	color: #615C58;
	background-color: #fff;
	margin-top: 18px;
	margin-bottom: 180px;
}
.my-account-btn.newsletter-1:hover{
	border: 1px solid #615C58;
	color: #fff;
	background-color: #615C58;
}
p.form-row.hidden{
	display: none;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, ul.woocommerce-error{
	margin-bottom: 20px;
	color:#fff;
	padding: 10px;
}
.woocommerce-account ul.woocommerce-error li{
	margin-bottom: 0;
}
.button.apply{
	float:right;
	margin-top: 56px;
	margin-bottom: 100px;
	border: 1px solid #615C58;
	color: #fff;
	background-color: #615C58;
}
.button.apply:hover{
	border: 1px #85827F solid;
	background-color: #85827F;
}
.woocommerce-account select {
	border: 1px solid #ccc;
	background-color: #fff;
	height: 50px;
}

/* RADIO */
.form-control {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.form-control + .form-control {
	margin-top: 28px;
}
.form-control:focus-within {
	color: var(--form-control-color);
}
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--form-background);
	margin: 0;
	font: inherit;
	color: #9E9E9E;
	width: 20px;
	height: 20px;
	border:1px solid #9E9E9E;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	min-height: 20px;
}
.form-control span{
	padding-left: 14px;
}
input[type="radio"]::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background-color: #615C58;
}

input[type="radio"]:checked::before {
	transform: scale(1);
}

select#birth_date_day, select#birth_date_month, select#birth_date_year,  select#billing_phone_code{
	/*padding-left: 10px;*/
}
select#birth_date_day{
	width:29%;
	margin-right: 20px !important;
	max-width: 90px;
}
select#birth_date_month{
	width:35%;
	margin-right: 20px;
	max-width: 150px;
}
select#birth_date_year{
	width:38%;
	max-width: 123px;
}
select#billing_phone_code{
	width:18%;
	margin-right: 3%;
}
input#billing_phone{
	width:39%;
}
.woocommerce-address-fields #_address_2_field .screen-reader-text{
	position: relative !important;
}
.woocommerce-info.my-account-orders{
	padding: 0;
	margin-top: 30px;
}
.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing{
	font-style: normal;
	font-weight: 400;
}
a.checkout-back-shopping{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-transform: none;
	display: flex;
	width: 160px;
	margin: 20px 0 20px 0;
	justify-content: space-between;
}
a.checkout-back-shopping img{
	width: initial;
}
.woocommerce-checkout .magic-sticky-inner {
	padding-top: 16px;
}

.woocommerce-checkout .wrapper{
	width: 100%;
	max-width: 1060px;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce-checkout header .block-2{
	justify-content: flex-start;
}
.woocommerce-checkout .gallery-block{
	line-height: 100%;
}
.mini-cart-2{
	width: 100%;
	line-height: 100%;
}
.mini-cart-2 img {
	width: inherit;
}
.mini-cart-2 .block-size-100{
	width: 100%;
	display: flex;
	grid-gap:0;
	padding: 20px 0;
	border-top: 1px solid #E4E4E4;
}
.mini-cart-2 ul {
	padding: 0;
}
.mini-cart-2 .submit-button input[name="update_cart"]{
	display: none;
}
.mini-cart-2-list{
	padding-bottom: 40px;
	border-bottom: 6px solid #E4E4E4;
	margin-bottom: 50px;
	width: 100%;
}
.cart-column-1 img{
	max-width: 110px;
	width: 100%;
	min-height: 175px;
	height: 100%;
	object-fit: cover;
}
.cart-column-1{
	width: 23%;
}
.cart-column-2{
	width: 40%;
}
.cart-column-3{
	width: 20%;
}
.cart-column-4{
	width: 17%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-end;
	height: auto;
	min-height: 110px;
}
.mini-cart-2 .product-title a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	text-transform: none;
}
.mini-cart-2 .tidy-minicart-price{
	display: block;
}
.mini-cart-2 .mini-cart-product-bottom {
	display: block;
	width: 100%;
	margin-top: -8px;
}
.mini-cart-2 .mini-cart-shapka{
	border: none;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
}
.mini-cart-shapka .cart-column-4{
	min-height: 0;
}
.mini-cart-shapka .cart-column-3{
	margin-left: 40px;
}
.woocommerce-checkout .row{
	display: flex;
	width: 100%;
	padding: 18px 0 0 0;
}
.woocommerce-checkout .col-30{
	width: 30%;
}
.woocommerce-checkout .col-20{
	width: 20%;
}
.woocommerce-checkout .col-40{
	 width: 40%;
}
.woocommerce-checkout .col-80{
	width: 80%;
}
.woocommerce-checkout .col-30.edit-me{
	text-align: right;
}
.woocommerce-checkout .col-20.edit-me{
	text-align: right;
}
.woocommerce-checkout .col-30 a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-transform: none;
	text-decoration: underline;
}
#billing-block-1{
	display: block;
	overflow: hidden;
}
.woocommerce-form-login-toggle .woocommerce-info{
	color:#000;
}
#billing-block-2{
	padding-bottom: 60px;
	border-bottom: 6px solid #E4E4E4;
}
#shipping-method, #payment-method{
	padding-top: 50px;
	padding-bottom: 60px;
	border-bottom: 6px solid #E4E4E4;
}
#payment-method {
	border-bottom: 1px solid #E4E4E4;
}
#payment-method img{
	width: inherit;
	padding-left: 14px;
}
#place_order, #shipping-method, #payment-method, #billing-block-2{
	display: none;
}


.woocommerce-order{
	min-height: calc(100vh - 120px - 210px);
	min-height: -moz-calc(100vh - 120px - 210px);
	min-height: -webkit-calc(100vh - 120px - 210px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.woocommerce-order a.thank-you-link, a.thank-you-link:visited{
	margin: 30px 0;
	color:#fff;
	padding: 17px 47px;
	max-width: 271px;
}

.thank-you-title{
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 30px;
}
.thank-you-text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
	max-width: 460px;
}

.woocommerce-view-order td.product-image {
	max-width: 160px;
}
.woocommerce-order-details a, .woocommerce-view-order td.product-total {
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	display: block;
	padding-top: 10px;
}
.woocommerce-view-order td.product-total {
	text-align: right;
}
.woocommerce-view-order td.product-name {
	padding-left: 16px;
	min-width: 340px;
}
.woocommerce-view-order td{
	padding: 10px 0;
}
.woocommerce-view-order .product-quantity{
	margin-top: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
.woocommerce-customer-details{
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	padding: 20px 0 30px 0;
}
h2.woocommerce-column__title{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	text-transform: uppercase;
}
address {
	margin: 0;
	font-style: normal;
}
.subtotal-table{
	margin-top: 20px;
}
.subtotal-table th{
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.subtotal-table td{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-align: right;
}

.my-account-btn.newsletter-1 span {
	font-size: 24px;
	font-weight: 300;
}
.woocommerce-mini-cart__total strong{
	font-weight: normal;

}

.articul-title-1, .articul-value-1, .articul-title-2, .articul-value-2{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	margin-top: 12px;
	color: #000000;
	display: inline-block;
}
.articul-value-1{
	margin-left: 32px;
	display: inline-block;
}
.articul-title-2, .articul-value-2{
	margin-top: 10px;
	font-weight: 300;
}
.articul-value-2{
	margin-left: 10px;
	display: inline-block;
}
.woocommerce-account a.woocommerce-Button.button{
	padding: 17px 64px;
}
.woocommerce-account a.woocommerce-Button.button:hover{
	background-color: #85827F;
}

small.shipped_via{
	display: none;
}
.create-an-account{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #000000;
}
.woo-registration .woocommerce-privacy-policy-text{
	display: none;
}
.woo-registration .form-row-wide .password-input {
	width: 60%;
}
.woo-registration .woocommerce-EditAccountForm label{
	width: 40%;
}
.woo-registration .woocommerce-input-wrapper{
	width: 60%;
}
.woo-registration input[type="text"], .woo-registration input[type="email"], .woo-registration input[type="tel"] {
	width: 100%;
	border-radius: 0;
	height: 50px;
	padding-left: 17px;
}
.woo-registration .checkbox-different-address{
	float: right;
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	width: 68%;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, ul.woocommerce-error {
	margin: 0 0 20px 0;
	color: #fff;
	padding: 10px;
	list-style: none;
}
.woo-registration .woocommerce-button{
	margin-bottom: 180px;
	margin-top: 24px;
	border: 1px solid #615C58;
}

.woo-registration .form-row-button {
	justify-content: flex-end;
}
.hidden-phone-code{
	display: none;
}
.checkout select {
	border: 1px solid #ccc;
	background-color: #fff;
	height: 50px;
}

.checkout input#billing_phone {
	width: 69%;
}

.checkout #billing_phone_field .woocommerce-input-wrapper {
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.checkout .button.disabled{
	background-color: #BDBDBD;
	pointer-events: none;
}
.woocommerce-shop ul.products li.product {
	margin-bottom: 60px;
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: none !important;
}
.t-edit-address{
	line-height: 20px;
}
.woocommerce-orders-table__cell .woocommerce-button.button.view{
	padding-top: 10px;
	padding-bottom: 10px;
}
table.woocommerce-orders-table {
	border-spacing: 0 20px;
}

.woocommerce-table--order-details .woocommerce-table__product-name a {
	color: #000;
	max-width: 55%;
	padding-top: 0;
}
.order_item .woocommerce-table__product-image img{
	width: 160px;
}
.checkout h3.line-height-0{
	line-height: 0;
}
.checkout h3.shp-inf-2{
	margin-bottom: 45px;
}
.custom-add-to-cart-1{
	display: none;
}


/* registration */
p.password-will-be-sent{
	margin-bottom: 0;
	line-height: 16px;
	font-weight: 300!important;
}
.woo-registration .checkbox-different-address.register-agree-policy{
	margin-top: 16px;
}
.woo-registration .woocommerce-MyAccount-navigation {
	width: 27%;
}
.woo-registration .woocommerce-MyAccount-content {
	width: 73%;
}
.woo-registration .my-account-header {
	margin: 0 0 20px 0;
}
.woo-registration .woocommerce-input-wrapper {
	width: 68%;
}
.woo-registration .woocommerce-EditAccountForm label {
	width: 32%;
}
a.back-to-login{
	padding: 17px 51px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 180px;
}
.check-your-email-page .title{
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #000000;
	margin-top: 180px;
}
.check-your-email-page .text, .check-your-email-page .text-1{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
	padding: 0;
	margin-top: 30px;
	max-width: 400px;
}
.check-your-email-page .text-email{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #615C58;
}
.check-your-email-page .text-1{
	margin: 20px 0 30px 0;
}
.check-your-email-page .text-1 a{
	text-transform: none;
	text-decoration: underline;
	color: #000;
}
.wrapper.check-your-email-page{
	max-width: 1080px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
	border-style: none;
	border-width: 0;
	height: 0;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 35%;
	width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	content: url("images/ic_arrow_down.svg");
	margin-top: 30px;
}
#billing_phone_field .select2-container{
	width: 27% !important;
}
.woocommerce-edit-account #billing_phone_field .select2-container{
	width: 37% !important;
}
.select2-container .select2-selection--single {
	height: 50px;
	background-color: #fff;
	border: 1px solid #9e9e9e;
	border-radius: 0;
}
.woocommerce-edit-account .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 0;
}
.woocommerce-edit-account .select2-results ul li {
	margin-bottom: 0;
}
.woocommerce-edit-account input#billing_phone {
	width: 39%;
}
.flex-data {
	display: flex;
	width: 60%;
	justify-content: space-between;
}
.woocommerce-edit-account select#billing_phone_code{
	width:24%;
	margin-right: 20px;
	min-width: 88px;
}
.woocommerce-edit-account input#billing_phone {
	width:72%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #9E9E9E;
}
.woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout-review-order-table .order-total th{
	font-weight: 600;
}
.onlymobile{
	display: none;
}
.checkout .woocommerce-checkout-review-order-table{
	display: none;
}
.checkout .magic-sticky .woocommerce-checkout-review-order-table{
	display: table;
}
ul.woo-myacc-nav-mobile-list{
	transform: translateY(-150px);
	transition: all .5s;
	background-color: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
	padding: 0 24px;
	z-index: 3;
	visibility: hidden;
    margin: 0;
}
ul.woo-myacc-nav-mobile-list.open{
	transform: translateY(135px);
	visibility: visible;
}
ul.woo-myacc-nav-mobile-list li{
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #E4E4E4;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}
ul.woo-myacc-nav-mobile-list li:last-child{
	border-bottom: none;
}
.woo-myacc-nav-mobile{
	background-color: #fff;
	z-index: 4;
	position: relative;
	display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #000;
	color: #fff;
}
.woocommerce-table__product-name.product-name .order-col-2{
	display: none;
}
.top-product-list{
	display: none;
}
.product-slider-container{
	display: none;
}
.mobile-product-gallery{
	display: none;
}
.modal-image{
	display: none;
}
.mobile-menu .head-block .links{
	display: none;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 5px 0 0 #666 !important;
}
.mini-cart-2 .tidy-minicart-price.onlymobile{
	display: none;
}
.woocommerce .woocommerce-password-strength {
	text-align: left;
}
.woocommerce-account a.button.lost-pass-login{
	color: #fff;
}

/* Mobile */
@media screen and (max-width: 640px) {
	.wrapper {
		padding-right: 24px;
		padding-left: 24px;
	}
	#hamburger-button {
/*		width: 20px;
		height: 20px;*/
	}
	#hamburger-button span:nth-child(2) {
		/*top: 9px;*/
	}
	#hamburger-button span:nth-child(3) {
		/*top: 18px;*/
	}
	a.link-round-catalogue {
/*		width: 22px;
		height: 22px;*/
		margin-left: 17px;
	}
	header .block-3 {
		margin-right: 24px;
	}
	header .block-3 img {
/*		min-height: 20px;
		max-width: 20px;*/
	}

	header .block-3 a.account-button {
		margin-left: 0;
        /*
		width: 20px;
		height: 20px;
        */
	}

	header .block-3 #cart-button {
/*		width: 24px;
		height: 20px;*/
		margin-left: 16px;
	}
	a#cart-button .square{
        /*
		width: 20px;
		height: 20px;
		background-image: url('images/ic_cart_mobile.svg');
        */
	}
	a#cart-button .square._black{
        /*
		width: 20px;
		background-image: url('images/ic_cart_mobile_black.svg');
        */
	}
	.cart-count {
		right: 18px;
	}
	img.logo.small {
		height: 22px;
	}
	ul.products.columns-4 li.product {
		width: 46%;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 22px;
	}
	.product-result-count{
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 14px;
		color: #000000;
		margin-top: 0;
		padding-left: 24px;
		padding-right: 24px;
	}
	.product-result-count.with-indicator{
		margin-top: 7px;
	}
	.product-result-count .btn-load-more {
		width: 100%;
		padding: 12px 40px;
		padding-bottom: 8px;
		margin-bottom: 80px;
	}
	.categories-list {
		margin: 0 0 0 24px;
		display: flex;
		flex-direction: row;
		overflow-y: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
		padding: 32px 0 44px 0;
	}
	.categories-list::-webkit-scrollbar {
		display: none;
	}
	.woocommerce-loop-product__title {
		margin: 12px 3.25px 8px 3.25px;
		font-style: normal;
		font-weight: normal;
		color: #000;
		text-align: left;
		font-size: 14px;
		line-height: 120%;
	}
	.categories-list a {
		margin-right: 24px;
		white-space: nowrap;
	}

	/*MODAL BAG MOBILE*/
	.head-block {
		padding: 27px 26px 30px 24px;
		background-color: #fff;
		width: 100%;
	}
	.modal-cart .title{
		font-size: 18px;
		line-height: 18px;
	}
	.modal-cart .block-size-100:first-child {
		padding-top: 0;
	}
	.modal-cart .block-size-100 {
		/*align-items: inherit;*/
		align-items: unset;

	}
	.modal-cart .block-2 {
		height: auto;
	}
    .modal-cart .product-title a {
        font-size: 14px;
        line-height: 120%;
    }
	.modal-cart ul {
		padding: 0 26px 0 24px;
	}
	.mini-cart-product-bottom .tidy-minicart-price{
		display: none;
	}
	.onlymobile{
		display: block;
	}
	.tidy-minicart-price.onlymobile{
		margin-top: 10px;
	}
	.number-input input[type=number] {
		 font-style: normal;
		 font-weight: normal;
		 font-size: 14px;
		 line-height: 14px;
	 }
	.woocommerce-mini-cart__total:first-child {
		margin: 24px 0 0 0;
	}
	.woocommerce-mini-cart__total {
		padding: 0 24px;
		margin: 20px 0 0 0;
	}
	.woocommerce-mini-cart__total.second-total, .woocommerce-mini-cart__total.third-total, .text-including-shipping{
		padding: 0 24px;
	}
	.text-including-shipping{
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 120%;
		color: #828282;
		margin: 12px 0 0 0;
	}
	.woocommerce-mini-cart__total:first-child {
		margin: 24px 0 0 0;
	}
	.cart-container-2{
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
	}
	p.woocommerce-mini-cart__buttons {
		padding: 0 24px;
		margin: 16px 0 24px 0;
	}
	.cart-container-main {
		/*height: calc(100vh - 84px);*/
		/*min-height: -webkit-fill-available;*/
	}
	.block-size-100 .block-1 {
		justify-content: end;
	}
	.t-text-content-page .wrapper {
		margin-top: 32px;
	}
	/* CHECKOUT */
	.thank-you-title {
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
	}
	.thank-you-text {
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 150%;
		color: #000000;
		max-width:100%;
	}
	.woocommerce-order a.thank-you-link, a.thank-you-link:visited {
		margin: 36px 0 132px 0;
		color: #fff;
		padding: 16px;
		max-width: 100%;
		border: none;
	}
	.woocommerce-checkout .wrapper {
		padding-left: 24px;
		padding-right: 24px;
	}
	.woocommerce-checkout header .block-3 {
		margin-right: 0;
	}
	.woocommerce-checkout.woocommerce-order-received .entry-content {
		margin: 132px 0 0;
	}
	.woocommerce-order {
		min-height: 0;
	}
	.woocommerce-checkout .magic-sticky{
		display: none;
	}
	.checkout .block-size-100 {
		display: flex;
		grid-gap: 0;
		flex-direction: column;
	}
	.checkout .block-size-100.mini-cart-shapka{
		display: none;
	}
	.checkout .woocommerce-checkout-review-order-table{
		display: table;
	}
	.single_add_to_cart_button, .btn, .button, a.showlogin, a.showlogin-1, .woocommerce-button {
		font-size: 14px;
		line-height: 14px;
		padding: 16px;
		height: 44px;
	}
	.mini-cart-2 .block-size-100 {
		display: flex;
		flex-direction: row;

		display: -webkit-flex;
		-webkit-flex-direction: row;

		padding: 12px 0;
	}
	.cart-column-4 .tidy-minicart-price{
		display: none;
	}
	.checkout .cart-column-1 img {
		max-width: 100%;
		padding-right: 20px;
	}
	.checkout .cart-column-1 {
		width: 45%;
	}
	.checkout .cart-column-2 {
		width: 47%;
	}
	.checkout .cart-column-3 {
		width: 20%;
		/*align-self: self-end;*/
		position: absolute;
		margin-left: calc(45% - 24px);
		margin-top: 30%;
	}

	.checkout .cart-column-4 {
		min-width: 24px;
		width: 8%;
	}
	.checkout .block-1 {
		padding: 0;
	}
	.checkout  .number-input button {
		padding: 10px;
	}
	.mini-cart-2 .product-title a{
		font-size: 14px;
		line-height: 14px;
	}
	.mini-cart-2 .woocommerce-Price-amount.amount{
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 14px;
	}
	.mini-cart-2 .articul-title-2, .mini-cart-2 .articul-value-2{
		display: none;
	}
	.mini-cart-2 .cart-column-4 img {
		width: 22px;
	}
	.mini-cart-2 .block-size-100:first-child {
		border-top: none;
	}
	.mini-cart-2 h3{
		margin-bottom: 12px;
		margin-top: 9px;
	}
	.woocommerce-checkout .entry-content {
		margin: 10px 0 0;
	}
	.mini-cart-2-list {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 12px;
		width: 100%;
	}
	tr.cart-subtotal th, tr.cart-subtotal td {
		padding-top: 20px;
	}
	.woocommerce-checkout-review-order-table th {
		padding: 0 0 20px 20px;
	}
	.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping th, .woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td {
		padding-bottom: 20px;
	}
	.woocommerce-checkout-review-order-table tr.order-total td, .woocommerce-checkout-review-order-table tr.order-total th {
		padding: 20px 20px;
	}
	.woocommerce-checkout-review-order-table {
		font-size: 14px;
		line-height: 14px;
	}
	form.checkout.woocommerce-checkout{
		margin-top: 32px;
		border-top: 6px solid #E4E4E4;
		padding-top: 32px;
	}
	.checkout h3 {
		font-size: 18px;
	}
	a.checkout-back-shopping {
		font-size: 12px;
		line-height: 12px;
		width: 118px;
	}
	a.checkout-back-shopping img{
		height: 12px;
	}
	.checkout, .checkout input{
		font-size: 16px;
	}
	#customer_details p {
		margin: 12px 0;
	}
	#customer_details p label{
		margin-bottom: 10px;
	}
	.checkout input[type="text"], .checkout input[type="email"], .checkout input[type="tel"] {
		height: 44px;
	}
	.checkout .select2-container .select2-selection--single {
		height: 44px;
	}
	.checkout input[type="text"], .checkout input[type="email"], .checkout input[type="tel"] {
		padding-left: 13px;
	}
	

	input:focus {outline: none;}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 38px;
	}
	.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 44px;
		padding-left: 13px;
	}
	.checkout #billing_phone_field .woocommerce-input-wrapper {
		width: 100%;
	}
	.squaredOne-label {
		font-size: 14px;
		line-height: 120%;
		margin-top: 1px;
	}
	#customer_details .checkbox-different-address {
		width: 100%;
	}
	.checkout .button {
		padding: 16px 0;
		margin-bottom: 24px;
		margin-top: 12px;
		font-size: 14px;
		line-height: 14px;
	}
	.squaredOne {
		width: 22px;
		height: 20px;
	}
	.squaredOne label::after {
		width: 12px;
		height: 13px;
		top: -2px;
		left: -2px;
	}
	.checkout h3.shp-inf-2 {
		margin-bottom: 10px;
	}
	.woocommerce-checkout .row {
		padding: 24px 0 0 0;
	}
	.woocommerce-checkout .col-30 a {
		font-weight: 300;
		font-size: 13px;
		line-height: 13px;
	}
	.onlydesktop{
		display: none;
	}
	.wrapper.onlydesktop{
		display: none;
	}
	.woocommerce-checkout .col-40 {
		width: 70%;
	}
	#billing-block-2 {
		padding-bottom: 32px;
	}
	#shipping-method, #payment-method {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.form-control {
		font-size: 14px;
		line-height: 14px;
	}
	.text-5 {
		font-size: 14px;
		line-height: 14px;
	}
	.checkout h3.line-height-0 {
		line-height: 18px;
		margin: 0;
		margin-bottom: 12px;
	}

	/* my account navigation */
	.woocommerce-MyAccount-navigation{
		display: none;
	}
	.woo-myacc-nav-mobile .my-account-title{
		border-bottom: 1px solid #E4E4E4;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		background-color: #fff;
		z-index: 1;
	}
	.woo-myacc-nav-mobile .my-account-title .wrapper{
		display: flex;
		justify-content: space-between;
		padding-top: 24px;
		padding-bottom: 24px;
		cursor: pointer;
		padding-right: 30px;
	}
	ul.woo-myacc-nav-mobile-list{
		display: block;
	}
	.myacc-nav-btn::before {
		content: url("images/ic_account_arrow_down.svg");
	}
	.woo-myacc-nav-mobile.open .myacc-nav-btn {
		transform: rotate(180deg);
	}
	.woo-myacc-nav-mobile .myacc-nav-btn {
		transition: all .4s;
		transform: rotate(0deg);
	}
	.woo-myacc-nav-mobile{
		display: block;
	}
	header.site-header {
		z-index: 4;
	}
	.my-account-subtitle {
		font-size: 16px;
		line-height: 16px;
	}
	.my-account-logout {
		font-size: 12px;
	}
	.small-wrapper {
		padding: 0;
		margin: 0;
	}
	.woocommerce-MyAccount-content {
		margin-top: 24px;
	}
	.my-account-header {
		margin: 0;
	}
	.woocommerce-address-fields .form-row, .woocommerce-EditAccountForm .form-row, .woo-registration .form-row {
		margin: 12px 0;
	}
	.woocommerce-EditAccountForm .form-row:first-child{
		margin-top: 0;
	}
	.woocommerce-EditAccountForm label {
		display: block;
		padding-bottom: 10px;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
	}
	.flex-data {
		width: 100%;
	}
	.woocommerce-EditAccountForm input[type="text"],
	.woocommerce-EditAccountForm input[type="email"],
	.woocommerce-EditAccountForm input[type="password"],
	.woocommerce-EditAccountForm input[type="tel"] {
		height: 44px;
		padding-left: 13px;
		font-size: 14px;
	}
	.select2-container .select2-selection--single {
		height: 44px;
	}
	.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 16px;
		padding-left: 13px;
		font-size: 14px;
		padding-top: 13px;
	}
	.select2-container--default .select2-results > .select2-results__options {
		font-size: 14px;
	}
	.button.apply {
		margin-top: 12px;
		margin-bottom: 80px;
		padding: 12px;
		font-size: 14px;
		line-height: 14px;
		height: 44px;
		width: 100%;
	}
	.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
		font-size: 12px;
	}
	.my-account-text {
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 120%;
		margin-top: 24px;
	}
	.my-account-btn {
		padding: 13px;
		width: 100%;
	}
	.my-account-btn.newsletter {
		margin: 16px 0 8px 0;
		height: 44px;
		padding: 16px;
	}
	.my-account-btn.newsletter-1 {
		padding: 13px;
		margin-top: 16px;
		margin-bottom: 80px;
		height: 44px;
	}
	.my-account-btn.newsletter-1 span {
		font-size: 22px;
	}
	.woocommerce-account .woocommerce a.woocommerce-Button {
		width: 100%;
		padding: 16px;
		height: 44px;
		margin-bottom: 252px;
	}
	.woocommerce-address-fields .form-row label {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 14px;
	}
	.woocommerce-address-fields .form-row:first-child {
		margin: 0;
	}
	.woocommerce-address-fields input[type="text"], .woocommerce-address-fields input[type="email"], .woocommerce-address-fields input[type="tel"] {
		width: 100%;
		border-radius: 0;
		height: 44px;
		padding-left: 13px;
		font-size: 14px;
		line-height: 14px;
	}
	.woocommerce-address-fields .select2-container .select2-selection--single {
		height: 44px;
		line-height: 10px;
		padding-left: 0;
	}
	.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 14px;
		padding-left: 13px;
		font-size: 14px;
	}
	.woocommerce-account ul li {
		margin-bottom: 0;
	}
	ul li.menu-item {
		margin-bottom: 20px;
	}
	.woocommerce-view-order td.product-image {
		min-width: 130px;
		height: inherit;
	}
	.woocommerce-view-order td.product-total{
		display: none;
	}
	.woocommerce-view-order td.product-name {
		min-width: 40px;
	}
	.woocommerce-table--order-details .woocommerce-table__product-name a {
		max-width: 100%;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		padding-top: 0;
		margin-bottom: 0;
	}
	.order_item .woocommerce-table__product-image img {
		max-width: 130px;
		width: 100%;
    	min-height: 175px;
    	object-fit: cover;
	}
	.woocommerce-account .woocommerce-order-details{
		margin-top: 10px;
	}

	/* LOGIN */
	.login-container-1 .head-block {
		padding: 27px 26px 24px 24px;
		background-color: #fff;
		width: 100%;
	}
	.login-container-1 .title, .login-container-2 .title{
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
		text-transform: uppercase;
	}
	.login-container-1 .text{
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 110%;
		color: #000000;
		padding: 0 24px;
	}
	.modal-login .container-1 {
		padding: 0 24px 24px 24px;
	}
	.modal-login p.status {
		margin-top: 0;
		margin-bottom: 0;
		display: none;
	}
	.login-content label {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.modal-login input[type="text"], .modal-login input[type="password"] {
		margin: 0;
		height: 40px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	.modal-login  a.lost {
		margin-top: 10px;
		margin-bottom: 24px;
	}
	.modal-login .login-content input[type="submit"] {
		height: 44px;
		margin-top: 0;
		padding: 16px 3px;
	}
	.modal-login .text-1 {
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 110%;
		padding: 12px 0 24px;
	}
	.modal-login a.showlogin, .modal-login a.showlogin-1 {
		height: 44px;
		padding: 16px;
	}
	.modal-login .container-2 {
		padding: 24px;
	}

	/* REGISTRATION */
	.page-id-109 .t-text-content-page .wrapper {
		margin-top: 12px;
		/*margin-bottom: calc(80px - 1.5em);*/
		max-width: 640px;
	}
	.woo-registration .woocommerce-MyAccount-content {
		width: 100%;
	}
	.woo-registration .woocommerce-EditAccountForm label {
		width: 100%;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		color: #000000;
	}
	.woo-registration .my-account-header {
		margin: 0 0 24px 0;
	}
	p.password-will-be-sent {
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		color: #000000;
		margin-bottom: 0;
		display: inherit; 
	    width: 89%;
	    line-height: 16px;
	}
	.woo-registration .form-row:nth-child(4n) {
		margin: 12px 0 6px 0;
	}
	.woo-registration .woocommerce-EditAccountForm .form-row.form-row-button{
		margin: 0 !important;
	}
	.woo-registration .checkbox-different-address.register-agree-policy {
		float: none;
		width: 100%;
		margin: 24px 0;
		padding: 0;
		line-height: 100%;
	}
	.woo-registration .woocommerce-button {
		margin-bottom: 80px;
		margin-top: 0;
		height: 40px;
		padding: 16px 20px;
		width: 100%;
	}
	.woo-registration .squaredOne {
		width: 20px;
		height: 20px;
	}
	.woocommerce-info.my-account-orders {
		margin-top: 16px;
	}


	/* ORDER LIST */
	.woocommerce-view-order td.product-name {
/*		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: space-between;
		height: inherit;
		height: -webkit-fill-available;*/

	}
	tr.woocommerce-table__line-item.order_item{
		height: 100%;
	}
	.woocommerce-order-details  td {
		padding: 12px 0;
		border-bottom: 1px solid #E4E4E4;
		font-size: 14px;
	}
	.woocommerce-view-order .articul-title{
		margin: 0;
		line-height: 100%;
	}
	.woocommerce-table__product-name.product-name .order-col-2{
		line-height: 100%;
		display: flex;
		/*margin-top: 94px;*/
		font-weight: 300;
		justify-content: flex-end;
		margin-top: 7vh;
	}
	.woocommerce-customer-details {
		border-top: none;
		padding: 24px 0 24px 0;
		font-weight: 400;
	}
	.woocommerce-customer-details .woocommerce-columns {
		flex-direction: column;
	}
	.woocommerce-customer-details h2.woocommerce-column__title {
		line-height: 14px;
		margin: 0;
		margin-bottom: 8px;
	}
	.woocommerce-customer-details .col-2{
		margin-top:32px;
	}
	.subtotal-table {
		margin-top: 14px;
		margin-bottom: 14px;
		font-size: 14px;
	}
	.subtotal-table th {
		font-size: 14px;
		line-height: 14px;
	}
	.subtotal-table td {
		font-size: 14px;
		line-height: 14px;
	}
	.woocommerce-view-order td {
		padding: 10px 0;
	}
	.woocommerce-account .woocommerce a.order-back {
		margin-top:0;
		margin-bottom: 80px;
	}
	.woocommerce-orders-table__cell .woocommerce-button.button.view {
		padding: 16px;
		height: 44px;
		font-size: 14px;
		line-height: 14px;
	}
	.subtotal-table tr:last-child td, .subtotal-table tr:last-child th{
		font-weight: 600;
	}

	/* FRONT PAGE */
	.title-screen .content{
		display: none;
	}
	.single-item .slick-dots {
		bottom: 27px;
	}
	.single-item .slick-dots li button::before {
		font-size: 6px;
		color: #B9B9B9;
	}
	.single-item .slick-dots li.slick-active button::before {
		color: #615C58;
	}
	.single-item .slick-dots li {
		width: 14px;
	}
	.section-two-side {
		background-color: #fff;
		padding: 24px;
		margin: 0;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.slick-list {
		line-height: 0;
	}
	a.top-product{
		display: block;
		width: 100%;
		margin-bottom: 16px;
	}
	.front-img {
		width: 100%;
		height: 238px;
		background-size: contain;
	}
	.section-two-side .block-size-100 .content {
		width: 100%;
	}
	.section-two-side .block-size-100 .block-1 {
		padding: 16px 0 28px 0;
	}
	.section-two-side .price {
		opacity: 1;
		margin-top: 8px;
	}
	.section-two-side .content:hover > a .front-img {
		background-size: contain;
	}
	.top-product-list {
		background-color: #fff;
		padding: 24px 0 121px 0;
		display: flex;
		flex-direction: row;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.top-product-img{
		min-width: 228px;
		height: auto;
	}
	.top-product-list .product-item {
		max-width: 100%;
		position: relative;
		width: 100%;
		overflow: initial;
		margin: 0;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		margin-left: 24px;
	}
	.top-product-list .product-item:last-child{
		margin-right: 24px;
	}
	.product-slider-container{
		width: 100%;
		max-height: 500px;
		display: block;
	}
	.product-slider-container .title-screen {
		height:  500px;
	}


	/* SINGLE PRODUCT*/
	.sar {
		margin: 24px 0 8px 0;
	}
	.single-product div.product {
		flex-direction: column;
		margin-bottom: 32px;
	}
	.product .summary {
		width: 100%;
		padding: 10px 24px 0 24px;
	}
	.single-product .woocommerce-product-details__short-description {
		margin-top: 0;
		margin-bottom: 32px;
		font-size: 14px;
	}
	.single-product .gallery-block{
		display: none;
	}
	.mobile-product-gallery{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		padding: 28px 0px 17px 27px;
		margin-bottom: 28px;
		width: 95%;
	}
	.mobile-product-gallery a{
		display: block;
		//width: 45%;
		padding-bottom: 24px;
	}
	.mobile-product-gallery a:last-child, .mobile-product-gallery a:nth-last-child(2){
		padding-bottom: 0;
		max-height: 150px;
		max-height: 150px;
	}
	.magic-sticky-inner {
		padding-top: 0;
	}
	.modal-image{
		transform: scale(0);
		transition: all .2s;
		background-color: #fff;
		position: fixed;
		top: 0;
		width: 100%;
		display: block;
		padding: 0;
		z-index: 4;
		visibility: hidden;
		margin: 0;
		height: 100vh;
	}
	.modal-image.open{
		transform: scale(1);
		visibility: visible;
	}
	.modal-image .head-block {
		height: 70px;
		padding: 0 29px;
		background-color: #fff;
		width: 100%;
	}
	.modal-image .close_modal-image img {
		margin: 10px 0 0 0 ;
		cursor: pointer;
	}
	.custom-add-to-cart-1{
		display: block;
		height: auto;
		background-color: #fff;
		width: 100%;
	}
	.custom-add-to-cart-1 .product_title{
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		align-items: center;
		text-transform: uppercase;
		margin: 24px 0 16px 0;
		padding: 0 24px;
	}
	.custom-add-to-cart-1 .price-stock {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0 24px;
	}
	.custom-add-to-cart-1 .in-stock-text {
		width: max-content;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 12px;
		margin-top: 2px;
	}
	.custom-add-to-cart-1 .price-stock .price {
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 16px;
	}
	.single-product .custom-add-to-cart-1 form.cart {
		position: relative;
		padding: 0 24px;
		display: block;
	}
	.single-product .custom-add-to-cart-1 .quantity{
		display: none;
	}
	.custom-add-to-cart-1 .single_add_to_cart_button {
		margin-top: 16px;
	}
	.single_add_to_cart_button {
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		height: 44px;
	}
	.mobile-menu .head-block .links{
		display: block;
		width: 100%;
	}
	.mobile-menu .head-block{
		height: 70px;
		padding: 0 24px 0 24px;
		line-height: 100%;

	}
	.mobile-menu .close_button img {
		margin: 0;
	}
	.mobile-menu #primary-menu {
		margin-top: 50px;
	}
	.mobile-menu #primary-menu, .mobile-menu #secondary-menu {
		padding: 0 24px;
		margin-left: 0;
	}
	.mobile-menu #secondary-menu {
		margin-top: 60px;
	}
	.mini-cart-2 .tidy-minicart-price.onlymobile{
		display: block;
	}
	.woocommerce-edit-account input#billing_phone {
		width: 70%;
	}
	.articul-title-1, .articul-value-1 {
		font-size: 14px;
		line-height: 14px;
	}
	img#product_full_image{
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.section-slider-items{
/*		padding: 0;
		margin: 0;
		padding-bottom: 10px;*/
	}
	.home{
		background-color: #FFF;
	}
	.block-size-100 .block-2{
		min-height: 360px;
	}
	.section-slider-items .product-item .title {
		margin: 5px 0 10px 0;
	}
	.section-slider-items .product-item {
		margin: 0;
	}
	.mobile-menu .language a{
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 16px;
		color: #000000;
		border-left: 1px solid #000000;
		padding: 4px 0 0 10px;
	}
	.mobile-menu .language a:first-child{
		border: none;
		padding: 4px 10px 0 0;
		margin: 0;
	}
	.mobile-menu .language a.active{
		font-weight: 600;
	}
	.cart-container-2 {
		border-top: none;
	}
	.title-screen a.modal_product_image{
		width: 100%;
		height: 100%;
		display: block;
	}

}
@media screen and (max-width: 640px) {
	.wrapper{
		/*padding: 0;*/
		/*		padding-right: 5px;
                padding-left: 5px;*/
	}
	.block-size-100 {
		margin: 0;
		flex-direction: column;
	}
	.block-size-100 .block-1 {
/*		padding: 30px 0 35px 0;*/
	}
	.section-two-side{
		margin: 0
	}
	.block-size-100 {
		height: auto;
	}
	.section-two-side .block-1 img{
		max-height: 260px;
	}
	.section-two-side .wrapper{
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 640px) {
	.gallery-block{
		width: 100%;
	}
	.single-product div.product {
/*		flex-direction: column;
		margin-bottom: 60px;*/
	}
	.single-product div.product .woocommerce-product-gallery {
		width: 100%;
	}
	.product .summary {
/*		width: 100%;
		padding: 10px 16px 0 16px;*/
	}
	.section-slider-items .head-title{
		text-align: center;
		margin-left: 0;
	}
	.product .summary h1 {
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
	}
	.price-stock .price {
		font-size: 16px;
	}
	.single_add_to_cart_button{
		font-size: 16px;
	}
	.single-product .entry-summary .product_title{
		display: none;
	}
	.single-product .entry-summary .price-stock{
		display: none;
	}
	.mobile-price-stock{
		/*display: flex;*/
	}
	.single-product form.cart{
		position: fixed;
		align-items: center;
		justify-content: space-between;
		padding: 0 24px 2px 24px;
		width: 100%;
		background-color: #fff;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1;
		height: 60px;
		display: none;
	}
}

/*
.input-text {
	color: #9E9E9E;
}
*/

.woocommerce-account ul.select2-results__options li.select2-results__option {
	margin-bottom: 0;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions span{
	display: none;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before{
	display: none;
}

@media screen and (max-width: 640px) {
	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button{
		margin-top: 6px;
		width: 100%;
	}
	.woocommerce-orders-table__row{
		font-size: 14px;
		line-height: 220%;
	}
}

@media screen and (min-width: 768px) {
	ul.products {
		justify-content: flex-start;
	}
	.woocommerce ul.products li.product{
		margin-right: 3.5%;
	}
	.woocommerce ul.products li.product:nth-child(4n){
		margin-right: 0;
	}
	
	p.password-will-be-sent{
	margin-bottom: 0;
	width: 100%;
	line-height: 16px;
	padding-left: 110px;
	text-align: center;
}
}


.best-sellers-list{
	background-color: #fff;
}
.title-slider-bestsellers {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 13px;
}
.best-sellers-list .slick-prev, .best-sellers-list .slick-next {
	top: -30px;
}

.best-sellers-list .slick-next::before{
	content: url('images/ic_arrow_bestsellers_next.svg');
}
.best-sellers-list .slick-next{
	right: 10px;
}
.best-sellers-list .slick-prev::before{
	content: url('images/ic_arrow_bestsellers_prev.svg');
}
.best-sellers-list .slick-prev{
	left: auto;
	right: 76px;
}
.best-sellers-list .product-item-content{
	text-align: left;
}

.best-sellers-list .wrapper{
	padding-left: 50px;
	padding-right: 50px;
}

.best-sellers-list .product-item .title {
	margin: 12px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 110%;
	color: #000000;
}
.woocommerce-form p{
	font-weight: 400;
}
.woocommerce-button--next{
	margin-bottom: 60px;
}
.woocommerce-lost-password input[type="password"], .woocommerce-lost-password input[type="text"]{
	height: 50px;
	padding-left: 17px;
	padding-right: 17px;
}
.woocommerce-lost-password .button{
	background-color: #615C58;
	border: 1px solid #615C58;
}
.woocommerce-lost-password .button:hover{
	background-color: #85827F;
	border: 1px solid #85827F;
}
.woocommerce-lost-password a.lost-pass-confirm{
	text-transform: none;
	text-decoration: underline;
}

.subscription-check{
	margin-top: 16px;
}
.woocommerce-error {
	background-color: #615C58 !important;
}


@media screen and (max-width: 640px){

	.my-account-btn.newsletter-1 {
		padding: 15px;
	}

	.title-slider-bestsellers{
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
	}
	.best-sellers-list .slick-next::before{
		content: url('images/ic_arrow_bestsellers_next_mobile.svg');
	}
	.best-sellers-list .slick-prev::before{
		content: url('images/ic_arrow_bestsellers_prev_mobile.svg');
	}
	.best-sellers-list .slick-prev, .best-sellers-list .slick-next {
		top: -26px;
	}
	.best-sellers-list .product-item .title {
		margin: 12px 0 8px 0;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 110%;
	}
	.best-sellers-list .slick-prev{
		left: auto;
		right: 58px;
	}
	.sar-title {
		font-size: 14px;
	}
	.best-sellers-list .wrapper{
		padding-left: 14px;
		padding-right: 14px;
	}
	.best-sellers-list .section-slider-items{
		margin: 32px 0 80px 0;
	}
	.modal_product_image img{
		max-height: 179px;
		min-height: 179px;
		height: 100%;
		width: 144px;
		object-fit: cover;
	}
	
	ul.products a img{
	width: 100%;
	height: 179px!important;
	object-fit: cover;
	}

	/* lost password page begin*/
	.woocommerce-lost-password h1.entry-title{
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		color: #000000;
		margin: 32px 0 0 0;
	}
	.woocommerce-lost-password p {
		margin: 0 0 24px 0;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 150%;
		color: #000000;
	}
	.woocommerce-lost-password p label {
		display: block;
		width: 100%;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		color: #000000;
	}
	.woocommerce-lost-password input[type="password"], .woocommerce-lost-password input[type="text"]{
		margin-top: 10px;
		width: 100%;
		border-radius: 0;
		height: 44px;
		padding-left: 13px;
		font-weight: 400;
		color: #000;
		font-size: 14px;
		line-height: 14px;
		border: 1px solid #9E9E9E;
	}
	.woocommerce-lost-password .button{
		width: 100%;
		background-color: #615C58;
		border: 1px solid #615C58;
	}
	.woocommerce-lost-password .button:hover{
		background-color: #85827F;;
		border: 1px solid #85827F;;
	}
	.woocommerce-lost-password .entry-content {
		margin: 24px 0 80px 0;
	}
	.woocommerce-lost-password .woocommerce {
		min-height: 10vh;
	}
	.woocommerce-account a.button.lost-pass-login{
		padding: 14px;
	}

	/* lost password page end*/



}

.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}

@media screen and (max-width: 480px){
  .woo-registration .woocommerce-button {
    margin-bottom: 80px;
    margin-top: 0;
    height: 44px;
    padding: 16px 20px;
    width: 100%;
   }
   .modal-cart img.attachment-woocommerce_thumbnail{
    max-width: 130px;
    min-height: 175px;
	object-fit: cover;
   }	
   .checkout .cart-column-1 img{
   	max-width: 130px!important;
    max-height: 175px!important;
   }
   .checkout .cart-column-2{
   	    margin-top: 5px;
   }
   .mini-cart-2 .product-title a{
   	font-size: 14px;
    line-height: 21px;
   }
   .modal-cart .tidy-minicart-price{
   	    font-family: 'Josefin Sans';
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 14px;
   }
   ul.products a{
     display: block;
      
   }
   ul.products a .price{
		  font-family: 'Josefin Sans';
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 14px;
	   text-align: left;
	   margin-left: 3.25px;
   }

   ul.products a img{
        width: 144px!important;
        height: 179px!important;
            margin: 0 auto;
   }
   ul.products.columns-4 li.product{
   	
   }
}