@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
  float: left;
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2.15em;
  /* Make sure select elements fit in widgets. */
}

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

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1350px;
  }
}
.icon {
  display: inline-block;
}

body {
  font-family: "Core Sans N", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0c0c0c;
  letter-spacing: 0.025em;
}

.btn-primary {
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
  color: #ffffff;
}

.header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 1.805px 2.396px 7.6px 0.4px rgba(0, 0, 0, 0.18);
  min-height: 50px;
}
.header-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-top__bts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-top__bts .social-hidden {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-top__bts .social-hidden > li {
  display: flex;
}
.header-top__bts .social-hidden > li:hover > ul {
  display: flex;
}
.header-top__bts .social-hidden > li > ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  display: none;
  top: -4px;
  left: 100%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.header-top__bts .social-hidden > li > ul > li {
  margin-right: 10px;
}
.header-top__bts .social-hidden > li > ul > li:last-child {
  margin-right: 0;
}
.header-top__bts .social-hidden > li > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cbcbcb;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.header-top__bts .social-hidden > li > ul > li a:hover {
  background: #48ced8;
}
.header-top__bts > * {
  margin-right: 25px;
}
.header-top__bts > *:last-child {
  margin-right: 0;
}
.header-top__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.header-top__contacts .item {
  display: flex;
  align-items: center;
}
.header-top__contacts .item:first-child {
  margin-right: 50px;
}
.header-top__contacts .item .icon {
  margin-right: 10px;
}

.select {
  position: relative;
}
.select:hover {
  cursor: pointer;
}
.select__list {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  top: 100%;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.21);
  z-index: 2;
}
.select__list li {
  line-height: 1;
  padding: 10px 15px;
  transition: all 0.5s;
}
.select__list li:hover {
  cursor: pointer;
  background: #eeeeee;
}
.select__gap {
  position: relative;
  padding-right: 15px;
  background: #f5f5f5;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15.5px;
  line-height: 1;
}
.select__gap.on:after {
  transform: rotate(180deg);
}
.select__gap:after {
  content: "";
  background: url(../../images/icons/triangle.png) center no-repeat;
  margin-left: 8px;
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  right: 15.5px;
  top: 0;
  background-size: contain;
  transition: all 0.5s;
}

.header-top__bts .select {
  position: relative;
  max-width: 50px;
  margin-right: 30px;
  z-index: 2;
}
.header-top__bts .select:hover {
  cursor: pointer;
}
.header-top__bts .select__list {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  width: 48px;
  left: -3px;
  top: 100%;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.21);
}
.header-top__bts .select__list li {
  line-height: 1;
  padding: 10px 15px;
  transition: all 0.5s;
  font-weight: 500;
}
.header-top__bts .select__list li a {
  color: inherit;
}
.header-top__bts .select__list li a:hover {
  text-decoration: none;
}
.header-top__bts .select__list li:hover {
  cursor: pointer;
  background: #eeeeee;
}
.header-top__bts .select__gap {
  position: relative;
  background: #0c0c0c;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.header-top__bts .select__gap.on:after {
  transform: rotate(180deg);
}
.header-top__bts .select__gap:after {
  content: "";
  background: url(../../images/icons/triangle.png) center no-repeat;
  margin-left: 8px;
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  background-size: contain;
  transition: all 0.5s;
}

.header-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-main .container {
  padding: 46px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-main__bts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.header-main__bts a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}
.header-main__bts a:hover {
  color: #48ced8;
  text-decoration: none;
}
.header-main__bts a:hover figure {
  background: #ffffff;
  box-shadow: -2.298px -1.928px 6.37px 0.63px rgba(0, 0, 0, 0.21);
}
.header-main__bts a:last-child {
  margin-right: 0;
}
.header-main__bts figure {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 18px;
  transition: all 0.5s;
  margin-top: 0;
  position: relative;
}
.header-main__bts figure i.count {
  font-style: normal;
  position: absolute;
  top: -6px;
  right: -6px;
  background: #48ced8;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
}
.header-main__phones {
  display: flex;
  flex-direction: column;
}
.header-main__phones a {
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.header-main .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.header-main .search-form .search-field {
  border: 1px solid #e6e6e6;
  height: 48px;
  border-radius: 48px;
  width: 472px;
  max-width: 100%;
  padding: 0 40px 0 20px;
  outline: none;
}
.header-main .search-form .search-submit {
  padding: 0;
  width: 23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  border: 0;
  background-color: transparent;
  top: calc(50% - 12px);
}
.header-main .search-form .search-submit:hover {
  cursor: pointer;
}

.header-nav .nav-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.header-nav .nav-menu > li {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  gap: 12px;
}
.header-nav .nav-menu > li:hover .main-categories {
  display: flex;
}
.header-nav .nav-menu > li .main-categories {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  z-index: 9999;
  max-width: 307px;
  background: #fff;
}
.header-nav .nav-menu > li img {
  width: auto;
  height: 20px;
  display: block;
}
.header-nav .nav-menu > li:hover .hover-menu {
  display: flex;
}
.header-nav .nav-menu > li > a {
  font-size: 14px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 500;
  padding: 18px 0;
  display: flex;
  line-height: 1.2;
  transition: color 0.5s ease-in-out;
  position: relative;
  top: 2px;
}
.header-nav .nav-menu > li > a:hover {
  text-decoration: none;
  color: #48ced8;
}

.footer {
  padding: 50px 0 30px 0;
  position: relative;
  background: #f5f5f5;
}
.footer #scrollToTop {
  position: absolute;
  left: calc(50% - 27.5px);
  top: -27.5px;
  z-index: 2;
  background: #0c0c0c;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.footer #scrollToTop:hover {
  background: #48ced8;
  cursor: pointer;
}
.footer__contacts-item {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}
.footer__contacts-item span {
  max-width: 279px;
}
.footer__contacts-item figure {
  margin: 0;
  padding: 0;
  width: 12px;
  margin-right: 10px;
  margin-top: 5px;
}
.footer__widget-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}
.footer__widget-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__widget-content ul.column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.footer__widget-content ul li {
  display: block;
  flex-basis: 50%;
  position: relative;
}
.footer__widget-content ul li a {
  text-transform: uppercase;
  color: inherit;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  transition: left 0.3s;
}
.footer__widget-content ul li a:hover {
  position: relative;
  left: 10px;
  text-decoration: none;
  color: #48ced8;
}
.footer__logo {
  margin-bottom: 60px;
}
.footer__copywrite {
  font-size: 12px;
  color: #959595;
}
.footer__social {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer__social li {
  display: block;
  margin-right: 10px;
}
.footer__social li:last-child {
  margin-right: 0;
}
.footer__social li a {
  background: #cbcbcb;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.5s ease-in-out;
}
.footer__social li a:hover {
  background: #48ced8;
}

.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.section-gray {
  background: #f5f5f5;
}
.section-padding {
  padding: 60px 0;
}
.section-dark {
  color: #ffffff;
}
.section-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-content {
  letter-spacing: 0.025em;
  padding: 30px;
}
.section-content h3 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.section-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-content ul li {
  display: block;
  background-image: url(../../images/list.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 34px;
  min-height: 24px;
  margin-bottom: 15px;
}
.section .scroll-content {
  max-height: 384px;
  overflow: auto;
  padding-right: 50px;
}

.nicescroll-rails {
  width: 3px !important;
}
.nicescroll-rails .nicescroll-cursors {
  transform: translateX(3px);
}

.city-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 360px;
  width: 100%;
}
.city-list li {
  display: block;
  flex-basis: 33.3333333333px;
}
.city-list li a {
  color: inherit;
  font-weight: 300;
  padding: 0px 15px;
  border-radius: 24px;
  transition: all 0.3s;
  display: inline-block;
  line-height: 24px;
}
.city-list li a:hover {
  background: #fb6090;
  color: #ffffff;
  text-decoration: none;
}

.slick-arrow {
  background: #d9d9d9;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.5s;
  z-index: 2;
}
.slick-arrow:hover {
  background: #48ced8;
}
.slick-arrow.slick-prev {
  position: absolute;
  left: -18px;
  top: calc(50% - 18px);
}
.slick-arrow.slick-next {
  position: absolute;
  right: -18px;
  top: calc(50% - 18px);
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-arrow:focus {
  outline: none;
}

.site-partner {
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: center;
  opacity: 0.6;
}
.site-partner:hover {
  opacity: 1;
}

.advantage-item {
  text-align: center;
  max-width: 150px;
  margin: 0 auto 30px;
}
.advantage-item figure {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: #f5f5f5;
  border-radius: 50%;
}
.advantage-item p {
  font-weight: 650;
  text-transform: uppercase;
  font-size: 11px;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}
.custom-row .custom-col {
  flex-basis: 50%;
  max-width: 50%;
}

.section-reviews {
  min-height: 547px;
  position: relative;
  padding-left: 210px;
  padding-right: 30px;
}
.section-reviews .slick-slider {
  margin-bottom: 40px;
}
.section-reviews__btn {
  text-align: center;
}
.section-reviews__btn .btn {
  margin: 0 10px 0;
}

.review-slider {
  background: rgba(210, 210, 210, 0.08);
  padding: 30px 0;
  margin-bottom: 30px;
}
.review-slider__top {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-slider__top .date-time {
  font-weight: 900;
  font-size: 18px;
  color: #d7d7d7;
  text-align: right;
  line-height: 1;
}
.review-slider__top .date-time small {
  display: block;
  font-size: 10px;
  padding-right: 7px;
  margin-bottom: 2px;
}
.review-slider__top .badge {
  background: #fb6090;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0;
  color: #ffffff;
  line-height: 1;
  padding: 3px 4px;
}
.review-slider p {
  padding: 25px 50px 0;
}

.page-id-27 .review-slider p {
  padding: 25px 30px 0;
  text-align: center;
}

.product-tabs .slick-list {
  margin: 0 -17.5px;
}
.product-tabs .slick-slide {
  padding: 0 17.5px;
}
.product-tabs .nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.product-tabs .nav .nav-link {
  background: #f5f5f5;
  border-radius: 17px;
  margin: 0 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  color: inherit;
  letter-spacing: 0.075em;
  padding: 0.55rem 3rem;
  transition: all 0.5s;
}
.product-tabs .nav .nav-link.active {
  background: #48ced8;
  color: #ffffff;
}

.product-item {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  position: relative;
}
.product-item .fs-delete-wishlist-position {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  opacity: 0.8;
  transition: all 0.3s;
}
.product-item .fs-delete-wishlist-position:hover {
  opacity: 1;
}
.product-item .buy-click {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #48ced8;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 11px;
}
.product-item__rating .star-rating {
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
}
.product-item__rating .star-rating .fa {
  color: #d3d2d2;
  margin: 0 2px;
  font-size: 11px;
}
.product-item__rating .star-rating .fa:hover {
  cursor: pointer;
}
.product-item__rating .star-rating .fa.active {
  color: #48ced8;
}
.product-item__rating .icon {
  margin: 0 1.5px;
}
.product-item__title {
  display: block;
  text-align: center;
  color: inherit;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
}
.product-item__title:hover {
  text-decoration: none;
  color: #48ced8;
}
.product-item__prices {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1;
}
.product-item__prices .fs-price span, .product-item__prices .product-meta .fs-base-price span, .product-meta .product-item__prices .fs-base-price span {
  font-size: 14px;
}
.product-item__prices .fs-base-price {
  color: #acacac;
  position: relative;
}
.product-item__prices .fs-base-price:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  display: block;
  top: 14px;
}
.product-item__prices .fs-base-price span {
  font-size: 14px;
}
.product-item__prices > span {
  margin: 0 15px;
}
.product-item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
.product-item picture:hover .hover-btn {
  opacity: 1;
}
.product-item picture .hover-btn {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}
.product-item picture .hover-btn .add-to-cart,
.product-item picture .hover-btn .add-to-wishlist {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  padding: 0;
  box-shadow: -2.298px -1.928px 6.37px 0.63px rgba(0, 0, 0, 0.21);
}
.product-item picture .hover-btn__more {
  background: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 18px;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 30px;
  margin: 0 18px;
  box-shadow: -2.298px -1.928px 6.37px 0.63px rgba(0, 0, 0, 0.21);
}
.product-item picture img {
  width: auto;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.popular-category {
  display: flex;
}
.popular-category .overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.popular-category:hover .overlay {
  opacity: 1;
}
.popular-category__bd {
  position: absolute;
  top: 18px;
  left: 18px;
  transition: all 0.5s;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-left-width: 0;
}
.popular-category__bd span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: inherit;
  font-size: 16px;
  position: absolute;
  bottom: 7px;
  left: -12px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  height: calc(100% - 14px);
  /* width: 20px; */
  writing-mode: tb-rl;
  transform: rotate(180deg);
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 7.053px 9.708px 19.11px rgba(0, 0, 0, 0.26);
}
.popular-category__bd span:after {
  content: "";
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.55);
  left: 11px;
  top: -7px;
  position: absolute;
  display: block;
}
.popular-category__bd span:before {
  content: "";
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.55);
  left: 11px;
  bottom: -7px;
  position: absolute;
  display: block;
}
.popular-category picture {
  position: relative;
  display: flex;
}

