/*!
Theme Name: Roximo
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: roximo
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/* FONTS */
:root {
	--font-family: "Roboto", sans-serif;
	--second-family: "Mulish", sans-serif;
}

/* COLORS */
:root {
	--black: #131313;
	--gray-text: #3d3d3d;
	--gray-3: #828282;
	--gray-4: #bdbdbd;
	--gray-5: #e1e1e1;
	--gray-light: #f3f3f5;
	--white: #fff;
	--orange: #f6a31d;
	--yellow: #e6e23c;
	--red: #e63731;
	--blue-light: #0b93cf;
	--green-dark: #54989a;
	--green-light: #55b047;
}

/* TYPOGRAPHY */
h1 {
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 56px;
	line-height: 100%;
	color: var(--black);
	@media(max-width: 1099px){
		font-size: 48px;
	}	
	@media(max-width: 768px){
		font-size: 25px;
	}
}
h2 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	color: var(--black);
}
h3 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	color: var(--black);
}
h4 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: var(--black);
}
h5 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
}
h6 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--black);
}
body {
	overflow-x: hidden;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--black);
}

/* GENERAL */
.container {
	width: 100%;
	padding-inline: 30px;
	max-width: 1460px;
	margin-inline: auto;
}
.row {
	display: flex;
	flex-direction: row;
}
.col {
	display: flex;
	flex-direction: column;
}
a,
a:visited {
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	line-height: 140%;
	color: var(--blue-light);
	transition: 0.2s;
}
a:hover {
	text-decoration: underline;
}
a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
	outline: none;
}
.button,
.button:focus,
.button:visited,
.button:focus-visible {
	text-align: center;
	text-decoration: none!important;
	border: 2px solid transparent;
	border-radius: 6px;
	padding: 16px 36px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: var(--white);
	cursor: pointer;
	transition: 0.2s;
}
.button.button-green {
	background: var(--green-dark);
	border-color: var(--green-dark);
}
.button.button-black,
.button.button-black:focus,
.button.button-black:visited,
.button.button-black:focus-visible {
	background: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.button:disabled {
	background: var(--gray-5);
}
.button.button-white {
	background: var(--white);
	border-color: var(--white);
	color: var(--black);
}
@media(hover:hover){
	.button.button-green:not(:disabled):hover {
		background: var(--white);
		color: var(--green-dark);
	}
	.button.button-black:not(:disabled):hover {
		background: var(--white);
		color: var(--black);
	}
	.button.button-white:not(:disabled):hover {
		background: var(--black);
		color: var(--white);
	}
}
section {
	padding-block: 60px;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7-spinner {
	display: none;
}

/* MODAL FORM */
.modal {
	padding: 50px 30px;
	display: none;
	align-items: center;
	justify-content: center;
	top: -150vw;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	z-index: 99;
	background: rgba(19, 19, 19, 0.7);
	overflow-y: auto;
	transition: 0.2s;
}
@media(max-height: 768px){
	.modal {
		align-items: start;
	}
}
.modal.active {
	top: 0;
	display: flex;
}
.modal-bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.modal-close {
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: none;
}
.modal-close svg path {
	transition: 0.2s;
}

.modal-content {
	max-width: 550px;
	border-radius: 20px;
	padding: 40px;
	background: var(--white);
}
body.locked {
	overflow: hidden;
}
.modal .row > p {
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
	gap: 12px;
}
.modal p {
	margin: 0;
}
.modal-title {
	margin: 0 auto 15px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	color: var(--black);
}
.modal-subtitle {
	margin-block: 0 30px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-3);
}
.modal input:not([type="submit"]){
	width: 100%;
	border: 1px solid var(--gray-5);
	border-radius: 6px;
	padding: 14px 20px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-3);
}
.modal textarea {
	width: 100%;
	max-height: 106px;
	margin-bottom: 25px;
	border: 1px solid var(--gray-5);
	border-radius: 6px;
	padding: 14px 20px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-3);
	resize: none;
}
.modal .wpcf7-list-item {
	margin: 0;
}
.modal .wpcf7-acceptance label .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	margin-left: 30px;
}
.modal .wpcf7-acceptance input {
	visibility: hidden;
	position: absolute;
}
.modal .wpcf7-acceptance label .wpcf7-list-item-label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: 0;
	transition: 0.2s;
	border-radius: 3px;
	background: var(--white);
	border: 1px solid var(--gray-5);
}
.modal .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before  {
	background: url(./images/checked.svg) no-repeat center;
}
.modal .wpcf7-acceptance {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-4);
}
.modal .wpcf7-acceptance a {
	color: var(--green-light);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-decoration: none;
}
@media(hover:hover){
	.modal-close:hover svg path {
		stroke: var(--gray-3);
	}
	.modal .wpcf7-acceptance a:hover {
		text-decoration: underline;
	}
}
.modal input[type="submit"] {
	width: 100%;
	margin-top: 30px;
	color: var(--white);
}

/* HEADER */
.wishlist-compare-wrap {
	display: none;
}
.site-header {
	z-index: 9;
	position: relative;
}
.header-top {
	padding-block: 10px;
	background: var(--gray-light);
}
.header-top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header .site-description {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--gray-4);
}
.header-top .support-wrap {
	display: flex;
	gap: 38px;
}
.site-header .about,
.site-header .registration,
.site-header .support {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--gray-3);
}

.site-header a.about:before,
.site-header a.support:before,
.site-header a.registration:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
}
.site-header a.support:before {
	background: url(./images/message-circle.svg) no-repeat center;
}

.site-header a.about:before {
	background: url() no-repeat center;
}

.site-header a.registration:before {
	background: url(./images/user.svg) no-repeat center;
}
@media(hover:hover){
	.header-top .support-wrap a:hover {
		color: var(--blue-light);
	}
}
.main-navigation .row,
.header-bottom .site-description {
	display: none;
}
.site-header .site-branding {
	display: flex;
	align-items: center;
	gap: 20px;
}
.site-header .site-branding img {
	flex-shrink: 0;
	max-width: 150px;
}
@media(max-width: 1100px){
	.header-bottom .site-description {
		display: inline-block;
	}
}
.header-bottom .container {
	padding-block: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-bottom .registration {
	display: none;
}
.main-navigation ul {
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}
.main-navigation ul li a {
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--black);
}
.main-navigation ul ul {
	flex-direction: column;
	border-top: 3px solid var(--blue-light);
	border-radius: 0 0 4px 4px;
	padding: 20px 0 30px;
	gap: 10px;
	background: var(--white);
}
.main-navigation .sub-menu .menu-item-has-children:hover .sub-menu {
	left: 100%;
}
.main-navigation ul ul li {
	padding-inline: 15px;
}
.main-navigation ul ul li a {
	padding: 6px 12px 6px 16px;
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: space-between;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--gray-3);
	border-radius: 200px;
}
@media(hover:hover){
	.main-navigation ul li a:hover {
		color: var(--blue-light);
	}
	.main-navigation ul ul li:hover > a {
		background: var(--gray-light);
		color: var(--black);
	}
}
.main-navigation .menu-item.zigbee > a:after {
	content: '';
	display: inline-block;
	width: 39px;
	height: 28px;
	background: 
	url(./images/zigbee.png) no-repeat center;
	background-size: contain;
}
.main-navigation .menu-item.wifi > a:after {
	content: '';
	display: inline-block;
	width: 39px;
	height: 28px;
	background: 
	url(./images/wifi.png) no-repeat center;
	background-size: contain;
}
.main-navigation .menu-item.zigbee:before,
.main-navigation .menu-item.wifi:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 24px;
	background: #DDDDDF;
	position: absolute;
	top: 8px;
	right: 75px;
}
.search-basket-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.search-form button {
	width: 24px;
	height: 24px;
	border: none;
	background: url(./images/search.svg) no-repeat center;
	background-size: contain;
	cursor: pointer;
}
.search-form .search-form__input {
	padding: 10px;
	border: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--black);
}
.site-header .cart-btn {
	width: 50px;
	height: 50px;
	border-radius: 6px;
	text-decoration: none;
	background: var(--blue-light) url(./images/basket.svg) no-repeat center;
}
.site-header .compare-btn {
	width: 50px;
	height: 50px;
	border-radius: 6px;
	text-decoration: none;
	background: var(--gray-light) url(./images/compare.svg) no-repeat center;
}
.wishlist_products_counter {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	width: 50px;
	height: 50px;
	position: relative;
	text-decoration: none!important;
	background: var(--gray-light);
}
.wishlist_products_counter::before {
	display: inline-block!important;
	margin-right: 0!important;
	font-size: 25px!important;
	color: var(--blue-light);
}
.wishlist_products_counter .wishlist_products_counter_number,
.woofc-menu-item .woofc-menu-item-inner:after {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: var(--black);
	position: absolute;
	top: -10px;
	right: -10px;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: var(--white);
}

.main-slider {
	border-bottom: 8px solid #fff;
	border-image: url(./images/main-slider-border.svg) 8;
}
.main-slider .slide {
	position: relative;
}

