/*!
Theme Name: start001
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: start001
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.

start001 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.
 */



/**
 * 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;
}

a{
	text-decoration: 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: #fff;
}



a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	border-radius: 10px;
    background-color: #e31720;
	cursor: pointer;
	transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	transform: scale(1.03);
	color: #fff;
	background-color: #35c345;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.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%;
	margin-right: 1.4vw;
}

/* 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;
}


a:visited {
    color: #fff;
}

/* start
--------------------------------------------- */

.header-nav-bg {
	background-color: #ffde03;
}

.menu-golovne-menyu-container {
	padding: 0 4vw;
}

.main-navigation ul {
	justify-content: space-between;
	align-items: center;
  }

.main-navigation a {
	color: #fff;
}

.main-navigation a:hover {
	color: #e31720;
}

.container-header {
	padding: 0.2vw 5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #2888e7;
}

.site-branding {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 27vw;
}


.nav_header2 {
	border-bottom: 1px solid #ddd;
}

.menu2 li a {
	color: #333e48;
	padding-right: 1vw;
}

.menu2 {
	padding: 0.4vw 5vw;
}

.site-description {
	max-width: 12vw;
	font-size: 0.8rem;
	color: #fff;
    	margin-left: 1vw;
}

.container-header2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0.2vw 3vw;
}

.contakt-header .tel-mod-1 {
	color: #333e48;
    text-decoration: none;
	margin: 0 0.5vw;
}

.search {
	width: 100%;
	padding: 0 1vw;
	margin: 0 1vw;
}


.widget a {
	color: #333;
}

.widget {
	margin: 0;
}

.menu-3 a {
	color: #333;
}

.basket-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.header-cart-icon {
	display: inline-block;
	font-size: 18px;
	color: #333;
	text-decoration: none;
  }
  .header-cart-icon i {
	margin-right: 5px;
  }
  .header-cart-count {
	background-color: #333;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 7px;
	position: relative;
	top: -10px;
	left: -5px;
  }




  

  .main-navigation .cart-contents {
	color: #333;
  }


  footer {
    background-color: #494e4d;
    color: #fff;
	margin-top: 5vw;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 2vw 6vw 1vw 6vw;
}

.copp {
    color: #fff;
    background: #494e4d;
}

.copp-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 90vw;
    margin: 0 auto;
    padding: 0.8vw 0;
}

.footer-blok-1 ,.footer-blok-2,.footer-blok-3,.footer-blok-4 {
	width: 25%;
}

footer h3 {
	margin-top: 0
}

footer ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

footer .widget a {
	color: #fff;
	text-decoration: none;
}





