.lbl {
  width: 44px;
  height: 44px;
  position: absolute;
  background: #48ced8;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  right: 10px;
  top: 10px;
  line-height: 1;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
}
.lbl-dark {
  background: #000000;
}
.lbl-danger {
  background: #fb6090;
}

.main-slider__text {
  position: relative;
  z-index: 2;
}
.main-slider__image {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
.main-slider__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.main-slider__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 430px;
}
.main-slider__text p {
  color: #7d7c7c;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 60px;
}

.main-slider {
  margin-bottom: 20px;
}
.main-slider .slick-slider {
  margin: 20px 0 0 0;
  width: 972px;
}
.main-slider .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 0;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 12px;
  list-style: none;
}
.main-slider .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  background: rgb(125, 124, 124);
}
.main-slider .slick-dots button {
  margin: 10px 0;
  padding: 0;
  line-height: 1;
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(125, 124, 124, 0.41);
}
.main-slider .slick-dots button:hover {
  cursor: pointer;
}
.main-slider .slick-dots button:focus {
  outline: none;
}

.product-meta__form .wpcf7-not-valid-tip {
  display: none;
}
.product-meta__form .wpcf7-validation-errors {
  background: rgba(251, 96, 144, 0.74);
  margin: 10px 0 0 0;
  border: 0;
  color: #ffffff;
  padding: 10px;
  line-height: 1.2;
}

.main-categories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 0px 0 0;
  padding: 9px 20px;
  width: 313px;
  box-shadow: 1px 6px 9px 0px rgba(0, 0, 0, 0.1);
  height: 430px;
  overflow-y: auto;
}
.main-categories li {
  flex-basis: 50%;
  display: flex;
}
.main-categories li a {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: all 0.5s;
}
.main-categories li a:hover {
  text-decoration: none;
  color: #48ced8;
}
.main-categories li a img {
  margin-right: 10px;
}

button {
  outline: none;
}
button:hover {
  cursor: pointer;
}

.page-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  left: 0.01em;
  margin-bottom: 35px;
}

.breadcrumbs {
  font-size: 10px;
  text-transform: uppercase;
  margin: 15px -10px;
}
.breadcrumbs > span {
  padding: 0 10px;
}
.breadcrumbs > span > a {
  color: inherit;
}
.breadcrumbs > span > a:hover {
  color: #48ced8;
}

#fs-product-slider-wrapper .lSSlideOuter .lSPager.lSGallery li {
  border-radius: 0 !important;
}
#fs-product-slider-wrapper .lSSlideOuter .lSPager.lSGallery li.active a {
  border: 1px solid #48ced8;
}
#fs-product-slider-wrapper .lSSlideOuter .lSPager.lSGallery li a {
  display: flex;
  align-items: center;
  height: 136px;
  border: 1px solid #e6e6e6;
}
#fs-product-slider-wrapper .lSSlideOuter .lSPager.lSGallery li a img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product_slider li a {
  display: flex;
  min-height: 594px;
  align-items: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e6e6;
}

.product-advantages .advantage-item p {
  font-size: 10px;
}
.product-advantages .advantage-item figure {
  width: 88px;
  height: 88px;
  margin-bottom: 10px;
}

div#fs-product-slider-wrapper {
  margin-bottom: 50px;
}

.product-meta {
  line-height: 1;
}
.product-meta .fs-rating .star-rating {
  line-height: 1;
  font-size: 13px;
}
.product-meta span.fs-sku {
  font-weight: 550;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.product-meta .btn-wishlist .icon {
  margin-right: 0;
}
.product-meta__availability {
  background: #f5f5f5;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 550;
  letter-spacing: 0.01em;
  border-radius: 20px;
}
.product-meta__availability .label {
  display: flex;
  align-items: center;
}
.product-meta__availability .in-stock:before {
  content: "";
  background: url(../../images/icons/checked.png) 0 0 no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
}
.product-meta__share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-meta__share-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 30px;
}
.product-meta__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-meta__icons .icon {
  margin-right: 25px;
}
.product-meta p {
  font-weight: 400;
  line-height: 22px;
}
.product-meta__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.product-meta__form {
  width: 100%;
  padding: 18px;
  background: #f5f5f5;
}
.product-meta__form input {
  width: 100%;
  height: 40px;
  border-radius: 19px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 350;
  color: #0c0c0c;
  border: 1px solid #a7a7a7;
}
.product-meta__form input::-moz-placeholder {
  color: #000000;
}
.product-meta__form input::placeholder {
  color: #000000;
}
.product-meta__form input:focus {
  outline: none;
}
.product-meta__form .btn {
  width: 100%;
  padding: 12px 15px;
  justify-content: center;
  border-radius: 38px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  height: 40px;
}
.product-meta .btn-lg {
  padding: 0 1rem;
  height: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 650;
  letter-spacing: 0.01em;
}
.product-meta span.lbl {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  border: 1px solid #000;
  border-radius: 11px;
  padding: 2.5px 20px;
  width: auto;
  position: relative;
  top: 0;
  background: none;
  color: inherit;
  border: 0;
  height: auto;
}
.product-meta .fs-rating .star-rating .fa-star.fa {
  font-size: 12px;
  color: #d3d2d2;
}
.product-meta .fs-rating .star-rating .fa-star.fa.active {
  color: #48ced8;
}
.product-meta .fs-price, .product-meta .fs-base-price {
  font-size: 30px;
  font-weight: 650;
  margin-right: 10px;
}
.product-meta .fs-price span, .product-meta .fs-base-price span {
  font-size: 16px;
}
.product-meta .fs-base-price {
  margin-right: 0;
  color: #acacac;
  position: relative;
}
.product-meta .fs-base-price:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 22px;
}
.product-meta__row {
  margin-bottom: 45px;
  flex-wrap: wrap;
  padding: 0 18px;
  gap: 20px;
}
.product-meta__row:last-child {
  margin-bottom: 0;
}
.product-meta__main {
  border: 1px solid #48ced8;
  padding-top: 30px;
}