.slick-slider .slick-arrow {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	box-shadow: 0 5px 15px 0 rgba(49, 49, 49, 0.1);
	background: var(--white);
	transition: 0.2s;
	cursor: pointer;
	z-index: 2;
}
@media(hover:hover){
	.slick-slider .slick-arrow:hover {
		outline: 1px inset black;
		outline-offset: -4px;
	}
}
.slick-slider .slick-arrow.slick-prev {
	left: 8.23vw;
}
.slick-slider .slick-arrow.slick-next {
	right: 8.23vw;
}
@media(max-width: 768px){
	.slick-slider .slick-arrow {
		bottom: 20px;
	}
	.slick-slider .slick-arrow.slick-prev {
		left: 15px;
	}
	.slick-slider .slick-arrow.slick-next {
		right: 15px;
	}
}
@media (min-width: 768px) {
.slick-slider .slick-list, .slick-slider .slick-track
{
	  height: 422px !important;
}
}


.main-slider .slide img {
	min-height: 535px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}
.main-slider .slide .image-mobile,
.partners-banner .image-mobile {
	display: none;
}
@media(max-width: 768px){
	.main-slider .slide .image-desktop {
		display: none;
	}
	.main-slider .slide .image-mobile {
		display: block;
	}
}
.main-slider .slide-content {
	padding-block: 110px;
	max-width: 680px;
	position: relative;
	z-index: 1;
	color: var(--white);
}
.main-slider-title {
	margin: 0;
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 68px;
	line-height: 100%;
	color: var(--white);
}
.main-slider-text {
	margin-block: 15px 50px;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 22px;
	line-height: 140%;
	color: var(--white);
}

.advantages {
	padding-top: 22px;
}
.advantages-list {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px 20px;
	list-style: none;
}
.advantages-list li {
	flex: 1 1 32%;
	position: relative;
	background: var(--gray-light);
	border-radius: 20px;
	overflow: hidden;
}
.advantages-list li a {
	display: flex;
	justify-content: flex-end;
}
.advantages-list li span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 37px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
}

.whats-new h2,
.whats-new .subtitle {
	margin: 0;
}
.whats-new .subtitle {
	max-width: 490px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 140%;
	color: var(--gray-3);
}
.whats-new .whats-new-row {
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.whats-new-list {
	margin: 0;
	padding: 0;
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap: 20px;
	list-style: none;
}
.video-instruction-main h1 {
	margin-top: 0;
}
.video-list {
	grid-template-columns: repeat(3, 1fr);
}
.video-list li,
.whats-new-list li a {
	height: 395px;
	display: flex;
	flex-direction: column;
	padding: 20px 20px 20px 35px;
	border-radius: 20px;
	overflow: hidden;
	text-decoration: none;
	color: var(--white);
	position: relative;
}
.video-list li {
	height: auto;
	padding: 0;
	overflow: hidden;
	border: 2px solid #867aab;
}
.video-list .video-footer {
	padding: 20px;
	height: 100%;
	background: #867aab;
}
.video-list video,
.video-list iframe {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	flex-shrink: 0;
}
.whats-new-list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
	z-index: -1;
	transition: 0.8s;
}
@media(min-width: 769px){
	.whats-new-list .image-mobile {
		display: none;
	}
}
@media(max-width: 768px){
	.whats-new-list .image-desktop {
		display: none;
	}
}
.whats-new-list .whats-new-cat {
	display: inline-block;
	margin-left: auto;
	border-radius: 20px;
	padding: 6px 16px;
	background: var(--white);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--black);
}
.whats-new-list .whats-new-title {
	max-width: 380px;
	margin-block: 17px 8px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	transition: 0.2s;
}
@media(hover:hover){
	.whats-new-list a:hover .whats-new-title {
		color: var(--gray-4);
	}
	.whats-new-list a:hover img {
		transform: scale(1.3);
	}
}
.whats-new-list .whats-new-text {
	max-width: 380px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
}

.recomended_products h2 {
	margin-top: 0;
}
.recomended_products .tab-header,
.tabs.wc-tabs,
.login-wrap .tabs-header {
	margin: 0;
	margin-bottom: 60px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	list-style: none;
}
.login-wrap .tabs-header {
	flex-wrap: nowrap;
}
.tabs.wc-tabs {
	margin-top: 50px;
}
.recomended_products .tab-header li {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recomended_products .tab-header li button,
.tabs.wc-tabs > li a,
.login-wrap .tabs-header button {
	width: 100%;
	padding: 8px 24px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--gray-3);
	border: none;
	border-bottom: 3px solid transparent;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.2s;
}
.product .tabs.wc-tabs > li a {
	width: auto;
	padding: 8px 24px;
	display: inline-block;
	text-decoration: none;
}
@media(hover:hover){
	.recomended_products .tab-header li button:hover,
	.tabs.wc-tabs > li a:hover {
		color: var(--black);
	}
}
.recomended_products .tab-header li.active button,
.tabs.wc-tabs > li.active a {
	color: var(--black);
	border-bottom-color: var(--black);
}
.woocommerce-tabs ul.tabs {
	padding-bottom: 20px!important;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.products-slider .slick-list {
    margin-right: -20px;
}
.products-slider .slick-list .slick-track {
	margin-left: 0;
}
.products.products-slider li.product {
	margin-right: 20px!important;
}
.products-slider.slick-slider .slick-arrow {
	background: var(--gray-light);
}
.products-slider.slick-slider .slick-prev {
	left: -28px;
}
.products-slider.slick-slider .slick-next {
	right: -28px;
}

.partners-banner .banner-wrap {
	padding: 80px 105px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.partners-banner .banner-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center left;
	z-index: -1;
}
.partners-banner .banner-wrap .banner-text {
	max-width: 530px;
	margin-left: auto;
	color: var(--white);
}
.partners-banner .banner-wrap h2 {
	margin-top: 0;
	margin-bottom: 15px;
	color: var(--white);
}
.partners-banner .banner-wrap p {
	margin-block: 15px 50px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 140%;
	color: var(--gray-4);
}

.news h2 {
	margin-block: 0 60px;
}
.news-list {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
	list-style: none;
}
.news-list li {
	flex: 1 1 0;
	border-radius: 20px 20px 32px 32px;
	background: var(--white);
	transition: 0.2s;
}
.news-list li img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
	overflow: hidden;
}
.news-list li .post-image {
	display: flex;
}
.news-list li .post-content {
	padding: 24px 32px 32px;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.news-list li .post-date {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--gray-3);
}
.news-list li .post-title {
	display: inline-block;
	margin-block: 8px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--black);
	text-decoration: none;
	transition: 0.2s;
}
.news-list li .post-excerpt {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--gray-3);
}
.news-list li .post-excerpt p {
	margin: 0;
}
@media(hover:hover){
	.news-list li:hover {
		box-shadow: 0 5px 30px 0 rgba(49, 49, 49, 0.1);
	}
	.news-list li:hover .post-title {
		color: var(--blue-light);
	}
}

.footer-contact-form {
	padding-bottom: 120px;
	color: var(--white);
}
.footer-contact-form .row {
	gap: 40px;
}
.footer-contact-form .form-wrap {
	width: 100%;
	max-width: 920px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 55px;
	padding-inline: 20px 45px;
	background: var(--blue-light);
	border-radius: 20px;
	overflow: hidden;
}
.footer-contact-form .col {
	padding-block: 37px;
}
.footer-contact-form .form-title {
	margin-top: 0;
	margin-bottom: 8px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}
.footer-contact-form .form-subtitle {
	margin-block: 8px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
}
.footer-contact-form form p {
	margin: 0;
	display: flex;
	gap: 10px;
}
.footer-contact-form form .button,
.footer-contact-form form .button:focus {
	padding: 16px 36px;
	border: 2px solid var(--black);
}
.footer-contact-form form .wpcf7-not-valid-tip {
	position: absolute;
}
.footer-contact-form form .wpcf7-form-control-wrap input {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	padding: 14px 24px;
	background: rgba(255, 255, 255, 0.08);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-5);
}
.footer-contact-form form .wpcf7-form-control-wrap input::placeholder {
	color: var(--gray-5);
}
.footer-contact-form .privacy {
	margin-block: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: var(--white);
}
.footer-contact-form .privacy a {
	font-size: 14px;
	color: var(--white);
}
.footer-contact-form .social-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px 35px 50px;
	border-radius: 20px;
	background: var(--black);
	overflow: hidden;
}
.footer-contact-form .social-title {
	margin-block: 0 8px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}
.footer-contact-form .social-subtitle {
	margin: 8px 0;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
}
.footer-contact-form .form-social-media {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 0;
	margin: 0;
	margin-top: 40px;
	list-style: none;
}
form br,
form .spinner {
	display: none;
}




/* Footer */
.site-footer {
	padding-block: 50px;
	border-top: 8px solid transparent;
	border-image: url(./images/main-slider-border.svg) 8;
	background: var(--black);
	color: var(--white);
}
.site-footer .container {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.footer-top,
.footer-middle,
.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.site-footer .col {
	align-items: center;
	gap: 5px;
}
.site-footer .menu {
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .menu a {
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--white);
}
.site-footer .phone {
	text-decoration: none;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--white);
}
.site-footer .email {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--blue-light);
	text-decoration: none;
}
.site-footer .social-media {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
}
.site-footer .social-media + span,
.site-footer address + span {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--gray-3);
}
.site-footer address {
	max-width: 255px;
	margin: 0;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	font-style: normal;
	line-height: 140%;
	text-align: center;
	color: var(--white);
}
.footer-bottom p {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: var(--gray-4);
}
.footer-bottom a {
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: var(--gray-4);
}
@media(hover:hover){
	.site-footer .menu a:hover {
		color: var(--blue-light);
	}
	.site-footer .phone:hover,
	.site-footer .email:hover {
		text-decoration: underline;
	}
	.footer-bottom a:hover {
		color: var(--white);
	}
}
.site-footer .button {
	margin-inline: auto;
	margin-bottom: 10px;
}