.catalog__video-text {
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  
  .catalog__video {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: absolute;
	bottom: 2vw;
	left: 2vw;
	z-index: 7;
	
  }
  
  .catalog__video:hover .catalog__vid-img {
	background-color: #e31720;
  }
  
  .catalog__video:hover .catalog__vid-img::before {
	border-left-color: #fff;
  }
  
  .catalog__video:hover .catalog__video-text {
	color: #e31720;
  }
  
  .catalog__vid-img {
	border-radius: 100%;
	width: 2.5vw;
	height: 2.5vw;
	background-color: #faeb42;
	-webkit-transition: all .3s;
	transition: all 0.5s;
	position: relative;
  }
  
  .catalog__vid-img::before {
	border: .5vw solid transparent;
	border-left: .75vw solid #282828;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
  }
  
  .catalog__opt {
	position: absolute;
	top: 1.5vw;
	right: 1.5vw;
	z-index: 5;
  }
  
  .catalog__opt-item {
	width: 2.4vw;
	height: 2.4vw;
	padding: 0.5vw;
	z-index: 5;
	position: relative;
	border-radius: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
  }

  .flex-33 {
    font-size: 0.6rem;
    position: absolute;
    right: 4px;
    z-index: 99;
    top: 10px;
  }

  .flex-33 {
	display: none;
  }







  .widget {
	margin-right: 1.4vw;
}

.woofc-menu-item .woofc-menu-item-inner {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
	width: 10vw;
	font-weight: 500;
}

.woofc-menu-item .woofc-menu-item-inner i {
    font-size: 2rem;
    line-height: inherit;
    display: inline-block;
    margin-right: 5px;
    width: 40px;
}

.woofc-menu-item .woofc-menu-item-inner:after {
    left: 18px;
    top: 28px;
}


.fa {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.widget a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.main-navigation .menu-1 {
    text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.woofc-menu-item .woofc-menu-item-inner:after {
	background-color: #e31720;
}

.aws-container .aws-search-form .aws-form-btn {
	background: #ffde03;
    border: 1px solid #ffde03;
}

.aws-container .aws-search-form .aws-form-btn:active {
    background: #fbec42;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    background: #fbec42;
}


.main-navigation a {
	color: #fff;
}

.menu-1 li {
	padding: 0.8vw 1vw;
}

.menu-1 li:hover {
	color: #333;
	background: #fbec42;
	transition: 0.2s;
}

.main-navigation .menu-1 a:hover {
	color: #333;
	transition: 0.2s;
}

.container-woocommerce {
	display: flex;
    justify-content: start;
    align-items: flex-start;
	flex-direction: row-reverse;
	padding: 1vw 5vw;
}

.widget-area {
	min-width: 18vw;
}

.woocommerce-loop-product__title {
	font-size: 0.8rem;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;	
	height: 4vw;
}

.wrapper-price {
	display: flex;
    justify-content: space-between;
    align-items: center;
	height: 4vw;
}


.catalog__vid-img:hover {
	background: #e31720;
	transform: scale(1.03);
}

.catalog__vid-img:hover::before {
	border-left: .75vw solid #fff;
}

.price {
	color: #35c345;
    font-size: 1.2rem;
    font-weight: 500;
}


.button.product_type_simple.add_to_cart_button {
    cursor: pointer;
    background-color: #e31720;
    color: #fff;
    padding: 0.5vw 1vw;
    cursor: pointer;
    border: none;
    text-align: center;
	transition: all 0.5s;
	width: 50%;
	border-radius: 8px;
}


.button.product_type_simple.add_to_cart_button:hover {
	background-color: #35c345;
	color: #fff;
	transform: scale(1.03);
}

.wrapper-price-img img {
	margin: 0 auto;
}

a:active {
	border: none;
}


.wrapper-price-img {
	position: relative;
		border: 0;
		padding: 0;
		margin-bottom: 10px;
		overflow: hidden;
		height: 12vw;
		display: flex;
    align-items: center;
    justify-content: center;
	}


@media screen and (min-width: 48em) {
	ul.products.columns-4 li.product {
		width: 23.5%;
		background: rgba(255, 255, 255, 1);
		border-width: 1px;
		border-style: solid;
		border-color: rgba(221, 221, 221, 1);
		padding: 1vw;
		margin-right: 2%;
	}

	ul.products.columns-3 li.product {
		width: 32%;
		background: rgba(255, 255, 255, 1);
		border-width: 1px;
		border-style: solid;
		border-color: rgba(221, 221, 221, 1);
		padding: 1vw;
		margin-right: 2%;
	}

	ul.products li.product:hover {
		-webkit-box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
		box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
		border: 1px solid #f0f1f1;
	}
}


/* Коротаем заголовок */
.woocommerce-loop-product__title {
	display: block;
	height: 40px; 
	line-height: 20px; 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2; 
	-moz-box-line-clamp: 2; 
  }











  /* Главная страница   */


   .catalog {
    position: relative;
	max-width: 80vw;
	margin: 0 auto;
}

	.fwb {
    font-weight: bold;
}


.fl-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 2px;
}

.fl-dot {
    position: absolute;
    left: 0vw;
    top: 0vw;
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 3px;
    background-color: #e31720;
    -webkit-transform: translate(-150%, -100%);
    transform: translate(-150%, -100%);
}

.title {
    font-size: 2.6vw;
    line-height: 1.3;
}

.msm {
	margin-bottom: 2vw;
	margin-top: 2vw;
}

.catalog-1 {
	max-width: 80vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog-1a {
	max-width: 80vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4vw;
}

.wrapper-katalog {
	padding: 0 7px 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    word-wrap: break-word;
    border: 1px solid #e1e1e1;
    margin-right: -1px;
	width: 24%;
	transition: all 0.2s;
}

.title-catalog {
	color: #363636;
  font-weight: bold;
  font-size: 1.2rem;
	height: 40px;
	text-align: center;
	padding-top: 1vw;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-catalog-mod {
	font-size: 1.2vw;
}

.wrapper-catalog-img {
	position: relative;
	border: 0;
	padding: 0;
	overflow: hidden;
	height: 15vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper-katalog:hover {
	box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  border: 1px solid #f0f1f1;
  transform: scale(1.07);
}

.container-big {
    max-width: 80vw;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 3.5vw;
}

.row-vcenter {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
}

.catalog-zi {
	color: #d5d4d4;
	font-size: 1.7vw;
	margin-right: 1vw;
	font-weight: 500;
}

.catalog-zi-2 {
	font-size: 1.7vw;
	font-weight: 500;
	white-space: nowrap;
}

.catalog-header__line {
    margin: 0 1vw;
}

.catalog-header__line {
    height: 1px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    margin-left: 3%;
    margin-right: 3%;
}

.white-space {
    white-space: nowrap;
}

.tsm13 {
    font-size: 0.85vw;
}

.black {
    color: #282828;
}

.mr {
    margin-right: 1vw;
}

.fw7 {
    font-weight: 700;
}

.dotted {
    display: inline-flex;
    position: relative;
    transition: all .4s;
    justify-content: center;
}

.dotted:before {
    content: '';
    position: absolute;
    top: 105%;
    width: 100%;
    border-bottom: 1px solid #282828;
    transition: all .4s;
}

.white-space {
    white-space: nowrap;
}

.catalog-header__plus {
    flex-shrink: 0;
}

.text {
    font-size: 1vw;
}

.black {
    color: #282828;
}

.tac {
    text-align: center;
}

.fwb {
    font-weight: bold;
}

.catalog-header__plus {
    background-color: #faeb42;
    width: 1.5vw;
    height: 1.5vw;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
}

.col-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.catalog-header__plus::before {
    width: 40%;
    height: 2px;
}

.catalog-header__plus::after {
    height: 40%;
    width: 2px;
}

.catalog-header__plus::before, .catalog-header__plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #282828;
    transition: all .3s;
}

.catalog-header__plus::before, .catalog-header__plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #282828;
    transition: all .3s;
}

.row-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.catalog-header__more:hover .dotted {
    color: #ef4949;
}

.dotted:hover:before {
	border-bottom: 1px solid #ef4949;
	width: 30%;
}

.catalog-header__more:hover .catalog-header__plus {
    background-color: #ef4949;
}

.catalog-header__more:hover .catalog-header__plus::before, .catalog-header__more:hover .catalog-header__plus:after {
    background-color: #fff;
}

.catalog-2 {
	max-width: 80vw;
	margin: 0 auto;
}


.products {
	display: flex;
justify-content: start;
align-items: center;
flex-wrap: unset;
flex-wrap: wrap;
}
 
  
.catalog-3 {
    max-width: 80vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4vw;
}

.wrapper-catalog-3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;  
  }

  .wrapper-link {
	width: 20%;
	padding: 1vw;
	transition: all 0.2s;
	color: #333;
  }

  .catalog-3-img {
	position: relative;
border: 0;
padding: 0;
overflow: hidden;
height: 25vw;
display: flex;
align-items: center;
justify-content: center;
  }

  .wrapper-link:hover {
	box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  	transform: scale(1.07);
	color: #e31720;
}

.catalog-3-text {
font-weight: bold;
font-size: 1.2vw;
text-align: center;
}

.contakt-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contakt-text {
	margin: 0 0.5vw;
	font-weight: 500;
}

.katalog-mod-adres2 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
}














/**
  * SimpleAdaptiveSlider by itchief (https://github.com/itchief/ui-components/tree/master/simple-adaptive-slider)
  * Copyright 2020 - 2022 Alexander Maltsev
  * Licensed under MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
  */

/* стили для корневого элемента слайдера */
.itcss {
	position: relative;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
  }
  
  /* стили для wrapper */
  .itcss__wrapper {
	position: relative;
	overflow: hidden;
  }
  
  /* стили для элемента, в котором непосредственно расположены элементы (слайды) */
  .itcss__items {
	display: flex;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: transform 0.5s ease;
	will-change: transform;
  }
  
  /* стили для элементов */
  .itcss__item {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	will-change: transform;
  }
  
  /* кнопки Prev и Next */
  .itcss__btn {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 4rem;
	color: #fff;
	background: rgb(0 0 0 / 10%);
	border: none;
	outline: none;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.5;
	user-select: none;
  }
  
  .itcss__btn_hide {
	display: none;
  }
  
  .itcss__btn:hover,
  .itcss__btn:focus {
	color: #fff;
	text-decoration: none;
	border: none;
	opacity: 0.7;
  }
  
  .itcss__btn_prev {
	left: 0;
  }
  
  .itcss__btn_next {
	right: 0;
  }
  
  .itcss__btn::before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
  }
  
  .itcss__btn_prev::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }
  
  .itcss__btn_next::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  
  /* Индикаторы */
  .itcss__indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	display: flex;
	justify-content: center;
	margin: 0 15%;
	padding-left: 0;
	list-style: none;
	user-select: none;
  }
  
  .itcss__indicator {
	flex: 0 1 auto;
	width: 30px;
	height: 2px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: rgb(255 255 255 / 50%);
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	cursor: pointer;
  }
  
  .itcss__indicator_active {
	background-color: #fff;
  }
  
  /* класс для отключения transition */
  .transition-none {
	transition: none;
  }




















