/*!
Theme Name: StrikeForce Sports
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: http://tryhuk.pp.ua/
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: strikeforcesports
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.

StrikeForce Sports 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/
*/


@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

:root {
	--container: 1296px;

	--text-size: 18px;
	--text-size-sm: 16px;
	--text-size-esm: 14px;
	--h1-size: 60px;
	--h2-size: 50px;
	--h3-size: 40px;
	--h4-size: 30px;
	--h5-size: 25px;
	--h6-size: 20px;

	--black: #050505;
	--yellow: #33cc33;
	--white: #FFFFFF;
	--grey: #F4F4F4;
}

*, ::after, ::before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Play', sans-serif;
	background: var(--grey);
	color: var(--black);
	line-height: 1.33;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
   opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
a, a:hover {
	color: var(--black);
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 24px;
	font-weight: 700;
	line-height: 1.33;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote, .wp-caption, gallery {
	margin: 0 0 24px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, gallery:last-child {
	margin-bottom: 0;
}
ul {
	list-style-position: inside;
	padding-left: 0;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px -10px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 15px;
	padding: 0 7.5px;
}
.form-field-15 {
	flex: 0 0 15%;
	max-width: 15%;
}
.form-field-35 {
	flex: 0 0 35%;
	max-width: 35%;
}
.form-field-40 {
	flex: 0 0 40%;
	max-width: 40%;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field > label {
	font-size: var(--text-size-sm);
	opacity: .65;
	margin-bottom: 5px;
	display: block;
	width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea,
select {
	width: 100%;
	background: var(--white);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Play', sans-serif;
	line-height: 1.5;
	padding: 8px 12px;
	color: var(--black);
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(5, 5, 5, 0.3);
	height: 41px;
	transition: .25s;
}
textarea {
	height: 135px;
}
select {
	cursor: pointer;
}
input[type="checkbox"] {
	margin: 0px 5px 0 0;
	position: relative;
	top: 1px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(5, 5, 5, .3);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(5, 5, 5, .3);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(5, 5, 5, .3);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(5, 5, 5, .3);
}
.wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 3px;
	font-weight: 500;
	letter-spacing: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
	text-align: center;
	font-weight: 500;
	letter-spacing: 0;
}
.screen-reader-text {
	display: none;
}
.form-field-btn {
	text-align: right;
}
.form-field-btn-between {
	display: flex;
	justify-content: space-between;
}

.form-block {
	position: relative;
	margin-bottom: 25px;
}
.form-block:last-child {
	margin-bottom: 0;
}
.form-heading {
	font-size: var(--h6-size);
	font-weight: 700;
	text-transform: uppercase;
}


.select2-container .select2-selection--single {
	height: 41px;
	margin-bottom: 0;
}
.select2-container--default .select2-selection--single {
	border: none;
	border-bottom: 1px solid rgba(5, 5, 5, 0.3);
	background: var(--white);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 41px;
	color: var(--black);
	font-size: 16px;
	font-weight: 400;
	font-family: 'Play', sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 39px;
}
.select2-dropdown {
	font-size: var(--text-size-sm);
}



.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}


.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.hide-md {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}



.heading {
	position: relative;
	display: flex;
	margin-bottom: 30px;
}
.heading.center {
	justify-content: center;
}
.heading.white {
	color: var(--white);
}
.heading h2 {
	position: relative;
	font-size: var(--h2-size);
	font-weight: 400;
	text-transform: uppercase;
	min-width: 350px;
	text-align: center;
	padding: 10px 30px;
	z-index: 1;
}
.heading h2 span:first-child {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}
.heading h2 span:first-child:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-top: 2px solid var(--yellow);
	border-left: 2px solid var(--yellow);
	top: 0;
	left: 0;
}
.heading h2 span:first-child:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-bottom: 2px solid var(--yellow);
	border-left: 2px solid var(--yellow);
	bottom: 0;
	left: 0;
}
.heading h2 span:last-child {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}
.heading h2 span:last-child:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-top: 2px solid var(--yellow);
	border-right: 2px solid var(--yellow);
	top: 0;
	right: 0;
}
.heading h2 span:last-child:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-bottom: 2px solid var(--yellow);
	border-right: 2px solid var(--yellow);
	bottom: 0;
	right: 0;
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-family: 'Play', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 10.5px 43px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 1;
	transition: .25s;
}
.btn:disabled {
	cursor: not-allowed;
	opacity: .3;
}
.btn span:first-child {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}
.btn span:first-child:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	top: 0;
	left: 0;
}
.btn span:first-child:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	bottom: 0;
	left: 0;
}
.btn span:last-child {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}
.btn span:last-child:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	top: 0;
	right: 0;
}
.btn span:last-child:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	bottom: 0;
	right: 0;
}
.btn-sm {
	font-size: 14px;
	font-weight: 400;
	padding: 8.5px 23px;
}
.btn-sm span:before,
.btn-sm span:after {
	width: 10px !important;
	height: 10px !important;
}
.btn-lg {
	font-weight: 400;
	padding: 13.5px 41px;
}
.btn-primary {;
	background: transparent;
	color: var(--yellow);
}
.btn-primary span:before,
.btn-primary span:after {
	border-color: var(--yellow) !important;
}
.btn-primary:hover {
	background: var(--yellow);
	color: var(--white);
}
.btn-primary:disabled {
	background: transparent;
	color: var(--yellow);
}
.btn-secondary {
	background: transparent;
	color: var(--white);
}
.btn-secondary span:before,
.btn-secondary span:after {
	border-color: var(--white) !important;
}
.btn-secondary:hover {
	background: var(--white);
	color: var(--black);
}
.btn-secondary:disabled {
	background: transparent;
	color: var(--white);
}
body.page-template-page-simple .header:not(.fixed) .btn-secondary,
body.error404 .header:not(.fixed) .btn-secondary,
body.single-product .header:not(.fixed) .btn-secondary {;
	background: transparent;
	color: var(--black);
}
body.page-template-page-simple .header:not(.fixed) .btn-secondary span:before,
body.page-template-page-simple .header:not(.fixed) .btn-secondary span:after,
body.error404 .header:not(.fixed) .btn-secondary span:before,
body.error404 .header:not(.fixed) .btn-secondary span:after,
body.single-product .header:not(.fixed) .btn-secondary span:before,
body.single-product .header:not(.fixed) .btn-secondary span:after {
	border-color: var(--black) !important;
}
body.page-template-page-simple .header:not(.fixed) .btn-secondary:hover,
body.error404 .header:not(.fixed) .btn-secondary:hover,
body.single-product .header:not(.fixed) .btn-secondary:hover {
	background: var(--black);
	color: var(--white);
}
body.page-template-page-simple .header:not(.fixed) .btn-secondary:disabled,
body.error404 .header:not(.fixed) .btn-secondary:disabled,
body.single-product .header:not(.fixed) .btn-secondary:disabled {
	background: transparent;
	color: var(--black);
}
.btn-thirdy {
	background: transparent;
	color: var(--black);
}
.btn-thirdy span:before,
.btn-thirdy span:after {
	border-color: var(--black) !important;
}
.btn-thirdy:hover {
	background: var(--black);
	color: var(--white);
}
.btn-thirdy:disabled {
	background: transparent;
	color: var(--black);
}



.owl-nav {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 9;
}
.nav-absolute .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}
.owl-nav button {
	position: relative;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	background: var(--yellow) !important;
	z-index: 1;
	transition: .25s;
}
.owl-carousel.nav-transparent .owl-nav button {
	background: transparent !important;
}
.nav-absolute .owl-nav button {
	position: absolute;
}
.nav-absolute .owl-nav button.owl-prev {
	left: 0;
}
.nav-absolute .owl-nav button.owl-next {
	right: 0;
}
.owl-carousel.nav-white .owl-nav button {
	background: var(--white) !important;
}
.owl-nav button.owl-prev:after {
	content: '';
	width: 1px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 0;
	background: var(--black);
	transform: translateY(-50%);
	z-index: 1;
}
.owl-carousel.nav-transparent .owl-nav button.owl-prev:after {
	background: var(--white);
	opacity: .3;
}
.nav-absolute .owl-nav button:after {
	display: none;
}
.owl-nav button:hover,
.owl-carousel.nav-white .owl-nav button:hover {
	background: var(--black) !important;
}
.owl-carousel.nav-transparent .owl-nav button:hover {
	background: var(--white) !important;
}
.owl-nav button:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	transition: .25s;
	z-index: 1;
}
.owl-carousel.nav-transparent .owl-nav button:before {
	background-color: var(--white);
}
.owl-carousel.nav-white .owl-nav button:before {
	background-color: var(--yellow);
}
.owl-nav button.owl-prev:before {
	transform: rotate(90deg);
}
.owl-nav button.owl-next:before {
	transform: rotate(-90deg);
}
.owl-nav button:hover:before {
	background-color: var(--white);
}
.owl-carousel.nav-transparent .owl-nav button:hover:before {
	background-color: var(--black);
}