/* Shop */
.woocommerce-breadcrumb a {
	text-decoration: none;
	color: var(--black);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}
@media(hover:hover){
	.woocommerce-breadcrumb a:hover {
		color: var(--blue-light);
	}
}
.product-header-row {
	margin-block: 50px 40px;
	justify-content: space-between;
	align-items: center;
}
.product-header-row select {
	border: 1px solid var(--gray-5);
	border-radius: 6px;
	padding: 14px 20px;
}
.woocommerce-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--gray-3);
}
.woocommerce-products-header__title,
.search .page-title {
	margin: 0;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	color: var(--black);

	@media(width <= 768px){
		font-size: 32px;
	}
}
.search .page-title {
	margin-top: 50px;
	margin-bottom: 30px;
}
.woocommerce ul.products {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	list-style: none;
}
.wc-block-grid__products {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px!important;
	gap: 20px;
}
.products {
	width: 100%;
	list-style: none;
}
ul.products li.product {
	clear: none!important;
	margin-bottom: 0!important;
	margin-right: 0!important;
}
.woocommerce .products li:not(.product-banner) {
	width: 100%!important;
}
.products li,
.wc-block-grid__products li {
	padding: 20px 20px 70px;
	border: 1px solid var(--gray-5);
	border-radius: 20px;
	flex: 1 1 0!important;
}
.wc-block-grid__products li {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 130px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	width: 100%;
	display: flex!important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-image: none;
	text-decoration: none!important;
}
.wc-block-grid__product-add-to-cart.wp-block-button {
	width: calc(100% - 40px);
	margin-inline: 0;
	position: absolute;
	bottom: 10px;
}

