/*!
Theme Name: monocaso
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monocaso
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.

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background:  #fff;

}
a{
	color: #000;
}
a:visited{
	color: #000;
}
/**
 * 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: Gotham !important;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	
	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 {
	
}

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-radius: unset;	
}

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;
	
	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;
	outline: none;
}

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;
}
.payment-systems > p:last-child{
		padding-top: 2px;
	}
	.payment-systems > p:last-child svg{
		margin-top: 3px;
	}
.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
--------------------------------------------- */





.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
a{
	scroll-behavior: smooth;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
	 .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}
@media (min-width: 768px) {
	.col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
.col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}
@media (min-width: 1200px) {
 .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
	}
	@media (min-width: 1400px) {
		.col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/*FONTS*/
@font-face {
    font-family: 'Gotham';
    src: local('Gotham Thin'), local('Gotham-Thin'),
        url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff'),
        url('fonts/Gotham-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Thin Italic'), local('Gotham-Thin-Italic'),
        url('fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('fonts/Gotham-ThinItalic.woff') format('woff'),
        url('fonts/Gotham-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham XLight'), local('Gotham-XLight'),
        url('fonts/Gotham-XLight.woff2') format('woff2'),
        url('fonts/Gotham-XLight.woff') format('woff'),
        url('fonts/Gotham-XLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham XLight Italic'), local('Gotham-XLight-Italic'),
        url('fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('fonts/Gotham-XLightItalic.woff') format('woff'),
        url('fonts/Gotham-XLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Light'), local('Gotham-Light'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Light Italic'), local('Gotham-Light-Italic'),
        url('fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('fonts/Gotham-LightItalic.woff') format('woff'),
        url('fonts/Gotham-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Book Italic'), local('Gotham-Book-Italic'),
        url('fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('fonts/Gotham-BookItalic.woff') format('woff'),
        url('fonts/Gotham-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Medium'), local('Gotham-Medium'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Medium Italic'), local('Gotham-Medium-Italic'),
        url('fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('fonts/Gotham-MediumItalic.woff') format('woff'),
        url('fonts/Gotham-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Bold'), local('Gotham-Bold'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Bold Italic'), local('Gotham-Bold-Italic'),
        url('fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('fonts/Gotham-BoldItalic.woff') format('woff'),
        url('fonts/Gotham-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Black'), local('Gotham-Black'),
        url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff'),
        url('fonts/Gotham-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Black Italic'), local('Gotham-Black-Italic'),
        url('fonts/Gotham-BlackItalic.woff2') format('woff2'),
        url('fonts/Gotham-BlackItalic.woff') format('woff'),
        url('fonts/Gotham-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Ultra'), local('Gotham-Ultra'),
        url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff'),
        url('fonts/Gotham-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham';
    src: local('Gotham Ultra Italic'), local('Gotham-Ultra-Italic'),
        url('fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('fonts/Gotham-UltraItalic.woff') format('woff'),
        url('fonts/Gotham-UltraItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
    @font-face {
    font-family: 'Gotham';
    src: local('Gotham Book'), local('Gotham-Book'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
body{
	font-family: Gotham;
}
*{
	font-family: Gotham;	
}

/* HEADER CSS */
header.site-header{
	background: #202020;
    
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999999999;
}
#primary-menu{
	justify-content: center;
	align-items: center;
}
#primary-menu li a{
	color: #F9F9F9E6;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#primary-menu li a:hover{
	color: #fff;
}
#primary-menu li.current-menu-item > a{
	color: #fff !important;
    font-weight: 400;
}
.current-page-ancestor > a{
	font-weight: 700 !important;	
}
#primary-menu li{
	padding: 13.5px 24px;
}
.row-align{
	align-items: center;
}
.site-branding a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.site-branding img{
	height: 16px;
	width: 151px;
}
.call-cart-btn{
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-left: auto;
}
.header-mobile{
	display: none;
	padding: 0 10px; 
}
.menu-mobile{
	display: none;
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #111111;
    z-index: 1; 
}
.menu-mobile .container{
	height: 100%;
}
.menu-mobile .container .row{
	height: 100%;
}
.menu-mobile.active{
	display: block;
}
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -999;
}
.nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 485px;
    width: 100%;
    background: #1C1B1B;
}
.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -9999991;
    
    opacity: 0;
}
.popup.active {
    z-index: 999999999999999999999999;
    opacity: 1;
}
.menu-mobile .row .col-lg-12{
	position: relative;
}
.footer-mobile-bottom .row
{
	overflow: inherit !important;
}
.menu-mobile .close:before{
	content: '';
	width: 13px;
	height: 13px;
	background-image: url('img/cross.svg');
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
} 
.close {
	background: transparent;
    width: 12px;
    height: 12px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-left: auto;
    top: 22px;
    left: 16px;
    position: absolute;
    padding: 0;
    border: unset;
    padding-right: 12px;
    padding-bottom: 12px;
    background-repeat: no-repeat;	
}
.menu-mobile .close{
	width: fit-content;
	height: fit-content;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
::selection {
    color: #fff; /* Цвет текста */
    background: #000; /* Цвет фона */
   }
.menu-mobile .site-branding{
	margin-top: 19px;
}
.menu-mobile .site-branding a{
    margin: auto;
}
#menu-mobilne-menyu .menu-item-has-children{
	position: relative;
}
#menu-mobilne-menyu .menu-item-has-children.active > ul {
	padding-top: 3px;
	padding-bottom: 13px;
}
#menu-mobilne-menyu .menu-item-has-children:after{
    content: url('img/chevron.svg');
    /*border: solid  rgba(249, 249, 249, 0.9);
    border-width: 0 2px 2px 0;*/
    display: flex;
    /*padding: 4px;
    opacity: 1;*/
    margin: 0;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 2px;
    top: 17px;
    -webkit-transition: transform .5s ease-in-out;

}
#menu-mobilne-menyu .menu-item-has-children.active .sub-menu{
	opacity: 1;
    height: auto;
}
#menu-mobilne-menyu .menu-item-has-children.active:after{
	top: 20px;
	 transform: rotate( 
180deg
 );
    -webkit-transform: rotate( 
180deg
 );
    border-width: 0 2px 2px 0;
}
#menu-mobilne-menyu > li.menu-item-has-children.active:first-child:after{
	top: 10px;
}
#menu-mobilne-menyu{
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 66px 16px 60px 16px;
}
#menu-mobilne-menyu > li{
	border-bottom: 0.5px solid rgba(249, 249, 249, 0.9);
	padding: 12px 0;
}
#menu-mobilne-menyu > li:first-child{
	padding-top: 0;
}
#menu-mobilne-menyu > li:first-child:after{
	top: 6px;
}
#menu-mobilne-menyu > li:last-child{
	border-bottom: unset;
}
.menu-mobile-nav li a{
	font-size: 16px;
	font-weight: 400;
	color: rgba(249, 249, 249, 0.9);
	text-decoration: unset;
}
.menu-mobile-nav .sub-menu li a{
	color: rgba(249, 249, 249, 0.7);
}
#menu-mobilne-menyu .sub-menu{
	transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.language-switcher-mobile{
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
}
.language-switcher-mobile ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.language-switcher-mobile ul li a{
	color: rgba(249, 249, 249, 0.9);
	font-size: 14px;
	font-weight: 400;
	text-decoration: unset;
	text-transform: capitalize;
}
.language-switcher-mobile ul li:last-child a
{
	background: rgba(0, 0, 0, 0.85);
	border-radius: 4px;
	padding: 7px 14px;
  min-width: 100px;
  display: block;
  text-align: center;
}
.language-switcher-mobile ul li{
	padding: 2px 20px;
	position: relative;
	width: max-content;
	margin: auto;
  padding-left: 0;
  margin-bottom: 8px;
}
.language-switcher-mobile ul li.current-lang:after{
	    content: url(img/chevron.svg);
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5px;
    opacity: 1;
    margin: 0;
     width: 12px;
     height: 12px;
    position: absolute;
    right: 0px;
    top: 6px;
    -webkit-transition: transform .5s ease-in-out;
}
.language-switcher-mobile ul li:last-child{
	padding: 0;
	visibility: hidden;
	opacity: 0;
	 transition: opacity 1s ease-out;
}
.language-switcher-mobile ul.active li:last-child{
	visibility: visible;
	opacity: 1;
}
.language-switcher-mobile ul.active li.current-lang:after{
	transform: rotate( 
180deg
 );
    -webkit-transform: rotate( 
180deg
 );
    top: 10px;
}
#menu-mobilne-menyu .sub-menu li{
	padding-top: 14px;
}
.call-cart-btn:hover, .menu-btn.btn-burger.btn-popup:hover{
	opacity: .7;
}
.footer-bottom .language-footer{
	display: none;
}
.menu-btn img
{
	opacity: .9;
}