.catalog-4 {
    max-width: 80vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4vw;
}


.box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
  }
  .box_container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 100px;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: #F0F4C3;
  }
  .box_btn {
	display: inline-block;
    width: 4vw;
    padding: 2vw;
    height: 2vw;
	border-radius: 50%;
	background: #faeb42;
	text-align: center;
	z-index: inherit;
	transition: 1s all;
	border: 0.7px solid #faeb42;
  }
  .box_btn_icon {
	width: 20px;
	height: 20px;
	z-index: 10;
  }
  .box_btn:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 30px;
	border-radius: 50%;
	position: absolute;
	border: 0.7px solid #faeb42;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	transform: scale(1);
	opacity: 40%;
	animation: 2s ease-in-out infinite waveAlarm;
  }
  .box_btn::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 30px;
	border-radius: 50%;
	position: absolute;
	border: 0.7px solid #faeb42;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	transform: scale(1);
	opacity: 50%;
	animation: 2s ease-in-out 0.5s infinite waveAlarm;
  }
  .box_btn:hover {
	background: #e31720;
  }
  @keyframes waveAlarm {
	0% {
	  transform: scale(1);
	  opacity: 40%;
	}
	100% {
	  transform: scale(2);
	  opacity: 0;
	}
  }
  

.box_btn-mod {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
    width: 3.5vw;
    height: 3.5vw;
    background-color: #faeb42;
    transition: all 0.5s;
	transition: all 0.3s;
}


