/*!
Theme Name: N-Fialka
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
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: nfialka
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.

N-Fialka 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=Lobster&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
	--container: 1140px;

	--text-size: 14px;
	--text-size-lg: 16px;
	--h1-size: 32px;
	--h2-size: 28px;
	--h3-size: 24px;
	--h4-size: 20px;
	--h5-size: 18px;
	--h6-size: 18px;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #646565;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #000000;
	transition: .25s;
}
a:hover {
	color: #c55fef;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin: 0;
}
/* 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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	font-weight: 700;
}
p, ul, ol, blockquote, .wp-caption, .gallery {
	margin: 0 0 15px;
}
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);
}
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;
}
iframe, video {
	max-width: 100%;
}


.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -15px;
}
.form-field {
	position: relative;
	margin-bottom: 15px;
	padding: 0 15px;
	flex: 0 0 100%;
	max-width: 100%;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="search"],
select,
textarea {
	width: 100%;
	outline: none;
	background: var(--white);
	border: 1px solid #d2d2d2;
	border-radius: 0px;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	padding: 9.5px 20px;
	min-height: 45px;
}
textarea {
	height: 120px;
}
.form-field-button {
	margin-bottom: 0;
}
.wpcf7-not-valid-tip {
	display: block;
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 15px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}



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


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9.5px 30px;
	text-align: center;
	border-radius: 0px;
	font-size: var(--text-size);
	font-family: 'Roboto', sans-serif;
	border: 1px solid transparent;
	font-weight: 400;
	line-height: 1.5;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.btn-primary {
	background: #c55fef;
	color: #ffffff;
	border-color: #c55fef;
}
.btn-primary:hover {
	background: #343434;
	color: #ffffff;
	border-color: #343434;
}


.heading {
	position: relative;
	margin-bottom: 15px;
}
.heading h2 {
	font-size: var(--h1-size);
	font-weight: 300;
	line-height: 1.2;
	color: #484747;
	margin-bottom: 0;
}



.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}



.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 20px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	flex-direction: column;
}
.soc-links li a svg {
	width: 16px;
	height: 16px;
}
.soc-links li a svg path {
	fill: #444444;
	transition: .25s;
}
.soc-links li a:hover svg path {
	fill: #c55fef;
}



.modal {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    /*transition: opacity .15s linear;*/
}
body.modal-open {
	overflow: hidden;
	/*padding-right: 17px;*/
}
.modal-dialog {
    position: relative;
    width: auto;
    max-width: calc(440px + 100px);
    margin: 1.75rem auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    padding: 35px;
    /*transition: transform .3s ease-out;*/
}
.modal-dialog.modal-lg {
	max-width: 1260px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    padding: 35px 40px 45px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    z-index: -1;
}
.modal-backdrop.show {
    opacity: .8;
    z-index: 1049;
}
.modal-title {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	margin-bottom: 23px;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/cancel.svg);
    mask-image: url(images/cancel.svg);
    background-color: var(--white);
    width: 20px;
    height: 20px;
    top: -30px;
    right: -30px;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: .25s;
    z-index: 9;
}
.modal-close:hover {
	background-color: var(--orange);
}




.owl-nav {
	position: relative;
	margin-top: 30px;
	display: flex;
	align-items: center;
	z-index: 9;
}
.owl-nav button {
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border: 1px solid #c55fef !important;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: .25s;
	z-index: 1;
}
.owl-nav button:last-child {
	margin-right: 0;
}
.owl-nav button:hover {
	background-color: #c55fef !important;
}
.owl-nav button.owl-prev {
	transform: rotate(90deg);
	left: 0;
}
.owl-nav button.owl-next {
	transform: rotate(-90deg);
	right: 0;
}
.owl-nav button: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: #c55fef;
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
	transition: .25s;
}
.owl-nav button:hover:after {
	background-color: #ffffff;
}