.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	z-index: 2;
}
.owl-dots button {
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 3px;
	background: var(--black) !important;
	opacity: .2;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	margin-right: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover,
.owl-dots button.active {
	background: var(--yellow) !important;
	opacity: 1;
}
.owl-dots button.active {
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
}



.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	position: relative;
	margin-right: 10px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	z-index: 1;
}
.soc-links.big li a {
	width: 40px;
	height: 40px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a svg path {
	fill: var(--white);
	transition: .25s;
}
body.page-template-page-simple .header:not(.fixed) .soc-links li a svg path,
body.error404 .header:not(.fixed) .soc-links li a svg path,
body.single-product .header:not(.fixed) .soc-links li a svg path,
.soc-links.black li a svg path {
	fill: var(--black);
}
.soc-links.black-2 li a svg path {
	fill: var(--black);
}
.soc-links li a:hover svg path,
body.page-template-page-simple .header:not(.fixed) .soc-links li a:hover svg path,
body.error404 .header:not(.fixed) .soc-links li a:hover svg path,
body.single-product .header:not(.fixed) .soc-links li a:hover svg path {
	fill: var(--yellow);
}
.soc-links.black li a:hover svg path {
	fill: var(--white);
}
.soc-links.black-2 li a:hover svg path {
	fill: var(--yellow);
}






.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: var(--white);
  border-radius: 0;
  height: 100%;
  width: 100%;
  margin-left: auto;
  transform: translateY(-100%);
  transition: .25s;
  overflow: auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateY(0);
}
.modal-mobile-header {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal-mobile-logo img {
	max-height: 60px;
}
.modal-mobile-close {
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--black);
  flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--yellow);
}
.modal-mobile-body {
	flex: auto;
	padding: 30px 0;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
/*.mobile-menu > li.menu-item-has-children {
	padding-left: 28px;
}*/
.mobile-menu > li:last-child {
	margin-bottom: 0;
}
.mobile-menu > li > a {
	order: 1;
	max-width: 100%;
	color: var(--black);
}
.mobile-menu > li.menu-item-has-children > a {
	max-width: calc(100% - 28px);
}
.mobile-menu > li > a:hover,
.mobile-menu > li.current-menu-item > a {
	color: var(--yellow);
}
.mobile-menu-chevrone {
	order: 2;
	-webkit-mask-size: 10px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	cursor: pointer;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	transition: .25s;
	z-index: 1;
}
.mobile-menu-chevrone:hover {
	background-color: var(--yellow);
}
.active > .mobile-menu-chevrone {
	background-color: var(--yellow);
	transform: rotate(180deg);
}
.mobile-menu ul {
	order: 3;
	display: none;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
	padding: 15px;
	list-style: none;
	background: rgba(5,5,5,.05);
	z-index: 1;
}
.mobile-menu ul li {
	text-align: center;
	margin-bottom: 12px;
}
.mobile-menu ul li:last-child {
	margin-bottom: 0;
}
.mobile-menu ul li a {
	color: var(--black);
}
.mobile-menu ul li:hover > a,
.mobile-menu ul li.current-menu-item > a {
	color: var(--yellow);
}



.wp-caption {
	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;
}
.gallery {
	display: grid;
	grid-gap: 30px;
}
.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;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: v;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
*/


.wrapper {
	position: relative;
	z-index: 1;
}


.header {
	position: sticky;
	top: 0;
	background: transparent;
	color: var(--white);
	padding: 10px 0;
	transition: .25s;
	z-index: 99;
}
.header.fixed {
	background: rgba(10,10,10,.85);
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
}
.header-logo {
	margin-right: 15px;
}
.header-logo img {
	max-height: 68px;
}
.main-menu {
	flex: auto;
	max-width: 100%;
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-menu > li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 25px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: var(--text-size-sm);
	color: var(--white);
}
body.page-template-page-simple .header:not(.fixed) .main-menu > li > a,
body.error404 .header:not(.fixed) .main-menu > li > a,
body.single-product .header:not(.fixed) .main-menu > li > a {
	color: var(--black);
}
.main-menu > li:hover > a,
.main-menu li.current-menu-item > a,
body.page-template-page-simple .header:not(.fixed) .main-menu > li:hover > a,
body.page-template-page-simple .header:not(.fixed) .main-menu li.current-menu-item > a,
body.error404 .header:not(.fixed) .main-menu > li:hover > a,
body.error404 .header:not(.fixed) .main-menu li.current-menu-item > a,
body.single-product .header:not(.fixed) .main-menu > li:hover > a,
body.single-product .header:not(.fixed) .main-menu li.current-menu-item > a {
	color: var(--yellow);
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--white);
	flex: 0 0 7px;
	max-width: 7px;
	width: 7px;
	height: 7px;
	margin-left: 5px;
	transition: .25s;
	z-index: 1;
}
body.page-template-page-simple .header:not(.fixed) .main-menu > li.menu-item-has-children > a:after,
body.error404 .header:not(.fixed) .main-menu > li.menu-item-has-children > a:after,
body.single-product .header:not(.fixed) .main-menu > li.menu-item-has-children > a:after {
	background-color: var(--black);
}
.main-menu > li.menu-item-has-children:hover > a:after,
body.page-template-page-simple .header:not(.fixed) .main-menu > li.menu-item-has-children:hover > a:after,
body.error404 .header:not(.fixed) .main-menu > li.menu-item-has-children:hover > a:after,
body.single-product .header:not(.fixed) .main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
	background-color: var(--yellow);
}
.main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	width: 240px;
	background: var(--black);
	margin: 0;
	padding: 10px 0;
	list-style: none;
	z-index: 99;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu ul li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	padding: 3px 15px;
	display: block;
	color: var(--white);
	font-size: var(--text-size-sm);
}
.main-menu ul li:hover > a {
	color: var(--yellow);
}
.header-phone {
	margin: 0 10px 0 0;
	font-size: var(--text-size-esm);
}
.header-phone a {
	color: var(--white);
}
body.page-template-page-simple .header:not(.fixed) .header-phone a,
body.error404 .header:not(.fixed) .header-phone a,
body.single-product .header:not(.fixed) .header-phone a {
	color: var(--black);
}
.header-phone a:hover,
body.page-template-page-simple .header:not(.fixed) .header-phone a:hover,
body.error404 .header:not(.fixed) .header-phone a:hover,
body.single-product .header:not(.fixed) .header-phone a:hover {
	color: var(--yellow);
}
.header-soc {
	margin-right: 15px;
}
.header-button {
	margin-right: 15px;
}
.header-cart {
	display: flex;
	align-items: center;
}
.header-cart a {
	position: relative;
	flex: 0 0 37px;
	max-width: 37px;
	width: 37px;
	height: 37px;
	display: block;
	z-index: 1;
}
.header-cart a:before {
	content: '';
	position: absolute;
	-webkit-mask-image: url(images/shopping-cart.svg);
  mask-image: url(images/shopping-cart.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .25s;
  z-index: -1;
}
body.page-template-page-simple .header:not(.fixed) .header-cart a:before,
body.error404 .header:not(.fixed) .header-cart a:before,
body.single-product .header:not(.fixed) .header-cart a:before {
	background-color: var(--black);
}
.header-cart a:hover:before,
body.page-template-page-simple .header:not(.fixed) .header-cart a:hover:before,
body.error404 .header:not(.fixed) .header-cart a:hover:before,
body.single-product .header:not(.fixed) .header-cart a:hover:before {
	background-color: var(--yellow);
}
.header-cart a span {
	position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: var(--yellow);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  color: var(--white);
  font-weight: 700;
  z-index: 2;
}
.header-toggle {
	display: none;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  background-color: var(--white);
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  cursor: pointer;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--yellow);
}
body.page-template-page-simple .header:not(.fixed) .header-toggle button,
body.error404 .header:not(.fixed) .header-toggle button,
body.single-product .header:not(.fixed) .header-toggle button {
	background-color: var(--black);
}
.header-cart a:hover:before,
body.page-template-page-simple .header:not(.fixed) .header-toggle button:hover,
body.error404 .header:not(.fixed) .header-toggle button:hover,
body.single-product .header:not(.fixed) .header-toggle button:hover {
	background-color: var(--yellow);
}