.box_btn-mod::before {
	border: 0.6vw solid transparent;
    border-left: 0.95vw solid #282828;
    transition: all .3s;
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
}

.box_btn-mod:hover {
	background-color: #e31720;
  }
  
  .box_btn-mod:hover::before {
	border-left-color: #fff;
  }
  
  .box_btn-mod:hover {
	color: #e31720;
  }

  .box_btn-mod-10:after {
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    padding: 1.7vw;
    border-radius: 50%;
    position: absolute;
    border: 0.7px solid #faeb42;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    transform: scale(1);
    opacity: 40%;
    animation: 2s ease-in-out infinite waveAlarm;
}

.box_btn-mod-10::before {
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    padding: 1.7vw;
    border-radius: 50%;
    position: absolute;
    border: 0.7px solid #faeb42;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    transform: scale(1);
    opacity: 50%;
    animation: 2s ease-in-out 0.5s infinite waveAlarm;
}

.box_btn-mod-10:hover:after {
    border: 0.7px solid #e31720;
}

.box_btn-mod-10:hover::before {
    border: 0.7px solid #e31720;
}

.wrapper-sli {
	position: relative;
}

.btn-prev {
	cursor: pointer;
	border: 1px solid;
    border-radius: 5px;
    background: #e31720;
    color: rgba(0, 0, 0, 0.8);
	padding: 0.4vw 0.8vw;
	color: #fff;
}


.btn-next {
	cursor: pointer;
	border: 1px solid;
    border-radius: 5px;
    background: #e31720;
    color: rgba(0, 0, 0, 0.8);
	padding: 0.4vw 0.8vw;
	color: #fff;
}

.btn-next .fa {
	margin: 0;
}

.btn-prev .fa {
	margin: 0;
}

.btn-wrapper {
position: absolute;
right: 0;
}


.catalog-5 {
    padding-top: 6vw;
    padding-bottom: 6vw;
	background-color: #f8f8f8;
}


.catalog-5-container {
	max-width: 80vw;
    margin: 0 auto;
}

