/*!
Theme Name: shop
Theme URI: http://underscores.me/
Author: zubi
Author URI: http://zubi
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: landor
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.

shop 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

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

/*--------------------------------------------------------------
# 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%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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

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

/* 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: #404040;
	/* font-family: -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: #4169e1;
} */

/* a:visited {
	color: inherit;
  text-decoration: none;
} */

/* a:hover,
a:focus,
a:active {
	color: #191970;
}

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-color: #ccc #ccc #bbb;
	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: #aaa #bbb #bbb;
}

/* 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: #666;
	border: 1px solid #ccc;
	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 0 1.5em;
}

.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;
} */
/* @charset "UTF-8"; */
/* reset */
/* main variables */
body { margin: 0px; padding: 0px; font-family: Arial, sans-serif; background-color: #fff; height: 100%; line-height: 1; position: relative; font-size: 16px !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }

html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }

input, textarea { color: #333; 
  /* font-family: Arial, sans-serif; */
   outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
    -webkit-appearance: none; 
  }

input[type="button"], input[type="submit"], button { cursor: pointer; }

td { margin: 0px; padding: 0px; }

form { padding: 0px; margin: 0px; }

a { color: #fff; transition: all 0.3s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, span, div, button { outline: none !important; }

input[type=submit], input[type=button], button { -webkit-appearance: none; outline: none; }

* { box-sizing: border-box; }

*:before, *:after { box-sizing: border-box; }

.clearfix:after, .wrapper:after, .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/*! 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; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** 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; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 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; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/** 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; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

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

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ 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; }

/** 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; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 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; /* 1 */ padding: 0; /* 2 */ }

/** 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; /* 1 */ outline-offset: -2px; /* 2 */ }

/** 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; /* 1 */ font: inherit; /* 2 */ }

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

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
* { box-sizing: border-box; }