.fs-qty-wrap input {
  height: 40px;
  position: relative;
  padding: 0;
  width: 82px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 550;
  color: #000000;
}
.fs-qty-wrap .fs-minus {
  bottom: 0;
  height: 100%;
  border-radius: 0;
  right: auto;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: 800;
  border-bottom-width: 0;
  transition: all 0.15s ease-in-out;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-qty-wrap .fs-minus:focus {
  outline: none;
}
.fs-qty-wrap .fs-minus:hover {
  background: transparent;
}
.fs-qty-wrap .fs-pluss {
  top: 0px;
  height: 100%;
  border-radius: 0;
  right: 4px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-top-width: 0;
  font-weight: 800;
  transition: all 0.15s ease-in-out;
}
.fs-qty-wrap .fs-pluss:focus {
  outline: none;
}
.fs-qty-wrap .fs-pluss:hover {
  background: transparent;
}

.fs-atts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-atts-list li {
  margin-bottom: 5px;
  display: flex;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.fs-atts-list li .first {
  flex-basis: 30%;
}
.fs-atts-list li .last {
  flex-basis: 70%;
}

.fs-product-tabs .tab-content {
  padding: 45px 0;
}
.fs-product-tabs .tab-content p {
  margin-bottom: 15px;
}
.fs-product-tabs #fs-product-tab-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.fs-product-tabs #fs-product-tab-description h2,
.fs-product-tabs #fs-product-tab-description .h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
.fs-product-tabs .nav-tabs {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  border: 0;
}
.fs-product-tabs .nav-tabs .nav-item {
  flex-basis: 33.33%;
}
.fs-product-tabs .nav-tabs #fs-product-tab-nav-reviews:before {
  content: "";
  width: 38px;
  height: 30px;
  background: url(../../images/chat.png) 0 0 no-repeat;
  display: block;
}
.fs-product-tabs .nav-tabs #fs-product-tab-nav-reviews.active:before {
  background: url(../../images/chat-active.png) 0 0 no-repeat;
}
.fs-product-tabs .nav-tabs #fs-product-tab-nav-delivery:before {
  content: "";
  width: 38px;
  height: 30px;
  background: url(../../images/delivered.png) 0 0 no-repeat;
  display: block;
}
.fs-product-tabs .nav-tabs #fs-product-tab-nav-delivery.active:before {
  background: url(../../images/delivered-active.png) 0 0 no-repeat;
}
.fs-product-tabs .nav-tabs #fs-product-tab-nav-description:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../images/information.png) 0 0 no-repeat;
  display: block;
}
.fs-product-tabs .nav-tabs #fs-product-tab-nav-description.active:before {
  background: url(../../images/information-active.png) 0 0 no-repeat;
}
.fs-product-tabs .nav-tabs .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #0c0c0c;
  font-weight: 550;
  border: 0;
  background-color: transparent;
  padding: 18px 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.fs-product-tabs .nav-tabs .nav-link:before {
  content: "";
  margin-right: 12px;
}
.fs-product-tabs .nav-tabs .nav-link.active {
  color: #0c0c0c;
  background: #fff;
  border-top: 4px solid #48ced8;
}

.lSAction > a {
  background: #d9d9d9;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 36px;
  height: 36px;
  transition: all 0.5s;
  border: 0;
}
.lSAction > a:hover {
  background: #48ced8;
}

#secondary .widget {
  background: #f5f5f5;
  padding: 20px;
}
#secondary .widget .fs-attr-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow: auto;
}
#secondary .widget .fs-attr-filter [type=checkbox]:checked + label:before {
  background: #fb6090;
  border: 1px solid #fb6090;
}
#secondary .widget .fs-attr-filter li {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}
#secondary .widget .fs-attr-filter li label i {
  background: #9a9a9a;
  color: #ffffff;
  font-weight: 650;
  font-size: 10px;
  line-height: 1;
  padding: 1px 8px;
  border-radius: 12px;
  margin-left: 7px;
}
#secondary .widget .fs-attr-filter li.active label {
  color: #fb6090;
}
#secondary .widget .fs-attr-filter li:hover {
  cursor: pointer;
}
#secondary .widget .widget-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.05em;
  transition: all 0.5s;
}
#secondary .widget .widget-title.active {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
#secondary .widget .widget-title.active button {
  transform: rotate(90deg);
}
#secondary .widget .widget-title button {
  transition: all 0.5s;
}
#secondary .widget .widget-title button:focus {
  outline: none;
}
#secondary .widget .widget-title .icon {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e3e3e3;
  background: #fff;
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 7px;
  background: url(../../images/icons/check.png) no-repeat center center;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 0.2s ease;
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type=checkbox]:disabled:checked + label:before,
[type=checkbox]:disabled:not(:checked) + label:before {
  border-color: #ccc;
  background-color: #eee;
}

[type=checkbox]:disabled:checked + label:after {
  background: #aaa;
}

.widget_fs_price_widget .slider {
  padding: 0 15px 0 10px;
}
.widget_fs_price_widget .price--inputs {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.widget_fs_price_widget .price--inputs > span {
  margin: 0 -10px;
}
.widget_fs_price_widget .price--inputs > span > span {
  font-size: 12px;
}
.widget_fs_price_widget .ui-slider-horizontal {
  height: 3px;
  border: 0;
  background: #dbdbdb;
}
.widget_fs_price_widget .ui-widget-header {
  background: #48ced8;
  border: 0;
}
.widget_fs_price_widget .ui-state-default,
.widget_fs_price_widget .ui-widget-content .ui-state-default {
  background: #fb6090;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: 5px solid #fff;
  top: -11px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.29);
}

.paginate-links {
  margin: 20px 0 30px;
  display: flex;
  justify-content: center;
}
.paginate-links .page-numbers {
  width: 36px;
  height: 36px;
  background: #f5f5f5;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-weight: 500;
  font-size: 14px;
  margin: 0 5px;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s;
}
.paginate-links .page-numbers.current, .paginate-links .page-numbers:hover {
  background: #48ced8;
  color: #ffffff;
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 2px 18px;
  position: relative;
  z-index: 2;
}
.catalog-filters .select__gap {
  padding-right: 32px;
}
.catalog-filters__name {
  color: #6f6f6f;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.catalog-filters__item {
  display: flex;
  align-items: center;
}

.catalog-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 10px;
}
.catalog-categories .catalog-category {
  flex-basis: 20%;
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
  margin-bottom: 20px;
  color: inherit;
}
.catalog-categories .catalog-category:hover .catalog-category__name {
  color: #48ced8;
}
.catalog-categories .catalog-category__name {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.5s;
}
.catalog-categories .catalog-category picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 177px;
  width: 188px;
  max-width: 100%;
  border: 1px solid #e3e3e3;
  margin-bottom: 12px;
  overflow: hidden;
}
.catalog-categories .catalog-category picture img {
  height: auto;
  width: auto;
}

.delivery-methods .section-title, .pay-methods .section-title {
  font-size: 21px;
}
.delivery-methods .section-content, .pay-methods .section-content {
  background-repeat: no-repeat;
}
.delivery-methods__item {
  background-color: #fff;
  box-shadow: -2.989px 0.261px 7px 0 rgba(0, 0, 0, 0.2);
  height: 211px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  max-width: 278px;
  margin: 0 auto 30px;
}
.delivery-methods__item p {
  position: absolute;
  top: 15px;
  right: 10px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 106px;
  line-height: 1.2;
}