@media(min-width: 1024px){
	.footer-bottom .language-footer{
	display: block;
}
	#primary-menu li .sub-menu{
		display: flex;
    	flex-direction: column;
    	background: rgba(26, 26, 26, 0.8);
    	border-radius: 0 0 4px 4px;
    	padding: 25px 24px;
	}
	#primary-menu li:hover .sub-menu{
		left: 0px;
	}
	#primary-menu li .sub-menu li{
		margin-bottom: 18px;
		width: max-content;
		padding: 0;
	}
	#primary-menu li .sub-menu li a{
		width: auto;
		color: #F9F9F9E6;
		font-weight: 300;
		font-size: 14px;
	}
	#primary-menu li .sub-menu li a:hover{
		color: #fff;
	}
	#primary-menu li .sub-menu li:last-child{
		margin-bottom: 0;
	}
}

.header-mobile .row > div:first-child
{
	padding-left: 16px;
}
.header-mobile .row > div:last-child
{
	padding-right: 16px;
}
.menu-mobile > .container
{
	padding-left: 16px;
	padding-right: 16px;
}
@media(min-width: 600px) and (max-width: 991px){

	.menu-mobile{
		max-width: unset;
	}
	.close{
		top: 63px;
    	left: 12px;
	}
	#menu-mobilne-menyu{
		padding-left: 0;
		padding-right: 0;
	}
	.menu-mobile .site-branding a{
		margin-left: auto;
		margin-top: 63px;
	}
	.menu-mobile-nav li a{
		font-size: 14px;
	}

}
@media(max-width: 1024px){
	.header-mobile{
		display: block;
	}
	.header-desktop{
		display: none;
	}
	.site-branding a{
		justify-content: center;
	}
	.menu-btn{
		display: flex;
	}
	header.site-header{
		padding: 17px 0;
	}
}
@media(max-width: 600px){
	.menu-mobile-nav li a{
		font-weight: 400;
		font-size: 16px;
	}
	.site-branding img{
		height: 13px;
		width: 124px;
	}
}