.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: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #ffffff;
}
.gallery-item * {
	height: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-2 .gallery-item {
	height: calc((var(--container) * .66 - 1 * 24px) / 2 / 1.38 );
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-3 .gallery-item {
	height: calc((var(--container) * .66 - 2 * 24px) / 3 / 1.38 );
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-4 .gallery-item {
	height: calc((var(--container) * .66 - 3 * 24px) / 4 / 1.38 );
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-5 .gallery-item {
	height: calc((var(--container) * .66 - 4 * 24px) / 5 / 1.38 );
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-6 .gallery-item {
	height: calc((var(--container) * .66 - 5 * 24px) / 6 / 1.38 );
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-7 .gallery-item {
	height: calc((var(--container) * .66 - 6 * 24px) / 7 / 1.38 );
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-8 .gallery-item {
	height: calc((var(--container) * .66 - 7 * 24px) / 8 / 1.38 );
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-columns-9 .gallery-item {
	height: calc((var(--container) * .66 - 8 * 24px) / 9 / 1.38 );
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.gallery-item:hover img {
	transform: scale(1.05);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


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

.header {
	position: relative;
	background: rgba(240, 228, 245, 1);
  background: -moz-linear-gradient(45deg, rgba(240, 228, 245, 1) 0%, rgba(209, 133, 245, 1) 50%, rgba(240, 228, 245, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(240, 228, 245, 1)), color-stop(50%, rgba(209, 133, 245, 1)), color-stop(100%, rgba(240, 228, 245, 1)));
  background: -webkit-linear-gradient(45deg, rgba(240, 228, 245, 1) 0%, rgba(209, 133, 245, 1) 50%, rgba(240, 228, 245, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(240, 228, 245, 1) 0%, rgba(209, 133, 245, 1) 50%, rgba(240, 228, 245, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(240, 228, 245, 1) 0%, rgba(209, 133, 245, 1) 50%, rgba(240, 228, 245, 1) 100%);
  background: linear-gradient(45deg, rgba(240, 228, 245, 1) 0%, rgba(209, 133, 245, 1) 50%, rgba(240, 228, 245, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e4f5', endColorstr='#f0e4f5', GradientType=1 );
  z-index: 9;
}
.topbar {
  position: relative;
  background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #e1e1e1;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
  box-shadow: inset 0 -1px 0 0 #fff;
  font-weight: 300;
  color: #444444;
  padding: 3px 0;
  z-index: 3;
}
.topbar a {
	color: #444444;
}
.topbar a:hover {
	color: #c55fef;
}
.topbar-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 36px;
}
.topbar-phone {
	display: flex;
	align-items: center;
}
.topbar-phone:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/phone-call.svg);
  mask-image: url(images/phone-call.svg);
  background-color: #444444;
  flex: 0 0 16px;
  max-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.topbar-phone p {
	position: relative;
	margin: 0 14px 0 0;
	z-index: 1;
}
.topbar-phone p:last-child {
	margin-right: 0;
}
.topbar-phone p:after {
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	right: -7px;
	background: #444444;
	z-index: 1;
}
.topbar-phone p:last-child:after {
	display: none;
}
.topbar-address {
	display: flex;
	align-items: center;
}
.topbar-address:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/address.svg);
  mask-image: url(images/address.svg);
  background-color: #444444;
  flex: 0 0 18px;
  max-width: 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.lang-menu li {
	position: relative;
	margin-right: 14px;
	z-index: 1;
}
.lang-menu li:last-child {
	margin-right: 0;
}
.lang-menu li:after {
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	right: -7px;
	background: #444444;
	z-index: 1;
}
.lang-menu li:last-child:after {
	display: none;
}
.lang-menu li a {
	text-transform: uppercase;
}
.lang-menu li.active a,
.lang-menu li:hover a {
	color: #c55fef;
}
.lang-menu li.active a {
	font-weight: 400;
}
.header-wrap {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 84px;
	padding: 20px 0;
	z-index: 1;
}
.header-wrap:after {
	content: '';
	background: url(images/header-bg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 382px;
	height: 220px;
	top: -60px;
	right: 0;
	z-index: -1;
}
.header-logo {
	margin-right: 100px;
}
.header-logo img {
	max-height: 80px;
}
.header-logo-text {
	flex: auto;
	max-width: 100%;
}
.header-logo-text p {
	font-size: calc(var(--h1-size) * 1.125);
	font-family: 'Lobster', sans-serif;
	margin-bottom: 0;
	line-height: 1.25;
}
.header-logo-text-2 {
	padding-left: 160px;
}
.main-navigation {
	position: relative;
	background: #565656;
	z-index: 98;
}
.main-navigation-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 8px 0;
}
.menu-toggle {
	display: none;
	align-items: center;
}
.menu-toggle button {
	display: flex;
	align-items: center;
	background: none;
	border: none;
	color: #ffffff;
	font-size: var(--text-size-lg);
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
	outline: none;
	padding: 7.5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	transition: .25s;
}
.menu-toggle button:hover,
.menu-toggle.active button {
	background: #c55fef;
}
.menu-toggle button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: #FFFFFF;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	transform: scale(-1, 1);
	margin-top: -2px;
	transition: .25s;
	z-index: 1;
}
.menu-toggle.active button:before {
	-webkit-mask-size: 16px;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
}
.main-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.main-menu > li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 20px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li:after {
	content: '';
	position: absolute;
  border-right: 1px solid #676767;
  background: #454545;
  width: 2px;
  height: 20px;
  right: -10px;
  top: calc(50% - 10px);
  z-index: -1;
}
.main-menu > li:last-child:after {
	display: none;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	padding: 0 10px;
	min-height: 34px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 4px;
}
.main-menu > li:hover > a,
.main-menu li.current-menu-item > a {
	background-color: #c55fef;
}
.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: #FFFFFF;
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	transition: .25s;
	z-index: 1;
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	width: 240px;
	background: #565656;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	margin: 0;
	padding: 8px 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.menu-item-has-children {
	padding-right: 10px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	padding: 3px 15px;
	display: block;
	color: #ffffff;
}
.main-menu ul li:hover > a {
	color: #c55fef;
}


.header-icons {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.header-icons-mobile {
	display: none;
}
.header-icons__item {
	position: relative;
	margin-right: 15px;
}
.header-icons__item:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.header-icons__item a {
	display: block;
	position: relative;
	display: flex;
	align-items: center;
	background: #c55fef;
	border-radius: 4px;
}
.header-icons__item a:hover {
	background: #444444;
}
.header-icons__item a:after {
	content: '';
	-webkit-mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #ffffff;
	flex: 0 0 34px;
	max-width: 34px;
	width: 34px;
	height: 34px;
	z-index: 1;
	transition: .25s;
}
.header-icons__item.header-account a:after {
	-webkit-mask-image: url(images/user.svg);
  mask-image: url(images/user.svg);
}
.header-icons__item.header-cart a:after {
	-webkit-mask-image: url(images/shopping-cart.svg);
  mask-image: url(images/shopping-cart.svg);
}
.header-icons__item-count {
	position: absolute;
	top: -2px;
	right: -3px;
	width: 16px;
	height: 16px;
	z-index: 2;
	background: #aaad75;
	border-radius: 50%;
	font-size: 10px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*.header-toggle {
	display: none;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	border-radius: 0;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--orange);
}*/


.page-header {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0;
	z-index: 1;
}
.page-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-title {
	flex: auto;
	max-width: 100%;
	margin-right: 30px;
	font-size: var(--h3-size);
	font-weight: 300;
	margin-bottom: 0;
}

.page-body {
	padding: 30px 0 80px;
}
.page-body-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-body-wrap.reverse {
	flex-direction: row-reverse;
}
.page-sidebar {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.page-content {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}


.widget {
	position: relative;	
	margin-bottom: 30px;
	padding: 25px;
	border: 1px solid #e1e1e1;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	font-size: calc(var(--h4-size) * 1.1);
	font-weight: 300;
	margin-bottom: 15px;
	color: #151515;
}
.widget ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.widget ul li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #e1e1e1;
	padding: 6px 0;
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul li a {
	color: #646565;
}
.widget ul li a:hover {
	color: #c55fef;
}
.tagcloud {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.tagcloud a {
  font-size: 12px !important;
  color: #646565;
  padding: 5px 10px;
  background: #fafafa;
  display: inline-block;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active {
  color: #fff;
  background: #81CFDC;
}

.widget .product_list_widget li {
	border: 0;
	padding: 0 0 20px;
	overflow: hidden;
}
.widget .product_list_widget li:last-child {
	padding-bottom: 0;
}
.widget .product_list_widget li img {
	width: 80px;
	float: left;
	margin-right: 15px;
    border: 3px solid #f5f5f5;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.widget .product_list_widget li:hover img {
	opacity: 1;
}
.widget .product_list_widget li .product-title {
	display: block;
	margin-bottom: 5px;
}
.widget .product_list_widget li .amount {
	font-size: 16px;
	color: #81cfdc;
}



.widget_price_filter .price_slider_wrapper {
    margin-top: 30px;
}
.widget_price_filter .btn {
	width: 100%;
}
.widget_price_filter .price_slider_amount {
    margin: 15px 0 0;
    position: relative;
}
.widget_price_filter .price_slider_amount .price_label {
	margin-bottom: 15px;
}
.widget_price_filter .ui-slider {
    text-align: left;
    margin: 0 5px;
    position: relative;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    height: 16px;
    width: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: none;
    background-color: #484747;
    border: 0;
    margin-top: -4px;
    margin-left: -5px;
    position: absolute;
    outline: none;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-of-type {
    margin: -4px 0 0 -10px;
}
.widget_price_filter .ui-widget-content {
    background-image: none;
    background-color: #f1f1f1;
    border: 0 none;
    color: #FFFFFF;
    height: 8px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    border: 0 none;
    background-image: none;
    background-color: #c55fef;
    display: block;
    height: 8px;
    position: absolute;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}




.heroSlider-section {
	margin-bottom: 35px;
}

.about-section {
	position: relative;
	padding: 50px 0;
	z-index: 1;
}
.about-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-left {
	flex: 0 0 calc(100% / 3 - 15px);
	max-width: calc(100% / 3 - 15px);
}
.about-image {
	text-align: center;
}
.about-image img {
	border: 6px solid #8d6dc4;
	border-radius: 50%;
}
.about-right {
	flex: 0 0 calc(100% / 3 * 2 - 15px);
	max-width: calc(100% / 3 * 2 - 15px);
}
.about-heading {
	font-weight: 400;
	font-family: 'Lobster', sans-serif;
	color: #484747;
}


.products-item {
	margin-bottom: 50px;
}
.products-item:last-child {
	margin-bottom: 0;
}
.products-heading {
	max-width: calc(100% - 90px);
}




ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
	padding: 0;
	list-style: none;
}
ul.products.owl-carousel  {
	margin: 0;
	display: block;
}
ul.products li {
	position: relative;
	margin: 0 0 30px;
	padding: 0 15px;
	z-index: 1;
}
ul.products.columns-8 li {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
ul.products.columns-7 li {
	flex: 0 0 calc(100% / 7);
	max-width: calc(100% / 7);
}
ul.products.columns-6 li {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
ul.products.columns-5 li {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
ul.products.columns-4 li {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
ul.products.columns-3 li {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
ul.products.columns-2 li {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
ul.products.columns-1 li {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
ul.products.owl-products li {
	padding: 1px;
	margin: 0;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	height: 100% !important;
}
.product-item__wrap {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #e1e1e1;
	transition: 1s;
	z-index: 1;
}
.product-item__wrap:hover {
	background: #fafafa;
}
.product-item__wrap .woocommerce-loop-product__link {
	display: block;
	height: 100%;
}
.product-item__image {
	position: relative;
	height: calc((var(--container) - 3 * 30px) / 4);
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	z-index: 1;
}
.product-item__image img {
	transition: 1s;
}
.product-item__wrap:hover .product-item__image img {
	transform: scale(1.05);
}
.product-item__info {
	position: relative;
	padding: 15px;
	z-index: 1;
}
.woocommerce-loop-product__title {
	font-size: var(--h5-size);
	font-weight: 300;
	padding: 7px 0;
	color: #484747;
	margin-bottom: 0;
	max-width: calc(100% - 65px);
}
.product-item__price {
	display: inline-block;
	max-width: calc(100% - 65px);
	font-size: var(--h4-size);
	color: #81cfdc;
}
.added_to_cart {
	display: none !important;
}
.product-item__action {
	position: absolute;
	bottom: 20px;
	right: 15px;
	z-index: 2;
}
.product-item__action a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #c55fef;
	border: 1px solid #C55fef;
}
.product-item__action a:hover {
	background: #FFFFFF;
}
.product-item__action a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
	background-color: #ffffff;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	transition: .25s;
}
.product-item__action a:hover:before {
	background-color: #c55fef;
}
.woocommerce ul.products li.product .product-item__action a.add_to_cart_button:before {
	-webkit-mask-image: url(images/shopping-cart.svg);
   mask-image: url(images/shopping-cart.svg);
}
.woocommerce ul.products li.product .product-item__action a.add_to_cart_button.loading {
	opacity: .3;
}
.woocommerce ul.products li.product .product-item__action a.add_to_cart_button.loading:before {
	-webkit-mask-size: 28px;
	-webkit-mask-image: url(images/loading.svg);
  mask-image: url(images/loading.svg);
}
.woocommerce ul.products li.product .product-item__action a.add_to_cart_button.added:before {
	-webkit-mask-image: url(images/check-alt.svg);
	mask-image: url(images/check-alt.svg);
}


.owl-products .owl-nav {
	position: absolute;
	top: -49px;
	right: 0;
	margin-top: 0;
}


.footer {
	position: relative;
	background: #393E45;
	color: #aeb4bc;
	z-index: 1;
}
.footer-top {
	position: relative;
	padding: 40px 0;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px -30px;
}
.footer-widget {
	position: relative;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
	z-index: 1;
}
.footer-widget-nav {
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-widget-title {
	font-size: var(--h6-size);
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 15px;
}
.footer-logo img {
	max-height: 80px;
}
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -10px;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	display: flex;
	align-items: center;
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
	margin: 0 0 10px;
}
.footer-menu li:before {
	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: #81cfdc;
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
	transform: rotate(-90deg);
	margin-right: 2px;
	transition: .25s;
}
.footer-menu li a {
	color: #aeb4bc;
}
.footer-menu li a:hover {
	color: #c55fef;
}
.footer-menu ul {
	display: none;
}
.footer-contacts {
	position: relative;
}
.footer-contacts p {
	display: flex;
	align-items: center;
	color: #aeb4bc;
	margin-bottom: 10px;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p a {
	color: #aeb4bc;
}
.footer-contacts p a:hover {
	color: #c55fef;
}
.footer-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #81cfdc;
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
	margin-right: 5px;
	transition: .25s;
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone-call.svg);
	mask-image: url(images/phone-call.svg);
}
.footer-contacts p.email:before {
	-webkit-mask-image: url(images/envelope.svg);
	mask-image: url(images/envelope.svg);
}
.footer-contacts p.address:before {
	-webkit-mask-size: 22px;
	-webkit-mask-image: url(images/address.svg);
	mask-image: url(images/address.svg);
}

.footer-bottom {
	position: relative;
	border-top: 1px solid #484e56;
	background: #24282e;
	padding: 12px 0;
	z-index: 1;
}
.copyright {
	color: #aeb4bc;
}
.copyright a {
	color: #aeb4bc;
}
.copyright a:hover {
	color: #c55fef;
}


.pageContacts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageContacts-left {
	flex: 0 0 33%;
	max-width: 33%;
}
.pageContacts-info {
	position: relative;
}
.pageContacts-info p {
	display: flex;
	align-items: center;
	font-size: calc(var(--text-size) * 1.25);
	margin-bottom: 10px;
	color: #343434;
}
.pageContacts-info p:last-child {
	margin-bottom: 0;
}
.pageContacts-info p a {
	color: #343434;
}
.pageContacts-info p a:hover {
	color: #c55fef;
}
.pageContacts-info p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #c55fef;
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	margin-right: 10px;
	transition: .25s;
}
.pageContacts-info p.phone:before {
	-webkit-mask-image: url(images/phone-call.svg);
	mask-image: url(images/phone-call.svg);
}
.pageContacts-info p.email:before {
	-webkit-mask-image: url(images/envelope.svg);
	mask-image: url(images/envelope.svg);
}
.pageContacts-info p.address:before {
	-webkit-mask-size: 28px;
	-webkit-mask-image: url(images/address.svg);
	mask-image: url(images/address.svg);
}
.pageContacts-right {
	flex: 0 0 calc(67% - 30px);
	max-width: calc(67% - 30px);
}
.pageContacts-right h1,
.pageContacts-right h2,
.pageContacts-right h3,
.pageContacts-right h4,
.pageContacts-right h5,
.pageContacts-right h6 {
	font-weight: 300;
}


.error-404-number {
	font-size: calc(var(--h1-size) * 8);
	text-align: center;
	line-height: 1;
	color: #c55fef;
	margin-bottom: 30px;
}
.error-404-btn {
	text-align: center;
}


.pageShop-top {
	position: relative;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce-result-count {
	margin-bottom: 0;
}

.woocommerce-pagination {
	position: relative;
	margin-top: 40px;
	text-align: right;
	z-index: 8;
}
.woocommerce-pagination .page-numbers {
    font-size: 13px;
    margin-right: 1px;
    display: inline-block;
    padding: 9px 15px;
    border-style: solid;
    border-width: 1px;
    color: #646565;
    border-color: #e1e1e1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.woocommerce-pagination ul.page-numbers {
    border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce-pagination li {
    list-style: none;
    display: inline-block;
}
.woocommerce-pagination i {
    font-size: 12px;
}
.woocommerce-pagination .page-links-title {
    float: left;
    padding: 10px 0;
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination a:hover {
	background: #e1e1e1;
	border-color: #e1e1e1;
}



.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProduct-wrap .images {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.singleProduct-wrap .images ul,
.singleProduct-wrap .images li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wpgis-slider-for {
	height: 405px;
	margin-bottom: 0;
}
.wpgis-slider-for .slick-slide > div > div {
	height: 405px;
}
.singleProduct-wrap .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.wpgis-slider-nav {
	height: 120px;
	margin: 15px -10px 0;
}
.singleProduct-singleImage .wpgis-slider-nav {
	display: none !important;
}
.wpgis-slider-nav .slick-slide {
	border: none;
}
.wpgis-slider-nav .slick-slide > div {
	margin: 0 10px;
}
.wpgis-slider-nav .slick-slide li {
	height: 120px;
}
.wpgis-slider-nav .slick-slide img {
	opacity: .5;
}
.wpgis-slider-nav .slick-slide.slick-current img {
	opacity: 1;
}
.singleProduct-wrap .summary {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.singleProduct-title {
	font-weight: 300;
	color: #222;
}
.singleProduct-price {
	font-size: var(--h3-size);
	color: #81cfdc;
}
.singleProduct-wrap form.cart {
	margin-bottom: 20px;
}
.singleProduct-wrap form.cart table.variations {
	width: 100%;
	display: block;
	padding: 0;
	margin-bottom: 15px;
}
.singleProduct-wrap form.cart table.variations tbody {
	width: 100%;
	display: block;
	padding: 0;
}
.singleProduct-wrap form.cart table.variations tr {
	width: 100%;
	display: block;
	padding: 0;
	margin-bottom: 15px;
}
.singleProduct-wrap form.cart table.variations tr:last-child {
	margin-bottom: 0;
}
.singleProduct-wrap form.cart table.variations th,
.singleProduct-wrap form.cart table.variations td {
	width: 100%;
	display: block;
	padding: 0;
}
.singleProduct-wrap form.cart table.variations th {
	margin-bottom: 10px;
	text-align: left;
}

.qib-container:not(#qib_id):not(#qib_id) {
	height: 42px;
	max-width: 120px;
	display: inline-flex !important;
	align-items: center;
	overflow: hidden;
}
.qib-button:not(#qib_id):not(#qib_id) {
	flex: 0 0 35px;
	width: 35px !important;
	max-width: 35px !important;
	height: 35px !important;
	background: none !important;
	border: 1px solid #e1e1e1 !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	color: #222 !important;
	font-size: 20px !important;
	outline: none !important;
	box-shadow: none;
	cursor: pointer;
	transition: .25s !important;;
}
.qib-button:hover:not(#qib_id):not(#qib_id) {
	background: #e1e1e1 !important;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
	flex: auto;
	max-width: 100% !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	width: 100% !important;
	height: 100% !important;
	font-size: 20px !important;
	font-weight: 400;
	border: none !important;
}
form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
	margin-left: 20px !important;
	outline: none !important;
	box-shadow: none !important;
	min-width: auto;
}
.singleProduct-wrap .product_meta > * {
	display: block;
	margin-bottom: 5px;
}
.singleProduct-wrap .product_meta > *:last-child {
	margin-bottom: 0;
}




.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info {
	padding: 20px;
	background: #e1e1e1;
	border-radius: 0px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info {
	display: block;
}
.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;
}



.woocommerce-tabs {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	overflow: hidden;
	margin-top: 50px;
	z-index: 1;
}
.woocommerce-tabs ul.tabs {
	position: relative;
	margin: 0 0 -1px;
	padding: 0;
	list-style: none;
	display: flex;
}
.woocommerce-tabs ul.tabs li {
	margin-right: 15px;
}
.woocommerce-tabs ul.tabs li:last-child {
	margin-right: 0;
}
.woocommerce-tabs ul.tabs li a {
	display: block;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	color: #222222;
	text-align: center;
	font-size: var(--h5-size);
	font-weight: 500;
	padding: 10.5px 24px;
}
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a {
	background: #c55fef;
	color: #ffffff;
}


.woocommerce-Tabs-panel {
	position: relative;
	padding: 30px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.woocommerce-Tabs-panel--additional_information {
	padding: 0 !important;
}
.woocommerce-product-attributes {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	position: relative;
	padding: 15px 30px;
}
.woocommerce-product-attributes th {
	text-align: left;
	width: 35%;
}
.woocommerce-product-attributes tr:nth-child(2n) th,
.woocommerce-product-attributes tr:nth-child(2n) td {
  	background: #f5f5f5;
}


.related.products,
.upsells.products {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 50px;
}





/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom: 36px;
	font-size: var(--h5-size);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.pageCart-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageCart-left {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}
.pageCart-right {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.pageCartTableProducts {
	width: 100%;
	border-collapse: collapse;
}
.pageCartTableProducts th,
.pageCartTableProducts td {
	padding: 14px 15px;
}
.pageCartTableProducts th {
	color: #646464;
	font-weight: 400;
}
.pageCartTableProducts td {
	border-top: 1px solid #e1e1e1;
}
.pageCartTableProducts th:first-child,
.pageCartTableProducts td:first-child {
	padding-left: 0;
}
.pageCartTableProducts th:last-child,
.pageCartTableProducts td:last-child {
	padding-right: 0;
}
.pageCartTableProducts-image {
	width: 80px;
	height: 80px;
	border: 2px solid #e1e1e1;
}
.pageCartTableProducts-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pageCartTableProducts .product-name {
	text-align: left;
}
.pageCartTableProducts .product-name a {
	font-weight: 300;
	font-size: var(--text-size-lg);
}
.pageCartTableProducts .product-quantity {
	min-width: 150px;
}
.pageCartTableProducts .product-remove a {
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	background-color: red;
	width: 28px;
	height: 28px;
	display: block;
}
.pageCartTableProducts .product-remove a:hover {
	background-color: #c55fef;
}
.pageCartTableProducts tbody .product-subtotal {
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	color: #222222;
	font-size: var(--text-size-lg);
}
.pageCartTableProducts .coupon {
	display: flex;
	max-width: 480px;
}
.pageCartTableProducts .coupon button {
	flex: 0 0 auto;
	margin-left: 10px;
}



.cart-collaterals {
	position: sticky;
	top: 0;
	z-index: 9;
}
.pageCartTotals {
	background: #f9f9f9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pageCartTotals > h2 {
	font-size: var(--h5-size);
	padding: 20px 20px 0;
	margin-bottom: 10px;
}
.cart_totals table {
	width: 100%;
	border-collapse: collapse;
}
.cart_totals table tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 14px 20px;
}
.cart_totals table tr:last-child {
	border-bottom: none;
}
.cart_totals table th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: #999;
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.cart_totals table td {
	padding: 0;
	display: block;
}
.cart_totals table tr.cart-subtotal td {
	font-size: var(--h6-size);
}
.cart_totals table tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 700;
}
.checkout-button {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-shipping-destination {
	display: none !important;
}
.woocommerce-shipping-methods,
.wc_payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-shipping-methods li,
.wc_payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
.woocommerce-shipping-methods li:last-child,
.wc_payment_methods li:last-child {
	margin-bottom: 0;
}
.woocommerce-shipping-methods li input,
.wc_payment_methods li input {
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.woocommerce-shipping-methods li label,
.wc_payment_methods li label {
	flex: 0 0 calc(100% - 16px - 10px);
	max-width: calc(100% - 16px - 10px);
	font-weight: 600;
	cursor: pointer;
}
/*------- Cart End ----------*/



/*---------- Checkout Start ------------*/
.pageCheckout-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.pageCheckout-left {
	flex: 0 0 calc(60% - 15px);
	max-width: calc(60% - 15px);
}
.pageCheckout-right {
	flex: 0 0 calc(40% - 15px);
	max-width: calc(40% - 15px);
	background: #f9f9f9;
}
.woocommerce-billing-fields {
	margin-bottom: 30px;
}
.woocommerce-billing-fields > h3,
.wcus-checkout-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-checkout-payment > h3,
.pageLogin-left > h2,
.pageLogin-right > h2,
.woocommerce-Address-title > h3,
.woocommerce-MyAccount-content form > h3,
.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: var(--h5-size);
	font-weight: 300;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.form-row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.form-row-first,
.form-row-last {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.form-row > label {
	color: #999999;
	display: block;
	line-height: 1.25;
	width: 100%;
	margin-bottom: 5px;
}
.form-row > label span.optional {
	display: none;
}
.form-row > label abbr {
	color: red;
}
#billing_country_field,
#oplata_country_field {
	display: none;
}
.wcus-checkout-fields {
	margin-top: 10px;
}

#order_review_heading {
	padding: 20px 20px 0;
	margin-bottom: 10px;
}
.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	display: block;
	margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table thead th {
	color: #999;
	font-weight: 400;
	padding: 14px 20px;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
}
.woocommerce-checkout-review-order-table tbody td {
	padding: 14px 20px;
	border-bottom: 1px solid #e1e1e1;
}
.woocommerce-checkout-review-order-table tbody td:first-child {
	width: 65%;
}
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}
.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 14px 20px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
	border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: #999;
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h6-size);
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 700;
}

.woocommerce-checkout-payment {
	padding: 0 20px 14px;
}
.wc_payment_methods {
	margin-bottom: 30px;
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	font-size: var(--text-size-sm);
	color: #999;
	margin-bottom: 20px !important;
}
.woocommerce-privacy-policy-text a,
.checkout-policy a {
	text-decoration: underline;
}
/*-------- Checkout End -----------*/



.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);
	background: #f9f9f9;
	padding: 30px;
}


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

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin-bottom: 10px;
}
.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;
	background: #f9f9f9;
	padding: 15px 20px;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: #c55fef;
	color: #ffffff;
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 240px - 30px);
	margin-left: 30px;
}






.woocommerce-orders-table,
.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	border: 1px solid #e1e1e1;
	padding: 14px 20px;
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	background: #f9f9f9;
}

a.edit {
	color: red;
	display: inline-block;
	margin-bottom: 10px;
}

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

.woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-EditAccountForm fieldset {
	flex: 0 0 100%;
	max-width: 100%;
}



.woocommerce-thankyou-order-received {
	font-size: var(--h4-size);
	font-weight: 700;
	text-align: center;
	color: #c55fef;
}
.woocommerce-thankyou-order-details {
	margin: 0 0 30px;
	padding: 30px 30px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
}
.woocommerce-thankyou-order-details li {
	flex: auto;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.woocommerce-thankyou-order-details li:last-child {
	margin-right: 0;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
}




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

		--text-size: 14px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	.header-wrap {
		min-height: 80px;
		padding: 12px 0;
	}
	.header-logo {
		margin-right: 30px;
	}
	.header-wrap:after {
	    width: 320px;
	    height: 185px;
	    top: -30px;
	    right: -25px;
	}
	.header-logo-text-2 {
		padding-left: 95px;
	}
	.main-menu > li {
		margin-right: 12px;
	}
	.main-menu > li:after {
		right: -6px;
	}
	.main-menu > li > a {
		padding: 0 4px;
	}
	.wpgis-slider-for,
	.wpgis-slider-for .slick-slide > div > div {
		height: 320px;
	}
	.widget .product_list_widget li img {
		width: 60px;
	}
	.page-header {
		padding: 24px 0;
	}
}



@media (max-width: 991px) {
	:root {
		--container: 690px;

		--text-size: 14px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	.header-wrap:after {
		display: none;
	}
	.header-logo-text {
		text-align: right;
	}
	.menu-toggle {
		display: flex;
		order: 1;
	}
	.main-navigation {
		/*position: sticky;
		top: 0;*/
	}
	.main-navigation-wrap {
		height: auto;
		min-height: 50%;
		flex-wrap: wrap;
	}
	.header-icons {
		order: 2;
	}
	.main-menu {
		display: none;
		order: 3;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 15px;
		flex-direction: column;
	}
	.main-menu > li {
		flex-wrap: wrap;
		margin-right: 0;
		width: 100%;
		margin-bottom: 8px;
	}
	.main-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu > li:after {
		right: 0;
		top: auto;
		bottom: -4px;
		width: 100%;
		height: 2px;
		border-right: 0;
		border-bottom: 1px solid #676767;
	}
	.main-menu > li > a {
		padding: 10px 15px;
		min-height: auto;
		width: 100%;
		order: 1;
	}
	.main-menu > li.menu-item-has-children > a {
		flex: 0 0 calc(100% - 36px - 4px);
		max-width: calc(100% - 36px - 4px);
	}
	.main-menu > li.menu-item-has-children > a:after {
		display: none;
	}
	.main-menu-chevrone {
		content: '';
		-webkit-mask-size: 24px;
		-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: #FFFFFF;
		flex: 0 0 36px;
		max-width: 36px;
		width: 36px;
		height: 36px;
		margin-left: 4px;
		transition: .25s;
		cursor: pointer;
		order: 2;
		z-index: 1;
	}
	.main-menu > li.menu-item-has-children.active > .main-menu-chevrone {
		transform: rotate(180deg);
	}
	.main-menu ul {
		order: 3;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.main-menu li:hover > ul {
		display: none;
	}
	.main-menu ul li a {
		width: 100%;
		padding: 8px 15px;
	}
	.page-body-wrap,
	.page-body-wrap.reverse {
		flex-direction: column-reverse;
	}
	.page-content {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 40px;
	}
	.heroSlider-section {
    	margin-bottom: 0;
	}
	.product-item__image {
		height: calc((var(--container) - 2 * 30px) / 3);
	}
	.footer-wrap {
		margin: 0;
		flex-direction: column;
		align-items: center;
	}
	.footer-widget {
		padding: 0;
		flex: auto;
		max-width: 100%;
		text-align: center;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer-menu li {
		justify-content: center;
	}
	.copyright {
		text-align: center;
	}

	.pageContacts-wrap {
		flex-direction: column;
	}
	.pageContacts-left {
		flex: auto;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pageContacts-info p {
		font-size: var(--text-size-lg);
	}
	.pageContacts-right {
		flex: auto;
		max-width: 100%;
	}


	.pageCart-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pageCart-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pageCheckout-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pageCheckout-right { 
		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-navigation ul li a {
		justify-content: center;
	}
	.woocommerce-MyAccount-content {
		float: none;
		margin: 0;
		width: 100%;
	}
}


@media (max-width: 767px) {
	:root {
		--container: 510px;

		--text-size: 14px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	.topbar {
		padding: 8px 0;
	}
	.topbar-wrap {
		flex-direction: column;
	}
	.topbar-wrap > * {
		margin-bottom: 8px !important;
	}
	.topbar-wrap > *:last-child {
		margin-bottom: 0 !important;
	}
	.header-logo-text-2 {
		padding-left: 0;
	}
	.header-logo-text p {
		font-size: var(--h1-size);
	}
	.header-logo img {
		max-height: 60px;
	}
	.about-wrap {
		justify-content: center;
	}
	.about-left {
		flex: 0 0 100%;
		max-width: 240px;
		margin-bottom: 30px;
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-item__image {
        height: calc((var(--container) - 1* 30px) / 2);
    }
    ul.products.columns-3 li,
    ul.products.columns-4 li {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .pageShop-top {
    	flex-direction: column;
    	align-items: flex-start;
    }
    .woocommerce-result-count {
    	margin-bottom: 15px;
    	width: 100%;
    }
    .woocommerce-ordering {
    	width: 100%;
    }
    .singleProduct-wrap .images {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 30px;
	}
	.wpgis-slider-for, .wpgis-slider-for .slick-slide > div > div {
		height: var(--container);
	}
	.singleProduct-wrap .summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.error-404-number {
    	font-size: calc(var(--h1-size) * 6);
	}


	.pageCartTableProducts,
	.woocommerce-orders-table {
		display: block;
		width: 100%;
	}
	.pageCartTableProducts thead,
	.woocommerce-orders-table thead {
		display: none;
	}
	.pageCartTableProducts tbody,
	.woocommerce-orders-table tbody {
		display: block;
		width: 100%;
	} 
	.pageCartTableProducts tbody tr,
	.woocommerce-orders-table tbody tr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #e1e1e1;
		padding: 15px 0;
	}
	.pageCartTableProducts tbody td,
	.woocommerce-orders-table tbody td {
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		padding: 0;
		border: none;
	}
	.woocommerce-orders-table tbody td {
		margin-bottom: 5px;
	}
	.woocommerce-orders-table tbody td:last-child {
		margin-bottom: 0;
	}
	.pageCartTableProducts tbody td.product-thumbnail {
		flex: 0 0 110px;
		max-width: 110px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts-image {
		margin: auto;
	}
	.pageCartTableProducts tbody td.product-name {
		flex: 0 0 calc(100% - 110px);
		max-width: calc(100% - 110px);
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts tbody td.product-quantity {
		flex: 0 0 110px;
		max-width: 110px;
		min-width: 110px;
	}
	.pageCartTableProducts tbody td.product-subtotal {
		flex: 0 0 calc(100% - 110px - 50px);
		max-width: calc(100% - 110px - 50px);
		padding: 0 15px;
	}
	.pageCartTableProducts tbody td.product-remove {
		flex: 0 0 50px;
		max-width: 50px;
	}
	.pageCartTableProducts .product-remove a {
		margin-left: auto;
	}

	.pageCartTableProducts .coupon {
		display: block;
	}
	.pageCartTableProducts .coupon button {
		max-width: 100%;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
}



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

		--text-size: 14px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	.header-logo {
        margin-right: 20px;
    }
    .header-logo img {
        max-height: 50px;
    }
	.header-logo-text p {
		font-size: var(--h3-size);
	}
	.product-item__info {
		padding: 10px;
	}
	.product-item__action {
		right: 10px;
	}
	.woocommerce-loop-product__title {
		max-width: calc(100% - 45px);
	}
	.product-item__price {
		max-width: calc(100% - 45px);
		font-size: var(--h5-size);
	}
	.widget {
		padding: 15px;
	}
	.footer-menu li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-logo img {
    	max-height: 60px;
	}

	ul.products {
		margin: 0 -10px -25px;
	}
	ul.products li {
		margin: 0 0 25px;
		padding: 0 10px;
	}
	.woocommerce-pagination .page-numbers {
		padding: 7px 11px;
	}
	.page-header-wrap {
		flex-direction: column;
	}
	.page-title {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}




/**
 * 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%}