.main {
	position: relative;
	min-height: calc(100vh - 96px);
	margin-top: -88px;
	z-index: 1;
}


.footer {
	position: relative;
	background: var(--yellow);
	padding: 50px 0 20px;
	overflow: hidden;
	z-index: 1;
}
.footer:before {
	content: '';
	background: url(images/footer-bg.svg) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 57px;
	top: -24px;
	left: 0;
	z-index: -1;
}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright {
	font-size: var(--text-size-esm);
	margin: 0 15px 0 0;
}
.footer-menu {
	flex: auto;
	max-width: 100%;
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-menu li {
	margin-right: 45px;
}
.footer-menu li:last-child {
	margin-right: 0;
}
.footer-menu li a {
	font-size: var(--text-size-sm);
	color: var(--black);
}
.footer-menu li a:hover {
	color: var(--white);
}
.footer-menu ul {
	display: none !important;
}
.footer-phone {
	font-size: var(--text-size-esm);
	margin: 0 10px 0 0;
}
.footer-phone a {
	color: var(--black);
}
.footer-phone a:hover {
	color: var(--white);
}




.mainSlider-section {
	position: relative;
	height: 100vh;
	min-height: 900px;
	background: var(--black);
	z-index: 1;
}
.mainSlider-item {
	position: relative;
	height: 100vh;
	min-height: 900px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 144px 0;
	z-index: 1;
}
.mainSlider-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.mainSlider-item__bg:before {
	content: '';
	background: var(--black);
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainSlider-item__bg:after {
	content: '';
	background: url(images/mainSlider-bg.png) no-repeat center bottom;
	background-size: 1600px;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
@media(min-width: 1600px) {
	.mainSlider-item {
		padding-bottom: 180px;
	}
	.mainSlider-item__bg:after {
		background-size: 100%;
	}
}
.mainSlider-item__wrap {
	max-width: 810px;
	width: calc(100% - 100px);
}
.mainSlider-item__heading {
	font-size: var(--h1-size);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 30px;
}
.mainSlider-item__content {
	color: var(--white);
	margin-bottom: 30px;
}
.owl-mainSlider .owl-nav {
	position: absolute;
	right: calc((100% - var(--container)) / 2);
	bottom: 144px;
}



.owl-banners.off {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0 -15px -30px;
}
.owl-banners.off .banners-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.banners-item__wrap {
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	min-height: calc((var(--container) - 2 * 30px) / 3 / 1.6954);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}
.banners-item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.banners-item__bg:after {
	content: '';
	background: var(--black);
	opacity: .47;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banners-item__title {
	position: relative;
	font-size: var(--h4-size);
	font-weight: 400;
	color: var(--white);
	text-transform: uppercase;
	min-width: 202px;
	padding: 14.5px 28px;
	z-index: 1;
}
.banners-item__title span:first-child {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}
.banners-item__title span:first-child:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-top: 1px solid var(--yellow);
	border-left: 1px solid var(--yellow);
	top: 0;
	left: 0;
}
.banners-item__title span:first-child:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-bottom: 1px solid var(--yellow);
	border-left: 1px solid var(--yellow);
	bottom: 0;
	left: 0;
}
.banners-item__title span:last-child {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}
.banners-item__title span:last-child:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-top: 1px solid var(--yellow);
	border-right: 1px solid var(--yellow);
	top: 0;
	right: 0;
}
.banners-item__title span:last-child:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-bottom: 1px solid var(--yellow);
	border-right: 1px solid var(--yellow);
	bottom: 0;
	right: 0;
}


.infoBlock-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.infoBlock-left {
	flex: 0 0 calc(42% - 15px);
	max-width: calc(42% - 15px);
}
.infoBlock-content {
	margin-bottom: 30px;
}
.infoBlock-content:last-child {
	margin-bottom: 0;
}
.infoBlock-button {
	text-align: center;
}
.infoBlock-right {
	flex: 0 0 calc(58% - 15px);
	max-width: calc(58% - 15px);
}
.infoBlock-images {
	position: relative;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}
.infoBlock-images-item {
	/*height: calc((var(--container) * .58 - 15px) / 1.8374);*/
}