.pay-methods .section-content {
  background-position: right top;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.contact-item picture {
  margin-bottom: 30px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-item p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.contact-form textarea.form-control {
  height: 176px;
  margin-bottom: 35px;
}

.share-blog {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 6px 20px;
  align-items: center;
}
.share-blog__title {
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.related-item {
  color: inherit;
  margin-bottom: 30px;
  display: block;
}
.related-item picture {
  margin-bottom: 17px;
  display: block;
  min-height: 242px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.related-item picture img {
  height: 242px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-item picture:hover {
  opacity: 0.8;
}
.related-item__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  display: block;
  transition: all 0.5s;
}
.related-item__title:hover {
  color: #48ced8;
}

.entry-content {
  line-height: 24px;
}
.entry-content blockquote {
  font-size: 15px;
  font-weight: 500;
  padding-left: 108px;
  color: #0c0c0c;
}
.entry-content p {
  margin-bottom: 30px;
}
.entry-content h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 40px;
  letter-spacing: 0.01em;
}
.entry-content ul {
  counter-reset: list;
  list-style: none;
  padding: 70px 0 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.entry-content ul li {
  flex-basis: 50%;
  counter-increment: list;
  display: flex;
  position: relative;
  margin-bottom: 80px;
  padding-top: 20px;
}
.entry-content ul li:before {
  content: counter(list);
  position: absolute;
  bottom: 100%;
  text-align: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #48ced8;
  color: #48ced8;
  justify-content: center;
  display: flex;
  align-items: center;
  left: calc(50% - 22px);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  background: #ffffff;
  z-index: 2;
  box-shadow: 0 0 0 15px white;
}
.entry-content ul li:after {
  content: "";
  position: absolute;
  top: -22px;
  text-align: center;
  width: 244px;
  height: 1px;
  background: #48ced8;
  left: calc(50% - 122px);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.category-posts .column-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 3048px;
}
.category-posts .column-2 > a {
  width: 50%;
  padding: 0 15px;
}
.category-posts__item {
  color: inherit;
  transition: all 0.5s;
  margin-bottom: 30px;
  display: block;
}
.category-posts__item:hover {
  text-decoration: none;
}
.category-posts__item picture {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.category-posts__item picture:hover {
  opacity: 0.8;
}
.category-posts__item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.category-posts__item p:hover {
  color: #48ced8;
}

.btn-danger:visited {
  color: #ffffff;
}

.fs-cart-listing .fs-products-after {
  align-items: center;
}
.fs-cart-listing .fs-products-after .cart-total {
  text-align: right;
  list-style: none;
  margin: 0;
}
.fs-cart-listing .fs-products-after .cart-total li {
  line-height: 30px;
  font-weight: 500;
}
.fs-cart-listing .fs-products-after .cart-total li > span > span {
  font-size: 12px;
}
.fs-cart-listing .fs-products-after .cart-total li:last-child {
  font-weight: 800;
  font-size: 18px;
}
.fs-cart-listing .fs-products-after .cart-total li:last-child > span > span {
  font-size: 15px;
}
.fs-cart-listing .fs-products-after .fs-delete-cart {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  padding: 0;
}
.fs-cart-listing .fs-products-after .fs-delete-cart:focus {
  outline: none;
}
.fs-cart-listing .fs-products-after .fs-delete-cart .icon {
  margin-right: 10px;
}

.fs-delete-position {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.fs-delete-position:focus {
  outline: none;
}

.table > thead > tr > td {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.fs-cart-listing .table > tbody > tr > td {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.fs-cart-listing .table > tbody > tr > td a {
  color: inherit;
}
.fs-cart-listing .table > tbody > tr > td:nth-child(4), .fs-cart-listing .table > tbody > tr > td:nth-child(6) {
  font-size: 16px;
  font-weight: 800;
}
.fs-cart-listing .table > tbody > tr > td:nth-child(4) span, .fs-cart-listing .table > tbody > tr > td:nth-child(6) span {
  font-size: 11px;
  text-transform: none;
}

.fs-checkout-form {
  margin-bottom: 60px;
}
.fs-checkout-form .info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs-checkout-form .info-bottom__sum {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.fs-checkout-form .info-bottom__sum > span:first-child {
  color: #c8c8c8;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.fs-checkout-form .info-bottom__sum > span:last-child {
  font-size: 18px;
  font-weight: 500;
}
.fs-checkout-form .info-bottom__prices {
  display: flex;
  flex-direction: column;
}
.fs-checkout-form .info-bottom__prices .fs-price, .fs-checkout-form .info-bottom__prices .product-meta .fs-base-price, .product-meta .fs-checkout-form .info-bottom__prices .fs-base-price {
  color: #fb6090;
  font-size: 18px;
  font-weight: 500;
}
.fs-checkout-form .fs-cart-listing__items {
  margin: 0;
  padding: 0;
}
.fs-checkout-form .fs-cart-listing__items li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  padding-bottom: 20px;
  justify-content: space-between;
}
.fs-checkout-form .fs-cart-listing__items li:not(:last-child) {
  border-bottom: 2px solid #f7f7f7;
}
.fs-checkout-form .fs-cart-listing__items li .info-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  white-space: nowrap;
}
.fs-checkout-form .fs-cart-listing__items li .info-bottom__prices {
  display: flex;
  flex-direction: column;
}
.fs-checkout-form .fs-cart-listing__items li .info-bottom__prices .fs-price, .fs-checkout-form .fs-cart-listing__items li .info-bottom__prices .product-meta .fs-base-price, .product-meta .fs-checkout-form .fs-cart-listing__items li .info-bottom__prices .fs-base-price {
  color: #fb6090;
  font-size: 18px;
  font-weight: 500;
}
.fs-checkout-form .fs-cart-listing__items li .action {
  flex-basis: 94px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fs-checkout-form .fs-cart-listing__items li .info {
  flex: auto;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}
.fs-checkout-form .fs-cart-listing__items li .info span.fs-sku {
  margin-bottom: 10px;
  display: block;
  color: #939393;
  font-size: 12px;
  font-weight: 400;
}
.fs-checkout-form .fs-cart-listing__items li .info p {
  margin-bottom: 10px;
}
.fs-checkout-form .fs-cart-listing__items li .info p:last-child {
  margin-bottom: 0;
}
.fs-checkout-form .fs-cart-listing__items li .info .name {
  font-weight: 400;
  color: #333333;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.fs-checkout-form .fs-cart-listing__items li .info .price {
  font-size: 16px;
  font-weight: 800;
}
.fs-checkout-form .fs-cart-listing__items li .info .price > span {
  font-size: 11px;
  text-transform: none;
}
.fs-checkout-form .fs-cart-listing__items li picture {
  width: 91px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  border: 1px solid #f8f8f8;
  padding: 0;
  display: flex;
}
.fs-checkout-form .fs-cart-listing__items li picture img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.fs-checkout-form .fs-cart-listing .checkout-title {
  font-size: 24px;
  text-transform: none;
}
.fs-checkout-form .checkout-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}
.fs-checkout-form .checkout-title span {
  margin-left: 12px;
}
.fs-checkout-form .checkout-title .icon {
  margin-right: 12px;
}
.fs-checkout-form .fs-delivery-methods-wrap,
.fs-checkout-form .fs-payment-methods-wrap {
  display: flex;
  flex-wrap: wrap;
}
.fs-checkout-form .fs-delivery-methods-wrap .radio,
.fs-checkout-form .fs-payment-methods-wrap .radio {
  flex-basis: 25%;
  padding: 0 10px;
}
.fs-checkout-form .fs-delivery-methods-wrap .radio label,
.fs-checkout-form .fs-payment-methods-wrap .radio label {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 173px;
}
.fs-checkout-form .fs-delivery-methods-wrap .radio label:hover,
.fs-checkout-form .fs-payment-methods-wrap .radio label:hover {
  cursor: pointer;
}
.fs-checkout-form .fs-delivery-methods-wrap .radio label span,
.fs-checkout-form .fs-payment-methods-wrap .radio label span {
  position: absolute;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 100px;
  top: 10px;
  right: 10px;
}
.fs-checkout-form .fs-delivery-methods-wrap .radio label picture,
.fs-checkout-form .fs-payment-methods-wrap .radio label picture {
  display: flex;
  box-shadow: -2.989px 0.261px 7px 0 rgba(0, 0, 0, 0.2);
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
.fs-checkout-form .fs-delivery-methods-wrap .radio label picture img,
.fs-checkout-form .fs-payment-methods-wrap .radio label picture img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
}
.fs-checkout-form .fs-delivery-methods-wrap .radio input,
.fs-checkout-form .fs-payment-methods-wrap .radio input {
  position: fixed;
  left: -999999999px;
}
.fs-checkout-form .fs-delivery-methods-wrap .radio input:checked + picture,
.fs-checkout-form .fs-payment-methods-wrap .radio input:checked + picture {
  box-shadow: -2.989px 0.261px 14.76px 3.24px rgba(0, 0, 0, 0.23);
}
.fs-checkout-form .fs-delivery-methods-wrap .radio input:checked + picture + span,
.fs-checkout-form .fs-payment-methods-wrap .radio input:checked + picture + span {
  color: #48ced8;
}

.fs-checkout-sumary {
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-top: 0;
}
.fs-checkout-sumary li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
}
.fs-checkout-sumary li > span > span {
  font-size: 12px;
}
.fs-checkout-sumary li:last-child {
  font-size: 18px;
  font-weight: 800;
}
.fs-checkout-sumary li:last-child > span > span {
  font-size: 14px;
}

.wrap-404 {
  display: block;
}
.wrap-404 img {
  width: 100%;
}

.fs-dashboard .form-control {
  height: 42px;
}
.fs-dashboard label {
  font-size: 13px;
  font-weight: 700;
  font-family: "Lato";
  letter-spacing: 0.01em;
}
.fs-dashboard label .required {
  color: #ff0505;
}
.fs-dashboard .side-navs {
  background: #f5f5f5;
}
.fs-dashboard .side-navs .nav-link {
  font-size: 13px;
  padding: 15px 25px;
}
.fs-dashboard .side-navs .nav-link.active {
  color: #48ced8;
}
.fs-dashboard .nav-tabs {
  background: #f5f5f5;
  border: 0;
}
.fs-dashboard .nav-link,
.fs-dashboard a {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #9a9a9a;
  padding: 10px 30px;
}
.fs-dashboard .nav-link.active,
.fs-dashboard a.active {
  background: transparent;
  border: 0;
  color: #0c0c0c;
}
.fs-dashboard .form-group {
  align-items: center;
  margin-bottom: 10px;
}
.fs-dashboard .tab-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.fs-dashboard fieldset {
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
  padding: 15px;
}
.fs-dashboard fieldset legend {
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  width: auto;
  background: #ffffff;
  padding: 0 20px;
  font-size: 14px;
  color: #48ced8;
}

.modal-body {
  background: #48ced8;
  padding: 45px 18px 10px;
}
.modal-body form .wpcf7-not-valid-tip {
  display: none;
}
.modal-body form .wpcf7-not-valid {
  border: 1px solid #fb6090;
  background: #ffcfde;
}
.modal-body p {
  margin-bottom: 10px;
}
.modal-body button.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-body form p:last-child {
  margin-bottom: 0;
}
.modal-body ::-moz-placeholder {
  color: #0c0c0c;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
}
.modal-body ::placeholder,
.modal-body .form-control {
  color: #0c0c0c;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
}
.modal-body .wpcf7-submit {
  background: #000000;
  color: #fff;
  height: 44px;
  width: 219px;
  border: 0;
  border-radius: 22px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  outline: none;
}
.modal-body .wpcf7-submit:hover {
  cursor: pointer;
}
.modal-body .form-title {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
}

.modal-content {
  border: 0;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

.masonry-with-columns {
  -moz-columns: 6 200px;
       columns: 6 200px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.masonry-with-columns div {
  width: 150px;
  background: #EC985A;
  color: white;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: system-ui;
  font-weight: 900;
  font-size: 2rem;
}
.masonry-with-columns div:nth-child(1) {
  height: 396px;
  line-height: 396px;
}
.masonry-with-columns div:nth-child(2) {
  height: 173px;
  line-height: 173px;
}
.masonry-with-columns div:nth-child(3) {
  height: 155px;
  line-height: 155px;
}
.masonry-with-columns div:nth-child(4) {
  height: 376px;
  line-height: 376px;
}
.masonry-with-columns div:nth-child(5) {
  height: 350px;
  line-height: 350px;
}
.masonry-with-columns div:nth-child(6) {
  height: 406px;
  line-height: 406px;
}
.masonry-with-columns div:nth-child(7) {
  height: 191px;
  line-height: 191px;
}
.masonry-with-columns div:nth-child(8) {
  height: 189px;
  line-height: 189px;
}
.masonry-with-columns div:nth-child(9) {
  height: 376px;
  line-height: 376px;
}
.masonry-with-columns div:nth-child(10) {
  height: 342px;
  line-height: 342px;
}
.masonry-with-columns div:nth-child(11) {
  height: 156px;
  line-height: 156px;
}
.masonry-with-columns div:nth-child(12) {
  height: 223px;
  line-height: 223px;
}
.masonry-with-columns div:nth-child(13) {
  height: 175px;
  line-height: 175px;
}
.masonry-with-columns div:nth-child(14) {
  height: 163px;
  line-height: 163px;
}
.masonry-with-columns div:nth-child(15) {
  height: 234px;
  line-height: 234px;
}
.masonry-with-columns div:nth-child(16) {
  height: 126px;
  line-height: 126px;
}
.masonry-with-columns div:nth-child(17) {
  height: 351px;
  line-height: 351px;
}
.masonry-with-columns div:nth-child(18) {
  height: 257px;
  line-height: 257px;
}
.masonry-with-columns div:nth-child(19) {
  height: 147px;
  line-height: 147px;
}
.masonry-with-columns div:nth-child(20) {
  height: 452px;
  line-height: 452px;
}
.masonry-with-columns div:nth-child(21) {
  height: 431px;
  line-height: 431px;
}
.masonry-with-columns div:nth-child(22) {
  height: 193px;
  line-height: 193px;
}
.masonry-with-columns div:nth-child(23) {
  height: 269px;
  line-height: 269px;
}
.masonry-with-columns div:nth-child(24) {
  height: 473px;
  line-height: 473px;
}
.masonry-with-columns div:nth-child(25) {
  height: 143px;
  line-height: 143px;
}
.masonry-with-columns div:nth-child(26) {
  height: 107px;
  line-height: 107px;
}
.masonry-with-columns div:nth-child(27) {
  height: 465px;
  line-height: 465px;
}
.masonry-with-columns div:nth-child(28) {
  height: 348px;
  line-height: 348px;
}
.masonry-with-columns div:nth-child(29) {
  height: 279px;
  line-height: 279px;
}
.masonry-with-columns div:nth-child(30) {
  height: 148px;
  line-height: 148px;
}
.masonry-with-columns div:nth-child(31) {
  height: 499px;
  line-height: 499px;
}
.masonry-with-columns div:nth-child(32) {
  height: 321px;
  line-height: 321px;
}
.masonry-with-columns div:nth-child(33) {
  height: 188px;
  line-height: 188px;
}
.masonry-with-columns div:nth-child(34) {
  height: 235px;
  line-height: 235px;
}
.masonry-with-columns div:nth-child(35) {
  height: 128px;
  line-height: 128px;
}
.masonry-with-columns div:nth-child(36) {
  height: 413px;
  line-height: 413px;
}

.cities-map .attachment-full {
  width: 100%;
  height: auto;
}

.widget_fs_reset_filter_widget {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.fs-reset-widget {
  padding: 20px;
}
.fs-reset-widget__top {
  font-size: 14px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.fs-reset-widget__top:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff url(../../images/funnel.png) 0 0 no-repeat;
  display: block;
  margin-right: 10px;
}
.fs-reset-widget__body a {
  color: #0c0c0c;
  border: 1px solid #f5f5f5;
  height: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16.5px;
  padding: 0 13px;
  font-weight: 350;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.fs-reset-widget__body a:hover {
  border: 1px solid #fb6090;
}
.fs-reset-widget__body a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff url(../../images/cancel.png) 0 0 no-repeat;
  display: block;
  margin-right: 6px;
}
.fs-reset-widget__body .fs-reset-widget__btn {
  color: #fb6090;
  border: 1px solid #fb6090;
  height: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16.5px;
  padding: 0 13px;
  font-weight: 350;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: #ffffff;
}

#secondary .widget.widget_fs_reset_filter_widget {
  background: #ffffff;
  padding: 0;
  margin: 0;
}
#secondary .widget.widget_fs_reset_filter_widget.active {
  margin-bottom: 2.15em;
}

.product-colors {
  margin-bottom: 50px;
}
.product-colors__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 650;
  margin-bottom: 25px;
}
.product-colors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.product-colors ul li {
  display: block;
}
.product-colors ul li:not(:last-child) {
  margin-right: 20px;
}
.product-colors ul li a {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: block;
  border: 5px solid #f5f5f5;
}
.product-colors ul li a:hover {
  border-color: #fb6090;
}
.product-colors ul li a.active {
  border-color: #fb6090;
  position: relative;
}
.product-colors ul li a.active:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #fff url(../../images/icons/tick.png) 0 0 no-repeat;
  position: absolute;
  right: -4px;
  bottom: -6px;
  border-radius: 50%;
}

.tab-delivery {
  border: 1px solid #48ced8;
  padding: 20px 14px;
  text-align: center;
  height: 100%;
}
.tab-delivery picture {
  margin-bottom: 18px;
  display: block;
}
.tab-delivery .title {
  font-weight: 550;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}

.fs-comments__title {
  text-align: center;
  font-size: 24px;
  font-weight: 550;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.fs-comments__list .comment .comment-body {
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  padding: 20px;
}
.fs-comments__list .comment.parent .comment {
  padding-left: 108px;
}
.fs-comments__list .comment.parent .comment .comment-body {
  border-left: 4px solid #fb6090;
}
.fs-comments__list .comment.parent .comment .comment-body .comment-author:before {
  content: "";
  background: url(../../images/icons/enter-arrow.png) 0 0 no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 16px;
}
.fs-comments__list .comment .comment-buttons {
  display: flex;
  justify-content: space-between;
}
.fs-comments__list .comment .comment-reply {
  color: #fb6090;
  text-decoration: underline;
  text-decoration-style: dotted;
  font-size: 16px;
  font-weight: 400;
}
.fs-comments__list .comment .comment-reply:hover {
  text-decoration: none;
}
.fs-comments__list .comment .comment-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.fs-comments__list .comment .comment-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.fs-comments__list .comment .fs-rating {
  display: flex;
  align-items: center;
  line-height: 1;
}
.fs-comments__list .comment .fs-rating .star-rating {
  line-height: 1;
  font-size: 14px;
}
.fs-comments__list .comment .fs-rating .fs-rating-before {
  color: #707073;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 12px;
}
.fs-comments__list .comment .comment-rating {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
}
.fs-comments__list .comment .comment-rating__stars {
  display: flex;
  line-height: 1;
  align-items: center;
}
.fs-comments__list .comment .comment-rating__stars i {
  color: #dddddd;
  display: inline-flex;
  line-height: 1;
  font-size: 14px;
  position: relative;
  top: -2px;
  margin: 0 1px;
}
.fs-comments__list .comment .comment-rating__stars i.active {
  color: #ffbc00;
}
.fs-comments__list .comment .comment-rating .fs-rating-before {
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 12px;
  line-height: 1;
  display: block;
  color: #707073;
}
.fs-comments__list .comment .comment-meta {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 35px;
}
.fs-comments__list .comment .comment-meta .comment-metadata {
  color: #707073;
  font-size: 12px;
}
.fs-comments__list .comment .comment-meta .comment-author {
  font-size: 18px;
  font-weight: 550;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.page-id-8 .page-title {
  text-align: left;
  font-weight: 500;
  color: #2b2b2b;
}

.icon-checkout-user {
  display: inline-block;
  background: url(../../images/checkout-user.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}

.icon-new-mail {
  display: inline-block;
  background: url(../../images/new-mail.png) 0 0 no-repeat;
  width: 84px;
  height: 31px;
}

.icon-checkout-wallet {
  display: inline-block;
  background: url(../../images/checkout-wallet.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}

.icon-checkout-check {
  display: inline-block;
  background: url(../../images/checkout-check.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
}

.icon-checkout-trash {
  display: inline-block;
  background: url(../../images/checkout-trash.png) 0 0 no-repeat;
  width: 20px;
  height: 22px;
}

.btn {
  transition: all 0.5s;
}

.fs-checkout-form .checkout-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  flex-wrap: wrap;
  gap: 20px;
}
.fs-checkout-form .checkout-login .btn {
  background: #fb6090;
  border-color: #fb6090;
  height: 50px;
  border-radius: 25px;
  min-width: 200px;
  display: inline-flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
}
.fs-checkout-form .checkout-login .btn:hover {
  color: #212529;
  background-color: #2cc3ce;
  border-color: #2ab9c3;
}
.fs-checkout-form .checkout-login span {
  display: inline-flex;
  align-items: center;
}
.fs-checkout-form .checkout-login span a {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  color: #fb6090;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.fs-checkout-form .checkout-login span a .icon {
  margin-right: 10px;
}
.fs-checkout-form .fs-checkout-total {
  background: #ebebeb;
  margin-top: 3px;
  padding: 20px;
}
.fs-checkout-form .fs-checkout-total a {
  color: #fb6090;
  text-decoration: underline;
}
.fs-checkout-form .fs-checkout-total p {
  font-weight: 300;
  margin-bottom: 30px;
}
.fs-checkout-form .fs-checkout-total .btn-primary {
  background: #fb6090;
  border-color: #fb6090;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  border-radius: 25px;
  width: 280px;
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
}
.fs-checkout-form .fs-checkout-total .btn-primary:hover {
  background: #48ced8;
  border-color: #48ced8;
}
.fs-checkout-form .fs-checkout-total ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.fs-checkout-form .fs-checkout-total ul li {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  line-height: 1;
}
.fs-checkout-form .fs-checkout-summary {
  background: #ebebeb;
  padding: 30px 20px;
}
.fs-checkout-form .fs-checkout-summary h3,
.fs-checkout-form .fs-checkout-summary .h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
}
.fs-checkout-form .fs-checkout-summary .fs-checkout-promocode {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.fs-checkout-form .fs-checkout-summary .fs-checkout-promocode label {
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 500;
}
.fs-checkout-form .fs-checkout-summary .fs-checkout-promocode .form-control {
  margin-right: 20px;
  flex-basis: 50%;
}
.fs-checkout-form .fs-checkout-summary .fs-checkout-promocode .form-control::-moz-placeholder {
  color: #333333;
  font-size: 14px;
}
.fs-checkout-form .fs-checkout-summary .fs-checkout-promocode .form-control::placeholder {
  color: #333333;
  font-size: 14px;
}
.fs-checkout-form .fs-checkout-summary .fs-checkout-promocode .btn {
  flex-basis: auto;
  min-width: 220px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  text-transform: none;
  font-weight: 500;
  border-radius: 22.5px;
}
.fs-checkout-form .fs-checkout-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fs-checkout-form .fs-checkout-summary ul li {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  line-height: 1;
}
.fs-checkout-form input.error {
  border: 1px solid #ff0000;
}
.fs-checkout-form .checkout-group {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.fs-checkout-form textarea.form-control {
  height: 130px;
}
.fs-checkout-form .form-control {
  height: 45px;
  border-radius: 22.5px;
  border: 1px solid #b0b0b0;
}
.fs-checkout-form label {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  font-weight: normal;
}
.fs-checkout-form label.error {
  background: none;
  color: #ff0000;
  margin: 10px 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
.fs-checkout-form label.error:before {
  display: none;
}
.fs-checkout-form label i {
  position: relative;
  top: -3px;
  color: red;
  left: -3px;
  font-size: 12px;
}

.header-cart {
  position: relative;
}
.header-cart .cart-hover {
  position: absolute;
  right: 0;
  top: 100px;
  width: 273px;
  background: #ffffff;
  z-index: 9999999;
  padding: 26px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  display: none;
}
.header-cart .cart-hover:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 100%;
  right: 42px;
}
.header-cart .cart-hover__title {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.header-cart .cart-hover p {
  margin: 6px 0;
  font-size: 16px;
  font-weight: 400;
}
.header-cart .cart-hover__link {
  color: #fb6090;
  font-size: 11px;
  font-weight: 500;
}
.header-cart .cart-hover__btn {
  height: 34px;
  background: #48ced8;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.header-cart .cart-hover__btn:hover {
  background: #fb6090;
  color: #ffffff;
}

.hover-menu {
  display: none;
  border: 1px solid #ed3a71;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.63);
  position: absolute;
  top: -1px;
  left: 15px;
  right: 16px;
  z-index: 99;
  max-width: 100%;
  flex-direction: column;
}
.hover-menu__container {
  position: absolute;
  left: -15px;
  top: 50px;
  width: calc(100% + 30px);
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.hover-menu__toggle, .hover-menu__toggle:visited {
  color: #fb6090;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.hover-menu__toggle:focus, .hover-menu__toggle:visited:focus {
  outline: none;
}
.hover-menu__toggle:after, .hover-menu__toggle:visited:after {
  content: url("../../images/arrow-down.png");
  margin-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}
.hover-menu__title {
  color: #fb6090;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1;
}
.hover-menu__item-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1;
  color: #472b3d;
}
.hover-menu__item ul {
  margin: 0 0 6px 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}
.hover-menu__item ul li {
  padding: 6px 0 0;
  list-style-image: url("../../images/list-item.png");
  list-style-position: inside;
}
.hover-menu__item ul li a {
  color: #472b3d;
}
.hover-menu__section {
  padding: 30px 56px;
  background: #ffffff;
}
.hover-menu__section:nth-child(odd) {
  background: #f5f5f5;
}

.hover-menu__colors a {
  display: inline-flex;
  width: 15px;
  height: 15px;
}

.hover-menu__section .row > .col.col-colors {
  max-width: 163px;
}
.hover-menu__section .row > .col.col-colors .hover-menu__toggle {
  padding-left: 0;
}

.fs-comments__count {
  text-align: center;
  font-size: 18px;
  color: #fb6090;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.fs-comments__add-btn.btn {
  height: 40px;
  display: flex;
  border-radius: 20px;
  align-items: center;
  line-height: 1;
  background: #fb6090;
  color: #fff;
  width: 426px;
  justify-content: center;
  margin: 0 auto 38px;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  font-family: "Core Sans N", sans-serif;
}
.fs-comments__add-btn.btn i {
  margin-right: 12px;
}
.fs-comments__add-btn.btn:hover {
  background: #48ced8;
  border-color: #48ced8;
}

#modalReviewProduct .modal-dialog {
  max-width: 424px;
  margin: 1.75rem auto;
}
#modalReviewProduct .modal-body {
  background: #fff;
  padding: 30px 30px 20px;
}
#modalReviewProduct .modal-body button.close {
  position: absolute;
  right: 30px;
  top: 33px;
}
#modalReviewProduct .modal-body p {
  margin-bottom: 18px;
}
#modalReviewProduct .modal-body .upload-area {
  background: #f4f4f4;
  text-align: center;
  padding: 22px;
  margin-bottom: 20px;
}
#modalReviewProduct .modal-body .upload-area span.wpcf7-form-control-wrap.your-photo {
  visibility: hidden;
  position: absolute;
}
#modalReviewProduct .modal-body .upload-area .qbutton {
  background: #48ced8;
  height: 44px;
  border-radius: 22px;
  align-items: center;
  display: flex;
  padding: 0 22px;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border: none;
}
#modalReviewProduct .modal-body .upload-area .qbutton:hover {
  background: #fb6090;
}
#modalReviewProduct .modal-body .upload-area__desc {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 18px;
  color: #000000;
}
#modalReviewProduct .modal-body .upload-area__title {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
#modalReviewProduct .modal-body label {
  display: block;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 3px;
}
#modalReviewProduct .modal-body .ajax-loader {
  position: absolute;
  right: 16px;
  bottom: 47px;
}
#modalReviewProduct .modal-body .wpcf7-form-control {
  border: 1px solid #a7a7a7;
  width: 100%;
}
#modalReviewProduct .modal-body .wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #fb6090;
  background: #fff7fa;
}
#modalReviewProduct .modal-body .wpcf7-form-control.wpcf7-submit {
  background: #fb6090;
  color: #fff;
  height: 44px;
  width: 100%;
  border: 0;
  border-radius: 22px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  outline: none;
  border-color: #fb6090;
  transition: all 0.5s;
}
#modalReviewProduct .modal-body .wpcf7-form-control.wpcf7-submit:hover {
  background: #48ced8;
}
#modalReviewProduct .modal-body .wpcf7-form-control:focus {
  outline: none;
}
#modalReviewProduct .modal-body textarea {
  height: 80px;
  padding: 10px;
}
#modalReviewProduct .modal-body input {
  height: 44px;
  padding: 0 10px;
}
#modalReviewProduct .modal-body .form-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  text-align: left;
  color: #000000;
  line-height: 1.2;
}

