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

listvenniza 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: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: "Open Sans", sans-serif!important;
	font-size: 14px!important;
	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;
	text-decoration: none!important;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: 0!important;
}

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

a, a:active, a:hover, a:visited {
    color: rgb(188, 148, 94) !important;
}

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

input:focus-visible, button:focus-visible { outline: none!important; }  
input:focus, button:focus { outline: none; }  
.woocommerce-error:focus-visible, .woocommerce-info:focus-visible, .woocommerce-message:focus-visible { outline: none!important; } 

/*--------------------------------------------------------------
# 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;
}
#wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* 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;
}
.width-100 {
	width: 100%!important;
}

hr {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    border: 0!important;
	opacity: 0!important;
}


/* latin */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(assets/fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(assets/fonts/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* cyrillic-ext */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(assets/fonts/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic-ext */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(assets/fonts/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* latin-ext */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(assets/fonts/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(assets/fonts/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(assets/fonts/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(assets/fonts/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* cyrillic */
@font-face {
  font-display:swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(assets/fonts/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

body{font-family:'Open Sans',sans-serif!important;color:#333!important;overflow-x: hidden;}
#main{background-color:#fff0dd;padding-bottom:85px;}
.hb-0 {height: 0!important}

/* HEADER */
#header {
	z-index: 3;
}
.header-top {
	background-color: #f5f5f5;
}
.call-buttons {
	margin: 0!important;
}
.call-buttons_link {
	display: block;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
}
.call-buttons_link:hover {
    transform: scale(1.1)!important;
}
.phone-link {
	background-image: url(assets/images/icon-phone.svg);
}
.phone-link-white {
	background-image: url(assets/images/icon-phone-white.svg);
}
.tg-link {
	background-image: url(assets/images/icon-telegram.svg);
}
.wa-link {
	background-image: url(assets/images/icon-whatsapp.svg);
}
.max-link {
	background-image: url(assets/images/icon-max.svg);
}
#header .search-form{margin-left: 20%;}
#header .search-form #ya-site-form0 .ya-site-form__input .ya-site-form__input-text{padding:5px 15px;border: 0!important;}
#header .search-form #ya-site-form0 .ya-site-form__search-input-layout-l{border:1px solid #dbdbdb;}
#header .search-form #ya-site-form0 .ya-site-form__submit_type_image{background-image: url(assets/images/loupe.svg);background-repeat: no-repeat;background-size: contain; width: 16px; height: 16px;}
#header .search-form #ya-site-form0 .ya-site-form__submit {margin:3px 0 0!important;}
#header .search-form #ya-site-form0 .ya-site-form__search-input-layout-r{padding-left:10px;padding-right:4px;}
#header .search-form #ya-site-form0 .ya-site-form__search-input{padding-right:0!important;}
#header .search-form #ya-site-form0 .ya-site-form__search-input-layout, #header .ya-site-form__search, #header .ya-site-form__wrap {margin: 0!important}
#header .header-middle .slogan .slogan-first-line span {
    font-size: 32px;
}
#header .header-middle .slogan .slogan-first-line a, #header .sticky-header .slogan .slogan-first-line a {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3rem;
    color: rgb(202, 142, 62) !important;
    text-decoration: none !important;
}
#header .header-middle .slogan .slogan-second-line span {
	font-size: 18px;
}
.slogan-second-line span {
    color: rgb(0, 0, 0);
}
#header .c_contacts a.c_contacts_phone-link {
    font-weight: 700;
    line-height: 1.5em;
    color: rgb(51, 51, 51) !important;
	margin-left: 1.5rem;
	font-size: 1.1rem;
}
#header .c_contacts a.c_contacts_mail-link {
	margin-left: 1.5rem;
	font-size: 0.94rem;
}
#header .bi-telephone-fill::before, #header .bi-envelope::before {
	color: rgb(202, 142, 62)!important;
	font-size: 1rem!important;
}
/* MINI CART */

#header .header-cart-contents .cart-inner-container {
    position: absolute;
    right: 22%;
    top: 0;
    display: block;
    z-index: 3;
    visibility: hidden;
    float: left;
    opacity: 0;
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
}
#header .header-cart-contents .shopping-cart-dropdown {
    box-shadow: 0 0 15px rgba(0,0,0,.24);
    margin-top: 15px;
    width: 290px;
    padding: 25px;
    position: absolute;
    top: 100px;
    background-color: #fff;
    z-index: 10;
}
#header .header-cart-contents .shopping-cart-circle {
    position: relative;
    width: 70px;
    padding: 21px 19px 15px 15px;
    border: 1px solid #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
}
#header .header-cart-contents .shopping-cart-circle .shopping-cart-icon {
    background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.png);
    background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.webp);
    background-repeat: no-repeat;
    background-position: -617px 0;
    width: 36px;
    height: 32px;
    display: block;
}
#header .header-cart-contents .shopping-cart-circle .shopping-cart-count {
    position: absolute;
    bottom: -3px;
    right: -3px;
    background-color: #f44336;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: table;
    text-align: center;
}
#header .header-cart-contents .shopping-cart-circle .shopping-cart-count span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
	font-style: normal;
}
#header .header-cart-contents .shopping-cart-description {
    cursor: pointer;
    max-width: 50%;
}
#header .header-cart-contents .shopping-cart-description .cart-item {
    font-weight: 700!important;
}
#header .header-cart-contents .shopping-cart-description p:not(.cart-item-empty) {
    margin: 0 0 2px !important;
    font-size: 15px!important;
	white-space: nowrap;
}
#header .header-cart-contents .shopping-cart-description .count-item {
    white-space: nowrap;
}
#header .header-cart-contents .shopping-cart-description .cart-item-empty {
	margin: 1rem 0 0 !important;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-item {
    position: relative;
    margin-bottom: 15px;
    color: #333;
    font-size: 13px;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-thumbnail {
    width: 19%;
    padding: 2%;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-thumbnail img {
    height: auto;
    max-width: 100%;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-content {
    width: 70%;
    margin-left: 15px;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-title a {
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 700;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-item .item-remove {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(assets/images/742e51a….png);
    background-image: url(assets/images/742e51a….webp);
    background-repeat: no-repeat;
    background-position: -654px 0;
    width: 10px;
    height: 10px;
    color: transparent !important;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-price .item-quantity {
    width: 19%;
    border: 1px solid #e0e0e0;
    padding: 3px 0;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-price .item-price, #header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-price .item-quantity-pack {
    padding-top: 4px;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-price .item-price, #header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-price .item-quantity-pack {
    padding-top: 4px;
}
#header .header-cart-contents .shopping-cart-dropdown hr {
    margin: 12px -25px 25px !important;
	opacity: 0.25!important;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-buttons {
    margin-top: 15px;
}
#header .header-cart-contents .shopping-cart-dropdown .btn-checkout {
    background-color: #fff !important;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #ca8e3e;
    color: #ca8e3e !important;
	font-size: 14px!important;
}
#header .header-cart-contents .shopping-cart-dropdown .shopping-cart-list-item .item-remove {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.png);
    background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.webp);
    background-repeat: no-repeat;
    background-position: -654px 0;
    width: 10px;
    height: 10px;
    color: transparent!important;
}

/* MAIN NAVIGATION */
#header .navbar {
    background-color: rgba(42, 37, 34, .85) !important;
} 
#header #main-menu-navbar {
	height: 65px !important;
}
#header #main-menu-navbar::before, #header #main-menu-navbar::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 1px;
	background-color: #564735;
}
#header #main-menu-navbar::before {
	top: 5px;
}
#header #main-menu-navbar::after {
	bottom: 5px;
}
#header #menu-main-menu li {
	padding: 0 1rem;
}
#header .navbar #main-menu .nav-link {
	color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
	font-size: 0.82rem;
	height: 65px !important;
	line-height: 3rem;
	position: relative;
	padding-left: 0!important;
	padding-right: 0!important;
}
#header .navbar #main-menu .nav-link:hover, #header .navbar #main-menu .nav-link.active {
	border-bottom: 3px solid #fff;
	color: #ca8e3e !important;
}
#header .navbar #main-menu #menu-main-menu > li {
	position: relative;
}
#header .navbar #main-menu #menu-main-menu > li::after {
    content: "";
    display: inline-block!important;
    width: 3px;
    height: 3px;
    background-color: #ca8e3e;
    position: absolute;
    top: 48%;
	right: 0;

}
#header .navbar #main-menu #menu-main-menu > li:last-child::after {
    display: none!important;
}
#header .navbar .btn-call {
    width: 180px;
    font-size: 0.88rem;
	background-color: transparent !important;
    text-transform: uppercase;
    border: 1px solid #ca8e3e;
    color: #ca8e3e !important;
    font-weight: 600;
}
#menu-main-menu {
	margin: 0!important;
}