.owl-advantages.off {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
	width: auto;
}
.owl-advantages.off .advantages-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.advantages-item__wrap {
	position: relative;
	background: var(--white);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	z-index: 1;
}
.advantages-item__title {
	position: relative;
	background: var(--yellow);
	color: var(--white);
	text-align: center;
	padding: 13px 20px 28px;
	text-align: center;
	font-size: var(--h4-size);
	font-weight: 400;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.advantages-item__title:after {
	content: '';
	background: url(images/advantages-bg.svg) no-repeat center top;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 57px;
	bottom: -37px;
	left: 0;
	z-index: -1;
}
.advantages-item__text {
	position: relative;
	padding: 20px;
	font-size: var(--text-size-sm);
	text-align: center;
	z-index: 1;
}


.reasons-content {
	position: relative;
	max-width: 856px;
	margin: 0 auto 30px;
}
.reasons-button {
	text-align: center;
	margin-bottom: 30px;
}
.reasons-wrap {
	display: flex;
	flex-wrap: wrap;
	background: var(--white);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.reasons-left {
	flex: 0 0 50%;
	max-width: 50%;
}
.reasons-image {
	position: relative;
	height: 100%;
	z-index: 1;
}
.reasons-image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.reasons-right {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 26.5px 30px;
}
.reasons-items {
	position: relative;
	z-index: 1;
}
.reasons-item__title {
	font-size: var(--h4-size);
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.reasons-item__content {
	font-size: var(--text-size-sm);
}
.owl-reasons-navigation {
	position: relative;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.owl-reasons-counter {
	font-size: var(--h4-size);
	text-transform: uppercase;
}
.owl-reasons-dots {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 5px;
	height: 2px;
	align-items: flex-end;
}
.owl-reasons-dots.owl-dots button {
	flex: auto;
	max-width: 100%;
	width: auto;
	height: 1px;
	opacity: .3;
	margin-right: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.owl-reasons-dots.owl-dots button.active,
.owl-reasons-dots.owl-dots button:hover {
	height: 2px;
	opacity: 1;
}


.contacts-section {
	padding-bottom: 50px;
}
.contacts-heading,
.contacts-content {
	max-width: 40%;
}
.contacts-content {
	font-size: var(--text-size-sm);
	margin-bottom: 30px;
}
.contacts-content a {
	color: var(--yellow);
}
.contacts-content a:hover {
	text-decoration: underline;
}
.contacts-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.contacts-left {
	flex: 0 0 40%;
	max-width: 40%;
}
.contacts-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px -30px;
}
.contacts-item {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
	font-size: var(--text-size-sm);
}
.contacts-item-fill {
	flex: 0 0 auto;
}
.contacts-item__heading {
	font-size: var(--h5-size);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.contacts-phone,
.contacts-email {
	font-size: var(--text-size);
}
.contacts-phone a:hover,
.contacts-email a:hover {
	color: var(--yellow);
}
.contacts-schedule p {
	font-size: var(--text-size-esm);
	margin-bottom: 10px;
}
.contacts-schedule p:last-child {
	margin-bottom: 0;
}
.contacts-schedule ul {
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}
.contacts-schedule ul:last-child {
	margin-bottom: 0;
}
.contacts-schedule li {
	margin-bottom: 10px;
}
.contacts-schedule li:last-child {
	margin-bottom: 0;
}
.contacts-schedule a {
	text-decoration: underline;
}
.contacts-schedule a:hover {
	color: var(--yellow);
}
.contacts-soc {
	justify-content: center;
}
.contacts-right {
	flex: 0 0 calc(60% - 30px);
	max-width: calc(60% - 30px);
}
.contacts-feedback-heading {
	font-size: var(--h5-size);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.contacts-feedback .form-fields {
	margin-bottom: -10px;
}
.contacts-feedback .form-field {
	margin-bottom: 10px;
}
.iframe-map {
	position: relative;
	height: 360px;
	z-index: 1;
}
.iframe-map iframe {
	width: 100%;
	height: 100%;
}
.contacts-address {
	position: relative;
	margin-top: 20px;
	text-align: center;
	font-size: var(--text-size-sm);
	font-weight: 700;
}



.page-header {
	position: relative;
	min-height: 464px;
	background: var(--black);
	color: var(--white);
	padding: 140px 0;
	z-index: 1;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.page-header-bg:before {
	content: '';
	background: var(--black);
	opacity: .59;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-header-bg:after {
	content: '';
	background: url(images/page-header-bg.png) no-repeat center bottom;
	background-size: 1600px;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
@media(min-width: 1600px) {
	.page-header-bg:after {
		background-size: 100%;
	}
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.page-title:last-child {
	margin-bottom: 0;
}
.page-description {
	max-width: 810px;
}
.page-button {
	margin-top: 30px;
}


.pageSimple-header {
	min-height: auto !important;
	padding: 115px 0 0 !important;
	background: none;
	color: var(--black);
}
.pageSimple-content {
	padding-top: 25px;
}


.brands-items {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.brands-item {
	flex: 0 0 calc(100% / 7);
	max-width: calc(100% / 7);
	margin: 0 0 30px;
	padding: 0 15px;
}
.brands-item__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
.brands-item__wrap img {
	max-height: 100px;
}



.schedule-items {
	position: relative;
}
.schedule-item {
	position: relative;
	border-bottom: 1px solid rgba(5, 5, 5, 0.3);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px;
}
.schedule-item:last-child {
	border-bottom: none;
}
.schedule-item__title {
	font-size: var(--h3-size);
	font-weight: 700;
	text-transform: uppercase;
}
.schedule-item__text {
	font-size: var(--h6-size);
	margin-left: 30px;
}



.products-content {
	margin-bottom: 30px;
}
.products-content:last-child {
	margin-bottom: 0;
}

.product-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.product-items.owl-carousel {
	margin: 0;
}
.product-item {
	margin: 0 0 30px;
	padding: 0 15px;
}
.product-items.columns-4 .product-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.product-items.columns-3 .product-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.product-items.columns-2 .product-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.product-items.columns-1 .product-item {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.product-items.owl-carousel .product-item {
	margin: 0;
	padding: 0;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
.product-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: var(--white);
	z-index: 1;
}
.product-item__image {
	position: relative;
	z-index: 1;
}
.product-item__image:after {
	content: '';
	background: var(--black);
	opacity: .2;
	width: 74%;
	max-width: 300px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
}
.product-item__info {
	position: relative;
	padding: 10px 25px;
	z-index: 1;
}
.woocommerce-loop-product__title {
	font-size: var(--h5-size);
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	transition: .25s;
}
.woocommerce-loop-product__title:hover {
	color: var(--yellow);
}
.product-item__description {
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	font-size: var(--text-size-esm);
}
.product-item__price {
	display: block;
	font-size: var(--h3-size);
	font-weight: 700;
	color: var(--yellow);
	text-align: center;
}
.product-item__price del {
	font-size: var(--h5-size);
	color: var(--black);
	opacity: .3;
	margin-right: 6px;
}
.product-item__price ins {
	text-decoration: none;
}
.product-item__button {
	position: relative;
	flex: 0 0 64px;
	max-height: 64px;
	width: 100%;
	background: #E6E6E6;
	color: #AFAFAF;
	font-size: var(--text-size);
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}
.product-item__button:hover {
	background: var(--yellow);
	color: var(--white);
}
.product-item__button:before {
	content: '';
	flex: 0 0 14px;
	max-width: 14px;
	width: 14px;
	height: 14px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/plus.svg);
	mask-image: url(images/plus.svg);
	background-color: #AFAFAF;
	margin-right: 10px;
	transition: .25s;
}
.product-item__button:hover:before {
	background-color: var(--white);
}
.product-item__button.loading {
	opacity: .4;
	font-size: 0;
}
.product-item__button.loading:before {
	-webkit-mask-image: url(images/loading.svg);
  mask-image: url(images/loading.svg);
  margin-right: 0;
  flex: 0 0 32px;
  max-width: 32px;
  width: 32px;
  height: 32px;
}
.product-item__button.added {
	font-size: 0;
}
.product-item__button.added:before {
	-webkit-mask-image: url(images/check-alt.svg);
  mask-image: url(images/check-alt.svg);
  flex: 0 0 22px;
  max-width: 22px;
  width: 22px;
  height: 22px;
}
.product-item__button.added:after {
	content: 'Added';
	font-size: var(--text-size);
}
.added_to_cart {
	display: none !important;
}



.productsTabs-nav {
	position: relative;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	display: flex;
	border-bottom: 1px solid rgba(5, 5, 5, 0.2)
}
.productsTabs-nav li {
	position: relative;
	flex-grow: 1;
	z-index: 1;
}
.productsTabs-nav li a {
	font-size: var(--h6-size);
	font-weight: 400;
	opacity: .2;
	display: block;
	text-align: center;
	padding: 10px 24px;
	text-transform: uppercase;
}
.productsTabs-nav li.active a,
.productsTabs-nav li a:hover {
	opacity: 1;
}
.productsTabs-nav li a:after {
	content: '';
  width: 100%;
  height: 3px;
  background: var(--yellow);
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: .25s;
}
.productsTabs-nav li.active a:after,
.productsTabs-nav li a:hover:after {
	opacity: 1;
}
.productsTabs-block {
	display: none;
}
.productsTabs-block.active {
	display: block;
}
.woocommerce-ordering {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.woocommerce-ordering-label {
	font-size: var(--text-size);
	margin-right: 10px;
	margin-bottom: 0;
}
.woocommerce-ordering select {
	width: auto;
  flex: 0 0 auto;
  background: no-repeat;
  border: none;
  color: var(--yellow);
  font-size: var(--text-size);
  font-weight: 700;
  padding: 0;
}
.woocommerce-ordering select option {
	color: var(--black);
	font-weight: 400;
}




.singleProduct-wrapper {
	position: relative;
	padding-top: 118px;
}
.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProduct-left {
	flex: 0 0 calc(100% / 3 - 15px);
	max-width: calc(100% / 3 - 15px);
}
.singleProduct-image img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.singleProduct-right {
	flex: 0 0 calc(100% / 3 * 2 - 15px);
	max-width: calc(100% / 3 * 2 - 15px);
}
.singleProduct-summary {
	position: relative;
	margin-bottom: 20px;
}
.singleProduct-summary:last-child {
	margin-bottom: 0;
}
.singleProduct-title {
	font-size: var(--h1-size);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.singleProduct-shortDescription {
	margin-bottom: 20px;
}
.singleProduct-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.singleProduct-price {
	font-size: var(--h3-size);
	font-weight: 700;
	color: var(--yellow);
	margin-bottom: 0;
	margin-right: 20px;
}
.singleProduct-price del {
	font-size: var(--h5-size);
	color: var(--black);
	opacity: .3;
	margin-right: 6px;
}
.singleProduct-price ins {
	text-decoration: none;
}
.woocommerce .qib-container:not(#qib_id):not(#qib_id) {
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce .qib-button:not(#qib_id):not(#qib_id) {
	position: relative;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	background: none;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0;
	font-size: 0;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.woocommerce .qib-button:hover:not(#qib_id):not(#qib_id) {
	opacity: .2;
	background: none;
}
.woocommerce .qib-button:not(#qib_id):not(#qib_id):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-mask-size: 15px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	transition: .25s;
}
.woocommerce .qib-button.minus:not(#qib_id):not(#qib_id):before {
	-webkit-mask-image: url(images/minus.svg);
	mask-image: url(images/minus.svg);
}
.woocommerce .qib-button.plus:not(#qib_id):not(#qib_id):before {
	-webkit-mask-image: url(images/plus.svg);
	mask-image: url(images/plus.svg);
}
.woocommerce .qib-container div.quantity:not(#qib_id):not(#qib_id) {
	flex: 0 0 35px;
	max-width: 35px;
	width: 35px;
}
.woocommerce .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	font-size: var(--h5-size);
	font-weight: 400;
	border: none;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	color: var(--black);
	width: 100%;
}
.woocommerce form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	margin-left: 30px;
  flex: auto;
  max-width: 412px;
  height: 64px;
  position: relative;
	background: #E6E6E6;
	color: #AFAFAF;
	border: none;
	outline: none;
	font-size: var(--text-size);
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
.woocommerce form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):hover {
	background: var(--yellow);
	color: var(--white);
}
.woocommerce form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):before {
	content: '';
	flex: 0 0 14px;
	max-width: 14px;
	width: 14px;
	height: 14px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/plus.svg);
	mask-image: url(images/plus.svg);
	background-color: #AFAFAF;
	margin-right: 10px;
	transition: .25s;
}
.woocommerce form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):hover:before {
	background-color: var(--white);
}



.singleProduct-tabs-nav {
	position: relative;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	display: flex;
	border-bottom: 1px solid rgba(5, 5, 5, 0.2)
}
.singleProduct-tabs-nav li {
	position: relative;
	flex-grow: 1;
	z-index: 1;
}
.singleProduct-tabs-nav li a {
	font-size: var(--h6-size);
	font-weight: 400;
	opacity: .2;
	display: block;
	text-align: center;
	padding: 10px 24px;
	text-transform: uppercase;
}
.singleProduct-tabs-nav li.active a,
.singleProduct-tabs-nav li a:hover {
	opacity: 1;
}
.singleProduct-tabs-nav li a:after {
	content: '';
  width: 100%;
  height: 3px;
  background: var(--yellow);
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: .25s;
}
.singleProduct-tabs-nav li.active a:after,
.singleProduct-tabs-nav li a:hover:after {
	opacity: 1;
}
.singleProduct-tabs-block {
	display: none;
}
.singleProduct-tabs-block.active {
	display: block;
}


.singleProduct-related {
	flex: 0 0 100%;
	max-width: 100%;
}
.singleProduct-action .wc-stripe-clear {
	display: none;
}






.packages-section {
	overflow: hidden;
}
.owl-packagesCard.off {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
	width: auto;
}
.owl-packagesCard.off .packagesCard-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.packagesCard-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: var(--white);
	z-index: 1;
}
.packagesCard-item__image {
	position: relative;
	z-index: 1;
}
.packagesCard-item__image:after {
	content: '';
	background: var(--black);
	opacity: .2;
	width: 74%;
	max-width: 300px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
}
.packagesCard-item__info {
	position: relative;
	padding: 10px 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}
.packagesCard-item__title {
	font-size: var(--h5-size);
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	transition: .25s;
}
.packagesCard-item__text {
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	font-size: var(--text-size-esm);
}
.packagesCard-item__price {
	display: block;
	font-size: var(--h3-size);
	font-weight: 700;
	color: var(--yellow);
	text-align: center;
}
.packagesCard-item__button {
	flex: 0 0 64px;
	max-height: 64px;
	width: 100%;
}
.packagesCard-item__button a {
	position: relative;
	background: #E6E6E6;
	color: #AFAFAF;
	font-size: var(--text-size);
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	z-index: 1;
}
.packagesCard-item__button a:hover {
	background: var(--yellow);
	color: var(--white);
}

.packages-block-wrap {
	position: relative;
	z-index: 1;
}
.packages-block-carousel {
	width: calc(((var(--container) - 2 * 30px) / 3) * 4 + 3 * 30px );
}
.owl-packages:after {
	content: '';
	position: absolute;
	background: var(--grey);
	opacity: .7;
	width: calc(var(--container) / 3);
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.packages-item {
	padding: 0 1px;
	height: 100%;
}
.packages-item__wrap {
	position: relative;
	height: 100%;
	border: 1px solid rgba(5, 5, 5, 0.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	transition: .25s;
	z-index: 1;
}
.packages-item__wrap:hover {
	border-color: var(--yellow);
	background: var(--white);
}
.packages-item__title {
	font-size: var(--h6-size);
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}
.packages-item__content {
	position: relative;
}
.packages-item__content > * {
	margin-bottom: 10px;
}
.packages-item__content > *:last-child {
	margin-bottom: 0;
}
.packages-item__content ul {
	font-size: var(--text-size-sm);
	padding-left: 0;
}
.packages-item__price {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	z-index: 1;
}
.packages-item__price:before {
	content: '';
	background: rgba(5, 5, 5, 0.2);
	width: 78%;
	max-width: 305px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.packages-item__price span {
	display: block;
	font-size: var(--text-size-esm);
	text-align: center;
	margin-bottom: 0;
}
.packages-item__price p {
	text-align: center;
	font-size: var(--h3-size);
	font-weight: 700;
	color: var(--yellow);
}
.packages-item__peoples {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	font-size: var(--text-size-sm);
	text-align: center;
	z-index: 1;
}
.packages-item__peoples:after {
	content: '';
	background: rgba(5, 5, 5, 0.2);
	width: 78%;
	max-width: 305px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.packages-item__peoples:before {
	content: '';
	display: block;
	margin: 0 auto 5px;
	width: 32px;
	height: 32px;
	background: url(images/users.svg) no-repeat center;
	background-size: contain;
}
.packages-item__content-2 {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	font-size: var(--text-size-esm);
	z-index: 1;
}
.packages-item__content-2:before {
	content: '';
	background: rgba(5, 5, 5, 0.2);
	width: 78%;
	max-width: 305px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.packages-item__content-2 > * {
	margin-bottom: 10px;
}
.packages-item__content-2 > *:last-child {
	margin-bottom: 0;
}
.packages-item__content-2 ul {
	list-style-position: inside;
	padding-left: 0;
}
.packages-item__content-2-title {
	font-size: var(--text-size);
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.owl-packages .owl-nav {
	max-width: var(--container);
	display: flex !important;
}
.owl-packages button.owl-prev {
	left: -65px !important;
}
.owl-packages button.owl-next {
	right: -65px !important;
}



.pageGlowDark-infoBlock-content {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	z-index: 1;
}
.pageGlowDark-infoBlock-content:after {
	content: '';
	background: rgba(5, 5, 5, 0.2);
	width: 78%;
	max-width: 425px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.infoBlock-price {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	z-index: 1;
}
.infoBlock-price:after {
	content: '';
	background: rgba(5, 5, 5, 0.2);
	width: 78%;
	max-width: 425px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.infoBlock-price-label {
	display: block;
	text-align: center;
	font-size: var(--text-size-esm);
}
.infoBlock-price-value {
	margin-bottom: 0;
	font-size: var(--h3-size);
	font-weight: 700;
	color: var(--yellow);
	text-align: center;
}
.infoBlock-price-content {
	text-align: center;
	font-size: var(--text-size-esm);
}
.infoBlock-age {
	position: relative;
	padding-bottom: 10px;
}
.infoBlock-age:after {
	content: '';
	background: rgba(5, 5, 5, 0.2);
	width: 78%;
	max-width: 425px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.infoBlock-age span {
	display: block;
	margin: 0 auto 5px;
	width: 41px;
	height: 41px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-size-sm);
	text-align: center;
}
.infoBlock-age p {
	text-align: center;
	font-size: var(--text-size-sm);
}



.include-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.include-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.include-item__wrap {
	position: relative;
	z-index: 1;
}
.include-item__title {
	position: relative;
	padding: 10px 0 10px 14px;
	border-left: 6px solid var(--yellow);
	margin-bottom: 15px;
	font-size: var(--h4-size);
	font-weight: 700;
	text-transform: uppercase;
}




.formJob {
	position: relative;
}
.formJob-block {
	display: none;
}
.formJob-block.active {
	display: block;
}
.formJob-heading {
	font-size: var(--h4-size);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.formJob-dots {
	position: relative;
	margin-bottom: 25px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.formJob-dots:before {
	content: '';
	position: absolute;
  background: #d1d1d1;
  width: 100%;
  height: 1px;
  top: calc(50% - .5px);
  left: 0;
  z-index: -1;
}
.formJob-dots li {
	flex: 0 0 47px;
	max-width: 47px;
	height: 47px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d1d1d1;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--h6-size);
  font-weight: 700;
  text-align: center;
}
.formJob-dots li.active  {
	background: var(--yellow);
}



.error-404-number {
	font-size: calc(var(--h1-size) * 5);
	font-weight: 700;
	color: var(--yellow);
	text-align: center;
	line-height: 1;
}



.pageCart-wrap {
	display: flex;
	justify-content: space-between;
}
.pageCart-left {
	flex: auto;
	max-width: 100%;
	margin-right: 30px;
}
.productsCart-table {
	width: 100%;
}
.productsCart-table th {
	font-size: var(--h6-size);
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
}
.productsCart-table td {
	padding: 10px;
	font-size: var(--h5-size);
	font-weight: 400;
	border-top: 1px solid rgba(5, 5, 5, 0.2);
	text-align: center;
}
.productsCart-table thead th:first-child,
.productsCart-table tbody td:first-child {
	padding-left: 0;
	text-align: left;
}
.productsCart-table thead th:last-child,
.productsCart-table tbody td:last-child {
	padding-right: 0;
}
.productsCart-table thead tr:first-child th {
	padding-top: 0;
}
.productsCart-table tbody tr:last-child td {
	padding-bottom: 0;
}

.productsCart-table-item__info {
	display: flex;
	align-items: center;
}
.productsCart-table-item__image {
	flex: 0 0 81px;
	max-width: 81px;
	width: 81px;
	height: 81px;
	margin-right: 15px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.productsCart-table-item__name {
	flex: auto;
	max-width: 100%;
}
.productsCart-table-item__name a:hover {
	color: var(--yellow);
}
.productsCart-table-item__price {
	opacity: .5;
}
.productsCart-table-item__subtotal {
	font-weight: 700;
	color: var(--yellow);
}
.productsCart-table-item__remove a {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/trash.svg);
	mask-image: url(images/trash.svg);
	background-color: var(--black);
	width: 23px;
	height: 23px;
	display: block;
	opacity: .5;
}
.productsCart-table-item__remove a:hover {
	opacity: 1;
}

.productsCart-table-item__actions {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.productsCart-table-item__actions .coupon {
	flex: auto;
	max-width: 100%;
	margin-right: 15px;
}
.productsCart-table-item__actions .coupon-title {
	margin-bottom: 10px;
	font-size: var(--h6-size);
	font-weight: 700;
	text-transform: uppercase;
}
.productsCart-table-item__actions .coupon-form {
	display: flex;
}
.productsCart-table-item__actions .coupon .btn {
	flex: 0 0 auto;
	margin-left: 15px;
}
.productsCart-table-item__actions .btn {
	height: 41px;
}


.pageCart-right {
	flex: 0 0 240px;
	max-width: 240px;
}
.cart-collaterals {
	position: sticky;
	top: 0;
	border: 1px solid #0505051A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	z-index: 9;
}
.cart_totals h2 {
	font-size: var(--h6-size);
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.cart-collaterals table,
.cart-collaterals tbody,
.cart-collaterals tr,
.cart-collaterals table th,
.cart-collaterals table td {
	width: 100%;
	display: block;
	padding: 0;
}
.cart-collaterals table {
	margin-bottom: 10px;
}
.cart-collaterals tr {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.cart-collaterals tr:last-child {
	margin-bottom: 0;
}
.cart-collaterals table th {
	text-align: left;
	opacity: .5;
	margin-right: 10px;
	font-weight: 400;
	width: auto;
}
.cart-collaterals table td {
	padding: 0px;
	font-size: var(--h6-size);
}
.cart-collaterals .woocommerce-remove-coupon {
	font-size: var(--text-size-esm);
	color: var(--yellow);
	display: block;
	margin-top: -4px;
}
.cart-collaterals .woocommerce-remove-coupon:hover {
	text-decoration: underline;
}
.cart-collaterals .order-total td {
	font-weight: 700;
	color: var(--yellow);
}
.wc-proceed-to-checkout .btn {
	width: 100%;
}
.return-to-shop {
	text-align: center;
}



.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 20px;
	background: rgba(5,5,5,.03);
	border-radius: 0px;
	display: flex;
	align-items: center;
	margin-bottom: 20px !important;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	display: block;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	font-weight: 700;
	color: var(--yellow);
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
	text-decoration: underline;
}
ul.woocommerce-error {
	list-style: none;
}
.wc-block-components-notice-banner svg {
	flex: 0 0 36px;
	max-width: 36px;
	margin-right: 20px;
}
.wc-block-components-notice-banner__content {
	position: relative;
	overflow: hidden;
	flex: auto;
	max-width: 100%;
}
.wc-block-components-notice-banner__content .button,
.woocommerce-message .button {
	float: right;
	text-decoration: underline;
	margin-left: 30px;
	margin-bottom: 0px;
}


.pageCheckout-wrap {
	display: flex;
	justify-content: space-between;
}
.pageCheckout-left {
	flex: auto;
	max-width: 100%;
}
.woocommerce-form-login-toggle,
.pageCheckout-coupon,
.woocommerce-NoticeGroup-checkout,
body.woocommerce-checkout .woocommerce-form-login {
	max-width: calc(100% - 413px - 30px);
}
.woocommerce-form-login-toggle .woocommerce-info {
	background: none;
	padding: 0;
	margin-bottom: 10px !important;
	display: flex;
	justify-content: space-between;
}
.woocommerce-NoticeGroup-checkout {
	margin-bottom: 25px;
}
body.woocommerce-checkout .woocommerce-form-login {
	background: #e9e9e9;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
body.woocommerce-checkout .woocommerce-form-login p:first-child {
	font-size: var(--text-size-sm);
}
body.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
	margin-bottom: 10px;
}
body.woocommerce-checkout .woocommerce-form-login .form-row {
	margin-left: -7.5px;
	margin-right: 7.5px;
}
.lost_password {
	margin-bottom: 0;
	font-size: var(--text-size-sm);
}
.lost_password a:hover {
	color: var(--yellow);
}
.pageCheckout-coupon {
	display: block !important;
	margin-bottom: 25px;
}
.pageCheckout-coupon-title {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 10px;
	font-size: var(--h6-size);
	font-weight: 700;
	text-transform: uppercase;
}
.pageCheckout-coupon-form {
	display: flex;
	align-items: center;
}
.pageCheckout-coupon .btn {
	flex: 0 0 auto;
	height: 41px;
	margin-left: 15px;
}
.woocommerce-billing-fields > h3 {
	margin-bottom: 10px;
	font-size: var(--h4-size);
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-account-fields,
.woocommerce-additional-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 -7.5px -15px;
}
.woocommerce-account-fields,
.woocommerce-additional-fields__field-wrapper {
	margin-top: 15px;
}
.form-row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 7.5px;
	margin-bottom: 15px !important;
}
.form-row-first,
.form-row-last {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-row-35 {
	flex: 0 0 33%;
	max-width: 33%;
}
.form-row-15 {
	flex: 0 0 17%;
	max-width: 17%;
}
.form-row > label:not(.screen-reader-text) {
	font-size: var(--text-size-sm);
	opacity: .65;
	margin-bottom: 2px;
	display: block;
}
.form-row > label.woocommerce-form__label-for-checkbox {
	font-size: var(--text-size-sm);
	opacity: 1;
	margin-bottom: 0;
	display: inline-block;
	cursor: pointer;
}
.form-row > label.woocommerce-form__label-for-checkbox a {
	color: var(--yellow);
}
.form-row > label.woocommerce-form__label-for-checkbox a:hover {
	text-decoration: underline;
}
.woocommerce-account-fields .create-account {
	margin-bottom: 15px;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
}


.pageCheckout-right {
	flex: 0 0 413px;
	max-width: 413px;
	margin-left: 30px;
	margin-top: -136px;
}
.pageCheckout-sticky {
	position: sticky;
	top: 0;
	z-index: 9;
}
.pageCheckout-info {
	position: relative;
	border: 1px solid rgba(5, 5, 5, 0.1);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	z-index: 1;
}
.pageCheckout-info-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.pageCheckout-info-heading p {
	margin-bottom: 0;
	font-size: var(--h6-size);
	font-weight: 700;
	text-transform: uppercase;
}
.pageCheckout-info-heading a {
	display: block;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: 14px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/edit.svg);
	mask-image: url(images/edit.svg);
	background-color: var(--black);
	margin-left: 20px;
	transition: .25s;
}
.pageCheckout-info-heading a:hover {
	background-color: var(--yellow);
}
.woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 20px;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 5px;
}
.woocommerce-checkout-review-order-table thead tr:first-child th {
	padding-top: 0;
}
.woocommerce-checkout-review-order-table tr > *:first-child {
	padding-left: 0;
}
.woocommerce-checkout-review-order-table tr > *:last-child {
	padding-right: 0;
}

.woocommerce-checkout-review-order-table thead th {
	font-weight: 400;
	text-align: left;
	opacity: .5;
}
.woocommerce-checkout-review-order-table tbody td.product-name {
	font-size: var(--text-size-sm);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce-checkout-review-order-table tbody td.product-name strong {
	font-weight: 400;
}
.woocommerce-checkout-review-order-table tbody td.product-total {
	text-align: right;
	font-size: var(--text-size-sm);
	font-weight: 700;
	width: 10%;
}
.woocommerce-checkout-review-order-table .woocommerce-remove-coupon {
	font-size: var(--text-size-esm);
	opacity: .5;
	display: block;
}
.woocommerce-checkout-review-order-table .woocommerce-remove-coupon:hover {
	text-decoration: underline;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout-review-order-table tfoot tr:last-child td {
	padding-bottom: 0;
}
.woocommerce-checkout-review-order-table tfoot th {
	font-weight: 400;
	opacity: .5;
	text-align: left;
}
.woocommerce-checkout-review-order-table tfoot td {
	font-size: var(--h6-size);
	font-weight: 400;
	text-align: right;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	color: var(--yellow);
}
.woocommerce-checkout-payment-heading {
	font-size: var(--h6-size);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

ul.payment_methods {
	padding: 0;
	list-style: none;
}
ul.payment_methods li {
	padding: 10px !important;
	margin-bottom: 10px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: var(--white);
}
ul.payment_methods li:last-child {
	margin-bottom: 0;
}
ul.payment_methods li > label {
	transition: .25s;
	cursor: pointer;
}
ul.payment_methods li > label:hover {
	color: var(--yellow);
}
ul.payment_methods li .payment_box {
	font-size: var(--text-size-esm);
	border-top: 1px solid rgba(5,5,5,.2);
	padding-top: 10px;
	margin-top: 10px;
}
ul.payment_methods li .wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
	float: none;
	display: inline;
	margin-left: 10px;
}
ul.payment_methods li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
	height: 20px;
	max-height: 20px;
	width: 31px;
	max-width: 31px;
}
ul.payment_methods li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon:nth-child(2n+2) {
	margin: 0 1px;
}
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}
.woocommerce-terms-and-conditions-wrapper label {
	font-size: var(--text-size-esm);
}
.woocommerce-terms-and-conditions-wrapper label a {
	color: var(--yellow);
}
.woocommerce-terms-and-conditions-wrapper label a:hover {
	text-decoration: underline;
}
.place-order-btn {
	text-align: right;
}



.woocommerce-thankyou-order-received {
	font-size: var(--h5-size);
	font-weight: 700;
}
.woocommerce-thankyou-order-details {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-thankyou-order-details li {
	margin-right: 30px;
	text-align: center;
	color: rgba(5,5,5,.5);
}
.woocommerce-thankyou-order-details li:last-child {
	margin-right: 0;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
	color: var(--black);
}
.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: var(--h4-size);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.woocommerce-order-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-order-details,
.woocommerce-customer-details {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.woocommerce-table--order-details,
.woocommerce-customer-details address {
	position: relative;
	width: 100%;
	max-width: 420px;
	border: 1px solid rgba(5, 5, 5, 0.1);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 1;
}
.woocommerce-customer-details address {
	padding: 20px;
	font-style: normal;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	padding: 5px;
}
.woocommerce-table--order-details thead tr:first-child th {
	padding-top: 20px;
}
.woocommerce-table--order-details tr > *:first-child {
	padding-left: 20px;
}
.woocommerce-table--order-details tr > *:last-child {
	padding-right: 20px;
}
.woocommerce-table--order-details thead th {
	font-weight: 400;
	text-align: left;
	opacity: .5;
}
.woocommerce-table--order-details tbody td.product-name {
	font-size: var(--text-size-sm);
}
.woocommerce-table--order-details tbody td.product-name strong {
	font-weight: 400;
}
.woocommerce-table--order-details tbody td.product-total {
	text-align: right;
	font-size: var(--text-size-sm);
	font-weight: 700;
}
.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
	padding-bottom: 20px;
}
.woocommerce-table--order-details tfoot th {
	font-weight: 400;
	opacity: .5;
	text-align: left;
}
.woocommerce-table--order-details tfoot td {
	text-align: right;
}




.pageLogin-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageLogin-left,
.pageLogin-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	border: 1px solid rgba(5,5,5,.2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.pageLogin-left > h2,
.pageLogin-right > h2,
.woocommerce-Address-title > h3,
.form-edit-address-heading {
	font-size: var(--h4-size);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.pageLogin-wrap .woocommerce-form-login,
.pageLogin-wrap .woocommerce-form-register {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px -15px;
}
.pageLogin-wrap .woocommerce-LostPassword {
	margin: 0 0 15px !important;
	padding: 0 7.5px;
	font-size: var(--text-size-sm);
}
.woocommerce-ResetPassword .form-row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}


.woocommerce-account .container > .woocommerce:after {
	content: '';
	clear: both;
	display: block;
}
.woocommerce-MyAccount-navigation {
	width: 280px;
	float: left;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
	border: 1px solid rgba(5,5,5,.2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin-bottom: 2px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--yellow);
	color: var(--white);
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 280px - 30px);
	margin-left: 30px;
}


.woocommerce-orders-table {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td {
	border: 1px solid rgba(5,5,5,.2);
	padding: 10px;
	font-size: var(--text-size-sm);
}
.woocommerce-orders-table th {
	background: #e9e9e9;
	text-align: left;
}

a.edit {
	color: var(--yellow);
	display: inline-block;
	margin-bottom: 10px;
}
a.edit:hover {
	text-decoration: underline;
}

.woocommerce-order-details {
	margin-bottom: 30px;
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 -7.5px -15px;
}
.woocommerce-EditAccountForm fieldset {
	flex: 0 0 100%;
	max-width: 100%;
} 




@media(max-width: 1399px) {
	:root {
		--container: 1116px;

		--text-size: 16px;
		--text-size-sm: 15px;
		--text-size-esm: 14px;
		--h1-size: 50px;
		--h2-size: 40px;
		--h3-size: 30px;
		--h4-size: 25px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-wrap {
		height: 60px;
	}
	.header-logo img {
		max-height: 60px;
	}
	.main-menu > li {
		margin-right: 15px;
	}
	.main {
		min-height: calc(100vh - 66px);
		margin-top: -80px;
	}
	.mainSlider-section,
	.mainSlider-item {
		min-height: 800px;
	}
	.mainSlider-item {
		padding: 120px 0 140px;
	}
	.page-header {
		min-height: 420px;
		padding: 120px 0;
	}
	.page-title {
		margin-bottom: 20px;
	}
	.pageSimple-header {
		padding-top: 100px !important;
	}
}




@media(max-width: 1199px) {
	:root {
		--container: 916px;

		--text-size: 16px;
		--text-size-sm: 15px;
		--text-size-esm: 14px;
		--h1-size: 42px;
		--h2-size: 36px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-button {
		display: none;
	}
	.mainSlider-item__heading,
	.mainSlider-item__content {
		margin-bottom: 20px;
	}
	.mainSlider-item__bg:after,
	.page-header-bg:after {
		background-size: 1400px;
	}
	.footer-menu li {
		margin-right: 20px;
	}
	.page-header {
		min-height: 360px;
	}
	.productsCart-table td {
		font-size: var(--h6-size);
	}
	.productsCart-table th {
		font-size: var(--text-size);
	}
}


@media(max-width: 991px) {
	:root {
		--container: calc(100vw - 40px);

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-esm: 14px;
		--h1-size: 35px;
		--h2-size: 25px;
		--h3-size: 23px;
		--h4-size: 20px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-sm {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.heading h2 {
		min-width: 215px;
		padding: 15.5px 30px;
	}
	.header .main-menu,
	.header-phone {
		display: none;
	}
	.header-toggle {
		display: flex;
	}
	.header-wrap {
		justify-content: flex-start;
	}
	.header-soc {
		order: 1;
		flex: calc(50% - 100px - 15px);
		max-width: calc(50% - 100px - 15px);
	}
	.header-logo {
		order: 2;
		flex: 0 0 200px;
		max-width: 200px;
		margin-right: 0;
		text-align: center;
	}
	.header-cart {
		order: 3;
		flex: auto;
		justify-content: flex-end;
	}
	.header-toggle {
		order: 4;
		display: flex;
	}
	.mainSlider-item {
		padding-bottom: 155px;
	}
	.mainSlider-item__wrap {
		width: 100%;
	}
	.owl-mainSlider .owl-nav {
		bottom: 103px;
	}
	.banners-item__wrap {
		min-height: calc((var(--container) - 30px) / 2 / 1.6954);
	}
	.banners-item__title {
		padding: 11px 24px;
		min-width: 140px;
	}
	.infoBlock-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
	}
	.infoBlock-right {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.infoBlock-images-item img {
		min-height: 300px;
	}
	.reasons-section > .container {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	.reasons-wrap {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	.reasons-button {
		margin-bottom: 50px;
	}
	.reasons-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.reasons-image span {
		position: relative;
	}
	.reasons-right {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px;
	}
	.contacts-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
	}
	.contacts-heading, .contacts-content {
		max-width: 100%;
	}
	.contacts-items {
		margin-bottom: -20px;
	}
	.contacts-item {
		margin-bottom: 20px;
	}
	.contacts-phone, .contacts-email {
		font-size: var(--h6-size);
	}
	.contacts-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.iframe-map {
		height: 240px;
	}
	.contacts-address {
		font-size: var(--text-size);
	}
	.footer-wrap {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-menu {
		display: none;
	}
	.footer-phone {
		order: 1;
	}
	.footer-soc {
		order: 2;
	}
	.copyright {
		order: 3;
		text-align: center;
		margin: 15px 0 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-header {
	  padding: 150px 0 80px;
	  min-height: 464px;
	}
	.page-header-bg:after {
		background-position: 6% bottom;
	}
	.page-title {
		margin-bottom: 15px;
	}
	.brands-items {
		margin: 0 -7.5px -15px;
	}
	.brands-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
		padding: 0 7.5px;
		margin-bottom: 15px;
	}
	.brands-item__wrap {
		height: 52px;
	}
	.brands-item__wrap img {
		max-height: 52px;
		max-width: 78px;
	}
	.schedule-item {
		flex-wrap: wrap;
		padding: 5px 20px;
	}
	.schedule-item__title {
		flex: 0 0 100%;
		max-width: 100%;
		font-size: var(--h2-size);
		margin-bottom: 5px;
	}
	.schedule-item__text {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
		font-size: var(--text-size);
	}
	.product-item__price,
	.packagesCard-item__price,
	.packages-item__price p,
	.infoBlock-price-value {
		font-size: calc(var(--h1-size) / 1.1666);
	}
	.product-item__button,
	.packagesCard-item__button {
		flex: 0 0 60px;
		max-height: 60px;
	}

	.infoBlock-content {
		margin-bottom: 20px;
	}
	.productsTabs-nav {
		flex-direction: column;
	}
	.productsTabs-nav li a {
		padding: 10px 20px;
		font-size: var(--text-size);
	}
	.woocommerce-ordering {
		margin-bottom: 15px;
	}
	.product-items.columns-3 .product-item,
	.product-items.columns-4 .product-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singleProduct-wrapper {
		padding-top: 110px;
	}
	.singleProduct-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.singleProduct-right {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.singleProduct-title {
		font-size: var(--h2-size);
	}
	.singleProduct-action {
		flex-wrap: wrap;
	}
	.singleProduct-price {
		font-size: calc(var(--h1-size) / 1.6667);
	}
	.woocommerce form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
		margin-top: 10px;
		font-size: var(--h6-size);
	}
	.singleProduct-tabs-block {
		font-size: var(--text-size-sm);
	}
	.singleProduct-tabs-nav li a {
		font-size: var(--text-size);
		padding: 10px 20px;
	}
	.contacts-item-fill {
		flex: 0 0 100%;
	}
	.packages-block-carousel {
		width: 100%;
	}
	.owl-packages:after {
		display: none;
	}
	.packages-item__title {
		font-size: var(--h5-size);
	}
	.contacts-content br {
		display: none;
	}
	.include-items {
		margin: 0 -7.5px -15px;
	}
	.include-item {
		margin: 0 0 15px;
		padding: 0 7.5px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.page-button {
		margin-top: 15px;
	}
	.pageSimple-content {
		padding-top: 15px;
	}
	.pageCart-wrap {
		flex-wrap: wrap;
	}
	.pageCart-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
	}
	.pageCart-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.productsCart-table {
		display: block;
	}
	.productsCart-table thead {
		display: none;
	}
	.productsCart-table tbody {
		display: block;
		width: 100%;
	}
	.productsCart-table tr {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		border-top: 1px solid rgba(5, 5, 5, 0.2);
		padding: 10px 0;
	}
	.productsCart-table td {
		padding: 0;
		border: none;
		order: 3;
		text-align: left;
		font-size: var(--h4-size);
	}
	.productsCart-table td.product-name {
		order: 1;
		flex: 0 0 calc(100% -  23px);
		max-width: calc(100% - 23px);
		padding-right: 20px;
		margin-bottom: 10px;
	}
	.productsCart-table-item__image {
		margin-right: 10px;
	}
	.productsCart-table-item__name {
		font-size: var(--text-size);
	}
	.productsCart-table td.product-remove {
		order: 2;
		flex: 0 0 23px;
		max-width: 23px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 10px;
	}
	.productsCart-table td.product-price:before,
	.productsCart-table td.product-quantity:before,
	.productsCart-table td.product-subtotal:before {
		content: attr(data-title);
		font-size: var(--text-size);
		margin-bottom: 5px;
		display: block;
		color: var(--black);
		opacity: .5;
	}
	.productsCart-table td.actions {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.productsCart-table-item__actions {
		display: block;
	}
	.productsCart-table-item__actions .coupon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.productsCart-table-item__actions .coupon .btn,
	.pageCheckout-coupon .btn {
		padding-left: 30px;
		padding-right: 30px;
	}
	.cart_totals h2 {
		font-size: var(--h4-size);
	}
	.cart-collaterals table {
		font-size: var(--h6-size);
	}
	.cart-collaterals table td {
		font-size: var(--h4-size);
	}
	.wc-proceed-to-checkout .btn {
		width: auto;
	}


	.woocommerce-form-login-toggle, .pageCheckout-coupon, .woocommerce-NoticeGroup-checkout, body.woocommerce-checkout .woocommerce-form-login {
		max-width: 100%;
	}
	.pageCheckout-coupon {
		margin-bottom: 15px;
	}
	.pageCheckout-wrap {
		flex-wrap: wrap;
	}
	.pageCheckout-left {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.pageCheckout-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
	}
	.form-row-first, .form-row-last,
	.form-field-50,
	.form-field-40 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.form-row-35,
	.form-field-35 {
		flex: 0 0 67%;
		max-width: 67%;
	}
	.form-row-15,
	.form-field-15 {
		flex: 0 0 33%;
		max-width: 33%;
	}

	.pageCheckout-info {
		padding: 10px;
	}
	.pageCheckout-info-heading p,
	.woocommerce-checkout-payment-heading {
		font-size: var(--h4-size);
	}
	.woocommerce-checkout-review-order-table thead th,
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-table--order-details thead th,
	.woocommerce-table--order-details tfoot th {
		font-size: var(--h6-size);
	}
	.woocommerce-checkout-review-order-table tbody td.product-name,
	.woocommerce-checkout-review-order-table tbody td.product-total,
	.woocommerce-table--order-details tbody td.product-name,
	.woocommerce-table--order-details tbody td.product-total {
		font-size: var(--text-size);
	}
	.woocommerce-checkout-review-order-table tfoot td,
	.woocommerce-table--order-details tfoot td {
		font-size: var(--h4-size);
	}
	.place-order-btn {
		text-align: left;
	}
	.woocommerce-thankyou-order-details li {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 5px;
		text-align: left;
	}
	.woocommerce-thankyou-order-details li:last-child {
		margin-bottom: 0;
	}
	.woocommerce-order-details, .woocommerce-customer-details {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageLogin-left, .pageLogin-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageLogin-left {
		margin-bottom: 30px;
	}

	.woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.woocommerce-MyAccount-navigation ul li a {
		padding: 10px 15px;
		text-align: center;
		justify-content: center;
	}


	.woocommerce-orders-table {
		display: block;
		width: 100%;
	}
	.woocommerce-orders-table thead {
		display: none;
	}
	.woocommerce-orders-table tbody {
		display: block;
		width: 100%;
	} 
	.woocommerce-orders-table tbody tr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #d9d9d9;
		padding: 15px 0;
	}
	.woocommerce-orders-table tbody td {
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		padding: 0;
		border: none;
		margin-bottom: 5px;
		font-size: var(--text-size);
	}
	.woocommerce-orders-table tbody td:last-child {
		margin-bottom: 0;
	}



	.formJob-heading {
		font-size: var(--h6-size);
		margin-bottom: 15px;
	}
	.form-heading {
		font-size: var(--text-size);
		margin-bottom: 15px;
	}
	.formJob-dots {
		margin-bottom: 15px;
	}
	.formJob-dots li {
		flex: 0 0 36px;
		max-width: 36px;
		height: 36px;
		font-size: 12px;
	}
	.form-block {
		margin-bottom: 15px;
	}
	.form-sub-heading {
		font-size: var(--text-size-sm);
		margin-bottom: 15px;
	}

}


@media (max-width: 576px) {
	.header-wrap {
		height: 42px;
	}
	.header-logo img,
	.modal-mobile-logo img {
		max-height: 42px;
	}
	.main {
		margin-top: -62px;
	}
	.mainSlider-item__bg:after {
		background-position: 21% bottom;
	}
	.banners-item__wrap {
		min-height: calc(var(--container) / 1.6954);
	}
	.brands-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.product-items.columns-2 .product-item,
	.product-items.columns-3 .product-item,
	.product-items.columns-4 .product-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.include-item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.formJob-block .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.singleProduct-wrapper {
		padding-top: 75px;
	}
	.pageSimple-header {
		padding-top: 75px !important;
	}
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
