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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Mont";
  src: url("/wp-content/themes/perci/font/Mont-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Mont";
  src: url("/wp-content/themes/perci/font/Mont-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Mont";
  src: url("/wp-content/themes/perci/font/Mont-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Mont";
  src: url("/wp-content/themes/perci/font/Mont-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Mont";
  src: url("/wp-content/themes/perci/font/Mont-SemiBold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Mont";
  src: url("/wp-content/themes/perci/font/Mont-Bold.woff2") format("woff2");
  font-weight: 800;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #ebebeb;
  font-family: "Mont", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  /*margin-bottom: 1.5em;*/
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

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

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

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

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

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

.post,
.page {
  /*margin: 0 0 1.5em;*/
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

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

/*Custom*/
.fake-block {
  position: relative;
  width: 100%;
  flex: 1;
}
.city-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex: 1;
  padding-top: 22px;
}
.city-link {
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: rgba(229, 227, 221, 0.2);
  transition: all 0.3s ease-out;
}
.city-link.selected-city {
  color: #e5e3dd;
  text-decoration-line: underline;
}
.city-link:last-child {
  margin-left: 2px;
}
.city-wrapper svg {
  margin-bottom: 2px;
}
.city-link-mobile {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: rgba(11, 11, 11, 0.5);
  transition: all 0.3s ease-out;
}
.selected-mobile.city-link-mobile {
  text-decoration-line: underline;
  color: #6f343e;
}
a {
  transition: all 0.3s ease-in-out;
}
a:not(.selected):hover {
  color: #a54d5b !important;
}
.current-menu-item > a {
  border-bottom: 1px solid #6f343e;
}
.back-to-top {
  position: fixed;
  z-index: 100000;
  bottom: 20px;
  left: 30px;
  min-height: 30px;
  display: none;
  cursor: pointer;
}
.wp-block-cover {
  height: 100vh;
}
.site-header {
  background-color: #343f54;
  width: 100%;
  height: 124px;
  display: flex;
  z-index: 1042;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: top 0.2s ease-in-out;
  position: absolute;
}
.site-branding {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.custom-logo-link {
  width: auto;
  padding-top: 22px;
}
.custom-logo {
  height: auto;
  width: 410px;
  margin: 14px 0px;
  margin-right: 0px;
}
.main-navigation {
  display: flex;
  vertical-align: middle;
  text-align: center;
  width: auto;
  justify-content: center;
  flex-direction: row;
  background: #fbf4f0;
  padding-top: 0px;
  padding-bottom: 10px;
}
:where(.home) .main-navigation {
  padding-top: 0px;
  padding-bottom: 0px;
}
.menu-main-menu-container {
  height: auto;
  /*max-width: 1200px;*/
  max-width: calc(100% - 272px);
}
.woocommerce-billing-fields,
.woocommerce-additional-fields,
#order_review_heading {
  color: #000;
}
#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 0px;
  transition: opacity ease-in-out 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  padding-left: 0px;
}

.nav-menu ul {
  display: flex;
  flex-flow: wrap;
}
.main-navigation li {
  /* padding: 0 15px 0 0; */
  font-size: 16px;
  margin: 10px 0;
}
.main-navigation li a {
  color: #6f343e;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  font-family: "Mont", sans-serif;
  margin: 0 15px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}
.main-navigation .current_page_item {
  opacity: 0.7;
}
.social-link {
  display: table-cell;
  vertical-align: middle;
  min-width: 320px;
  width: auto;
  text-align: center;
  position: relative;
}
.social-link a {
  padding-right: 10px;
  text-decoration: none;
}
.site-footer {
  background-color: #343f54;
}
.site-info {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 28%;
  max-width: 1165px;
  padding: 0;
  background-color: #343f54;
}
.site-info-mobile {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background-color: #111314;
}
.text-info-1 p,
.text-info-1-mobile p {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #e5e3dd;
  margin-top: 40px;
}
.text-info-1-mobile p {
  flex: 1;
}
.info-container-3 a {
  text-decoration: none;
  color: #e5e3dd;
}
body:where(.tax-product_cat) .woocommerce ul.products li.product a {
  background: #fff;
}
.logo-img-nav-bar-menu {
  display: flex;
  justify-content: end;
  align-self: flex-end;
  position: absolute;
  bottom: 0px;
}
.h1-text-info-1-mobile,
.h1-text-info-1 {
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  font-size: 2.5rem !important;
}
.container-site-info {
  text-align: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.container-site-info-mobile {
  text-align: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.social-facebook,
.social-instagram {
  display: inline-block;
  margin: 4px 1px 0;
}
.site-info-bottom {
  /* padding-top: 60px;
    padding-bottom: 75px; */
  background-color: #ffffff;
  height: 100px;
}
.container-site-info-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 20px;
  height: 100px;
}
.text-info-2 {
  /* max-width: 1160px; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.bottom__ul {
  text-align: center;
  list-style-type: none;
  padding-top: 16px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.bottom__li {
  clear: both;
  font-family: "Mont", sans-serif;
  color: #000;
  font-size: 14px;
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-weight: 600;
}
.bottom__li a {
  text-decoration: none;
}
.copyright__bottom {
  text-align: center;
  font-family: "Mont", sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 0.7;
  /* height: 100px; */
  /* padding-top: 40px;
    padding-bottom: 40px; */
}
.deep__bottom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #171717;
}
.form-button {
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  z-index: 99;
}
.btn_text_animate {
  position: absolute;
  right: 80px;
  white-space: nowrap;
  background: #fff;
  padding: 9px 13px;
  font-size: 15px;
  border-radius: 3px;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  top: 50%;
  background: #292929;
  color: #fff;
  opacity: 0.85;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn_text_animate::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left-color: #292929;
}
.btn-wrapper {
  position: relative;
  background: #868686;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
/*.btn-wrapper:active{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}*/
.btn-wrapperclicked {
  background: #868686 !important;
  position: relative;
  background: transparent;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
/*.btn-wrapperclicked:active{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}*/

.btn_animated {
  animation: btn_animate 2s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation: btn_animate_1 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
.btn_animated:hover {
  animation-play-state: paused;
}
@-webkit-keyframes btn_animate_1 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  25% {
    -webkit-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  70% {
    -webkit-transform: rotate(-10deg) scale(1.1);
    transform: rotate(-10deg) scale(1.1);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}

@keyframes btn_animate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  25% {
    -webkit-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  70% {
    -webkit-transform: rotate(-10deg) scale(1.1);
    transform: rotate(-10deg) scale(1.1);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}

.popup-form {
  margin: 0;
  top: initial;
  left: initial;
  right: 28px;
  bottom: 95px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  position: fixed;
  z-index: 1;
  cursor: default;
  text-align: center;
  max-width: 360px;
  transition: opacity ease-in-out 0.2s;
  z-index: 100101;
}
.form-wrapper {
  padding: 30px 35px 40px;
  border-radius: 5px;
  overflow-y: auto;
  max-height: 65vh;
}
.form-icon {
  fill: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-icon-close {
  fill: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-text {
  font-size: 22px;
  line-height: 1.35;
  font-family: "Mont", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}
.form-text p {
  margin: 0;
}
.form-container {
  margin: 0 auto;
}
.form-wrapper input[type="submit"] {
  height: 50px;
  padding: 0;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #fa8669;
  color: #fff;
  border-width: 0;
  background-color: #282828;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  font-family: "Mont", sans-serif;
}
.addition-info {
  margin-top: 30px;
}
.addition-info p {
  margin: 0;
}
.additional-text {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.55;
}
.additional-text-2 {
  font-size: 18px;
  line-height: 1.55;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 290px;
  outline: none;
  height: 50px;
  border: 1px solid #d1d1d1;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Mont", sans-serif;
}
.input-wrapper {
  width: 290px;
  height: 110px;
}
.input-wrapper p {
  margin: 0;
}
.container-text-menu-primary {
  padding: 10px 0px 10px 0px !important;
  margin: 0;
  font-size: 32px !important;
}
div.woocommerce {
  background-color: #fbf4f0;
}
div.woocommerce .columns-4 {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* max-width: 1200px;
    padding: 45px 0px 0px 0px; */
}

.woocommerce ul.products li.product-category a img {
  filter: brightness(0.7);
  object-position: center;
  transition: all ease-in-out 0.25s;
  height: 504px;
  margin: 0;
  object-fit: cover;
  max-width: 100%;
  transition: all ease-in-out 0.25s;
  filter: brightness(1);
  border: 0px solid #000000;
  border-radius: 0px;
}
body.home .woocommerce ul.products li a {
  position: relative;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  top: calc(50% - 52px / 2 - 1.5px);
  bottom: 0;
  margin: auto;
  height: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  position: absolute;
  left: 0;
  right: 0;
  list-style: none;
  text-decoration: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  margin: auto;
  line-height: 49px;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  transform: translateY(20%);
  text-transform: uppercase;
}
body:not(.tax-product_cat) .woocommerce ul.products li.product {
  float: left;
  margin: 0;
  padding: 0px 0px 16px 0px;
  display: flex;
  align-self: end;
}

body:not(.tax-product_cat) .woocommerce ul.products li.product:nth-child(4n + 1) {
  width: 765px;
}
body:not(.tax-product_cat) .woocommerce ul.products li.product:nth-child(4n + 2) {
  width: 417px;
}
body:not(.tax-product_cat) .woocommerce ul.products li.product:nth-child(4n + 3) {
  width: 462px;
}
body:not(.tax-product_cat) .woocommerce ul.products li.product:nth-child(4n) {
  width: 720px;
}

.woocommerce ul.products li.product-category:nth-child(4n + 1) a img {
  width: 765px;
}
body:not(.tax-product_cat) .woocommerce ul.products li.product-category:nth-child(4n + 2) a img {
  width: 417px;
}
body:not(.tax-product_cat) .woocommerce ul.products li.product-category:nth-child(4n + 3) a img {
  width: 462px;
}
body:not(.tax-product_cat) .woocommerce .products .product:nth-child(4n) a img {
  width: 720px;
}
.woocommerce ul.products::before {
  display: none;
}
.woocommerce ul.products li.product-category a:hover h2 {
  opacity: 1;
  transform: translateY(0%);
  transition: all ease-in-out 0.2s;
}
.woocommerce ul.products li.product-category a:hover img {
  transition: all ease-in-out 0.25s;
  filter: brightness(0.6);
}

.product-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-category .category-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.product-category:hover .category-text {
  transform: translateY(0%);
}

.product-category:hover img {
  overflow: hidden;
}
img.logo_faini_img {
  height: 68px;
  max-width: 100%;
  width: 100%;
  padding: 23px 0px 23px 25px;
  margin-right: 16px;
  float: right;
}
.menu__content {
  top: 16px !important;
  position: absolute;
  right: 15px;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: auto;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.menu__content_container {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.menu__content_burger {
  width: 32px;
  height: 14px;
  z-index: 999;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto;
}
.menu__content_burger span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 3px;
  border-radius: 10px;
  background-color: #ffffff !important;
}
.menu__content_burger span:nth-child(1) {
  top: -2px;
}
.menu__content_burger span:nth-child(2) {
  top: 8px;
}
.menu__content_burger span:nth-child(3) {
  top: 18px;
}
.menu__content_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.menu__content_overlay_active {
  display: block;
  z-index: 99999;
  opacity: 1;
}
.menu__content_overlay_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}
.menu__content_overflowed {
  /* max-width: 260px; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 99999;
  -webkit-transition: transform ease-in-out 0.3s;
  -moz-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  background-color: #fbf4f0;
}
.menu__content_overflowed_show {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 999999;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__content_overlay_container {
  box-sizing: border-box;
  padding: 70px 24px 38px;
  position: relative;
  height: auto;
  text-align: center;
}
.menu__content_overlay_logo {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 25px;
}
.menu__content_overlay_logo_img {
  display: block;
  width: 100%;
  max-width: 120px;
}
.menu__content_main {
  margin: 0;
  padding: 0;
}
.menu__content_main_ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}
/* .menu__content_main_li{
		clear: both;
		font-family: Arial,sans-serif;
		font-size: 16px;
		display: block;
		margin: 0;
		color: #000;
	  } */
.menu__content_main_li a {
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  color: #000000 !important;
  font-weight: 600;
  font-family: "Mont", sans-serif;
}
.menu__content_main_li a:hover {
  color: #ff0000 !important;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.menu__content-social-link-container {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
}
.social-link-instagram,
.social-link-facebook {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-top: 2px;
}
.menu__content_overlay_close_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  width: 40px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: 16px;
  right: 24px;
  cursor: pointer;
  z-index: 999999;
}
.close__icon {
  width: 30px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 999;
  margin: 0;
  margin-top: 11px;
  margin-left: 8px;
}
.close__icon span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 2px;
  background-color: #000000 !important;
}
.close__icon span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.close__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.close__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
.close__icon span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.small-wrapper-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.small-wrapper-1-mobile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.text-info-1 {
  text-align: left;
  color: #fff;
  width: 100%;
  margin-bottom: 40px;
}
.logo-info-container p span {
  margin-right: 32px;
}
span.info-container-span-0 {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #e5e3dd;
}
.text-info-1-mobile {
  padding: 16px 20px;
  text-align: left;
}
.text-info-1-mobile p {
  color: #ffffff !important;
  line-height: 19.6px;
}
.footer-social {
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}
.social-instagram {
  padding-left: 7px;
}
.social-facebook {
  padding-right: 7px;
}
.footer-social a {
  text-decoration: none;
  border-bottom: 1px solid #000000;
  box-shadow: inset 0px 0px 0px 0px #000000;
  -webkit-box-shadow: inset 0px 0px 0px 0px #000000;
  color: #fe8578;
}
ul#side-menu {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}

ul#side-menu li.menu-item {
  padding: 4px 0;
}
ul#side-menu li.menu-item ul > li {
  padding: 4px 0;
}

ul#side-menu li.menu-item a {
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-weight: 800;
  font-family: "Mont", sans-serif;
  text-decoration: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6f343e;
}
/*Корзина*/
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin: 0;
  margin-left: 10px;
}
.woocommerce-page table.cart td.actions {
  float: left;
}
body:not(.tax-product_cat) .button.wp-element-button {
  background: #282828;
  color: #fff !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
}
body:not(.tax-product_cat) .button.wp-element-button:hover {
  background: #000000 !important;
  color: #873542 !important;
}
@media screen and (max-width: 580px) {
  /* body.woocommerce-checkout .entry-title::after{
		left: -12px;
	} */
  .header-spacer-navigation {
    display: none;
  }
}
.cart-collaterals,
.woocommerce-cart-form__cart-item .cart_item {
  color: #000;
}
.woocommerce-cart-form__cart-item .product-name a {
  color: #000000;
  text-decoration: none;
}
.checkout-button.button.alt.wc-forward.wp-element-button {
  text-decoration: none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #111314;
}
/* .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
	display: flex;
	justify-content: space-between;
} */
.xoo-wsc-sum-col a {
  color: #000000;
}
.woocommerce table.shop_table td {
  border-color: #fff !important ;
}
/*Категории-----------------------------------------------------------------------------------------------------------------*/
/*Попап товарка*/
.mfp-container {
  padding: 0px 0px;
}
.mfp-inline-holder .mfp-content {
  width: 100%;
  height: 100%;
}
.mfp-content .fake-options {
  margin-top: 24px;
}
.wpb_wl_quick_view_content {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #fbf4f0;
}
.wpb_wl_images {
  width: 60%;
  height: 100%;
  margin: 0px 0 0px 0px;
}
@media screen and (min-width: 1200px) {
  .wpb_wl_summary {
    float: right;
    width: 45%;
    display: inline;
    height: 100%;
    padding: 91px 121px 0px 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .wpb_wl_summary {
    float: right;
    width: 45%;
    display: inline;
    height: 100%;
    padding: 91px 20px 0px 0px;
  }
}
@media screen and (min-width: 769px) {
  :where(.home) div.woocommerce .columns-4 {
    padding-bottom: 100px;
  }
}

.wpb_wl_images img {
  object-fit: cover;
  padding: 45px 40px 45px 45px;
}
.wpb_wl_summary .button {
  background-color: #ff7300;
  color: #fff;
  border-radius: 40px;
}
.mfp-wrap {
  /* background-color: #fff; */
}
.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-zoom-in.mfp-ready {
  overflow: hidden !important;
}
.woocommerce-product-gallery__image a {
  height: 100%;
  display: flex;
}
.woocommerce div.product.wpb_wl_quick_view_content div.images,
.woocommerce-page div.product.wpb_wl_quick_view_content div.images,
.wpb_wl_quick_view_content div.images,
figure.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image {
  height: 100%;
}
.single_variation_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}
.woocommerce-variation.single_variation {
  padding-left: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  display: flex;
  align-items: start;
  text-align: right;
  letter-spacing: 0.05em;
  color: #111314;
  margin-right: 20px;
  flex: 1;
  justify-content: flex-end;
}
.mfp-content .woocommerce-variation.single_variation {
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
.mfp-content .wpb_wl_summary form.cart .button {
  width: 100%;
  max-width: 280px;
  background-color: #6f343e;
}
.mfp-content .single_variation_wrap {
  gap: 54px;
}
.mfp-content
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  justify-content: start;
}
/* @media screen and (max-width:960px)  {
	.mfp-content .single_variation_wrap{
		gap: 14px;
	  }
  } */

/*colors*/
/* .wpb_wl_product_,.mfp-content .wpb_wl_summary span.woocommerce-Price-amount.amount,.wpb_wl_summary p,.woocommerce div.product form.cart .variations label,.woocommerce div.product p.price, .woocommerce div.product span.price, .mfp-close-btn-in .mfp-close,.woocommerce-product-details__short-description > div{
		color: #E5E3DD;
		letter-spacing: 0.05em;
	} */
button.mfp-arrow {
  display: none;
}
.wpb_wl_summary p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #111314;
  margin: 0;
}
.wpb_wl_product_title,
.wpb_wl_product_price .amount,
.wpb_wl_summary .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #111314;
  margin: 0px 0px 10px 0px;
}

/**/
.woocommerce ul.products li.product .price {
  margin-bottom: 0px !important;
}
.entry-header {
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.entry-title {
  display: flex;
  position: relative;
  justify-content: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6f343e;
  margin-top: 70px;
  margin-bottom: 70px;
}
.entry-title::before {
  content: url("/wp-content/themes/perci/svg/red-line-title.svg");
  position: absolute;
  bottom: -30px;
  transform: scale(80%);
}
.wp-block-group.is-nowrap.is-layout-flex.wp-container-1 p,
.wp-block-group.is-nowrap.is-layout-flex.wp-container-5 p {
  font-weight: 600;
  font-family: "Mont", sans-serif;
  font-size: 24px;
  line-height: 31px;
  color: #111314;
  text-align: left;
}
.woocommerce-products-header__title.page-title {
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 46px;
}
.woocommerce-products-header__title.page-title img {
  position: absolute;
  left: 0px;
  z-index: 1;
  bottom: -8px;
  width: 100%;
}
.woocommerce-products-header__title.page-title span {
  position: relative;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6f343e;
}
@media screen and (min-width: 581px) {
  /* .woocommerce-products-header__title.page-title::before,.entry-title::before{
		content: url("/wp-content/themes/perci/svg/logo-in-category.svg") !important;
		width: 110px !important;
		height: auto !important;
		position: absolute;
		top: 0;
		left: -70px;
		right: 0;
		bottom: 0;
		z-index: -1;
		opacity: 1;
		vertical-align: top;
	} */
}
@media screen and (max-width: 580px) {
  /* .woocommerce-products-header__title.page-title::before,.entry-title::before{
		/*content: url("/wp-content/themes/perci/svg/logo-in-category.svg") !important;*/
  /* width: 62px !important;
	    height: auto !important;
	    position: absolute;
	    top: 0;
	    left: -47px;
	    right: 0;
	    bottom: 0;
	    z-index: -1;
	    opacity: 1;
	    vertical-align: top;
	} */
}

#primary {
  background-color: #fbf4f0;
}
body.home #primary {
  padding-top: 8px;
}
.woocommerce ul.products::after {
  display: none;
}
.page:not(.home) main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) and (min-width: 580px) {
  .woocommerce ul.columns-4.products li.type-product {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 580px) {
  .woocommerce ul.columns-4.products li.type-product {
    background-color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .page:not(.home) main {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none;
}
header.woocommerce-products-header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  margin-bottom: -10px;
}
.woocommerce ul.columns-4 li.type-product a > img {
  object-position: center;
  width: 360px !important;
  height: 360px !important;
  /* margin: 0; */
  object-fit: cover;
  max-width: 100%;
}
.woocommerce-shipping-destination {
  display: none;
}
.woocommerce ul.columns-4 li.type-product {
  width: 372px;
  float: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: none;
  background-color: #fff;
}
@media screen and (max-width: 1540px) {
  .woocommerce ul.columns-4 li.type-product {
    width: 340px;
  }
}
@media screen and (max-width: 1370px) {
  .woocommerce ul.columns-4 li.type-product {
    width: 310px;
  }
}
@media screen and (max-width: 1279px) {
  .woocommerce ul.columns-4 li.type-product {
    width: 285px;
  }
}
.woocommerce ul.columns-4 li.type-product a > h2 {
  padding: 26px 0px 8px 20px !important;
  color: #111314;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 29px;
}
.woocommerce ul.columns-4 li.product a .price {
  display: none;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.35;
}
.woocommerce ul.products li.product .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.05em;
  color: #111314;
}
.xoo-wsc-tools-value {
  color: #000;
}
body.tax-product_cat.woocommerce ul.columns-4 {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 272px);
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-bottom: 20px;
  gap: 24px;
}
body.tax-product_cat.woocommerce ul.columns-4 {
  padding-bottom: 100px;
}
a.reset_variations {
  display: none !important;
}
.variations select {
  display: none !important;
}
select option:checked,
select option:hover {
  background-color: #282828;
  color: #fff;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
.wpb_wl_summary .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  font-weight: 800;
  /* margin: 20px auto; */
  width: 100%;
  max-width: 280px;
  border: 1px solid #6f343e;
  background-color: #6f343e;
  border-radius: 66px;
  -moz-border-radius: 66px;
  -webkit-border-radius: 66px;
  transition: all 0.2s ease-in-out;
  height: 50px;
  border: 1px solid transparent;
  letter-spacing: 0.08em;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e5e3dd;
  padding-bottom: 12px;
}
.wpb_wl_summary .button svg {
  margin-left: 10px;
  display: none !important;
}
.wpb_wl_summary .button svg path {
  transition: all 0.3s ease-in-out;
}
.wpb_wl_summary .button:hover svg path {
  fill: #000;
  transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li.product .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  letter-spacing: 0.08em;
  background-color: #6f343e;
  border-radius: 66px;
  -moz-border-radius: 66px;
  -webkit-border-radius: 66px;
  transition: all 0.2s ease-in-out;
  height: 50px;
  border: 1px solid transparent;
  margin-top: auto;
  font-weight: 800;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e5e3dd;
}
.woocommerce ul.products li.product .button:not(.selected):hover,
.wpb_wl_summary .button:not(.selected):hover {
  background: #5a222c;
  border-radius: 62px;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  color: #776f69 !important;
  opacity: 1 !important;
}
/* .woocommerce ul.products li.product .button:active{
	background-color: #292B2B;
    transition: all 0.1s ease-in-out;
    border: 1px solid #292B2B;
    color: #E5E3DD !important;
} */
p.bottom-block {
  margin: 33px 0px 0px 0px;
  text-align: left;
  padding-left: 184px;
}
.woocommerce ul.products li.product .single_add_to_cart_button {
  display: flex;
  margin: 0px;
  background: #6f343e;
  color: #e5e3dd;
  border-radius: 66px;
  width: 280px;
  max-width: 280px;
  font-weight: 800;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #6f343e;
}
.simple_price {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  display: flex;
  align-items: start;
  text-align: right;
  letter-spacing: 0.05em;
  color: #111314;
  margin-right: 20px;
  flex: 1;
  justify-content: flex-end;
}
.simple-product-footer-wrapper {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding: 4px 14px;
  padding-bottom: 23px;
}
.simple_price del {
  opacity: 0.5;
}
.simple_price ins {
  background-color: #fff;
}
.woocommerce ul.products li.product .onsale {
  display: none;
}
.woocommerce ul.products li.product .quantity {
  margin-bottom: 10px;
}
form.variations_form.cart {
  margin-top: auto;
  padding: 4px 14px;
  color: #2b2b2b;
  background: #fff;
}

.woocommerce-cart .quantity .qty {
  display: block !important;
}
a.added_to_cart.wc-forward,
.woocommerce:where(body:not(.woocommerce-cart)) button.button.added::after,
.woocommerce .quantity .qty {
  display: none;
}
.xoo-wsc-basket {
  top: 200px !important;
  right: 15px !important;
  z-index: 991;
  margin: 0;
  width: 48px;
  height: 48px;
}
.xoo-wsc-basket .xoo-wsc-bki {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-desc p,
.product-desc div {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.product-desc {
  color: #111314;
  padding: 0px 0px 10px 20px !important;
}
ul.products a.page-numbers {
  color: #000000;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
}
.woocommerce-page #payment #place_order,
body.woocommerce-cart div.woocommerce .checkout-button {
  color: #ffffff;
  background-color: #282828;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.woocommerce-page #payment #place_order:hover,
body.woocommerce-cart div.woocommerce .checkout-button:hover {
  background-color: #020202;
  transition: all 0.2s ease-in-out;
  color: #6f343e;
}
body.woocommerce-checkout div.woocommerce,
body.woocommerce-cart div.woocommerce {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
header.entry-header {
  text-align: center;
}
.bottom-header-spacer {
  position: relative;
  width: 100%;
  height: 59px;
  background: #fbf4f0;
  transition: all 0.3s ease-out;
}

.bottom-header-wrapper {
  position: absolute;
  z-index: 11;
  width: 100%;
}
.bottom-header-wrapper.fixed-header-wrapper {
  position: fixed;
  top: 111px;
  background-color: #fbf4f0;
}
body:where(.home) .bottom-header-wrapper.fixed-header-wrapper {
  position: fixed;
  top: 70px;
  background-color: #fbf4f0;
  transition: all 0.3s ease-out;
}
body.woocommerce-cart .woocommerce-cart-form__cart-item .product-price span {
  color: #000000;
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
}
body.xoo-wsc-active .xoo-wsc-price span.woocommerce-Price-amount.amount {
  color: #000000 !important;
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
}
.simple-product-loop-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  justify-content: flex-start;
}
figure.wp-block-image.size-full {
  display: flex;
  justify-content: center;
}
img.wp-image-411 {
  flex: 0;
  padding: 0px 12px;
  width: auto;
}
.fake-options {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 15px;
}
.fake-options div {
  border: 0.5px solid #292b2b;
  border-radius: 40px;
  text-align: center;
  margin: 0px 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 34px;
  font-weight: 600;
  padding: 0px 12px;
  width: auto;
}
/* .fake-options div:not(.selected):hover{
	border:0.5px solid #FF7300;
} */
.footer-info-wrapper p {
  margin: 40px 0px 27px 0px;
}
.selected {
  color: #e5e3dd !important;
  border: 0.5px solid #6f343e !important;
  border-radius: 55px !important;
  background: #6f343e;
}
/*adaptive*/

.nav__menu_mobile {
  display: none;
  width: 100%;
  top: 0;
  z-index: 990;
}
.navbar_link_text_li a,
.navbar_link_text_ul,
.navbar_social_link a {
  text-decoration: none;
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.navbar_link_text_li {
  padding: 10px;
}
.navbar_link_text {
  padding: 20px 0;
}
.navbar_social_link {
  padding: 20px 0;
}
#billing_country_field {
  display: none;
}
.deep__bottom_empty {
  height: 65px;
  margin-top: 0px;
  background-color: #171717;
  border: none;
}

@media screen and (max-width: 1200px) {
  .custom-logo {
    margin: 0;
  }
  .social-link {
    display: table-cell;
    vertical-align: middle;
    min-width: 285px;
    width: auto;
    position: relative;
  }
  .main-navigation ul.nav-menu {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  #primary-menu {
    padding-right: 0px;
  }
  .container-site-info,
  .container-site-info-bottom {
    max-width: 960px;
    padding: 0;
  }
  div.woocommerce > .columns-4 {
    max-width: 100%;
    width: 100%;
  }
  .woocommerce ul.products li.product a img {
    width: 600px !important;
    height: 450px;
  }
  .woocommerce ul.columns-4 li.type-product {
    width: 300px;
    float: left;
  }
  body.tax-product_cat.woocommerce ul.columns-4 {
    max-width: 960px;
  }
  .woocommerce ul.columns-4 li.type-product a > img {
    width: 300px !important;
    height: 300px !important;
  }
  body.woocommerce-checkout .entry-content,
  body.woocommerce-cart .entry-content {
    max-width: 1200px;
    margin: 0px 20px;
  }
  body.home .entry-content {
    max-width: 1200px;
    margin: 0px 20px !important;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.tax-product_cat) .woocommerce ul.products li.product {
    width: 48% !important;
    padding-top: 22px;
  }
}

@media screen and (max-width: 1000px) {
  span.info-container-3 {
    display: flex;
    margin: 8.5px 0px 0px 0px;
  }
  .info-container-3 a img {
    margin: 0px 10px 0px 0px;
  }
  .logo-info-container a {
    margin-left: 0px !important;
  }
  .logo-info-container p span {
    margin-right: 0px !important;
  }
  span.info-container-span-2 {
    display: flex;
  }
  .container-site-info {
    max-width: 640px;
  }
  .container-site-info-bottom {
    max-width: 640px;
  }
  div.woocommerce .columns-4 {
    max-width: 100%;
    width: 100%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50%;
    float: left;
    margin: 0;
  }
  .woocommerce ul.columns-4 li.type-product {
    width: 40%;
    float: left;
    margin-top: 20px;
  }
}
@media screen and (min-width: 981px) {
  .nav__menu_mobile_navbar_container,
  .navbar__container {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .menu__content {
    display: none !important;
  }
  .fixed-header {
    position: fixed;
    height: 70px;
    padding-top: 6px;
    top: -40px;
    transform: translateY(-100%);
  }
  .fixed-header.animation-translate-top-header {
    transform: translateY(0%);
    top: 0px;
    transition: transform 0.4s ease-out;
  }
  .bottom-header-wrapper-fixed {
    top: -40px;
    position: fixed;
    transform: translateY(-100%);
    transition: all 0.6s ease-out;
    z-index: 101;
    width: 100%;
  }
  .animation-translate-header {
    top: 70px !important;
    position: fixed !important;
    transform: translateY(0%) !important;
  }
  .bottom-header-wrapper-fixed .main-navigation {
    padding: 0;
    background: #e4d7d0;
  }
  .bottom-header-wrapper-fixed .main-navigation li {
    margin: 8px 0px;
  }
  .fixed-header .custom-logo-link {
    padding: 0;
  }
  .fixed-header .custom-logo {
    margin: 0;
  }
  .fixed-header .city-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 581px) {
  .simple_price {
    padding-left: 5px;
    align-self: center;
    justify-content: flex-start;
    margin-left: 0px;
  }
}
@media screen and (min-width: 980px) {
  .woocommerce-variation.single_variation {
    margin: 20px 24px 0px 0px;
  }
  .simple_price {
    margin: 20px 18px 0px 0px;
  }
}
@media screen and (max-width: 980px) {
  .bottom-header-spacer,
  .city-wrapper {
    display: none;
  }

  .city-wrapper.mobile {
    display: flex;
  }
  .menu__content {
    padding-right: 10px;
  }
  .woocommerce ul.products li.product .button {
    max-width: 214px;
  }
}
.site-info.mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .logo-wrapper {
    align-self: flex-start;
    position: absolute;
    right: 15px;
  }
  .text-info-1 p,
  .text-info-1-mobile p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #e5e3dd;
    margin: 0;
  }
  span.info-container-span-0 {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #e5e3dd;
  }
  .site-info.mobile {
    display: flex;
    height: auto;
  }
  .site-info {
    display: none;
  }
  .site-header .logo-info-container {
    padding-top: 21px;
  }
  .text-info-1 .logo-info-container .footer-info-wrapper {
    gap: 22px;
  }
}
@media screen and (max-width: 980px) {
  /* .entry-content{
		margin-top: 64px;
	} */
  .header-spacer {
    height: 68px !important;
  }
  .entry-title {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .row-1-head:last-child {
    margin: 0;
    margin-top: 30px;
  }
  .row-1-head {
    padding: 0px !important;
  }
  figure.wp-block-image.size-large.is-resized.title-img-head {
    margin: 0 !important;
  }
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-1 p,
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-5 p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .row-1-head p {
    text-align: center !important;
  }
  .row-1-head .is-layout-flex {
    flex-direction: column;
  }
  .header-spacer-navigation {
    display: none !important;
  }
  .cats-header-menu {
    display: none !important;
  }
  figure.wp-block-image.size-full {
    margin: 0 !important;
  }
  .site-header {
    background-color: #343f54;
    height: 68px;
    position: fixed;
    top: 0;
  }
  ul.menu li:lt(5) a {
    text-transform: uppercase;
  }
  .site-branding,
  .main-navigation,
  .social-link {
    display: none;
  }
  .nav__menu_mobile {
    background-color: #343f54;
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
  }
  .nav__menu_mobile_container {
    position: relative;
  }
  .nav__menu_mobile_logo {
    position: absolute;
    color: #fff;
    top: 50%;
    max-width: calc(100% - 80px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
  }
  .nav__menu_mobile_burger {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 28px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 1003;
  }
  .nav__menu_mobile_burger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    height: 3px;
    background-color: #fff;
  }
  .nav__menu_mobile_burger span:nth-child(1) {
    top: 0px;
  }
  .nav__menu_mobile_burger span:nth-child(2),
  .nav__menu_mobile_burger span:nth-child(3) {
    top: 8px;
  }
  .nav__menu_mobile_burger span:nth-child(4) {
    top: 16px;
  }
  .nav__menu_mobile_burger_opened > span {
    display: block;
  }
  .nav__menu_mobile_burger_opened span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  .nav__menu_mobile_burger_opened span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav__menu_mobile_burger_opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav__menu_mobile_burger_opened span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  .nav__menu_mobile_navbar_container {
    position: static;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    transition: background-color 0.3s linear;
    z-index: 99999;
    width: 100%;
  }
  .navbar__container {
    height: auto !important;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .navbar__logo {
    width: auto;
    display: block;
    padding-top: 20px;
  }
  .navbar__logo img {
    width: auto !important;
    box-sizing: border-box;
    padding: 20px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50%;
    float: left;
    margin: 0;
  }
  .container-text-menu-primary {
    display: none !important;
  }
  .small-wrapper-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  li.menu__content_main_li {
    padding: 4px 0;
  }
  .woocommerce ul.columns-4 li.type-product {
    width: 40%;
    float: left;
    margin-top: 20px;
  }
}

@media screen and (max-width: 960px) {
  body.tax-product_cat.woocommerce ul.columns-4 {
    max-width: calc(100%);
    padding: 0;
    padding-bottom: 100px;
  }
  .woocommerce ul.columns-4 li.type-product {
    width: 42%;
    float: left;
    margin: 10px 5px;
  }
  body.home #primary {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1279px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    opacity: 1;
    transform: translateY(0%);
    transition: all ease-in-out 0.2s;
    /*top:0;*/
    /* height: 46px !important; */
  }
  body.home .woocommerce ul.products li.product a img {
    transition: all ease-in-out 0.25s;
    filter: brightness(0.6);
  }
}
@media screen and (min-width: 580px) and (max-width: 1200px) {
  table.variations tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.wpb_simple_price_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 52px;
  margin-top: 55px;
}
.price.wpb_wl_product_price {
  display: block !important;
  margin: 0;
}
.woocommerce div.product form.cart {
  margin: 0;
}
@media screen and (max-width: 768px) {
  /*Popup-card*/
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    display: flex;
    justify-content: stretch;
    align-items: center;
    background-color: #fbf4f0;
    flex-direction: column;
    object-fit: cover;
    overflow: scroll;
  }
  .fake-options div {
    border: 0.5px solid #292b2b;
    border-radius: 40px;
    text-align: center;
    margin: 0px 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 8px 12px;
    display: flex;
    width: auto;
    align-items: center;
  }
  body:not(.tax-product_cat) .woocommerce ul.products li.product:last-child {
    border-bottom: solid 12px #fbf4f0 !important;
  }
  p.bottom-block {
    padding-left: 22px;
    font-size: 20px;
    margin: 0px;
    padding-top: 12px;
  }
  .wpb_wl_images {
    width: 100%;
    height: 100%;
    max-height: 320px;
  }
  .wpb_wl_images img {
    object-fit: cover;
  }
  .woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    object-fit: cover;
  }
  .wpb_wl_product_price,
  .wpb_wl_summary p,
  .wpb_wl_product_title {
    margin: 0 0 16px;
  }
  .wpb_wl_summary form.cart {
    margin: 0;
  }
  .woocommerce div.product form.cart .button {
    float: none;
    letter-spacing: 0.08em;
    width: auto;
    font-weight: 800;
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 0.08em;
    color: #e5e3dd;
  }
  .mfp-close-popup,
  .myBtn-close-popup {
    display: none;
  }
  .myBtn-close-popup-mobile {
    display: flex;
    justify-content: start;
    width: 100%;
  }
  .mfp-close-popup-mobile {
    overflow: visible !important;
    cursor: pointer !important;
    background: url("/wp-content/themes/perci/svg/red-button-mobile.svg") !important;
    border: 0 !important;
    -webkit-appearance: none !important;
    display: block !important;
    outline: none !important;
    padding: 0 !important;
    z-index: 1046 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    /* text-indent: -9999px !important; */
    width: 48px !important;
    height: 48px !important;
    transition: all 0.3s ease-in-out !important;
    margin: 22px 10px;
    position: relative !important;
  }
  .mfp-close-popup-mobile::before {
    content: "назад до розділу";
    display: inline-block;
    font-family: "Mont";
    margin-left: 54px;
    color: #6f343e;
    width: 154px;
    height: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .wpb_wl_images img {
    padding: 0px 0px 20px 0px;
  }
  .wpb_wl_product_title,
  .wpb_wl_product_,
  .mfp-content .wpb_wl_summary span.woocommerce-Price-amount.amount,
  .wpb_wl_summary p,
  .woocommerce div.product form.cart .variations label,
  .woocommerce div.product p.price,
  .woocommerce div.product span.price,
  .mfp-close-btn-in .mfp-close,
  .woocommerce-product-details__short-description > div,
  .wpb_wl_summary form.cart {
    color: #494747;
  }
  .mfp-content .wpb_wl_summary span.woocommerce-Price-amount.amount {
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 56px !important;
    letter-spacing: 0.05em;
    color: #111314;
  }
  .wpb_wl_summary {
    margin: 0;
    width: 100%;
    padding: 20px 26.5px 24px 26.5px;
  }
  .wpb_simple_price_wrapper {
    justify-content: space-between;
    gap: 0;
    margin-top: 20px;
  }
  h2.wpb_wl_product_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #111314;
    margin: 0;
  }
  .woocommerce-product-details__short-description p:last-child {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #111314;
    margin: 0;
  }

  .woocommerce-product-details__short-description p:first-child {
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #111314;
    margin: 8px 0px 20px 0px;
  }

  /*-----------*/
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    justify-content: end;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    height: auto;
    font-size: 32px !important;
    line-height: 41px !important;
    bottom: auto;
    top: calc(50% - 41px / 2 - 1.5px);
  }
  table.variations tr {
    display: flex;
    flex-direction: row;
  }
  .woocommerce ul.columns-4 li.type-product a > h2 {
    font-size: 24px !important;
    padding: 20px 26.5px 8px 18.5px !important;
  }
  .simple-product-loop-wrapper {
    margin-bottom: 0;
  }
  .fake-options {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .single_variation_wrap {
    padding: 16px 0px 24px 0px;
  }
  .product-desc,
  table.variations,
  table select {
    font-size: 14px !important;
  }
  /* table.variations tbody{
		display: flex;
	} */
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    justify-content: space-between;
  }
  .simple_price {
    font-size: 24px;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 47%;
    /*float: left;*/
    /*clear: both;*/
    margin: 10px 5px;
  }
  body.tax-product_cat.woocommerce ul.columns-4 {
    justify-content: space-around;
  }
  .woocommerce ul.products li.product .button {
    width: 100%;
  }
  body.home .woocommerce ul.products li.product,
  body.home .woocommerce-page ul.products li.product {
    max-width: 100% !important;
    width: 100% !important;
    float: left;
    margin: 0 !important;
    padding: 0px;
    border-radius: 0px;
    border-top: solid 12px #fbf4f0 !important;
  }
  .woocommerce ul.products li.product-category a img {
    border-radius: 0px;
    border: 0px solid #111314;
  }
  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    /*float: right;*/
  }
  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: none;
    padding: 0;
  }
  .deep__bottom_empty {
    height: 50px;
    margin-top: 0px;
  }
  .text-info-bottom {
    padding: 30px;
  }
  .back-to-top {
    left: 10px;
    bottom: 25px;
  }
  .form-button {
    bottom: 20px;
    right: 10px;
  }

  body.tax-product_cat .woocommerce ul.columns-4 li.type-product {
    width: 50%;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .text-info-1 {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
  }
  .simple-product-footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 2px;
  }
  .simple_price {
    /* margin-top: 0px;
		justify-content: left;
		width: auto;
		padding-left: 16px; */
  }
  .woocommerce ul.products li.product .button {
    margin: 0;
    max-width: 214px;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product a img {
    height: 350px;
    max-width: 100%;
  }
  .popup-form {
    right: 28px;
    bottom: 95px;
  }
}
@media screen and (max-width: 580px) {
  .text-info-1,
  .text-info-1 {
    text-align: left;
    padding: 10px 40px;
  }
  .small-wrapper-1 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .text-info-1,
  .text-info-1-mobile {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
  }
  .small-wrapper-1-mobile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .menu__content_overlay_container {
    text-align: left;
  }
  .woocommerce ul.columns-4 li.type-product {
    width: 100% !important;
    float: left;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 24px !important;
  }
  .copyright__bottom {
    height: 170px;
    text-align: left;
    padding-left: 40px;
  }
  #primary,
  .woocommerce-products-header__title.page-title {
    color: #e5e3dd;
    background-color: #fbf4f0;
  }
  .woocommerce-products-header__title.page-title::after,
  .entry-title::after {
    left: 0;
  }
  /* body.woocommerce-cart .entry-title::after{
		left: 40px;
	} */
  body.woocommerce-checkout .entry-title::after {
    left: 0;
  }
  body.woocommerce-checkout .entry-title,
  .page-title {
    width: auto;
  }
  .wp-block-image img {
    width: 57px;
    height: 57px;
  }
}

@media screen and (max-width: 480px) {
  /* .type-product{
		max-width: 100%;
		width: 100%;
		float: left;
		 margin-right: 10px; 
		 padding: 40px; 
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-bottom: 60px !important;
		border-top: 0 !important;
		display: flex;
		flex-direction: column;
		align-items: center;
	} */
  .copyright__bottom {
    height: 180px;
  }
}

@media screen and (max-width: 450px) {
  .menu__content {
    top: 100px;
  }
  .xoo-wsc-basket {
    top: 160px !important;
  }
}
@media screen and (max-width: 390px) {
  .copyright__bottom {
    height: 190px;
  }
}
@media screen and (max-width: 340px) {
  .copyright__bottom {
    height: 220px;
  }
}
@media screen and (max-width: 420px) {
  .popup-form {
    right: 0px;
    bottom: 95px;
    left: 0;
    margin: 0 auto;
  }
}

/*Adaptive Image*******************************************************************************************************************************/

@media screen and (min-width: 1470px) {
  .woocommerce ul.products li.product a img {
    width: 960px;
    height: 504px;
  }
}
@media screen and (max-width: 1100px) {
  .woocommerce ul.products li.product a img {
    height: 412px;
    width: 550px;
  }
}
@media screen and (max-width: 1000px) {
  .woocommerce ul.products li.product a img {
    height: 375px;
    width: 500px;
  }
  .site-footer {
    padding-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .woocommerce ul.products li.product a img {
    height: 367px;
    width: 490px;
  }
}
@media screen and (max-width: 940px) {
  .woocommerce ul.products li.product a img {
    height: 352px;
    width: 470px;
  }
}
@media screen and (max-width: 900px) {
  .woocommerce ul.products li.product a img {
    height: 337px;
    width: 450px;
  }
}
@media screen and (max-width: 850px) {
  .woocommerce ul.products li.product a img {
    height: 318px;
    width: 425px;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce ul.products li.product a img {
    height: 300px;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product a img {
    height: 576px;
  }
  body.tax-product_cat.woocommerce ul.columns-4 {
    gap: 0;
  }
  /* .woocommerce ul.products li.product a img{
		width: 100% !important;
		height: auto !important;
	}   */
  .woocommerce ul.columns-4 li.type-product a > img {
    height: auto !important;
  }
  .woocommerce ul.products li.product a img {
    width: 100% !important;
  }
  body.home .entry-content {
    margin: 0px 0px !important;
  }
  body.home .woocommerce ul.products li.product a img {
    width: 100% !important;
    height: 340px !important;
    max-width: 480px !important;
  }
  body.home .woocommerce ul.products li.product a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce ul.products li.product a img {
    height: 525px;
  }
  .woocommerce ul.products li.product a img {
    height: auto !important;
  }
}
@media screen and (max-width: 658px) {
  .woocommerce ul.products li.product a img {
    height: 493px;
  }
}
@media screen and (max-width: 640px) {
  .container-text-menu-primary {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce ul.products li.product a img {
    height: 450px;
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  body.tax-product_cat.woocommerce ul.columns-4 {
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .woocommerce-variation.single_variation {
    margin: 0;
  }
  .simple_price {
    justify-content: start;
    margin: 0;
    flex: 0;
    margin-left: 16px;
    margin-right: 8px;
  }
  .simple-product-footer-wrapper {
    justify-content: space-between;
  }
  .woocommerce ul.products li.product .simple-product-footer-wrapper .button {
    margin-right: 12px;
  }
}
@media screen and (max-width: 560px) {
  .woocommerce ul.products li.product a img {
    height: 420px;
  }
}
@media screen and (max-width: 500px) {
  .woocommerce ul.products li.product a img {
    height: 375px;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce ul.products li.product a img {
    height: 337px;
  }
}
@media screen and (max-width: 400px) {
  .woocommerce ul.products li.product a img {
    height: 300px;
  }
}
@media screen and (max-width: 380px) {
  .woocommerce ul.products li.product a img {
    height: 285px;
  }
}
@media screen and (max-width: 360px) {
  .woocommerce ul.products li.product a img {
    height: 270px;
  }
}
@media screen and (max-width: 320px) {
  .woocommerce ul.products li.product a img {
    height: 240px;
  }
}

.woocommerce ul.columns-4 li.type-product a > img {
  height: 320px !important;
  width: 100% !important;
  margin-bottom: 0px;
}
th.label {
  display: none;
}
table.variations tbody {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
table.variations tr {
  display: flex;
  flex-direction: column;
}

.menu__content_overlay_container .menu__content_main .menu-side-menu-container ul li svg {
  margin-left: 10px;
  transform: rotate(180deg);
  transition: transform 0.3s linear;
  position: relative;
  top: -3px;
  display: none;
}
.rotate {
  transform: rotate(0deg) !important;
}
.active {
  color: #ff7300 !important;
}
.menu-item-has-children ul {
  list-style-type: none;
  padding: 0;
  margin-top: 8px;
}
.info-container {
  margin-top: 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.logo-info-container {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-info-wrapper {
  display: flex;
  flex-direction: column;
  /* gap: 34px; */
}
.logo-info-container a {
  margin-left: 10px;
  text-decoration: none;
  color: #e5e3dd;
}
.logo-info-container img {
  vertical-align: top;
  cursor: pointer;
}
.logo-img-nav-bar {
  width: 150px;
  height: 77px !important;
  position: relative;
}
.mfp-close:active {
  top: 0px;
}
.mfp-close-popup {
  overflow: visible !important;
  cursor: pointer !important;
  border: 0 !important;
  background-image: url(/wp-content/themes/perci/svg/arrow-popup.svg) !important;
  -webkit-appearance: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block !important;
  outline: none !important;
  padding: 0 !important;
  z-index: 1046 !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 48px !important;
  height: 48px !important;
  transition: all 0.3s ease-in-out !important;
  margin-bottom: 111px;
  position: relative !important;
  background-color: rgba(0, 0, 0, 0) !important;
  left: -16px;
}
.mfp-close-popup::before {
  content: "назад до розділу";
  display: inline-block;
  width: 224px;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #6f343e;
}
.wpb_wl_summary form.cart {
  padding: 0px;
  color: #2b2b2b;
  background: #fbf4f0;
}
.wpb_wl_summary form.cart .button {
  width: 280px;
  max-width: 280px;
  letter-spacing: 0.08em;
}
button.mfp-close {
  opacity: 1;
}
.xoo-wsc-tools-label,
.xoo-wsc-shiptxt {
  color: #000;
}
.woocommerce ul.products li.product .button svg {
  transition: all 0.2s ease-in-out !important;
  margin-left: 6px;
  transform: rotate(0deg);
  display: none !important;
}
.woocommerce ul.products li.product .button svg path {
  transition: all 0.2s ease-in-out !important;
}
.woocommerce ul.products li.product .button:hover svg path {
  fill: #000;
  transition: all 0.2s ease-in-out !important;
}
.logo-info-container p img {
  /*margin: 0px 10px 0px 0px;*/
}

/*Dostavka*/
.block-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.block-1,
.block-2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 232px;
  max-width: 580px;
  background-color: transparent;
  margin: 20px;
  text-align: center;
}
.block-1 p,
.block-2 p {
  padding: 0px 55px;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #111314;
}
.block-1 img,
.block-2 img {
  padding-top: 0px;
}
body:not(.home).entry-content {
  max-width: 1200px;
}
body.home .entry-content {
  max-width: 1244px;
  margin: auto;
}
.block img {
  margin-right: 21px;
}
.row .block {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  padding: 0px 0px;
  margin-bottom: 10px;
}
.wp-block-column p img {
  margin-right: 8px;
  vertical-align: top;
}
.row-2 {
  width: 100%;
  justify-content: space-between;
  text-align: center;
  max-width: 1200px;
  padding: 0px 0px;
  margin: 4px auto;
  min-height: 74px;
  position: relative;
  background: #ffffff;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #292b2b;
}
.row-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  background: transparent;
  border-radius: 73px;
  padding: 0px 0px;
  margin: 20px auto;
  min-height: 74px;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #292b2b;
}
.row-1-head {
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-left: 50px;
}
#primary.site-main .row-header {
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #6f343e;
  margin-top: 80px;
}
figure.wp-block-image.size-large.is-resized.title-img-head {
  margin-right: 50px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 20px 100px 20px;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  width: 100% !important;
  margin: 0 !important;
}
.form-row .optional {
  display: none;
}
@media screen and (max-width: 870px) {
  .block img {
    margin-right: 15px;
  }
  .block-1,
  .block-2 {
    height: 280px;
    max-height: 460px;
  }
}
@media screen and (max-width: 782px) {
  .row-1,
  .row-2,
  .row {
    flex-wrap: nowrap !important;
  }
}
.has-text-align-left {
  padding-left: 184px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .block-1,
  .block-2 {
    height: 100%;
    max-height: 460px;
  }
  .row-2 {
    background-color: #fff;
    border: 0px;
  }
  .row-2,
  .row-1 {
    font-size: 22px;
  }

  .block-wrapper {
    flex-direction: column;
    margin: 0px 40px;
  }
  .block-1 p,
  .block-2 p {
    padding: 0px 20px;
  }
  .block-1 img,
  .block-2 img {
    padding-top: 24px;
  }
  .has-text-align-left {
    padding-left: 22px;
    text-align: left !important;
    line-height: 28px;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0px;
  }
  .container {
    margin: 0px 0px 100px 0px;
    margin-bottom: 43px;
  }
  #primary.site-main .row-header {
    margin-top: 52px;
    padding-right: 16px;
  }
  .logo-img-nav-bar {
    width: 93px !important;
    height: 48px !important;
    min-width: 93px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(4n + 1) {
    flex: 2;
    flex-basis: 0 !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(4n + 2) {
    flex-basis: 0 !important;
  }
  .wp-block-column.is-layout-flow {
    padding: 0px !important;
  }
  .row-2,
  .row-1 {
    margin: 0;
  }
  .row-1-head .is-layout-flex {
    margin: 0px 33px 0px 33px;
  }
}
.wp-block-column.is-layout-flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 4px 10px;
}
/* .wp-block-column:first-child{flex-grow: 1 !important;}.wp-block-column:last-child{flex-grow: 0 !important;} */
.has-text-align-center {
  margin: 0;
}

@media screen and (min-width: 661px) {
  .row-2 .wp-block-column p > img,
  .row-1 .wp-block-column p > img {
    display: none;
  }
}
.row-2 .wp-block-column p > img,
.row-1 .wp-block-column p > img {
  vertical-align: middle !important;
}
@media screen and (max-width: 660px) {
  .row-2::after,
  .row-1::after {
    content: " ";
    width: 0;
    height: 0;
  }
  /* .row-1 .wp-block-column:nth-child(2)::before,
	.row-2 .wp-block-column:nth-child(2)::before{
	content: url("/wp-content/themes/perci/svg/text-vector.svg");
	position: absolute;
	top: 16px;
	bottom: 0;
	left: 42px;
	margin-top: auto;
	margin-bottom: auto;
	opacity: 1;
	} */
}
@media screen and (max-width: 600px) {
  body:not(.tax-product_cat) #primary,
  body:not(.tax-product_cat) .woocommerce-products-header__title.page-title {
    background-color: #fbf4f0;
  }
  .mfp-content .single_variation_wrap {
    gap: 24px;
  }
}
@media screen and (max-width: 400px) {
  .block-wrapper {
    margin: 0px 10px;
  }
}
span.woocommerce-Price-currencySymbol {
  margin-left: 4px;
}

.cats-header-menu {
  display: none !important;
  width: 100%;
  max-width: 100%;
  margin: auto;
  justify-content: center;
  gap: 10px 10px;
  position: absolute;
  top: 112px;
  background: #111314;
}
.cats-header-menu a {
  border: 0.5px solid #ff7300;
  border-radius: 40px;
  padding: 4px 12px;
  color: #e5e3dd;
  text-decoration: none;
  margin-top: 74px;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  text-transform: lowercase;
  letter-spacing: 0.1em;
  transition: margin 0.3s ease-in-out;
}
@media screen and (max-width: 580px) {
  .cats-header-menu {
    display: none !important;
  }
}
body.term-piczy .fake-options div::before {
  content: "Ø";
  margin-right: 4px;
}

.woocommerce table.shop_table tfoot td label {
  font-weight: 400;
}
.woocommerce table.shop_table {
  color: #000;
}
.fixed-cats-header {
  position: fixed;
  z-index: 1041;
  top: 70px;
  background-color: #292b2b;
  max-width: 100% !important;
  padding-top: 16px;
}
.fixed-cats-header-a {
  margin-top: 0px !important;
}
.header-spacer {
  height: 124px;
  background: #292b2b;
}
.header-spacer-navigation {
  height: 126px;
  background: #111314;
  margin-top: -70px;
  display: none !important;
}

@media screen and (min-width: 981px) {
  body.term-piczy .fixed-header,
  body.term-napoyi .fixed-header,
  body:not(.tax-product_cat) .fixed-header {
    height: 70px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 580px) {
  .header-spacer-navigation {
    height: 126px;
    background: #111314;
    margin-top: 0px;
  }
  header.woocommerce-products-header {
    padding-top: 20px;
    margin-bottom: -10px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .woocommerce ul.columns-4 li.type-product a > img {
    padding: 24px 6px 0px 10px;
    height: 320px;
  }
  .woocommerce ul.products li.product a {
    display: flex;
    flex-direction: column;
  }
  .woocommerce ul.columns-4 li.type-product a > img {
    width: 100%;
    align-self: center;
    padding: 0;
  }
  .woocommerce ul.products li.product .button {
    max-width: 214px;
    height: 50px;
    flex-direction: row;
  }
}
.simple-product-footer-wrapper .added_to_cart,a.added_to_cart.wc-forward {
  display: none !important;
}

@media screen and (max-width: 1543px) {
  .bottom-header-spacer {
    height: 59px;
  }
}
@media screen and (min-width: 1544px) {
  .bottom-header-wrapper-fixed .main-navigation li {
    margin: 20px 0px;
  }
}
@media screen and (max-width: 1544px) {
  .bottom-header-wrapper-fixed .main-navigation li a,
  .main-navigation li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .bottom-header-wrapper-fixed .main-navigation li a,
  .main-navigation li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1352px) {
  .menu-main-menu-container {
    width: 100%;
    max-width: 100%;
  }
}

body:not(.home):not(.tax-product_cat) .page-content,
body:not(.home):not(.tax-product_cat) .entry-content,
body:not(.home):not(.tax-product_cat) .entry-summary {
    margin: 0 auto 20px;
    max-width: 1272px;
    color: #000;
    padding: 0px 115px 0px 115px;
}
@media screen and (max-width:1024px) {
  .entry-title {
    font-size: 24px;
  }
  body:not(.home):not(.tax-product_cat) .page-content,
body:not(.home):not(.tax-product_cat) .entry-content,
body:not(.home):not(.tax-product_cat) .entry-summary{
    padding: 0px 77px 0px 77px;
  }
}
@media screen and (max-width:768px) {
  .entry-title {
    font-size: 16px;
  }
  body:not(.home):not(.tax-product_cat) .page-content,
body:not(.home):not(.tax-product_cat) .entry-content,
body:not(.home):not(.tax-product_cat) .entry-summary {
  padding: 0px 20px 0px 20px;
}
body:not(.home, .tax-product_cat) .entry-content h2{
  font-size: 18px;
}
body:not(.home, .tax-product_cat) .entry-content p {
  font-size: 14px;
}
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #111314;
  color: #fff;
}
/*New Year Pop Up*/
.newyear-modal-wrapper {
  position: fixed;
  z-index: 100003;
  top: 0;
  max-width: 652px;
  margin: auto;
  max-height: 712px;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: #6F343E;
  padding: 48px;
  overflow: hidden;
  left: -200em;
  transition: all 1s ease-in-out;
}
.newyear-modal-wrapper.active {
  left: 0;
}
.blur_background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.0);
  backdrop-filter: blur(0px);
  transition: all .5s ease-in-out;
}
.blur_background.active {
  z-index: 10002;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
}
.newyear-block-1 h1 {
  color: #FBF4F0;
  font-family: 'Mont';
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  margin: 0;
  margin-bottom: 8px;
}

a#closeModal {
  position: absolute;
  right: 50px;
  top: 20px;
  cursor: pointer;
}
a#closeModal svg {
  transition: all .3s ease-in-out;
  transform: scale(1);
}
a#closeModal svg:hover  {
  transform: scale(1.05);

}

.newyear-block-1 p {
  color: #FBF4F0;
  text-align: left;
  font-family: 'Mont';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 28.6px */
  margin: 0;
  margin-bottom: 24px;
}

.newyear-block-2 {
  display: flex;
  gap: 34px;
}

.block-2-wrapper {
  border-radius: 16px;
  background: #FBF4F0;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.block-2-description h2 {
  color: #000000;
  font-family: 'Mont';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  margin: 0;
  margin-bottom: 8px;
}

.block-2-description p {
  color: #000000;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 14.3px */
  margin: 0;
}

span.block-2-choise {
  display: flex;
  color: #111314;
  font-family: 'Mont';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  justify-content: flex-start;
  gap: 8px;
  margin: 28px 0px;
}

.block-2-wrapper a {
  border-radius: 40px;
  background: #343F54;
  color: #FBF4F0;
  text-align: center;
  font-family: 'Mont';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 48px */
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 50px;
}
.block-2-wrapper a:hover {
  color: #FBF4F0 !important;
}
.block-2-wrapper a span {
  color: #111314;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 170%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.block-3-four-description {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-around;
}

.block-3-four-description h1:first-child {

  width: 287px;
}
.block-3-four-description h1 {
  color: #FFF;
  font-family: 'Mont';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.block-3-four-description h1:last-child {
  width: 289px;
}
.block-3-four-description > a {
  width: calc(46% - 12px);
}

a.block-3-link {
  display: flex;
  gap: 12px;
  color: #FBF4F0;
  text-align: center;
  font-family: 'Mont';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  position: relative;
  justify-content: flex-end;
}

a.block-3-tel {
  border-radius: 40px;
  border: 2px solid #FBF4F0;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#FBF4F0;
  text-align: center;
  font-family: 'Mont';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 200%; /* 48px */
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  max-height: 48px;
  min-width: 257px;
}
a.block-3-link svg {
  margin-top: 4px;
  position: absolute;
  left: -6px;
}
.newyear-block-3 {
  margin-top: 24px;
}
.rights_description h1 {
  color: #FBF4F0;
  font-family: Mont;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  margin: 0;
}

@media (max-width: 992px) {
  div#newyearpopUp {
    padding: 20px 24px;
    max-width: 328px;
    max-height: 500px;
  }

  .newyear-block-1 h1 {
    font-size: 22px;
    max-width: 264px;
    max-height: 64px;
  }

  .newyear-block-1 p {
    margin-bottom: 8px;
    font-size: 13.7px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  a#closeModal svg {
    width: 28px;
  }

  a#closeModal {
    top: 10px;
    right: 20px;
  }

  .newyear-block-2 {
    flex-wrap: wrap;
    gap: 8px;
  }

  .block-2-wrapper {
    padding: 12px 9px;
    width: 100%;
  }

  .block-2-description h2 {
    font-size: 20px;
  }
  .block-2-description p {
    font-size: 10px;
  }

  span.block-2-choise {
    margin: 0;
    font-size: 12px;
    color: #333;
    justify-content: center;
    align-items: center;
  }

  .block-2-choise-mobile {
    display: flex;
    margin-top: 12px;
    gap: 20px;
  }

  .block-2-choise-mobile a {
    padding: 4px 12px;
    color: #FBF4F0;
    text-align: center;
    font-family: 'Mont';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 48px */
    text-transform: uppercase;
    height: 38px;
    min-height: auto;
    align-items: center;
    max-width: 149px;
  }

  .block-2-choise-mobile a span {
    font-size: 18px;
  }
  .block-3-four-description h1:first-child {
    width: 119px;
  }
  .block-3-four-description h1:last-child {
    width: 130px;
  }

  .block-3-four-description h1 {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .newyear-block-3 {
    margin-top: 12px;
  }

  a.block-3-tel {
    max-width: 137px;
    padding: 2.143px 2px;
    color:#FBF4F0;
    text-align: center;
    font-family: 'Mont';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 28px */
    text-transform: uppercase;
    border-radius: 22px;
    border: 1.071px solid #FBF4F0;
  }

  .block-3-four-description > a {
    width: calc(47% - 0px);
  }
  a.block-3-tel {
    width: 100%;
    min-width: auto;
  }
  .block-3-four-description {
    justify-content: space-between;
    gap: 8px 0px;
    margin-bottom: 12px;
  }

  a.block-3-link {
    font-size: 12px;
    align-items: center;
    gap: 0px;
    justify-content: flex-end;
  }

  a.block-3-link svg {
    width: 12px;
    margin-top: -1px;
    margin-right: 2px;
    left: 3px;
  }
  .rights_description h1 {
    font-size: 8px;
  }
  span.block-2-choise svg rect {
    fill: #111314;
  }
}
/*animation*/
.block-2-wrapper:first-child .block-2-description .emoji {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-2-wrapper:last-child .block-2-description .emoji {
  animation: pulse 1s ease-in-out infinite alternate;
}

@keyframes pulse {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.block-3-link:hover svg {
  animation: instaTransition 0.5s ease-in-out;
}

@keyframes instaTransition {
  25% {
    transform: translateX(-5px) rotate(5deg);
  }
  50% {
    transform: translateX(5px) rotate(-5deg);
  }
  75% {
    transform: translateX(-5px) rotate(5deg);
  }
  100% {
    transform: translateX(0) rotate(0);
  }
}
body.modal-active {
  overflow: hidden;
}