/*Убираем галочки у фильтра  */
.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"], .wpc-filters-main-wrap li.wpc-term-item input[type="radio"]
{
	display:none !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	padding: 30px;
	border-radius: 8px;
	color: var(--white);
}
.woocommerce-MyAccount-content .woocommerce-info .button {
	background: var(--black);
	margin-left: 30px;
}
@media(hover:hover){
	.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
		color: var(--white);
	}
	.woocommerce-MyAccount-content .woocommerce-info .button:hover {
		background: var(--gray-text);
	}
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(./images/basket.svg) no-repeat center;
	background-size: contain;
}
.wc-block-grid__product-price {
	display: flex!important;
	flex-direction: column;
	position: absolute;
	bottom: 60px;
}
.wc-block-grid__product-price ins {
	margin-top: -12px;
}
ul.products li.product img {
	height: 230px;
	margin-inline: auto;
}
.product .woocommerce-loop-product__link {
	padding-top: 40px;
	position: relative;
	display: block;
}
.product .product-cat {
	display: inline-block;
	margin-block: 25px 8px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
}
.products .product .product-footer {
	width: calc(100% - 40px);
	position: absolute;
	bottom: 20px;
}
.product .product-footer {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
}
.product .price {
	display: flex;
	flex-direction: column-reverse;
}
.price ins {
	background: transparent;
}
.woocommerce-pagination > .page-numbers {
	margin: 65px 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	list-style: none;
}
.woocommerce-pagination .page-numbers li {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: var(--gray-3);
}
.woocommerce-pagination .page-numbers li .page-numbers {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gray-light);
	border-radius: 4px;
}
.woocommerce-pagination .page-numbers li a {
	color: var(--gray-3);
}
.woocommerce-pagination .page-numbers li .current {
	background: var(--gray-light);
}
.woocommerce-pagination .page-numbers svg path {
	transition: 0.2s;
}
@media(hover:hover){
	.woocommerce-pagination .page-numbers li a:hover {
		color: var(--red);
		text-decoration: none;
	}
	.woocommerce-pagination .page-numbers a:hover svg path {
		stroke: var(--red);
	}
}
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
	padding: 15px;
	border-radius: 8px!important;
	background: var(--gray-light);
}
.wc-block-cart-item__product .price del {
	text-decoration: line-through;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
	margin-bottom: 0;
}
.wc-block-cart-item__product .wc-block-cart-item__quantity {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item {
	border-bottom: 1px solid var(--gray-5);
}
.woocommerce-checkout h1 {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--gray-5);
}
.wc-block-components-form .wc-block-components-text-input label, 
.wc-block-components-text-input label {
	top: -3px!important;
	transition: 0.2s!important;
}
.wc-block-components-form .wc-block-components-text-input.is-active label, 
.wc-block-components-text-input.is-active label {
	top: -8px!important;
	transform: scale(.75)!important;
	background: #fff;
}
.wc-block-checkout__form .wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout__form .wc-block-components-text-input input,
.wc-block-checkout__form .wc-block-components-text-input input[type="text"],
.wc-block-checkout__form .wc-block-components-text-input input[type="tel"] {
	padding: 15px!important;
	height: 60px!important;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
	background: #fff;
	top: -16px!important;
	transition: 0.2s!important;
}
.wc-block-checkout__form button {
	max-width: 350px!important;
	background: var(--green-dark)!important;
	color: #fff;
	transition: 0.2s!important;
}
@media(hover:hover){
	.wc-block-checkout__form button:hover {
		background: var(--green-light)!important;
	}
}
.wc-blocks-components-select .wc-blocks-components-select__select {
	cursor: pointer;
}
.wc-block-checkout__form .wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__container {
	height: auto!important;
}
.order_details {
	border-collapse: collapse;
}
.order_details th,
.order_details td {
	padding-block: 15px;
	vertical-align: baseline;
}
.order_details th:nth-of-type(1),
.order_details td:nth-of-type(1) {
	text-align: left;
}
.order_details th:nth-of-type(2),
.order_details td:nth-of-type(2),
.order_details th + td {
	text-align: right!important;
}
.order_details tr {
	border-bottom: 1px solid var(--gray-5);
}
.woocommerce-order-details,
.woocommerce-customer-details {
	padding: 0;
}
.woocommerce-order-details__title {
	margin-top: 0;
	font-size: 38px;
}
.woocommerce-MyAccount-content {
	flex: 1 1 0;
	padding-bottom: 50px;
}
.woocommerce-MyAccount-content p {
	margin-block: 0 15px;
}
.woocommerce-MyAccount-content fieldset {
	margin-bottom: 30px;
}
.woocommerce-MyAccount-content .button {
	background: var(--green-light);
	border: none;
}
@media(hover:hover){
	.woocommerce-MyAccount-content .button:hover {
		background: var(--green-dark);
	}
}
.woocommerce-MyAccount-content .form-row {
	display: flex;
	flex-direction: column;
	position: relative;
}
.form-row .selection > span {
	height: auto;
	padding: 15px;
}
.form-row .selection .select2-selection__arrow {
	top: 16px;
}
.ur-frontend-form .ur-form-row .ur-form-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.ur-frontend-form .ur-form-row .ur-form-grid p {
	margin: 0!important;
}
.woocommerce .login-wrap {
	margin-bottom: 100px;
	margin-inline: auto;
	width: 100%;
	max-width: 750px;
}
.woocommerce .login-wrap input {
	width: 100%;
}
.login-wrap .input-wrapper {
	width: 100%;
}
.login-wrap .input-wrapper
.woocommerce-MyAccount-content .form-row label {
	font-size: 16px;
}
.woocommerce-MyAccount-content .form-row input {
	padding: 15px;
	width: 100%;
}
@media(width > 768px){
	.woocommerce-MyAccount-content .form-row.form-row-first {
		padding-right: 15px;
	}
	.woocommerce-MyAccount-content .form-row.form-row-last {
		padding-left: 15px;
	}
	.woocommerce-MyAccount-content .form-row.form-row-first,
	.woocommerce-MyAccount-content .form-row.form-row-last {
		width: 50%;

	}
}
.woocommerce-MyAccount-content em {
	font-size: 15px;
}
.woocommerce form .form-row, .woocommerce-page .form-row {
    width: 100%;
    float: left;
}
.add_to_cart_button {
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 6px;
	background: var(--blue-light) url(./images/basket.svg) no-repeat center;
	font-size: 0;
}
.menu#menu-cart {
	padding: 0;
	margin: 0;
	padding: 0;
	list-style: none;
    position: relative;
}
.menu#menu-cart a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: var(--blue-light) url(./images/basket.svg) no-repeat center;
	color: #fff;
	border-radius: 6px;
    text-decoration: none;
}
.menu#menu-cart span {
	font-size: 0;
}
.menu#menu-cart .woofc-menu-item .woofc-menu-item-inner {
	position: static;
}
.woofc-menu-item .woofc-menu-item-inner:after {
	right: auto;
	left: 35px;
}
.single_add_to_cart_button:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(./images/basket.svg) no-repeat center;
}
@media(hover:hover){
	.add_to_cart_button:hover,
	.add_to_cart_button.added {
		background-color: var(--black);
	}
}
.products .add_to_cart_button {
	font-size: 0;
}
.products .added_to_cart {
	display: none;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-cart {
	border: 2px solid var(--blue-light)!important;
	color: var(--blue-light)!important;
	transition: 0.2s!important;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-checkout {
	border: 2px solid var(--green-dark)!important;
	background: var(--green-dark)!important;
	color: var(--white)!important;
}
@media(hover:hover ){
	.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-cart:hover {
		background: var(--blue-light)!important;
		color: var(--white)!important;
	}
	.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-checkout:hover {
		background: var(--green-light)!important;
	}
}
.price .amount {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 200%;
	color: var(--black);
}
.price del {
	display: inline-block;
	text-decoration: none;
	margin-top: -12px;
}

.price del .amount {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	text-decoration: line-through;
	color: var(--gray-3);
}
.product.sale .price ins .amount {
	color: var(--red);
}
.product .onsale {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-radius: 20px;
	padding: 6px 16px;
	background: var(--red);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--white);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.karniz-calculator {
	max-width: 800px;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 30px;
}
.karniz-calculator label {
	cursor: pointer;
}
.karniz-calculator-wrap .form-container {
	max-width: 800px;
}
.karniz-calculator-wrap textarea {
	width: 100%;
	padding: 15px;
	background-color: #fff;
	border: 1px solid hsla(0, 0%, 7%, .8);
	border-radius: 4px;
	resize: none;
}
.karniz-calculator-wrap .form-row {
	width: 100%;
}
.karniz-calculator-wrap .form-row .wpcf7-form-control-wrap {
	flex: 1 1 0;
}
.karniz-calculator-wrap .form-row > p {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.karniz-calculator-wrap input:not([type="submit"]) {
	width: 100%;
	padding: 15px;
	background-color: #fff;
	border: 1px solid hsla(0, 0%, 7%, .8);
	border-radius: 4px;
}
.karniz-calculator-wrap input[type="submit"] {
	padding: 15px 30px;
	background: var(--green-dark);
	color: var(--white);
	cursor: pointer;
	transition: 0.2s;
}
@media(hover:hover){
	.karniz-calculator-wrap input[type="submit"]:hover {
		background: var(--green-light);
	}
}
.karniz-calculator-wrap button {
	margin-top: 20px;
	padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--blue-light);
    border: 1px solid var(--blue-light);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: var(--white);
    cursor: pointer;
}
.karniz-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 30px;
	border: 1px solid hsla(0, 0%, 7%, .8);
	border-radius: 20px;

	@media(width <= 768px){
		flex-direction: column;
	}
}
.karniz-item label {
	min-width: 190px;
	display: flex;
	justify-content: start;
	gap: 15px;
}
.karniz-item label span {
	white-space: nowrap;
}
.karniz-item p {
	margin: 0;
	flex-shrink: 0;
}
.karniz-item input[name="karniz-type"] {
	order: -1;
}
.karniz-calculator .scheme-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 80px);
}
.karniz-item .input-wrap {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.karniz-item .input-wrap:nth-of-type(1){
	grid-column-start: 1;
	grid-row-start: 2;
	border-right: 3px solid #333;
}
.karniz-item .input-wrap:nth-of-type(2){
	margin-inline: -3px;
	grid-column-start: 2;
	grid-row-start: 1;
	border-bottom: 3px solid #333;
}
.karniz-item .input-wrap:nth-of-type(3){
	grid-column-start: 3;
	grid-row-start: 2;
	border-left: 3px solid #333;
}
.karniz-item .scheme-wrap input {
	width: 90px;
}
.product .tinv-wraper.tinv-wishlist {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	top: 20px;
	left: 75px;
	border-radius: 6px;
	background: var(--gray-light);
}
.products .htcompare-button-area {
	position: absolute;
	top: 20px;
	left: 10px;
}
.product .compare,
.product .htcompare-button-area a {
	width: 50px;
	height: 50px;
	padding: 0;
	background: var(--gray-light);
	background-image: url(./images/compare.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	font-size: 0;
	outline: none;
}
.product .product-excerpt {
	height: 45px;
	margin-bottom: 20px;
	overflow: hidden;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	color: var(--gray-3);
}
.product .product-excerpt p {
	margin: 0;
}
.products .htcompare-button-area .htcompare-btn-text {
	position: absolute;
	top: -10px;
	right: -10px;
}
.products .htcompare-button-area .htcompare-btn-text svg {
	fill: var(--blue-light);
}
.htcompare-table {
	min-height: 50vh;
}
.htcompare-return-to-shop .button {
	margin-top: 50px;
	border-color: var(--gray-3);
	color: var(--gray-3);
}
@media(hover:hover){
	.product .compare.added,
	.product .compare:hover,
	.products .htcompare-button-area a:hover {
		background-image: url(./images/compare-hover.svg);
	}
	.htcompare-return-to-shop .button:hover {
		border-color: var(--black);
		color: var(--black);
	}
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
	text-decoration: none;
}
.product .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 50px;
	font-family: tinvwl-webfont !important;
}
.product .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button::before {
	display: inline-block!important;
}
.woocommerce-account .entry-content > .woocommerce {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 30px;
}
.woocommerce-account .entry-content > .woocommerce h2 {
	margin-top: 0;
	width: 100%;
}
.woocommerce-MyAccount-navigation ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul a {
	display: inline-block;
	color: var(--black);
	text-decoration: none;
	position: relative;
}
.woocommerce-MyAccount-navigation ul a::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 1px;
	background: var(--black);
	transition: 0.2s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.woocommerce-MyAccount-navigation ul .is-active a::after {
	width: 100%;
}

.wc-tabs-wrapper
{
	/* max-width: 1045px;*/

}

.wc-tabs-wrapper #tab-description
{
	font-size: 16px;
}


@media(hover:hover){
	.woocommerce-MyAccount-navigation ul a:hover {
		color: var(--blue-light);
	}
}
.woocommerce table .button {
	margin: 5px;
	padding: 10px 15px;
	border-radius: 8px;
}
.woocommerce .button.pay {
	background: var(--green-light);
}
.woocommerce .button.view {
	background: var(--blue-light);
}
.woocommerce .button.cancel {
	background: var(--black);
}
@media(hover:hover){
	.woocommerce table .button:hover {
		color: var(--white);
	}
	.woocommerce .button.pay:hover {
		background: var(--green-dark);
	}
	.woocommerce .button.view:hover {
		background: #0857bd;
	}
	.woocommerce .button.cancel:hover {
		background: var(--gray-text);
	}
}
.woocommerce-orders-table {
	border: none;
	border-collapse: collapse;
}
.woocommerce-orders-table thead th {
	padding: 15px;
	background: var(--gray-5);
}
.woocommerce-orders-table thead {
	border-radius: 8px;
}
.woocommerce-orders-table tr,
.woocommerce-orders-table td {
	padding: 15px 10px;
}
.woocommerce-orders-table .woocommerce-orders-table__row {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--gray-light);
}
.woocommerce-MyAccount-navigation {
	padding: 20px;
	min-width: 260px;
	border-radius: 8px;
	background: var(--gray-light);
	margin-bottom: 30px;
}
.tinv-wishlist .social-buttons {
	margin-bottom: 30px;
}
.tinv-wishlist table .button {
	background: var(--black);
	border: none;
}
.tinv-wishlist table .button[name="tinvwl-add-to-cart"] {
	background: var(--green-dark);
}
.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	position: static;
	margin: 0;
	color: var(--gray-4);
	font-size: 26px;
	transition: 0.2s;
}
.product .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button:hover:before,
.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
	color: var(--blue-light);
}
.products .woocommerce-loop-product__link {
	text-decoration: none;
}
.woocommerce-loop-product__title {
	margin: 0;
	text-decoration: none;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--black);
	transition: 0.2s;
}
@media(min-width: 1100px){
	.woocommerce-loop-product__title {
		min-height: 55px;
	}
}
@media(hover:hover){
	.products .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
		color: var(--blue-light);
	}
}
.shop-row {
	gap: 20px;
	align-items: start;
}
.products .product-banner {
	min-height: 470px;
	padding: 54px 24px;
	border-radius: 20px;
	overflow: hidden;
	color: var(--white);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: none;
}
.products .product-banner .row {
	gap: 13px;
	align-items: center;
	justify-content: space-between;
}
.products .product-banner .banner-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
}
.products .product-banner .banner-num {
	display: inline-block;
	border-radius: 20px;
	padding: 6px 16px;
	text-align: center;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
	background: var(--white);
}
.product-banner p {
	margin-bottom: 18px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.shop-text {
	max-width: 1050px;
	margin-top: 120px;
	margin-bottom: 40px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-text);
}
.shop-text h2:first-of-type {
	margin-bottom: 50px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	color: var(--black);
}
.shop-text h2 {
	margin-bottom: 20px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
}
.yith-wcan-filters,
.filter-sticky {
	margin: 0;
	width: 100%;
	max-width: 340px;
	border-radius: 20px;
	padding: 30px 20px 0;
	background: var(--gray-light);
	position: sticky;
	top: 20px;
}
.filter-sticky .widget {
	margin: 0;
}
.wpc-edit-filter-set {
	display: none;
}
.filter-sticky .wpfFilterWrapper .wpfCheckbox {
	opacity: 0;
	position: absolute;
	z-index: -1;
	visibility: hidden;
}
.filter-sticky .wpfFilterWrapper .wpfFilterTaxNameWrapper,
.filter-sticky	.wpfValue {
	padding: 0!important;
}
body .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
	align-items: baseline!important;
}
.filter-sticky .wpfButtonsFilter .wpfTermWrapper {
	display: block!important;
	width: 100%!important;
	padding: 10px 15px!important;
	border-radius: 200px!important;
	font-family: var(--font-family)!important;
	font-weight: 400!important;
	font-size: 15px!important;
	line-height: 140%!important;
	background-color: transparent!important;
	border-color: transparent!important;
	color: var(--gray-3)!important;
	text-align: left;
}
.filter-sticky .wpfButtonsFilter .wpfTermChecked {
	background: var(--white)!important;
	color: var(--blue-light)!important;
}
.filter-sticky ul {
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
}
.filter-sticky #menu-categmenu {
	padding-left: 0;
	padding-right: 10px;
	max-height: 400px;
	overflow-y: auto;
}