.garant-ans__wrap {
    padding: 1.5vw 2vw;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.cat-r-1 {
	font-size: 0.85vw;
	margin-bottom: 2.4vw;
	line-height: 1.5;
	font-weight: 400;
}


.mag-5 {
	margin-bottom: 3vw;
}

.cat-r-2 {
	position: relative;
}

.cat-r-2-text-1 {
	margin-bottom: 0.5vw;
	font-size: 0.75vw;
	font-weight: 400;
}

.cat-r-2-text-2 {
	margin-bottom: 0.5vw;
	font-size: 1vw;
    width: 45%;
	font-weight: bold;
}

.cat-r-2-text-3 {
	margin-bottom: 0.5vw;
	font-size: 0.65vw;
	color: #7f7f7f;
	font-weight: 400;
}

.cat-r-2-img {
	width: 12.5vw;
    position: absolute;
    right: 0.8vw;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.lazyloaded {
	opacity: 1;
    transition: opacity 300ms;
}

.cat-r-2-btn {
	position: relative;
	font-size: 0.7vw;
	padding: 1vw 1vw;
    width: 10.5vw;
	border-radius: 15px;
    z-index: 10;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background-color: #e31720;
    color: #fff;
	font-weight: 400;
}

.cat-r-2-btn:hover {
    transform: scale(1.03);
	color: #fff;
}

.garant-ans__word {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    width: 25vw;
    z-index: 0;
}

.garant__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.catalog-5-left {
	width: 30.5%;
}

.catalog-5-right {
	width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}







.accordionn {
	display: flex;
	justify-content: space-between;
	align-items: center;
    color: #404040;
    cursor: pointer;
	padding: 1vw 0.5vw;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2vw;
    line-height: 30px;
    transition: 0.4s;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

 
.accordionn:after {
    content: '\002B';
    color: #e31720;
    font-weight: bold;
    float: right;
    font-size: 26px;
}
 
.accordionn.active:after {
    content: "\2212";
}
 
.panel1 {
	color: #7f7f7f;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin:1vw 0;
    text-align: left;
}
 
.panel1>div {
    padding:6px 10px;
}


.gtab__tab-cont {
	width: 47%;
}




.catalog-7 {
	padding-top: 3vw;
}

.catalog-7-container {
	max-width: 80vw;
    margin: 0 auto;
}

.rel {
    position: relative;
}

.text24 {
	font-size: 1.6vw;
	color: #282828;
	margin-bottom: 2vw;
}

.catalog-7-left-wrapper {
	width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mr {
    margin-right: 1vw;
}

.kr-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kr-text.t2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.kr-text.t2 .kr-text__cir {
    margin-top: 0.34vw;
}
.kr-text__cir {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.mrm {
    margin-right: 0.5vw;
}
.kr-text__cir {
	background-color: #35c345;
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: opas 1.4s infinite linear;
    animation: opas 1.4s infinite linear;
}


@keyframes opas {
    0% {
        opacity: 0;
\t\ttransform: scale(0.1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
}

.tsm12 {
    font-size: 1vw;
}

.catalog-7-left-tes {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.catalog-7-left-tes-mod1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog-7-left-tes-text {
	font-size: 0.8vw;
}

.catalog-7-right {
	width: 63%;
    padding: 2.5vw 3vw;
    padding-bottom: 2vw;
    border-radius: 15px;
    background-color: #f8f8f8;
    position: relative;
	width: 65%;
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}

.catalog-7-left {
	width: 33%;
}

.catalog-7-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4vw;
    align-items: flex-end;
}

.decide-right-bg {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 15px;
    overflow: hidden;
    pointer-events: none;
}

.decide-right__block {
    width: 70%;
}



.decide-right-wm {
    right: -0.5vw;
}
.decide-right-wm {
    position: absolute;
    bottom: 0;
    right: 1.6vw;
    width: 15vw;
    max-height: none;
}

.text25 {
	margin-bottom: 2vw;
	font-size: 1.4vw;
}

.fw4 {
	font-weight: 400;
}

.decide-right-ul {
	margin: 0;
	padding: 0;
	width: 47%;
	font-size: 1vw;
}

.mod-355 {
	position: absolute;
	bottom: 8vw;
    right: 18.6vw;
	width: 14.5vw;
	font-size: 1vw;
}

.row-vcenter {
	margin-bottom: 0.7vw;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.decide-right-ul .lhm {
    line-height: 1.2;
}

.phone-block__text {
	padding: 0.3vw;
	transition: all 0.4s;
	font-size: 1.1vw;
	line-height: 1.7;
}

.phone-block__text:hover {
	color: #e31720;
}











.container-tovv {
	max-width: 80vw;
    margin: 0 auto;
	padding-top: 2vw;
}

.single-product div.product .woocommerce-product-gallery {
	float: none;
}

.wrapper-tovv-1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 80vw;
    margin: 0 auto;
}

.tovv-img {
	width: 50%;
}

.wpgs-lightbox-icon img {
	margin: 0 auto;
}



.summary-mod {
	width: 45%;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-bottom: 2vw;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

/* Скрить кнопку в корзину */
.added_to_cart.wc-forward {display: none;}

.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.breadcrumb-delimiter .fa {
	margin-right: 0;
	font-size: 0.8vw;
}

.breadcrumb-delimiter {
	margin: 0 0.8vw;
}

.breadcrumb-item {
	font-weight: 700;
	font-size: 0.8vw;
}

.breadcrumb-item a {
	font-size: 0.8vw;
	color: #282828;
	font-weight: 400;
}

.breadcrumb-item a:hover {
	color: #e31720;
}

.header-tovv1 {
	padding-bottom: 1vw;
	border-bottom: 1px solid #eee;
	margin-bottom: 2vw;
}

.product-title {
	position: relative;
    font-size: 2.2vw;
    line-height: 1.3;
	margin: 0;
	margin-bottom: 1vw;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.video-container {
	position: relative;
	width: 75%;
    height: 30vw;
    margin: 0 auto;
	overflow: hidden;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }


  .woocommerce-tabs ul.tabs li {
	width: 25%;
    padding: 0 1vw;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #f0f1f1;
	text-align: center;
	margin-left: 1vw;
	margin-right: 1vw;
  }

  .woocommerce-tabs ul.tabs li:first-child {
	margin-left: 0
  }

  .woocommerce-tabs ul.tabs li a {
	color: #282828;
	font-size: 1vw;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .woocommerce-tabs ul.tabs li:hover {
	font-weight: 700;
    background-color: #faeb42;
  }

  .woocommerce-tabs ul.tabs li.active {
	font-weight: 700;
    background-color: #faeb42;
  }

  .woocommerce-tabs {
	max-width: 80vw;
    margin: 0 auto;
	margin-top: 2.5vw;
  }

  .woocommerce-breadcrumbs {
    margin: 1vw auto;
  }



  .widget .btn-ytube-footer {
    border-radius: 50px;
    background-color: #e43935;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 0.2vw;
    width: 80%;
    margin: 0 auto;
	position: relative; 
    overflow-x: hidden; 
	transition: all 0.5s;
}

.widget .btn-ytube-footer img {
    margin-right: 1vw;
    width: 2vw;
}

.widget .btn-ytube-footer p {
	margin: 0;
    font-size: 0.8vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
} 

.widget .btn-ytube-footer:hover {
	background-color: #35c345;
	transform: scale(1.02);
}


.widget .btn-ytube-footer .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}


.footer-ok-3 li {
    display: flex;
    align-items: center;
    margin: 0.6vw 0;
}

.footer-ok-3 li img {
    width: 1.2vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	margin-right: 1vw;
}

.copp-text {
	font-size: 0.7vw;
}

footer .widget .copp-link {
    color: #e43935;
    font-size: 0.9vw;
    font-weight: 700;
	transition: all 0.4s;
	position: relative;
}

footer .widget .copp-link:hover {
	color: #35c345;
}


footer .widget .copp-politika {
	color: #faeb42;
    font-size: 0.7vw;
    font-weight: 200;
	transition: all 0.4s;
	position: relative;
	letter-spacing: 0.5px;
}

footer .widget .copp-politika:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #faeb42;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .widget .copp-politika:hover:before {
  width: 40%;
}
  

#menu-menyu-futor-golovne li {
	position: relative;
	padding-left: 1vw;
	margin: 0.2vw 0;
	transition: all 0.4s;
}

#menu-menyu-futor-golovne li a {
	transition: all 0.4s;
}

#menu-menyu-futor-golovne li a:hover {
	position: relative;
	color: #e43935;
}


#menu-menyu-futor-golovne li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(https://motozap.net/wp-content/uploads/2023/03/v.svg) no-repeat center;
    width: 100%;
    height: 100%;
    width: 6px;
    height: 9px;
}

.footer-text {
	margin-top: 0.7vw;
}

.footer-kont-1 {
    margin-bottom: 0.4vw;
    font-size: 0.8vw;
    margin-left: 4vw;
}


.footer-kont-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer-kont-wrapper a {
	margin-left: 0.5vw;
}

footer .widget .footer-tel {
    font-size: 1.2vw;
    font-weight: 500;
	transition: all 0.4s;
}

.mbb-kont {
	margin-top: 0.3vw;
}


footer .widget .footer-tel:hover {
	color: #e43935;
}





.woofc-share {
	display: none;
}






/* Страница оформлення */
#billing_country_field {
	display: none;
}

.woocommerce-billing-fields h3 {
	display: none;
}

.woocommerce-additional-fields {
	display: none;
}

.cart-subtotal {
	display: none;
}





.container-checkount21 {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding: 0 8vw;
}

.checkout-container1 {
	width: 45%;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.form-row.form-row-first.validate-required,
.form-row.form-row-last.validate-required,
.form-row.form-row-wide.address-field.update_totals_on_change.validate-required,
.form-row.address-field.validate-required.form-row-wide,
.form-row.form-row-wide.validate-required.validate-phone {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}


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: 0.8vw;
	width: 100%;
}

.entry-title {
	text-align: center;
}

.checkout-titleh2 {
	text-transform: uppercase;
}

.wrapper2-checkout2 {
	border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2vw;
	width: 35%;
}

.order_review_heading1 {
	margin: 0;
	margin-bottom: 1vw;
	text-transform: uppercase;
	font-size: 1.5em;
}


.product-name {
	text-align: left;
}

.product-total {
	text-align: right;
}

.order-wrapper1 {
	margin-bottom: 0.5vw;
}

th {
	padding: 1vw 0;
}

.cart-subtotal th {
	text-align: left;
}

.woocommerce-shipping-totals.shipping th {
	text-align: left;
	vertical-align: text-top;
} 

.woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	
  }

tfoot {
	border-top: 1px solid #ccc;
	padding-top: 1vw;
}

tfoot td {
	padding: 1vw 0;
}


.order-total {
	border-top: 1px solid #ccc;
}

.order-total th {
	text-align: left;
}

.order-total td {
	text-align: right;
}

tbody td {
	padding-bottom: 0.5vw;
}

#place_order {
	width: 100%;
	padding: 1.2vw 1vw;
	text-transform: uppercase;
}

.woocommerce-privacy-policy-text {
	font-size: 0.7vw;
}

.wc_payment_methods.payment_methods.methods{
	margin: 0;
	padding: 0;
	list-style: none;

}

.select2-selection__rendered {
	padding: 0.8vw;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(0, -50%);
    width: 20px;
}


.woocommerce-product-details__short-description{
	width: 40%;
}

.summary-mod2 {
	width: 60%;
}

.summary-mod2 .gtab__tab-cont {
	width: 100%;
}

.summary-mod2 .accordionn {
	font-size: 0.9vw;
	padding: 0.5vw 0.5vw;
	justify-content: start;
	position: relative;
}

.summary-mod2 .accordionn::after {
	position: absolute;
	right: 0;
}

.summary-mod2 .panel1 {
	margin: 0;
}

.woocommerce-product-details__add-to-cart .wp-element-button {
	padding: 0.8vw 3vw;
}

.woocommerce-product-details__price .price {
	font-size: 1.5vw;
}

.summary-wrapper-mod3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.2vw;
}