/* FOOTER CSS */
footer.site-footer{
	background-color: #202020;
	padding-top: 50px;
}
.sbscrbr-unsubscribe-wrap{
	display: none;
}
.footer-navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-navigation ul li a{
	color: rgba(249, 249, 249, 0.9);
	text-decoration: unset;
	font-family: Gotham;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 19px;
}
.footer-navigation ul li a:hover{
	color: #fff;
}
.footer-navigation ul li{
	padding-bottom: 30px;
}
.subscribes-text{
	font-weight: 400;
	color: rgba(249, 249, 249, 0.9);
	font-size: 14px;
	line-height: 19.2px;
	margin-top: 0;
	margin-bottom: 9px;
}
.footer-logo{
	width: 134px;
	height: 25px;
}
form .sbscrbr-email-wrap.sbscrbr-form-one-line{
	width: 287px;
}
form .sbscrbr-email-wrap.sbscrbr-form-one-line input{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 4px !important;
	height: 42px; 
	padding-left: 16px !important;
	font-size: 16px;
}
.sbscrbr-block-one-line{
	margin: 0 !important;
}
.sbscrbr-block-one-line input.submit{
	background-color: transparent;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
	height: 42px;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	border: 1px solid rgba(249, 249, 249, 0.9);
	color: rgba(249, 249, 249, 0.9);
}
.sbscrbr-block-one-line input.submit:active{
	background-color: #3F3F3F;
}
form .sbscrbr-submit-block.sbscrbr-form-one-line{
	width: 166px;
}
.subscribes-footer{
	padding-left: 60px;
	margin-bottom: 25px;
}
.language-footer a{
	color: rgba(249, 249, 249, 0.9);
	font-weight: 400;
	font-size: 14px;
	text-decoration: unset;
}
.footer-bottom .col-lg-4 {
	text-align: right;
}
.language-footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
}
.language-footer ul li:first-child
{
	display: flex;
	align-items: center;
}
.language-footer ul li:last-child a{
	padding: 7px 26px;
	background: rgba(0, 0, 0, 0.85);
border-radius: 4px;
	display: block;
    width: 100%;
    margin-left: 6px;
    margin-top: 8px;
    visibility: hidden;
    margin-bottom: 30px;
    display: none;
    text-align: center;

}
.language-footer ul li:first-child:after{
	 content: url('img/chevron.svg');
	  
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 12px;
	  height: 12px;

  	  margin: 0 6px;
  	  cursor: pointer;
  	  margin-bottom: 3px;
}
.language-footer.active{
	position: relative;
}
.language-footer.active ul li:last-child a{
	visibility: visible;
	position: absolute;
	display: block;
	left: -10px;
}
.language-footer.active  ul li:first-child:after{
	transform: rotate(180deg);
  	  -webkit-transform: rotate(180deg);
}
.social-links a{
	text-decoration: unset;
	margin-left: 16px;
}
.social-links a img{
	width: 26px;
	height: 26px;
}
.social-links{
	width: max-content;
	margin-left: auto;
	display: flex;
}
.social-links p{
	margin: 0;
}
.social-links a:hover svg{
	opacity: .7;
}
.footer-middle{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #B4AFAF;
	padding-bottom: 0px;
	margin-top: 20px;
}
.footer-bottom{
	padding: 15px 0 25px 0;
}
.copyright > span, .copyright a{
	font-weight: normal;
font-size: 12px;
line-height: 17px;
	color: rgba(249, 249, 249, 0.9);
	border-right: 1px solid rgba(249, 249, 249, 0.9);
	text-decoration: unset;
	    padding: 3px 10px 3px 0;
}
.copyright a{
	padding-left: 10px;
}
.payment-systems{
	display: inline-flex;
	align-items: center;

}
.payment-systems svg{
	margin: 0 10px;
}
.payment-systems p{
	margin: 0;
}
.payment-systems img:first-child{
	width: 46px;
	height: 14px;
	margin-right: 15px;
	margin-left: 20px;
}
.payment-systems img:last-child{
	width: 35px;
	height: 27px;
}
.footer-mobile{
	display: none;
}
footer .social-links a:hover img{
	opacity: .7;
}
.copyright{
	display: flex;
	align-items: center;
}
@media(max-width: 1400px){
	.subscribes-footer{
		padding-left: 0;
	}
	form .sbscrbr-email-wrap.sbscrbr-form-one-line{
		width: calc(100% - 166px);
	}
}
@media(max-width: 1200px){
	.video-new .container{
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.video-new .container .row{
		--bs-gutter-x: 0;
	}
	#footer-navigation-2 #menu-pidval-kolonka-4{
		width: max-content;
		margin-left: auto;
	}
	.copyright > span, .copyright a{
		font-size: 12px;
		line-height: 14px;
	}
	.footer-mobile{
		display: block;
	}
	.footer-desktop{
		display: none;
	}
	form .sbscrbr-email-wrap.sbscrbr-form-one-line{
		width: 58%;
	}
	form .sbscrbr-submit-block.sbscrbr-form-one-line{
		width: 40%;
	}
	form .sbscrbr-email-wrap.sbscrbr-form-one-line input{
		font-size: 14px;
		padding-left: 10px !important;
	}
	.sbscrbr-block-one-line input.submit{
		font-size: 14px;
	}
	.subscribes-footer{
		margin-bottom: 55px;
	}
	.social-links{
		margin-right: auto;
	}
	.social-links svg{
		margin: 0 23px;
	}
	.footer-mobile-middle{
		margin-bottom: 60px;
	}
	#footer-navigation-2{
		margin-bottom: 90px;
	}
	.language-footer ul li:last-child a{
		display: none;
	}
	.mobile-middle{
		border-bottom: 1px solid #747474;
	    display: flex;
    	justify-content: space-between;
    	align-items: center;
    	padding-bottom: 34px;
	}
	.social-links a{
		margin: 0 8px;
	}
}
@media(max-width: 767px){
	.header-mobile{
		padding-left: 0;
		padding-right: 0;
	}
	#footer-navigation-2 #menu-pidval-kolonka-4{
		width: 100%;
		margin-left: 0;
	}
	.title-cart{
		font-weight: bold !important;
font-size: 24px !important;
margin-bottom: 0;
	}
	.mini-item-data-first-line, .mini-item-data-second, .price-mini-cart{
		font-size: 12px !important;
	}
	.quantity-val-item button{
		width: 19px !important;
		height: 19px !important;
		font-size: 12px !important;
		padding: 0 !important;
	}
	.quant-and-price input{
		height: 19px !important;
		width: 20px !important;
		padding-left: 8px !important;
		font-size: 12px !important;
	}
	#cart-side-bar .woocommerce-mini-cart__total .woocommerce-Price-amount{
		font-size: 18px !important;
	}
	#cart-side-bar .woocommerce-mini-cart__buttons a{
		font-size: 14px !important;
	}
	.woocommerce-mini-cart__empty-message{
		font-style: normal;
font-weight: normal;
font-size: 15px !important;
	}
	.cart-inner{
		padding: 15px !important;
	}
	.sidenav .closebtn{
		top: 0 !important;
		right: 15px !important;
	}
	.footer-logo{
		display: none;
	}
	.mobile-middle{
		justify-content: center;
	}
	.subscribes-text{
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 14px;
		font-weight: normal;
	}
	footer.site-footer{
		padding-top: 40px;
	}
	form .sbscrbr-block-one-line{
		display: flex;
	}
	.sbscrbr-block-one-line input.submit{
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
	}
	form .sbscrbr-email-wrap.sbscrbr-form-one-line{
		width: 64%;
		margin-bottom: 8px;
		margin-right: 8px;
	}
	.footer-navigation ul li a{
		font-size: 14px;
	}
	form .sbscrbr-submit-block.sbscrbr-form-one-line{
		width: 35%;
	}
	.subscribes-footer{
		margin-bottom: 40px;
	}
	.social-links{
	    width: 100%;
    	display: flex;
    	justify-content: space-around;
	}
	.footer-mobile-middle{
		margin-bottom: 45px;
	}
	.social-links svg{
		margin: 0;

	}
	#footer-navigation-2{
		margin-bottom: 50px;
	}
	.payment-systems{
		position: absolute;
		left: calc(50% - 47px);
		bottom: -9px;
	}
	
	.payment-systems svg{
		width: 27px;
		height: auto;
	}
	.copyright{
		position: relative;
	}
	.copyright span, .copyright a{
		border-right: unset;
	}
	.mob-hide{
		display: none;
	}
	.copyright span, .copyright a{
		font-size: 10px;
	}
	.copyright-year{
		text-transform: uppercase;
	}
	.copyright{
		display: flex;
		justify-content: space-between;
	}
	.copyright a{
		color: #777777;
	}
}
/* WOO CART*/
.cart-button{
	position: relative;
    width: max-content;
    margin-left: auto;
}
.quantity-cart-prod-header{
	position: absolute;
	top: unset;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0px;
	cursor: pointer;
	color: rgba(249, 249, 249, 0.9);
	font-family: Gotham;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	width: 18px;
	height: 16px;
	bottom: 0;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999999999999999999999999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  
  
}
.cart-inner{
	padding: 40px;	
	
	
}
.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  
}
input[type=text], textarea, input {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
button:active, button:focus, input:focus, input:active, textarea:focus, textarea:active {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
#wpgis-gallery .slick-slide:active, #wpgis-gallery .slick-slide:focus{
	outline: none !important;
}
.sidenav a:hover {
  color: #2E2E2E;
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 36px;
  margin-left: 50px;
  font-weight: 300;
  color: #000;
}
.around-background{
	z-index: -999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.title-cart{
	font-weight: 700;
	font-size: 32px;
	padding-bottom: 18px;
	border-bottom: 1px solid #C6C6C6;
	margin-top: 20px;
	line-height: 1;
}
.woocommerce-mini-cart__empty-message{
	font-size: 18px;
	font-weight: 400;
}
#cart-side-bar .woocommerce-mini-cart{
	margin: 0;
	padding: 0;
	list-style: none;
}
#cart-side-bar .woocommerce-mini-cart li .remove_from_cart_button{
	display: none;
}
#cart-side-bar .woocommerce-mini-cart li {
	display: flex;
	align-items: center;
}
#cart-side-bar .woocommerce-mini-cart-item	.prod-thumb-cart{
	width: 190px;
}
#cart-side-bar .woocommerce-mini-cart-item	.prod-thumb-cart img{
	width: 100%;
}
.quantity-val-item button{
	background: #fff;
	border: 1px solid #000;
	color: #000;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	    padding: 0 0 3px 0;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.quantity-val-item button:first-child{
border-radius: 4px 0 0 4px;
}
.quantity-val-item {
	    display: flex;
    align-items: center;
}
#cart-side-bar .quant-and-price{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.quant-and-price input{
	 -webkit-appearance: none !important;
	 border-radius: 0 !important;
	width: 40px;
	height: 30px;
	padding-left: 14px;
	border: 1px solid #000;
	border-right: unset;
	border-left: unset;
	color: #000;
	font-size: 16px;
	font-family: Gotham;
	font-weight: 500;
}
.quant-and-price input::-webkit-inner-spin-button, .quant-and-price input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price-mini-cart{
	font-weight: 400;
font-size: 16px;
color: #202020;
}
.block-minicart-item-data{
	width: 59%;
	padding-left: 30px;
}
#cart-side-bar .woocommerce-mini-cart__total strong{
	font-weight: 400;
	font-size: 15px;
	color: #202020;
}
#cart-side-bar .woocommerce-mini-cart__total .woocommerce-Price-amount{
	font-weight: 700;
	font-size: 20px;
	color: #202020;
}
#cart-side-bar .woocommerce-mini-cart__total{
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #C6C6C6;
    padding: 20px 0 50px 0;
    width: 100%;
}
#cart-side-bar .woocommerce-mini-cart__buttons a{
	width: 100%;
	display: block;
	cursor: pointer;
	text-decoration: unset;
	border-radius: 32px;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
	padding: 15px 0;
}
#cart-side-bar .woocommerce-mini-cart__buttons a:first-child{
	background: #1E1E1E;
	color: #fff;
	border: 1px solid #1E1E1E;
	font-size: 15px;
}
#cart-side-bar .woocommerce-mini-cart__buttons a:first-child:hover{
	background: #2E2E2E;
	color:  #fff;
}
#cart-side-bar .woocommerce-mini-cart__buttons a:last-child{
	background: #fff;
	border: 1px solid #1B1B1B;
	color: #1D1D1D; 
	font-size: 15px;
}
#cart-side-bar .woocommerce-mini-cart__buttons a:last-child:hover{
	background: #1B1B1B;
	color: #fff;
}
.mini-item-data-first-line{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 4px;
	color: #202020;
	
}
.mini-item-data-second{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 0;
	color: #202020;
}
.quantity-val-item input::-webkit-outer-spin-button, .quantity-val-item input::-webkit-inner-spin-button{
	 -webkit-appearance: none;
  margin: 0;
}
.quantity-val-item input{
	-moz-appearance: textfield !important;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
form .sbscrbr-email-wrap.sbscrbr-form-one-line .dashicons{
	display: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
.block-slider .slick-prev:before{
	content: url('img/arr_left_gal.svg') !important;
	border: unset !important;
	transform: unset !important;
}

.block-slider .slick-next:before{
	content: url('img/arr_right_gal.svg') !important;
	border: unset !important;
	transform: unset !important;
}
.block-slider .slick-prev.slick-disabled{
	display: none !important;
}
.block-background-video{
	
	z-index: 1; 
}
.playpause{
	z-index: 2;
}
.block-slider .slick-prev, .block-slider .slick-next{
	height: 50px !important;
		display: flex !important;
}
.onsale{
	display: none;
}
.block-product .woocommerce-LoopProduct-link .prod-price ins{
	font-weight: 400 !important;
}
.block-product .woocommerce-LoopProduct-link .prod-price .price > del .woocommerce-Price-currencySymbol{
	margin-left: 0;
}
.old-sale-rose-on{
	text-decoration: line-through;
	opacity: .5;
	color: #000;
	margin-right: 10px;
}
/*li.has-sale-price:before{
	content: 'Знижка';
    position: absolute;
    right: 20px;
    top: 40px;
    background: #D84618;
    border-radius: 3px;
    width: 92px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    line-height: 0px;
}*/

li.has-sale-price .prod-price .price > del{
	display: none !important;
}
li.has-sale-price.product-type-simple .price{
  display: flex !important;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
li.has-sale-price.product-type-simple .price > del{
	display: inline-block !important;
}
.has-one-sale-price .price-variation{
	display: flex !important;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.has-one-sale-price del{
	color: inherit;
  opacity: .5;
}
.has-one-sale-price del span{
  text-align: center;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px !important;
  color: #000 !important;
}
.has-one-sale-price del span span{
	margin-left: 0 !important;
}
.price-mini-cart{
	display: flex;
  flex-direction: column;
}
.product-template-default form.cart button.button{
	margin-right: 0 !important;
}
.single_variation_wrap{
	width: 100%;
}
.woocommerce-checkout-payment .payment_box{
	display: none !important;
}
#billing_country_field{
	display: none !important;
}
.woocommerce-shipping-fields__field-wrapper .optional{
	display: none !important;
}
.product-template-default .color-data{
	width: 18px;
  height: 18px;
  margin-right: 12px;
  border-radius: 100%;
}
.variations label{
	font-weight: 400 !important;
}
/*.has-one-sale-price:after{
	content: 'Знижка';
    background: #D84618;
    border-radius: 3px;
    width: 92px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    line-height: 0px;
    position: absolute;
    right: 0;
}*/
@media(max-width: 700px){
	.block-slider .slick-prev, .block-slider .slick-next{
		height: 50px !important;
		display: flex !important;
		align-items: center;
	} 
	.price-mini-cart{
		display: flex;
		flex-direction: column;
	}
	.block-mobile-cart-coupon{
		display: none !important;
	}

}
@media(max-width: 1400px){
	.price-mini-cart{
		display: flex;
		flex-direction: column;
	}
	.price-mini-cart .old-sale-rose-on{
		margin-right: 0;
	    font-size: 15px;
	}
}
@media(max-width: 1200px){
	.price-mini-cart .old-sale-rose-on{
	    font-size: 12px;
	}
}
@media(max-width: 991px){
	li.has-sale-price:before{
		    top: unset;
    bottom: 15px;
    right: calc(50% - 33px);
    width: 66px;
    height: 17px;
    font-size: 10px;
	}

}
a{
	outline: none !important;
}
.site-branding a:hover svg path
{
	fill: #fff;
	fill-opacity: 1;
}
header .cart-button:hover svg path{
	fill: #fff;
	fill-opacity: 1;
}
header .cart-button:hover .quantity-cart-prod-header
{
	color: #fff;
	opacity: 1;
}
.page-template-home .site-branding svg path{
	fill: #fff;
	fill-opacity: 1;
}
.language-footer{
	display: none;
}
.language-phone{
    font-weight: 400;
    color: rgba(249, 249, 249, 0.9);
    font-size: 14px;
    line-height: 26.2px;
    text-decoration: unset;
}
.language-phone:hover{
	color: #fff;
}

@media(max-width: 720px){
	.language-phone{
		display: block;
		text-align: center;
	}
	.container
	{
		padding-left: 16px;
		padding-right: 16px;
	}
	.block-category .container,
	.block-products .container
	{
		padding-left: 12px;
		padding-right: 16px;
	}
	.payment-systems > p:last-child svg{
			transform: scale(.8);
	}
}
#menu-mobilne-menyu > li.active > a
{
	font-weight: 500;
}
@media(min-width: 1199px){
	.quantity-cart-prod-header{
		height: 17px;
	}
	form .sbscrbr-email-wrap.sbscrbr-form-one-line{
		width: calc(100% - 174px);
	}
	.sbscrbr-block-one-line{
		justify-content: space-between;
	}
}

.wpcf7-form-control-wrap select option:first-child{
	display: none;
}
@media(max-width: 1400){
	form .sbscrbr-block-one-line{
		display: flex;
	}
	form .sbscrbr-email-wrap.sbscrbr-form-one-line{
		width: calc(100% - 166px);
	}
}
@media(min-width: 1400px){
	.sbscrbr-block-one-line{
		display: flex !important;
	}
}
@media(max-width: 768px){
	.footer-bottom{
		padding-bottom: 15px;
	}
	.payment-systems p:first-child{
		padding-bottom: 5px;
	}
	.footer-bottom .col-lg-4 a{
		display: none;
	}
	.footer-mobile .language-phone{
		border-top: 1px solid #747474;
		padding-top: 20px;
		margin-top: -20px;
		margin-bottom: -10px;
	}
	.footer-mobile .row{
		overflow: initial !important;
	}
}
.back-to-category .cat-name a:last-of-type{
	display: none;
}
.back-to-category .cat-name a:first-of-type{
	display: block;
}
.back-to-category .cat-name{
	font-size: 0;
}
.single_variation_wrap .attr-color + .btn-call-product-pop-up + .block-input-if-cusom + .attr-color{
	display: none !important;
}
.prod-backorder{
	font-size: 14px;
	margin-top: -20px;
	margin-bottom: 20px;
}


/* mini-cart total layout fix */
#cart-side-bar .woocommerce-mini-cart__total strong { flex-shrink: 0; }
#cart-side-bar .woocommerce-mini-cart__total .js-cart-total { font-size: 14px !important; margin-left: auto; white-space: nowrap; }


/* === Monocaso language/currency switcher === */
.social-links .monocaso-switcher,
.monocaso-switcher {
	display: flex;
	flex-direction: column;
	gap: 3px;
	align-items: flex-end;
}
.monocaso-switcher .switcher-row {
	display: flex;
	align-items: center;
	gap: 5px;
	line-height: 1.4;
}
.monocaso-switcher a.sw-opt {
	color: rgba(249,249,249,0.4);
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.18s;
	letter-spacing: 0.04em;
}
.monocaso-switcher a.sw-opt:hover {
	color: rgba(249,249,249,0.9);
}
.monocaso-switcher a.sw-opt.sw-active {
	color: rgba(249,249,249,0.9);
	font-weight: 500;
}
.monocaso-switcher .sw-sep {
	color: rgba(249,249,249,0.25);
	font-size: 11px;
	line-height: 1;
	user-select: none;
}