.filter-sticky ul li:not(.current-menu-item) > a {
	color: var(--gray-3);
}
.filter-sticky ul li:not(.current-menu-item) a:hover {
	color: var(--black);
}
.filter-sticky ul li.current-menu-item > a {
	color: var(--blue-light);
}
.filter-sticky ul ul {
	border-left: 1px solid var(--gray-4);
}
.filter-sticky .ui-slider.ui-widget-content .ui-slider-handle {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: var(--white);
	border: 2px solid var(--blue-light)!important;
	top: -7px;
}
.filter-sticky .ui-slider .ui-slider-range {
	height: 1px;
	background: var(--blue-light)!important;
}
.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
	padding-inline: 5px!important;
}
.filter-sticky .ui-slider-horizontal .ui-slider-handle {
	margin-left: -8px;
}
.filter-sticky .wpfPriceRangeField#wpfMinPrice, 
.filter-sticky .wpfPriceRangeField#wpfMaxPrice,
.wpc-filters-range-wrapper input[type="number"] {
	height: 40px;
	padding: 10px 15px;
	flex: 1 1 0;
	background: var(--white);
	border-radius: 6px;
	border-color: transparent;
}
.filter-sticky .wpfFilterVerScroll {
	overflow-x: hidden;
}
.filter-sticky .wpfFilterVerScroll::-webkit-scrollbar,
.filter-sticky #menu-categmenu::-webkit-scrollbar {
	width: 6px;
}
.filter-sticky .wpfFilterVerScroll::-webkit-scrollbar-track,
.filter-sticky #menu-categmenu::-webkit-scrollbar-track {
	background: var(--gray-3);
	border-radius: 10px;
}
.filter-sticky .wpfFilterVerScroll::-webkit-scrollbar-thumb,
.filter-sticky #menu-categmenu::-webkit-scrollbar-thumb  {
	background: var(--white);
	border-radius: 10px;
}
.filter-sticky .ui-slider.ui-widget-content:not(.iris-slider-offset) {
	height: 1px;
	background: var(--black);
	border: none;
}
.filter-sticky .wpfFilterButton.wpfButton, 
.filter-sticky .wpfClearButton.wpfButton,
.filter-sticky .wfpHideButton {
	width: 100%;
	border: 1px solid var(--gray-4);
	border-radius: 4px;
	padding: 14px 24px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-3);
	background: transparent;
	cursor: pointer;
	transition: 0.2s;
}
.filter-sticky .wpfFilterButton.wpfButton {
	background: #fff;
	color: var(--black);
}
@media(hover:hover){
	.filter-sticky .wpfFilterButton.wpfButton:hover {
		border-color: var(--black);
	}
	.filter-sticky .wpfClearButton.wpfButton:hover {
		color: var(--black);
	}
}
.yith-wcan-filters .filter-title,
.wpfMainWrapper .wfpTitle {
	margin-top: 0;
	margin-bottom: 18px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--black);
}
.yith-wcan-filters ul.filter-label {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.wpc-filters-main-wrap ul.children {
	margin-left: 0!important;
	padding-left: 15px;
}
.wpc-custom-selected-terms ul.wpc-filter-chips-list {
	margin-top: 10px;
	flex-wrap: wrap;
}
.wpc-filters-main-wrap li {
	padding-left: 5px!important;
}
.wpc-filters-main-wrap li.wpc-has-children {
	position: relative;
	padding-left: 5px;
}
.wpc-filters-main-wrap li.wpc-has-children::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--gray-5);
	transition: 0.2s;
}
.wpc-filters-main-wrap li.wpc-has-children.wpc-opened::after {
	height: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label .filter-item.label {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none!important;
	background: transparent!important;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label .filter-item.label a {
	display: block;
	padding: 10px 16px;
	text-align: left;
	color: var(--gray-3);
	border-radius: 200px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label .filter-item.label.active a {
	background: var(--white);
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label .filter-item.label.active a span {
	color: var(--blue-light)!important;
}
.yith-wcan-filters .reset-filters {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gray-4);
	background: transparent;
	border-radius: 4px;
	padding: 14px 24px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-3);
	cursor: pointer;
	transition: 0.2s;
}
@media(hover:hover){
	.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label .filter-item.label:not(.active) a:hover span {
		color: var(--blue-light)!important;
	}
	.yith-wcan-filters .reset-filters:hover {
		background: var(--white);
	}
}
.yith-wcan-filters .yith-wcan-filter {
	margin-bottom: 0;
}
.single-product .woocommerce-product-gallery {
	flex-shrink: 0;
	margin-bottom: 30px;
	display: grid;
	align-items: start;
	justify-content: space-between;
	grid-template-columns: 1fr 4fr;
	gap: 20px;
	
	@media(max-width: 660px){
		justify-items: center;
		grid-template-columns: 1fr;
		align-items: center;
	}
}
.single-product .woocommerce-product-gallery.d-flex {
	display: flex;
	flex-direction: column;
}

.single-product .product {
	margin-top: 60px;
}
.single-product .products .product {
	margin: 0;
}
.single-product .product-thumbnail {
	width: 100%;
	max-width: 100px;
	padding-block: 30px;
}
.single-product .product-thumbnail .slick-arrow {
	width: 100%;
	height: 25px;
	box-shadow: none;
	outline: none;
	border-radius: 0;
}
.single-product .product-thumbnail .slick-prev {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.single-product .product-thumbnail .slick-next {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.single-product .product-thumbnail .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	margin-block: 3px;
	border: 2px solid transparent;
	border-radius: 10px;
	cursor: pointer;
}
.single-product .product-thumbnail .slick-current {
	border-color: var(--blue-light);
}
.single-product .product-thumbnail img {
	width: 96px;
	height: 96px;
	object-fit: contain;
}
.single-product .product-image {
	position: relative;
}
.single-product .product-image,
.voice-assistant {
	max-width: 470px;
}
.single-product .product-image-slider {
	
	border: 1px solid var(--gray-5);
	border-radius: 20px;

	height: 460px;
  	width: 460px;
  	object-fit: contain;
  	justify-content: center;
  	align-items: center;
  	display: flex;
  	overflow: hidden;
  

}

@media(max-width: 660px){
.single-product .product-image-slider {
	border: 1px solid var(--gray-5);
	border-radius: 20px;
	height: 95vw;
  	width: 95vw;
  	object-fit: contain;
  	justify-content: center;
  	align-items: center;
  	display: flex;
  	overflow: hidden;
}

.single-product .product-image-slider img {
	height: 90%;
}


}



.single-product .product-image .slick-slide {
	padding: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-product .product-image .slick-slide img {
	max-height: 460px;
}
.single-product .slick-list {
	padding: 0!important;
	width:100%;
}
.single-product .product-image .onsale {
	right: auto;
	left: 16px;
	top: 16px;
}

.entry-summary .stock-status {
	margin: 0;
	font-size: 16px;
}
.entry-summary .stock {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 18px;
}
.entry-summary .quantity {
	margin-bottom: 15px;
}
.voice-assistant {
	width: 100%;
	grid-column: 2/3;
	margin-left: auto;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	list-style: none;
	@media(max-width: 660px){
		grid-column: auto;
	}
	@media(max-width: 425px){
		grid-template-columns: repeat(2, 1fr);
	}
}
.voice-assistant li {
	height: 50px;
	border-radius: 200px;
}
.voice-assistant li .row {
	height: 100%;
	/*gap: 8px; */
	align-items: center;
}
.voice-assistant li img {
	height: 50px;
	max-width:fit-content;
}

	@media(max-width: 660px){
		.voice-assistant li img {
	height: 50px;
	/*max-width:fit-content; */
	}
	}


.voice-assistant li span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: var(--black);
}
.voice-assistant li b {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--black);
}
.main-product-content-col {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}
.single-product .entry-summary {
	width: 100%;
	margin-top: 0;
	padding-left: 40px;
}
.single-product .entry-summary .product-cat {
	margin-top: 0;
}
.single-product .entry-title {
	margin-block: 0 35px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: var(--black);
}
.single-product .variations_form .label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	margin-right: 0;
	color: var(--gray-3);
}
.single-product .variations span {
	color: var(--black);
}
.single-product .variations {
	padding: 10px 0 22px;
	margin: 0;
	display: flex;
	gap: 8px;
	list-style: none;
}

.lionlylabel a
{
	width: fit-content !important;
}

.single-product .variations li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	width: 52px;
	padding: 8px;
	margin: 0;
	border-radius: 6px!important;
	border: 2px solid var(--gray-light);
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--black);
	box-shadow: none!important;
	text-decoration: none;
}
.single-product .variations li a.active {
	border-color: var(--gray-4);
}
.entry-summary .price {
	margin-block: 0 20px;
}
 .product.sale .price ins .amount {
	color: var(--black);
}
.entry-summary .button {
	margin-bottom: 10px;
	padding: 12px 35px;
}
.entry-summary .button[type="submit"] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: var(--blue-light);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: var(--white);
}
@media(hover:hover){
	.single-product .variations li a:not(.active):hover {
		border-color: var(--blue-light);
	}
	.entry-summary .button[type="submit"]:hover {
		background: var(--black);
		color: var(--white);
		border-color: var(--black);
	}
}
.single-product .product-variation-col {
	flex: 1 1 0;
}