.icon-cancel {
  background: url(../../../images/icons/cancel.png) 0 0 no-repeat;
  width: 20px;
  height: 21px;
  display: inline-block;
}

.reviews-stars button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.reviews-stars button.active i {
  color: #ffc000;
}
.reviews-stars button i {
  color: #d3d2d2;
  font-size: 41px;
  margin: 0 3px;
}
.reviews-stars button:hover {
  cursor: pointer;
}

span.rs-right {
  display: flex;
  justify-content: center;
}

.icon-speech-bubble {
  background: url(../../images/icons/speech-bubble.png) 0 0 no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.icon-like {
  background: url(../../images/icons/like.png) 0 0 no-repeat;
  width: 20px;
  height: 18px;
  display: inline-block;
}

.icon-dislike {
  background: url(../../images/icons/dislike.png) 0 0 no-repeat;
  width: 20px;
  height: 18px;
  display: inline-block;
}

.comment-like span {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #afafaf;
}
.comment-like .icon-dislike {
  margin-left: 12px;
}
.comment-like i:hover {
  cursor: pointer;
}

.comment-photos {
  display: flex;
}
.comment-photos a {
  display: block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.comment-photos a img {
  width: 104px;
  height: auto;
}

@media (min-width: 576px) {
  #modalLogin .modal-dialog,
  #modalRegister .modal-dialog {
    max-width: 426px;
  }
}
#modalLogin .fs-login-form,
#modalRegister .fs-login-form {
  padding: 10px;
}
#modalLogin .modal-body,
#modalRegister .modal-body {
  background: #fff;
  padding: 30px 20px 10px;
}
#modalLogin .modal-body .fs-login-bottom,
#modalRegister .modal-body .fs-login-bottom {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
#modalLogin .modal-body .fs-login-bottom label,
#modalRegister .modal-body .fs-login-bottom label {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
#modalLogin .modal-body .fs-login-bottom a,
#modalRegister .modal-body .fs-login-bottom a {
  color: #fb6090;
  text-decoration: underline;
}
#modalLogin .modal-body .fs-login-bottom a:hover,
#modalRegister .modal-body .fs-login-bottom a:hover {
  text-decoration: none;
}
#modalLogin .modal-body .fs-login-bottom [type=checkbox]:checked + label:after,
#modalLogin .modal-body .fs-login-bottom [type=checkbox]:not(:checked) + label:after,
#modalRegister .modal-body .fs-login-bottom [type=checkbox]:checked + label:after,
#modalRegister .modal-body .fs-login-bottom [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #fb6090 url(../../images/icons/check.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
#modalLogin .modal-body button.close,
#modalRegister .modal-body button.close {
  position: absolute;
  right: 20px;
  top: 27px;
}
#modalLogin .modal-body h3,
#modalLogin .modal-body .h3,
#modalRegister .modal-body h3,
#modalRegister .modal-body .h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
}
#modalLogin .modal-body .form-control,
#modalRegister .modal-body .form-control {
  border: 1px solid #a7a7a7;
}
#modalLogin .modal-body input.form-control,
#modalRegister .modal-body input.form-control {
  height: 44px;
}
#modalLogin .modal-body label,
#modalRegister .modal-body label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
#modalLogin .modal-body label.error,
#modalRegister .modal-body label.error {
  color: #ff0000;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