#header .navbar .dropdown-menu {
	background: transparent!important;
	padding: 10px 0 0!important;
	margin: 0!important;
	border: 0!important;
}
#header .navbar .dropdown-menu .catalog-dropdown-menu {
	background-color: #fff!important;
}
#header .navbar .dropdown-menu li {
	background-color: #fff!important;
	border-left: 1px solid rgb(238, 238, 238)!important;
	border-right: 1px solid rgb(238, 238, 238)!important;
}
#header .navbar .dropdown-menu li:first-child {
	border-top: 1px solid rgb(238, 238, 238)!important;
}
#header .navbar .dropdown-menu li:last-child {
	border-bottom: 1px solid rgb(238, 238, 238)!important;
}
#header .navbar .dropdown-menu .menu-item {
	padding: 0!important;
}
.catalog-dropdown-menu .product-items .category-item > a {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  line-height: 1.2em;
  display: block;
  width: 300px;
  color: #333 !important;
}
.catalog-dropdown-menu .product-items .category-item .list {
  display: none;
  position: absolute;
  top: 0;
  left: 340px;
  right: 30px;
  min-height: 470px;
  width: 295px;
  padding-right: 35px;
  padding-left: 50px;
  padding-top: 30px;
}
.catalog-dropdown-menu .product-items .category-item:hover .list {
  display: block;
}
#header .navbar .dropdown-item {
	text-transform: uppercase!important;
	color: #333 !important;
	font-size: 13px!important;
	font-weight: 600!important;
}
#header .navbar .dropdown-item.active {
	background: none!important;
}
#header .navbar .dropdown-item:hover, #header .navbar .dropdown-item:focus, #header .navbar .dropdown-item:active{
	background-color: transparent!important;
}
#header .navbar .dropdown-menu li:first-child {
	    padding-top: 5px !important;
}
#header .navbar .dropdown-menu li:last-child {
	    padding-bottom: 5px !important;
}
#header .navbar .product-items .category-item>a {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
    line-height: 1.2em;
    display: block;
    width: 300px;
	position: relative;
	//height: 42px;
}
#header .navbar .product-items .category-item:hover>a {
    color: #fff !important;
    background-color: rgba(42, 37, 34, .85);
    display: block;
    width: 300px;
    text-decoration: none !important;
	
}
#header .navbar .product-items .category-item:hover:before {
    display: block;
}
#header .navbar .product-items .category-item:before {
    content: '';
    display: none;
    clear: both;
    width: 0;
    height: 0;
    border: 21px solid transparent;
    border-left-color: rgba(42,37,34,.85);
    position: absolute;
    left: 335.5px;
}
#header .navbar .product-items .category-item.two-lines:before {
    border: 31px solid transparent;
    border-left-color: rgba(42, 37, 34, .85);
}
#header .navbar .category-item>a:after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
    width: 300px;
    position: absolute;
    left: 0;
	bottom: 0;
    background: #ca8e3e;
}
#header .navbar .dropdown-menu li:last-child>a:after{
	display: none!important;
}
#header .navbar .product-items {
	list-style: none;
    margin: 0;
    padding: 0;
}
#header .navbar .md-catalog {
	left: -150px;
}
#header .navbar .md-catalog > li.nav-item {
	border: 1px solid rgb(238, 238, 238) !important;
	padding: 15px 35px 35px!important;
}
#header .navbar .md-catalog .product-items .category-item {
	padding: 0!important;
}
#header .navbar .md-catalog .product-items .category-item {
	border: 0!important;
}
#header .navbar .md-catalog .product-items .category-item .list .subcategories-list.children {
	list-style: none!important;
    margin: 0!important;
    padding: 0!important;
	//min-height: 100%;
    background: #fff;
	border-bottom: 0!important;
	border-top: 0!important;
	padding-left: 15px !important;
}
.md-catalog > li {
	width: 700px;
}
#header .navbar .md-catalog .product-items .category-item .list a {
    text-decoration: none!important;
	color: #333 !important;
    font-size: 15px!important;
	line-height: 25px;
}
#header .header-cart-contents .cart-hover-container:hover .cart-inner-container {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 55px;
    right: 42%;
    visibility: visible;
}
#header .navbar .md-catalog .dropdown-menu li {
    border-left: 0 !important;
}
#header .navbar .md-catalog .dropdown-menu li:first-child {
    padding-top: 35px !important;
}
#header .navbar .catalog-dropdown-menu .subcategories-list li {
    border: 0!important;
}
#header .navbar .md-catalog .product-items .category-item .list a:active, #header .navbar .md-catalog .product-items .category-item .list a:focus, #header .navbar .md-catalog .product-items .category-item .list a:hover {
    color: #ca8e3e !important;
}
    

/* MAIN SLIDER */
#main-slider {
	z-index: 1;
}

/* HEADERS */
h1, h2, h3, h4, h5, h6{font-weight:700!important;color:#333!important;}
h1{font-size:45px!important;}
h1:before, h2:before, h3:before, h1:after, h2:after, h3:after{content:"";display:inline-block;vertical-align:middle;width:60px;height:20px;}
h1:before, h2:before, h3:before{background:url(assets/images/hbg-left.png) no-repeat;margin-right:25px;}
h1:after, h2:after, h3:after{background:url(assets/images/hbg-right.png) no-repeat;margin-left:25px;}
h2{font-size:30px!important;}
h3{font-size:24px!important;}
h4{font-size:20px!important;}
h5{font-size:17px!important;}
h6{font-size:15px!important;}
h1.header-h2:before, div.header-h1:before, div.header-h2:before, div.header-h3:before, div.header-h1:after, div.header-h2:after, h1.header-h2:after, div.header-h3:after{width:0;height:0;}
div.header-h1:before, div.header-h2:before, div.header-h3:before{margin-right:0}
div.header-h1:after, div.header-h2:after, div.header-h3:after{margin-left:0}
.style-header:before{background-position: -66px 0; margin-right: 25px!important;}
.style-header:after{background-position: -127px 0; margin-left: 25px!important;}
.style-header:before, .style-header:after{background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.png); background-repeat: no-repeat;content: "";display: inline-block;vertical-align: middle;width: 60px!important;height: 20px!important;}
.header-h2{font-size:30px!important;}
.header-h3{font-size:24px!important;}
.header-h4{font-size:20px!important;}
.header-h5{font-size:18px!important;}
.header-h6{font-size:15px!important;}
.elit-tree .header-h3{line-height:1em;}
.header-700 {font-weight: 700!important;}



/* ADVANTAGES */
.advantages {background-image: url("assets/images/advantage-bg.jpg");background-image: url("assets/images/advantage-bg.webp");background-repeat:no-repeat;background-size:cover;padding-bottom: 40px; padding-top: 35px;}
.advantages #advantages-row-heading, .feautured #feautured-row-heading, .recents-products #last-row-heading {padding-top: 25px!important;padding-bottom: 50px!important;}
.advantages .icon-wrapper {margin-bottom: 25px;}
.advantages .icon-img-wrapper {margin: 0 auto;margin-bottom:20px;}
.advantages .icon-text-wrapper .header-h5 {margin-bottom:15px;}
.advantages .icon-text-wrapper p {font-size: 15px;color: #555;display:block;margin:0 auto;max-width:255px;}
.sprite {background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.png);background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.webp); background-position: left center; background-repeat: no-repeat;}
.sprite.carpenter_icon_png {background-position: 0 0; width: 65px; height: 53px;}
.sprite.wood_board_icon_png {background-position: -871px 0; width: 47px; height: 53px;}
.sprite.manager_icon_png {background-position: -480px 0; width: 49px; height: 53px;}
.sprite.storage_icon_png {background-position: -698px 0; width: 60px; height: 53px;}
.sprite.payment_maestro_png {background-position: -530px 0; width: 30px; height: 18px;}
.sprite.payment_visa_png {background-position: -561px 0; width: 38px; height: 18px;}
.sprite.skype_icon_png {background-position: -665px 0; width: 32px; height: 34px;}
.sprite.viber_icon_png {background-position: -759px 0; width: 32px; height: 34px;}
.sprite.whatsapp_icon_png {background-position: -838px 0; width: 32px; height: 34px;}