.single-product .entry-summary .variations_form  {
	height: 100%;
	gap: 20px;
	align-items: start;
}
.single-product .single_variation_wrap {
	width: 100%;
	max-width: 335px;
	border-radius: 20px;
	padding: 24px 20px;
	position: sticky;
	top: 15px;
	box-shadow: 0 5px 30px 0 rgba(49, 49, 49, 0.1);
	background: var(--wh);
}
.single-product .buy-on-roximo {
	display: inline-block;
	margin-bottom: 12px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--gray-3);
}
.single-product .entry-summary .htcompare-button-area a {
	width: 100%;
	margin-block: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family);
	background-image: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: var(--gray-3);
}
.single-product .entry-summary .htcompare-button-area .evercompare-btn-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.single-product .entry-summary .htcompare-button-area .evercompare-btn-text::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(./images/compare.svg) center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.2s;
}
.single-product .entry-summary .tinv-wraper.tinv-wishlist {
	width: 100%;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
}
.tinv-wishlist .entry-summary .tinvwl_already_on_wishlist-text {
	color: var(--blue-light);
}
.single-product .entry-summary .tinv-wraper.tinv-wishlist a {
	color: var(--black);
	text-decoration: none;
}
.single-product .entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	vertical-align: top;
	margin-right: 10px;
	font-size: 22px;
	font-weight: 600;
	color: var(--blue-light);
}
.product .support-btn,
.product .button-instruction {
	margin-top: 30px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 6px;
	padding: 14px 20px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	background: var(--gray-light);
	color: var(--black);
}
.product .button-instruction {
	margin-top: 10px;
}
.product .support-btn svg path,
.product .button-instruction svg path {
	transition: 0.2s;
}
@media(hover:hover){
	.single-product .htcompare-btn.added .evercompare-btn-text::before,
	.single-product .htcompare-button-area:hover .evercompare-btn-text::before {
		background-image: url(./images/compare-hover.svg);
	}
	.single-product .htcompare-button-area a:hover {
		color: var(--blue-light);
	}
	.product .support-btn:hover {
		border-color: var(--green-light);
	}
	.product .support-btn:hover svg path {
		stroke: var(--green-light);
	}
	.product .button-instruction:hover {
		border-color: var(--blue-light);
	}
	.product .button-instruction:hover svg path {
		fill: var(--blue-light);
	}
}


.wc-block-components-text-input input[type="text"]
{
	padding:2.5em .5em .5em !important; 
	
}




.single-product .woocommerce-tabs h2 {
	margin-block: 0 40px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: var(--black);
}
.single-product div.product {
	padding-bottom: 80px;
}
.single-product .woocommerce-product-attributes {
	margin-bottom: 120px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 50px;
	align-items: start;
	border-radius: 20px;
	padding: 40px;
	background: var(--gray-light);
}
.single-product .woocommerce-product-attributes .row {
	justify-content: space-between;
	align-items: start;
}
.woocommerce-product-attributes-title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--black);
}
.woocommerce-product-attributes-value {
	display: inline-block;
	text-align: right;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--gray-3);
}
.woocommerce-product-attributes p {
	margin: 0;
}
.woocommerce-product-attributes .dots {
	margin: 0 10px 6px;
    margin-bottom: 6px;
	align-self: end;
	height: 2px;
	background: url(./images/dots.svg);
	flex: 1 1 0;
}
.single-product .product-info-content.description {
	max-width: 1045px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-text);
}
.single-product .product-info-content.description p {
	margin-bottom: 35px;
}
.single-product .product-info-content.description img {
	border-radius: 20px;
}
.single-product .product-info-content img {
	width: auto!important;
	max-width: 100%!important;
	max-height: 900px;
}
.single-product .advantages {
	/*max-width: 1045px; */
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 40px 0;
	padding: 0;
	list-style: none;
}
@media(min-width: 660px)
{
.single-product .advantages .align-right .row  img {
  margin-left: auto;
}
}

.single-product .advantages img {
	max-width: 400px;
	border-radius: 10px;
}

.single-product .advantages li {
	padding: 30px;
	border-radius: 20px;
	background: #f6f7f9;
}
.single-product .advantages li .row {
	align-items: center;
	justify-content: start;
	gap: 30px;
}
.single-product .advantages li .col {
	/*max-width: 555px; */
}
.single-product .advantages li.align-left .row {
	flex-direction: row-reverse;
}
.single-product .advantages li h2 {
	margin-block: 0 20px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
}
.single-product .advantages li p {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-text);
}
.single-product .advantages-text {
	/*max-width: 1045px;*/
	margin-block: 40px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-text);
}
.single-product .types-of-connect {
	/*max-width: 1045px; */
	margin: 40px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.single-product .types-of-connect li {
	min-width: 230px;
	border-radius: 20px;
	padding: 20px 25px 26px 25px;
	flex: 1 1 0;
	background: var(--gray-light);
}
.single-product .types-of-connect li .col {
	align-items: center;
	gap: 10px;
}

.single-product .types-of-connect li .col img{
		width:70px;
}

.single-product .types-of-connect span {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-text);
}
.single-product .types-of-connect p {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: var(--gray-text);
}
.single-product-banner {
	padding: 40px;
	margin-top: 120px;
	/*max-width: 1045px;*/
	padding-top: 0;
	background: url(./images/product-banner-bg.png) no-repeat right top;
	background-size: cover;
	border-radius: 20px;
}
.single-product-banner h2 {
	margin-block: 50px 0;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: var(--white);
}
.single-product-banner .text-wrap {
	max-width: 505px;
}
.single-product-banner .row {
	margin-top: 20px;
	gap: 10px;
}
.single-product-banner .row a {
	display: flex;
	border: 1px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	transition: 0.2s;
}
@media(hover:hover){
	.single-product-banner .row a:hover {
		border-color: var(--white);
	}
}


@media(min-width: 660px)
{
.single-product-banner  .banner-image {
	margin-block: -50px -40px;
	margin-left: 250px;
}
}

.single-product-banner  .banner-image {
	margin-block: -50px -40px;
}

.woocommerce-lost-password article {
	max-width: 750px;
	margin-bottom: 80px;
	margin-inline: auto;
	font-size: 18px;
}
.woocommerce-lost-password article 
.woocommerce-lost-password article h1 {
	margin-bottom: 0;
	text-align: center;
	font-size: 52px;
}
.woocommerce-lost-password .button {
	padding: 15px 30px;
	background: var(--black);
	color: var(--white);
	border-color: var(--black);
}
@media(hover:hover){
	.woocommerce-lost-password .button:hover {
		background: var(--gray-light);
		color: var(--black);
	}
}
.login .form-row,
.lost_reset_password .form-row {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.woocommerce-lost-password .form-row {
	margin-top: 0;
}
.lost_reset_password input {
	width: 100%;
	max-width: 370px;
}
.woocommerce-lost-password label {
	font-size: 16px;
}
.login .button {
	background: var(--blue-light);
}
.kama_breadcrumbs {
	margin-bottom: 60px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--gray-3);
}
.login-wrap .tabs-header button.active {
	color: var(--black);
}
.login-wrap .tabs-header button {
	position: relative;
}
.login-wrap .tabs-header button::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 1px;
	background: var(--black);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.2s;
}
.login-wrap .tabs-header button.active::after {
	width: 100%;
}
.login-wrap .tab-content {
	max-height: 0;
	overflow: hidden;
	transition: .2s;
}
.login-wrap .tab-content.active {
	max-height: 2000px;
}
.kama_breadcrumbs a,
.kama_breadcrumbs a:visited {
	color: var(--black);
	font-size: 15px;
}
.post .entry-title {
	margin: 50px auto;
	max-width: 930px;
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 52px;
	line-height: 100%;
	color: var(--black);
}
.post .entry-content p {
	margin: 0 auto 50px;
	max-width: 930px;
}
.post .wp-block-image img {
	border-radius: 20px;
}
.post blockquote {
	margin: 20px 0 40px;
	padding-block: 80px;
	background: url(./images/post-bloquote.png) var(--gray-light);
	background-repeat: no-repeat;
	background-position: 90% 100%;
	border-radius: 20px;
	border-bottom: 8px solid transparent;
	border-image: url(./images/main-slider-border.svg) 8;
}
.post h2 {
 /*	margin: 0 auto 40px;
	max-width: 930px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	color: var(--black); */
}
.post blockquote h2 {
	max-width: 860px;
	margin: 30px auto;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	color: var(--black);
}
.post p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--gray-3);
}
.post ul {
	margin: 0 auto	80px;
	max-width: 930px;
	padding: 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--gray-3);
	list-style: none;
}
.post ul li {
	margin-bottom: 15px;
}
.post ul li {
	padding-left: 14px;
	position: relative;
}
.post ul li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 10px;
}
.post ul li:nth-child(5n + 1):before {
	background: var(--blue-light);
}
.post ul li:nth-child(5n + 2):before {
	background: var(--yellow);
}
.post ul li:nth-child(5n + 3):before {
	background: var(--green-dark);
}
.post ul li:nth-child(5n + 4):before {
	background: var(--red);
}
.post ul li:nth-child(5n + 5):before {
	background: var(--green-light);
}
.post .wp-block-columns {
	border-radius: 20px;
}