#modalLogin .modal-body .btn-success,
#modalRegister .modal-body .btn-success {
  color: #fff;
  background-color: #48ced8;
  border-color: #48ced8;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  height: 44px;
  align-items: center;
  border-radius: 22px;
}
#modalLogin .modal-body .btn-success:hover,
#modalRegister .modal-body .btn-success:hover {
  background: #fb6090;
  border-color: #fb6090;
}

button,
a {
  outline: none;
}
button:focus,
a:focus {
  outline: none;
}

.fs-delivery-methods-wrap {
  visibility: hidden;
  position: absolute;
}

.fs-side-cart-wrap {
  z-index: 9999;
}

.fs-info-block a {
  margin-left: 10px;
}

.home-cat {
  width: 31px;
  height: 31px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}

.fs-dashboard .fs-dashboard-order__hide {
  display: block;
}

.fs-atc-preloader {
  margin-left: 0.5rem;
}

.fs-login-form {
  max-width: 320px;
  margin: 0 auto 90px;
}
.fs-login-form .error {
  color: #fb6090;
  text-align: center;
  display: block;
}
.fs-login-form__submit {
  display: flex;
  justify-content: center;
}

.fs-login-bottom {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.fs-dashboard__nav > li.active {
  background: #48ced8;
}

.fs-dashboard__nav {
  border-bottom: 2px solid #48ced8;
}

.fs-dashboard [type=submit] {
  background: #48ced8;
}

.fs-dashboard .fs-dashboard-order__header span i {
  white-space: nowrap;
  display: flex;
  gap: 10px;
}

.switcher-list {
  margin: 7px 0 0 0;
  background: #f5f5f5;
  width: 35px;
  padding: 6px;
  position: absolute;
  box-shadow: 0px 3px 3px 0.4px rgba(0, 0, 0, 0.19);
}
.switcher-list li {
  padding: 2px 0;
}
.switcher-list li a:hover,
.switcher-list li span:hover {
  text-decoration: none;
  color: #fb6090;
}
.switcher-list li a img,
.switcher-list li > span img {
  display: none;
}

.single-post .entry-content ul li:before {
  display: none;
}
.single-post .entry-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-post .entry-content ul li:after {
  display: none;
}
.single-post .entry-content ul li {
  margin: 0;
  padding: 0;
  flex-basis: 100%;
  list-style: disc;
  display: list-item;
}

.add-to-wishlist.in-wishlist {
  background-color: #48ced8 !important;
}

/*==========  Mobile First  ==========*/
/* Телефоны —  544px */
/* Планшеты — 768px */
/* Десктоп — 992px */
/* Широкоформатный экран — 1200px */
/*==========  Non-Mobile First  ==========*/
@media (max-width: 1350px) {
  .hover-menu__section {
    padding: 30px 30px;
  }
  .main-slider .slick-slider {
    width: 767px;
  }
  .section-reviews {
    padding-left: 100px;
  }
  .header-top__contacts .item:last-child {
    line-height: 1;
    max-width: 280px;
  }
  .header-top__contacts .item:last-child .icon {
    width: 20px;
  }
  .header-nav .nav-menu > li.menu-item-52 {
    padding-left: 26px;
    padding-right: 15px;
  }
  .header-nav .nav-menu > li.menu-item-43 {
    padding-left: 10px;
  }
  .header-nav .nav-menu > li.menu-item-352 {
    padding-left: 16px;
  }
  .header-nav .nav-menu > li {
    margin-right: 10px;
  }
  .header-top__contacts .item:first-child {
    margin-right: 20px;
  }
  .header-top__bts > * {
    margin-right: 15px;
  }
  .header-main .search-form .search-field {
    width: 293px;
  }
}
/* Широкоформатный экран — 1200px */
@media (max-width: 75.063em) {
  .catalog-categories .catalog-category {
    flex-basis: 33.3333333333%;
  }
  .footer__widget {
    margin-bottom: 30px;
  }
  .header-top__bts .btn {
    font-size: 0;
    padding: 0.5rem;
  }
  .header-top__bts .btn .icon {
    margin: 0;
  }
  .header-main__logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .main-slider .slick-slider {
    width: 100%;
  }
  .main-categories {
    display: none;
  }
  #menu-item-52 {
    box-shadow: none;
  }
  .header-nav .nav-menu {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .header-nav .nav-menu > li.menu-item,
  .header-nav .nav-menu #menu-item-52 {
    padding: 0;
    margin: 0;
    background-position-x: 20px;
    box-shadow: none;
  }
  .header-nav .nav-menu > li.menu-item:not(:first-child),
  .header-nav .nav-menu #menu-item-52:not(:first-child) {
    display: none;
  }
  .header-nav .nav-menu > li.menu-item > a,
  .header-nav .nav-menu #menu-item-52 > a {
    padding: 19.5px 14px 19.5px 74px;
    display: flex;
    width: 100%;
  }
}
/* Десктоп — 992px */
@media (max-width: 62.063em) {
  .product-meta__share {
    margin-bottom: 30px;
  }
  .header-top__contacts .item {
    max-width: 180px;
    line-height: 1;
  }
  .header-top__contacts .item .icon {
    width: 18px;
  }
  .main-slider .slick-slider {
    width: 100%;
    margin: 0;
  }
  .main-slider__text p {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .main-slider__item {
    min-height: 160px;
  }
  .header-main .container {
    flex-direction: column;
    align-items: center;
  }
  .header-main .container > * {
    margin-bottom: 30px;
  }
  .custom-row .custom-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .product-tabs .nav .nav-link {
    margin: 0 15px;
  }
}
/* Планшеты — 768px */
@media (max-width: 48.063em) {
  .fs-dashboard .tab-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: unset;
    margin-bottom: 30px;
  }
  .fs-dashboard .side-navs .nav-link {
    font-size: 13px;
    padding: 10px 20px;
  }
  .fs-dashboard-order__header th {
    white-space: nowrap;
  }
  .fs-dashboard .nav-link,
  .fs-dashboard a {
    font-size: 14px;
    text-transform: unset;
    padding: 0;
  }
  .fs-dashboard .fs-dashboard-order__hide {
    display: block;
    max-width: 100%;
    overflow: auto;
  }
  .footer__widget-title {
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 15px;
  }
  .footer__widget-content ul.column-2 {
    max-height: 100%;
  }
  .footer__social {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
    max-width: 140px;
    margin: 0 auto 30px;
  }
  .fs-checkout-form .checkout-login span a {
    font-size: 14px;
  }
  .fs-checkout-form .checkout-title {
    font-size: 16px;
  }
  .fs-qty-wrap input {
    font-size: 14px;
  }
  .fs-checkout-form .info-bottom__sum > span:last-child {
    font-size: 14px;
  }
  .fs-checkout-form .fs-cart-listing__items li .info-bottom__prices .fs-price,
  .fs-checkout-form .fs-cart-listing__items li .info-bottom__prices .product-meta .fs-base-price,
  .product-meta .fs-checkout-form .fs-cart-listing__items li .info-bottom__prices .fs-base-price {
    font-size: 14px;
  }
  .fs-checkout-form .fs-cart-listing .checkout-title {
    font-size: 18px;
  }
  .fs-checkout-form .fs-checkout-total ul {
    margin: 0px 0 8px;
    padding: 0;
    list-style: none;
  }
  .fs-checkout-form .fs-checkout-total ul li {
    font-size: 16px;
  }
  .fs-checkout-form .fs-checkout-summary ul li {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    line-height: 1;
  }
  .fs-checkout-form .fs-checkout-summary h3,
  .fs-checkout-form .fs-checkout-summary .h3 {
    font-size: 16px;
  }
  .fs-checkout-form .fs-checkout-summary .fs-checkout-promocode .btn {
    flex-basis: auto;
    min-width: 220px;
    text-align: center;
    font-weight: 500;
    border-radius: 22.5px;
    width: 100%;
    min-height: 40px;
    margin-top: 15px;
  }
  .fs-checkout-form .fs-checkout-summary .fs-checkout-promocode .form-control {
    margin-right: 0;
    flex-basis: 100%;
  }
  .fs-checkout-form .fs-cart-listing__items li picture {
    display: none;
  }
  .fs-checkout-form .fs-cart-listing__items li .info .name {
    font-weight: 500;
    color: #333333;
    font-size: 15px;
  }
  .product-meta__row {
    padding: 0;
  }
  .category-posts .column-2 {
    flex-direction: row;
    max-height: 100%;
  }
  .category-posts .column-2 > a {
    width: 100%;
    padding: 0;
  }
  .fs-checkout-form .checkout-title {
    text-align: center;
  }
  .fs-checkout-form .fs-delivery-methods-wrap .radio,
  .fs-checkout-form .fs-payment-methods-wrap .radio {
    margin-bottom: 15px;
  }
  .fs-checkout-form .fs-delivery-methods-wrap .radio label picture,
  .fs-checkout-form .fs-payment-methods-wrap .radio label picture {
    display: none;
  }
  .fs-checkout-form .fs-delivery-methods-wrap .radio input,
  .fs-checkout-form .fs-payment-methods-wrap .radio input {
    position: relative;
    left: 0;
  }
  .fs-checkout-form .fs-delivery-methods-wrap,
  .fs-checkout-form .fs-payment-methods-wrap {
    flex-direction: column;
  }
  .fs-checkout-form .fs-delivery-methods-wrap .radio label span,
  .fs-checkout-form .fs-payment-methods-wrap .radio label span {
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100%;
    top: 0;
    right: auto;
    margin-left: 15px;
  }
  .fs-checkout-form .fs-delivery-methods-wrap .radio label,
  .fs-checkout-form .fs-payment-methods-wrap .radio label {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: auto;
  }
  .fs-cart-listing .fs-products-after .btn {
    margin-bottom: 20px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
    justify-content: center;
  }
  .delivery-methods .section-content,
  .pay-methods .section-content {
    margin-bottom: 30px;
    padding: 0;
    background: none !important;
  }
  .product-meta__main {
    padding: 18px;
  }
  .product-meta__form input {
    margin-bottom: 15px;
  }
  .fs-qty-wrap {
    display: flex;
    align-items: center;
  }
  .product-meta .btn-lg {
    display: flex;
  }
  .fs-product-tabs .nav-tabs {
    flex-direction: column;
  }
  .fs-product-tabs .nav-tabs .nav-link {
    padding: 11px;
  }
  .product-meta__row:last-child {
    margin-bottom: 30px;
  }
  .product-meta__second .select {
    margin-bottom: 30px;
  }
  div#fs-product-slider-wrapper {
    margin-bottom: 30px;
  }
  .page-title {
    font-size: 24px;
  }
  #product_slider li a {
    min-height: 280px;
  }
  .catalog-categories .catalog-category picture,
  .product-advantages,
  .product-meta__share-title {
    display: none;
  }
  .city-list {
    flex-direction: row;
    max-height: 100%;
    width: 100%;
  }
  .header-top__bts .social-hidden > li > ul {
    flex-direction: column;
  }
  .section-padding {
    padding: 30px 0;
  }
  .section-reviews {
    padding: 30px 10px;
  }
  .product-tabs .nav {
    flex-direction: column;
    margin: 0;
  }
  .product-tabs .nav .nav-link {
    margin: 0 auto 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-reviews__btn {
    text-align: center;
  }
  .section-reviews__btn .btn {
    width: 100%;
    justify-content: center;
    max-width: 250px;
  }
  .section-reviews__btn .btn:not(:last-child) {
    margin-bottom: 20px;
  }
  .header-main .container {
    padding: 32px 15px 5px;
  }
  .header-top__bts {
    justify-content: center;
    width: 100%;
  }
  .header-top__contacts,
  .popular-categories {
    display: none;
  }
  .main-slider__text p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
  .section-title {
    font-size: 24px;
  }
  .city-list {
    margin-bottom: 30px;
  }
  .city-list li {
    flex-basis: 100%;
  }
}
/* Телефоны —  544px */
/* Айфон в портретном режиме — 320px */

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