/* FEAUTURED */
.hribbon-container{-webkit-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.14);-moz-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.14);box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.14);z-index:2;position:relative;}
.hribbon{position:relative;margin-top:0!important;}
.hribbon-left{padding:16px 15px 16px 30px !important;min-height:70px!important;}
.hribbon-right{padding:17px 15px 17px 37px !important;min-height:70px!important;}
.hribbon-left:before{border-width:0 15px 10px 0;left:-3px;content:'';position:absolute;border-style:solid;border-color:transparent;bottom:-10px;}
.hribbon-right:after{border-width:0 0 10px 15px;right:0;content:'';position:absolute;border-style:solid;border-color:transparent;bottom:-10px;}
.hribbon-right-table{height:42px;}
.hribbon-right-table:before{right:-15px;content:'';position:absolute;width:15px;height:42px;background-color:#eee0ce;bottom:0;}
.hribbon-right-table:after{border-width:0 0 10px 15px;right:-15px;content:'';position:absolute;border-style:solid;border-color:transparent;bottom:-10px;}
.hribbon-left-table:before{border-width:0 15px 10px 0;left:-15px;content:'';position:absolute;border-style:solid;border-color:transparent;bottom:-10px;}
.hribbon-left-table:after{left:-15px;content:'';position:absolute;width:15px;height:42px;background-color:#eee0ce;bottom:0;}
.feautured {padding-top:35px;padding-bottom:45px;background-color: #f5f5f5 !important;}
.feautured .feautured-row{margin-bottom:35px;width:100%;}
.feautured .feautured-row:nth-child(even) .odd-heading-collapse{background:#dfdad7;}
.feautured .feautured-row:nth-child(odd) .odd-heading-collapse{background:#eee0ce;}
.odd-heading-uncollapse{background:#c9c4c1;}
.odd-heading:before{border-right-color:#b2aeac;}
.odd-heading:after{border-left-color:#b2aeac;}
.even-heading{background:#eee0ce;}
.even-heading:before{border-right-color:#988f84;}
.even-heading:after{border-left-color:#988f84;}
.feautured-row .production-wrapper .btn-production, .feautured-row .production-wrapper .product-add .add_to_cart_button{background:transparent;text-transform:uppercase;color:#ca8e3e !important;border:1px solid #ca8e3e;font-size:12px;font-weight:600;padding:8px 16px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}
.feautured-row .production-wrapper .product-add .add_to_cart_button{display:inline-block;margin-bottom:10px;}
.feautured-row .production-wrapper .btn-production:hover, .feautured-row .production-wrapper .btn-production:focus{color:#fff;background:#cf9951;}
.feautured-row .production-wrapper .btn-production-collapse{color:#ca8e3e !important;background:transparent!important;}
.feautured-row .production-wrapper .btn-production-uncollapse{color:#fff!important;background:#cf9951!important;}
.feautured-row .production-wrapper .btn-production i{margin-left:6px;font-size:10px;}
.feautured-row .production-wrapper .btn-production{position:relative;z-index:10;}
.feautured-row .production-wrapper{background-color:#fff;}
.feautured-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner{padding-left:0!important;padding-right:0!important;}
.feautured-row .production-wrapper .empty-column{padding:0 8px 0 0;}
.feautured .feautured-row .feautured-left{min-height:260px;width:100%;background-image: url(assets/images/b9d183b011629efc1ddff44d1aaab1ac.jpg);background-repeat: no-repeat;}
.feautured .feautured-row:nth-child(2) .feautured-left{background-position: 0 0;}
.feautured .feautured-row:nth-child(3) .feautured-left{background-position: -286px 0;}
.feautured .feautured-row:nth-child(4) .feautured-left{background-position: -572px 0;}
.feautured .feautured-row:nth-child(5) .feautured-left{background-position: -858px 0;}
.feautured .feautured-row:nth-child(6) .feautured-left{background-position: -1144px 0;}
.feautured-row .popular-products .feautured-product-wrapper-inner{position:relative;}
.feautured-row .popular-products .feautured-product-wrapper-inner .product-thumbnail img{width:100%;height:auto;}
.feautured-row .popular-products .feautured-product-wrapper-inner .product-thumbnail > a {width:100%;height:100%;background-color:#f5f5f5;display:block;}
.feautured-row .popular-products .product-title a{color:#555!important;font-size:15px;text-decoration:underline;display:inline-block;margin:25px 0 15px;}
.feautured-row .popular-products ul.products{margin:0!important;padding-top:30px;}
.feautured-row #product-carousel .carousel-inner{background-color:#fff;}
.feautured-row #product-carousel .carousel-inner .item{padding:30px 0 15px;}
.feautured-row .carousel-control.left, .carousel-control.right{background-image:none!important;}
.feautured-row .carousel-control{text-shadow:none!important;filter:alpha(opacity=100)!important;opacity:1!important;}
.feautured-row .carousel-control {
    font-size: 10px !important;
    background-color: #f3e5d3 !important;
    width: 35px !important;
    height: 35px !important;
    text-align: center;	
	position:absolute;top:50%;
}
.feautured-row .carousel-control.left{left:-46px}
.feautured-row .carousel-control.right{right:-46px}
.feautured-row .carousel-control span{font-size:10px!important;background-color:#f3e5d3!important;}
.feautured-row .production-wrapper .chevrons{width:auto!important;position:absolute;z-index:2;right:50px;top:40%;font-size:10px;color:#999999;}
.feautured-row .production-wrapper .chevrons .bi-chevron-left{padding-right:15px;}
.feautured-row .production-wrapper .carousel-column ul.subcategories-list{list-style-type:square;color:#ca8e3e;font-size:9px;background:transparent;margin:0 15px 0 0;}
.feautured-row .production-wrapper .carousel-column ul.subcategories-list li{padding-bottom:15px;}
.feautured-row .production-wrapper .carousel-column ul.subcategories-list li a{color:#333!important;padding:0;font-size:13px;}
.feautured-row .odd-heading div.header-h3:before{width:36px!important;height:33px!important;content: "";display: inline-block!important;}
.feautured-row .odd-heading div.header-h3 > a.category-link{display: block;font-weight: 700;margin-top: -40px;margin-left: 45px;color:#333!important;}
.feautured-row .odd-heading div.header-h3 > a.category-link:hover, .feautured-row .odd-heading div.header-h3 > a.category-link:focus, .feautured-row .odd-heading div.header-h3 > a.category-link:active{text-decoration:none!important;color:#bc945e!important}
.feautured .feautured-row:nth-child(2) .odd-heading-collapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;background-position: -188px 0!important; width: 21px!important; height: 33px!important;}
.feautured .feautured-row:nth-child(2) .odd-heading-uncollapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;background-position: -210px 0!important; width: 21px!important; height: 33px!important;}
.feautured .feautured-row:nth-child(3) .odd-heading-collapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;margin-right:5px !important;background-position: -232px 0!important; width: 25px!important; height: 32px!important;}
.feautured .feautured-row:nth-child(3) .odd-heading-uncollapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;margin-right:5px !important;background-position: -258px 0!important; width: 25px!important; height: 32px!important;}
.feautured .feautured-row:nth-child(4) .odd-heading-collapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;margin-right:12px !important;background-position: -284px 0!important; width: 37px!important; height: 33px!important;}
.feautured .feautured-row:nth-child(4) .odd-heading-uncollapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;margin-right:12px !important;background-position: -322px 0!important; width: 37px!important; height: 33px!important;}
.feautured .feautured-row:nth-child(5) .odd-heading-collapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;background-position: -360px 0!important; width: 23px!important; height: 35px!important;}
.feautured .feautured-row:nth-child(5) .odd-heading-uncollapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;background-position: -384px 0!important; width: 23px!important; height: 35px!important;}
.feautured .feautured-row:nth-child(6) .odd-heading-collapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;margin-right:12px !important;background-position: -408px 0!important; width: 35px!important; height: 35px!important;}
.feautured .feautured-row:nth-child(6) .odd-heading-uncollapse div.header-h3:before{background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.png)!important;background-image:url(assets/images/742e51a85b1f92580e4169b647eb0100.webp)!important;background-repeat:no-repeat;margin-right:12px !important;background-position: -444px 0!important; width: 35px!important; height: 35px!important;}
.feautured-row .production-wrapper .empty-colum-title{background:rgba(87,55,31,0.45);color:#fff;font-weight:700;font-size:24px;margin-top:40%;display:inline-block;padding:0 15px 5px;}
.feautured-row .production-wrapper .empty-colum-collapse, .feautured-row .production-wrapper .popular-collapse, .feautured-row .production-wrapper .production-collapse{display:none;}
.feautured-row .production-wrapper .empty-colum-uncollapse, .feautured-row .production-wrapper .popular-uncollapse, .feautured-row .production-wrapper .production-uncollapse{display:inline-block;}
.feautured-row .production-wrapper .btn-hover-container{position:relative;z-index:11;display:inline-block;}
.feautured-row .production-wrapper .btn-hover-container{margin-top:10px;width:100%;display:none;}
.feautured-row .production-wrapper .btn-production{float:right;margin-right:17px;}
.feautured-row .production-wrapper .popular-products{padding:10px 0;}
.feautured-row .vc_column_container > .vc_column-inner, #last-row .vc_column_container > .vc_column-inner{padding-left:0!important;padding-right:0!important;}
.feautured .feautured-row .production-wrapper {background-repeat:no-repeat!important;background-position:top left!important;background-size:auto 100%!important}
.feautured .feautured-row:nth-child(2) .production-wrapper { background:url(assets/images/feaurured-1.svg); }
.feautured .feautured-row:nth-child(3) .production-wrapper { background:url(assets/images/feaurured-2.svg); }
.feautured .feautured-row:nth-child(4) .production-wrapper { background:url(assets/images/feaurured-3.png); }
.feautured .feautured-row:nth-child(5) .production-wrapper { background:url(assets/images/feaurured-3.png); }
.feautured .feautured-row:nth-child(6) .production-wrapper { background:url(assets/images/feaurured-3.png); }
.feautured .row .feautured-row .production-wrapper .carousel-column {padding-left: 126px!important;}
.feautured-row .carousel-control .glyphicon-chevron-left{margin-left:-73px}.feautured-row .carousel-control .glyphicon-chevron-right{margin-right:-80px}
.feautured-row .carousel-inner .carousel-item .col-md-3 {padding-left:15px!important;padding-right:15px!important;}
.feautured-product-wrapper-inner .button.product_type_variable {
  display: block;
  float: left;
  padding: .618em 1em;
  border-radius: 3px;
  line-height: 12px;
}
.feautured-product-wrapper-inner .buyone-btn, .feautured-product-wrapper-inner .buyone-btn:hover {
  float: left;
  cursor: pointer;
  width: 100%;
  background-color: #cf9951;
  color: #fff !important;
  display: inline-block;
  padding: 6px 15px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}
.feautured-product-wrapper-inner .product-title a {color:#333!important;font-weight:700;font-size:14px!important;text-decoration:none!important;margin:25px 0 15px 0}
.feautured-product-wrapper-inner .button.product_type_variable{display:block;float:left;padding:.618em 1em;border-radius:3px;line-height:12px;}
.feautured-product-wrapper-inner .buyone-btn{float:left;cursor:pointer;width:100%;background-color:#cf9951;color:#fff!important;display:inline-block;padding:6px 15px;text-align:center;font-size:12px;text-transform:uppercase;margin-top:5px}

/* PRODUCT IN LIST */
.popular-products .product-thumbnail {
	height: 200px !important;
}
#wrapper .products .product-price, #wrapper .products-recent .product-price {
	margin: 15px 0;
}
#wrapper .products .product-price > ins, #wrapper .products .product-price > span, #wrapper .products-recent .product-price > ins, #wrapper .products-recent .product-price > span {
  text-decoration: none;
  color: #f44336 !important;
  font-size: 15px !important;
  font-weight: 700;
}
#wrapper .products .recent-product-wrapper a.button.product_type_variable.add_to_cart_button, #wrapper .products-recent .recent-product-wrapper a.button.product_type_variable.add_to_cart_button, #wrapper a.button.product_type_variable {
  width: 100% !important;
  color: #cf9951 !important;
  font-size: 12px !important;
  border: 1px solid #cf9951 !important;
  background-color: #fff !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}
#wrapper .products .product-price>ins, #wrapper .products .product-price>span, #wrapper .products-recent .product-price>ins, #wrapper .products-recent .product-price>span, .feautured-product-wrapper-inner .product-price ins, .feautured-product-wrapper-inner .product-price > span {
    text-decoration: none;
    color: #f44336 !important;
    font-size: 15px !important;
    font-weight: 700;
	background: transparent;
}
.feautured-product-wrapper-inner .product-price del {float:left!important; font-size:13px!important;color:#7F786E!important;font-weight:400!important;line-height:22px!important;}
.feautured-product-wrapper-inner .product-price ins {text-decoration:none!important}
#wrapper .products .recent-product-wrapper a.button.product_type_variable.add_to_cart_button, #wrapper .products-recent .recent-product-wrapper a.button.product_type_variable.add_to_cart_button, #wrapper a.button.product_type_variable, .feautured-product-wrapper-inner .button.product_type_variable {
    width: 100% !important;
    color: #cf9951 !important;
    font-size: 12px !important;
    border: 1px solid #cf9951 !important;
    background-color: #fff !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-align: center !important;
}
.feautured-product-wrapper-inner .button.product_type_variable {
    display: block;
    float: left;
    padding: .618em 1em;
    border-radius: 3px;
    line-height: 12px;
}
#wrapper .products .recent-product-wrapper a.button.product_type_variable.add_to_cart_button:before, #wrapper .products-recent .recent-product-wrapper a.button.product_type_variable.add_to_cart_button:before, #wrapper a.button.product_type_variable:before, .feautured-product-wrapper-inner .button.product_type_variable:before {
    vertical-align: -12%;
    font-family: 'bootstrap-icons' !important;
    content: "\F341" !important;
    font-weight: 300 !important;
    margin-right: 8px !important;
}
#last-row .products, .products-inner {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none outside;
}
.products .recent-product-wrapper, .products-recent .recent-product-wrapper {
    background: #fff;
    padding: 25px;
    position: relative;
    margin-bottom: 2em;
}
.last-row .recent-product-wrapper .product-thumbnail {
	height: 220px !important;
}
.lpd-product-meta .product-thumbnail, .popular-products .product-thumbnail {
    overflow: hidden;
    width: 100%;
}
.products .recent-product-wrapper .product-thumbnail img, .products-recent .recent-product-wrapper .product-thumbnail img {
    border: 1px solid #eee;
}
.lpd-product-meta .product-thumbnail img, .popular-products .product-thumbnail img {
    width: 100%;
    min-height: 100%;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}
.products .recent-product-wrapper .product-title, .products-recent .recent-product-wrapper .product-title {
    margin: 20px 0 5px;
}
.products .recent-product-wrapper .product-title a, .products-recent .recent-product-wrapper .product-title a {
    color: #333 !important;
    font-weight: 700!important;
	font-size: 14px!important;
    text-decoration: none!important;
    line-height: 20px!important;
}
.products .recent-product-wrapper .variations, .products-recent .recent-product-wrapper .variations {
    display: block !important;
}
#wrapper .products .product-attributes>div, #wrapper .products-recent .product-attributes>div {
    margin-top: 3px;
}
#wrapper .products .product-attributes .attr-name, #wrapper .products-recent .product-attributes .attr-name {
    font-size: 13px;
    color: #666;
}
#wrapper .products .product-attributes .attr-value, #wrapper .products-recent .product-attributes .attr-value {
    font-size: 13px;
    color: #cf9951;
    font-weight: 700;
}
#wrapper .products .product-price, #wrapper .products-recent .product-price {
    margin: 15px 0;
}
#wrapper .products .product-price>del, #wrapper .products .product-price>ins, #wrapper .products-recent .product-price>del, #wrapper .products-recent .product-price>ins {
    display: block;
}
#wrapper .products .product-price>del, #wrapper .products-recent .product-price>del {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-top: -10px;
}
.products .recent-product-wrapper .buyone-btn, .products-recent .recent-product-wrapper .buyone-btn {
    cursor: pointer;
    width: 100%;
    background-color: #cf9951;
    color: #fff !important;
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}


/* ABOUT COMPANY */
section.about-company {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 545px;
    position: relative;
	padding-bottom: 45px;
    padding-top: 45px;
}
.about-company .about-company-image{position:absolute;bottom:0;left:3%;z-index:0;}
.about-company .about-company-image .wpb_single_image{margin-bottom:0!important;}
.about-company .about-company-text-wrapper{min-height:450px;background:rgba(42,37,34,.8);color:#fff;font-size:15px;outline:1px solid #44392d;outline-offset:-15px}
.about-company .about-company-text-wrapper h1.header-h2{color:#ca8e3e!important;font-weight:700;margin-bottom:25px!important;margin-top:0!important;}
.about-company .about-company-text-wrapper h2, .about-company .about-company-text-wrapper h3, .about-company .about-company-text-wrapper h4, .about-company .about-company-text-wrapper h5, .about-company .about-company-text-wrapper h6{color:#ca8e3e!important;}
.about-company .about-company-text-wrapper h2:before, .about-company .about-company-text-wrapper h3:before, .about-company .about-company-text-wrapper h2:after, .about-company .about-company-text-wrapper h3:after{width:0!important;height:0!important;background:transparent!important;margin-right:0!important;}
.about-company .about-company-text-wrapper a{color:#ca8e3e!important;text-decoration:underline;}
.about-company .about-company-text-wrapper {
    position: relative;
    padding-bottom: 45px;
	padding-left: 45px !important;
	padding-right: 45px !important;
	padding-top: 60px;
}
#wrapper .about-company-text-wrapper ul li:before {
    color: #ca8e3e;
	content: "\25cf";
    padding-right: 10px;
}
#wrapper .about-company-text-wrapper ul {
	list-style: none!important;
    margin-left: 0!important;
}
.about-company .about-company-text-wrapper h1.header-h2 {
	text-align: center;
}


/* MULTIPLE CAROUSEL */
@media (max-width: 767px) {
	.feautured-row .carousel-inner .carousel-item > div {
		display: none;
	}
	.feautured-row .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

.feautured-row .carousel-inner .carousel-item.active,
.feautured-row .carousel-inner .carousel-item-next,
.feautured-row .carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
	
	.feautured-row .carousel-inner .carousel-item-end.active,
	.feautured-row .carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}
	
	.feautured-row .carousel-inner .carousel-item-start.active, 
	.feautured-row .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
	.feautured-row .card img{
		width: 90%;
		height: 40vh;
	}
	.feautured-row .carousel-item{
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.feautured-row .card img{
		width: 100%;
		height: 75vh;
	}
}
.feautured-row .carousel-inner .carousel-item-end,
.feautured-row .carousel-inner .carousel-item-start { 
transform: translateX(0);
}
.feautured-row .card{
	border: 0;
}
.feautured-row .card{
	position: relative;
}
.feautured-row .card .card-img-overlays{
	position: absolute;
	bottom: 15%;
	left: 10%;
	color: #fff;
	font-weight: bolder;
}
.feautured-row a{
	text-decoration: none;
}
.feautured-row .indicator{
	border: 1px solid rgb(202, 202, 202);
	padding: 3px 6px 3px 6px;
}
.feautured-row .indicator:hover{
	background-color: blue;
	border: 1px solid blue;
	transition: 200ms;
}
.feautured-row .indicator:hover{
	color: white;
	transition: 200ms;
}
.feautured-row .indicator {
	color: lightgray;
}
.feautured-row .float-end{
	padding-top: 10px;
}

/* Woocommerce */
.woocommerce .products {
	--bs-gutter-x: 1.5rem!important;
	--bs-gutter-y: 0!important;
	display: flex!important;
	flex-wrap: wrap!important;
	margin-top: calc(-1 * var(--bs-gutter-y))!important;
	margin-right: calc(-.5 * var(--bs-gutter-x))!important;
	margin-left: calc(-.5 * var(--bs-gutter-x))!important;
}

/* FOOTER */
footer .footer-top {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 70px;
}
footer .footer-top div.header-h3 {
    color: #ca8e3e !important;
    font-weight: 700;
}
footer .footer-top p {
    color: #fff !important;
    font-size: 17px;
    padding-top: 10px;
}
footer .footer-top p {
	padding-bottom: 20px;
}
footer .footer-top ul.footer-top-contacts li a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none!important;
}
footer .footer-top ul.footer-top-contacts li a.footer-top-email {
    color: #ca8e3e !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    text-decoration: underline;
}
footer .footer-top ul.footer-top-contacts li .bi {
    color: #ca8e3e;
    margin-right: 15px;
}
footer .footer-middle {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

footer .footer-middle div.header-h5 {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
	margin-top: 10px;
}
footer .footer-middle div.header-h5:before {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 25px;
    background-color: #ca8e3e;
    transition: width .5s ease-in-out, left .5s ease-in-out;
    left: 0;
    bottom: -15px;
}
footer .footer-middle ul li {
    padding-bottom: 10px;
}
footer .footer-middle ul li a {
    color: #999 !important;
    font-size: 14px;
	text-decoration: none!important;
}
footer .footer-middle ul li a:hover {
	text-decoration: underline!important;
}
footer .footer-middle .footer-middle-phone {
	font-size: 16px;
}
footer .footer-middle .footer-middle-contacts .footer-middle-phone-2 {
    padding-right: 25px;
}
footer .footer-middle .footer-middle-phone {
	font-size: 16px;
}
footer .footer-middle .footer-middle-phone {
    color: #fff !important;
    font-weight: 700;
}
footer .footer-middle .footer-middle-contacts .bi {
    margin-right: 15px;
    color: #999;
}
footer .footer-middle .footer-middle-contacts span {
    color: #999 !important;
    font-size: 14px;
    line-height: 2em !important;
    display: block;
    padding-left: 28px;
}
footer .bi-geo-alt-fill {
    position: absolute;
    top: 4px;
    left: 0;
}
footer .footer-middle .footer-middle-contacts li {
    position: relative;
}
footer .footer-middle .footer-middle-contacts li:nth-child(2) .bi {
    visibility: hidden;
}
footer .call-buttons {
    margin-top: 15px;
}
footer .footer-middle .confidentiality-agreement {
    padding: 15px 15px 7px;
    font-size: 12px;
    border: 1px dashed #777;
    margin-top: 10px;
}
footer .footer-middle .confidentiality-agreement>p {
    color: #cdcdcd;
}
footer .call-buttons {
    margin-top: 15px;
}
footer .footer-bottom {
    background-color: #000;
    color: #999;
    font-size: 13px;
}
footer .footer-bottom .footer-logo img {
    width: 40px;
    padding: 10px 0;
}
footer .footer-bottom .footer-copyright {
    padding-top: 20px;
    padding-left: 15px;
}
footer .footer-bottom .footer-payment {
	padding-bottom: 0;
	padding-top: 20px;
}
.sprite.payment_maestro_png {
    background-position: -530px 0;
    width: 30px;
    height: 18px;
}
.sprite.payment_visa_png {
    background-position: -561px 0;
    width: 38px;
    height: 18px;
}

/* SHOP */
#m-page {
    background-color: #fff0dd;
}
#main {
    background-color: #fff0dd;
}
#m-page .breadcrumbs .kama_breadcrumbs, .woocommerce-breadcrumb {
    padding: 30px 0 40px !important;
    color: #ca8e3e !important;
    font-size: 13px !important;
    margin: 0 !important;
}
#m-page .breadcrumbs .kama_breadcrumbs a, .breadcrumbs .kama_breadcrumbs .kb_sep, .woocommerce-breadcrumb .kb-sep, .woocommerce-breadcrumb a {
    color: #333 !important;
	text-decoration: none!important;
}
#m-page .breadcrumbs .kama_breadcrumbs a:hover, .woocommerce-breadcrumb a:hover {
	text-decoration: underline!important;
}
#main h1 {
    margin-top: 5px!important;
    margin-bottom: 45px!important;
    text-align: center;
}
aside .widget_product_categories {
    margin-bottom: 30px;
}
aside>div>.row {
	margin-right: 15px;
}
aside>div>.row>.hribbon-left {
    padding: 5px 15px 5px 45px !important;
}
aside .odd-heading:before {
    border-right-color: #b2aeac;
}
aside .hribbon .title.header-h5 {
    font-weight: 700;
    margin-top: 10px;
}
aside>div>.row {
    z-index: 1;
}
aside .odd-heading {
    background: #dfdad7;
}
aside .hribbon {
    min-height: 50px !important;
}
.hribbon {
    position: relative;
    margin-top: 0 !important;
}
.hribbon-container {
    -webkit-box-shadow: 0 3px 3px 0 rgba(50,50,50,.14);
    -moz-box-shadow: 0 3px 3px 0 rgba(50,50,50,.14);
    box-shadow: 0 3px 3px 0 rgba(50,50,50,.14);
    z-index: 2!important;
    position: relative;
}
aside .hribbon-container {
	z-index: 1!important;
}
aside ul.product-categories {
	margin: 0 15px 0 0;
}
aside ul.product-categories {
    list-style-type: square;
    color: #ca8e3e;
    font-size: 10px;
    background: #fff;
    padding: 30px 15px 15px 40px;
}
aside ul.product-categories li.category {
    margin-bottom: 15px;
}
aside ul.product-categories li.category .parent-item {
    position: relative;
}
aside ul.product-categories li.category .parent-item a, aside ul.product-categories li.category a {
    color: #333!important;
    padding: 0 10px;
    font-size: 13px;
    display: block;
	text-decoration: none!important;
}
aside ul.product-categories li.category .parent-item :hover, aside ul.product-categories li.category a:hover {
	text-decoration: underline!important;
}
aside ul.product-categories .parent-item .bi {
    position: absolute;
    top: 40%;
    right: 0;
    color: #ababab;
    font-size: 10px;
    cursor: pointer;
    line-height: .7em;
}
aside ul.product-categories li.category ul.subcategories-list {
    padding-left: 25px;
    margin-top: 5px;
}
aside ul.product-categories li.category .collapsed-out {
    display: none!important;
}
aside ul.product-categories li.category ul.subcategories-list li {
    margin-bottom: 5px;
}
aside ul.product-categories li.category ul.subcategories-list li a {
    color: #999 !important;
    font-size: 13px;
}
aside ul.product-categories li.category .subcategories-list a {
    padding-left: 0 !important;
}
#tag-categories {
    margin-bottom: 15px;
}
#tag-categories {
    position: relative;
    overflow: hidden;
}
#tag-categories {
    max-height: 75px;
    overflow: hidden;
}
#tag-categories-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff0dd;
    cursor: pointer;
    border-bottom: 1px dashed #000;
}
#tag-categories.tag-big:after {
    background-image: url(https://listvenniza.com/wp-content/webp-express/webp-images/themes/listvenniza-theme/assets/images/bottom-fade-lv-min.png.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -5px;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 100% !important;
}
#tag-categories>p {
	font-size: 14px;
}
#tag-categories>p>a {
    border-bottom: 1px dashed;
    margin: 0 5px;
	text-decoration: none!important;
}
#tag-categories.tag-uncollapse {
    max-height: none !important;
    height: auto;
}
#tag-categories.tag-uncollapse:after{
	display: none;
}
#tag-categories.tag-small {
    height: auto;
}