/*@import "components/_bootstrap-grid.min";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
* { box-sizing: border-box; }
body{
  font-family: 'Montserrat',Arial, Helvetica,sans-serif; font-weight: 300; 
}
.wrap_page{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  height: auto;
  /* overflow: hidden;  */
}
.wrapper {    
  
  min-width: 280px; max-width: 4000px; 
  padding: 0; 
  width: 100%;
  overflow: hidden; 
  margin: 0 auto; position: relative; /*    font-family: 'Cormorant Garamond', serif; font-family: 'Montserrat', sans-serif;*/ font-family: 'Montserrat',Arial, Helvetica,sans-serif; font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; background: #FCFBFA; }

p { margin: 0 0 1.2em 0; padding: 0; font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; }

strong { font-weight: 700; }

a { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; padding: 0; text-decoration: underline; transition: all 0.3s ease; }

a:hover { text-decoration: none; }

ul { /*    list-style: none;*/ margin-top: 0.5em; margin-bottom: 30px; padding: 0 0 0 30px; /*font-weight: 400; font-size: 16px; line-height: 160%; color: #727280;*/ }

ul li { margin: 10px 0; }

h2, .title_h2 { margin: 1em 0 1em 0; font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-size: 28px; line-height: 100%; letter-spacing: 0.02em; color: #333333; }

h3, .title_h3 { margin: 1em 0 1em 0; font-weight: 600; font-size: 18px; line-height: 160%; color: #333333; }

.toggle_block { display: none; z-index: 100; }

.toggle { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

.toggle_text { font-weight: 400; font-size: 16px; line-height: 160%; text-transform: uppercase; color: #73706D; display: inline-block; vertical-align: middle; margin: 0 0 0 0px; text-decoration: underline; }

.toggle:hover .toggle_text { text-decoration: none; }

.toggle_icon { display: none; vertical-align: middle; width: 16px; height: 16px; background-position: center center; background-repeat: no-repeat; background-size: auto; background-image: url(img/close_menu.svg); margin: 0 0 0 8px; }

.arrow_menu { display: inline-block; vertical-align: middle; }

.arrow_menu svg, .arrow_menu path { fill: #73706D; }

.open .arrow_menu svg, .open .arrow_menu path { fill: #2E2E33; }

.column_rel { position: relative; }

.drobdown__block { display: block; position: absolute; height: 0; opacity: 0; overflow: hidden; left: 0; top: 100%; background: #fff; width: 100%; background: #FFFFFF; z-index: -1; box-shadow: 0px 20px 30px rgba(114, 114, 128, 0.2); padding: 40px 0px; border-top: 1px solid #ACABAA; }

.nav__list li.openes .arrow_menu { -ms-transform: rotate(180deg); transform: rotate(180deg); }

.openes .drobdown__block { height: auto; opacity: 1; overflow: visible; z-index: 50; border-top: 1px solid #DEE1E7; }

.drobdown__container, .drobdown__list-container { list-style: none; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: stretch; align-items: stretch; }

.drobdown__list-container { -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: left; max-width: 63%;}

.drobd_images { padding: 0 100px; max-width: 37%;}

.cat_img { width: 440px; height: 270px; background-repeat: no-repeat; background-size: cover; background-position: center; }

.drobdown-list { list-style: none; margin: 0; padding: 0; }

.drobdown-list > li > a { font-weight: 400; font-size: 16px; line-height: 160%; color: #73706D; display: block; text-decoration: none; margin: 0px 0px 0px 0px; }

.drobdown-list > li > a:hover { text-decoration: none; color: #333333; }

.drobdown__list-elem { padding-left: 100px; max-width: 25%;}

.drobd_title { font-weight: 600; font-size: 16px; line-height: 160%; color: #333333; }

.drobd_list-title { display: none; }

.drobd_img { display: none; }

.header__mob-menu { display: none; }

.filter__mob-menu { display: none; }

.row { margin-right: -15px; margin-left: -15px; }

.container { padding: 0 15px 0 15px; max-width: 100%; margin: 0 auto; }

.column__100 { width: 100%; margin: 0 auto; }

.column_100 { width: 100%; max-width: 100%; }

.column_75 { width: 75%; max-width: 100%; float: left; }

.column_50 { width: 50%; max-width: 100%; /*  float: left;*/ }

.column_65 { width: 65%; max-width: 100%; /* float: left;*/ }

.column_l { float: left; }

.column_r { float: right; }



.f__b-container:after, .f__b-container:before { content: ''; width: 100%; display: block; clear: both; }

.f__bs-container { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: stretch; align-items: stretch; }

.f__bc-container { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; }

.f__column-60 { width: 60%; float: left; }

.f__column-50 { width: 60%; }

.f__column-40 { width: 40%; float: right; }

.c_40 { float: none; }

.column__offset-all { padding-right: 8.33%; padding-left: 8.33%; }

.column__offset-17 { padding-right: 17%; padding-left: 17%; }

.column__offset-100 { padding-left: 100px; padding-right: 100px; }
.woocommerce-checkout
.column__offset-100 { padding-left: 160px; padding-right: 160px; }
.column__wigth-t { padding-right: 17%; padding-left: 17%; margin: 0 auto; }

.header__container { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; padding: 13px 100px; }

.header__block-l { position: relative; }

.header__block-l:before { content: ''; width: 150px; height: 100%; right: 100%; top: 0; z-index: 2; position: absolute; background: #fcfbfa; }

.header_dark .header__block-l:first-child:before { background: #333333; }

.header__block-r { text-align: right; }

.logo_top { position: relative; text-decoration: none; display: block; }

.logo_top:hover { text-decoration: none; }

.logo_top img { width: auto; max-width: 100%; max-height: 100%; display: inline-block; vertical-align: bottom; position: relative; }

.logo_top img:last-child,
.logo_top .logo_el-hover { transition: all 0.6s linear; }

.logo_top img:first-child { margin-right: 5px; background: #fcfbfa; z-index: 3; }
.img_l_bottom{
	display: none;
}
.header_dark .logo_top img:first-child { background: #333333; }

.logo_top img:last-child ,
.logo_top .logo_el-hover{ left: -100%; z-index: 0; }

.logo_top:hover img:last-child ,
.logo_top:hover  .logo_el-hover{ left: 0%; }

.nav__list { list-style: none; margin: 0; padding: 0; display: block; }

.nav__list > li { display: inline-block; vertical-align: middle; padding-bottom: 0px; margin: 0 25px; }

.nav__list > li a { padding: 0px 0px 0px  0px; font-weight: 400; font-size: 16px; line-height: 160%; text-align: center; color: #73706D; position: relative; display: inline-block; text-decoration: none; margin: 0px 0px 0px 0px; position: relative; }

.nav__list > li > a:hover { text-decoration: none; }

.nav__list li span { padding: 0px 0 0px  0px; display: block; transition: all 0.2s ease; }

.nav__list .nav_l-n { position: absolute; left: 0; top: 0; font-weight: 400; color: #73706D; z-index: 2; }

.nav__list .nav_l-b { position: relative; left: 0; top: 0; z-index: 1; opacity: 0; font-weight: 600; }

.header_dark .nav__list .nav_l-n { color: #D4D3D2; }

.header_dark .nav__list .nav_l-b { color: #FFFFFF; }

.nav__list li a:hover .nav_l-n, .nav__list li.active a .nav_l-n { opacity: 0; }

.nav__list li a:hover .nav_l-b, .nav__list li.active a .nav_l-b { opacity: 1; }

.section_advances { background: rgba(212, 211, 210, 0.4); padding: 80px 0 80px 0; }

.advances__container { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; }

.advances__elems { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; /* -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;*/ width: 70%; }

.advances__title { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 44px; line-height: 120%; letter-spacing: 0.02em; color: #333333; padding-right: 20px; width: 30%; }

.advances__elem { padding-right: 10%; }

.advances__elem img { width: auto; max-height: 70px; }

.advances__elem-text { margin: 20px 0 0 0; font-size: 18px; line-height: 160%; color: #333333; }

.footer { width: 100%; padding: 0px 0 0px 0; position: relative; overflow: hidden; background-color: #fff; }

.footer_container { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; }

.footer__block { padding-right: 6%; }

.footer__block:last-child { padding-right: 0; }

.footer__block-w2 { width: 20%; }

.footer__block-w3 { width: 30%; }

.footer__img { margin: 0 0 50px 0; }

.footer__img img { width: auto; max-height: 100%; max-width: 100%; margin: 0 auto; }

.footer__list-title { font-weight: 700; font-size: 16px; line-height: 160%; color: #333333; margin: 0 0 10px 0; }

.footer__list { display: block; list-style: none; margin: 20px 0px  0 0; padding: 0; }

.footer__list li { display: block; margin: 0 0  20px 0px; }

.footer__list a { font-weight: 400; font-size: 16px; line-height: 160%; color: #333333; display: block; text-decoration: none; }

.footer__list a:hover { text-decoration: none; }

.footer, .footer__block-link, .footer__block-link span, .footer__block-link a, .copy, .footer_text { font-weight: 400; font-size: 16px; line-height: 160%; color: #333333; }

.footer__block-link { margin: 0 0 20px 0; }

.footer__block-link span, .footer__block-link a { display: inline; text-decoration: none; }

.footer__block-link a:hover { text-decoration: underline; }

.footer_text { margin: 0 0 20px 0; }

.police_text, .police_text a, .subs_text { font-weight: 400; font-size: 12px; line-height: 160%; color: #333333; }

.police_text a { text-decoration: underline; }

.police_text a:hover { text-decoration: none; }

.footer__social { margin: 50px 0 0 0; }

.footer__social a { margin: 0px 10px 0 0; width: 48px; height: 48px; border-radius: 50%; line-height: 48px; text-align: center; display: inline-block; vertical-align: top; text-decoration: none; }

.footer__social a:hover { text-decoration: none; opacity: 0.8; }

.subscribe_container { padding-right: 30px; margin: 0 0 10px 0; }

.subscribe__form { border: 1px solid #ACABAA; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: stretch; align-content: stretch; height: 50px; padding: 12px 0; }

input.subscribe__input { width: 80%; display: block; background: transparent; border-radius: 0; border: none; font-weight: 400; font-size: 16px; color: #73706D; position: relative; margin: 0; padding: 0 4px 0 16px; line-height: 100%; height: 100%; }

input.subscribe__send { width: auto; display: block; background: transparent; border-radius: 0; border: none; font-weight: 700; font-size: 16px; line-height: 160%; color: #333333; position: relative; margin: 0; padding: 0 16px 0 6px; line-height: 100%; height: 100%; }

input.subscribe__send:hover { outline: none; opacity: 0.8; }

input.subscribe__send:focus { outline: none; border: none; }

.footer_ins-block { padding: 30px 0 30px 0; }

.open.footer_ins-block { padding: 50px 0 50px 0; }

.arrow_footer { position: absolute; right: 70px; top: 20px; /* cursor: pointer; */ transition: right 0.2s ease; }

.open .arrow_footer { position: absolute; /* right: 1%;*/ top: 40px; }

.text-open_footer { font-weight: 400; font-size: 16px; line-height: 160%; color: #333333; display: inline-block; vertical-align: middle; margin-right: 30px; }

.open .text-open_footer { display: none; }

.arrow_footer img { cursor: pointer; display: inline-block; vertical-align: middle; border-radius: 50%; transition: box-shadow 0.2s ease; }

.arrow_footer img:hover { box-shadow: 0px 0px 0 4px #ecebea; }

.open .arrow_footer img { -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

.footer_open { height: 0; min-height: 0; visibility: hidden; opacity: 0; transition: all 0.2s ease; }

.open .footer_open { height: auto; min-height: 290px; visibility: visible; opacity: 1; }

.footer_small { display: block; }

.open .footer_small { display: none; }

.footer__width .copy { display: inline-block; vertical-align: middle; }

.footer__width .footer__list { display: inline-block; vertical-align: middle; margin: 0; }

.footer__width .footer__list li { display: inline-block; vertical-align: middle; margin: 0  0  0px 30px; }

.mob_v { display: none; }

.present_wrapper { margin: 70px 0 70px 0; position: relative; }

.present__container { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; }

.present-r .present__container { -ms-flex-direction: row; flex-direction: row; }

.present-l .present__container { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.present-w-l .present__container { /*  display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;*/ -ms-flex-align: stretch; align-items: stretch; padding: 0px 0 70px 0; /*  padding-bottom: 150px;*/ }

.present-sl .present__container { -ms-flex-direction: row-reverse; flex-direction: row-reverse; position: relative; }

.present__img { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; }

.present-r .present__img, .present-l .present__img { width: 60%; }

.present__slider-wrapper { width: 60%; margin-right: 10%; position: relative; }

.present-w-l .present__img { width: 40%; position: relative; z-index: 2; margin-right: 10%; padding-bottom: 100px; }

.present__img img { width: auto; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.present-r .present__text-wrapper, .present-l .present__text-wrapper { width: 40%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; padding: 50px 0; position: relative; }

.present-w-l .present__text-wrapper { width: 50%; padding: 150px 0  0 0; position: relative; }

.present-sl .present__text-wrapper { width: 45%; padding: 150px 0 0 0; position: relative; margin-right: -15%; z-index: 5; }

.present-r .present__text-wrapper { margin-left: -10%; }

.present-l .present__text-wrapper, .present-w-l .present__text-wrapper { margin-right: -10%; }

.present-w-l .present__text-wrapper { margin-left: 10%; }

.present-r .present__text-block, .present-l .present__text-block { background: #333333; color: #ECEBEA; }

.present__text-block { background: #FFFFFF; padding: 70px 50px 70px 50px; /* padding: 100px 230px 50px 70px;*/ color: #333333; }

.present-w-l .present__text-block { height: 100%; padding: 100px 230px 50px 70px; }

.present-sl .present__text-block { background: #FFFFFF; padding: 70px 100px 70px 50px; color: #333333; position: relative; z-index: 2; }
.present__title a,
.present__title { text-decoration: none; font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 44px; line-height: 120%; letter-spacing: 0.02em; /*color: #ECEBEA;*/  }
.present__title{
	margin: 0 0 12px 0;
}
.present__title a:hover{text-decoration: none;}
.present__text, .present__text p { font-weight: 300; font-size: 18px; line-height: 160%; }

.present__text { margin: 20px 0 50px 0; }

.present__text p:last-child { margin: 0; }

.title_category { font-weight: 400; font-size: 18px; line-height: 160%; text-transform: uppercase; color: #ACABAA; position: absolute; top: 0; }

.present-r .title_category { right: 0; }

.present-l.title_category, .present-w-l .title_category { left: 0; }

.title_category:after { content: ''; width: 400px; height: 1px; display: block; position: absolute; top: 13px; background: #ACABAA; }

.present-r .title_category:after { left: 110%; }

.present-w-l .title_category:after, .present-l .title_category:after { right: 110%; }

.more__btn { font-weight: 600; font-size: 16px; line-height: 100%; letter-spacing: 0.02em; text-transform: uppercase; color: #ECEBEA; position: relative; text-decoration: none; padding-left: 50px; }

.present-w-l .more__btn { color: #333333; }

/*.more__btn:hover { padding-left: 60px; }*/

.more__btn:after { content: ''; width: 30px; height: 1px; display: block; position: absolute; left: 0; top: 10px; background: #ECEBEA; transition: all 0.2s ease; }

.more__btn:hover:after { width: 40px; }

.present-w-l .more__btn:after { background-color: #333333; }

.collection__wrap { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; }

.collection__container { padding: 70px 0 70px 0; }

.collection__container.collection-r, .collection__container.collection-l { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; width: 100%; }

.collection__container.collection-r { -ms-flex-direction: row; flex-direction: row; }

.collection__container.collection-l { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.collection__container.collection-c { width: 50%; }

.collection-c-l { padding-right: 40px; }

.collection-c-r { padding-left: 40px; }

.collection__img { height: 400px; }

.collection__img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.collection-r .collection__img, .collection-l .collection__img, .collection-r .collection__text-wrapper, .collection-l .collection__text-wrapper { width: 50%; }

.collection-r .collection__img, .collection-l .collection__img { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; }

.collection-r .collection__text-wrapper, .collection-l .collection__text-wrapper { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; padding: 0px 0; position: relative; }

.collection-r .collection__text-wrapper { margin-left: -10%; }

.collection-l .collection__text-wrapper { margin-right: -10%; }

.collection-c .collection__text-wrapper { margin-top: -10%; z-index: 2; position: relative; padding: 0 70px; }

.collection__text-block { background: #FFFFFF; color: #333333; min-height: 280px; /* padding: 70px 70px 30px 70px;*/ display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; }

.collection-r .collection__text-block, .collection-l .collection__text-block { padding: 70px 70px 30px 70px; }

.collection-c .collection__text-block { padding: 70px 40px 30px 40px; }

.collection__title { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 44px; line-height: 120%; letter-spacing: 0.02em; margin: 0 0 10px 0; }

.collection__title-wrap { margin: 0 0 20px 0; padding-left: 15px; border-left: 1px solid  #D4D3D2; }

.collection__tag a { font-weight: 400; font-size: 14px; line-height: 160%; color: #ACABAA; text-decoration: none; }

.collection__tag a:hover { color: #ACABAA; text-decoration: none; }

/*.collection__text,
.collection__text p{
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}
.collection__text{
  margin: 20px 0 50px 0;
}
.collection__text p:last-child{
  margin: 0;
}*/
.collection__text-block .collection_btn { text-align: right; }

.collection__text-block .more__btn { color: #333333; }

.collection__text-block .more__btn:after { background-color: #333333; }

.button__more-wrapper { text-align: center; margin: 70px 0  0px 0; }

.button_more { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-size: 20px; line-height: 50px; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; color: #ECEBEA; background: #333333; text-decoration: none; display: inline-block; padding: 0 15px; min-width: 260px; max-width: 100%; }

.button_more:hover { opacity: 0.8; }

.slider__section-sliderX { /*padding: 100px 0 100px 0;*/ padding: 0px 0 100px 0; }

.swiperX .swiper-wrapper, .swiperX.swiper-free-mode > .swiper-wrapper { margin-left: 16.66%; margin-right: -16.66%; }

.hidden_right .swiper-slide:last-child { position: relative; }

.hidden_right .swiper-slide:last-child:before { content: ''; display: block; position: absolute; right: 0; width: 100%; height: 100%; top: 0; background: #FCFBFA; z-index: 100; }

.swiperX .swiper-slide { max-height: 640px; }
.swiperX .catalog_elem { max-height: inherit; }
.swiperPr .swiper-slide { max-height: 580px; }

.swiperX .swiper-slide img, .swiperPr .swiper-slide img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.slider__title-block { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; }

.title__elem { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 44px; line-height: 120%; letter-spacing: 0.02em; color: #333333; margin: 0 0 60px 0; }

.swiper-pagination.slider__btns { position: relative; text-align: right; }

.btn_slid-wrap { text-align: left; width: 100%; }

.swiper-pagination.btns_pr-wrap { position: relative; display: inline-block; vertical-align: middle; }

.swiper-pagination.paginationPr { position: relative; text-align: left; display: inline-block; vertical-align: middle; width: auto; bottom: inherit; left: inherit; right: inherit; }

.btns_pr-wrap .swiper-button-next, .btns_pr-wrap .swiper-button-prev { background: transparent; width: 61px; height: 28px; border-radius: 0%; padding: 0px; display: inline-block; vertical-align: middle; position: relative; top: inherit; left: inherit; right: inherit; margin: 0 15px; text-align: center; }

.slider__btns .swiper-button-next, .slider__btns .swiper-button-prev { background: #ECEBEA; width: 48px; height: 48px; border-radius: 50%; padding: 14px; display: inline-block; vertical-align: middle; position: relative; top: inherit; left: inherit; right: inherit; margin: 0 15px; text-align: center; transition: box-shadow 0.2s ease; }

.slider__btns .swiper-button-next:after, .slider__btns .swiper-button-prev:after { display: none; }

.slider__btn-img { display: none; }

.slider__btn-img .swiper-button-next, .slider__btn-img .swiper-button-prev { background: #ECEBEA; width: 48px; height: 48px; border-radius: 50%; padding: 14px; transition: box-shadow 0.2s ease; /*  display: inline-block; vertical-align: middle; position: relative; top: inherit; left: inherit; right: inherit; margin: 0 15px; text-align: center;*/ }

.slider__btn-img .swiper-button-next:after, .slider__btn-img .swiper-button-prev:after { display: none; }

.btns_pr-wrap .swiper-button-next:after, .btns_pr-wrap .swiper-button-prev:after { display: none; }

.slider__btns .swiper-button-next:hover, .slider__btns .swiper-button-prev:hover, .slider__btn-img .swiper-button-next:hover, .slider__btn-img .swiper-button-prev:hover { box-shadow: 0px 0px 0 4px #ecebea; }

.sliderPr_trumb { position: absolute; right: 0; bottom: 0; width: 20%; height: 305px; z-index: 10; transition: all 0.2s ease; /*  padding-bottom: 100%;*/ background-repeat: no-repeat; background-position: center; background-size: cover; }

.swiper .swiper-slide { height: auto; }

.sliderPr_trumb .swiper-slide img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }

.swiper__container-pr { margin: 0 0 100px 0; }

.panel-r_block { position: fixed; right: 0; top: 30%; padding: 15px 17px; z-index: 20; }

.panel-r_block a,.panel-r_block span { width: 36px; height: 36px; display: block; margin: 10px 0  10px 0; border-radius: 50%; line-height: 18px; padding: 9px 5px; font-weight: 400; font-size: 16px; color: #333333; text-decoration: none; text-transform: uppercase; text-align: center; background: #FFFFFF; }
.panel-r_block a{
  position: relative;
}
.panel-r_block span:hover, 
.panel-r_block a:hover { text-decoration: none; color: #333333; }
span.wlist_count,
span.cart-contents{
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  display: block;
  margin:  0;
  border-radius: 0%;
  line-height: 14px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  text-transform: inherit;
  text-align: center;
  background: transparent;
}
.section_page { padding: 0 0 100px 0; }

.header_dark { padding: 13px  0 13px 0; background: #333333; }

.header_dark { color: #D4D3D2; }

.title-page__container { background-repeat: no-repeat; 
 background-position: left top; 
/* background-size: 100% auto;*/
background-size: cover;
  }

.title-br__container { background-repeat: no-repeat; background-image: url(../img/brend_header.jpg); background-position: left top; background-size: 100% auto; padding-bottom: 500px; }

.title_main { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 72px; line-height: 120%; text-align: center; letter-spacing: 0.02em; }

.title-page__container .title__container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; min-height: 200px; }

.title-page-tr__container .title__container { text-align: center; padding: 50px 0 50px 0; }

.title-page-el__container .title__container { text-align: center; padding: 50px 0 50px 0; }

.title-page__container .title_main { color: #FFFFFF; text-shadow: 0px 2px 3px rgba(51, 51, 51, 0.3); }

.title-page-tr__container .title_main { color: #333333; position: relative; display: inline-block; }

.title-page-el__container .title_main { color: #333333; font-weight: 400; position: relative; display: inline-block; width: 800px; max-width: 100%; }

.title-page-tr__container .title_main:before, .title-page-tr__container .title_main:after { content: ''; width: 250px; height: 1px; position: absolute; background-color: #D4D3D2; display: block; top: 50px; }

.title-page-tr__container .title_main:before { right: 110%; }

.title-page-tr__container .title_main:after { left: 110%; }

.breadcrumbs_container { margin-bottom: 30px; margin-top: 20px; }

.bredcrumb,.woocommerce-breadcrumb { display: inline-block; vertical-align: middle; font-weight: 400; font-size: 12px;}

.bredcrumb a, .bredcrumb span,
.woocommerce-breadcrumb a, .woocommerce-breadcrumb span { font-weight: 400; font-size: 12px; line-height: 160%; color: #333333; text-decoration: none; margin: 0; display: inline-block; vertical-align: middle; }

.bredcrumb a:hover ,
.woocommerce-breadcrumb a:hover{ text-decoration: none; opacity: 0.8; }

.bredcrumb span:last-child,
.woocommerce-breadcrumb span:last-child { color: #73706D; }

/* .bredcrumb a:after { content: '/'; font-weight: 400; font-size: 12px; line-height: 160%; color: #333333; display: inline-block; vertical-align: middle; margin-left: 5px; } */

.content-all__container, .container_tab { 
  display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; 
  -ms-flex-pack: start; justify-content: flex-start; 
  /* -ms-flex-align: stretch; align-items: stretch; */
   padding: 40px 0 0 0; }
.catalog-all__container{
  display: -ms-flexbox; display: flex; 
  -ms-flex-direction: row; flex-direction: row; 
  -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start;
    padding: 40px 0 0 0;
}
.content__column { width: 60%; }

.aside__prof { width: 25%; }

.prof__column-wrap { width: 75%; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; }

.prof__column { width: 80%; }

.pr__column { width: 60%; }

.catalog__column { width: 75%; }

.prof__catalog__col, .prof__catalog__c { width: 100%; }

.c__column { width: 20%; -ms-flex-order: 1; order: 1; }

.c__col { width: 0; }

.pr_list-title { display: none; }

.list_title-img, .arr_img{ width: 61px; height: 28px; position: relative; display: inline-block; }

.list_title-img, .arr_img_l{ margin-right: 20px; }

.arr_img_r{ margin-left: 20px; }

.arr_img_l span, .arr_img_r span, .list_title-img span { position: absolute; left: 0px; top: 0; width: 100%; height: 100%; display: block; overflow: hidden; background-repeat: no-repeat; background-size: auto; background-position: center center; transition: background 0.3s 0s ease; }

.arr_img_l span, .list_title-img span { left: 0px; background-image: url(img/arr_l.svg); }

.list_title-img:hover span, .arr_img_l:hover span { background-image: url(img/arr_lh.svg); }

.arr_img_r span { left: 0px; background-image: url(img/arr_r.svg); }

.arr_img_r:hover span { background-image: url(img/arr_rh.svg);  }

.list_title-text { font-weight: 600; font-size: 18px; line-height: 160%; color: #333333; text-decoration: none; }

.arrow__nav-container {text-decoration: none; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; margin: 0 0 20px 0; }
.arrow__nav-container:hover{
  text-decoration: none;
  opacity: 0.8;
}
.catalog_elems { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; width: 100%; margin: 0 0 100px 0; }

.catalog_elem { position: relative; width: 33.333%; overflow: hidden;  
/*	max-height: 390px;*/
}
.catalog_elem  a{
  /* padding-bottom: 100%; */
  display: block;
}
.elem-s {  width: 25%;  }
.swiperC1
.catalog_elem,
.swiperC2
.catalog_elem,
.swiperX
.catalog_elem
{ position: relative; width: 100%; height: 100%; overflow: hidden; }
.prof__column-wrap
.woocommerce-notices-wrapper,
.wish_acc-wrap,
.wish_acc-wrap form,
.wish_acc-wrap table.wishlist_table{
  width: 100%;
}
.catalog_elem-slid, .catalog_elem_slid { position: relative; width: 100%; height: 100%; overflow: hidden; }

.catalog_elem-img, .catalog_elem_img, .catalog_elem-i { position: relative; width: 100%; padding-bottom: 100%;  /*padding-bottom: 640px; */  display: block;}

.catalog_elem_img img, .catalog_elem-img img , .catalog_elem-i img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; left: 0; top: 0; transition: all 0.3s ease; }

.catalog_elem-img img:first-child { z-index: 1; opacity: 1;}

.catalog_elem-img img:last-child { z-index: 0; /*height:  90%; transform: rotateY(180deg);*/ opacity: 0;}

.catalog_elem-panel { position: absolute; left: 0; right: 0; bottom: -300px; min-height: 80px; height: auto; width: 100%; background-color: #fff; padding: 15px 45px 15px 15px; transition: all 0.3s ease; }

.catalog_elem_slid .catalog_elem-panel { bottom: 0; border: 1px solid #ECEBEA; }

/* .catalog_elem_slid .favor_icon { background-image: url(../img/heart_n.svg); } */

.panel_ins { position: relative; top: 200px; transition: top 0.4s ease; }

.product-panel_name { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 18px; line-height: 100%; letter-spacing: 0.02em; color: #333333; margin: 0 0 10px 0; }

.product-panel_price { font-weight: 700; font-size: 18px; line-height: 100%; letter-spacing: 0.02em; }

.product-panel_price .curr_val { font-weight: 400; font-size: 14px; }

.order__promo-ok { font-weight: 300; font-size: 16px; line-height: 160%; color: #73706D; position: relative; padding-left: 32px; }

.order__promo-ok svg { position: absolute; left: 0; top: 2px; }

@media screen and (min-width: 1201px) { 
  .catalog_elem:hover .catalog_elem-panel, .catalog_elem-slid:hover .catalog_elem-panel { bottom: 0; z-index: 2; }
  .catalog_elem:hover .panel_ins { top: 0px; }
 /* // .catalog_elem:hover .favor_icon { background-image: url(../img/heart_n.svg); } */
  .catalog_elem:hover .catalog_elem-img img:last-child { z-index: 1;  opacity: 1;
    /*transform: rotateX(0deg); 
    /* height: 90%;  */
  }
  .catalog_elem:hover .catalog_elem-img img:first-child { z-index: 0; opacity: 0;} }

.favor_icon { position: absolute; right: 15px; bottom: 15px; height: 36px; width: 36px; border-radius: 50%; display: block;
   /* background-image: url(../img/heart.svg);
    background-position: center; background-repeat: no-repeat; background-size: auto; */
     z-index: 2;
     padding: 9px 6px;
     text-align: center;
     border-radius: 50%;
     background-color: #fff;
     overflow: hidden;
   }
.favor_icon .add_to_wishlist,
.favor_icon
.feedback{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  font-size: 0;
}
.favor_icon
.yith-wcwl-add-to-wishlist,
.favor_icon
.yith-wcwl-wishlistexistsbrowse{
  margin: 0;
}
.favor_icon
.yith-wcwl-add-to-wishlist
.yith-wcwl-icon{
  margin: 0;
  font-size: 20px;
}
.column_aside, .filter__column { width: 25%; }

.aside__block, .filter__container { padding-right: 50px; }

.filter__title-wr { position: relative; margin: 0 0 34px 0; }

.filter__title { font-weight: 600; font-size: 16px; line-height: 100%; letter-spacing: 0.02em; text-transform: uppercase; color: #000000; margin: 0 10px 0px 0; }

.aside__list, .filter__list { border-top: 1px solid #ACABAA; }

.aside__list-item, .filter__list-item { border-bottom: 1px solid #ACABAA; }

.filter__list-elems { height: 0; opacity: 0; visibility: hidden; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; }

.aside__prof .aside__item-title { padding-right: 50px; }

.icon__prof { position: absolute; width: 32px; height: 32px; right: 0px; background: #333333; border-radius: 50%; font-weight: 300; font-size: 18px; line-height: 32px; text-align: center; color: #FFFFFF; right: 0; top: 50%; margin-top: -17px; }

.open .filter__list-elems { height: auto; opacity: 1; visibility: visible; min-height: 100px; }

.open .filter__item-icon:after { display: none; }

.filter__item-head { padding: 24px  30px 24px 0; position: relative; }

.filter__icon { display: none; }

.aside__list-item { padding: 24px  0px 24px 0; position: relative; }

.aside__item-title, .aside__item-title a {cursor: pointer; font-style: normal; font-weight: 400; font-size: 16px; line-height: 120%; letter-spacing: 0.02em; text-transform: uppercase; color: #73706D; }

.aside__item-title a { text-decoration: none; }
.aside__list-item.is-active .aside__item-title a,
/* .aside__item-title a:hover { color: #333333; font-weight: 700; } */

.active .aside__item-title,
.aside__item-title:hover { font-weight: 700; color: #333333; }

.filter__item-title { cursor: pointer; font-weight: 600; font-size: 16px; line-height: 100%; letter-spacing: 0.02em; text-transform: uppercase; color: #73706D; }

.filter__item-icon { width: 24px; height: 24px; position: absolute; top: 18px; right: 0; cursor: pointer; }

.filter__item-icon:after, .filter__item-icon:before { content: ''; position: absolute; background: #333333; }

.filter__item-icon:after { width: 1px; height: 100%; left: 50%; top: 0; }

.filter__item-icon:before { width: 100%; height: 1px; left: 0; top: 50%; }

.filter__elem { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; margin: 0 0 14px 0; }

.filter__count-elem { font-weight: 300; font-size: 18px; line-height: 160%; color: #73706D; /*  width: 100px;*/ text-align: right; }

.filter-elems { margin: 0 0 30px 0; }

.filter_result-elem { display: inline-block; vertical-align: top; font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; margin: 0 20px 10px 0; padding-right: 34px; position: relative; }

.filter_result-elem span { width: 24px; height: 24px; display: block; position: absolute; right: 0; top: 2px; text-align: center; background: #333333; border-radius: 50%; cursor: pointer; }

.filter_result-elem span:hover { opacity: 0.8; }

/* .filter-result-wrapper { display: none; } */

#filter-result { display: none; }

#filter-result.visible { display: block; }

.filter_result-btn { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-size: 20px; line-height: 160%; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; text-decoration: none; display: inline-block; color: #333333; margin: 0 0px 10px 0; }

.form__elem-line .custom-checkbox ,.custom-checkbox  
{ position: absolute; z-index: -1; opacity: 0; -webkit-appearance:inherit; }

.custom-checkbox + label { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; display: inline-block; vertical-align: middle; position: relative; }
.form__elem-line .woocommerce-form__label,
.check__form-wrap  .woocommerce-form__label
/* ,.custom__checkbox-wrap .custom-checkbox + label */
 { font-style: normal; font-weight: 400; font-size: 14px; line-height: 160%; color: #73706D; display: inline-block; vertical-align: middle; position: relative; }

.custom__checkbox-wrap .custom-checkbox + label a { font-size: 14px; }

.custom__checkbox-wrap .custom-checkbox + label span, 
.block__check-elem .custom-checkbox + label span 
{ display: block; overflow: hidden; }

.custom__checkbox-wrap .custom-checkbox:checked + label:before, 
.custom__checkbox-wrap .custom-checkbox:not(:checked) + label:before 
{ float: left; margin: 2px 10px 0 0; }

.wc-urk-shipping-form-group .wc-ukr-shipping-checkbox {
	position: relative;
}

.custom__checkbox_wp
.custom-checkbox + span { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; display: inline-block; vertical-align: middle; position: relative; }
.custom__checkbox_wp
.custom-checkbox:checked + span:before, 
.custom__checkbox_wp
.custom-checkbox:not(:checked) + span:before,
.wrap_pay-form
input[type="checkbox"]:checked + span:before, 
.wrap_pay-form
input[type="checkbox"]:not(:checked) + span:before,
{ content: ""; display: inline-block; vertical-align: middle; position: relative; width: 20px; height: 20px; border: 1px solid #ACABAA; /*    margin: -4px 10px 0 0;*/ margin: 4px 10px 0 0; float: left; }
.custom__checkbox_wp
.custom-checkbox:checked + span:after,
.custom__checkbox_wp 
.custom-checkbox:not(:checked) + span:after ,
.wrap_pay-form
input[type="checkbox"]:checked + span:after, 
.wrap_pay-form
input[type="checkbox"]:not(:checked) + span:after{ content: ""; position: absolute; transition: all 0.2s ease; }
.custom__checkbox_wp
.custom-checkbox:not(:checked) + span:after,
.wrap_pay-form
input[type="checkbox"]:not(:checked) + span:after{display: none; }
.custom__checkbox_wp
.custom-checkbox:checked + span:after,
.wrap_pay-form
input[type="checkbox"]:checked + span:after{ left: 3px; top: 7px; width: 15px; height: 7px; border-left: 2px solid #fff; border-bottom: 2px solid #fff;  border-radius: 1px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.custom__checkbox_wp
.custom-checkbox:checked + span ,
.wrap_pay-form
input[type="checkbox"]:checked + span{ font-weight: 600; }
.custom__checkbox_wp
.custom-checkbox:checked + span:before,
.wrap_pay-form
input[type="checkbox"]:checked + span:before { background: #333333; border: 1px solid #333333; }
.wrap_pay-form
.woocommerce-form__label-for-checkbox{
	margin: 10px 0 30px 0;
}

.form__elem-line input[type = "checkbox"]:checked + span:before, 
.form__elem-line input[type = "checkbox"]:not(:checked)  + span:before,
.check__form-wrap input[type = "checkbox"]:checked + span:before, 
.check__form-wrap input[type = "checkbox"]:not(:checked)  + span:before,
.custom-checkbox:checked + label:before, .custom-checkbox:not(:checked) + label:before  
{ content: ""; display: inline-block; vertical-align: middle; position: relative; width: 20px; height: 20px; border: 1px solid #ACABAA; /*    margin: -4px 10px 0 0;*/ margin: 4px 10px 0 0; float: left; }

.form__elem-line input[type = "checkbox"]:checked + span:after, 
.form__elem-line input[type = "checkbox"]:not(:checked)  + span:after,
.check__form-wrap   input[type = "checkbox"]:checked + span:after, 
.check__form-wrap   input[type = "checkbox"]:not(:checked)  + span:after,
.custom-checkbox:checked + label:after, .custom-checkbox:not(:checked) + label:after  
{ content: ""; position: absolute; transition: all 0.2s ease; }

.form__elem-line input[type = "checkbox"]:checked + span:after, 
.form__elem-line input[type = "checkbox"]:not(:checked)  + span:after, 
.check__form-wrap input[type = "checkbox"]:checked + span:after, 
.check__form-wrap  input[type = "checkbox"]:not(:checked)  + span:after, 
.custom-checkbox:checked + label:after, .custom-checkbox:not(:checked) + label:after
{ left: 3px; top: 7px; width: 15px; height: 7px; border-radius: 1px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.custom-checkbox:checked + label { font-weight: 600; }

.custom__checkbox-wrap .custom-checkbox:checked + label { font-weight: 400; }

.form__elem-line input[type = "checkbox"]:checked + span:before,
.check__form-wrap input[type = "checkbox"]:checked + span:before,
.custom-checkbox:checked + label:before { background: #333333; border: 1px solid #333333; }

.custom-checkbox:not(:checked) + label:after, .custom-checkbox:not(:checked) + label:after { opacity: 0; }

.custom-checkbox:checked + label:after, .custom-checkbox:checked + label:after { opacity: 1; }
.wc-urk-shipping-form-group .wc-ukr-shipping-checkbox input[type = "checkbox"]{
	appearance: checkbox;
	-webkit-appearance: checkbox;
}

.wrap_radio{position: relative; padding-left: 32px; margin:  0 0 12px 0; display: block;}
.wrap_radio input[type = "radio"]:checked + label:before, 
.wrap_radio input[type = "radio"]:not(:checked) + label:before
{ content: ""; position: absolute; left: 0px; top: 3px;  display: block;border-radius: 50%;  width: 20px; height: 20px; border: 1px solid #ACABAA; margin:  0 0; }


.wrap_radio input[type = "radio"]:checked + label:after, 
.wrap_radio input[type = "radio"]:not(:checked)  + label:after
{ content: ""; position: absolute; transition: all 0.2s ease ;left: 4px; top: 7px; width: 12px; height: 12px; border-radius: 50%; }
.wrap_radio input[type = "radio"]:checked + label:before
{ border: 2px solid #333333 }


.wrap_radio input[type = "radio"]:checked + label:after
{  background: #333333; }
.wrap_radio input[type = "radio"]:checked  + label {
  color: #333333;
  font-weight: bold;
}







.delive_info { font-weight: 300; font-size: 18px; line-height: 160%; text-align: right; color: #333333; }

.delive__inform { margin: 5px 0 0  0; font-weight: 300; font-size: 16px; line-height: 160%; color: #73706D; }

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

.custom-radio { position: absolute; z-index: -1; opacity: 0; }

.custom-radio + label { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; display: inline-block; vertical-align: middle; position: relative; }

.custom-radio:checked + label:before, .custom-radio:not(:checked) + label:before { 
	content: ""; display: inline-block; float: left; position: relative; 
	width: 20px; height: 20px; border: 1px solid #ACABAA; border-radius: 50%; margin: 2px 10px 0 0; 
}

.custom-radio:checked + label:after, .custom-radio:not(:checked) + label:after { content: ""; position: absolute; transition: all 0.2s ease; }

.custom-radio:checked + label:after, .custom-radio:not(:checked) + label:after { left: 3px; top: 5px; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.custom-radio:checked + label { font-weight: 600; }

.custom-radio:checked + label:before { background: #333333; border: 1px solid #333333; }

.custom-radio:not(:checked) + label:after, .custom-radio:not(:checked) + label:after { opacity: 0; }

.custom-radio:checked + label:after, .custom-radio:checked + label:after { opacity: 1; }

.filter__item-btn { padding: 10px 0 8px 0; }
.panel_ins
.product-add-to-cart {
  margin: 15px 0 0 0 ;
}
.catalog_pad0{
  padding-right: 15px;
}
.catalog_pad0 .product-panel_name{
  padding-right: 25px;
  text-decoration:none;
}
.remove_custom_wishlist{
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}
.remove_custom_wishlist{
  opacity: 0.8;
}
.woocommerce-wishlist .woocommerce-message{
	display: none!important;
}
.catalog_elem ins {
  background: #e7e7e7;
  text-decoration: none;
}
.btn_filter, .bnt_d ,
.btn_order a,
.panel_ins
.add_to_cart,
.prof-info__text .button{ font-family: 'Cormorant Garamond'; background: #333333; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; color: #ECEBEA; padding: 15px 15px; font-weight: 700; font-size: 20px; line-height: 100%; text-decoration: none; width: 100%; display: inline-block; }
.wishlist_table .panel_ins
.add_to_cart {
  display: inline-block!important;
}
.btn_filter.loading{
  opacity: 0.6;
}  
table.shop_custom_table  td {
  text-align: left;
}
.prof-info__text .button{
	width: auto;
	margin: 20px 0 0 0;
}
.filter__list-st { padding: 17px 0 0 0; }

.star__elems-wrap { display: inline-block; vertical-align: middle; margin: -3px 0 0 0; }

.star__elems { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

.star { width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin: 0  8px 0 0; background-position: center; background-repeat: no-repeat; background-size: auto; }
/* 
.star_activ { background-image: url(../img/star_a.svg); }

.star_noactiv { background-image: url(../img/star_na.svg); } */

.rating { display: -ms-flexbox; display: flex; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: flex-end; }

.rating:not(:checked) > input { display: none; }

.rating > input:checked ~ label, .rating:not(:checked) > label { width: 36px; height: 36px; cursor: pointer; background-size: 36px 36px; background-image: url(../img/star_f.svg); background-position: center; background-repeat: no-repeat; background-size: auto; margin: 0  8px 0 0; }

.rating > input:checked ~ label { background-image: url(../img/star_a.svg); background-size: 36px 36px; }

.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label { background-image: url(../img/star_a.svg); background-size: 36px 36px; }
.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label { background-image: url(../img/star_a.svg); background-size: 36px 36px; }
.sort__panel-container { padding: 0 0 40px 0; display: -ms-flexbox; display: flex; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; }

.sort__result { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; display: inline-block; }

.select__label { font-weight: 300; font-size: 16px; line-height: 100%; color: #333333; padding-right: 10px; }

.select_elem-box { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

.sel_elem, .select_elem { position: relative; }

.select__head { position: relative; padding: 0 34px 0 0px; width: 100%; margin: 0 0 0px 0; font-weight: 600; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }
.custom__row-input
.select2-container--default .select2-selection--single,
.woocommerce .select_hidd .selectBox-dropdown,
.form-row
.select2-container--default .select2-selection--single,
.sel__head { background: #FCFBFA; border: 1px solid #ACABAA; font-weight: 400; font-size: 16px; line-height: 160%; color: #333333; height: 50px; line-height: 50px; width: 100%; border-radius: 0px; padding: 0 34px 0 16px; margin: 0 0 0px 0; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }
.woocommerce .select_hidd .selectBox-dropdown{
  background: #ECEBEA;
  width: 100%!important;
}
.woocommerce-checkout 
.select2-container.select2-container--default.select2-container--open {
  margin-top: -32px;
}
.woocommerce-checkout
.select2.select2-container.select2-container--default.select2-container--open {
  margin-top: 0px;
}
.select_hidd 
.selectBox-dropdown .selectBox-label{
  padding: 0;
}
.custom__row-input
.select2-container .select2-selection--single .select2-selection__rendered{
  font-weight: 400; font-size: 16px;  color: #333333;
  padding: 0;
}
.custom__row-input
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.sel__head-icon, .select__head-icon,
.woocommerce .select_hidd
.selectBox-arrow,
.custom__row-input
.select2-container--default .select2-selection--single .select2-selection__arrow { width: 16px; height: 16px; background-size: auto; background-position: center; background-image: url(img/arrow_down.svg); background-repeat: no-repeat; display: block; cursor: pointer; position: absolute; right: 10px; top: 7px; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; } 

.woocommerce .select_hidd
.selectBox-arrow,
.custom__row-input 
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 18px;
}
.sel__head-icon { top: 16px; }
.select_hidd .selectBox-dropdown-menu,
.sel-body, .select-body {  width: 300px; position: absolute; right: 0; top: 100%; background: #FFFFFF; border-radius: 0 0 4px 4px; border: 1px solid #E6E7EB; box-shadow: 0px 2px 4px rgba(44, 51, 59, 0.2); height: 0; opacity: 0; overflow: hidden; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; }
.select_hidd .selectBox-dropdown-menu{

}
.sel__list, .select__list { padding: 15px 0 15px 0; max-height: 200px; overflow-y: auto; overflow-x: hidden; }

.sel__item, .select__item { padding: 7px 16px 7px 16px; display: block; text-decoration: none; cursor: pointer; font-weight: 300; font-size: 16px; line-height: 100%; color: #333333; }
.select__item{
	font-size: 14px;
}
.sel__item:hover, .select__item:hover { color: #333333; font-weight: 500; background: #ECEBEA; text-decoration: none;}

.woocommerce .select_hidd
.selectBox-menuShowing .selectBox-arrow,
.custom__row-input
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.open .sel__head-icon, .open .select__head-icon { -ms-transform: rotate(180deg); transform: rotate(180deg); }
.select2-container.select2-container--default.select2-container--open{
  margin-top: -10px;
}
.woocommerce  .selectBox-dropdown-menu li a {
  text-decoration: none;
}
.open .sel-body, .open .select-body { height: auto; z-index: 2; opacity: 1; overflow: visible; }

.form__elem-label,
.form-row label, 
.woocommerce-form-row label,
.woocommerce-form-row 
label.screen-reader-text { 
  -webkit-clip-path: none;
  clip-path: none;
  position: relative!important;
  /* width: inherit; */
  clip: auto;
  height: inherit;
  overflow: visible; display: block; font-weight: 300; font-size: 16px; line-height: 160%; color: #73706D; margin: 0 0; }
.form-row label .optional{
  font-size: 10px;
}
.woocommerce-form-row label 
/* .select_hidd { display: none; } */
.form-row label span,
.form__elem-label span { color: #FF002B; }
.form-row label  abbr{
  text-decoration: none;
  cursor: default;
}
.form__elem { margin: 0 0 20px 0; }
.check__form .form__elem .form-row-first,
.check__form .form__elem .form-row-last{
  width: inherit;
  float: none;
  margin: inherit;
}
.errorLogText,
.errorText{
  margin: 0 0 20px 0;
  color: red;
  font-size: 14px;
}
.tingle-modal 
.woocommerce-privacy-policy-text p,
.tingle-modal 
.woocommerce-privacy-policy-text{
  font-size: 14px;
}
.input, .textarea,
.woocommerce-input-wrapper input,
.woocommerce-form-row input,
.order__promo_it input.input-text,
.woocommerce-input-wrapper textarea,
.wrap_pay-form .input-text,
.custom__row-input input ,
.woocommerce-verify-email input
{ background: #FCFBFA; border: 1px solid #ACABAA; font-weight: 400; font-size: 16px; line-height: 160%; color: #333333; height: 50px; line-height: 50px; padding: 0 16px; width: 100%; }
.order__promo_it input.input-text{
  margin-bottom: 20px;
}
.lost_reset_password,
.woocommerce-verify-email{
	width: 700px;
	max-width: 100%;
}
.woocommerce-input-wrapper textarea,
.textarea { height: 150px; padding: 16px 16px; }
.review_form
.submit_btn, 
.tingle-modal-box
.submit_btn,
.submit_btn,
.order__promo_it .button,
#payment .button,
.pay_block-wrap  .button,
.wrap_pay-form  .button,
.lost_reset_password .button ,
.woocommerce-verify-email  .button
{ font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-size: 20px; height: 50px; border: none!important; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; color: #ECEBEA; background: #333333; text-decoration: none; display: inline-block; padding: 0 15px; width: 100%; }
.pay_block-wrap  .button{
  width: auto;
  margin: 80px 0 50px 0;
}
.section_prof .login .button.loading,
.tingle-modal-box
.submit_btn.loading,
.lost_reset_custom .button.loading{
  opacity: 0.6;
  pointer-events:none;
}
.submit_btn,
#payment .button,
.wrap_pay-form  .button,
.lost_reset_password .button {
	width: auto;
}
.order__promo_it form{
  display: block!important;
}
.order__promo_it
.woocommerce-message{
  display: block!important;
}
.order__promo_it
.woocommerce-error {
/*  background-color: #e2401c;*/
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
/*.woocommerce-checkout
.row_last_block{
  float: none;
}*/
/*.woocommerce-checkout
.row_last_el{
  float: none;
}*/
.woocommerce-checkout
.row_thee_f{
  float: left;
  padding-right: 15px;
  width: 24%;
}
.woocommerce-checkout
.row_thee_l{
  float: left;
  padding-left: 15px;
  width: 24%;
}
.woocommerce-checkout
.row_marg{
  margin-top: 30px;
}
.woocommerce-checkout
.row_last_block:after,
/* .check__form-wrap:after,
.check__form-wrap:before,
.woocommerce-billing-fields:after,
.woocommerce-billing-fields:before, */
.check__form-wrap
.woocommerce-shipping-fields__field-wrapper:after,
.check__form-wrap 
.woocommerce-shipping-fields__field-wrapper:before{
  content: '';
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.check__form-wrap:after,
.check__form-wrap:before,
.woocommerce-billing-fields:after,
.woocommerce-billing-fields:before,
.form_shipping-wrapper::before,
.form_shipping-wrapper::after{
  content: '';
  display: block;
  width: 100%;
  clear: both;
  margin: 0px;
}


.wrap_commentlist {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.star_form { margin: 0px 0 18px 0; }

.form_reit-container { padding-bottom: 30px; border-bottom: 1px solid #ACABAA; margin: 0px 0 50px 0; }

.form_reitelem { height: 0; opacity: 0; min-height: 0px; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; z-index: -1; }

.open_form.form_reitelem { height: auto; opacity: 1; min-height: 300px; z-index: 5; }

#form_open.open_form { height: 0; opacity: 0; min-height: 0px; z-index: -1; }

.review-all_block { position: relative; z-index: 2; }

.form_reit-container .input { width: 420px; max-width: 100%; margin: 0px 0 50px 0; }

.form_reit-container .textarea { width: 840px; max-width: 100%; margin: 0 0 20px 0; }

.form_reit-container .submit_btn { display: inline-block; vertical-align: middle; width: auto; }

/*.open_form +
.review-all_block{
  margin: 0px 0 0 0;
}*/
.text__form a, .text__form { font-weight: 300; font-size: 16px; line-height: 160%; color: #73706D; }

.text__form { margin: 0 0 30px 0; }

.text__form a { text-decoration: underline; color: #333333; }

.text__form a:hover { text-decoration: none; color: #333333; }

.pagination_block { margin: 30px 0 50px 0; }

.pagination_block ul , .list_wish-pagin{ text-align: center; list-style: none; margin: 0; padding: 0; }

/* .pagination_block ul li, .list_wish-pagin span, .list_wish-pagin a { display: inline-block; vertical-align: middle; margin: 0 10px 0 10px; padding: 0; } */

.pagination_block ul li:before { display: none; }
.pagination_block ul li span,
.pagination_block ul li a ,
.list_wish-pagin span, .list_wish-pagin a{ min-width: 46px; height: 46px; line-height: 46px; text-decoration: none; border-radius: 0px; font-weight: 400; font-size: 16px; text-align: center; letter-spacing: 0.02em; color: #333333; display: block; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; }

.pagination_block ul li, .list_wish-pagin span, .list_wish-pagin a { display: inline-block; vertical-align: middle; margin: 0 10px 0 10px; padding: 0; }

.pagination_block ul li .current,
.list_wish-pagin  .current,
.list_wish-pagin a:hover,
.pagination_block ul li a:hover { background: #333333; font-weight: 700; color: #ECEBEA; }

.pagination_block ul li a:focus { background: #333333; color: #FFFFFF; }

.pagination_block ul li:first-child a, .pagination_block ul li:last-child a { background: #ECEBEA; border-radius: 50%; padding: 5px; }

.pagination_block ul li:first-child a:hover, .pagination_block ul li:last-child a:hover, .pagination_block ul li:first-child a:focus, .pagination_block ul li:last-child a:focus { background: #b3b3b3; }


.list_wish-pagin a.prev, .list_wish-pagin a.next { width: 46px; line-height: 46px;
  height: 46px ; background-color: #ECEBEA; border-radius: 50%; padding: 5px;  color: transparent; text-indent: 0px;};

.pagination_block
.list_wish-pagin a.prev:hover, 
.pagination_block
.list_wish-pagin a.next:hover, 
.pagination_block 
.list_wish-pagin a.next:focus,  
.pagination_block
.list_wish-pagin a.prev:focus { background: #b3b3b3; }


/*.pagination_block ul li a svg,
.pagination_block ul li a path{
  fill: #69717D;
}
.pagination_block ul li a:hover svg,
.pagination_block ul li a:hover path{
  fill: #69717D;
}
.pagination_block ul li a:focus svg,
.pagination_block ul li a:focus path{
  fill: #FFFFFF;
}*/
.section_delivery { padding: 0 0 150px 0; }

.col_elem-img { width: 100%; padding-bottom: 37%; position: relative; margin: 0 0 150px 0; }

.col_elem-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; left: 0; bottom: 0; }

.col_elem-link_block {display: -ms-flexbox; display: flex;  text-decoration: none; position: absolute; left: 0; bottom: 0; /* width: 100%; */ max-width: 100%; padding: 35px 0px; z-index: 2;  overflow: hidden;
 /*display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: distribute; justify-content: space-around; */
 }
.col_elem-link_block .marquee{
  transition: all 0.2s ease;
  display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; /*-ms-flex-pack: distribute; justify-content: space-around; */ }
.marquee_ins{
  white-space: nowrap;
}
  /* .marquee1{
  left: 0;
}
.marquee2{
  left: 50%;
} */
/* .marquee span{
  -webkit-animation: animMarquee 10s linear infinite;
  animation: animMarquee 10s linear infinite;
}

@-webkit-keyframes animMarquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-100% , 0 , 0);
    transform: translate3d(-100% , 0 , 0);
  }
}

@keyframes animMarquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-100% , 0 , 0);
    transform: translate3d(-100%, 0 , 0);
  }
} */
.col_elem-link_block a,
.col_elem-link_block span { 
  font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-size: 20px; line-height: 100%; 
  text-align: center; letter-spacing: 0.02em; text-decoration: none; text-transform: uppercase; color: #FFFFFF; 
  display: inline-block; vertical-align: middle; padding: 0 25px; white-space: nowrap; text-decoration: none;
}
/* .col_elem-link_block span {
  display: block;
} */

.col_content:after, .col_content:before { content: ''; width: 10%; clear: both; display: block; }

.col__title { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-size: 44px; line-height: 100%; letter-spacing: 0.02em; color: #333333; margin: 0 0 50px 0; }

.col_citat-it { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; margin: 0 0 100px 0; }

.text__block, .text__block p { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; }

.text__block { margin: 0 0 50px 0; }

.text__block p:last-child { margin: 0; }

.col_citat-gr { background: #ECEBEA; padding: 30px 50px; font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-size: 26px; line-height: 160%; color: #333333; margin: 0 0 50px 0; }
.img-b {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.column_img-big { position: relative; margin: 0 0 50px 0; }

.column_img-big img { width: 100%; max-width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.column_img-fl { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: stretch; align-items: stretch; margin: 0 0 50px 0; }

.img-fl { width: 50%; position: relative; }

.img-fl img { width: 100%; max-width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.img-fl a { color: #333333; }

.article__pagination { margin: 30px 0 20px 0; }

.article__pagination-elems .nav-links{ 
  /* display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; 
  flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; 
  align-items: center;  */
  display: block;
  margin: 0 -10px;
 }
.article__pagination-elems .nav-links:after,
.article__pagination-elems .nav-links:before{
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
/* .article__pagination-elems .prev, .article__pagination-elems .next { font-weight: 600; font-size: 18px; line-height: 160%; color: #333333; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; text-decoration: none; padding-right: 10px; padding-left: 10px; max-width: 50%; } */

/* .article__pagination-elems .prev span, .article__pagination-elems .next span { margin: 0 20px; } */

.article__pagination-elems .nav_text, 
.article__pagination-elems .nav-previous svg, 
.article__pagination-elems .nav-next svg { display: inline-block; vertical-align: middle; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.article__pagination-elems .nav-previous a:hover, 
.article__pagination-elems .nav-next a:hover { color: #293445; text-decoration: none; }
.article__pagination-elems .screen-reader-text{
 display: none;
}
/* .article__pagination-elems
.nav-previous,
.article__pagination-elems
.nav-next, */
.article__pagination-elems
.nav-previous a,
.article__pagination-elems
.nav-next a{
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.article__pagination-elems
.nav-previous,
.article__pagination-elems
.nav-next{
  padding-right: 10px;
  padding-left: 10px;
  max-width: 50%;
  display: block;
}
.article__pagination-elems
.nav-previous{
  float: left;
}
.article__pagination-elems
.nav-next{
  float: right;
}
/* .article__pagination-elems
.nav-next{
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
} */
.article__pagination-elems
.nav-previous a,
.article__pagination-elems
.nav-next a{
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
}
.article__pagination-elems .nav_text{
  margin: 0 20px;
}
.article__pagination-elems .nav_text,
.article__pagination-elems  svg,
.article__pagination-elems  svg{
  display: inline-block;
  vertical-align: middle;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
/*.btn_prev:hover svg,
.btn_next:hover svg,
.btn_prev:hover stroke,
.btn_next:hover stroke,
.btn_prev:hover path,
.btn_next:hover path{
  fill:  #293445;
}*/
.brend__container { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; padding: 50px 0 70px 0; }

.brend__img { width: 50%; z-index: 2; min-height: 640px; padding-bottom: 150px; }

.brend__img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.brend__text-wrapper { padding: 150px 0 0 0; width: 60%; margin-left: -10%; }

.brend__text-block { background: #FFFFFF; padding: 100px 70px 50px 30%; color: #333333; height: 100%; }

.brend__title { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 44px; line-height: 120%; letter-spacing: 0.02em; color: #333333; margin: 0 0 20px 0; }

.brend__text, .brend__text p { font-weight: 600; font-size: 18px; line-height: 160%; color: #73706D; }

.brend__text p:last-child { margin: 0; }

.brend__text-block .more__btn { color: #333333; }

.brend__text { margin: 50px 0 50px 0; }

.brend__text-block .more__btn:after { background-color: #333333; }

.contact_page { background-image: url(img/Horse.svg); background-repeat: no-repeat; background-position: 10% 10%; background-size: auto; }

.contact__container { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: center; justify-content: center; /*  -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;*/ padding: 50px 0 150px 0; }

.contact__img { width: 62%; z-index: 2; min-height: 640px; }

.contact__img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.contact__text-wrapper { width: 50%; margin-left: -12%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; padding: 50px 0; position: relative; z-index: 2; }

.contact__text-block { background: #333333; color: #ECEBEA; padding: 50px 50px 50px 50px; }

.adress__block { margin: 0 0 54px 0; }

.adress__title-bl { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; margin: 0 0; }

.adress_img { -ms-flex: 0 1 auto; flex: 0 1 auto; margin: 0 20px 0 0; }

.adress__title { font-weight: 600; font-size: 16px; line-height: 100%; letter-spacing: 0.02em; text-transform: uppercase; color: #ECEBEA; margin: 0 0 14px 0; }

.soc_link { font-weight: 300; font-size: 18px; line-height: 160%; color: #ECEBEA; text-decoration: none; }

.soc_link:hover { font-weight: 300; font-size: 18px; line-height: 160%; color: #ECEBEA; text-decoration: none; }

.soc__img { -ms-flex: 0 1 auto; flex: 0 1 auto; margin: 4px 20px 0 0; }

.soc__elem { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

.column_center { margin: 0 auto; float: none; }
.wrap_card-block
.faq_element-container{
  border:  none;
}
.faq_element-container { border-top: 1px solid #ACABAA; }

.faq_element-head { padding: 30px 40px 30px 0px; position: relative; }

.faq_element-question { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-size: 28px; line-height: 100%; letter-spacing: 0.02em; color: #333333; }

.faq_element { border-bottom: 1px solid #ACABAA; cursor: pointer; position: relative; }

.faq_element-icon { width: 24px; height: 24px; position: absolute; right: 0px; top: 26px; }

.faq_element-icon:after, .faq_element-icon:before { content: ''; position: absolute; background: #333333; }

.faq_element-icon:before { width: 100%; height: 1px; left: 0; top: 50%; }

.faq_element-icon:after { width: 1px; height: 100%; left: 50%; top: 0; }

.faq_element-answer p, .faq_element-answer { font-style: normal; font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; }

.faq_element-answer { padding: 10px 0 20px 0; }

.faq_element-answer p:last-child { margin: 0px; }

.faq_element-body { padding: 0px 0 0 0; height: 0; position: relative; z-index: -2; overflow: hidden; transition: all 0.2s ease; }

.open .faq_element-body { height: auto; z-index: 1; overflow: visible; }

.open .faq_element-icon:after { display: none; }

.error_wrap { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: stretch; align-items: stretch; min-height: 100vh; }

.error_content { -ms-flex: 1 1 auto; flex: 1 1 auto; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; /*  -webkit-align-items: center; -ms-flex-align: center; align-items: center;*/ }

.error_container { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: stretch; align-items: stretch; }

.error_text-top { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-size: 200px; line-height: 80%; letter-spacing: 0.02em; color: #333333; margin: 0 0 80px 0; }

.error_text { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 72px; line-height: 120%; letter-spacing: 0.02em; color: #333333; margin: 0 0 22px 0; }

.error_text-bottom { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; margin: 0 0 30px 0; }

.error__column-50 { width: 50%; }

.error__ins { padding-left: 8.33%; }

.error_img-block { height: 600px; }

.error_img-block img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.error_btn { font-weight: 700; font-size: 16px; line-height: 160%; text-align: center; color: #333333; min-width: 260px; display: inline-block; margin: 20px 0 20px 0; text-decoration: none; }

.error_btn:hover { opacity: 0.8; }

.er_mob-btn { display: none; }

.delivery_section { padding: 0 0 150px 0; }

.step__container { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: start; align-content: flex-start; -ms-flex-align: stretch; align-items: stretch; position: relative; width: 960px; max-width: 100%; margin: 0 0 70px 0; }

.step__container:before { content: ''; width: 840px; position: absolute; left: 60px; top: 22px; display: block; background: #ACABAA; height: 1px; z-index: 0; }

.step__elem { max-width: 160px; text-align: center; }

.step__elem-icon { background: #ECEBEA; border: 1px solid #ACABAA; width: 44px; height: 44px; border-radius: 50%; text-align: center; font-weight: 600; font-size: 16px; line-height: 44px; letter-spacing: 0.02em; color: #333333; display: inline-block; margin-bottom: 10px; position: relative; z-index: 2; }

.tab--active .step__elem-icon { background: #333333; color: #FFFFFF; }

.step__elem-info { font-weight: 600; font-size: 16px; line-height: 100%; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; color: #ACABAA; text-align: center; }

.tab--active .step__elem-info { color: #333333; }

.contentTab_container {
  width: 100%;
  display: flex;
}
.contentTab{
  display: none;
}
.contentTab.content--active {
  display: block;
  /* display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}
#checkOrder + label,
#checkOrder + label span,
#checkOrder + label a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #73706D;
}
#checkOrder.errors  + label,
#checkOrder.errors  + label span,
#checkOrder.errors  + label a{
  color: red;
}
#checkOrder.errors  +  label:before{
  border-color: red;
}








.check__40-ins { padding-left: 20px; }

.profile__form-wrap, .check__form-wrap, .order__block, .order__block_b { background: #FFFFFF; border: 1px solid #ECEBEA; padding: 20px 30px; margin: 0 0 20px 0; }

.order__block_b { padding: 0 30px; }

.del__btn-block { margin: 30px 0 0 0; }

.profile__form-title, .check__form-title, .order__form-title ,
.wrap_pay-form
.woocommerce-info
{ font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 28px; line-height: 100%; letter-spacing: 0.02em; color: #333333; padding-bottom: 20px; border-bottom: 1px solid #D4D3D2; margin: 0 0 0px 0; }
.wrap_pay-form
.woocommerce-info{
	background: transparent!important;
	margin:  0 0 20px 0;
}
.tr-title { margin: 20px 0  30px 0; }

.check__links { padding: 20px 0 20px 0; }

.check__link { font-weight: 300; font-size: 16px; line-height: 160%; color: #333333; margin: 0 20px 0 0; text-decoration: none; display: inline-block; vertical-align: middle; }

.check__link-b { font-weight: 700; font-size: 16px; line-height: 160%; color: #333333; text-decoration: none; display: inline-block; vertical-align: middle; }

.check__link:hover, .check__link-b:hover { text-decoration: none; opacity: 0.8; }

.open_del .delive_info { font-weight: 600; }

.visib__form { display: none; }

.open_del .visib__form { display: block; }

.delive__inform { display: none; }

.open_del .delive__inform { display: block; }

.deliv__links-block { padding: 10px 0 10px 0; }

.open_del .deliv__links-block { padding: 10px 0 20px 0; }

.form__elem-row { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; margin: 0 -15px; }

.form__elem-pos { width: 50%; padding-right: 15px; padding-left: 15px; }

.elem-pos_s-b { width: 100%; }

.elem-pos_sm { width: 25%; }

.button_back { font-weight: 700; font-size: 16px; line-height: 160%; color: #333333; text-decoration: none; margin: 0 0 0 30px; display: inline-block; vertical-align: middle; }
.visibNone.button_back{
  display: none;
}
.c__column.disNone{
  display: none;
}
.button_back:hover { opacity: 0.8; }

.prof-info__wrap { padding: 10px 0 10px 0; }

.prof-info__row ,
.custom__row-input
.form-row{ display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: start; align-items: flex-start; /* -ms-flex-align: center; align-items: center; */  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding: 10px 0 10px 0; }
.custom__row-input
.form-row{
  margin: 0;
}
.prof-info__title,
.custom__row-input
label  { width: 35%; padding-right: 15px; }
.label_padd .prof-info__title{
  padding-top: 10px;
} 
.prof-info__text span em{
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.prof-info__text,
.custom__row-input
.woocommerce-input-wrapper { width: 65%; /*  padding-right: 15px;*/ }
.custom__row-input
.screen-reader-text {
  clip: inherit;
  clip-path: inherit;
  height: inherit;
  padding: 0;
  position: relative !important;
}
.prof_b { max-width: 320px; }

.prof_s,
.custom__row-input
.woocommerce-input-wrapper  { max-width: 320px; }

.prof-row__title { font-weight: 600; font-size: 18px; line-height: 160%; color: #333333; padding: 30px 0 20px 0; }

.info__title  ,
.custom__row-input
label{ font-style: normal; font-weight: 300; font-size: 18px; line-height: 160%; color: #73706D; }

.info__name, .info__number, .info__date, .info__count, .info_cost { font-weight: 600; font-size: 18px; line-height: 160%; color: #333333; }

.info_cost span { font-weight: 300; }

.info__status { font-weight: 600; font-size: 16px; line-height: 100%; letter-spacing: 0.02em; text-transform: uppercase; color: #333333; }

.info__email, .info__phone, .info__adress, .info__delivery, .info__adress, .info__date-del { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; }

.pr__btn-block { margin: 20px 0 0 0; }
.checkoutCartItems{ padding: 0px 0 0 0; max-height: 282px; margin-right: -10px; overflow: hidden; }
/* //#scroll2{ padding: 0px 0 0 0; max-height: 282px;  } */
/* .scroll__container { padding: 0px 0 0 0; height: 282px; margin-right: -15px; } */

.order__list-item { padding: 20px 15px 20px 0; border-bottom: 1px solid #D4D3D2; }
.order__list_details
.order__list-item:last-child{
  border-bottom: none;
}
.order__list-it { padding: 20px 0 20px 0; border-bottom: 1px solid #D4D3D2; }

.total-last.order__list-it { padding: 30px 0 10px 0; /*}
.order__list-it:last-child{*/ border-bottom: none; }

/* .order__promo-block { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: end; align-items: flex-end; }

.order__promo-input { -ms-flex: 1 1 auto; flex: 1 1 auto; }

.order__promo-subm { padding-left: 20px; }

.order__promo-subm .submit_btn { width: 188px; } */
.order__promo_it p{
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #73706D;
  margin: 0 0;
}
.order__promo_it .woocommerce-info{
  display: none!important;
}
.order__item-block {position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; }
.order__item-block .product-remove a{
  position: absolute;
  right:  0px;
  top: 0px;
  text-decoration: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}
/*.order__total-block{

}*/
.order__item-body { width: calc(100% - 170px); -ms-flex: 1 1 auto; flex: 1 1 auto; }

.order__item-img { width: 100px; height: 100px; margin-right: 20px; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.order__item-img-c { width: 150px; height: 150px; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.order__item-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.order__item-name { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 22px; line-height: 100%; letter-spacing: 0.02em; color: #333333; margin: 0 0 10px 0; }

.order__total-n { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; }

.order__item-vol { margin: 0 0 10px 0; }
.order__item-vol p{
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
}
.item-font { font-weight: 400; font-size: 16px; line-height: 160%; color: #333333; }

.item-font span { font-weight: 600; font-size: 18px; line-height: 160%; color: #333333; }

.order__item-row { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: stretch; align-items: stretch; }

.order__item-price { -ms-flex-item-align: end; align-self: flex-end; white-space: nowrap; }

.font_price { font-weight: 600; font-size: 16px; line-height: 100%; text-align: right; letter-spacing: 0.02em; text-transform: uppercase; color: #333333; }

.order__total-row { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: end; align-items: flex-end; margin: 0 0 30px 0; }

.order__total-name { font-weight: 600; font-size: 16px; line-height: 100%; letter-spacing: 0.02em; text-transform: uppercase; color: #73706D; }

.order__total-row:last-child { margin-bottom: 0; }
.total__font_price ,
.total__font_price .curr_price{ font-weight: 600; font-size: 28px; line-height: 100%; text-align: right; letter-spacing: 0.02em; text-transform: uppercase; color: #333333; }

/* .total__font_price span */
/* .total__font_price .curr_val { display: block; text-align: right; text-decoration: line-through; font-weight: 400; font-size: 14px; line-height: 160%; } */
.total__font_price .curr_val  span{
  font-size: 16px;
  font-weight: 300;
}
.total_modal
.order__total-row{
  display: block;
}
.total_modal
.total-last{
  padding: 0 ;
}
.order-t__title { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 44px; line-height: 120%; letter-spacing: 0.02em; color: #333333; margin: 0 0 40px 0; }

.order-t__descript { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; }

.order__t-t { font-weight: 600; font-size: 18px; line-height: 160%; color: #333333; }

.order__t-d { font-weight: 400; font-size: 14px; line-height: 160%; color: #73706D; }

.order-t__number { font-weight: 600; margin: 0 0 20px 0; }

.form__elem-line { margin-bottom: 20px; }

.form__elem-line:last-child { margin-bottom: 0px; }

.form__hidden { display: none; }


.order__check_list .list_total_pay{
	list-style: none;
	margin: 0px 0 0  0;
	padding: 0;
	display: flex;
}
.order__check_list .list_total_pay li{
	width: 50%;
	margin: 15px 0 0 0;
}
.order__check_list .list_total_pay 
.product-label{
	font-weight: 700;
	font-size: 14px;
}
#payment
.woocommerce-privacy-policy-text p{
	font-size: 14px;
}
/*.arrow__nav-container{
  margin: 0 0 20px 0;
}*/
/*.arrow__nav-img{
  display: inline-block;
  vertical-align: middle;
  height: 28px;
}
.arrow__nav-text{
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
  text-decoration: none;
  margin-left: 20px;
}
.arrow__nav-text:hover{
  text-decoration: none;
}*/
.pay_block-wrap
.wc_payment_methods{
  padding: 0px;
  margin: 0 0 0px 0;
  list-style: none;
}
.pay_block-wrap
.payment_box.payment_method_liqpay-webplus{
  display: none!important;
}
.pay_block-wrap
.wc_payment_methods li{
  margin: 0;
}
.pay_block-wrap
.wc_payment_methods label{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
/*  font-family: 'Montserrat';*/
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin: 12px 0;
}
.pay_block-wrap .wc_payment_methods 
.input-radio:checked ~ label{
	font-weight: 600;
}

.wc_payment_method  .input-radio{ appearance:radio; -webkit-appearance: radio; position: absolute; opacity: 0!important;}
.wc_payment_method  input[type = "radio"]:checked + label:before, 
.wc_payment_method  input[type = "radio"]:not(:checked) + label:before
{ content: ""; position: absolute; left: 0px; top: 3px;  display: block;border-radius: 50%;  width: 20px; height: 20px; border: 1px solid #ACABAA; margin:  0 0; }


.wc_payment_method  input[type = "radio"]:checked + label:after, 
.wc_payment_method  input[type = "radio"]:not(:checked)  + label:after
{ content: ""; position: absolute; transition: all 0.2s ease ;left: 4px; top: 7px; width: 12px; height: 12px; border-radius: 50%; }
.wc_payment_method  input[type = "radio"]:checked + label:before
{ border: 2px solid #333333 }


.wc_payment_method  input[type = "radio"]:checked + label:after
{  background: #333333; }




.pay_block-wrap .woocommerce-privacy-policy-text,
.pay_block-wrap .woocommerce-privacy-policy-text p,
.pay_block-wrap .woocommerce-privacy-policy-text a
{
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #73706D;
  margin: 0;
}
.pay_block-wrap .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}
.pay_block-wrap .woocommerce-privacy-policy-text a:hover {
  text-decoration: none;
}
.delivery_section 
.order__form-title{
  margin-bottom: 30px;
}
.table_custom-wrapper{
  width: 100%;
}
.table_block { background: #FFFFFF; padding: 0 30px; border: 1px solid #ECEBEA; }
.table_block table,
.table_custom { display: table; width: 100%; }

.table_block tr,
.table_row { display: table-row; }
.table_block th, .table_block td,
.table_th, .table_td { display: table-cell; border-bottom: 1px solid #D4D3D2; max-width: 20%;  font-weight: 300; }

.table_block tbody tr:last-child  td,
.table_row:last-child .table_td { border-bottom: none; }

.table_block th,
.table_th { padding: 20px 15px; }

.table_block td,
.table_td { padding: 30px 15px; }

.table_block th:first-child, .table_block td:first-child,
.table_th:first-child, .table_td:first-child { padding-left: 0; }

.table_block th:last-child, .table_block td:last-child,
.table_th:last-child, .table_td:last-child { padding-right: 0; }

.title_r { display: none; }
.woocommerce-orders-table__cell-order-number a,
.ord_number { font-weight: 600; font-size: 14px; line-height: 160%; text-decoration: underline; color: #73706D; cursor: pointer; }
.woocommerce-orders-table__cell-order-date ,
.ord_date { font-weight: 400; font-size: 14px; line-height: 160%; color: #73706D; }

.ord_count { font-weight: 400; font-size: 14px; line-height: 160%; color: #73706D; }
.woocommerce-orders-table__cell-order_cost .curr_price,
.ord_cost { font-weight: 600; font-size: 18px; line-height: 160%; color: #333333; }
.woocommerce-orders-table__cell-order_cost .curr_val,
.ord_cost span { color: #73706D; }
.table_block td.woocommerce-orders-table__cell-order-status,
.ord_status { font-style: normal; font-weight: 500; font-size: 14px; line-height: 160%; text-transform: uppercase; color: #73706D; }

.status_ok { color: #00A046; }

.table_block td.woocommerce-orders-table__cell-exploretech_column,
.ord_delivery { font-weight: 400; font-size: 14px; line-height: 160%; color: #73706D; }

.ord_delivery span { font-weight: 600; display: block; }

.section_card { padding: 90px 0 100px 0; }

.swiperCard .swiper-wrapper { display: block; }

.wrap_card-block { position: relative; }

.card_img { position: relative; width: 100%; padding-bottom: 100%; }

.card_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; left: 0; top: 0; }

.card__block-top { border-bottom: 1px solid #ACABAA; }

.card__block-wrapper { padding-left: 50px; padding-right: 100px; /*min-height: 100vh; */ max-width: 100%!important;}

.card__sticky { padding-top: 50px; padding-bottom: 50px; position: sticky; position: -webkit-sticky; top: 0; }
.card__category a,
.card__category { font-weight: 400; font-size: 16px; line-height: 160%; text-decoration: none; text-transform: uppercase; color: #73706D; margin: 0 0; }
.card__category { margin: 0 0 20px 0; }
.card__category a:hover{
  opacity: 0.8;
}
.card__name { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 44px; line-height: 120%; letter-spacing: 0.02em; color: #333333; margin: 0; }

.card__stars-block { margin: 0 0 10px 0; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

.card__stars-block .star { margin-right: 8px; }

.star__link { font-weight: 400; font-size: 12px; line-height: 160%; /*/text-decoration: underline; */ color: #333333; margin-left: 8px; }

.favorit__block { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; margin: 20px 0 20px 0; }

.favorit__img { margin-right: 10px; height: 24px; width: 24px; }

.favorit__text { font-weight: 400; font-size: 16px; line-height: 160%; color: #333333; }

.card__block-b { padding: 30px 0 30px 0; border-bottom: 1px solid #ACABAA; }

.card__attr-title { font-weight: 400; font-size: 16px; line-height: 160%; margin: 0 0 10px 0; color: #333333; }

.card__attr-container { margin: 0 0 20px 0; }

.card__check-block { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

.card__check-elem { margin: 0 10px 10px 0; position: relative; }

.card_radio { position: absolute; opacity: 0; z-index: -1; }

.card_radio + label { cursor: pointer; font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; display: block; width: 100px; height: 46px; line-height: 46px; background: #ECEBEA; border: 1px solid #ACABAA; text-align: center; }

.card_radio:checked + label {  font-weight: 700; background: #333333; border: 1px solid #333; color: #fff; }

.choose__elem-block { position: relative; padding: 0 60px  0 60px; max-width: 100%; display: block; border-radius: 0; height: 50px; width: 300px; text-align: center; margin: 0 0 0px 0; background: #ECEBEA; border: 1px solid #ACABAA; }

.choose__elem-s { width: 190px; }

.choose__input-block { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; height: 100%; }

.choose__input,
.input-text.qty.text { background: transparent; border: none; border-radius: 0; height: 50px; width: 100%; padding: 0 0px; font-weight: 700; font-size: 16px; line-height: 50px; color: #333333; text-align: center; margin: 0 0 0px 0; }

.choose__elem-pl, .choose__elem-m { position: absolute; top: 0px; height: 100%; width: 60px; display: block; position: absolute; cursor: pointer; border: none; outline: none;}

.choose__elem-pl { right: 0; border-left: 1px solid #ACABAA; }

.choose__elem-m { left: 0; border-right: 1px solid #ACABAA; }

.choose__elem-pl:after, .choose__elem-pl:before, .choose__elem-m:after { content: ''; position: absolute; background: #73706D; display: block; position: absolute; cursor: pointer; }

.choose__elem-pl:after, .choose__elem-m:after { left: 20px; top: 24px; height: 1px; width: 20px; }

.choose__elem-pl:before { left: 30px; top: 14px; height: 20px; width: 1px; }

.choose__elem-pl:hover:after, .choose__elem-pl:hover:before, .choose__elem-m:hover:after { background-color: #333333; }

.card__price-container { margin: 50px 0 30px 0; }

.card__price { font-weight: 700; font-size: 44px; line-height: 100%; letter-spacing: 0.02em; color: #333333; display: inline-block; vertical-align: middle;}

/* .card__price .curr_val { font-size: 16px; font-weight: 400; } */



/* .product-panel_price { font-weight: 700; font-size: 18px; line-height: 100%; letter-spacing: 0.02em; }

.product-panel_price .curr_val { font-weight: 400; font-size: 14px; }
 */

 .card__block-b
 .price del,
 .card__sale {padding: 0 3px; background-color: #ecebea;  letter-spacing: 0.02em; color: #333333; display: inline-block; vertical-align: middle;}

 .card__block-b
 .price del
 .curr_price,
 .sale_price{
   font-weight: 700;
   font-size: 18px;
   text-decoration: line-through;
 }
 .card__block-b
 .price del{
  text-decoration: none;
 }
 .card__block-b
 .price ins{
    background-color: transparent;
  }
 .card__block-b
 .price ins,
 .card__block-b
 .price bdi,
 .card__block-b
 .price bdi,
 .text__sale { font-weight: 700; font-size: 44px; line-height: 100%; letter-spacing: 0.02em; color: #333333; display: inline-block; vertical-align: middle;}

 .card__block-b
 .amount
 .curr_val ,
 .card__price-container
 .curr_val{ font-size: 16px; font-weight: 400; }


.card__btn-container .btn_filter { width: 540px; max-width: 100%; }
.card__btn-container .added_to_cart{
  display: none;
}
.review_block { border-top: 1px solid #ACABAA; padding: 60px 0 20px 0; }

.review_blok-st-n { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

.review_stars { margin: 0 20px 0 0; }

/* .star_big .star { width: 24px; height: 24px; background-size: 24px 24px; }

.star_form .star { width: 36px; height: 36px; background-size: 36px 36px; background-image: url(../img/star_f.svg); }

.star_form .star:hover { background-image: url(../img/star_a.svg); } */
.card__block-top
.star-rating,
.review-all__top
.star-rating{
  display: inline-block;
  vertical-align: middle;
}
.card__block-top
.star-rating::before,
.review-all__top
.star-rating::before,
.review_stars 
.star-rating::before{
  content: "\73\73\73\73\73";
  color: #333333;
  opacity: 1;

}
.card__block-top
.star-rating span::before ,
.review-all__top
.star-rating span::before,
.review_stars
.star-rating span::before {
  content: "\53\53\53\53\53";
  color: #333333;
}
.review_form
.form__block
.stars.selected a::before{
  color: #333333;
}
.card__block-top
.star-rating{
  width: 6em;
  font-size: 16px;
  letter-spacing: 3px;
  font-size: 19px;
}
.review-all__top
.star-rating,
.review_stars
.star-rating {
  width: 6.1em;
  letter-spacing: 5px;
  font-size: 27px;
}

.card__block-top
.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}
.card__block-top
.add_to_wishlist{
  text-decoration: none;
}
.favorit__block a,
.favorit__block span{
  font-size: 16px;
}
.form__block
.stars a{
  width: 35px;
  height: 1.5em;
  margin: 0 2px 0 0;
}
.star_big .star_activ,
.form__block
.stars a::before{
  overflow: hidden;
  height: 1.2em;
  line-height: 1;
  width: 35px;
  font-family: star;
  font-weight: 400;
  margin: 0 0px 0 0;
  content: "\73";
  color: #333333;
  letter-spacing: 5px;
  font-size: 35px;
}
.form__block .stars:hover a::before {
  content: "\53";
  color: #333333;
}
.star_big
.star_activ::before {
  content: "\53";
  color: #333333;
  letter-spacing: 5px;
  font-size: 27px;
}
.review-card__section  .woocommerce-info, 
.review-card__section  .woocommerce-noreviews, 
.review-card__section  p.no-comments {
  background: #333333;
  padding: 15px ;
  color: #FFF;
}
.review_name { font-weight: 500; font-size: 28px; line-height: 160%; color: #333333; }

.review_bl-center { margin: 20px 0 20px 0; }

.review_bl-center, .review_bl-center p { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; }

.review_bl-center p:last-child { margin: 0; }

.btn_reply span { font-weight: 500; font-size: 18px; line-height: 160%; color: #333333; }

.btn_like, .btn_reply { display: inline-block; vertical-align: middle; margin: 0  10px 0 0; text-decoration: none; }

.btn_like:hover, .btn_reply:hover { text-decoration: none; opacity: 0.8; }

.btn_reply span, .btn_like svg, .btn_reply svg { display: inline-block; vertical-align: middle; height: 25px; line-height: 25px; }

.review_bl-top { display: -ms-flexbox; display: flex; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; }

.review_date { font-weight: 400; font-size: 18px; line-height: 160%; color: #ACABAA; }

.review_block-ans { padding: 20px 0 30px 50px; }

.review-card__section { padding: 0 0 100px 0; }

.review-all__top { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; /*-webkit-align-items: center; -ms-flex-align: center; align-items: center;*/ }

.star_bl_l { margin: 0 0 30px 0; }

.star_bl_l, .star_bl_reit ,
.star_bl_l
.woocommerce-product-rating{ display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

.star_bal { font-weight: 600; font-size: 14px; line-height: 160%; color: #333333; width: 34px; }

.star_review-count { font-weight: 400; font-size: 14px; line-height: 160%; text-decoration: underline; color: #333333; margin: 0 0 0 12px; }
.star_bl_reit { margin: 0 0 10px 34px; }
.star_bl_reit .star__elems { width: 160px; -ms-flex-pack: end; justify-content: flex-end; }
.stars_panel { display: inline-block; vertical-align: middle; margin: 0 24px 0 12px; position: relative; width: 200px; height: 10px; background: #ECEBEA; border-radius: 10px; }
.stars_panel-l { position: absolute; left: 0; top: 0; height: 100%; background: #333333; border-radius: 10px; }
.pan_count { font-weight: 400; font-size: 14px; line-height: 160%; color: #333333; display: inline-block; vertical-align: middle; }
.review-sort__box { margin: 40px 0 30px 0; display: inline-block; }
.review-sort__box .select_elem-box { position: relative; }
.review-sort__box .select_elem { position: initial; }
.review-sort__box .select-body { left: inherit; right: 0; text-align: right; }
.block__no_a-text { font-weight: 300; font-size: 18px; line-height: 160%; color: #333333; margin: 50px 0 10px 0; }
.block__no_a .button_back { margin: 0 0 10px 0; text-align: left; }
.modal{
  display: none;
}
.modal-block { width: 640px; max-width: 100%; padding: 20px 50px; position: relative; background: #FFFFFF; margin: 0 auto; }
.modal-w { width: 960px; }
.modal-block_c { width: 800px; }
.lang_wrap { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; margin-left: -20px; margin-right: -20px; }
.lang_item {text-decoration: none;  width: 50%; padding-left: 20px; padding-right: 20px; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; margin: 20px 0 0 0; }
.lang_item-text { font-weight: 300; font-size: 44px; line-height: 160%; text-transform: uppercase; color: #73706D; margin-left: 10px; }
.lang_item:hover{
  text-decoration: none;
  color: #333;
}
.current-lang
.lang_item-text { color: #333333; font-weight: 500; }
.lang_item-img { display: inline-block; vertical-align: middle; width: 50px; height: 30px; background-position: center; background-repeat: no-repeat; background-size: contain; }
/* 
.img_uk { background-image: url(../img/uk.svg); }
.img_us { background-image: url(../img/us.svg); } */
.modal_title { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-size: 28px; line-height: 100%; letter-spacing: 0.02em; color: #333333; padding: 0 0 20px 0; border-bottom: 1px solid #D4D3D2; margin: 0 0 30px 0; }
.modal_title-center { text-align: center; }
.elem-form,.woocommerce-form-row { margin: 0 0 20px 0; }

.woocommerce-EditAccountForm .profile__form-wrap:nth-child(2)
.woocommerce-form-row { margin: 0 0 5px 0; }

.input_wrapper { position: relative; }
.icon_pass { position: absolute; height: 100%; width: 50px; background-repeat: no-repeat; background-position: center; background-image: url(img/visibility_off.svg); background-size: auto; display: block; top: 0; right: 0; z-index: 3; margin: 0; }
.seeyou.icon_pass { background-image: url(img/visibility.svg); }
.text_f-bot-wrap { margin: 20px 0 20px 0; }
.text_f-bot, .text_f-bot a { font-weight: 300; font-size: 16px; line-height: 160%; color: #73706D; }
.text_f-bot a { text-decoration: underline; }
.text_f-bot a:hover { text-decoration: none; }
.link_account__wrap { text-align: center; margin: 10px 0 0 0; }

.link_account ,
.wrap_pay-form
.lost_password  a{cursor: pointer; font-weight: 700; font-size: 16px; line-height: 160%; color: #333333; text-decoration: none; }
.link_account:hover { opacity: 0.8; }

.elem-form-check { margin: 30px 0 20px 0; }
.modal_text { margin: 30px 0 30px 0; font-weight: 300; font-size: 18px; line-height: 160%; text-align: center; color: #333333; }
.modal-block_s { width: 960px; padding: 50px 60px; background-color: #fff; max-width: 100%; }
.elem_search { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; position: relative; }
.elem_search
.submit_search { height: 100%; width: 56px; background-position: center; background-size: 56px 56px; background-repeat: no-repeat; color: transparent; background-image: url(img/search.svg); font-size: 0; border: none; background-color: transparent; position: absolute; left: 0; top: 0; }
.elem_search
.input_search { font-weight: 300; font-size: 44px; height: 70px; width: 100%; line-height: 70px; text-transform: uppercase; color: #333333; border: none; border-bottom: 1px solid #333333; padding: 0 15px 0 65px; }
.section_page
.input_search {
  background: transparent;
}
.input_search:focus { border-bottom: 1px solid #333333; }
.input_search::-webkit-input-placeholder { font-family: "Montserrat" !important; font-weight: 300; color: #D4D3D2 !important; font-size: 44px !important; }
.input_search::-moz-placeholder { font-family: "Montserrat" !important; font-weight: 300; color: #D4D3D2 !important; font-size: 44px !important; }
.input_search::-ms-input-placeholder { font-family: "Montserrat" !important; font-weight: 300; color: #D4D3D2 !important; font-size: 44px !important; }
.input_search:focus::-webkit-input-placeholder { color: transparent !important; }
.input_search:focus::-moz-placeholder { color: transparent !important; }
.input_search:focus::-ms-input-placeholder { color: transparent !important; }
@media screen and (min-width: 1201px) { 
  .input_search { font-weight: 300; font-size: 44px; height: 70px; width: 100%; line-height: 70px; text-transform: uppercase; color: #333333; border: none; border-bottom: 1px solid #333333; padding: 0 15px 0 65px; } }
.map_block-container { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; margin: 100px 0 150px 0; }
.adress_block-elem { width: 33%; padding-top: 50px; }
/*.adress_block-elem
.adress-block{
  max-width: 250px;
}*/
.map_block-elem { width: 67%; position: relative; }
.map_block_fon-elem { position: relative; height: 550px; }
.map_block_fon { position: absolute; right: -35px; bottom: -35px; height: 100%; width: 100%; background: #02B59B; border-radius: 40px; z-index: 0; }
.map_elem { position: relative; z-index: 2; height: 100%; width: 100%; border-radius: 40px; overflow: hidden; }
.map_block_fon-elem iframe { width: 100%; height: 100%; }
.top-elem_wrapper { margin: 70px 0 70px 0; position: relative; }
.sliderTop__container { /*-ms-flex-direction: row-reverse; flex-direction: row-reverse;*/ position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; }
.sliderTop-wrapper { width: 70%; padding-right: 10%; height: 740px; position: relative; position: relative; padding-bottom: 160px; }
.sliderTop_img { display: none; }
.sliderTopImg-wr { position: relative; width: 100%; height: 100%; }
.sliderTop_big, .imgTop { display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transition: all 1s ease; }
.sliderTop_big img, .imgTop img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.sliderTop__trumb, .sliderTop__prev { position: absolute; width: 320px; height: 320px; z-index: 10; display: block; background-repeat: no-repeat; background-position: center; background-size: cover; transition: all 0.2s ease; }
.sliderTop__trumb img, .sliderTop__prev img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }
.sliderTop__prev { left: 110%; top: 110%; opacity: 0; }
.imgTop { display: block; opacity: 0; left: -500px; top: -200px; position: absolute; transition: all 1s ease; }
.sliderTop__trumb { left: 800px; top: 420px; opacity: 1; transition: all 1s ease; }
.sliderTop__text-wrapper { width: 45%; padding: 150px 0 0 0; position: relative; margin-right: -15%; z-index: 5; position: relative; }
.sliderTop__text-wr { position: relative; }
.sliderTop__wrap { text-align: left; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; position: relative; z-index: 20; }
.slidBntTop__next, .slidBntTop__prev { display: inline-block; vertical-align: middle; }
.sliderTop__pagination { display: inline-block; vertical-align: middle; margin-right: 45px; }
.sliderTop__pagination span { font-weight: 400; font-size: 28px; line-height: 160%; color: #ACABAA; display: inline-block; vertical-align: middle; text-align: center; }
.sliderTop__pagination span:first-child, .sliderTop__pagination span:last-child { min-width: 40px; }
.text_slid-block { background: transparent; }
.text_block-mask { opacity: 0; left: -200%; top: 0; position: absolute; width: 100%; height: 100%; display: block; background-color: #fff; }
.visibleText .text_block-mask { left: 0; top: 0; opacity: 1; transition: all 0.8s ease; }
.slid_title { opacity: 0; position: absolute; left: 50px; top: 500px; margin: 0; }
.visibleText .slid_title { top: 0; left: 0; position: relative; opacity: 1; z-index: 1; transition: top 0.5s ease; }
.sliderTop__wrap-pos { margin: -50px 0 100px 0; }
.horse_slid { position: absolute; right: 0; top: 30%; opacity: 1; transition: all 1s ease; }
.slideActiv .horse_slid { z-index: 0; opacity: 0.5; top: 33%; z-index: -1; right: 0%; }
.hidden{display:none !important;visibility:hidden !important}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.scroll2__container{
  position: relative;
}
.scroll2__container:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 0;
}
.loading.scroll2__container:before{
  z-index: 5;
  opacity: 0.5;
}

@media (max-width: 1650px) { .drobdown__list-elem { padding-left: 60px; }
  .drobd_images { padding: 0px 60px; }
  .cat_img { width: 330px; height: 270px; }
  .woocommerce-checkout
  .column__offset-100,
  .column__offset-100 { padding-left: 60px; padding-right: 60px; }
  .present-w-l .present__text-wrapper { margin-left: 0%; }
  .present-w-l .present__container { padding: 0px 0 0px 0; }
  .sliderTop__trumb { left: calc(100% - 190px); } 
  input.subscribe__input { font-size: 14px;  }
}

@media screen and (max-width: 1650px) and (min-width: 1201px) { .custom-checkbox + label { font-weight: 300; font-size: 16px; line-height: 160%; color: #333333; display: inline-block; vertical-align: middle; position: relative; }
.btn_order a,
.btn_filter, .bnt_d { font-size: 16px; }
  .drobdown__list-elem { padding-left: 30px; }
  .nav__list > li a { font-size: 14px; }
  .card__block-wrapper { padding-left: 30px; padding-right: 70px; }
  .card__name { font-size: 38px; }
  .faq_element-question { font-size: 24px; }
  .faq_element-head { padding: 20px 40px 20px 0px; }
  .faq_element-answer { padding-left: 10px; }
  .faq_element-answer p, .faq_element-answer { font-size: 16px; }
  .column__offset-17 { padding-right: 10%; padding-left: 10%; }
  .review_bl-center, .review_bl-center p { font-size: 16px; }
  .review_name { font-size: 26px; }
  .card_radio + label { font-size: 16px; width: 80px; }
  .aside__list-item { padding: 16px 0px 16px 0; }
  .aside__item-title, .aside__item-title a { font-size: 14px; }
  .content__column { width: 100%; }
  .text__block, .text__block p { font-size: 16px; }
  .title-page-el__container .title__container { text-align: center; padding: 50px 0 50px 0; }
  .title-page-el__container .title_main { font-size: 44px; }
  .order__item-name { font-size: 18px; margin: 0 0 10px 0; }
  .item-font { font-size: 14px; }
  .item-font span { font-size: 16px; }
  .font_price { font-size: 14px; }
  .order__total-name { font-size: 14px; }
  .order__total-row { margin: 0 0 20px 0; }
  .order__item-body { width: calc(100% - 90px); }
  .aside__prof .aside__block { padding-right: 20px; } }

@media screen and (max-width: 1300px) { .present__title a, .present__title, .collection__title { font-size: 34px; }
  .collection-r .collection__text-wrapper, .collection-l .collection__text-wrapper { width: 60%; }
  .collection-c .collection__text-wrapper { padding: 0 30px; }
  .title_category { font-size: 16px; }
  .advances__title { font-size: 34px; }
  .drobdown__list-elem { padding-left: 30px; }
  .drobd_images { padding: 0px 30px 0 20px; }
  .cat_img { width: 250px; height: 250px; } 
}

/*@media screen and (max-width: 1280px){}*/
@media screen and (max-width: 1400px) { .footer .column__offset-all { padding-right: 30px; padding-left: 30px; }
  .footer__block { padding-right: 30px; }
  .footer__block-w3:first-child { width: 20%; }
  .footer__block-w3:last-child { width: 40%; }
  .column__offset-all { padding-right: 30px; padding-left: 30px; }
  .index_site .main .column__offset-all { padding-right: 60px; padding-left: 60px; }
  .column__wigth-t { padding-left: 60px; padding-right: 60px; }
  .brend__container { margin-right: -60px; }
  .present__text-block { padding: 100px 140px 50px 70px; }
  .section_advances { background: rgba(212, 211, 210, 0.4); padding: 50px 0 50px 0; }
  .slider__section-sliderX { padding: 50px 0 50px 0; }
  .catalog_elem { position: relative; width: 50%; overflow: hidden; } 
  .woocommerce-checkout .column__offset-100, 
  .column__offset-100 {
    padding-right: 30px; padding-left: 30px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) { .footer__img { margin: 0 0 24px 0; width: 150px; } }

@media screen and (max-width: 1400px) and (min-width: 1024px) { .present-w-l .present__text-wrapper { width: 60%; }
  .filter__column { width: 35%; }
  .catalog__column { width: 65%; } }

@media screen and (max-width: 1200px) {
	.catalog_elem{
		max-height: inherit;
	}
 .footer__block-w3:first-child { width: 44%; }
  .footer__block-w2 { width: 28%; }
  .footer__block-w3:last-child { width: 100%; margin: 50px 0 0 0; }
  .advances__container { display: block; }
  .advances__title { display: block; width: 100%; font-size: 34px; padding: 0; margin: 0 0 50px 0; }
  .advances__elems { width: 100%; }
  .advances__elem { padding-right: 20px; width: 45%; }
  .advances__elem-text { max-width: 320px; }
  .footer__block-last { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: stretch; align-items: stretch; }
  .footer__social { margin: 80px 0 0 60px; }
  .footer_ins-block { padding: 90px 0 30px 0; }
  .toggle_block { display: block; }
  .on .toggle_icon { display: inline-block; }
  .toggle_text { color: #d9d5d5;}
  .on .toggle_text { text-decoration: none; color: #d9d5d5;}
  .on .panel-r_block{
    z-index: -1;
    display: none;
  }
  .on .img_l_top{
  	display: none;
  }
  .on .img_l_bottom{
  	display: inline-block;
  }
  .on .header_dark {
    	background: #fff;
	}
  .on .header__block-l:before{
  	display: none;
  }
  .on.wrapper, .onfilter.wrapper { height: 100vh; overflow: hidden; z-index: 1000000 ; background: #fff;}
  .logo_top img:last-child,.logo_top .logo_el-hover { left: 0%; z-index: 0; }
  .header__container { padding: 13px 30px; }
  .header__mob-menu { width: 100%; padding: 13px 30px; }
  .header__mob-menu .logo_top img:first-child { background: transparent; }
  .header__block-l, .filter__mob-menu, .header__mob-menu { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; width: 100%; }
  .filter__mob-menu { padding: 20px 0 20px 0; }
  .header_navs, .filter_box { opacity: 0; position: fixed; height: 100vh; width: 100%; background: #fff; display: block; left: 0; top: -150%; max-width: 100%; z-index: 100; padding: 0 0px; transition:none; }
  .filter_box { padding: 0 30px 0px 30px; }
  .on .header_navs  { top: 67px; opacity: 1; transition: all 0.3s 0.1s ease  ;}
  .on  .header__block-l, 
  .on .toggle_block{
  	position: relative;
  	z-index: 10000000;
  	background: #fff;
  }
    /*.header__block-r {
    z-index: 100;
    position: relative;
	}*/
  .onfilter .filter_box { top: 0; opacity: 1;}
  .nav__list-position { padding: 0px 0px 50px 0px; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; height: 100%; }
  .header__mob-menu { border-bottom: 1px solid #ACABAA; }
  .nav__list-overf { width: 100%; overflow-y: auto; position: relative; height: 90%; }
  .nav__list { padding: 50px 30px 10px 30px; width: 100%; text-align: left; min-height: 100%; }
  .nav__list-position li { display: block; margin: 0 0 50px 0; max-width: inherit;}
  .drobdown__block { padding: 0; top: 0; min-height: 100%; }
  .drobdown__container { display: block; }
  .drobd_list-title { /*  display: block;*/ padding: 50px 30px 0 30px; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }
  .pr_list-title { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }
  .drobdown__list-container { display: block; padding: 50px 0 0 0; list-style: none; max-width: inherit;}
  .drobdown-list { margin: 20px 0 50px 0; }
  .drobdown-list li { margin: 0 0 10px 0; }
  .drobd_images { display: none; }
  .drobd_img { display: block; width: 256px; height: 170px; margin: 0 0 20px 0; }
  .drobd_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
  .nav__list { background-image: url(img/landor.svg); background-repeat: no-repeat; background-size: 290px 211px; background-position: 80% 80%; }
  .header_dark { padding: 0px 0 0px 0; }
  .title-page__container .title__container { min-height: 100px; }
  .title_main { font-size: 44px; }
  .catalog_elems { margin: 0 0 70px 0; }
  .pagination_block { margin: 0px 0 0 0; }
  .pagination_block ul li { margin: 0 2px; }
  .catalog-all__container { display: block; padding: 20px 0 0 0; }
  .container_tab { padding: 20px 0 0 0; }
  .filter__column { position: relative; width: 100%; }
  .catalog__column { width: 100%; }
  .filter__title-block { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }
  .filter__icon { display: block; }
  .filter__elem { margin: 0 0 10px 0; }
  .filter__mob-menu .toggle_icon { width: 18px; height: 18px; background-size: 18px 18px; margin: 0 0 0 0px; }
  .filter-result-wrapper { display: block; }
  .catalog_elem-panel { position: relative; bottom: 0px; }
  .panel_ins { position: relative; top: 0; }
  /* .catalog_elem .favor_icon { background-image: url(../img/heart_n.svg); } */
  .swiperCard .swiper-wrapper { display: -ms-flexbox; display: flex; }
  .f__bs-container { display: block; }
  .f__bs-container .column_50 { width: 100%; }
  .card_images { padding-left: 64px; padding-right: 64px; width: 800px; max-width: 100%; margin-right: auto; margin-left: auto; }
  .slider-card__section .column__offset-17, .review-card__section .column__offset-17 { padding-left: 30px; padding-right: 30px; }
  .slider__btn-img { display: block; }
  .card_img { margin-bottom: 50px; }
  .card__block-wrapper { padding-left: 30px; padding-right: 30px; min-height: auto; width: 800px; max-width: 100%; margin-right: auto; margin-left: auto; }
  .card__name { font-size: 28px; margin: 0 0 24px 0; }
  .brend__container { margin-right: -30px; }
  .brend__title { font-size: 28px; margin: 0 0 30px 0; }
  .brend__text { margin: 0px 0 50px 0; }
  .brend__text-block { padding: 50px 50px 50px 20%; }
  .brend__img { width: 33%; min-height: 320px; padding-bottom: 130px; }
  .brend__text-wrapper { padding: 60px 0 0 0; width: 77%; margin-left: -10%; }
  .faq_element-head { padding: 20px 40px 20px 0px; position: relative; }
  .faq_element-icon { top: 20px; }
  .swiper__container-pr { margin: 0 0 70px 0; }
  .title__elem { margin: 0 0 50px 0; }
  .review-all__top { display: block; }
  .star_bl_r { margin: 60px 0 0 0; }
  .star_bl_r .bnt_d { display: inline-block; width: auto; }
  .title-page-tr__container .title__container, .title-page-el__container .title__container { text-align: center; padding: 0px 0 40px 0; }
  .collection__container { padding-top: 25px; padding-bottom: 25px; }
  .collection-c-l { padding-right: 15px; }
  .collection-c-r { padding-left: 15px; }
  .collection-c .collection__text-wrapper { padding: 0 20px; }
  .title-page-tr__container .title_main:before, .title-page-tr__container .title_main:after { width: 140px; top: 30px; }
  .collection-r .collection__text-wrapper, .collection-l .collection__text-wrapper { width: 50%; padding-top: 26px; }
  .collection-r .collection__text-block, .collection-l .collection__text-block { padding: 30px 30px 30px 30px; min-height: 180px; }
  .collection-c .collection__text-block { padding: 30px 30px 30px 30px; min-height: 180px; }
  .collection__img { height: 160px; }
  .collection__title { font-size: 22px; }
  .collection__title-wrap { padding-left: 10px; }
  .collection__text-block .collection_btn { text-align: left; }
  .section_collection .column__offset-100, .section_prof .column__offset-100 { padding-left: 30px; padding-right: 30px; }
  .col_elem-img { margin: 0 0 70px 0; }
  .col__title { font-size: 28px; margin: 0 0 50px 0; }
  .column_50 { width: 83%; }
  .section_delivery { padding-right: 30px; padding-left: 30px; }
  .section_delivery .faq_element-head { padding: 30px 40px 30px 0px; position: relative; }
  .section_delivery .faq_element-icon { top: 30px; }
  .section_delivery .column_50 { width: 100%; }
  .col_citat-it { margin: 0 0 50px 0; font-size: 14px; }
  .text__block, .text__block p { font-size: 14px; }
  .column_75 { width: 83%; }
  .col_citat-gr { padding: 20px 30px; font-size: 16px; }
  .article__pagination { margin: 20px 0 20px 0; }
  .column__wigth-t { padding-left: 30px; padding-right: 30px; }
  .title-br__container { background-position: center top; padding-bottom: 200px; }
  .contact_page { background: transparent; }
  .contact__container { -ms-flex-pack: start; justify-content: flex-start; padding: 0px 0 100px 0; }
  .contact__img { width: 67%; z-index: 2; min-height: 385px; height: 385px; }
  .contact__text-block { background: #333333; color: #ECEBEA; padding: 50px 30px 50px 30px; }
  .contact__text-wrapper { width: 50%; margin-left: -17%; padding: 50px 0 0 0; }
  .adress__block { margin: 0 0 30px 0; }
  .section_impr .column_aside { display: none; }
  .section_impr .content__column { width: 100%; }
  .section_impr .column__offset-100 { padding-left: 30px; padding-right: 30px; }
  /*  .text__block, .text__block p { font-size: 16px; } .title-page-el__container .title__container { text-align: center; padding: 50px 0 50px 0; } .title-page-el__container .title_main { font-size: 44px; }*/
  .f__column-60, .f__column-40 { width: 100%; float: none; }
  .check__40-ins { padding-left: 0px; }
  .scroll__container { height: auto; margin-right: 0; }
  .order__list-item { padding: 20px 0px 20px 0; }
  .step__container:before { width: calc(100% - 120px); left: 60px; }
  .step__container { margin: 0 0 50px 0; }
  .c_40 { width: 84%; margin-top: 100px; min-height: 50vh; }
  .order-t__title { font-size: 28px; }
  .order-t__descript { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-size: 14px; line-height: 160%; color: #333333; }
  .error_container { display: block; }
  .error__column-50 { width: 100%; }
  .er_desc-btn { display: none; }
  .er_mob-btn { display: block; }
  .error_text-top { font-size: 100px; margin: 0 0 30px 0; }
  .error_text { font-size: 44px; margin: 0 0 30px 0; }
  .error_text-bottom { font-size: 18px; margin: 0 0 50px 0; }
  .error_img-block { height: inherit; padding-left: 17%; }
  .er_mob-btn { text-align: center; padding: 0 15px; margin: 60px 0 70px 0; }
  .prof__column-wrap { width: 100%; display: block; }
  /* .aside__prof { display: none; } */
  /* .aside__mob_account { display: block; } */
  .prof__column { width: 100%; }
  .aside__prof { /*  width: 0%;*/ width: 0; padding: 0; margin: 0 0 0px 0; overflow: hidden;}
  .openTab
  .aside__prof { width: 50%;overflow: visible;}
  .openTab
  .prof__column-wrap {
    width: 0%;
    overflow: hidden;
  }
  .openTab{
    max-height: 60vh;
  }
  .section_page {
    padding: 0 0 50px 0;
}
  .section_prof { position: relative; }
  .aside__prof .aside__block { padding-right: 0px; }
  .c__column { width: 100%; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; margin: 0 0 30px 0; }
  .c__column .button_back { margin: 0 0 0px 0; }
  .prof_b { max-width: inherit; width: 50%; }
  .prof_s { max-width: inherit; width: 17%; }
  .col_marg .prof-info__row { padding: 7px 0 8px 0; }
  .prof__catalog__col { padding-right: 30px; padding-left: 30px; }
  .c__col { width: 100%; margin: 0 0 30px 0; }
  .input_search { font-size: 28px; height: 60px; line-height: 60px; }
  .input_search::-webkit-input-placeholder { font-size: 28px !important; }
  .input_search::-moz-placeholder { font-size: 28px !important; }
  .input_search::-ms-input-placeholder { font-size: 28px !important; }
  .lang_item-text { font-size: 28px; } }

@media screen and (max-width: 1024px) { .index_site .main .column__offset-all { padding-right: 0px; padding-left: 0px; }
  .present-r .present__img, .present-l .present__img { width: 75%; }
  .present-r .present__text-wrapper, .present-l .present__text-wrapper { width: 50%; }
  .present-r .present__text-wrapper { margin-left: -25%; padding-right: 30px; }
  .present-l .present__text-wrapper { margin-right: -25%; padding-left: 30px; }
  .present-r .present__text-block, .present-l .present__text-block { padding: 30px 30px 30px 30px; }
  .sliderTop__text-wr .present__text-block { padding: 30px 30px 30px 30px; }
  .present__title a,
  .present__title { font-size: 28px;; }
   .present__title { font-size: 28px; margin: 0 0 30px 0; }
  .title_category { position: relative; margin: 0 0 50px 0; }
  .present-r .title_category { right: inherit; text-align: right; padding-right: 16%; }
  .present-l .title_category, .present-w-l .title_category { left: inherit; text-align: left; padding-left: 16%; }
  .present-w-l .title_category:after, .present-l .title_category:after { right: 86%; }
  .present-r .title_category:after { left: 86%; }
  .slider__title-block { padding-right: 8.33%; padding-left: 8.33%; }
  .sliderTop__container { padding-right: 8.33%; padding-left: 8.33%; }
  .sliderTop__text-wrapper { width: 70%; padding: 330px 0 0 0; margin-right: -50%; }
  .sliderTop-wrapper { width: 80%; padding-right: 0%; height: 750px; padding-bottom: 160px; }
  .sliderTop__trumb, .sliderTop__prev { width: 200px; height: 200px; }
  .sliderTop__trumb { /*  left: 0;*/ left: calc(100% - 200px); top: 530px; }
  .horse_slid { width: 350px; height: 400px; top: 55%; }
  .sliderTop__wrap-pos { margin: -50px 0 100px 8.33%; }
  .horse_slid img { width: auto; max-width: 100%; height: 400px; }
  .title__elem { font-size: 28px; margin: 0 0 40px 0; }
  .catalog_elem-slid .catalog_elem-panel { bottom: 0; }
  .catalog_elem-slid .favor_icon { background-image: url(../img/heart_n.svg); }
  .present-w-l .present__container { display: block; }
  .present-w-l .present__text-wrapper { padding-right: 8.33%; padding-left: 8.33%; padding-top: 0; padding-bottom: 0; margin: 0; width: 100%; }
  .present-w-l .present__text-block { padding: 30px 30px 100px 30px; }
  .present-w-l .present__text { margin: 20px 0 50px 0; }
  .present-w-l .present__img { width: 67%; position: relative; z-index: 2; margin: -50px 0 0px 33%; padding-bottom: 0px; }
  .present-w-l .present__container { padding-bottom: 0px; }
  .profile__form-wrap, .check__form-wrap, .order__block, .order__block_b { padding: 20px 15px; }
  .check__form-wrap,
  .order__block{ padding: 20px 30px; }
  .col2-set .form-row-first, 
  .col2-set .form-row-last {
    width: 420px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .woocommerce-checkout .row_thee_l,
  .woocommerce-checkout .row_thee_f {
    float: left;
    width: 210px;
  }
  .order__item-body {
    width: calc(100% - 280px);
  }
  .form__elem-row { display: block; }
  .form__elem-pos { width: 100%; }
  .elem-pos_s { width: 67%; }
  .elem-pos_sm { width: 33.33%; }
  /*  .profile__form-title, */
  .wrap_pay-form
.woocommerce-info,
  .check__form-title, .order__form-title { font-size: 22px; }

  .prof__column-wrap
  .table_block {
    padding: 0; 
    border-bottom: none;
  }
  .prof__column-wrap
  table.shop_table_responsive thead {
    display: none;
  }
  .prof__column-wrap
  table.shop_table_responsive tbody th {
    display: none;
  }
  .prof__column-wrap
  table.shop_table_responsive tr td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    clear: both;
    border-bottom: none;
    max-width: 100%;
    font-weight: 300;
    padding: 10px 0px;
}
.prof__column-wrap
table.shop_table_responsive tr{
  border-bottom: 1px solid #D4D3D2;
  padding: 10px  30px;
  display: block;
}
  .prof__column-wrap
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #73706D;
    display: inline-block;
    width: 33.33%;
    padding-right: 30px;
  }

  input.subscribe__input { font-size: 16px;  }
  .custom_popup .tingle-modal-box{
    width: 80%;
  }
}

@media screen and (max-width: 767px) { .footer .column__offset-all { padding-right: 15px; padding-left: 15px; }
  .column__offset-all { padding-right: 15px; padding-left: 15px; }
  .footer_ins-block { padding: 70px 0 20px 0; }
  .footer__width .copy { display: block; }
  .footer__width .footer__list li { display: block; margin: 10px 0 10px 0px; }
  .arrow_footer { right: 30px; }
  .footer__block-w2 { width: 100%; }
  .footer__block-w3:first-child { width: 100%; }
  .footer__block-last, .footer__block-w3:last-child { width: 100%; margin: 0px 0 0 0; display: block; }
  .open.footer_ins-block { padding: 50px 0 30px 0; }
  .footer__img { max-width: 100px; margin: 0 0 30px 0; }
  .footer__list { margin: 0px 0px 30px 0; }
  .footer__list li { margin: 0 0 15px 0px; }
  .mob_h { display: none; }
  .mob_v { display: block; }
  .subscribe__form { display: block; padding: 0; height: auto;}
  .subscribe__form,
  .subs_text,
  .police_text{
    width: 400px; max-width: 100%;
  }
  input.subscribe__input { height: 50px; width: 100%; }
  input.subscribe__send { float: right; margin: 10px 0 0 0; }
  .subscribe_container { padding-right: 0px; margin: 0 0 20px 0; }
  .subscribe_container:after { content: ''; width: 100%; display: block; clear: both; }
  .footer__social { margin: 30px 0 30px 0; text-align: center; }
  .mob_v.footer__block-link, .mob_v.footer__block-link a, .mob_v.copy { font-weight: 400; font-size: 14px; line-height: 160%; color: #333333; }
  .mob_v.footer__block-link { margin: 0 0 15px 0; }
  .section_advances { padding: 30px 0 10px 0; }
  .advances__title { font-size: 22px; margin: 0px 0 30px 0; }
  .advances__elems { display: block; }
  .advances__elem { padding-right: 0px; width: 100%; margin: 0 0 20px 0; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }
  .advances__elem-text { margin: 0px 0 0 15px; font-size: 14px; }
  .slider__btns .swiper-button-next, .slider__btns .swiper-button-prev { margin: 0px 5px; }
  .title_category { padding-left: 10%; font-size: 14px; margin: 0 0 30px 0; }
  .present-l .title_category, .present-w-l .title_category { padding-left: 10%; }
  .present-r .title_category { padding-right: 10%; }
  .present-w-l .title_category:after, .present-l .title_category:after { right: 93%; top: 10px; }
  .present-r .title_category:after { left: 93%; top: 10px; }
  .slider__title-block { padding-right: 15px; padding-left: 15px; }
  .swiper-slide .catalog_elem_img, .swiper-slide .catalog_elem-img { padding-bottom: 255px; }
  .swiperX.swiper-free-mode > .swiper-wrapper { margin-left: 8.33%; }
  .swiperX .swiper-slide { width: 255px; }
  .swiperX .swiper-slide:last-child { width: 100px; }
  .slider__section-sliderX { padding: 2px 0 20px 0; }
  .present_wrapper { margin: 50px 0 50px 0; position: relative; }
  .present-w-l .present__text-wrapper { padding-right: 15px; padding-left: 15px; }
  .present__title a{
  	font-size: 22px;
  	line-height: 100%;
  }
  .present__title { font-size: 22px; margin: 0 0 20px 0; line-height: 100%; }
  .present__text, .present__text p { font-size: 14px; }
  .present-w-l .present__text { margin: 20px 0 20px 0; }
  .present-w-l .present__text-block { padding: 30px 15px 80px 15px; }
  .present-w-l .present__img { width: 77%; margin: -40px 0 0px 23%; }
  .present__container { display: block; }
  .present-r .present__img, .present-l .present__img { width: 77%; }
  .present-l .present__img { width: 77%; margin-left: 23%; }
  .present-r .present__text-wrapper, .present-l .present__text-wrapper { width: 77%; }
  .present-r .present__text-wrapper { margin-left: 23%; padding-bottom: 0; padding-top: 0; margin-top: -40px; padding-right: 15px; }
  .present-l .present__text-wrapper { /* margin-right: 23%;*/ padding-bottom: 0; padding-top: 0; margin-top: -40px; padding-left: 15px; }
  .present-r .present__text-block, .present-l .present__text-block { padding: 30px 15px 30px 15px; }
  .logo_top { max-width: 130px; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }
  .logo_top img:first-child { width: 30px; }
  .logo_top img:last-child ,
  .logo_top .logo_el-hover{ width: 100px; }
  .nav__list { background-size: 160px 120px; }
  .drobd_list-title { padding: 30px 15px 0 15px; }
  .drobdown__list-container { padding: 30px 0 0 0; }
  .drobdown__list-elem { padding-left: 15px; }
  .drobdown-list { margin: 20px 0 30px 0; }
  .drobd_img { width: 240px; height: 157px; }
  .filter_box { padding: 0 15px 0px 15px; }
  .woocommerce-checkout
  .column__offset-100,
  .column__offset-100 { padding-left: 15px; padding-right: 15px; }
  .title-page__container .title__container { min-height: 40px; }
  .title_main { font-size: 28px; }
  .catalog_elem { width: 330px; max-width: 100%; margin-right: auto; margin-left: auto; margin-bottom: 18px; }
  .catalog_elems { display: block; }
  .breadcrumbs_container { margin-bottom: 30px; margin-top: 20px; }
  .catalog-all__container { padding: 0px 0 0 0; }
  .sort__panel-container { display: block; padding: 0 0 10px 0; }
  .select_elem-box { margin-bottom: 45px; }
  .filter_result-btn { display: block; text-align: left; margin: 15px 0 45px 0; }
  .card_images { padding-left: 0px; padding-right: 0px; width: 100%; max-width: 100%; margin-right: auto; margin-left: auto; }
  .card_img { margin-bottom: 30px; }
  .card__block-wrapper { padding-left: 15px; padding-right: 15px; }
  .card__category { font-size: 14px; margin: 0 0 10px 0; }
  .card__name { font-size: 22px; margin: 0 0 20px 0; }
  .card__block-b { padding: 20px 0 30px 0; }
  .card__attr-title { font-size: 14px; margin: 0 0 0px 0; }
  .card__attr-container { margin: 0 0 10px 0; }
  .card__price-container { margin: 30px 0 20px 0; }
  .faq_element-question { font-size: 22px; }
  .faq_element-answer p, .faq_element-answer { font-size: 14px; }
  .section_card { padding: 50px 0 60px 0; }
  .slider-card__section .column__offset-17 { padding-left: 0px; padding-right: 0px; }
  .review-card__section .column__offset-17 { padding-left: 15px; padding-right: 15px; }
  .title__elem { font-size: 22px; margin: 0 0 30px 0; max-width: 60%; }
  .slider__btns .swiper-button-next, .slider__btns .swiper-button-prev { margin: 0px 0px; }
  .star { margin: 0 4px 0 -2px; }
  .star_bl_reit { margin: 0 0 10px 0; }
  .star_bl_reit .star__elems { width: 130px; max-width: 50%; }
  .stars_panel { margin: 0 10px 0 5px; width: 130px; }
  .star_bl_r .bnt_d { width: 100%; }
  .star_bl_r { margin: 30px 0 0 0; }
  .review-sort__box { margin: 40px 0 20px 0; display: inline-block; }
  .review-sort__box .select_elem-box { margin: 0; }
  .review_block { padding: 20px 0 20px 0; }
  .review_bl-top, .review_blok-st-n { display: block; }
  .review_name { font-size: 18px; }
  .review_block-ans { padding: 20px 0 30px 20px; }
  .form_reit-container .input { margin: 0px 0 20px 0; }
  .form__elem-label,
  .woocommerce-form-row label { font-size: 14px; }
  .text__form { margin: 0 0 20px 0; }
  .text__form a, .text__form { font-size: 14px; }
  .form_reit-container .submit_btn { width: 100%; }
  .button_back { text-align: center; display: block; margin: 20px 0 0 0; }
  .slider__btn-img .swiper-button-next, .slider__btn-img .swiper-button-prev { top: 80%; }
  .slider__btn-img .swiper-button-next, .slider__btn-img .swiper-rtl .swiper-button-prev { right: 30%; }
  .slider__btn-img .swiper-button-prev, .slider__btn-img .swiper-rtl .swiper-button-next { left: 30%; }
  .collection__container.collection-r, .collection__container.collection-l { display: block; }
  .collection-r .collection__img, .collection-l .collection__img, .collection-r .collection__text-wrapper, .collection-l .collection__text-wrapper { width: 100%; }
  .section_collection .column__offset-100, .section_impr .column__offset-100 { padding-left: 15px; padding-right: 15px; }
  .collection-r .collection__text-wrapper { margin-left: 0%; }
  .collection-l .collection__text-wrapper { margin-right: 0%; }
  .collection-r .collection__text-wrapper, .collection-l .collection__text-wrapper { padding-top: 0px; }
  .collection-r .collection__text-block, .collection-l .collection__text-block, .collection-c .collection__text-block { padding: 15px 15px 15px 15px; min-height: auto; }
  .collection__title-wrap { padding-left: 0px; border: none; }
  .collection__container.collection-c { width: 100%; }
  .collection-c-r, .collection-c-l { padding-right: 0px; padding-left: 0; }
  .collection-c .collection__text-wrapper { margin-top: 0%; padding: 0px; }
  .button__more-wrapper { margin: 25px 0 0px 0; }
  .column__wigth-t { padding-left: 15px; padding-right: 15px; }
  .col__title { font-size: 22px; margin: 0 0 50px 0; }
  .column_65, .column_50, .column_75 { width: 100%; }
  .col_elem-img { padding: 0; }
  .col_elem-img img { position: relative; }
  .column_img-big .col_elem-link_block, .col_elem-img .col_elem-link_block { position: relative; left: inherit; bottom: inherit; padding: 17px 0; width: 180%; }
  .col_elem-link_block a { color: #333333; }
  .column_img-fl { display: block; }
  .img-fl { width: 100%; }
  .article__pagination-elems ,
  .article__pagination-elems .nav-links{ display: block; }
  /* .btn_prev, .btn_next { padding: 0; width: 100%; max-width: 100%; } */
  .article__pagination-elems .nav-previous, .article__pagination-elems .nav-next {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
  }
  .btn_next ,
  .article__pagination-elems .nav-next{ -ms-flex-pack: end; justify-content: flex-end; margin: 30px 0 0 0; }
  
  .btn_prev span, .btn_next span { margin: 0 0px; }
  .brend__img { width: 75%; min-height: 320px; padding-bottom: 0px; }
  .brend__container { display: block; margin-right: -15px; }
  .brend__text-wrapper { padding: 0px 0 0 0; width: 100%; margin: -60px 0 0 0; }
  .brend__text-block { padding: 75px 15px 50px 25px; }
  .brend__text { margin: 0px 0 70px 0; }
  .contact__container { display: block; margin-left: -15px; }
  .contact__img { width: 75%; min-height: 220px; height: auto; }
  .contact__text-wrapper { width: 100%; margin: -25px 0 0 0; padding: 0px 0 0 15px; }
  .contact__text-block { background: #333333; color: #ECEBEA; padding: 50px 30px 30px 30px; }
  .section_delivery { padding: 0 0 100px 0; }
  .section_delivery { padding-right: 15px; padding-left: 15px; }
  .section_delivery .faq_element-head { padding: 20px 40px 26px 0px; position: relative; }
  .section_delivery .faq_element-icon { top: 20px; }
  /*  .title-page-el__container .title__container { padding: 0px 0 0px 0; }*/
  .content-all__container { padding: 0px 0 0 0; }
  .step__container { display: block; margin: 0 0 30px 0; }
  .step__elem-icon { margin-bottom: 0; }
  .step__container:before { content: ''; width: 1px; left: 22px; top: 20px; height: calc(100% - 40px); }
  .step__elem { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }
  .step__elem-info { display: inline-block; vertical-align: middle; margin-left: 10px; }
  .step__elem { max-width: 100%; text-align: left; margin-bottom: 20px; }
  .step__elem-info { font-size: 12px; }
  .order__item-img { width: 75px; height: 75px; margin-right: 15px; margin-bottom: 15px; }
  .order__item-name { font-size: 18px; margin-bottom: 7px;}
  .item-font { font-size: 14px; margin-bottom: 7px; }
  .item-font span { font-size: 16px; }
  .total-last.order__list-it { padding: 20px 0 0px 0; border-bottom: none; }
  .total-last .order__total-row { display: block; padding: 0px 0 0px 0; }
  .total__font_price { text-align: left; }
  .del__btn-block { text-align: center; }
  .del__btn-block .button_more { width: 100%; }
  .order__item-block { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .order__item-price { width: 100%; text-align: left; margin: 10px 0 0 0;}
  .woocommerce-checkout .row_thee_l, .woocommerce-checkout .row_thee_f {
    float: none;
    padding: 0;
    width: 100%;
  }
  .modal-block .order__item-price { margin: 15px 0 0 0; padding-left: 90px; }
  /*  .form__elem-pos { width: 100%; }*/
  .elem-pos_s { width: 100%; }
  .elem-pos_sm { width: 100%; }
  .custom-radio + label { font-size: 14px; }
  .delive_info { font-size: 14px; text-align: left; }
  .delive__inform { font-size: 14px; }
  .c_40 { width: 100%; margin-top: 50px; min-height: inherit; }
  .error__ins { padding: 0 15px; }
  .error_text-top { font-size: 70px; margin: 0 0 30px 0; }
  .error_text { font-size: 28px; margin: 0 0 20px 0; }
  .error_text-bottom { font-size: 14px; margin: 0 0 20px 0; }
  .error_img-block { height: inherit; padding-left: 0%; }
  .er_mob-btn { text-align: center; padding: 0 15px; margin: 60px 0 70px 0; }
  .profile__form-title { font-size: 22px; }
    .wrap_pay-form
	.woocommerce-info{
		font-size: 16px;
	}
  .prof-info__row { display: block; }
  .info__title { font-size: 14px; }
  .prof-info__title { width: 100%; padding-right: 0px; }
  .prof-info__text { width: 100%; padding-right: 0px; }
  .prof-info__wrap { padding: 10px 0 0px 0; }
  .info__name { font-size: 14px; }
  .info__email, .info__phone, .info__adress { font-size: 14px; }
  .c__column { display: block; margin: 0 0 60px 0; }
  .c__column .button_back { text-align: right; margin: 50px 0 0 0; }
  .pr__btn-block .button_more { max-width: 100%; }
  .aside__mob { width: 80%; }
  /*  .aside__prof .aside__block{ width: 80%; }*/
  .aside__prof .aside__list-item { padding: 20px 0px 20px 0; }
  .section_prof .column__offset-100 { padding-left: 15px; padding-right: 15px; }
  /*  .prof__column-wrap{ padding:  0px 15px 0 15px; }*/
  .pr__btn-block { text-align: center; }
  .prof_s { width: 50%; }
  .prof__catalog__col { padding-right: 0px; padding-left: 0px; }
  .prof__catalog__col .button_back { text-align: left; margin: 0px 0  35px 0; }
  .prof__catalog__col .sort__result { margin-bottom: 10px; }
  .prof__catalog__col .select_elem-box { margin-bottom: 35px; }
  .select_elem-box { font-size: 16px; }

  .prof__column-wrap
    table.shop_table_responsive tr td {
      display: block;
      padding: 7px 0px;
  }
  .prof__column-wrap
  table.shop_table_responsive tr{
    display: block;
    padding: 13px 15px; 
  }
  .prof__column-wrap
  table.shop_table_responsive tr td::before {
    width: 100%; 
    padding-right: 0px;
  }
  .openTab
  .aside__prof { width: 100%;overflow: visible;}

  .modal-block { padding: 20px 15px; }
  .elem-form,
  .woocommerce-form-row { margin: 0 0 15px 0; }
  .modal_title { font-size: 22px; padding: 0 0 15px 0; margin: 0 0 15px 0; }
  .modal_text { margin: 20px 0 20px 0; font-size: 14px; }
  .sliderTop__container { padding-right: 15px; padding-left: 15px; }
  .top-elem_wrapper { margin: 50px 0 50px 0; position: relative; }
  .sliderTop__text-wrapper { width: 75%; padding: 0px 0 0 0; margin-right: -50%; }
  .sliderTop__text-wr .present__text-block { padding: 30px 15px 30px 15px; }
  .sliderTop-wrapper { width: 75%; height: 500px; padding-bottom: 100px; }
  .sliderTop__trumb { left: calc(100% - 100px); top: 350px; }
  .sliderTop__trumb, .sliderTop__prev { width: 100px; height: 100px; }
  .slid_title { margin: 0; }
  .sliderTop__pagination span:first-child, .sliderTop__pagination span:last-child { min-width: 30px; }
  .sliderTop__pagination span { font-size: 18px; }
  .sliderTop__pagination { margin-right: 20px; }
  .sliderTop__wrap-pos { margin: -70px 0 30px 15px; }
  .arr_img_r { margin-left: 10px; }
  .arr_img_l { margin-right: 10px; }
  .arr_img { width: 50px; height: 28px; }
  .horse_slid { width: 220px; height: 250px; top: 25%; }
  .arr_img_l span, .arr_img_r span { background-size: contain; }
  .input_search { font-size: 18px; height: 50px; line-height: 50px; padding: 0 15px 0 32px; }
  .input_search::-webkit-input-placeholder { font-size: 18px !important; }
  .input_search::-moz-placeholder { font-size: 18px !important; }
  .input_search::-ms-input-placeholder { font-size: 18px !important; }
  .submit_search { width: 24px; background-size: 24px 24px; }
  .modal-block_s { padding: 30px 15px; }
  .lang_wrap { display: block; }
  .lang_item-text { font-size: 18px; }
  .lang_item { width: 100%; }
  .btn_m-wr { margin: 20px 0 0 0; }
  .select_hidd { display: block; width: 300px; max-width: 100%; }
  .select_hidd .sel__head { background: #ECEBEA; }
  /* .check_h-mob { display: none; }  */
  .star_big .star_activ, .form__block .stars a::before {
    width: 25px;
    font-size: 28px;
  }
  .star_big .star_activ::before {
    font-size: 23px;
  }
  .review-all__top .star-rating, .review_stars .star-rating {
    font-size: 23px;
  }
  .panel-r_block {
    top: 6%;
  }
  .check__form-wrap,
  .order__block{ padding: 20px 15px; }
  .custom__row-input
  .form-row{
    margin: 0;
    display: block;
  }
  .custom__row-input label {
    width: 100%;
    padding-right: 0px;
    font-size: 14px;
  }
  .on .header_navs {
    top: 59px;
	}
}

@media screen and (max-width: 500px) { .order__promo-block { display: block; }
  .order__promo-input { margin: 0 0 20px 0; }
  .order__promo-subm { padding: 0; }
  .order__promo-subm .submit_btn { width: auto; max-width: 100%; }
  .btn_order a, .btn_filter { font-size: 16px; } 
  .custom_popup .tingle-modal-box{
    width: 98%;
  }
  .custom_popup
  .order__item-img {
    width: 50px;
    height: 50px;
  }
  .modal-block .order__item-price {
    margin: 15px 0 0 0;
    padding-left: 0px; 
  }
}

@media screen and (max-width: 359px) { .custom-checkbox + label { font-size: 15px; }
  .button_more { font-size: 16px; }
  .aside__mob .aside__block { width: 100%; }
  .select_elem-box { display: block; }
  .select__head { -ms-flex-align: start; align-items: flex-start; }
  .select__head-icon { display: inline-block; position: relative; right: inherit; top: 7px; margin-left: 5px; } }

/*@import "layout/_media";*/
/*@media (min-width: 1230px){
	.container {
		width: 1200px;
	}
}*/

/*# sourceMappingURL=style.css.map */
.wcuCurrencySwitcher.right.wcuCscShow_currency_symbols  {
/*   top: 72% !important;*/
	top: 80% !important;
    right: 12px !important;
}
.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-noreviews,
 p.no-comments{
    display: block;
    padding: 0;
    list-style: none;
}
.woocommerce-error {
    background-color: transparent;
    color: #e2401c;
}
.woocommerce-message, 
.woocommerce-info {
    background-color: transparent;
    color: #0f834d;
}
.post-type-archive-product .woocommerce-message,
.single-product .woocommerce-message,
/*.single-product .button.wc-forward,*/
.woocommerce-checkout .woocommerce-message{
	display: none!important;
}
.single-product
.woocommerce-error {
    background-color: transparent;
    color: #e2401c;
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 20px 20px 20px;
    max-width: 300px;
    background: white;
    box-shadow: 0 0 30px 3px #ccc;
    text-align: center;
    transition:  all 0.3s linear;
    -webkit-animation: animHide 5s linear 1;
    animation: animHide 5s linear 1;
	opacity: 0;
	z-index: inherit;
/*    display: none;*/
}

@-webkit-keyframes animHide {
  0% {
    display: block;
    opacity: 1;
    z-index: 10000;
    position: fixed;
  }
  95% {
    display: block;
    opacity: 1;
     z-index: 10000;
    position: fixed;
  }
  100% {
  	opacity: 0;
    display: none;
  }
}

@keyframes animHide {
  0% {
    display: block;
    opacity: 1;
     z-index: 10000;
    position: fixed;
  }
  95% {
    display: block;
    opacity: 1;
     z-index: 10000;
    position: fixed;
  }
  100% {
    opacity: 0;
    display: none;
  }
} 

.form-row
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 8px;
}
.wcuCurrencySwitcher {
    z-index: 1000;
}
.quantity label{
	display: none!important;
}
