@charset "UTF-8";
/*!
Theme Name: Ecoveles
Theme URI: http://underscores.me/
Author: Vitaliy Karakushan
Author URI: http://underscores.me/
Description: Custom theme: Ecoveles, developed by Vitaliy Karakushan
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: ecoveles
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

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

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.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;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

body {
  font-family: "Roboto", sans-serif;
  color: #323232;
  font-size: 16px;
  font-weight: normal;
  background-color: #fafafa;
}

h1 {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2;
}

.site-header {
  background-color: #ffffff;
}

.icon {
  display: inline-block;
}

button, a {
  outline: none;
}

.header-main {
  border-top: 5px solid #339933;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-main .btn {
  width: 165px;
  max-width: 100%;
}

.searchform {
  position: relative;
  width: 342px;
  max-width: 100%;
}
.searchform .search-field, .searchform .search-field:focus {
  height: 50px;
  border-radius: 30px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  width: 100%;
}
.searchform .search-field:focus, .searchform .search-field:focus:focus {
  outline: none;
}
.searchform .search-field::placeholder, .searchform .search-field:focus::placeholder {
  color: #a3a3a3;
}
.searchform .search-submit {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  padding: 0;
  margin: 0;
  top: calc(50% - 9.5px);
}

.header-contacts {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.5em;
}
.header-contacts__phone a:first-child {
  margin-right: 10px;
}
.header-contacts a {
  color: #323232;
  text-decoration: none;
}

.btn {
  min-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-flex;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}
.btn.btn-none {
  color: #8f8f8f;
}
.btn.btn-lg {
  font-size: 16px;
  font-weight: 500;
}
.btn:hover {
  cursor: pointer;
}
.btn.btn-outline {
  background-color: transparent;
}
.btn.btn-outline.btn-orange {
  border: 2px solid #f88512;
  color: #f88512;
}
.btn.btn-outline.btn-orange:hover {
  cursor: pointer;
  color: white;
  background-color: #f88512;
}
.btn.btn-orange:not(.btn-outline) {
  border: 2px solid #f88512;
  color: #fff;
  background-color: #f88512;
}
.btn.btn-orange:not(.btn-outline):hover {
  cursor: pointer;
  color: white;
  background-color: #339933;
  border-color: #339933;
}

.lang-switcher {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lang-switcher li {
  padding: 0 10px;
  position: relative;
}
.lang-switcher li:not(:last-child):after {
  content: "|";
  position: absolute;
  right: 0;
  color: #a3a3a3;
}
.lang-switcher li:last-child {
  padding-right: 0;
}
.lang-switcher li span {
  color: #a3a3a3;
}
.lang-switcher li a {
  text-decoration: none;
  color: #a3a3a3;
  display: inline-block;
}
.lang-switcher li a:first-letter {
  text-transform: uppercase;
}
.lang-switcher li a.active {
  color: #323232;
}

.main-navigation {
  display: flex;
  align-items: center;
  background-color: #318a31;
  justify-content: space-between;
  min-height: 50px;
}

.catalog-nav {
  flex-basis: 345px;
  padding: 0 10px;
  background-color: #339933;
  height: 50px;
  display: flex;
  align-items: center;
}
.catalog-nav a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.catalog-nav a .icon {
  margin-right: 10px;
  min-width: 25px;
}

.nav-menu > li {
  padding: 0 12px;
}
.nav-menu > li a {
  color: #ffffff;
  font-size: 17px;
}

.header-widgets {
  display: flex;
  align-items: center;
  border-left: 2px solid #fff;
  padding: 0 10px;
}
.header-widgets a {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
.header-widgets a .fs-cart-widget__count {
  position: absolute;
  top: 5px;
  left: 31px;
  font-size: 14px;
  font-weight: 300;
}
.header-widgets a:last-child {
  text-transform: uppercase;
}
.header-widgets a .icon {
  margin-right: 10px;
}

.site-footer {
  background: #36302d;
}

.footer-widgets {
  padding: 28px 0;
  border-bottom: 1px solid #463f3c;
}
.footer-widgets .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-widgets .container .footer-widget:nth-child(1) {
  flex-basis: 44%;
}
.footer-widgets .container .footer-widget:nth-child(1) ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-widgets .container .footer-widget:nth-child(1) ul li a {
  max-width: 272px;
  display: flex;
}
.footer-widgets .container .footer-widget:nth-child(3) {
  flex-basis: 30%;
}

.footer-widget__title {
  color: #f88512;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.footer-widget ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 322px;
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  display: block;
  margin: 10px 0;
}
.footer-widget ul li.menu-group {
  text-transform: uppercase;
}
.footer-widget ul li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  padding-right: 30px;
}

.footer-info {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
}
.footer-info a {
  color: #ffffff;
}
.footer-info .footer-developer a {
  color: #f88512;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer-info .footer-developer a .icon {
  margin-left: 10px;
}
.footer-info .footer-links {
  font-family: "Myriad Pro", sans-serif;
}
.footer-info .footer-links a {
  padding: 0 5px;
}
.footer-info .footer-links a:hover {
  text-decoration: none;
}
.footer-info .footer-pay {
  display: flex;
  align-items: center;
  font-family: "Myriad Pro", sans-serif;
}
.footer-info .footer-pay > * {
  margin: 0 5px;
}

.footer-before {
  background: #3b3432;
  padding: 28px 0;
  color: #fff;
}
.footer-before__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.footer-before__item a {
  color: #fff;
  text-decoration: none;
}
.footer-before__item p {
  margin: 0 0 0 10px;
  line-height: 33px;
}
.footer-before__item .figure {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background: #463f3c;
}
.footer-before .container {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, auto);
  grid-column-gap: 15px;
}

.scroll-block {
  background: url(assets/img/pre-footer.jpg) center center no-repeat;
  padding: 40px 0;
}
.scroll-block .nice-scroll {
  max-height: 420px;
  overflow: auto;
  color: #fff;
  padding-right: 50px;
  line-height: 30px;
}
.scroll-block .nice-scroll h1, .scroll-block .nice-scroll .h1 {
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}
.scroll-block .nice-scroll b {
  font-weight: 700;
}
.scroll-block .nice-scroll ol {
  margin: 0;
  padding: 0;
  counter-reset: ol;
}
.scroll-block .nice-scroll ol li {
  margin-bottom: 20px;
}
.scroll-block .nice-scroll ol li::before {
  counter-increment: ol;
  content: counter(ol);
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f88512;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.nicescroll-cursors {
  background-image: url(assets/img/scroll.png);
  left: 6px;
  background-repeat: no-repeat;
  background-size: cover;
}

.nicescroll-rails {
  width: 3px !important;
}

.section h2, .section .h2 {
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 22px;
  line-height: 1.2;
}

.product-slider {
  padding: 24px 0;
}
.product-slider .row .col {
  flex-basis: 20%;
  max-width: 20%;
}
.product-slider .slick-slide {
  padding: 0 15px;
  position: relative;
}
.product-slider .slick-list {
  margin: 0 -15px;
}
.product-slider__items {
  min-height: 430px;
}
.product-slider__item, .product-item {
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
  margin-bottom: 30px;
}
.product-slider__item:hover, .product-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.product-slider__item .prices, .product-item .prices {
  line-height: 1;
}
.product-slider__item .price-old, .product-item .price-old {
  color: #f88512;
  text-decoration: line-through;
  font-size: 14px;
}
.product-slider__item .price, .product-item .price {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.product-slider__item .add-to-cart, .product-item .add-to-cart {
  background-color: transparent;
  min-height: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e3e3;
  font-weight: 500;
  color: #339933;
  border-radius: 20px;
  padding: 0 12px;
  outline: none;
}
.product-slider__item .add-to-cart:hover, .product-item .add-to-cart:hover {
  background: #339933;
  cursor: pointer;
  color: #ffffff;
}
.product-slider__item .add-to-cart .icon, .product-item .add-to-cart .icon {
  margin-right: 10px;
}
.product-slider__item .bottom, .product-item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}
.product-slider__item .title, .product-item .title {
  color: #323232;
  font-size: 15px;
  text-decoration: none;
  line-height: 20px;
  margin-bottom: 6px;
  display: block;
  margin-top: 9px;
  min-height: 40px;
}
.product-slider__item .sku, .product-item .sku {
  font-size: 12px;
  color: #a3a3a3;
}
.product-slider__item .figure, .product-item .figure {
  margin: 0;
  padding: 0;
  display: block;
}
.product-slider__item .figure img, .product-item .figure img {
  max-width: 100%;
  height: 235px;
  object-fit: cover;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.section-product-categories {
  padding-top: 40px;
}

.product-list-block .row {
  height: 450px;
}

.product-item__wrapper {
  height: 397px;
  position: relative;
  margin-bottom: 30px;
}

.product-item {
  max-width: 100%;
  background-color: #ffffff;
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-item.product-no-stock .figure img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.product-item .hidden-attributes {
  display: none;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
}
.product-item .hidden-attributes > li {
  margin-bottom: 10px;
}
.product-item .hidden-attributes > li .first {
  font-weight: 700;
  color: #318a31;
}
.product-item:hover {
  transform: scale(1.05);
  position: absolute;
  z-index: 2;
}
.product-item:hover .product-item__meta {
  padding: 5px 8px 20px 8px;
}
.product-item:hover .title {
  color: #339933;
  font-weight: 700;
}
.product-item:hover .hidden-attributes {
  display: block;
}

.fs-label {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background: url(assets/img/sale.png);
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.fs-label.fs-on-novelty {
  display: none;
}
.fs-label.fs-on-bestseller {
  display: none;
}

.product-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product-category {
  flex-basis: 195px;
  margin-bottom: 20px;
}
.product-category:hover .figure {
  transform: scale(1.05) rotateY(360deg);
}
.product-category:hover .figure .img-wrapper {
  box-shadow: 0px -5px #f88512;
  background-color: #ebebeb;
}
.product-category:hover .title {
  color: #f88512;
  font-size: 16px;
  font-weight: 700;
}
.product-category .title {
  font-size: 15px;
  font-weight: 500;
  color: #323232;
  text-decoration: none;
  padding: 12px 0;
  position: relative;
  top: -17px;
  display: block;
  text-align: center;
  line-height: 18px;
  background-color: #fafafa;
}
.product-category .figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.product-category .figure img {
  position: absolute;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.product-category .img-wrapper {
  width: 157px;
  height: 157px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fafafa;
  box-shadow: 0px 0px #f88512;
  transition: all 0.3s ease-in 0.1s;
  background-image: linear-gradient(180deg, #e2e2e2, transparent);
}

.main-top {
  display: flex;
  justify-content: space-between;
}
.main-top__right {
  flex-basis: calc(100% - 372px);
  overflow: hidden;
}

.categories-vertical {
  flex-basis: 345px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  color: #323232;
  min-height: 547px;
}
.categories-vertical__title {
  font-size: 24px;
  font-weight: 500;
  background-color: #339933;
  color: #ffffff;
  line-height: 1.25em;
  text-align: center;
  padding: 10px 26px;
}

.categories-menu {
  position: relative;
  z-index: 99999;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.categories-menu .menu-item {
  position: relative;
  padding: 8px 10px;
  line-height: 1;
  transition: box-shadow 0.5s;
  border-left: 3px solid transparent;
}
.categories-menu .menu-item a {
  color: #323232;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.categories-menu .menu-item a img {
  margin-right: 10px;
}
.categories-menu .menu-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15), inset 3px 0 0 0 rgba(248, 133, 18, 0.004);
  border-left: 3px solid #f88512;
}
.categories-menu .menu-item:hover a {
  color: #323232;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.categories-menu .menu-item.has-child:hover {
  background: url("assets/img/arrow-menu.png") no-repeat calc(100% - 10px) center;
}
.categories-menu .sub-menu {
  position: absolute;
  width: 100%;
  left: 100%;
  background: #ffffff;
  z-index: 9;
  display: none;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.main-slider .slick-dots > li {
  display: inline-flex;
  margin: 0 4px;
}
.main-slider .slick-dots > li.slick-active button {
  background-color: #f88512;
  width: 23px;
  border-radius: 23px;
  border: 2px solid #fff;
}
.main-slider .slick-dots > li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  outline: none;
  cursor: pointer;
  border: none;
  transition: all 0.5s ease-in;
}
.main-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: calc(50% - 25px);
  position: absolute;
  z-index: 9999;
  opacity: 0.8;
}
.main-slider .slick-arrow:hover {
  opacity: 1;
}
.main-slider .slick-arrow.slick-prev {
  left: 20px;
}
.main-slider .slick-arrow.slick-next {
  right: 20px;
}
.main-slider__subtitle {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}
.main-slider__title {
  font-size: 55px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}
.main-slider__picture {
  display: block;
  width: 100%;
}
.main-slider__picture img {
  width: 100%;
}
.main-slider__item {
  min-height: 446px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.main-info {
  display: flex;
  justify-content: space-between;
  background-image: url(assets/img/main-info.png);
  min-height: 60px;
  align-items: center;
  background-size: cover;
  margin: 20px 0;
  padding: 0 20px;
  border: 1px solid #f98512;
  border-radius: 7px;
}
.main-info__l {
  font-size: 20px;
  font-weight: 500;
  color: #f98512;
}
.main-info__r a {
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.main-info__r a:hover .icon {
  right: -5px;
}
.main-info__r a .icon {
  transition: all 0.8s ease-in;
  margin-left: 10px;
  position: relative;
}

.breadcrumbs {
  font-size: 14px;
  margin: 20px 0;
}
.breadcrumbs > span {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs > span:last-child:after {
  display: none;
}
.breadcrumbs > span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #888888;
  margin: 0 10px;
}
.breadcrumbs a {
  color: #888888;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.product-main {
  background-color: #ffffff;
  padding: 30px 0 0 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.product-main__zoom {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}
.product-main__sale {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(assets/img/sale.png) center center no-repeat;
  background-size: cover;
  width: 68px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.product-main__slider {
  flex-basis: 500px;
  max-width: 500px;
  position: relative;
}
.product-main__slider .lSSlideOuter li img {
  width: 100%;
  height: auto;
}
.product-main__left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-main .product-advantages {
  flex-basis: 216px;
  border-left: 6px solid #f5f5f5;
}
.product-main__row {
  display: flex;
  justify-content: space-between;
}
.product-main h1 {
  margin-top: 0;
}

.product-advantages {
  text-align: center;
  padding: 0 32px;
  line-height: 20px;
}
.product-advantages__title {
  font-weight: 500;
  margin-bottom: 25px;
}
.product-advantages__item {
  margin-bottom: 10px;
}
.product-advantages__item p {
  font-size: 15px;
  margin-top: 5px;
}

.product-meta {
  flex: 1;
  padding: 0 56px 30px 30px;
}
.product-meta .buy-click {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-meta .buy-click__big {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.product-meta .buy-click__big .icon {
  margin-right: 10px;
}
.product-meta .buy-click__sm {
  color: #318a31;
  font-size: 14px;
}
.product-meta__bottom {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}
.product-meta__bottom p {
  margin-bottom: 0;
}
.product-meta__bottom form {
  position: relative;
  max-width: 300px;
}
.product-meta__bottom form .ajax-loader {
  position: absolute;
  bottom: 12px;
  right: 17px;
  background-image: url(assets/img/preloader.svg);
  background-size: cover;
  background-color: #318a31;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.product-meta__bottom form .wpcf7-response-output {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.product-meta__bottom form .wpcf7-not-valid {
  border: 2px solid #ff3131;
}
.product-meta__bottom form .wpcf7-not-valid-tip {
  display: none;
}
.product-meta__bottom .btn {
  min-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  min-width: 250px;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
}
.product-meta__bottom [name=your-name] {
  background: url(assets/img/user.svg) 19px center no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.product-meta__bottom .wpcf7-tel {
  background: url(assets/img/input-tel.png) 19px center no-repeat;
}
.product-meta__bottom .wpcf7-text {
  height: 50px;
  width: 100%;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  background-color: #fafafa;
  padding: 0 20px 0 46px;
  margin-bottom: 16px;
}
.product-meta__bottom .wpcf7-text::placeholder {
  color: #a3a3a3;
}
.product-meta__quantity {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 18px;
}
.product-meta__quantity .fs-qty-wrap {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 8px;
  margin-top: 15px;
}
.product-meta__quantity .fs-qty-wrap input {
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  width: 34px;
}
.product-meta__quantity .fs-qty-wrap .fs-minus, .product-meta__quantity .fs-qty-wrap .fs-pluss {
  position: relative;
  width: 44px;
  height: 44px;
  font-size: 24px;
  font-weight: 500;
  color: #8f8f8f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  bottom: auto;
  background: none;
  outline: none;
  right: auto;
  left: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product-meta__quantity .fs-qty-wrap .fs-minus:hover, .product-meta__quantity .fs-qty-wrap .fs-pluss:hover {
  cursor: pointer;
  background: #318a31;
  color: #ffffff;
}
.product-meta__quantity .fs-qty-wrap .fs-pluss {
  top: auto;
}
.product-meta__quantity [data-action=add-to-cart] {
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 1;
}
.product-meta__quantity [data-action=add-to-cart] .icon {
  margin-right: 10px;
}
.product-meta__quantity:before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  width: 100%;
  -webkit-border-radius: 0 45px 45px 0;
  -moz-border-radius: 0 45px 45px 0;
  border-radius: 0 45px 45px 0;
}
.product-meta__prices {
  background: url(assets/img/quantity.png) 0 0 no-repeat;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  padding: 16px;
  position: relative;
  flex-basis: 219px;
}
.product-meta__prices .fs-base-price {
  font-size: 18px;
  color: #ffffff;
  text-decoration: line-through;
  margin-bottom: -8px;
  margin-top: 16px;
}
.product-meta__prices .fs-price {
  color: #ffffff;
  font-size: 33px;
  font-weight: 500;
  margin-top: 17px;
}
.product-meta .fs-atts-list {
  padding: 8px 0;
  margin: 0;
  list-style: none;
}
.product-meta .fs-atts-list > li {
  margin: 10px 0;
  padding-left: 20px;
  background: url(assets/img/atts-list.png) left center no-repeat;
}
.product-meta__availability .icon {
  margin-right: 10px;
}
.product-meta__availability > * {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.product-meta__availability .available {
  color: #318a31;
}
.product-meta__availability .not-available {
  color: #e11b16;
}
.product-meta__top {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 18px;
}
.product-meta__top .fs-sku {
  color: #898989;
}
.product-meta__top > * {
  margin-right: 36px;
}

.product-features {
  padding: 0;
  margin: 25px 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.product-features > li {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  margin-right: 20px;
}
.product-features > li:last-child {
  margin-right: 0;
}
.product-features > li:hover {
  background-color: #318a31;
}
.product-features > li:hover span {
  display: flex;
}
.product-features > li span {
  display: none;
  position: absolute;
  top: 62px;
  background: #f5f5f5;
  font-size: 14px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 4px 8px;
}
.product-features > li span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 9px 9.5px;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  left: calc(50% - 9.5px);
  bottom: 100%;
}

.type-page .entry-content b, .type-page .entry-content strong {
  font-weight: 500;
}
.type-page .entry-content .vacancy-list__item {
  background: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.type-page .entry-content .vacancy-list__item p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.type-page .entry-content .vacancy-list__item .title {
  color: #f21313;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.type-page .entry-content .vacancy-list__item img {
  margin-right: 6px;
}
.type-page .entry-content .phone-list {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
  font-size: 24px;
  font-weight: 500;
}
.type-page .entry-content .phone-list li {
  background: none;
  padding: 0;
  margin-right: 35px;
  margin-bottom: 0;
}
.type-page .entry-content .phone-list li img {
  margin-right: 6px;
}
.type-page .entry-content .phone-list li a {
  text-decoration: none;
  color: #323232;
}

.ul-style, .type-post ul, .fs-product-tabs .tab-content ul, .type-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.ul-style li, .type-post ul li, .fs-product-tabs .tab-content ul li, .type-page ul li {
  display: block;
  padding-left: 23px;
  background: url(assets/img/list.png) left 7px no-repeat;
  margin-bottom: 16px;
}
.ol-style, .type-post ol, .fs-product-tabs .tab-content ol, .type-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  counter-reset: list;
}
.ol-style li, .type-post ol li, .fs-product-tabs .tab-content ol li, .type-page ol li {
  display: block;
  margin-bottom: 16px;
  counter-increment: list;
}
.ol-style li:before, .type-post ol li:before, .fs-product-tabs .tab-content ol li:before, .type-page ol li:before {
  content: counter(list) ".";
  margin-right: 10px;
  color: #339933;
}
.fs-product-tabs {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 20px 0 50px;
}
.fs-product-tabs .tab-pane:not(.active) {
  display: none;
}
.fs-product-tabs .tab-content {
  padding: 30px;
}
.fs-product-tabs .tab-content p {
  line-height: 30px;
  margin-bottom: 1em;
}
.fs-product-tabs .tab-content h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}
.fs-product-tabs .nav-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 6px solid #f5f5f5;
  justify-content: space-between;
}
.fs-product-tabs .nav-tabs > li {
  flex-basis: 33.3333333333%;
  text-align: center;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-product-tabs .nav-tabs > li:nth-child(1) .nav-link:before {
  content: "";
  width: 30px;
  height: 36px;
  background: url(assets/img/icon-description.png) 0 0 no-repeat;
  margin-right: 15px;
}
.fs-product-tabs .nav-tabs > li:nth-child(1) .nav-link.active:before {
  background: url(assets/img/icon-description-active.png) 0 0 no-repeat;
}
.fs-product-tabs .nav-tabs > li:nth-child(2) .nav-link:before {
  content: "";
  width: 30px;
  height: 26px;
  background: url(assets/img/icon-pay.png) 0 0 no-repeat;
  margin-right: 15px;
}
.fs-product-tabs .nav-tabs > li:nth-child(2) .nav-link.active:before {
  background: url(assets/img/icon-pay-active.png) 0 0 no-repeat;
}
.fs-product-tabs .nav-tabs > li:nth-child(3) .nav-link:before {
  content: "";
  width: 30px;
  height: 26px;
  background: url(assets/img/icon-reviews.png) 0 0 no-repeat;
  margin-right: 15px;
}
.fs-product-tabs .nav-tabs > li:nth-child(3) .nav-link.active:before {
  background: url(assets/img/icon-reviews-active.png) 0 0 no-repeat;
}
.fs-product-tabs .nav-tabs > li:last-child .nav-link {
  border: none;
}
.fs-product-tabs .nav-tabs > li .nav-link {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #333333;
  height: 56px;
  border-right: 2px solid #f5f5f5;
  display: inline-flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: center;
  line-height: 1;
  position: relative;
  outline: none;
}
.fs-product-tabs .nav-tabs > li .nav-link:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: #f88512;
  position: absolute;
  bottom: -15px;
  left: 0;
  transition: all 0.3s ease-in;
}
.fs-product-tabs .nav-tabs > li .nav-link.active {
  color: #f88512;
}
.fs-product-tabs .nav-tabs > li .nav-link.active:after {
  width: 100%;
}

.last-viewed {
  margin-bottom: 97px;
  margin-top: 64px;
  min-height: 488px;
}

.archive-products {
  flex: 1;
}
.archive-products .page-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 28px;
  justify-content: space-between;
}
.archive-products .page-header .found-products {
  font-size: 18px;
  font-weight: 500;
  color: #898989;
}
.archive-products .page-title {
  margin: 0;
  line-height: 1.2;
}

.archive-row {
  display: flex;
  flex-wrap: wrap;
}

.archive-side {
  flex-basis: 252px;
  max-width: 252px;
  margin-right: 30px;
}
.archive-side .widget {
  background-color: #ffffff;
}
.archive-side .widget .widget-content {
  padding: 12px;
}
.archive-side .widget.widget_fs_price_widget .slider-before {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
  font-weight: 500;
  margin-top: 5px;
}
.archive-side .widget.widget_fs_price_widget .slider-before > span {
  margin: 0 3px;
}
.archive-side .widget.widget_fs_price_widget .ui-widget-content {
  border: 0;
  background: #f88512;
  margin-right: 5px;
  margin-left: 11px;
}
.archive-side .widget.widget_fs_price_widget .ui-widget-header {
  border: 0;
  background: #f5f5f5;
}
.archive-side .widget.widget_fs_price_widget .ui-slider-horizontal {
  height: 4px;
}
.archive-side .widget.widget_fs_price_widget .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background: #9a9a9a;
  border: 0;
  outline: none;
}
.archive-side .widget.widget_fs_price_widget .price--inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.archive-side .widget.widget_fs_price_widget .price--inputs .line {
  width: 12px;
  height: 3px;
  background: #dbdbdb;
}
.archive-side .widget.widget_fs_price_widget .price--inputs .before {
  position: absolute;
  z-index: 2;
  color: #a3a3a3;
  font-size: 14px;
  left: 10px;
  top: calc(50% - 6px);
}
.archive-side .widget.widget_fs_price_widget .price--inputs > span {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}
.archive-side .widget.widget_fs_price_widget input {
  width: 100px;
  height: 45px;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  border-radius: 22.5px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: right;
  padding-right: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #fafafa;
  outline: none;
}
.archive-side .widget.widget_fs_price_widget .slider, .archive-side .widget.widget_fs_price_widget .widget-content {
  padding: 12px;
}
.archive-side .widget.widget_fs_price_widget .widget-title:before {
  content: "";
  background: url(assets/img/widget-price.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  display: inline-flex;
  margin-right: 10px;
}
.archive-side .widget.widget_fs_category_widget .widget-content {
  padding: 0;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.archive-side .widget.widget_fs_category_widget .widget-title:before {
  content: "";
  background: url(assets/img/widget-category.png) 0 0 no-repeat;
  width: 25px;
  height: 24px;
  display: inline-flex;
  margin-right: 10px;
}
.archive-side .widget .widget-title {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #339933;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 15px 15px;
}

@media (min-width: 1426px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1396px;
  }
}
.archive-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.archive-pagination.align-left {
  justify-content: flex-start;
}
.archive-pagination a {
  cursor: pointer;
}
.archive-pagination .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  margin: 0 5px;
  color: #717171;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}
.archive-pagination .page-numbers.current, .archive-pagination .page-numbers:hover {
  color: #f88512;
  border-color: #f88512;
}

.archive-filters {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 55px;
  align-items: center;
  margin-bottom: 11px;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.archive-filters__paging a {
  height: 31px;
  display: inline-flex;
  background-color: #f5f5f5;
  text-decoration: none;
  align-items: center;
  color: #898989;
  font-size: 13px;
  font-weight: 500;
  padding: 0 9px;
  margin: 0 3px;
}
.archive-filters__paging a.active {
  background-color: #f88512;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.archive-filters__ordering {
  display: flex;
  align-items: center;
}
.archive-filters__link {
  display: flex;
}
.archive-filters__link a {
  color: #898989;
  text-decoration: none;
  margin-right: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.archive-filters__link a .icon {
  margin-right: 8px;
}
.archive-filters__link a.active {
  color: #f88512;
}
.archive-filters__label {
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
}

.filters-selected {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
.filters-selected__item {
  margin-right: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #242424;
}
.filters-selected__item button {
  background: #fff;
  border: 1px solid #f1f1ef;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.filters-selected__item button:hover {
  cursor: pointer;
}
.about-advantage p {
  margin-top: 0;
  font-size: 14px;
}
.about-advantage .kt-blocks-info-box-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}

.page-template-default .entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.page-template-default .entry-content h2, .page-template-default .entry-content .h2 {
  font-size: 33px;
  color: #333333;
  font-weight: 500;
}
.page-template-default .entry-content h3, .page-template-default .entry-content .h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
.page-template-default .entry-content h4, .page-template-default .entry-content .h4 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin-top: 0;
}

.section-white {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.about-categories .categories-vertical {
  box-shadow: none;
}
.about-categories .categories-vertical ul {
  border: 1px solid #f0f0f0;
  border-top-width: 0px;
}

.aside-blog .widget {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-radius: 5px;
}
.aside-blog .widget-title {
  text-align: center;
  color: #308830;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  padding: 24px 10px 0px 10px;
}
.aside-blog .widget-content {
  font-size: 14px;
  text-align: center;
  padding: 14px 20px 10px 20px;
  line-height: 1.7142857143em;
}
.aside-blog .widget-content div.wpcf7 .ajax-loader {
  position: absolute;
  right: 29px;
  top: 20px;
  background-image: url(assets/img/preloader.svg);
  background-size: 16px 16px;
}
.aside-blog .widget-content .wpcf7-submit {
  text-transform: uppercase;
  border-radius: 27.5px;
  width: 100%;
}
.aside-blog .widget-content .wpcf7-email {
  background-image: url(assets/icon/mail.png);
}
.aside-blog .widget-content .wpcf7-text {
  height: 50px;
  max-width: 100%;
  border-radius: 25px;
  background-color: #fafafa;
  font-size: 14px;
  padding: 0 47px;
  background-position: 17px center;
  background-repeat: no-repeat;
}
.aside-blog .widget-content .wpcf7-text::placeholder {
  color: #a3a3a3;
}
.aside-blog .widget-content p {
  margin-top: 0;
  position: relative;
}

.wpcf7 .ajax-loader {
  background-image: url(assets/img/preloader.svg);
  background-size: 16px 16px;
}

.type-post .entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type-post .entry-meta .posted-on {
  color: #8c8c8c;
}
.type-post .wp-block-image {
  margin-bottom: 1.6em;
}
.type-post .icon {
  margin-right: 10px;
}
.type-post p {
  line-height: 30px;
  margin-bottom: 1em;
}
.type-post .post-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}
.type-post .post-link a {
  color: #f88512;
  margin-left: 10px;
  text-decoration: none;
}
.type-post .post-link a:hover {
  text-decoration: underline;
}
.type-post h1 {
  margin-top: 0;
  margin-bottom: 1em;
}
.type-post h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 9px;
}

.list-posts .page-title, .list-services .page-title {
  margin-top: 0;
}
.list-posts .hentry, .list-services .hentry {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.list-posts .hentry .post-meta, .list-services .hentry .post-meta {
  color: #8c8c8c;
}
.list-posts .hentry .post-link, .list-services .hentry .post-link {
  color: #f88512;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.list-posts .hentry .post-link .icon, .list-services .hentry .post-link .icon {
  margin-left: 10px;
}
.list-posts .hentry .post-title, .list-services .hentry .post-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  line-height: 1.375em;
  margin: 3px 0 0 0;
  display: block;
}
.list-posts .hentry .post-title:hover, .list-services .hentry .post-title:hover {
  color: #f88512;
}
.list-posts .hentry .post-thumbnail, .list-services .hentry .post-thumbnail {
  flex-basis: 345px;
  margin: 0;
  padding: 0;
  display: flex;
}
.list-posts .hentry .post-thumbnail:hover, .list-services .hentry .post-thumbnail:hover {
  opacity: 0.8;
}
.list-posts .hentry .post-thumbnail img, .list-services .hentry .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-posts .hentry .post-content, .list-services .hentry .post-content {
  flex: 1 0 0;
  padding: 22px 32px;
}
.list-posts .hentry .post-content p, .list-services .hentry .post-content p {
  margin-top: 10px;
}

.list-services .hentry .post-thumbnail {
  flex-basis: 430px;
}
.list-services .hentry .post-title {
  text-transform: uppercase;
  margin-bottom: 19px;
}
.list-services .hentry .post-info {
  color: #318a31;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333em;
  margin-bottom: 30px;
}
.list-services .hentry .post-contact {
  display: flex;
  align-items: center;
}
.list-services .hentry .post-contact__phones {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.list-services .hentry .post-contact__phones > span {
  margin-right: 28px;
}
.list-services .hentry .post-contact__title {
  font-size: 18px;
  font-weight: 500;
}
.list-services .hentry .post-contact__text {
  margin-left: 50px;
}

.payment-info .kt-blocks-info-box-title {
  color: #333333;
  text-transform: uppercase;
}
.payment-info .kt-blocks-info-box-text br {
  content: "";
  display: block;
  margin: 0.7rem 0;
}

.product-list-block .load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.product-list-block .load-more .btn {
  min-width: 340px;
}
.product-list-block .load-more .btn .icon {
  margin-right: 15px;
}
.product-list-block .block-title {
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 26px;
  line-height: 1.2;
}
.product-list-block .col {
  max-width: 20%;
  flex-basis: 20%;
}

.list-portfolios .page-title {
  margin-top: 0;
}
.list-portfolios .type-portfolio.hentry {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.list-portfolios .type-portfolio.hentry:hover {
  border: 4px solid #000;
}
.list-portfolios .type-portfolio.hentry:hover .entry-content img {
  transform: scale(1.3);
}
.list-portfolios .type-portfolio.hentry:hover:before {
  height: 29%;
  background: #000;
  opacity: 0.7;
}
.list-portfolios .type-portfolio.hentry:before {
  content: "";
  background-image: -moz-linear-gradient(90deg, #1d1813 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #1d1813 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #1d1813 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  transition: all 0.8s;
  z-index: 2;
}
.list-portfolios .type-portfolio.hentry .portfolio-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.list-portfolios .type-portfolio.hentry .entry-footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 18px;
  z-index: 3;
}
.list-portfolios .type-portfolio.hentry .entry-footer .more {
  display: flex;
  align-items: center;
  color: #f88512;
  text-decoration: none;
}
.list-portfolios .type-portfolio.hentry .entry-footer .more .icon {
  margin-left: 10px;
}
.list-portfolios .type-portfolio.hentry .entry-content {
  margin: 0;
  overflow: hidden;
}
.list-portfolios .type-portfolio.hentry .entry-content img {
  width: 100%;
  height: auto;
  display: block;
  transition: 20s;
}

.single-portfolio .entry-title {
  margin-top: 0;
}

.portfolio-item {
  display: block;
  margin-bottom: 30px;
}
.portfolio-item img {
  display: block;
  object-fit: cover;
  height: 370px;
}

.checkout-wrapper {
  background-color: #ffffff;
  padding: 32px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.checkout-wrapper .f-ordering {
  margin-left: -32px;
  margin-right: -32px;
  padding: 0 32px;
  background: #fafafa;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px;
}
.checkout-wrapper .f-ordering__errors {
  color: red;
  background: #ffe7e7;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ffd6d6;
}
.checkout-wrapper .f-ordering p {
  font-size: 14px;
}
.checkout-wrapper .f-ordering__input {
  height: 50px;
  border-radius: 25px;
  padding-left: 48px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #595959;
  outline: none;
  flex-basis: 30%;
}
.checkout-wrapper .f-ordering__input::placeholder {
  font-size: 14px;
}
.checkout-wrapper .f-ordering__name {
  background-image: url(assets/img/input-user.png);
  background-repeat: no-repeat;
  background-position: 18px center;
}
.checkout-wrapper .f-ordering__tel {
  background-image: url(/wp-content/themes/ecoveles/assets/icon/phone-gray.png);
  background-repeat: no-repeat;
  background-position: 18px center;
}
.checkout-wrapper .f-ordering__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkout-wrapper .f-ordering .btn {
  min-height: 50px;
  border-radius: 25px;
  flex-basis: 30%;
}
.checkout-wrapper .f-ordering__title {
  font-size: 20px;
  font-weight: 500;
  color: #318a31;
  margin-bottom: 15px;
}
.checkout-wrapper .checkout-top {
  background-color: #fafafa;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 27.7px;
}
.checkout-wrapper .checkout-top .btn {
  flex-basis: 50%;
}
.checkout-wrapper .checkout-top .btn .icon {
  margin-right: 10px;
}
.checkout-wrapper .checkout-title {
  margin-top: 0;
}

label.fs-form-label {
  font-weight: 500;
  margin-left: 18px;
  margin-bottom: 3px;
  display: block;
}
label.fs-form-label i {
  color: #f51010;
  font-style: normal;
}

.checkout-group {
  margin-bottom: 30px;
}
.checkout-group .fs-custom-checkbox {
  position: fixed;
  left: -99999999999px;
  visibility: hidden;
}
.checkout-group .fs-custom-checkbox:checked + label:before {
  background: url(/wp-content/themes/ecoveles/assets/icon/check.png) center no-repeat;
}
.checkout-group .fs-custom-checkbox + label {
  display: flex;
  padding-left: 44px;
  font-size: 12px;
  cursor: pointer;
}
.checkout-group .fs-custom-checkbox + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #308830;
  display: flex;
  position: absolute;
  left: 0;
  top: 3px;
}
.checkout-group__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.checkout-group__title .icon {
  margin-right: 14px;
}
.checkout-group .form-group {
  margin-bottom: 15px;
  position: relative;
}
.checkout-group .form-control {
  height: 50px;
  border-radius: 25px;
  width: 100%;
  padding: 20px;
  outline: none;
  font-size: 14px;
}

.fs-delivery-methods-wrap .radio, .fs-payment-methods-wrap .radio {
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  display: block;
}
.fs-delivery-methods-wrap .radio .fs-field__description, .fs-payment-methods-wrap .radio .fs-field__description {
  font-size: 14px;
  line-height: 18px;
}
.fs-delivery-methods-wrap .radio .fs-field__info, .fs-payment-methods-wrap .radio .fs-field__info {
  flex-basis: 382px;
  cursor: pointer;
}
.fs-delivery-methods-wrap .radio .fs-field__info .fs-field__title, .fs-payment-methods-wrap .radio .fs-field__info .fs-field__title {
  font-size: 18px;
  font-weight: 500;
}
.fs-delivery-methods-wrap .radio:hover, .fs-payment-methods-wrap .radio:hover {
  cursor: pointer;
}
.fs-delivery-methods-wrap .radio.active label:after, .fs-payment-methods-wrap .radio.active label:after {
  opacity: 1;
}
.fs-delivery-methods-wrap .radio.active label:before, .fs-payment-methods-wrap .radio.active label:before {
  border: 3px solid #f88512;
}
.fs-delivery-methods-wrap .radio input, .fs-payment-methods-wrap .radio input {
  position: fixed;
  left: -9999999px;
}
.fs-delivery-methods-wrap .radio label, .fs-payment-methods-wrap .radio label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px;
  position: relative;
}
.fs-delivery-methods-wrap .radio label img, .fs-payment-methods-wrap .radio label img {
  margin-right: 20px;
  flex-basis: 60px;
  cursor: pointer;
}
.fs-delivery-methods-wrap .radio label:after, .fs-payment-methods-wrap .radio label:after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #f88512;
  position: absolute;
  border-radius: 50%;
  left: 38px;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.fs-delivery-methods-wrap .radio label:before, .fs-payment-methods-wrap .radio label:before {
  content: "";
  display: flex;
  width: 33px;
  height: 33px;
  border: 3px solid #8f8f8f;
  border-radius: 50%;
  flex-basis: 33px;
  margin-right: 25px;
  min-width: 33px;
  cursor: pointer;
  transition: all 0.5s;
}

.checkout-title {
  display: flex;
  margin-bottom: 16px;
  margin-top: 0;
}
.checkout-title .cart-count {
  font-weight: 500;
  font-size: 33px;
  color: #318a31;
  margin-left: 20px;
}

.fs-cart-listing .table-responsive tr:last-child td {
  border-bottom: 0;
}
.fs-cart-listing .table-responsive td {
  padding: 10px;
  border-bottom: 2px solid #dbdbdb;
}
.fs-cart-listing .table-responsive td .btn {
  display: flex;
  min-width: 35px;
  border-radius: 100%;
  padding: 0;
  line-height: 1;
  min-height: 35px;
  background: #f88512;
  border: 0;
}
.fs-cart-listing .table-responsive td .fs-cost-wrap {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fs-cart-listing .table-responsive td .fs-cost-wrap .fs-cost {
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
.fs-cart-listing .table-responsive td .fs-cost-wrap .fs-cost-pre {
  color: #8f8f8f;
}
.fs-cart-listing .table-responsive td .fs-qty-wrap {
  display: flex;
  align-items: center;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  padding: 0 18px;
  border: 1px solid #dbdbdb;
  width: 142px;
  margin: 0 auto;
}
.fs-cart-listing .table-responsive td .fs-qty-wrap input {
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  width: 60px;
}
.fs-cart-listing .table-responsive td .fs-qty-wrap .fs-minus, .fs-cart-listing .table-responsive td .fs-qty-wrap .fs-pluss {
  outline: none;
  height: 20px;
  padding: 0;
  margin: 0;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fs-cart-listing .table-responsive td .info .fs-price {
  font-size: 18px;
  font-weight: 500;
}
.fs-cart-listing .table-responsive td .info .fs-sku {
  color: #a3a3a3;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.fs-cart-listing .table-responsive td .info .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-decoration: none;
  line-height: 24px;
  margin-bottom: 10px;
}
.fs-cart-listing .table-responsive td:first-child {
  padding-left: 0;
  width: 141px;
}
.fs-cart-listing .table-responsive td:first-child img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
}

.fs-checkout-sumary {
  background: #ededed;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
.fs-checkout-sumary .fs-checkout-total {
  padding: 30px;
  border-top: 2px solid #dbdbdb;
  width: 100%;
  text-align: center;
}
.fs-checkout-sumary .fs-checkout-total__info {
  font-weight: 500;
  line-height: 30px;
}
.fs-checkout-sumary .fs-checkout-total__big {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fs-checkout-sumary .fs-checkout-total .term {
  font-size: 14px;
}
.fs-checkout-sumary .fs-checkout-total .term a {
  color: #333333;
}
.fs-checkout-sumary .fs-checkout-total .fs-order-send {
  height: 60px;
  background: #f88512;
  border: 1px solid #f88512;
  color: #ffffff;
  padding: 0 40px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 22px 0;
}
.fs-checkout-sumary .table {
  width: 100%;
  max-width: 100%;
}
.fs-checkout-sumary .table tr:last-child td {
  font-weight: 500;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: inherit;
}
.fs-checkout-sumary .table td {
  padding: 5px 30px;
  font-weight: 500;
  border: 0;
  font-size: 16px;
}

.last-viewed .row .col {
  flex-basis: 20%;
  max-width: 20%;
}

.about-categories .categories-vertical ul li {
  background: none;
}

#authUser, #modalRegister {
  padding-bottom: 66px;
}

.remodal {
  padding: 20px;
  border-radius: 5px;
}
.remodal .remodal-close {
  left: auto;
  right: 0;
}
.remodal .remodal-close:before {
  font-size: 28px;
}
.remodal .remodal-content .wpcf7 form:not(.sent) .wpcf7-response-output {
  display: none !important;
}
.remodal .remodal-content .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #318a31;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.remodal .remodal-content .modal-title {
  font-size: 24px;
  font-weight: 500;
  color: #308830;
  margin-bottom: 22px;
  line-height: 1.25em;
}
.remodal .remodal-content .modal-title + p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.remodal .remodal-content form.fs-login-form .custom-checkbox, .remodal .remodal-content form.fs-register .custom-checkbox, .remodal .remodal-content form.fs-lostpassword .custom-checkbox {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.remodal .remodal-content form.fs-login-form .custom-checkbox [type=checkbox], .remodal .remodal-content form.fs-register .custom-checkbox [type=checkbox], .remodal .remodal-content form.fs-lostpassword .custom-checkbox [type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.remodal .remodal-content form.fs-login-form .custom-checkbox [type=checkbox]:checked + label::before, .remodal .remodal-content form.fs-register .custom-checkbox [type=checkbox]:checked + label::before, .remodal .remodal-content form.fs-lostpassword .custom-checkbox [type=checkbox]:checked + label::before {
  background: url(assets/img/custom-checkbox.png) center center no-repeat;
}
.remodal .remodal-content form.fs-login-form .custom-checkbox label.fs-custom-label, .remodal .remodal-content form.fs-register .custom-checkbox label.fs-custom-label, .remodal .remodal-content form.fs-lostpassword .custom-checkbox label.fs-custom-label {
  display: flex;
  align-items: center;
  text-align: left;
}
.remodal .remodal-content form.fs-login-form .custom-checkbox label.fs-custom-label:before, .remodal .remodal-content form.fs-register .custom-checkbox label.fs-custom-label:before, .remodal .remodal-content form.fs-lostpassword .custom-checkbox label.fs-custom-label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #308830;
  display: flex;
  min-width: 20px;
  margin-right: 15px;
}
.remodal .remodal-content form.fs-login-form .error, .remodal .remodal-content form.fs-register .error, .remodal .remodal-content form.fs-lostpassword .error {
  color: red;
  font-size: 13px;
}
.remodal .remodal-content form.fs-login-form .fs-login-bottom, .remodal .remodal-content form.fs-register .fs-login-bottom, .remodal .remodal-content form.fs-lostpassword .fs-login-bottom {
  background: #f8f8f8;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  align-items: center;
  bottom: 0;
}
.remodal .remodal-content form.fs-login-form .fs-login-bottom a, .remodal .remodal-content form.fs-register .fs-login-bottom a, .remodal .remodal-content form.fs-lostpassword .fs-login-bottom a {
  font-size: 12px;
  font-weight: 300;
  color: #212121;
  text-decoration-style: dotted;
  display: flex;
  align-items: center;
}
.remodal .remodal-content form.fs-login-form .fs-login-bottom a:last-child, .remodal .remodal-content form.fs-register .fs-login-bottom a:last-child, .remodal .remodal-content form.fs-lostpassword .fs-login-bottom a:last-child {
  color: #318a31;
}
.remodal .remodal-content form.fs-login-form .fs-login-bottom a:hover, .remodal .remodal-content form.fs-register .fs-login-bottom a:hover, .remodal .remodal-content form.fs-lostpassword .fs-login-bottom a:hover {
  text-decoration: none;
}
.remodal .remodal-content form.fs-login-form .fs-login-bottom a .icon, .remodal .remodal-content form.fs-register .fs-login-bottom a .icon, .remodal .remodal-content form.fs-lostpassword .fs-login-bottom a .icon {
  margin-right: 6px;
}
.remodal .remodal-content form.fs-login-form .btn, .remodal .remodal-content form.fs-register .btn, .remodal .remodal-content form.fs-lostpassword .btn {
  text-transform: uppercase;
}
.remodal .remodal-content form .form-group {
  margin-bottom: 10px;
}
.remodal .remodal-content form .wpcf7-not-valid-tip {
  font-size: 13px;
  display: block;
  margin: 4px 0 0;
}
.remodal .remodal-content form .btn {
  width: 100%;
  margin-top: 10px;
}
.remodal .remodal-content form p {
  margin: 10px 0;
}
.remodal .remodal-content form input:not([type=checkbox]) {
  max-width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  padding: 0 46px;
  font-size: 14px;
  outline: none;
  width: 100%;
}
.remodal .remodal-content form input:not([type=checkbox]).input-tel {
  background: #fafafa url(assets/img/input-tel.png) 16px center no-repeat;
}
.remodal .remodal-content form input:not([type=checkbox]).input-name {
  background: #fafafa url(assets/img/input-user.png) 16px center no-repeat;
}
.remodal .remodal-content form input:not([type=checkbox]).input-password {
  background: #fafafa url(assets/img/input-password.png) 16px center no-repeat;
}
.remodal .remodal-content form input:not([type=checkbox]).input-email {
  background: #fafafa url(assets/img/input-email.png) 16px center no-repeat;
}
.remodal .remodal-content form input:not([type=checkbox])::placeholder {
  color: #a3a3a3;
}

.page-template-default .entry-title {
  margin-top: 0;
  line-height: 1;
}

.search-results-wrapper .col .product-item {
  width: 100%;
}

.fs-category-filter .level-2 img {
  display: none;
}
.fs-category-filter > li {
  border-bottom: 1px solid #dbdbdb;
}
.fs-category-filter > li > a.level-1-link {
  cursor: pointer;
  font-weight: 500;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  line-height: 18px;
  min-height: 50px;
  text-decoration: none;
  color: #323232;
}
.fs-category-filter > li > a.level-1-link:hover, .fs-category-filter > li > a.level-1-link.active {
  color: #339933;
}
.fs-category-filter > li > a.level-1-link.active {
  background: #fafafa;
}
.fs-category-filter > li > a.level-1-link.active + ul {
  display: block;
}
.fs-category-filter > li > a.level-1-link img {
  margin-right: 10px;
  max-width: 24px;
  height: auto;
}
.fs-category-filter > li > ul {
  display: none;
}
.fs-category-filter > li > ul li {
  border: none;
}
.fs-category-filter > li > ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
  min-height: 0;
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: none;
}
.fs-category-filter > li > ul li a.active {
  color: #f88512;
  font-weight: 700;
}
.fs-category-filter > li > ul li a.active:before {
  background: #f88512;
  box-shadow: 0 0 7px #f88512;
  border: 1px solid #fff;
}
.fs-category-filter > li > ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
}

.advantages__item {
  background: #ffffff;
  padding: 15px;
  box-shadow: -3.536px 3.536px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-radius: 5px;
}
.advantages__title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #000000;
}
.advantages p {
  margin: 0;
  color: #656565;
  line-height: 24px;
}

.archive .load-more {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
.archive .load-more .btn {
  width: 343px;
}
.archive .load-more .btn .icon {
  margin-right: 10px;
}

.primary-menu {
  flex: 1 0 0;
  display: flex;
  justify-content: space-between;
  padding: 0 28px;
  list-style: none;
  margin: 0;
  font-size: 17px;
}
.primary-menu li a {
  text-decoration: none;
  color: #ffffff;
}

.footer-pay .icon {
  min-width: 50px;
}

.fs-dashboard .table {
  text-align: left;
}
.fs-dashboard .table tr th,
.fs-dashboard .table tr td {
  padding: 11px 20px;
  line-height: 1;
}
.fs-dashboard .table tr th {
  font-size: 18px;
  font-weight: 500;
  width: 299px;
}
.fs-dashboard .table tr:nth-child(odd) th {
  background: #f7f7f7;
}
.fs-dashboard .table tr:nth-child(odd) td {
  background: #f7f7f7;
}
.fs-dashboard__user {
  font-size: 33px;
  font-weight: 500;
}
.fs-dashboard__before {
  flex-basis: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs-dashboard__right {
  display: flex;
  align-items: center;
}
.fs-dashboard__logout {
  color: #f88512;
  text-decoration: none;
  font-weight: 500;
  margin-left: 35px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.fs-dashboard__logout .icon {
  margin-left: 12px;
}
.fs-dashboard__sale {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #e20e1e;
}
.fs-dashboard__sale .icon {
  margin-right: 10px;
}

.page-template-default .entry-content .fs-dashboard {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border-radius: 5px;
  align-items: flex-start;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}
.page-template-default .entry-content .fs-dashboard .tab-title {
  margin-top: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 28px;
}
.page-template-default .entry-content .fs-dashboard .nav-tabs {
  flex-basis: 270px;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  border-radius: 5px;
}
.page-template-default .entry-content .fs-dashboard .nav-tabs .nav-title {
  font-size: 20px;
  font-weight: 500;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #318a31;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
.page-template-default .entry-content .fs-dashboard .nav-tabs .nav-item {
  color: #333333;
  text-decoration: none;
  padding: 21px 12px;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.page-template-default .entry-content .fs-dashboard .nav-tabs .nav-item:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.page-template-default .entry-content .fs-dashboard .nav-tabs .nav-item.active {
  color: #f88512;
  font-weight: 700;
}
.page-template-default .entry-content .fs-dashboard .nav-tabs .nav-item.active:before {
  border: 1px solid #fff;
  background: #f88512;
  box-shadow: 0 0 7px 0 #f88612;
}
.page-template-default .entry-content .fs-dashboard .nav-tabs .nav-item:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  display: block;
  border-radius: 50%;
  margin-right: 14px;
  min-width: 8px;
  transition: all 0.5s;
}
.page-template-default .entry-content .fs-dashboard .tab-content {
  flex: 1 0 0;
  padding: 0;
}
.page-template-default .entry-content .fs-dashboard .tab-content .reset-password {
  max-width: 824px;
  margin-bottom: 30px;
}
.page-template-default .entry-content .fs-dashboard .tab-content .reset-password .form-control {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  padding: 0 24px 0 48px;
  width: 100%;
}
.page-template-default .entry-content .fs-dashboard .tab-content .reset-password .form-control::placeholder {
  color: #a3a3a3;
}
.page-template-default .entry-content .fs-dashboard .tab-content .btn {
  text-transform: uppercase;
  padding: 0 35px;
}
.page-template-default .entry-content .fs-dashboard .tab-content .fs-field-wrap .icon-edit {
  margin-right: 11px;
  cursor: pointer;
}
.page-template-default .entry-content .fs-dashboard .tab-content input {
  font-size: 18px;
  color: #333333;
  width: calc(100% - 30px);
  outline: none;
}
.page-template-default .entry-content .fs-dashboard .tab-content input.input-password {
  background: #fafafa url(assets/img/input-password.png) 16px center no-repeat;
}
.page-template-default .entry-content .fs-dashboard .tab-content input[readonly] {
  border: 0;
  background-color: transparent;
}
.page-template-default .entry-content .fs-dashboard .tab-content .tab-pane:not(.active) {
  display: none;
}

.order-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #ffffff;
  box-shadow: -1.389px 7.878px 15px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  border-radius: 5px;
  align-items: center;
}
.order-item__cost {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.order-item__count {
  color: #8f8f8f;
  line-height: 1;
}
.order-item__prices .fs-price {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.order-item__prices .fs-base-price {
  color: #f88512;
  margin-left: 18px;
}
.order-item__sku {
  font-size: 14px;
  color: #a3a3a3;
  margin-bottom: 15px;
}
.order-item__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333333;
  text-decoration: none;
  display: block;
}
.order-item__title:hover {
  color: #f88512;
}
.order-item__meta {
  flex: 1 0 0;
}
.order-item figure {
  margin: 0 20px 0 0;
  width: 120px;
  flex-basis: 120px;
}
.order-item figure img {
  border-radius: 5px;
}

.fs-dashboard-order {
  border-radius: 5px;
}
.fs-dashboard-order:not(.active) {
  border: 1px solid #dbdbdb;
}
.fs-dashboard-order:not(.active) .fs-dashboard-order__header {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fs-dashboard-order.active {
  padding: 2px;
  background: #f5f5f5;
}
.fs-dashboard-order__hide {
  border: none;
  padding: 15px;
  margin-top: 0;
}
.fs-dashboard-order .collapse {
  display: none;
}
.fs-dashboard-order__header {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 13px 18px;
  align-items: center;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.fs-dashboard-order__header .collapse-trigger {
  color: #f88512;
  text-decoration-style: dotted;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.fs-dashboard-order__header .collapse-trigger.active .icon {
  transform: rotate(180deg);
}
.fs-dashboard-order__header .collapse-trigger .icon {
  margin-left: 10px;
}
.fs-dashboard-order__header span {
  font-weight: 500;
}
.fs-dashboard-order__header .title {
  font-weight: 500;
}

.order-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.order-summary__delivery-cost, .order-summary__total {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.order-summary__delivery-cost > span, .order-summary__total > span {
  font-size: 24px;
  margin-left: 20px;
}
.order-summary__left {
  flex-basis: 435px;
}
.order-summary__right {
  flex: 1 0 0;
  text-align: right;
}
.order-summary__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.order-summary__desc {
  font-size: 14px;
}

#modalThanks .modal-title {
  margin-top: 10px;
}
#modalThanks p {
  margin: 15px 0;
}
#modalThanks .btn {
  text-transform: uppercase;
  width: 100%;
}

.product-delivery__text {
  font-size: 14px;
}
.product-delivery__meta {
  flex: 1 0 0;
  margin-left: 18px;
}
.product-delivery__item {
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  padding: 19px 18px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  min-height: 160px;
}
.product-delivery__item.more {
  background: #fafafa;
  border-color: #fafafa;
  padding: 0 66px;
}
.product-delivery__item.more .product-delivery__meta {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  padding-right: 20px;
}
.product-delivery__item.more .product-delivery__meta:hover {
  text-decoration: none;
}
.product-delivery__item figure {
  margin: 0;
  padding: 0;
  flex-basis: 80px;
}
.product-delivery__title-block {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.product-delivery__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fs-comments .comment-respond .fs-rating {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.fs-comments .comment-respond .fs-rating .rating-before {
  margin-right: 10px;
}
.fs-comments .comment-respond .fs-rating .star-rating {
  line-height: 1;
  text-align: center;
  font-size: 18px;
}
.fs-comments .comment-respond p {
  margin: 10px 0;
}
.fs-comments .comment-respond .comment-notes {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.fs-comments .comment-respond .btn {
  width: 100%;
  min-height: 50px;
  border-radius: 25px;
  line-height: 1;
  padding: 0 20px;
}
.fs-comments .comment-respond [name=comment] {
  border-radius: 25px;
  background: #fafafa;
  padding: 12px 18px;
  font-size: 14px;
}
.fs-comments .comment-respond [name=comment]:focus {
  outline: none;
}
.fs-comments .comment-respond [name=comment]::placeholder {
  color: #a3a3a3;
}
.fs-comments .comment-respond .comment-reply-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
.fs-comments .comment-respond input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #dbdbdb;
  padding: 0 46px;
  font-size: 14px;
}
.fs-comments .comment-respond input:not([type=submit]):not([type=checkbox])[name=author] {
  background: #fafafa url(/wp-content/themes/ecoveles/assets/img/input-user.png) 18px center no-repeat;
}
.fs-comments .comment-respond input:not([type=submit]):not([type=checkbox])[name=email] {
  background: #fafafa url(/wp-content/themes/ecoveles/assets/img/input-email.png) 18px center no-repeat;
}
.fs-comments .comment-respond input:not([type=submit]):not([type=checkbox]):focus {
  outline: none;
}
.fs-comments .comment-respond input:not([type=submit]):not([type=checkbox])::placeholder {
  color: #a3a3a3;
}
.fs-comments__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.fs-comments__form {
  flex-basis: 406px;
  background: #ededed;
  padding: 30px;
  margin-left: 30px;
}
.fs-comments__area {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ededed;
  align-items: flex-start;
}
.fs-comments__area .comments-title {
  display: none;
}
.fs-comments__area .fs-comments__list {
  flex: 1 0 0;
  padding: 30px 0;
}
.fs-comments__area .fs-comments__list .reply {
  display: none;
}
.fs-comments__area .fs-comments__list .comment {
  margin-bottom: 35px;
}
.fs-comments__area .fs-comments__list .comment .comment {
  margin-top: 30px;
  margin-left: 20px;
}
.fs-comments__area .fs-comments__list .comment .comment-meta {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
.fs-comments__area .fs-comments__list .comment .comment-meta a {
  color: #333333;
  text-decoration: none;
  display: inline-flex;
}
.fs-comments__area .fs-comments__list .comment .comment-meta .comment-metadata {
  display: flex;
  border-left: 2px solid #898989;
  line-height: 15px;
  padding-left: 20px;
  margin-left: 20px;
}
.fs-comments__area .fs-comments__list .comment .comment-meta .comment-metadata a {
  display: block;
  color: #898989;
  margin-right: 20px;
}
.fs-comments__area .fs-comments__list .comment .comment-meta .comment-author {
  font-size: 22px;
  line-height: 15px;
}
.fs-comments__area .fs-comments__list .comment .comment-meta .comment-author .avatar {
  display: none;
}
.fs-comments__area .fs-comments__list .comment .comment-meta .comment-author a {
  color: #333333;
}
.fs-comments__area .fs-comments__list .comment-content {
  background: #ededed;
  padding: 25px 30px;
  border-radius: 0 10px 10px 10px;
  position: relative;
  line-height: 28px;
  color: #333333;
}
.fs-comments__area .fs-comments__list .comment-content p {
  margin: 0;
}
.fs-comments__area .fs-comments__list .comment-content:before {
  content: "";
  width: 50px;
  height: 25px;
  display: block;
  background: url("/wp-content/themes/ecoveles/assets/img/comment.png");
  position: absolute;
  bottom: 100%;
  left: 0;
}

.fs-rating .star-rating .fa-star.active {
  color: #f88512;
}

.fs-rating .star-rating .fa-star {
  color: #f88512;
}

.fs-cart-listing .nice-scroll-2 {
  max-height: 450px;
  overflow: auto;
  padding-right: 46px;
  margin-bottom: 33px;
}

.page-id-37 .nicescroll-cursors {
  background-image: url(assets/img/scroll-checkout.png);
}

.type-page .icon-list {
  list-style: none;
}
.type-page .icon-list__item {
  display: flex;
  padding-left: 0;
  background: none;
  align-items: flex-start;
  margin-bottom: 30px;
}
.type-page .icon-list__item img {
  flex-basis: 80px;
  margin-right: 20px;
}
.type-page .icon-list__content {
  flex: 1 0 0;
}
.type-page .icon-list__content .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.type-page .icon-list__content p {
  font-weight: 400;
  font-size: 16px;
}

.comment-buttons {
  margin-top: 15px;
  color: #898989;
  display: flex;
  justify-content: space-between;
}
.comment-buttons .comment-like {
  background: #dcdcdc;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px;
}
.comment-buttons .comment-like .icon {
  cursor: pointer;
}
.comment-buttons .comment-like__count {
  margin-left: 10px;
  color: #339933;
  font-weight: 500;
}

.comment-rating {
  display: flex;
  align-items: center;
}
.comment-rating__stars {
  margin-left: 10px;
  font-size: 13px;
}
.comment-rating__stars .star-rating {
  color: #f88512;
}
.comment-rating__stars .star-rating > * {
  margin: 0 2px;
}

.social-profile {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.social-profile > li {
  padding: 0 5px;
}
.social-profile > li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.social-profile > li a i {
  font-size: 24px;
  margin-right: 8px;
}
.social-profile > li a:hover {
  color: #f88512;
}

.tax-catalog .section-product-categories .product-category {
  margin-bottom: 0;
}
.tax-catalog .section-product-categories {
  padding-top: 0;
}

.footer-widget ul li.menu-group a {
  color: #f88512;
}

.fs-comment-wrap {
  margin-bottom: 30px;
}
.fs-comment-wrap textarea {
  height: 100px;
  border-radius: 20px;
  padding: 15px;
}
.fs-comment-wrap textarea:focus {
  outline: none;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: 120px;
  object-fit: cover;
}

@media only screen and (min-width: 641px) {
  .remodal.modal-sm {
    max-width: 305px;
  }
}
@media (max-width: 1426px) and (min-width: 1200px) {
  .checkout-wrapper .f-ordering__input {
    max-width: 158px;
  }

  .product-delivery__item {
    min-height: 210px;
  }

  .advantages__item {
    height: 214px;
  }

  .product-slider .row .col {
    flex-basis: 25%;
    max-width: 25%;
  }
  .product-slider .row .col:nth-child(5) {
    display: none;
  }

  .list-services .hentry .post-thumbnail {
    flex-basis: 329px;
  }

  .last-viewed .row .col {
    flex-basis: 25%;
    max-width: 25%;
  }

  .product-meta__prices .fs-price {
    font-size: 28px;
  }

  .product-main .product-advantages {
    flex-basis: 194px;
    border-left: 6px solid #f5f5f5;
  }

  .product-meta .buy-click__big {
    font-size: 18px;
  }

  .product-meta {
    flex: 1 0 0;
    padding: 0 20px 20px 20px;
  }

  .product-main__slider {
    flex-basis: 340px;
    max-width: 340px;
    position: relative;
  }

  .product-meta__quantity:before {
    height: 74px;
  }

  .product-meta__prices {
    background: url(assets/img/quantity.png) 0 0 no-repeat;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    padding: 12px;
    position: relative;
    flex-basis: 180px;
    background-size: cover !important;
    background-position: right center;
  }

  .product-category {
    flex-basis: 185px;
    margin-bottom: 10px;
  }

  .categories-menu .menu-item {
    padding: 5px 10px;
  }

  .footer-info .footer-links {
    display: flex;
    flex-direction: column;
  }

  .footer-copy {
    flex-basis: 280px;
  }

  img.footer-before__logo {
    flex-basis: 192px;
    max-width: 192px;
  }

  .footer-before__item p {
    margin: 0 0 0 5px;
    line-height: 31px;
    font-size: 16px;
  }

  .catalog-nav a {
    font-size: 17px;
  }

  .main-top__right {
    flex: 1 0 0;
    margin-left: 20px;
  }

  .categories-vertical {
    flex-basis: 235px;
  }

  .custom-logo-link {
    max-width: 227px;
  }

  .searchform {
    width: 186px;
  }

  .primary-menu {
    padding: 0 10px;
  }

  .catalog-nav {
    flex-basis: 235px;
  }

  .header-widgets {
    padding: 0 0px;
  }

  .product-slider__items .product-item {
    width: 100%;
  }

  .archive-products .col-xl-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
/* lg-размер (<=1199px) */
@media (max-width: 1199px) {
  .checkout-wrapper .f-ordering .btn {
    flex-basis: 100%;
  }

  .checkout-wrapper .f-ordering__input {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .advantages__item {
    height: 237px;
  }

  .product-slider .row .col {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  .list-services .hentry .post-thumbnail {
    flex-basis: 280px;
  }

  .list-services .hentry .post-contact__phones {
    display: flex;
    flex-direction: column;
  }

  h1 {
    font-size: 30px;
  }

  .last-viewed .row .col {
    flex-basis: 25%;
    max-width: 25%;
  }

  .product-advantages__item {
    max-width: 148px;
  }

  .product-main {
    padding: 20px;
  }

  .product-advantages__title {
    display: none;
  }

  .product-meta {
    flex: 1;
    padding: 0 20px 30px 20px;
  }

  .product-main__slider {
    flex-basis: 328px;
    max-width: 328px;
    position: relative;
  }

  .product-main .product-advantages {
    flex-basis: 100%;
    border-left: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 89px;
  }

  .product-main__row {
    flex-direction: column;
  }

  .archive-filters__paging {
    display: flex;
    width: 100%;
    margin: 8px 0 0px 0;
  }

  .archive-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
  }

  .scroll-block .nice-scroll h1, .scroll-block .nice-scroll .h1 {
    font-size: 28px;
  }

  .product-slider__item .price, .product-item .price {
    font-size: 17px;
    font-weight: 500;
  }

  .section h2, .section .h2 {
    font-size: 28px;
  }

  .product-item .figure img {
    height: 186px;
  }

  .header-contacts__schedule {
    display: none;
  }

  .product-category .img-wrapper {
    width: 146px;
    height: 146px;
  }

  .nav-menu > li {
    padding: 0 8px;
  }

  .catalog-nav {
    flex-basis: 158px;
  }

  .catalog-nav a {
    font-size: 16px;
    line-height: 1;
  }

  .header-widgets a {
    padding: 0 8px;
  }

  .header-widgets a .icon {
    margin-right: 0;
  }

  .header-widgets__text {
    display: none;
  }

  .header-contacts {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
  }

  .header-contacts__phone {
    display: flex;
    flex-direction: column;
  }

  .searchform {
    width: 174px;
  }

  .custom-logo-link {
    max-width: 180px;
  }

  .main-top__right {
    flex-basis: 100%;
    overflow: hidden;
  }

  .categories-vertical {
    display: none;
  }

  .product-category {
    flex-basis: 186px;
  }

  .footer-info .footer-links {
    display: flex;
    flex-direction: column;
  }

  .footer-widget__title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .footer-widget ul li {
    margin: 6px 0;
  }

  .footer-widgets .container .footer-widget:nth-child(3) {
    flex-basis: 16%;
  }
  .footer-widgets .container .footer-widget:nth-child(3) ul {
    max-height: 100%;
  }

  img.footer-before__logo {
    max-width: 150px;
  }

  .footer-before__item {
    max-width: 227px;
  }
  .footer-before__item .figure {
    width: 38px;
    height: 38px;
  }
  .footer-before__item p {
    margin: 0 0 0 10px;
    line-height: 28px;
    font-size: 14px;
  }
}
.iziToast-message .fs-atc-buttons .btn {
  min-height: 38px;
  padding: 0 12px;
  width: 100%;
  margin-right: 6px;
}
.iziToast-message .fs-atc-buttons .btn.btn-danger {
  background: #f88512;
  color: #ffffff;
}
.iziToast-message .fs-atc-buttons .btn.btn-primary {
  background: #339933;
  color: #ffffff;
}

.error-404 {
  padding: 90px 0;
  text-align: center;
}

#modalLangSwitch .modal-title {
  color: #323232;
  margin-top: 25px;
}
#modalLangSwitch .remodal-footer {
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-gap: 10px;
}