@media(max-width: 768px)
{
	.main-navigation .row .col
	{
		flex-direction:row-reverse;
		white-space: nowrap;
	} 
	.main-navigation .row
	{
    border-top: 1px solid;
    border-top-color: currentcolor;
    border-top-color: var(--gray-4);
    padding-top: 5px;
  }
}

@media(max-width: 1900px){
	.main-navigation ul {
		gap: 30px;
	}
	.main-slider .slick-arrow {
        bottom: 20px;
        transform: none;
	}
}
@media(max-width: 1440px){
	.main-navigation ul {
		gap: 30px;
	}
	.main-slider .slick-arrow.slick-prev {
		left: 30px;
	}
	.main-slider .slick-arrow.slick-next {
		right: 30px;
	}
}
@media(max-width: 1300px){
	.footer-contact-form .form-wrap {
		padding-inline: 20px;
		gap: 15px;
	}
	.footer-contact-form .col {
	    padding-block: 25px;
	}
	.yith-wcan-filters {
		max-width: 300px;
	}
	.woocommerce-loop-product__title {
		height: auto;
	}
	.single-product .single_variation_wrap {
		max-width: 300px;
	}
}

@media(max-width: 1270px){
	.woocommerce .products {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce .products .product {
		flex: 1 1 0;
	}
	.header-top .site-branding .custom-logo-link {
		display: flex;
	}
	.header-bottom .site-branding {
		display: none;
	}
	.products-slider .woocommerce-loop-product__title {
		min-height: 61px;
	}
	.news-list li .post-content {
		padding-inline: 0;
	}
	.footer-contact-form form p {
		flex-direction: column;
	}
	.footer-contact-form form .button {
		padding-block: 13px;
	}
	.yith-wcan-filters, .filter-sticky {
		position: static;
	}
	.products .product-banner {
		padding-inline: 10px;
	}
	.footer-contact-form .form-social-media {
		margin-top: 25px;
	}
	.single-product .product-thumbnail {
		padding: 0 35px;
	}
	.product-image .product .onsale {
		left: 16px;
	}
    .shop-row {
    	flex-direction: column;
    }
	.single-product .product-thumbnail .slick-arrow {
		width: 96px;
		height: 30px;
		top: 50%;
		bottom: auto;
	}
	.single-product .product-thumbnail .slick-prev {
		transform: translateY(-50%) rotate(-90deg);
		left: -50px;
	}
	.single-product .product-thumbnail .slick-next {
		right: -50px;
		left: auto;
		transform: translateY(-50%) rotate(-90deg);
	}
	.single-product .entry-summary {
		padding-left: 20px;
	}
	.single-product .entry-title {
		font-size: 28px;
	}
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item, 
	.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
		padding-inline: 10px;
	}
	.post .wp-block-columns p {
		margin-bottom: 30px;
	}
	.whats-new-list li a {
		padding: 10px 20px 40px;
	}
	.single-product .woocommerce-product-gallery {
		justify-content: center;
		max-width: 32vw;
	}
	.single-product .product-thumbnail {
		max-width: 350px;
		order: 2;
	}
	.voice-assistant {
		order: 3;
		margin-left: 0;
	}
}
@media(max-width: 1099px){
	.header-top {
		background: var(--white);
	}
	.header-bottom .container {
		padding-block: 15px;
	}
	.menu-toggle, 
	.main-navigation.toggled ul {
		display: block;
	}
	.search-basket-wrap {
		width: 100%;
	}
	.search-basket-wrap .search-form {
		margin-right: auto;
		border: 1px solid var(--gray-light);
		border-radius: 4px;
	}
	.menu-toggle {
		display: flex;
		gap: 10px;
		align-items: center;
		border-radius: 4px;
		border: none;
		padding: 10px;
		padding-left: 35px;
		background: var(--gray-light);
		font-family: var(--font-family);
		font-weight: 600;
		font-size: 12px;
		line-height: 140%;
		color: var(--gray-3);
		position: relative;
		transition: 0.2s;
	}
	.menu-toggle span:before,
	.menu-toggle span:after {
		content: '';
		display: inline-block;
		width: 15px;
		height: 2px;
		position: absolute;
		left: 10px;
		background: var(--gray-3);
		border-radius: 5px;
		transition: 0.2s;
	}
	.menu-toggle span:before {
		top: 14px;
	}
	.menu-toggle span:after {
		bottom: 15px;
	}
	.menu-toggle.active {
		background: var(--blue-light);
		color: var(--white);
	}
	.menu-toggle.active span:before,
	.menu-toggle.active span:after {
		background: var(--white);
	}
	.menu-toggle.active span:before {
		transform: rotate(45deg);
		top: 17px;
	}
	.menu-toggle.active span::after {
		transform: rotate(-45deg);
		bottom: 17px;
	}
	.main-navigation ul ul li a {
		padding-left: 0;
	}
	.main-navigation .sub-menu .sub-menu {
		padding-top: 0;
		border-left: 1px solid var(--blue-light);
	}
	body {
		padding-top: var(--header-height);
	}
	:root{
		--header-height: 60px;
	}
	.site-header {
		z-index: 99;
	}
	.site-header .header-top {
		height: var(--header-height);
		background: var(--white);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100vw;
		z-index: 99;
		border-bottom: 1px solid var(--gray-light);
	}
	.main-navigation {
		min-height: 80vh;
		display: flex;
		flex-direction: column;
		width: 100%;
		position: fixed;
		left: -150vw;
		top: 130px;
		bottom: 0;
		background: var(--white);
		overflow-y: auto;
		transition: 0.2s;
	}
	.main-navigation.active {
		left: 0;
		border-top: 1px solid var(--gray-light);
	}
	.main-navigation ul {
		padding: 15px 30px;
		flex-direction: column;
		align-items: start;
	}
	.main-navigation ul ul {
		padding-left: 0;
		padding-bottom: 0;
		box-shadow: none;
		position: static;
		border-top: none;
	}
	.main-navigation ul ul a {
		width: 100%;
		min-width: 200px;
		max-width: 290px;
		padding-left: 0;
	}
	.main-slider .slide img {
		min-height: 400px;
	}
	.main-slider .slide-content {
		max-width: 590px;
		padding-block: 60px 120px;
	}
	.main-slider-title {
		font-family: var(--second-family);
		font-weight: 800;
		font-size: 38px;
		line-height: 100%;
	}
	.main-slider-text {
		margin-bottom: 40px;
		font-family: var(--second-family);
		font-weight: 500;
		font-size: 20px;
		line-height: 140%;
	}
	.single-product .woocommerce-product-gallery {
		max-width: 100%;
	}
	.main-product-content-col > .row {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.whats-new .whats-new-row {
		align-items: start;
		flex-direction: column;
		gap: 15px;
	}
	.whats-new-list .whats-new-cat {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
	.whats-new-list .whats-new-text {
	    max-width: 350px;
	}
	.recomended_products {
		padding-bottom: 85px;
	}
	.recomended_products .tab-header {
		margin-bottom: 25px;
	}
	.products-slider.slick-slider .slick-next {
	    right: 0;
	    bottom: -40px;
	}
	.products-slider.slick-slider .slick-prev {
	    right: 80px;
	    left: auto;
	    bottom: -40px;
	}
	.news-list {
		flex-direction: column;
	}
	.partners-banner .banner-wrap {
		padding: 50px 50px 290px;
	}
	.partners-banner .banner-wrap .banner-text {
		margin-left: 0;
	}
	.partners-banner .banner-wrap .image-mobile {
		display: block;
	    object-position: 50% 75%;
	}
	.partners-banner .banner-wrap .image-desktop {
		display: none;
	}
	.footer-contact-form .row {
		flex-direction: column;
		gap: 10px;
	}
	.woocommerce-breadcrumb {
		margin-top: 20px;
	}
	.single-product .product-variation-col {
	    max-width: 450px;
	}
	.single-product .entry-summary {
		padding-left: 0;
	}
	.single-product .product {
		margin-top: 30px;
	}
	.single-product .entry-summary .variations_form {
		justify-content: center;
	}
	.yith-wcan-filters {
		top: 150px;
	}
	.post .entry-title {
		font-size: 36px;
	}
	.kama_breadcrumbs {
		margin-top: 20px;
	}
	.footer-contact-form .form-wrap {
		max-width: 100%;
	}
	.single-product-banner .banner-image {
		margin-top: 0;
	}
	.single-product .advantages-text {
		margin-block: 20px;
	}
	.single-product .woocommerce-product-attributes {
		margin-bottom: 50px;
		padding: 20px;
		column-gap: 30px;
	}
}
@media(max-width: 1099px) and (min-width: 660px){
	.single-product .product-thumbnail {
		margin-top: 30px;
		max-width: 200px;
		order: 0;
	}
	.single-product .product-thumbnail .slick-prev {
		top: -35px;
		left: 50%;
		transform: translateX(-50%);
	}
	.single-product .product-thumbnail .slick-next {
		bottom: -35px;
		top: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	:root{
		--header-height: 60px;
	}
	.single-product .product-variation-col {
		top: calc( var(--header-height) + 10px );
	}
}
@media(max-width: 999px){
	.whats-new-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 768px){
	.main-slider .slide-content {
		padding-block: 40px 270px;
	}
	.whats-new-list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	section {
	    padding-block: 40px;
	}
	h2 {
		font-size: 26px;
	}
	.main-navigation li {
		width: 100%;
	}
	.whats-new .subtitle {
		font-size: 15px;
	}
	.advantages-list li span {
		left: 30px;
		font-size: 18px;
	}
	.menu-toggle {
		order: 2;
	}
	.whats-new-list {
		margin-top: 30px;
	}
	.footer-contact-form {
		padding-bottom: 60px;
	}
	.post .wp-block-columns p {
        margin-bottom: 20px;
    }
    .yith-wcan-filters ul.filter-label {
    	flex-direction: row;
    	flex-wrap: wrap;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items.filter-label .filter-item.label a {
    	border: 1px solid var(--gray-3);
    	border-radius: 8px;
    }
    .yith-wcan-filters .filters-container form {
    	display: flex;
    	flex-direction: column;
    	gap: 30px;
    }
    .single-product .product-thumbnail {
    	padding-inline: 0;
    }
	.modal .row > p {
		width: 100%;
		flex-wrap: wrap;
	}
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	.modal-content {
		padding: 30px 15px;
	    max-width: 470px;
	}
    .recomended_products .tab-header {
    	flex-wrap: nowrap;
    	overflow-x: auto;
    	padding-block: 10px;
    }
	.main-navigation .row {
		padding-inline: 15px;
		padding-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
	}
	.main-navigation .row .col {
		gap: 10px;
	}
	.header-bottom .registration {
		display: flex;
	}
	.header-top .support-wrap {
		display: none;
	}
	.product-header-row {
		flex-wrap: wrap;
		gap: 20px;
	}
}

@media(max-width: 767px){
	.header-top .support-wrap,
	.header-top .site-description,
	.site-header .compare-btn,
	.header-bottom .wishlist_products_counter {
		display: none;
	}
	.container {
		padding-inline: 10px;
	}
	.main-navigation ul {
		display: flex;
		padding: 15px;
	}
	.main-navigation ul ul {
		padding: 0;
		padding-top: 10px;
		border-radius: 0;
	}
	.single-product .product-thumbnail {
		padding-inline: 20px;
	}
	.single-product .product-variation-col,
	.single-product .single_variation_wrap {
		position: static;
		width: 100%;
	}
	.main-navigation.active {
		border-top: none;
	}
	.main-navigation ul ul li a {
		padding-left: 0;
	}
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
	.search-basket-wrap {
		gap: 5px;
	}
	.search-basket-wrap .search-form {
		width: 100%;
	}
	body {
        padding-top: 70px;
    }
	.main-navigation {
		top: var(--header-height);
	}
	.site-header .cart-btn,
	.wishlist_products_counter,
	.site-header .compare-btn {
		width: 40px;
		height: 40px;
		flex-shrink: 0;
	}
	.header-top .compare-btn {
		display: flex;
	}
	.wishlist-compare-wrap {
		gap: 5px;
	}
	.wishlist-compare-wrap {
		display: flex;
	}
	.product-header-row select {
		width: 100%;
	}
	.yith-wcan-filters, .filter-sticky {
		padding: 20px;
		max-width: 100%;
	}
	.filter-sticky .wfpHideButton {
		max-width: 100%;
	}
	.advantages-list {
		flex-direction: column;
		gap: 10px;
	}
	.advantages-list li {
		height: 100px;
	}
	.menu-menu-header-container {
		flex: 1 1 0;
	}
	.main-slider-title {
		font-size: 28px;
	}
	.main-slider-text {
		margin-block: 15px 25px;
		font-size: 15px;
	}
	section {
        padding-block: 30px;
    }
    .whats-new-list .whats-new-title {
    	margin-top: 0;
    	font-size: 20px;
    }
    .whats-new-list li a {
    	padding-top: 30px;
    	height: 308px;
    }
    .whats-new-list .whats-new-text {
    	font-size: 14px;
    }
    .partners-banner .banner-wrap {
    	padding: 40px 20px 210px;
    }
    .partners-banner .banner-wrap p {
    	font-size: 15px;
    	margin-block: 15px 25px;
    }
    .news-list {
    	gap: 30px;
    }
    .news h2 {
    	margin-bottom: 30px;
    }
    .news-list li .post-content {
    	padding: 20px 10px 10px;
    }
    .news-list li .post-date {
    	font-size: 13px;
    }
    .news-list li .post-title {
    	font-size: 18px;
    }
    .news-list li .post-excerpt {
    	font-size: 15px;
    }
    .footer-contact-form .form-wrap {
    	flex-direction: column-reverse;
    }
    .footer-contact-form .col {
    	padding-block: 45px 30px;
    }
    .footer-contact-form .form-title,
    .footer-contact-form .social-title {
    	font-size: 23px;
    }
    .footer-contact-form .form-subtitle,
    .footer-contact-form .social-subtitle {
    	margin-bottom: 25px;
    	font-size: 15px;
    }
    .footer-contact-form .form-social-media {
    	margin-top: 0;
    }
    .footer-contact-form .privacy {
    	text-align: center;
    }
    .footer-contact-form .social-wrap {
    	padding: 45px 20px;
    }
    .single-product .entry-summary .variations_form  {
    	flex-wrap: wrap;
    }
    .main-product-content-col > .row {
    	gap: 0;
    }
    .single-product .entry-title {
    	margin-bottom: 20px;
    	font-size: 24px;
    }
    .variations {
    	margin-bottom: 0;
    }
    .single-product .woocommerce-product-attributes {
    	grid-template-columns: 1fr;
    	padding: 30px 15px;
    }
    .single-product .advantages li {
    	padding: 20px 15px;
    }

    .single-product .advantages li.align-right .row,
    .single-product .advantages li.align-left .row {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .woocommerce-product-attributes .dots {
    	display: none;
    }
    .single-product .woocommerce-product-attributes .row {
    	gap: 15px;
    }
    .single-product .types-of-connect {
    	flex-direction: column;
    }
    .single-product-banner {
    	background: var(--green-light);
    	flex-direction: column;
    	padding: 30px 15px 0;
    }
    .single-product-banner h2 {
    	margin-top: 0;
    	font-size: 28px;
    }
    .single-product-banner .banner-image {
    	margin-block: 20px 0;
    }
    .post .entry-title {
    	margin-bottom: 20px;
        font-size: 28px;
    }
    .post p,
    .post ul {
    	font-size: 16px;
    }
    .kama_breadcrumbs a {
    	font-size: 15px;
    }
    .post ul {
    	margin-bottom: 40px;
    }
    .post blockquote {
    	padding-top: 30px;
    }
    .post blockquote h2 {
    	font-size: 28px;
    }
    .post h2 {
    	margin-bottom: 20px;
    	font-size: 24px;
    }
    .post .wp-block-columns {
    	gap: 10px;
    }
    .post .entry-content p {
    	margin-bottom: 20px;
    }
    .post .wp-block-columns {
    	padding: 20px;
    }
	.footer-top, 
	.footer-middle, 
	.footer-bottom,
	.site-footer .menu {
		flex-direction: column;
		align-items: center;
	}
	.site-footer .container {
		gap: 40px;
	}
	.site-footer .menu,
	.footer-bottom {
		gap: 20px;
	}
	.site-footer .phone {
		font-size: 18px;
	}
	.modal {
		top: -150vh;
	}
	.modal {
		padding-inline: 15px;
	}
	.modal-title {
		font-size: 34px;
	}
	.modal input[type="submit"] {
		padding-block: 16px;
	}
	.modal-close {
		right: 15px;
	}
}

@media(max-width:620px){
	.single-product .product-variation-col,
	.single-product .single_variation_wrap {
		width: 100%;
		max-width: 100%;
	}
	.single-product .product-image .slick-slide {
		max-height: 400px;
		    height: 400px;
	}
	.single-product .entry-summary {
		margin-bottom: 20px;
	}
	.single-product .woocommerce-product-attributes {
		margin-bottom: 30px;
	}
	.single-product .advantages-text {
        margin-block: 0;
    }
    .single-product-banner {
    	margin-top: 40px;
    }
    .single-product-banner .row {
    	flex-wrap: wrap;
    }
    .single-product .product-image, 
    .voice-assistant {
    	max-width: calc(100vw - 20px);
    }
    .single-product .advantages img {
    	max-height: 300px;
    }
}

@media(max-width: 374px){
	.news-list li .post-content {
    	padding: 20px 0 10px;
    }
}