.woocommerce-product-details__meta {
	border-bottom: 1px solid #d8d8d8;
	
}

.blok10non {
	display: flex;
}

.blok11non {
	display: none;
}

.wrapper-title {
	max-width: 80vw;
    margin: 0 auto;
}

.product_title {
	font-size: 20px;
}


/* Мега меню  */


#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	padding: 0 4vw;
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-menu-1 {
	  background: #ffdb4a;
	}
  }

  #mega-menu-wrap-menu-1.mega-sticky #mega-menu-menu-1 {
	background: #ffdb4a;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #282828;
	font-weight: 500;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 500;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:active {
	font-weight: 500;
  }




  .mega-toggle-block.mega-html-block.mega-toggle-block-1 {
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle {
	background: #2888e7;
  }

  .woofc-area.woofc-style-02 .woofc-area-bot {
    padding-bottom: 60px;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
	background-color: #81d742;
	color: #fff;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
	height: 50px;
    line-height: 45px;
}



.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    background-color: #81d742;
    color: #222222;
}




.woocs_auto_switcher li a {
    border-bottom: none !important;
}

.woocs_auto_switcher li a span {
	width: 71px !important;
}






.woocommerce-ordering {
	display: none;
}



@media (max-width: 768px) {

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-180824 > a.mega-menu-link {
    font-size: 2.5vw;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-180825 > a.mega-menu-link {
    font-size: 2.5vw;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-180828 > a.mega-menu-link {
    font-size: 2.5vw;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-180829 > a.mega-menu-link {
    font-size: 2.5vw;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-180830 > a.mega-menu-link {
    font-size: 2.5vw;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-180832 > a.mega-menu-link {
    font-size: 2.5vw;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-180868 > a.mega-menu-link {
    font-size: 2.5vw;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-180833 > a.mega-menu-link {
    font-size: 2.5vw;
    text-transform: uppercase;
}

}














/* адаптив  */


@media (max-width: 576px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		color: #282828;
		font-weight: 500;
	}
	.menu-toggle {
		display: none;
	}

	.container-header {
		display: none;
	}
	.nav_header2 {
		display: none;
	}
	.catalog-1 , .catalog-1a {
		flex-wrap: wrap;}
	.wrapper-katalog {
		width: 49%;
	}	
	.wrapper-catalog-img {
		height: 30vw;
	}
	.title-catalog {
		height: 48px;
	}
	.title-catalog {
		font-size: 14px;
	}
	ul.products li.product {
		width: 50%;
		padding: 2vw;
	}
	.wrapper-price-img {
		height: 40vw;
	}
	.wrapper-price {
		flex-direction: column;
		height: auto;
	}
	.woocommerce-loop-product__title {
		font-size: 12px;
		line-height: 18px;
		margin: 0;
	}
	.button.product_type_simple.add_to_cart_button {
		width: 90%;
		padding: 1.5vw 1vw;
		margin-top: 2vw;
		padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	}

	.blok10non {
		display: none;
	}
	.blok11non {
		display: block;
	}
	footer .accordionn{
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		
	}
	.widget-title {
		display: none;
	}
	.footer-blok-1, .footer-blok-2, .footer-blok-3, .footer-blok-4 {
		width: 100%;
	}
	.footer-kont-1 {
		font-size: 14px;
	}
	footer .widget .footer-tel {
		font-size: 18px;
	}
	.accordionn:after {
		color: #fff;
	}
	#menu-menyu-futor-golovne li a {
		margin-left: 2vw;
	}
	.footer-ok-3 li img {
		width: 20px;
		margin-right: 10px;
	}
	.widget .btn-ytube-footer p {
		font-size: 12px;
	}
	.widget .btn-ytube-footer {
		padding: 15px 5px;
	}
	.widget .btn-ytube-footer img {
		margin-right: 10px;
    	width: 25px;
	}
	footer .widget .copp-politika {
	font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	footer .widget .copp-politika:before {
		width: 56%;
		margin-bottom: 10px;
	}
	.wrapper-katalog {
	margin: 0;
	margin-top: 8px;
	}
	.title {
		font-size: 20px;
	}
	.catalog-zi-2 {
		font-size: 12px;
	}
	.tsm13 {
		font-size: 8px;
	}
	.catalog-header__plus {
	width: 15px;
    height: 15px;
	}
	.catalog-7 {
		display: none;
	}
	.fl-dot {
	width: 5px;
    height: 5px;
	border-radius: 1px;
	}
	.catalog__vid-img {
	width: 25px;
    height: 25px;
	}
	.catalog__vid-img::before {
	border: 5px solid transparent;
    border-left: 7px solid #282828;
	}
	.breadcrumb-item a {
		font-size: 10px;
	}
	.breadcrumb-item {
		font-size: 10px;
	}
	.wrapper-tovv-1 {
		flex-direction: column;
	}
	.tovv-img {
		width: 100%;
	}
	.summary-mod {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}
	.summary-wrapper-mod3 {
		display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-top: 1.2vw;
    flex-direction: column;
	}
	.woocommerce-product-details__price .price {
	font-size: 25px;
    text-align: center;
	}

	.woocommerce-product-details__short-description {
		width: 100%;
	}
	.woocommerce-product-details__add-to-cart .wp-element-button {
		padding: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

	.summary-mod2 {
		width: 100%;
		margin-top: 10px;
	}
	.summary-mod2 .accordionn:after {
		color: #e31720;
	}
	.summary-mod2 .accordionn {
		font-size: 12px;
    	padding: 7px;
	}
	.woocommerce-tabs ul.tabs li a {
		font-size: 14px;
	}
	.woocommerce-tabs ul.tabs li a {
		padding: 10px;
	}
	.woocommerce-tabs ul.tabs li {
		width: 45%;
	}
	.container-checkount21 {
		flex-direction: column;
	}
	.checkout-container1 {
		width: 100%;
	}
	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 {
		padding: 15px;
	}
	label {
		margin-bottom: 10px;
	}
	#place_order {
		padding: 20px 10px;
	}
	.woocommerce-privacy-policy-text{
		font-size: 10px;
	}
	}


@media (max-width: 768px) { 
	.catalog-1 , .catalog-1a {
		flex-wrap: wrap;}
	.wrapper-katalog {
		width: 49%;
	}	
	.wrapper-catalog-img {
		height: 30vw;
	}
	.title-catalog {
		height: 48px;
	}
	.title-catalog {
		font-size: 14px;
	}

	.title-catalog-mod {
		font-size: 3vw;
	}
	ul.products li.product {
		width: 50%;
		padding: 2vw;
	}
	.wrapper-price-img {
		height: 40vw;
	}
	.wrapper-price {
		flex-direction: column;
		height: auto;
	}
	.woocommerce-loop-product__title {
		font-size: 12px;
		line-height: 18px;
		margin: 0;
	}
	.button.product_type_simple.add_to_cart_button {
		width: 90%;
		padding: 1.5vw 1vw;
		margin-top: 2vw;
		padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	}

	.blok10non {
		display: none;
	}
	.blok11non {
		display: block;
	}
	footer .accordionn{
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		
	}
	.widget-title {
		display: none;
	}
	.footer-blok-1, .footer-blok-2, .footer-blok-3, .footer-blok-4 {
		width: 100%;
	}
	.footer-kont-1 {
		font-size: 14px;
	}
	footer .widget .footer-tel {
		font-size: 18px;
	}
	.accordionn:after {
		color: #fff;
	}
	#menu-menyu-futor-golovne li a {
		margin-left: 2vw;
	}
	.footer-ok-3 li img {
		width: 20px;
		margin-right: 10px;
	}
	.widget .btn-ytube-footer p {
		font-size: 12px;
	}
	.widget .btn-ytube-footer {
		padding: 15px 5px;
	}
	.widget .btn-ytube-footer img {
		margin-right: 10px;
    	width: 25px;
	}
	footer .widget .copp-politika {
	font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	footer .widget .copp-politika:before {
		width: 56%;
		margin-bottom: 10px;
	}
	.wrapper-katalog {
	margin: 0;
	margin-top: 8px;
	}
	.title {
		font-size: 20px;
	}
	.catalog-zi-2 {
		font-size: 12px;
	}
	.tsm13 {
		font-size: 8px;
	}
	.catalog-header__plus {
	width: 15px;
    height: 15px;
	}
	.catalog-7 {
		display: none;
	}
	.fl-dot {
	width: 5px;
    height: 5px;
	border-radius: 1px;
	}
	.catalog__vid-img {
	width: 25px;
    height: 25px;
	}
	.catalog__vid-img::before {
	border: 5px solid transparent;
    border-left: 7px solid #282828;
	}
	.breadcrumb-item a {
		font-size: 10px;
	}
	.breadcrumb-item {
		font-size: 10px;
	}
	.wrapper-tovv-1 {
		flex-direction: column;
	}
	.tovv-img {
		width: 100%;
	}
	.summary-mod {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}
	.summary-wrapper-mod3 {
		display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-top: 1.2vw;
    flex-direction: column;
	}
	.woocommerce-product-details__price .price {
	font-size: 25px;
    text-align: center;
	}

	.woocommerce-product-details__short-description {
		width: 100%;
	}
	.woocommerce-product-details__add-to-cart .wp-element-button {
		padding: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

	.summary-mod2 {
		width: 100%;
		margin-top: 10px;
	}
	.summary-mod2 .accordionn:after {
		color: #e31720;
	}
	.summary-mod2 .accordionn {
		font-size: 12px;
    	padding: 7px;
	}
	.woocommerce-tabs ul.tabs li a {
		font-size: 14px;
	}
	.woocommerce-tabs ul.tabs li a {
		padding: 10px;
	}
	.woocommerce-tabs ul.tabs li {
		width: 45%;
	}
	.container-checkount21 {
		flex-direction: column;
	}
	.checkout-container1 {
		width: 100%;
	}
	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 {
		padding: 15px;
	}
	label {
		margin-bottom: 10px;
	}
	#place_order {
		padding: 20px 10px;
	}
	.woocommerce-privacy-policy-text{
		font-size: 10px;
	}
 }


 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	font-size: 15.5px !important;
 }

 .catalog-2  ul.products.columns-6 li.product {
    width: 23%;
}

.title-23423 {
	font-size: 2vw;
}
@media (min-width: 992px) {  }