aside ul.product-categories li.category .collapsed-in {
    display: block !important;
}
aside ul.product-categories ul {
	list-style: none;
	margin: 0!important;
}
.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em !important;
    padding: 0;
    list-style: none outside;
    clear: both;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 5% 2em 0;
    padding: 0;
    position: relative;
    width: 30% !important;
    margin-left: 0;
}
.woocommerce-page ul.products li:nth-child(3n) {
	margin-right: 0 !important;
}
.products .product-category {
    background: #fff;
    padding: 15px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}
.product-category .product-category-wrap-link .header-h6 {
    line-height: 1.1em;
    color: #333 !important;
    text-decoration: underline;
}
.product-filter-wrapper .header-h5 {
    font-size: 17px!important;
    font-weight: 700;
}
.product-filter-wrapper .hribbon-right {
    background-color: #eee0ce;
    min-height: 50px !important;
    padding: 16px 15px 16px 30px !important;
    margin-bottom: 0 !important;
}
.hribbon-right:after {
    border-width: 0 0 10px 15px;
    right: 0;
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}
.odd-heading:after {
    border-left-color: #b2aeac;
}
.product-filter-wrapper .product-filter-fields-wrapper {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 45px;
    margin-right: 15px;
	padding-left: 35px;
}
.product-filter-wrapper .product-filter-row {
    margin-bottom: 15px;
}
.product-filter-wrapper .product-filter-name {
    padding-top: 4px;
}
.product-filter-wrapper .product-filter-name span {
    font-size: 15px;
    font-weight: 700;
}
.product-filter-wrapper .product-filter-fields span {
    margin-left: 10px;
    margin-right: 10px;
}
.product-filter-wrapper .product-filter-fields span:first-child {
    margin-left: 0;
}
.product-filter-wrapper .product-filter-fields span:nth-child(3) {
    margin-right: 0;
}
.product-filter-wrapper .product-filter-fields input {
	width: 70px;
}
.product-filter-wrapper .product-filter-fields input {
    border: 1px solid #e0e0e0;
    padding: 4px 5px;
}
.product-filter-wrapper .product-filter-fields-wrapper select {
    width: 98%;
    padding: 4px 15px;
    margin: 0 !important;
    border: 1px solid #e0e0e0;
    background: 0 0;
    color: #333;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.product-filter-wrapper .product-filter-fields-wrapper .select-wrapper::after {
    content: '>';
    font: 16px Consolas, monospace;
    color: #999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 45px;
    top: 6px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
.product-filter-wrapper .product-filter-fields-wrapper .select-wrapper::before {
    content: '';
    right: 6px;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block;
}
.product-filter-wrapper button, .product-filter-wrapper button:hover {
    margin-right: 15px;
    background-color: #eee0ce;
    width: 150px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.product-filter-wrapper .product-filter-fields, .product-filter-wrapper .product-filter-row-btn {
    padding-right: 32px;
}

.products-recent.products-filter {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-left: -7.5px;
}
.woocommerce-sc-box-description .page-description {
    margin-top: 25px;
}
.products .recent-product {
	padding: 0 15px!important;
}
.products-inner {
	list-style: none;
    margin: 0;
    padding: 0;
	margin-right: -7.5px !important;
}
.products-inner li {
    margin-bottom: 2em;
    /* min-height: 265px; */
}
.products-inner .lpd-product-category-wrap {
    position: relative;
}
.products-inner .lpd-product-category .lpd-product-category-wrap>img {
    width: 100% !important;
}
.products-inner .lpd-product-category-wrap>div.header-h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff !important;
    font-weight: 700 !important;
    background: rgba(87, 55, 31, .45);
    padding: 8px 15px;
    display: block;
    margin: 0 20px;
}
.all-product-wrapper .woocommerce-sc-box-description {
    font-size: 15px;
	padding-top: 20px;
}
#wrapper .woocommerce-sc-box-description h2, #wrapper .woocommerce-sc-box-description h3, #wrapper .woocommerce-sc-box-description h4, #wrapper .woocommerce-sc-box-description h5, #wrapper .woocommerce-sc-box-description h6 {
    text-align: center;
}
#wrapper .woocommerce-sc-box-description h2 {
    margin-bottom: 15px;
    margin-top: 30px;
}
#wrapper .woocommerce-sc-box-description ol, #wrapper .woocommerce-sc-box-description ul, .woocommerce-product-details__short-description ol, .woocommerce-product-details__short-description ul {
    margin-bottom: 10px !important;
    margin-left: 20px;
}
#wrapper .woocommerce-sc-box-description ul li:before, .woocommerce-product-details__short-description ul li:before, .cities-box-list li:before {
    color: #666;
    content: "\25cf";
    padding-right: 10px;
}
.woocommerce-message {
    border-top-color: #8fae1b!important;
}
.woocommerce-message::before {
    content: '\e015'!important;
    color: #8fae1b;
}