/* md-размер (<=991px) */
@media (max-width: 991px) {
  .gmpMapDetailsContainer, .gmp_MapPreview {
    height: 340px !important;
  }

  .footer-widgets .container {
    display: flex;
    flex-direction: column;
  }

  .footer-before .container {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(1, auto);
    gap: 15px;
  }

  .product-item__wrapper {
    height: auto;
  }

  .iziToast-message .fs-atc-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .iziToast-message .fs-atc-buttons .btn {
    margin: 5px 0;
  }

  .product-item:hover {
    position: relative;
    left: auto;
    top: auto;
    z-index: 999;
    padding: 10px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.06);
    transform: none;
  }
  .product-item:hover .title {
    color: #323232;
    font-weight: 400;
  }
  .product-item:hover .product-item__meta {
    padding: 0;
  }

  .social-profile {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 9px 0;
  }

  .fs-checkout-sumary .fs-checkout-total {
    padding: 15px;
  }

  .page-template-default .entry-content .fs-checkout-sumary .fs-checkout-total__info {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .fs-comment-wrap textarea {
    border-radius: 0;
  }

  .fs-delivery-methods-wrap .radio label:before, .fs-payment-methods-wrap .radio label:before {
    margin-right: 12px;
  }

  .fs-delivery-methods-wrap .radio label:after, .fs-payment-methods-wrap .radio label:after {
    left: 20px;
  }

  .checkout-title .cart-count {
    font-size: 17px;
    margin-left: 8px;
  }

  .page-template-default .entry-content .checkout-title {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    margin-bottom: 6px;
    margin-top: 33px;
  }

  .fs-delivery-methods-wrap .radio, .fs-payment-methods-wrap .radio {
    border-radius: 0;
  }

  .fs-delivery-methods-wrap .radio label, .fs-payment-methods-wrap .radio label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    position: relative;
    line-height: 1;
    font-size: 14px;
  }

  label.fs-form-label {
    font-size: 14px;
  }

  .checkout-wrapper .f-ordering__title {
    text-align: center;
  }

  .page-template-default .entry-content .checkout-wrapper .checkout-title {
    margin-top: 21px;
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: block;
    margin-bottom: 29px;
  }

  .checkout-wrapper {
    padding: 12px;
  }

  .checkout-group__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .fs-checkout-sumary .table td {
    padding: 3px 12px;
    font-weight: 500;
    border: 0;
    font-size: 16px;
  }

  .fs-checkout-sumary .fs-checkout-total__big {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
  }

  .fs-checkout-sumary .fs-checkout-total .fs-order-send {
    height: 52px;
    padding: 0 18px;
    border-radius: 26px;
    font-size: 15px;
    width: 100%;
  }

  table.table.table-condensed.checkout-items {
    min-width: 650px;
  }

  .checkout-wrapper .checkout-top {
    height: auto;
  }

  .checkout-wrapper .checkout-top .btn:last-child {
    background: #f88512;
    color: #fff;
    margin-top: 15px;
    display: flex;
  }

  .checkout-wrapper .checkout-top .btn {
    flex-basis: 100%;
    width: 100%;
  }

  .checkout-wrapper .checkout-top {
    flex-direction: column;
  }

  .advantages__item {
    height: auto;
  }

  .footer-widget ul li {
    margin: 15px 0;
  }

  .product-slider .row .col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .footer-widget ul, .footer-widgets .container .footer-widget:nth-child(1) ul {
    display: none;
  }

  .list-services .hentry .post-contact {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .list-services .hentry .post-contact__text {
    margin-left: 0;
    margin-top: 23px;
  }

  .list-services .hentry .post-thumbnail {
    flex-basis: 100%;
  }

  .last-viewed .row .col {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  .fs-product-tabs .nav-tabs > li .nav-link {
    font-size: 18px;
    font-weight: 400;
  }

  .product-main__slider {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
  }

  .searchform {
    width: 100%;
    margin-bottom: 20px;
  }

  .catalog-nav {
    flex-basis: auto;
    background-color: transparent;
  }

  .primary-menu {
    display: none;
  }

  .custom-logo-link {
    max-width: 100%;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 22px 0;
  }

  .footer-widgets .container .footer-widget:nth-child(1) {
    flex-basis: 100%;
    margin-bottom: 0;
  }

  .footer-info {
    flex-direction: column;
    padding: 14px 0;
  }
  .footer-info > * {
    margin: 5px 0;
  }

  .archive-side {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
/* sm-размер (<=768px) */
@media (max-width: 767px) {
  .footer-pay {
    flex-direction: column;
  }

  .footer-pay .icon {
    margin: 5px 0;
  }

  .fs-product-tabs .nav-tabs > li .nav-link:after {
    bottom: -2px;
  }

  .fs-product-tabs .nav-tabs {
    flex-direction: column;
  }

  .product-meta__bottom .wpcf7-text {
    padding: 0 228px 0 46px;
  }

  .product-meta__bottom .btn {
    min-width: 209px;
  }

  .product-meta .buy-click {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .lang-switcher {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .header-main .btn {
    display: none;
  }

  .product-meta__quantity [data-action=add-to-cart] {
    margin: 0 0 0 15px;
  }

  .product-meta__quantity .fs-qty-wrap {
    margin: 10px 3px 10px 16px;
  }

  .product-meta__prices {
    flex-basis: 499px;
  }

  .product-meta__quantity:before {
    height: 100%;
    border-radius: 5px;
  }

  .product-meta__quantity {
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .product-main .product-advantages {
    display: none;
  }

  .last-viewed .row .col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .archive-products .page-header {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  h1, .h1 {
    font-size: 28px;
  }

  .archive-filters__link a {
    font-size: 0;
  }

  .product-category .img-wrapper {
    width: 131px;
    height: 131px;
  }

  .product-category .figure img {
    max-width: 117px;
    object-fit: contain;
  }

  .product-slider {
    padding: 6px 0;
  }

  .section h2, .section .h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .scroll-block .nice-scroll h2, .scroll-block .nice-scroll .h2 {
    text-align: center;
    font-size: 20px;
  }

  .main-slider {
    margin-top: 20px;
  }

  .main-info {
    background-image: url(/wp-content/themes/ecoveles/assets/img/main-info-sm.png);
    display: grid;
    grid-template-columns: 1fr 32px;
    padding: 0 15px;
  }
  .main-info__rtext {
    display: none;
  }
  .main-info__l {
    line-height: 1.2;
    font-size: 18px;
  }

  .header-contacts {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5em;
    flex-basis: 100%;
    margin: 0 0 15px;
  }

  .scroll-block .nice-scroll {
    max-height: 310px;
    padding-right: 32px;
    line-height: 24px;
  }
}
/* xs-размер (<=575px) */
@media (max-width: 575px) {
  .product-slider .row .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .last-viewed {
    margin-bottom: 10px;
    margin-top: 46px;
  }

  .footer-widgets {
    padding: 28px 0 9px;
  }

  .product-meta__quantity .fs-qty-wrap {
    margin: 15px;
    width: 100%;
    justify-content: space-around;
  }

  .product-meta__quantity [data-action=add-to-cart] {
    margin: 0 15px 15px 15px;
    width: 100%;
  }

  .product-meta__bottom .wpcf7-text {
    padding: 0 20px 0 53px;
  }

  .product-meta__bottom .btn {
    min-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    right: 0;
    top: 0;
    min-width: 250px;
    text-transform: uppercase;
    padding: 0;
    margin-top: 15px;
    width: 100%;
  }

  .product-meta__top {
    padding-bottom: 9px;
    flex-direction: column;
  }
  .product-meta__top > * {
    margin-right: 0;
  }

  .product-meta {
    flex: 1;
    padding: 0;
    width: 100%;
  }

  .product-meta__prices {
    flex-basis: 223px;
  }

  .product-features {
    display: none;
  }

  .last-viewed .row .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .header-contacts__phone a:first-child {
    margin-right: 0;
  }

  .custom-logo-link img {
    max-width: 232px;
  }

  .header-widgets {
    border-left: none;
  }

  .archive-pagination .page-numbers {
    margin-bottom: 10px;
  }

  .archive-pagination {
    margin-bottom: 36px;
    flex-wrap: wrap;
  }

  .archive .load-more .btn {
    width: 100%;
  }

  .product-item .figure img {
    height: 300px;
  }

  .lang-switcher {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .main-slider .slick-arrow {
    background: none;
  }

  .main-slider .slick-arrow.slick-prev {
    left: -7px;
  }

  .main-slider .slick-arrow.slick-next {
    right: -7px;
  }

  .main-slider__item {
    min-height: 260px;
    display: flex;
    align-items: center;
    line-height: 1;
    background-size: cover !important;
    background-position: -170px center !important;
  }

  .main-slider__subtitle {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .main-slider__title {
    font-size: 27px;
  }

  .footer-before .btn {
    width: 100%;
  }

  .product-category {
    flex-basis: 50%;
    margin-bottom: 0;
  }

  .footer-before__item {
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer-before .container {
    grid-template-columns: 1fr;
  }

  img.footer-before__logo {
    max-width: 82%;
    margin-bottom: 16px;
  }

  .footer-widgets .container .footer-widget {
    flex-basis: 100%;
    margin-bottom: 8px;
  }

  .footer-widgets .container .footer-widget:nth-child(1) {
    margin-bottom: 9px;
  }

  .footer-widget ul, .footer-widgets .container .footer-widget:nth-child(1) ul {
    max-height: 100%;
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