.woocommerce-info::before, .woocommerce-message::before {
    content: '\e028';
}
.woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
}
.woocommerce-notices-wrapper>div>a.wc-forward {
    background-color: #8fae1b;
    color: #fff !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce-info::after, .woocommerce-message::after {
    clear: both;
}
.woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
    content: ' ';
    display: table;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    border-top-color: #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
#m-page .single-product-wrapper h1 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 30px !important;
	padding: 0 15px!important;
}
#m-page h1 {
    margin-top: 5px !important;
    margin-bottom: 45px !important;
    text-align: center;
}
.unstyled-heading:after, .unstyled-heading:before {
    width: 0 !important;
    height: 0 !important;
    background: 0 0 !important;
    margin-right: 0 !important;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}
#m-page .summary .price {
    font-size: 24px !important;
    font-weight: 700;
    color: #f44336 !important;
}
#m-page .single-product-wrapper .separator {
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    color: #e0e0e0!important;
	opacity: 0.25!important;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
}
.woocommerce div.product form.cart .variations td {
    border: 0;
    vertical-align: top;
    line-height: 2em;
}
.woocommerce div.product form.cart table td {
    padding-left: 0;
}
.summary .variations .label {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.summary .variations tr td {
    padding-bottom: 10px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.woocommerce div.product form.cart .variations td {
    border: 0;
    vertical-align: top;
    line-height: 2em;
}
.summary .variations .value {
    position: relative;
}
.summary .variations .value {
    text-align: right;
}
.summary .variations tr td {
    padding-bottom: 10px;
}
.summary .variations .value:before {
    content: '';
    right: 6px;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
}
.summary .variations .value select {
    width: 100%;
    padding: 8px 35px 8px 5px;
    margin: 0 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    background: 0 0;
    color: #333;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.summary .variations .value:after {
    content: '>';
    font: 16px Consolas,monospace;
    color: #999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    top: 10px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
.woocommerce div.product form.cart .variations select {
	background: none!important;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
	text-decoration: none!important;
}
.woocommerce .single-product-wrapper .variations .reset_variations {
    float: left;
}
.woocommerce div.product form.cart::after {
    clear: both;
}
#m-page .summary .single_variation .woocommerce-variation-price {
    display: inline-block;
    float: right;
}
.single-product-wrapper .quantity-table {
    width: 100%;
	margin-top: -28px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
	float: left!important;
}
.single-product-wrapper .quantity-table .label {
	width: 130px;
}
.single-product-wrapper .quantity-table .value {
    margin-top: -15px;
}
.single-product-wrapper .quantity-table .label>span {
    float: left;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
#m-page .single-product-wrapper .single_variation_wrap .quantity>div, .products .recent-product-wrapper .single_variation_wrap .quantity>div, .products-recent .recent-product-wrapper .single_variation_wrap .quantity>div, .woocommerce-cart-form__cart-item .product-quantity .quantity>div {
    position: relative;
    width: 50px;
}
#m-page .single-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnmin, .products .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnmin, .products-recent .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnmin, .woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button.btnmin {
    right: 4px;
    bottom: 0;
    transform: rotate(90deg);
}
#m-page .single-product-wrapper .single_variation_wrap .quantity .td-quantity-button, .products .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button, .products-recent .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button, .woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button {
    position: absolute;
    font: 16px Consolas, monospace;
    color: #999;
    cursor: pointer;
}
#m-page .single-product-wrapper .single_variation_wrap .quantity input, .products .recent-product-wrapper .single_variation_wrap .quantity .qty, .products-recent .recent-product-wrapper .single_variation_wrap .quantity .qty, .woocommerce-cart-form__cart-item .product-quantity .quantity input {
    padding: 10px 15px 10px 0 !important;
    border: 1px solid #eee;
    margin-top: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}
#m-page .single-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnplus, .products .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnplus, .products-recent .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnplus, .woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button.btnplus {
    right: 4px;
    top: 5px;
    transform: rotate(90deg);
}
#m-page .single-product-wrapper .separator-2 {
    display: block;
    width: 100%;
    float: left;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color: #e0e0e0 !important;
	opacity: 0.25!important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
	margin-top: 0!important;
}
.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}
#m-page .summary .single_variation_wrap .btn-calculate {
    margin-top: 30px;
    color: #ca8e3e !important;
    font-size: 13px;
    border: 1px solid #ca8e3e;
    background-color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px 15px;
}
#m-page .single-product-wrapper .single_variation_wrap .btn-calculate, #m-page .single-product-wrapper .single_variation_wrap .single_add_to_cart_button {
    width: 100%;
}
#m-page .summary .single_variation_wrap .single_add_to_cart_button {
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #ca8e3e;
    background-color: #ca8e3e;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 12px 15px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    padding-right: 15px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
}
.woocommerce div.product div.images {
    margin-bottom: 2rem;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid #ca8e3e;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 8px 4px 8px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 0.75em!important;
	z-index: 1!important;
}
.woocommerce-product-details__short-description {
	width: 100%;
    float: left;
}
.related .header-h2 {
    font-weight: 700;
    line-height: 33px;
    margin-top: 35px;
    margin-bottom: 45px;
}
.single-product-wrapper .related.products .product-badge, .product-badge {
    color: #fff;
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
    width: 47px;
    height: 47px;
    margin-top: 25px;
    top: 20px;
    left: 60px;
    border-radius: 8px;
	text-align: center;
}
.product-badge:after, .product-badge:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
    background: inherit;
    border-radius: 8px;
}
.product-badge:before {
    transform: rotate(30deg);
}
.product-badge:after {
    transform: rotate(60deg);
}
.product-badge>span {
    position: relative;
    z-index: 2;
    font-size: 11px;
    line-height: 47px;
}
.sale-badge {
    background-color: #f44336;
}
.single-product-wrapper .product .product-badge {
    top: 0;
    left: 25px;
}
#last-row.related .products {
    margin-left: 0!important;
    margin-right: 0!important;
}
#last-row.related .products li.product {
    margin: 0 0.33% 2em 0 !important;
    width: 33% !important;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: #000;
    font-size: 16px;
    display: block !important;
    opacity: 0.5;
}
.woocommerce-cart-form__contents>tbody>tr {
    border-bottom: none !important;
}
.woocommerce table.shop_table .product-remove {
    text-align: center;
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
}
.woocommerce table.shop_table td {
    padding: 6px 12px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #eee!important;
}
article.page table>tbody>tr>td, article.page table>thead>tr>th {
    padding: 11px 15px;
    height: 45px;
}
.woocommerce a.remove:hover, .woocommerce table.shop_table a.remove {
    color: #999 !important;
}
.woocommerce table.shop_table a.remove {
    display: inline-block !important;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    height: 32px!important;
    width: 32px!important;
    border: 1px solid #eee;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}
.woocommerce table.shop_table .product-name a {
    color: #555 !important;
    font-size: 15px;
    font-weight: 700;
	text-decoration: none!important;
}
.woocommerce table.shop_table .variation span {
    font-size: 13px;
}
.cart_item .product-name .variation p {
    display: inline;
}
.woocommerce td.product-quantity {
    min-width: 80px;
}
#main .single-product-wrapper .single_variation_wrap .quantity>div, .products .recent-product-wrapper .single_variation_wrap .quantity>div, .products-recent .recent-product-wrapper .single_variation_wrap .quantity>div, .woocommerce-cart-form__cart-item .product-quantity .quantity>div{
    position: relative;
    width: 50px;
}
.woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button.btnmin, .woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button.btnplus{
    right: 8px !important;
}
#main .single-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnmin, .products .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnmin, .products-recent .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnmin, .woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button.btnmin {
    right: 4px;
    bottom: 0;
    transform: rotate(90deg);
}
#main .single-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnplus, .products .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnplus, .products-recent .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button.btnplus, .woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button.btnplus {
    right: 4px;
    top: 5px;
    transform: rotate(90deg);
}
#main .single-product-wrapper .single_variation_wrap .quantity .td-quantity-button, .products .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button, .products-recent .recent-product-wrapper .single_variation_wrap .quantity .td-quantity-button, .woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button {
    position: absolute;
    font: 16px Consolas, monospace;
    color: #999;
    cursor: pointer;
}
.woocommerce table.shop_table .product-quantity .quantity input {
    border: 1px solid #e0e0e0;
    padding: 15px 0;
    font-size: 13px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#main .single-product-wrapper .single_variation_wrap .quantity input, .products .recent-product-wrapper .single_variation_wrap .quantity .qty, .products-recent .recent-product-wrapper .single_variation_wrap .quantity .qty, .woocommerce-cart-form__cart-item .product-quantity .quantity input {
    padding: 10px 15px 10px 0 !important;
    border: 1px solid #eee;
    margin-top: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
}
article.page table>thead>tr>th:first-child:before {
    border-right-color: #beb3a5!important;
    border-width: 0 15px 10px 0;
    left: -15px;
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent #beb3a5 transparent transparent !important;
    bottom: -10px;
}
article.page table>thead>tr>th:first-child:after {
    border-left-color: #beb3a5!important;
    left: -15px;
    content: '';
    position: absolute;
    width: 15px;
    height: 45px;
    background-color: #eee0ce;
    bottom: 0;
}
article.page table>thead>tr>th:last-child:before {
    border-left-color: #beb3a5!important;
    right: -15px;
    content: '';
    position: absolute;
    width: 15px;
    height: 45px;
    background-color: #eee0ce;
    bottom: 0;
}
article.page table>thead>tr>th:last-child:after {
    border-left-color: #beb3a5!important;
    border-width: 0 0 10px 15px;
    right: -15px;
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}
.woocommerce table.shop_table {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0!important;
    border: 1px solid #eee !important;
    background-color: #fff !important;
    border-left: none !important;
    border-right: none !important;
}
.woocommerce .woocommerce-cart-form .total-cart-btn-wrap {
    display: none;
}
.woocommerce .woocommerce-cart-form .total-cart-price {
    margin-top: 5px;
}
.woocommerce .woocommerce-cart-form .total-cart-price span {
    font-size: 15px;
}
.woocommerce .woocommerce-cart-form .total-cart-price span b {
    font-size: 18px;
    color: #f44336;
    font-weight: 700;
    margin-left: 15px;
}
.woocommerce .woocommerce-cart-form .orderit-btn {
    background-color: transparent;
    border: 1px solid #ca8e3e;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 25px;
    color: #ca8e3e;
    margin: 0 45px 15px 55px;
    font-weight: 600;
}
.woocommerce .checkout-container {
    margin-top: 45px;
}
.woocommerce .woocommerce-cart-form {
    background-color: #fff;
}
.woocommerce .woocommerce-cart-form .row-spacer {
	min-height: 60px;
}
.woocommerce .checkout_billing-info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input, .woocommerce .form-search .search-query, .woocommerce .woocommerce-additional-fields p textarea {
    border: 1px solid #e0e0e0;
    color: #999;
    padding: 10px;
    font-size: 13px;
    line-height: 1.2em;
	border-radius: 0!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}
.woocommerce .checkout_billing-info .panel-body {
    padding: 0 !important;
}
.woocommerce .checkout_billing-info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p, .woocommerce .woocommerce-additional-fields p {
    width: 100%;
    padding: 0 !important;
}
.woocommerce .checkout-container form .form-row {
    margin-bottom: 15px !important;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    overflow: visible;
}
.woocommerce .checkout-container form .form-row label {
    display: none !important;
}
.woocommerce form .form-row label {
    line-height: 2;
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden;
}
.woocommerce .woocommerce-shipping-fields {
    display: none;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.woocommerce .woocommerce-additional-fields #order_comments {
    height: 10em !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 0!important;
}
.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce .woocommerce-checkout .order_review_wrap {
    background: url(assets/images/order-bg.png) no-repeat;
    background-size: cover;
    padding: 45px 30px;
}
.woocommerce .woocommerce-checkout .order_review_wrap h3 {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    text-align: center;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table {
    margin: 0 -1px 5px 0 !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table {
    background: 0 0!important;
    border: none!important;
    font-size: 13px;
}
.woocommerce .woocommerce-checkout #payment {
    background: 0 0!important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table th {
    border-top: none !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}
#wrapper article ul {
    margin-bottom: 10px !important;
    margin-left: 20px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td ul {
    margin: 0 !important;
}
ul.dotted-list {
	list-style: none;
    padding: 0;
}
ul.dotted-list li {
    clear: both;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td .th-left {
    font-size: 15px;
    font-weight: 700;
}
ul.dotted-list li span:first-child {
    padding: 0 .4em 0 0;
    margin: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td .th-right, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td .th-right strong {
    font-size: 15px;
    font-weight: 400;
}
ul.dotted-list li span+span {
    float: right;
    padding: 0 0 0 .4em;
    margin: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td ul.dotted-list li:after {
    height: 1.3em;
}
ul.dotted-list li:after {
    content: "";
    display: block;
    overflow: hidden;
    height: 1em;
    border-bottom: 1px dotted;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td .delivery-desc {
    padding-top: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1.7em;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods>li label {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1.7em!important;
    color: #666!important;
}
.woocommerce .woocommerce-checkout #payment #place_order {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ca8e3e;
    padding: 14px;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods {
    padding-top: 0!important;
    border-bottom: none!important;
}
.woocommerce .checkout-container #delivery-address {
    margin: 10px 0 10px 0;
    padding: 7px 5px;
    width: 100%;
    border-radius: 0;
}
.woocommerce .form-search .search-query {
    width: 100%;
}
.woocommerce .checkout-container #calcDelivery {
    font-size: 13px;
    font-weight: 600;
    color: #ca8e3e;
    background: 0 0;
    padding: 10px 25px;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #ca8e3e;
    margin: 10px 0 0 0;
}
.woocommerce .checkout_billing-info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input, .woocommerce .form-search .search-query, .woocommerce .woocommerce-additional-fields p textarea {
    border: 1px solid #e0e0e0;
    color: #999;
    padding: 10px;
    font-size: 13px;
    line-height: 1.2em;
}

/* ARTICLES */
#wrapper .woocommerce-sc-box-description h2, #wrapper .woocommerce-sc-box-description h3, #wrapper .woocommerce-sc-box-description h4, #wrapper .woocommerce-sc-box-description h5, #wrapper .woocommerce-sc-box-description h6, #wrapper article h2, #wrapper article h3, #wrapper article h4, #wrapper article h5, #wrapper article h6 {
    text-align: center;
}
#wrapper .woocommerce-sc-box-description h2, #wrapper article h2 {
    margin-bottom: 15px;
    margin-top: 30px;
}
.cities-box-btn .btn-submit {
    width: auto;
    margin-top: 15px;
}
.btn-submit, .btn-submit:hover, .btn-submit:active, .btn-submit:focus {
    width: auto;
    background-color: transparent;
    border: 1px solid #ca8e3e;
    color: #ca8e3e;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 13px;
}
#wrapper .woocommerce-sc-box-description ol, #wrapper .woocommerce-sc-box-description ul, #wrapper article ol, #wrapper article ul {
    margin-bottom: 10px !important;
    margin-left: 20px;
}
.cities-box-list {
	margin-left: 0!important;
}
.cities-box-list.hidden-list {
    display: none;
}

#wrapper .woocommerce-sc-box-description ul li:before, #wrapper article:not(#post-27, #post-9) ul li:before {
    color: #666;
    content: "\25cf";
    padding-right: 10px;
}
#post-27 .recent-product {
	position: relative;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:before, .woocommerce-table__product-name.product-name .wc-item-meta li:before {
	display: none!important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	margin-left: 0!important;
	padding-left: 0!important;
}
.woocommerce-table__product-name.product-name .wc-item-meta {
	font-size: 12px!important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
	margin-bottom: 15px!important;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name.product-name {
	width: 60%!important;
}
.cities-box-list {
    margin-top: 15px;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
#m-page ol, #m-page  ul {
    list-style: none;
}
#wrapper article .sub-article>img {
    float: left;
    margin: 0 15px 15px 0;
}
#wrapper article .sub-article a.more-link {
    width: 100%;
    display: block;
    text-align: right;
}
#wrapper article .sub-article a.more-link:hover, #wrapper .single-article pre a:hover, #wrapper .sub-article pre a:hover {
    text-decoration: underline!important;
}
#wrapper article .single-article .article-intro-image img {
    width: 100%;
    float: left;
    margin: 0 15px 15px 0;
}
#wrapper .single-article pre a, #wrapper .sub-article pre a {
    color: #333!important;
    font-family: 'Open Sans'!important;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#wrapper .single-article h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
#wrapper .woocommerce-sc-box-description ol, #wrapper article ol {
    counter-reset: li;
}
#wrapper .woocommerce-sc-box-description ol>li, #wrapper article ol>li {
    position: relative;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 35px;
}
#wrapper .woocommerce-sc-box-description ol>li:before, #wrapper article ol>li:before {
    content: counter(li);
    counter-increment: li;
    color: #ca8e3e;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 7px;
    border: 1px solid #ca8e3e;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#main #contacts-container .page-contacts .phone {
    padding-bottom: 10px;
}
#main #contacts-container .map-desc i, #main #contacts-container .page-contacts .email i, #main #contacts-container .page-contacts .phone i, #main .page-contacts .time i {
    margin-right: 15px;
}
#main #contacts-container .page-contacts .phone a {
    color: #333 !important;
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
}
#main #contacts-container .page-contacts .email {
    margin: 15px 0 25px;
}
#main #contacts-container .page-contacts .email a, #main #contacts-container .page-contacts .phone a:hover {
    text-decoration: underline !important;
}
#main #contacts-container .map-desc p, #main #contacts-container .page-contacts .phone-line-2 a, #main #contacts-container .page-contacts .time-line-2 span {
    margin-left: 30px;
}
ul.page-contacts li::before {
	content: ''!important;
	padding: 0!important;
}
#main #contacts-container .maps {
    height: 300px;
    margin-top: 25px;
    margin-bottom: 50px;
}
#main #contacts-container .contacts-form-wrapper {
    margin-top: 50px;
    padding: 40px;
    background: #fff url(assets/images/contacts-form-bg.png) no-repeat;
    background-size: cover;
}
#main #contacts-container .header-h3 {
    font-weight: 700;
    margin-bottom: 30px !important;
}
#main #contacts-container .contacts-form-wrapper .wpcf7 {
	width: 70%;
	margin-left: 15%;
}
.wpcf7 label {
    display: none;
}
.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}
.wpcf7 input.form-control {
    height: 40px;
}
.wpcf7 .form-control {
    font-size: 13px !important;
    padding: 13px 17px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0!important;
    border-color: #e0e0e0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none!important;
    color: #999 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-desc:before {
    vertical-align: -12%;
    font-family: 'Glyphicons Halflings' !important;
    content: "\e033" !important;
    font-weight: 300 !important;
    margin-right: 8px !important;
    margin-top: 5px;
    color: #ca8e3e;
}
.contacts-form-wrapper .btn-submit {
    width: 100%!important;
    background-color: transparent!important;
    border: 1px solid #ca8e3e!important;
    color: #ca8e3e!important;
    text-transform: uppercase!important;
    padding: 10px 15px!important;
    font-size: 13px!important;
	border-radius: 0!important;
}
textarea.form-control {
    height: auto;
}
#header .navbar #main-menu #menu-item-34 > a.nav-link, #header .navbar #main-menu #menu-item-34 > a.nav-link:hover, #header .navbar #main-menu #menu-item-34 > a.nav-link.active {
    color: #f44336!important;
    font-weight: 900!important;
}

#header .sticky-header{position:fixed;top:0;left:0;right:0;background:#fff;z-index:99999;display:none;padding-top:10px}#header .sticky-header>.container{margin-bottom:10px}#header .sticky-header .slogan .slogan-first-line span{font-size:24px;margin-top:20px;display:block}#header .sticky-header .header-cart-contents{margin-top:0;margin-left:0}#header .sticky-header .contacts-phone p a{font-size:18px;margin-left: 1.5rem;font-weight:700;color:#555!important}#header .sticky-header .contacts-phone p{margin-bottom:0!important}#header .sticky-header .contacts i{margin-right:15px}#header .sticky-header .contacts-email{margin-top:25px}#header .sticky-header .contacts-email p{text-decoration:underline}

.content-404{padding-top:105px;padding-bottom:105px}.content-404 h1{font-size:45px!important;font-weight:700;color:#e0e0e0!important;margin-bottom:50px!important}.content-404 p{color:#333!important;font-size:15px}.content-404 a.btn-404{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;margin-top:25px;background-color:transparent;border:1px solid #ca8e3e!important;color:#ca8e3e!important;text-transform:uppercase;padding:10px 15px;font-size:13px}.content-404 a.btn-404:hover,a.btn-404:active,a.btn-404:focus{color:#ca8e3e!important}.content-404 .page-not-found{font-weight:700}
.carousel-control-next, .carousel-control-prev {
	color: rgba(0, 0, 0, 0.8)!important;
}
.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5)!important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)!important;
		border-radius: 0 !important;
		border: 0 !important;
		background-color: #eee0ce !important;
	}
.modal .modal-content .close.x-close {
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	opacity: 1!important;
	background-color: #dfdad7!important;
	padding: 5px 10px 7px 10px!important;
	font-size: 13px!important;
	-webkit-appearance: none!important;
	cursor: pointer!important;
	border: 0!important;
}
.modal-header {
    text-align: center!important;
    border: 0!important;
	padding: 15px;
}
.modal-header>span {
    color: #000!important;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23)!important;
    font-size: 32px!important;
    line-height: 36px!important;
}
.modal-body {
    position: relative!important;
    padding: 15px!important;
}
.btn-submit {
    width: 100%!important;
    background-color: transparent!important;
    border: 1px solid #ca8e3e!important;
    color: #ca8e3e!important;
    text-transform: uppercase!important;
    padding: 10px 15px!important;
    font-size: 13px!important;
	line-height: 1.5rem!important;
	border-radius: 0!important;
}
.wpcf7 .form-desc {
    color: #999;
}
.wpcf7-spinner {
	display: none!important;
}

/* Для современных браузеров */
::placeholder {
  color: #999!important; 
}
/* WebKit: Chrome, Safari, Opera 15+ */
::-webkit-input-placeholder {
  color: #999!important; 
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #999!important;
  opacity: 1; 
}
/* IE 10+, Edge */
:-ms-input-placeholder {
  color: #999!important; 
}
.navbar-toggler:focus {
	box-shadow: none!important;
}
.slick-arrow.prev > i, .slick-arrow.next > i {
    font-size: 20px; 
    color: rgb(188, 148, 94); 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
}

.slick-arrow {
	position: absolute!important;
	top: 48%!important;
	display: block!important;
	height: 30px!important;
	width: 30px !important;
	background: #f3e5d3 !important;
	border: 0!important;
}
.slick-arrow.next {
	right: -30px;
}
.slick-arrow.prev {
	left: -30px;
}
.slick-disabled.prev{
	display: none!important;
}
.carousel-item-sl {
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.modal-content {
	padding-top: 15px;
}
#contacts-container ul.page-contacts {
	padding: 0!important;
}
#contacts-container ul.page-contacts .bi, #contacts-container  .bi.bi-geo-alt-fill {
	color: rgb(188, 148, 94) !important;
	font-weight: 700!important;
}


/*Whatsapp*/
.img-circle{background-color:#24b34b;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #24b34b;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#24b34b;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.png);background-image: url(assets/images/742e51a85b1f92580e4169b647eb0100.webp);background-position: -792px 0; width: 45px; height: 45px;margin-top:14px;margin-left:13px;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

@media (max-width: 575.5px) {
	#main-menu-navbar {
		position: absolute!important;
		right: -10px;
		top: -5px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		float: left!important;
		width: 100% !important;
		margin-right: 0!important;
	}
	.products-inner {
		margin: 0 !important;
	}
	.products-recent.products-filter {
		margin-left: 0!important;
	}
	#header {
		margin-bottom: 165px;
	}
	#contacts-container ul.page-contacts {
		margin-top: 20px !important;
	}
	.cities-box-list {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	#order-it {
		display: none;
	}
	
}

@media (min-width: 575.5px) {
	.woocommerce .checkout-container {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 767.5px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 1% 2em 1%!important;
		width: 48% !important;
	}
	#main-menu-navbar .container {
		position: relative!important;
	}
	#main-menu-navbar .navbar-toggler {
		position: absolute!important;
		right: 5px!important;
		top: -81px!important;
	}
	.header-middle::before, .header-middle::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #f5f5f5;
        height: 65px;
		width: 50%;
	} 
	.header-middle::before {
		left: -50%;
	}
	.header-middle::after {
		right: -50%;
	}
	#header {
        margin-bottom: 100px;
    }
	.cities-box-list {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 767.5px) {
	html {
		overflow-x: hidden;
	}
	.site-logo {
		position: absolute!important;
		top: 5px!important;
		left: 3px!important;
	}
	.site-logo img {
		max-width: 50px;
	}
	.site-branding {
		position: absolute;
		top: 5px;
		left: 70px;
		text-align: right;
		padding: 0 !important;
		display: block !important;
	}
	.site-branding a > span {
		font-size: 20px!important;
	}
	#header .header-middle .slogan .slogan-second-line span {
		display: none!important;
	}
	.header-cart-mobile {
		position: absolute;
		top: 0;
        left: 10px;
        right: 0;
	}
	.header-cart-mobile .cart-item-links {
		position: absolute;
		left: 62px;
		top: 23px;
	}
	.header-cart-mobile .bi-cart4 {
		font-size: 25px;
		color: #555;
	}
	.header-cart-mobile .subtotal-item {
		color: #555;
		position: absolute;
        left: 30px;
        top: 12px;
		width: 200px;
        text-align: left;
	}
	.cart-container-m, .header-cart-mobile .bi-cart4 {
		position: absolute;
		left: 0;
		top: 0;
	}
	.header-cart-mobile .shopping-cart-count {
		position: absolute;
        left: 7px;
        top: 5px;
        background-color: #f44336;
        width: 14px;
        height: 13px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        display: table;
        text-align: center;
        color: #fff;
        font-size: 9px;
	}
	.site-contacts {
		position: absolute;
		left: 0;
		right: 0;
		top: 70px;
		width: 100%!important;
	}
	.header-cart-mobile .shopping-cart-count > span {
		font-style: normal;
	}
	.site-contacts > .row .c_contacts {
		text-align: center;
	}
	.header-top {
		position: absolute;
		top: 148px;
		background-color: transparent!important;
	}
	.header-middle {
		background-color: #f5f5f5;
		height: 65px;
	}
	#header .navbar {
		background-color: transparent!important;
	}
	#header #main-menu-navbar::before, #header #main-menu-navbar::after {
		display: none!important;
	}
	#header #main-menu-navbar .btn-call {
		display: none!important;
	}
	#main-menu-navbar .navbar-toggler {
		border: 0!important;
	}
	.header-top .call-buttons {
		text-align: center;
	}
	.site-search {
		display: none!important;
/* 		position: absolute;
		left: 0;
		right: 0;
		top: -89px;
		width: 100%;
		background: #f5f5f5 !important; */
	}
	#header .search-form {
		margin: 0!important;
	}
	#ya-site-form0 .ya-site-form__form * {
	  font-size: 11px !important;
	}
	#header .search-form #ya-site-form0 .ya-site-form__input .ya-site-form__input-text {
	  padding: 3px 15px!important;
	}
	#main-menu-navbar .navbar-collapse {
		position: fixed;
		z-index: 99998;
		background: #222;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.navbar-toggler-icon {
		width: 1.8em!important;
		height: 1.8em!important;
	}
	#main-menu-navbar .navbar-toggle-open .navbar-toggler-icon {
		z-index: 99999;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSItMC41IDAgMjUgMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMyAyMS4zMkwyMSAzLjMyMDAxIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0zIDMuMzIwMDFMMjEgMjEuMzIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
        position: fixed;
        top: 15px;
        right: 15px;
	}
	#header .navbar #main-menu .nav-link:hover, #header .navbar #main-menu .nav-link.active {
		    border-bottom: 0!important;
	}
	.navbar-collapse #menu-main-menu {
		margin: 45px 15px !important;
	}
	#header .navbar #main-menu #menu-main-menu > li::after {
		display: none!important;
	}
	#header .navbar #main-menu .nav-link {
		height: auto !important;
		line-height: 1.5rem !important;
	}
	#header .navbar .dropdown-menu {
		padding: 0!important;
	}
	#header .btn-call-mobile {
		width: 180px;
		font-size: 0.88rem;
		background-color: transparent !important;
		text-transform: uppercase;
		border: 1px solid #ca8e3e;
		color: #ca8e3e !important;
		font-weight: 600;
	}
	#menu-item-39 > a:after {
		display: none;
	}
	div.header-h1:after, div.header-h1:before, div.header-h2:after, div.header-h2:before, div.header-h3:after, div.header-h3:before, h1.header-h2:after, h1.header-h2:before,
	h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
		display: none!important;
	}
	div.header-h1:before, div.header-h2:before, div.header-h3:before {
        margin-right: 0 !important;
    }
	.production-wrapper .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
	.hidden-xs, .hidden-sm {
		display: none!important;
	}
	.production-wrapper .header-h3 {
        font-size: 21px !important;
    }
	.feautured .feautured-row .production-wrapper {
		background: none!important;
	}
	.feautured .row .feautured-row .production-wrapper .carousel-column {
		padding: 0!important;
	}
	.about-company .about-company-text-wrapper h1.header-h2, .about-company .about-company-text-wrapper  h2 {
        margin-top: 35px !important;
        margin-bottom: 20px !important;
        font-size: 25px !important;
    }
	.about-company .about-company-text-wrapper h2:before, .about-company .about-company-text-wrapper h3:before, .about-company .about-company-text-wrapper h2:after, .about-company .about-company-text-wrapper h3:after {
		display: none !important;
	}
	.about-company .about-company-image {
		display: none !important;
	}
	.footer-top-contacts {
		margin: 0!important;
	}
	.footer-top-contacts .list-inline-item {
		display: block!important;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 100%!important;
		padding-right: 0!important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%!important;
	}
	#m-page .summary .price {
		text-align: right!important;
	}
	#m-page .summary .variations label {
		font-size: 12px;
	}
	#m-page .summary .variations td {
        max-width: 100%;
        width: 100%;
    }
	#m-page .summary .variations label {
        font-size: 12px;
    }
	#last-row.related .products li.product {
		margin: 0 0 2em 0 !important;
		width: 100% !important;
		padding: 0!important;
	}
	#last-row {
		margin: 0!important;
	}
	#wrapper article .sub-article>img {
		width: 100%;
		height: auto;
	}
	#wrapper .woocommerce-sc-box-description ol, #wrapper .woocommerce-sc-box-description ul, #wrapper article ol, #wrapper article ul {
		margin: 0!important;
	}
	.md-catalog {
		display: none!important;
	}
	#popup__toggle{bottom:5px;left:130px;position:fixed;z-index:999;}
	#main-slider-mobile {
		aspect-ratio: 4/1.39;
	}
	.feautured-row .popular-products ul.products{padding-left:30px;padding-right:30px;}
	.single-product-wrapper .quantity-table {
		margin-top: 20px!important;
		justify-content: flex-end !important;
	}
	.single_variation_wrap .woocommerce-variation-add-to-cart {
	  width: 100%!important;
	}
	#contacts-container .contacts-info  {
		margin-bottom: 20px;
	}
	.delivery-item {
		margin-bottom: 20px;
	}
	.delivery-item img, .delivery-item  strong {
		width: 70%;
		margin-left: 15%;
	}
	.delivery-calculate-container {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
}
@media (max-width: 768px) {
	.woocommerce-cart-form__cart-item .product-quantity .quantity > div {
		float: right!important;
	}
	.woocommerce table.shop_table .product-quantity .quantity input  {
		padding: 7px 15px 7px 0 !important;
		margin: 0!important;
	}
	.woocommerce-cart-form__cart-item .product-quantity .quantity .td-quantity-button.btnplus {
		top: 0!important;
	}
}

@media (min-width: 768px) and (max-width: 991.5px) {
	#header .header-middle .slogan .slogan-first-line span {
	  font-size: 22px!important;
	}
	#header .header-middle .slogan .slogan-second-line span {
	  font-size: 14px!important;
	}
	.site-branding .slogan {
		margin-left: -35px!important;
	}
	#header .header-cart-contents .shopping-cart-description p:not(.cart-item-empty) {
		font-size: 13px !important;
	}
	#header .header-cart-contents .shopping-cart-description .count-item, #header .header-cart-contents .shopping-cart-description  .subtotal-item {
		font-size: 12px !important;
	}
	#header .c_contacts a.c_contacts_phone-link {
	  font-size: 1rem!important;
	}
	#header .navbar .btn-call {
		width: 86px!important;
		font-size: 0.7rem!important;
	}
	#header #menu-main-menu li {
		padding: 0 0.5rem;
	}
	#header .navbar #main-menu .nav-link {
		font-size: 10px!important;
	}
	#main-slider {
	  height: 265px!important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 1% 2em 1%!important;
		width: 48% !important;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 100% !important;
		padding-right: 0 !important;
	}
	 .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100% !important;
	 }
	 .cities-box-list {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media (min-width: 768px) and (max-width: 1199.5px) {
	aside ul.product-categories {
		padding: 30px 15px 15px 0px!important;
	}
}

@media (min-width: 992px) and (max-width: 1199.5px) {
	#header-cart-contents {
		margin: 15px 0 0 35px!important;
	}
	#header .navbar .btn-call {
		width: 100px!important;
		font-size: 0.7rem!important;
	}
	#header #menu-main-menu li {
		padding: 0 0.8rem;
	}
	#header .navbar #main-menu .nav-link {
		font-size: 13px!important;
	}
	.feautured-row .odd-heading div.header-h3 > a.category-link {
	  margin-left: 30px!important;
	}
	.feautured-row .carousel-control.left {
		left: -33px!important;
	}
	#main-slider {
	  height: 343px!important;
	}
}

@media (max-width:991.5px) {
	h1 {
		font-size:30px!important
	}
	h2 {
		font-size:25px!important
	}
	h3 {
		font-size:20px!important
	}
	h4 {
		font-size:18px!important
	}
	h5 {
		font-size:15px!important
	}
	h6 {
		font-size:13px!important
	}
	.carousel-item {
		transition: transform .1s ease-in-out!important;
	}
	.feautured .feautured-row .hribbon-right {
		display: none!important;
	}
	.feautured .feautured-row .hribbon-left {
		width: 100%!important;
	}
}
@media (max-width:1199.5px) {
	.product-filter-wrapper .product-filter-name {
		padding-bottom: 4px;
	}
	.product-filter-wrapper .product-filter-fields input {
		width: calc(85% - 5px);
		float: left;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	.product-filter-wrapper .product-filter-fields span {
		margin: 0!important;
		float: left;
		width: 15%;
		padding-top: 4px;
		padding-right: 5px;
		text-align: right;
	}
	.product-filter-wrapper .product-filter-fields span:nth-child(3) {
        display: none;
    }
	#post-21 h2::before, #post-21 h2::after {
		display: none!important;
	}
}
@media (min-width:768px) {
	#popup__toggle{bottom:45px;left:200px;position:fixed;z-index:999;}
	#header .navbar .dropdown:hover .dropdown-menu {
	  display: block;
	}
	#main-slider {
		margin-top: -65px;
	}
	.feautured-row .popular-products ul.products{padding-left:65px;padding-right:65px;}
	.slick-dots {display:none!important;}
	.cities-box-list {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media (min-width:992px) {
	.cities-box-list {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}


@media (min-width: 1200px) {
	.site-cart {
		padding: 15px 0 15px 80px!important;
	}
	#header .sticky-header .slogan .slogan-first-line span {
		font-size: 28px;
	}
	#header .sticky-header>.container {
		margin-bottom: 0 !important;
	}
	#header .header-middle .header-logo, #header .sticky-header .header-logo {
		padding-top: 0;
	}
	#header .sticky-header .header-logo img {
		width: 80px;
	}
	#header .sticky-header .slogan .slogan-first-line span {
        font-size: 28px;
    }
	#header .sticky-header .slogan .slogan-first-line span {
		font-size: 24px;
		margin-top: 20px;
		display: block;
	}
	.sticky-header .second-line {
        padding-bottom: 5px;
        padding-left: 85px;
    }
	#header .sticky-header .header-cart-contents {
		margin-top: 0;
		margin-left: 0;
	}
	#header .sticky-header .contacts-email {
		margin-top: 25px;
		margin-left: 25px;
	}
	#header .sticky-header .contacts-email a {
		text-decoration: underline;
		margin-left: 1.5rem;
	}
	#header .sticky-header .contacts-phone {
        margin-top: 5px;
    }
	#header .sticky-header .contacts-phone p {
		margin-bottom: 0 !important;
	}
	#header .sticky-header .cart-inner-container {
		display: none!important
	}
	#main-menu-navbar.sticky-menu {
		position: fixed !important;
		top: 89px;
		left: 0;
		right: 0;
	}
	#main-slider {
	  min-height: 414px!important;
	}
	.modal {
    --bs-modal-width: 900px!important;
	}
	.modal-content {
		padding: 40px 60px!important;
	}
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 1170px!important;
    }
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1170px!important;
	}
 }