/*!
Theme Name: Oliva
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: oliva
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.

Oliva 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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1916px;
	--gap: 24px;

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

	--white: #FFFFFF;
	--black: #212529;
	--green: #204a20;
	--green-2: #2e582e;
	--green-3: #0d4b20;
	--green-4: #1c421c;
	--green-5: #288d08;
	--green-6: #1a6c00;
	--grey: #6b6b6b;
	--red: #af1112;
	--red-2: #8c0c0c;
	--grey-light: #f9f9f9;
	--grey-light-2: #c9c9c9;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-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;
	line-height: 1.5;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--green);
	transition: .5s;
}
a:hover {
	text-decoration: none;
	color: var(--green-2);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover-span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: var(--gap) 0 calc(var(--gap) / 1.5);
	line-height: 1.25;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
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 {
	margin: 0 0 calc(var(--gap) / 1.5);
}
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 {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) / -1);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 2);
	margin-bottom: var(--gap);
}
.form-field-33 {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field > label {
	font-size: var(--text-size);
	color: var(--grey);
	display: block;
	width: 100%;
	margin-bottom: calc(var(--gap) / 8);
}
::-webkit-input-placeholder {
	color: rgba(36, 36, 36, .6);
}
::-moz-placeholder {
	color: rgba(36, 36, 36, .6);
}
:-ms-input-placeholder {
	color: rgba(36, 36, 36, .6);
}
:-moz-placeholder {
	color: rgba(36, 36, 36, .6);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--grey-light-2);
	color: var(--black);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: calc(var(--gap) / 3) calc(var(--gap) / 2);
	height: 50px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 90px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 16px;
}




.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--gap);
	padding-right: var(--gap);
}
.section {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	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: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.w-100 {
	width: 100% !important;
}


.heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 1.5);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	color: var(--green-3);
	font-size: var(--h1-size);
	margin: 0;
}
.heading.white h2 {
	color: var(--white);
}



.btn,
.single_buy_now {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: calc(var(--gap) / 6);
	font-size: var(--text-size);
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: none;
	padding: calc(var(--gap) / 3) calc(var(--gap) * 1.5);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	min-height: 50px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn.disabled {
	opacity: .5;
	cursor: not-allowed;
}
.btn.btn-sm {
	min-height: 40px;
	padding: calc(var(--gap) / 3) var(--gap);
}
.btn-primary {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--green-2);
	border-color: var(--green-2);
	color: var(--white);
}
.btn-secondary,
.single_buy_now {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-secondary:hover,
.single_buy_now:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
.btn.btn-link {
	font-weight: 500;
	text-transform: none;
	min-height: inherit;
	padding: 0;
	color: var(--green);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
	text-decoration-style: dashed;
}
.btn.btn-link:hover {
	color: var(--green-2);
}



.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: calc(var(--gap) * 1.5);
	gap: calc(var(--gap) / 2.5);
}
.swiper-pagination-bullet {
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px !important;
	height: 16px !important;
	background: var(--grey-light) !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}
.swiper-pagination-bullet-active {
	background: var(--red) !important;
}


button.swiper-navigation {
	position: absolute;
	top: calc(50% - 18px);
	width: 50px;
	height: 50px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--green-5);
	outline: none;
	padding: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	transition: .5s;
}
button.swiper-navigation.prev {
	left: -40px;
	transform: rotate(90deg);
}
button.swiper-navigation.next {
	right: -40px;
	transform: rotate(-90deg);
}
.swiper:hover button.swiper-navigation.prev,
.swiper-initialized:hover button.swiper-navigation.prev {
	left: var(--gap);
	opacity: 1;
}
.swiper:hover button.swiper-navigation.next,
.swiper-initialized:hover button.swiper-navigation.next {
	right: var(--gap);
	opacity: 1;
}
button.swiper-navigation:hover {
	background-color: var(--green-6);
}
button.swiper-navigation:disabled {
	background-color: rgba(0, 0, 0, .15);
	cursor: no-drop;
}
button.swiper-navigation:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down-alt2.svg);
	mask-image: url(images/arrow-down-alt2.svg);
	background-color: var(--white);
	transition: .5s;
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgba(0, 0, 0, .45);
	position: absolute;
	opacity: 0;
	transition: .5s;
	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);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px var(--gap) var(--gap);
	transition: .5s;
	overflow: auto;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--green);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
	text-transform: uppercase;
}
.mobile-menu + .mobile-menu {
	border-top: 1px solid var(--grey-light-2);
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--grey-light-2);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--black);
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--green);
}
.mobile-menu-toggle {
	order: 2;
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down-alt2.svg);
	mask-image: url(images/arrow-down-alt2.svg);
	background-color: var(--black);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle {
	background-color: var(--green);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle {
	background-color: var(--green);
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	list-style: none;
	text-transform: none;
	z-index: 9;
}
.modal-mobile .pageContacts-info {
	flex: auto;
	max-width: 100%;
	margin-top: calc(var(--gap) * 2);
	justify-content: flex-end;
	text-align: center;
	align-items: center;
}


.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: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) + 2px) calc(var(--gap) / -2) 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: calc(var(--gap) * -1);
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 calc(var(--gap));
	padding: 0 calc(var(--gap) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-item > * {
	overflow: hidden;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}


.search-form {
	--search-form-height: 50px;
	height: var(--search-form-height);
	background: var(--grey-light);
	display: flex;
	gap: calc(var(--gap) / 6);
	padding: 0 calc(var(--gap) / 2) 0 calc(var(--gap) / 4);
}
/*.search-form select {
	width: 180px;
	flex: 0 0 180px;
	max-width: 180px;
	height: auto;
	background: none;
	border: none;
	padding: 0 calc(var(--gap) / 2);
}
.search-form-line {
	flex: 0 0 1px;
	max-width: 1px;
	height: calc(var(--search-form-height) - 10px);
	background: var(--grey);
	margin-top: 5px;
	opacity: .2;
}*/
.search-form input {
	width: auto;
	flex: auto;
	max-width: 100%;
	min-width: 240px;
	height: auto;
	background: none;
	border: none;
	padding: 0 calc(var(--gap) / 2);
}
.search-form button {
	background: url(images/search.svg) no-repeat center;
	background-size: 22px;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.search-form button:hover {
	transform: scale(1.05);
}






.wrapper {
	position: relative;
	z-index: 1;
}
.topbar {
	position: relative;
	background: var(--green-3);
	color: var(--white);
	z-index: 92;
}
.topbar-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: calc(var(--gap) / 1.5);
	height: 50px;
	font-size: var(--text-size-sm);
}
.topbar-menu li {
	position: relative;
	z-index: 1;
}
.topbar-menu li a {
	padding: 0 calc(var(--gap) / 1.5);
	color: var(--white);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
	text-decoration: none;
}
.topbar-menu > li > a {
	height: 100%;
}
.topbar-menu li a:hover,
.topbar-menu li.current-menu-item > a {
	background: var(--green-4);
}
.topbar-menu li.menu-item-soc .menu-title {
	display: none;
}
.topbar-menu li .menu-image img {
	max-width: 16px;
	max-height: 16px;
}
.topbar-menu li.menu-item-soc .menu-image img {
	max-width: 20px;
	max-height: 20px;
}
.topbar-menu > li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: var(--yellow);
	left: 0;
	bottom: 0;
	transition: .5s;
	z-index: -1;
}
.topbar-menu > li:hover:after,
.topbar-menu > li.current-menu-item:after {
	width: 100%;
}
.topbar-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down-alt2.svg);
	mask-image: url(images/arrow-down-alt2.svg);
	background-color: var(--white);
	margin-left: -4px;
	transition: .5s;
}
.topbar-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.topbar-menu ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) / -1.5);
	margin: 0;
	padding: calc(var(--gap) / 6) 0;
	list-style: none;
	background: var(--green-3);
	width: max-content;
	max-width: 280px;
	min-width: 100%;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.topbar-menu > li:last-child > ul {
	left: auto;
	right: calc(var(--gap) / -1.5);
}
.topbar-menu li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.topbar-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
.topbar-menu ul li:last-child {
	border-bottom: none;
}
.topbar-menu ul li a {
	padding-top: calc(var(--gap) / 3);
	padding-bottom: calc(var(--gap) / 3);
	display: flex;
	align-items: center;
	color: var(--white);
	text-transform: none;
}
.topbar-menu ul li.menu-item-has-children > a:after,
.topbar-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.topbar-menu ul ul {
	top: calc(var(--gap) / 1.5);
	left: 100%;
}

.header {
	position: relative;
	height: 100px;
	background: url(images/header.jpg) no-repeat center bottom;
	background-size: cover;
	z-index: 1;
}
.header:before {
	content: '';
	background: var(--white);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .55;
	z-index: -1;
}
.header-wrap {
	display: flex;
	align-items: center;
	gap: var(--gap);
	height: 100px;
}
.header-logo {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.header-logo img {
	max-height: 90px;
}
.header-contacts {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	display: flex;
	align-items: center;
	gap: var(--gap);
}
.header-contacts-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 8);
}
.header-contacts p {
	margin: 0;
	display: flex;
	font-size: var(--h6-size);
	color: var(--green-5);
	text-shadow: 0 1px 1px var(--white), 0 1px 1px var(--white), 0 1px 1px var(--white), 0 1px 1px var(--white);
}
.header-contacts p a {
	color: var(--green-5);
	text-decoration: none;
}
.header-contacts p a:hover {
	color: var(--green-3);
}
.header-contacts-value {
	display: inline-flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
}
.header-contacts-value:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.header-contacts p.schedule .header-contacts-value:before {
	background-image: url(images/clock.svg);
}
.header-contacts p.kyivstar .header-contacts-value:before {
	background-image: url(images/kyivstar.svg);
	background-size: 20px;
	background-position: center 10%;
}
.header-contacts p.vodafone .header-contacts-value:before {
	background-image: url(images/vodafone.svg);
	background-size: 16px;
}

.headerNav {
	position: sticky;
	top: 0;
	background: var(--green-5);
	color: var(--white);
	z-index: 91;
}
.admin-bar .headerNav {
	top: 32px;
}
.headerNav:after {
	content: '';
	background: var(--red);
	position: absolute;
	width: calc((100% - var(--container)) / 2 + var(--gap));
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}
.headerNav-wrap {
	display: flex;
	height: 50px;
}
.header-toggle {
	display: flex;
	align-items: center;
	margin-right: calc(var(--gap) / 2);
}
.header-toggle button {
	-webkit-mask-size: 32px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--white);
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	color: var(--grey-light);
}
.main-menu {
	flex: auto;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	gap: calc(var(--gap) / 2);
	margin: 0 calc(var(--gap) * 2) 0 0;
	padding: 0;
	list-style: none;
	height: 100%;
}
.main-menu li {
	position: relative;
	z-index: 1;
}
.main-menu li a {
	padding: 0 var(--gap);
	color: var(--white);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
	text-decoration: none;
}
.main-menu > li > a {
	height: 100%;
}
.main-menu li a:hover,
.main-menu li.current-menu-item > a {
	background: var(--green-6);
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down-alt2.svg);
	mask-image: url(images/arrow-down-alt2.svg);
	background-color: var(--white);
	margin-left: -4px;
	transition: .5s;
}
.main-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: calc(var(--gap) / 6) 0;
	list-style: none;
	background: var(--green-5);
	width: max-content;
	max-width: 280px;
	min-width: 100%;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.main-menu > li:last-child > ul {
	left: auto;
	right: calc(var(--gap) / -1.5);
}
.main-menu li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.main-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
.main-menu ul li:last-child {
	border-bottom: none;
}
.main-menu ul li a {
	padding: calc(var(--gap) / 3) calc(var(--gap) / 1.5);
	display: flex;
	align-items: center;
	color: var(--white);
	text-transform: none;
}
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.main-menu ul ul {
	top: calc(var(--gap) / 1.5);
	left: 100%;
}
.header-search {
	flex: 0 0 auto;
	min-width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header-cart a {
	position: relative;
	padding: 0 var(--gap);
	height: 100%;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.5);
	background: var(--red);
	color: var(--white);
	font-weight: 600;
	text-decoration: none;
	z-index: 1;
}
.header-cart a:hover {
	background: var(--red-2);
}
.header-cart a:before {
	content: '';
	background: url(images/cart.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
}
.header-cart-count {
	position: absolute;
	left: calc(var(--gap) + 20px - 5px);
	top: 9px;
	background: var(--red-2);
	color: var(--white);
	font-size: 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}




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




.footer {
	position: relative;
	background: #313131;
	color: var(--white);
	padding: 50px 0;
	z-index: 1;
}
.footer a {
	color: var(--white);
	text-decoration: none;
}
.footer a:hover {
	color: var(--green-5);
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.footer-widget {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 calc(var(--gap));
	padding: 0 calc(var(--gap) / 2);
}
.footer-logo {
	max-width: 200px;
}
.footer-contacts {
	margin-bottom: calc(var(--gap));
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2.5);
}
.footer-contacts:last-child {
	margin-bottom: 0;
}
.footer-contacts p {
	margin: 0;
	display: flex;
}
.footer-contacts-value {
	display: inline-flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
}
.footer-contacts-value:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-contacts p.none .footer-contacts-value:before {
	display: none;
}
.footer-contacts p.schedule .footer-contacts-value:before {
	background-image: url(images/clock.svg);
}
.footer-contacts p.kyivstar .footer-contacts-value:before {
	background-image: url(images/kyivstar.svg);
	background-size: 20px;
	background-position: center 10%;
}
.footer-contacts p.vodafone .footer-contacts-value:before {
	background-image: url(images/vodafone.svg);
	background-size: 16px;
}
.footer-bottom {
	position: relative;
	background: #1f1f1f;
	padding: 10px 0;
	font-size: var(--text-size-sm);
	color: var(--white);
	z-index: 1;
}
.footer-bottom a {
	color: var(--white);
	text-decoration: none;
}
.footer-bottom a:hover {
	color: var(--green-5);
}
.footer-bottom-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--gap);
}
.copyright {
	margin: 0;
}
.footer-payments {
	background: var(--white);
	padding: calc(var(--gap) / 6);
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 5);
}
.footer-payments li img {
	max-width: 40px;
	max-height: 24px;
}



.page-wrap {
	display: flex;
	gap: var(--gap);
}
.page-sidebar {
	flex: 0 0 calc(20% - var(--gap) / 2);
	max-width: calc(20% - var(--gap) / 2);
}
.page-body {
	flex: 0 0 calc(80% - var(--gap) / 2);
	max-width: calc(80% - var(--gap) / 2);
}
.page-header {
	padding-bottom: calc(var(--gap) * 1);
}
.page-breadcrumbs {
	margin-bottom: 0;
	color: var(--grey);
	font-size: var(--text-size-sm);
}
.page-breadcrumbs a {
	color: var(--grey);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: var(--black);
}
.page-title {
	margin: calc(var(--gap) / 6) 0 0;
	font-size: var(--h1-size);
}
.page-title:first-child {
	margin-top: 0;
}


.filter-button .btn {
	width: 100%;
}
.filter-button .btn:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/filter_alt.svg);
	mask-image: url(images/filter_alt.svg);
	background-color: var(--white);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	transition: .5s;
}

.widget-area {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.single-product .widget-area {
	position: sticky;
	top: 60px;
	z-index: 1;
}
.admin-bar.single-product .widget-area {
	top: calc(60px + 32px);
}
.widget,
.berocket_single_filter_widget {
	position: relative;
	background: var(--grey-light);
	padding: var(--gap);
	z-index: 1;
}
.widget-title,
.bapf_head h3 {
	font-size: var(--h5-size);
	font-weight: 600;
	margin-bottom: var(--gap);
}
.product-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-categories li:not(:last-child) {
	margin-bottom: calc(var(--gap) / 3);
	padding-bottom: calc(var(--gap) / 3);
	border-bottom: 1px solid #f1f1f1;
}
.product-categories li a {
	color: var(--grey);
	text-decoration: none;
}
.product-categories li a:hover,
.product-categories li.current-cat > a {
	color: var(--green-2);
}
.product-categories li.current-cat > a {
	font-weight: 600;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.bapf_from,
.bapf_to {
	font-size: var(--text-size-sm);
	color: var(--grey);
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: var(--grey-light-2);
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
	background: var(--green-5);
	border: none !important;
	outline: none;
}
.bapf_sfilter.bapf_ckbox_sqchck ul {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 3);
}
.bapf_sfilter.bapf_ckbox_sqchck ul li {
	display: flex;
	gap: calc(var(--gap) / 2.5);
	color: var(--black);
	line-height: 1.2;
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox] {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin: 0 !important;
	border: 2px solid var(--grey-light-2);
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox]:checked {
	border-color: var(--green);
	background: var(--green);
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom-color: var(--white);
	border-right-color: var(--white);
	top: 1px;
    left: 5px;
    width: 6px;
    height: 11px;
}
.bapf_hideckbox ul {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 4);
}
.bapf_hideckbox ul li label {
	border: 1px solid var(--grey-light-2);
	background: var(--white);
	color: var(--black);
	padding: calc(var(--gap) / 4) calc(var(--gap) / 2.5);
	display: block !important;
	transition: .5s;
}
.bapf_hideckbox ul li label:hover,
.bapf_hideckbox ul li.checked label {
	background: var(--green);
	border-color: var(--green);
	color: var(--white);
}




.categoriesNav-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 3);
	margin: 0;
	padding: 0;
	list-style: none;
}
.categoriesNav-items li a {
	display: inline-block;
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.5);
	border: 1px solid var(--grey-light-2);
	color: var(--black);
	text-decoration: none;
}
.categoriesNav-items li a:hover {
	color: var(--white);
	background: var(--green);
}



.heroSlider-item {
	height: calc((var(--container) - var(--gap) * 2) / 2.2);
	max-height: 860px;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.heroSlider-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.heroSlider-item__bg:after {
	content: '';
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.08);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}
.heroSlider-item__wrap {
	padding: 0 0 calc(var(--gap) * 2) calc(var(--gap) * 3);
	max-width: 50%;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 1.5);
}
.heroSlider-item__content {
	font-size: var(--h3-size);
	color: var(--grey-light);
}
.heroSlider-item__content > * {
	margin-top: 0;
}
.heroSlider-item__content h1,
.heroSlider-item__content h2 {
	font-size: calc(var(--h1-size) * 2);
	color: var(--white);
}
.heroSlider-item__content h3 {
	font-size: calc(var(--h1-size) * 1.5);
}
.heroSlider-item__content h4 {
	font-size: var(--h1-size);
}
.heroSlider-item__content h5,
.heroSlider-item__content h6 {
	font-size: var(--h2-size);
}
.hero-pagination {
	position: absolute !important;
	bottom: calc(var(--gap) * 1.5) !important;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
}



.productsGrid-swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.productsGrid-swiper .swiper-wrapper {
	height: calc((((var(--container) - var(--gap) * 2) - var(--gap) * 4) / 5 - 5px) * 2 + 210px * 2 + var(--gap));
}
button.swiper-navigation.productsGrid-navigation {
	top: calc(50% - 18px - 34px);
}


.pageShop-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	margin-bottom: var(--gap);
}
.pageShop-top p {
	margin: 0;
}



.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) / -1);
}
.products-items.swiper-wrapper {
	margin: 0;
}
.products-item {
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.products-items.columns-5 .products-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.products-items.columns-4 .products-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.products-items.columns-3 .products-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.products-items.columns-2 .products-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.products-item.swiper-slide {
	margin: 0;
	padding: 0;
}
.products-item__wrap {
	position: relative;
	height: 100%;
	border: 1px solid var(--grey-light-2);
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	z-index: 1;
}
.woocommerce-loop-product__link {
	flex: auto;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	gap: calc(var(--gap) / 3);
}
.products-item__image {
	position: relative;
	flex: 0 0 calc(((var(--container) - var(--gap) * 2) - var(--gap) * 4) / 5 - 5px);
	max-height: calc(((var(--container) - var(--gap) * 2) - var(--gap) * 4) / 5 - 5px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 1;
}
.products-item__image img {
	max-height: calc(((var(--container) - var(--gap) * 2) - var(--gap) * 4) / 5 - 5px);
}
.products-item .discount-badge {
    position: absolute;
    background: url(images/badge.png) no-repeat;
    width: 115px;
    height: 55px;
    z-index: 2;
    background-size: contain;
    bottom: 10px;
    left: 0;
    line-height: 57px;
    color: #fff;
    text-align: center;
    padding-right: 20px;
    font-weight: bold;
    font-size: 18px;
}
.products-item .new-badge {
    position: absolute;
    background: var(--green-5);
    z-index: 9;
    top: 15px;
    left: -65px;
    transform: rotate(-45deg);
    color: #fff;
    padding: 5px 10px;
    width: 200px;
    text-align: center;
}
.products-item__rating {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}
.products-item__rating-stars {
	position: relative;
	width: 95px;
	margin: 0 auto;
	z-index: 1;
}
.products-item__rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 14px;
	display: block;
}
.products-item__rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.products-item__rating-stars span:before {
	content: '';
	background: url(images/stars-rating-2.svg) no-repeat center;
	background-size: contain;
	width: 95px;
	height: 14px;
	display: block;
}
.products-item__sku {
	margin: 0 0 calc(var(--gap) / -6);
	text-align: center;
	padding: 0 calc(var(--gap) / 2);
	color: var(--grey);
	font-size: var(--text-size-sm);
}
.products-item__title {
	flex: auto;
	text-align: center;
	padding: 0 calc(var(--gap) / 2);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.woocommerce-loop-product__title {
	font-size: var(--h6-size);
	font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-item__price {
	margin: 0 calc(var(--gap) / 2);
	border-top: 1px dotted var(--green);
	padding: calc(var(--gap) / 3) 0 0;
	font-size: var(--h5-size);
	font-weight: 600;
	color: var(--black);
	text-align: center;
}
.products-item__price del {
	font-weight: 400;
	font-size: var(--text-size-sm);
	color: var(--grey);
}
.products-item__price ins {
	text-decoration: none;
	color: var(--red);
}
.stock.out-of-stock {
	color: var(--red);
	font-weight: 500;
}
.products-item .stock {
	margin-bottom: calc(var(--gap) / 3);
	text-align: center;
	font-size: var(--text-size-sm);
}
.products-item .stock:last-child {
	margin-bottom: 0 !important;
}
.products-item__action {

}
.products-item__action .btn {
	width: 100%;
}
.products-item__action .btn:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cart.svg);
	mask-image: url(images/cart.svg);
	background-color: var(--white);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	transition: .5s;
}
.products-item__action .btn:hover:before {
	background-color: var(--white);
}
.products-item__action .btn.add_to_cart_button.loading:before {
	-webkit-mask-image: url(images/progress.svg);
	mask-image: url(images/progress.svg);
	animation: rotate 2s linear infinite;
	opacity: .3;
	margin-top: 0;
}
.products-item__action .btn.add_to_cart_button.added:before {
	-webkit-mask-image: url(images/done.svg);
	mask-image: url(images/done.svg);
	margin-top: 0;
}
.added_to_cart {
	display: none !important;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 1.5);
	z-index: 2;
}
ul.page-numbers,
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-numbers li a,
ul.page-numbers li span,
.nav-links .page-numbers {
	min-width: 50px;
	height: 50px;
	font-weight: 500;
	color: var(--black);
	border: 1px solid var(--grey-light);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--green-5);
	border-color: var(--green-6);
	color: var(--white);
}

.term-description {
	margin-top: calc(var(--gap) * 1.5);
}





.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) / -1);
}
.advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.advantages-item__wrap {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.25);
}
.advantages-item__image {
	flex: 0 0 60px;
	max-width: 60px;
}
.advantages-item__text {
	font-size: var(--h6-size);
	color: var(--black);
	font-weight: 700;
	line-height: 1.2;
}


.about-section {
	background: #cbd5cc;
}




.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) * 2) var(--gap);
}
.singleProduct-images {
	flex: 0 0 calc(40% - var(--gap) / 2);
	max-width: calc(40% - var(--gap) / 2);
}
.singleProduct-images-sticky {
	position: sticky;
	overflow: hidden;
	top: 60px;
	z-index: 1;
}
.admin-bar .singleProduct-images-sticky {
	top: calc(60px + 32px);
}
.singleProduct-images .discount-badge {
    position: absolute;
    background: url(images/badge.png) no-repeat;
    width: 115px;
    height: 55px;
    z-index: 2;
    background-size: contain;
    top: calc((((var(--container) - var(--gap) * 2) * .8 - var(--gap) / 2 - 2px) - var(--gap)) * .4 - 55px - 10px);
    left: 0;
    line-height: 57px;
    color: #fff;
    text-align: center;
    padding-right: 20px;
    font-weight: bold;
    font-size: 18px;
}
.singleProduct-images .new-badge {
    position: absolute;
    background: var(--green-5);
    z-index: 9;
    top: 15px;
    left: -65px;
    transform: rotate(-45deg);
    color: #fff;
    padding: 5px 10px;
    width: 200px;
    text-align: center;
}
.singleProductImagesMain-swiper {
	position: relative;
	width: 100%;
	border: 1px solid var(--grey-light-2);
	margin-bottom: calc(var(--gap) / 2);
	overflow: hidden;
	z-index: 1;
}
.singleProductImagesMain-item__image {
	background: var(--white);
	height: calc((((var(--container) - var(--gap) * 2) * .8 - var(--gap) / 2 - 2px) - var(--gap)) * .4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleProductImagesMain-item__image a {
	cursor: zoom-in;
}
.singleProductImagesMain-item__image img {
	max-height: calc((((var(--container) - var(--gap) * 2) * .8 - var(--gap) / 2 - 2px) - var(--gap)) * .4);
}
.singleProductImagesOther-swiper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.singleProductImagesOther-swiper .swiper-slide {
	opacity: 1;
}
.singleProductImagesOther-item__image {
	height: calc((((((var(--container) - var(--gap) * 2) * .8 - var(--gap) / 2 - 2px) - var(--gap)) * .4) - var(--gap) / 2 * 2) / 3);
	border: 1px solid var(--grey-light-2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .5s;
}
.singleProductImagesOther-swiper .swiper-slide-thumb-active .singleProductImagesOther-item__image {
	border-color: var(--green);
}
.swiper-navigation.singleProductImagesMain-swiper-navigation {
	position: absolute;
	top: calc(((((var(--container) - var(--gap) * 2) * .8 - var(--gap) / 2 - 2px) - var(--gap)) / 2) / 2 - 18px);
	width: 100%;
	opacity: 0;
	transition: .5s;
}
.singleProductImagesMain-swiper:hover .swiper-navigation.singleProductImagesMain-swiper-navigation {
	opacity: 1;
}
.swiper-navigation.singleProductImagesMain-swiper-navigation button {
	position: absolute;
}
.swiper-navigation.singleProductImagesMain-swiper-navigation button.swiper-navigation-prev {
	left: 10px;
}
.swiper-navigation.singleProductImagesMain-swiper-navigation button.swiper-navigation-next {
	right: 10px;
}
.singleProduct-summary {
	flex: 0 0 calc(60% - var(--gap) / 2);
	max-width: calc(60% - var(--gap) / 2);
}
.singleProduct-summary-sticky {
	position: sticky;
	top: 60px;
	z-index: 1;
}
.admin-bar .singleProduct-summary-sticky {
	top: calc(60px + 32px);
}
.singleProduct-summary .product_title {
	color: var(--green-6);
	font-size: var(--h1-size);
	margin-bottom: calc(var(--gap) / 2);
}
.singleProduct-meta {
	margin-bottom: var(--gap);
}
.singleProduct-sku {
	background: #313131;
	color: var(--white);
	display: inline-block;
	padding: calc(var(--gap) / 3) calc(var(--gap) / 1.5);
}
.singleProduct-rating {
	position: relative;
	margin-bottom: calc(var(--gap) / 1.5);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
	z-index: 1;
}
.singleProduct-rating-stars {
	position: relative;
	width: 95px;
	z-index: 1;
}
.singleProduct-rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 14px;
	display: block;
}
.singleProduct-rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.singleProduct-rating-stars span:before {
	content: '';
	background: url(images/stars-rating-2.svg) no-repeat center;
	background-size: contain;
	width: 95px;
	height: 14px;
	display: block;
}
.singleProduct-rating-count {
	color: var(--grey);
	font-size: var(--text-size-sm);
	margin-bottom: -2px;
}
.singleProduct-price {
	margin-bottom: var(--gap);
}
.singleProduct-price .price {
	font-size: var(--h1-size);
	font-weight: 600;
	color: var(--black);
	margin-bottom: 0;
}
.singleProduct-price .price del {
	font-weight: 400;
	font-size: var(--h6-size);
	color: var(--grey);
}
.singleProduct-price .price ins {
	text-decoration: none;
	color: var(--red);
}
.show-opt-price span {
	cursor: pointer;
	border-bottom: 1px dashed;
	color: var(--green-5);
	display: inline-flex;
	align-items: center;
	gap: calc(var(--gap) / 8);
}
.show-opt-price span:after {
	content: '';
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down-alt2.svg);
	mask-image: url(images/arrow-down-alt2.svg);
	background-color: var(--green-5);
	transition: .5s;
}
.show-opt-price span.active:after {
	transform: rotate(180deg);
}
.productinfo-show-discounts {
	display: none;
	margin: calc(var(--gap) / -2) 0 var(--gap) !important;
	font-size: var(--h6-size);
	font-weight: 500;
}

.product-calc {
    position: relative;
    margin: 0 0 var(--gap);
    border: 1px solid var(--green-3);
    padding: calc(var(--gap) / 1.5);
}
.product-calc-form .form-fields {
	align-items: flex-end;
}
.product-calc__result {
    position: relative;
}
.product-calc__result p {
    margin-bottom: 0;
}
.product-calc__size,
.product-calc__error {
    display: none;
    margin-top: calc(var(--gap) / 1.5);
}
.product-calc__size span {
    font-size: var(--h3-size);
    font-weight: bold;
    color: var(--green);
}
.product-calc__size em {
	color: var(--grey);
}
.product-calc__size.show,
.product-calc__error.show {
    display: block;
}

.woocommerce div.product form.cart .variations {
    background: #efefe5;
    margin-bottom: var(--gap);
    width: 100%;
    border: 0;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	padding: calc(var(--gap) / 1.5);
	line-height: 1;
	text-align: left;
}
.woocommerce div.product form.cart .variations th {
	width: 120px;
}
.reset_variations {
	display: none !important;
}




.singleProducts-action {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
	margin-bottom: var(--gap);
}
.singleProducts-qty {
	flex: 0 0 100px;
	max-width: 100px;
	height: 50px;
	border: 1px solid var(--grey-light-2);
	display: flex;
	margin-right: calc(var(--gap) / -2);
}
.singleProducts-qty span {
	flex: 0 0 30px;
	max-width: 30px;
	font-size: var(--h4-size);
	color: var(--black);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.singleProducts-qty span:hover {
	color: var(--green);
}
.singleProducts-qty .quantity {
	flex: auto;
}
.singleProducts-qty input {
	width: 100%;
	height: 100%;
	background: var(--white);
	font-size: var(--h4-size);
	line-height: 1.5;
    border: none;
    text-align: center;
    outline: none;
    padding: 10px 0;
    color: var(--black);
    -moz-appearance:textfield;
}
.singleProducts-qty input::-webkit-outer-spin-button,
.singleProducts-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-tabs {
	flex: 0 0 100%;
	max-width: 100%;
	border: 1px solid var(--grey-light-2);
}
.woocommerce-tabs ul.tabs {
	display: flex;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	background: var(--grey-light);
}
.woocommerce-tabs ul.tabs li {
	flex: 1;
	position: relative;
	z-index: 0;
}
.woocommerce-tabs ul.tabs li a {
	background: var(--grey-light);
	border-right: 1px solid var(--grey-light-2);
	border-bottom: 1px solid var(--grey-light-2);
	padding: calc(var(--gap) / 2) var(--gap);
	font-size: var(--h6-size);
	font-weight: 500;
	display: block;
	text-decoration: none;
	width: 100%;
	color: var(--grey);
	text-align: center;
}
.woocommerce-tabs ul.tabs li:last-child a {
	border-right: none;
}
.woocommerce-tabs ul.tabs li.active a {
	color: var(--black);
}
.woocommerce-tabs ul.tabs li.active a, 
.woocommerce-tabs ul.tabs li a:hover {
    background: none;
}
.woocommerce-tabs ul.tabs li.active a {
	border-bottom: 1px solid var(--white);
}
.woocommerce-Tabs-panel {
	padding: calc(var(--gap));
}
.singleProduct-wrap .up-sells,
.singleProduct-wrap .related {
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce-product-attributes {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.25);
}
.woocommerce-product-attributes th {
	text-align: left;
	font-weight: 400;
	color: var(--grey);
	width: 35%;
}
.woocommerce-product-attributes td {
	color: var(--black);
}
.woocommerce-product-attributes tr:nth-child(2n) th,
.woocommerce-product-attributes tr:nth-child(2n) td {
	background: var(--grey-light);
}



.singleProduct-media {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) * 1.5) calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.singleProduct-media:first-child {
	margin-top: 0;
}
.singleProduct-media-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.singleProduct-media-item iframe {
	width: 100%;
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.5);
}



.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info:not(ul),
.woocommerce-error:not(ul),
.woocommerce-notices-wrapper > .woocommerce-error {
	padding: calc(var(--gap) / 1.5);
	background: var(--grey-light);
	border: 1px solid var(--grey-light-2);
	display: flex;
	align-items: center;
	margin-bottom: var(--gap) !important;
	outline: none !important;
	list-style: none;
}
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info:not(ul),
.woocommerce-error:not(ul),
.woocommerce-notices-wrapper > .woocommerce-error {
	display: block;
}
.wc-block-components-notice-banner svg {
	flex: 0 0 36px;
	max-width: 36px;
	margin-right: var(--gap);
}
.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,
.woocommerce-info .button,
.woocommerce-error .button {
	float: right;
	margin-left: var(--gap);
	margin-bottom: 0px;
}





.woocommerce-Reviews #comments {
	margin-bottom: calc(var(--gap) * 1.5);
}
.woocommerce-noreviews {
	text-align: center;
	font-size: var(--h6-size);
	font-weight: 600;
	margin-top: 20px;
	color: var(--black);
}
.woocommerce-Reviews-title {
	font-size: var(--h4-size);
	margin-bottom: calc(var(--gap) * 1.25);
}
.comment-form-rating .stars span {
	display: inline-flex;
	align-items: center;
}
.comment-form-rating .stars {
	display: flex;
	margin-bottom: 0;
}
.comment-form-rating .stars a {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/ic_baseline-star.svg);
	mask-image: url(images/ic_baseline-star.svg);
	background-color: #E1E1E1;
	font-size: 0;
	margin-right: calc(var(--gap) / 6);
}
.comment-form-rating .stars a:last-child {
	margin-right: 0;
}
.comment-form-rating .stars span:hover a {
	-webkit-mask-image: url(images/ic_baseline-star-full.svg);
	mask-image: url(images/ic_baseline-star-full.svg);
	background-color: #FFC571;
}
.comment-form-rating .stars a:hover~a {
	-webkit-mask-image: url(images/ic_baseline-star.svg);
	mask-image: url(images/ic_baseline-star.svg);
	background-color: #E1E1E1;
}
.comment-form-rating .stars.selected span a.active {
	-webkit-mask-image: url(images/ic_baseline-star-full.svg);
	mask-image: url(images/ic_baseline-star-full.svg);
	background-color: #FFC571;
}
.comment-form-rating .stars.selected a.active~a {
	-webkit-mask-image: url(images/ic_baseline-star.svg);
	mask-image: url(images/ic_baseline-star.svg);
	background-color: #E1E1E1;
}
.comment-form-rating .stars.selected a:not(.active) {
	-webkit-mask-image: url(images/ic_baseline-star-full.svg);
	mask-image: url(images/ic_baseline-star-full.svg);
	background-color: #FFC571;
}
.comment-reply-title {
	display: inline-block;
	font-size: var(--h5-size);
	font-weight: 500;
	margin-bottom: var(--gap);
	color: var(--black);
}
.comment-form-rating,
.comment-form-comment {
	margin-bottom: var(--gap);
}
.comment-form-rating label,
.comment-form-comment label {
	color: var(--grey);
	display: block;
	line-height: 1.25;
	margin-bottom: calc(var(--gap) / 4);
}
.comment-form-rating,
.comment-form-comment {
	margin-bottom: var(--gap);
}
.comment-form .form-submit {
	margin-bottom: 0;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.comment_container {
	position: relative;
	overflow: hidden;
	background: var(--grey-light);
	padding: var(--gap);
	z-index: 1;
}
.comment_container > img.avatar {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}
.comment-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.comment-left {
	flex: 0 0 140px;
	max-width: 140px;
}
.comment-right {
	flex: 0 0 calc(100% - 140px - var(--gap));
	max-width: calc(100% - 140px - var(--gap));
}
.comment-text .star-rating {
	position: relative;
	width: 95px;
	margin-bottom: calc(var(--gap) / 3);
}
.comment-text .star-rating::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 95px;
	height: 14px;
	display: block;
}
.comment-text .star-rating span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.comment-text .star-rating span:before {
	content: '';
	background-image: url(images/stars-rating-2.svg);
	width: 95px;
	height: 14px;
	display: block;
}
.woocommerce-review__published-date {
	color: var(--black);
}
.comment-text .meta {
	margin-bottom: calc(var(--gap) / 3);
}
.woocommerce-review__author {
	color: var(--black);
	font-weight: 500;
}
.commentlist ul.children {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	margin: calc(var(--gap) / 2) 0 0;
	padding: 0 0 0 calc(var(--gap) * 1.5);
	list-style: none;
}
.commentlist ul.children li {
	position: relative;
}
.commentlist ul.children li:before {
	content: '';
	position: absolute;
	width: var(--gap);
	height: var(--gap);
	top: 0;
	left: calc(var(--gap) * -1);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/editor-break.svg);
	mask-image: url(images/editor-break.svg);
	background-color: var(--green-5);
	transition: .5s;
}



.up-sells-heading {
	font-size: var(--h5-size);
	font-weight: 600;
	color: var(--black);
	margin-bottom: calc(var(--gap) / 1.5);
}



.productsList-item__wrap {
	position: relative;
	height: 100%;
	border: 1px solid var(--grey-light-2);
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.productsList-item__wrap .woocommerce-loop-product__link {
	flex-direction: row;
}
.productsList-item__image {
	flex: 0 0 120px;
	max-width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: calc(var(--gap) / 3);
}
.productsList-item__image img {
	max-height: calc(120px - var(--gap) / 3 * 2);
}
.productsList-item__info {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	padding: calc(var(--gap) / 3);
	text-align: center;
}
.singleProduct-summary .stock.out-of-stock {
	color: var(--red);
	margin-bottom: var(--gap);
	font-weight: 600;
}







/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom:var(--gap);
	font-size: var(--h6-size);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.pageCart-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: calc(var(--gap) * 2);
}
.pageCart-left {
	/*flex: 0 0 calc(75% - var(--gap) / 2);
	max-width: calc(75% - var(--gap) / 2);*/
	flex: 0 0 100%;
	max-width: 100%;
}
.pageCart-right {
	display: none;
	flex: 0 0 calc(25% - var(--gap) / 2);
	max-width: calc(25% - var(--gap) / 2);
}
.pageCartTableProducts {
	width: 100%;
	border-collapse: collapse;
}
.pageCartTableProducts th {
	color: #999999;
	font-weight: 400;
	padding: 0 calc(var(--gap) / 2) 10px;
}
.pageCartTableProducts td {
	border-top: 1px solid var(--grey-light-2);
	padding: calc(var(--gap) / 2);
}
.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;
	overflow: hidden;
}
.pageCartTableProducts .product-name {
	text-align: left;
}
.pageCartTableProducts .product-name a {
	text-decoration: none;
	font-weight: 500;
	color: var(--black);
}
.pageCartTableProducts .product-name dl {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	color: #999999;
}
.pageCartTableProducts .product-name dt {
	flex: 0 0 80px;
	max-width: 80px;
	margin-right: 10px;
}
.pageCartTableProducts .product-name dd {
	flex: 0 0 calc(100% - 80px - 10px);
	max-width: calc(100% - 80px - 10px);
	margin-left: 0;
}
.pageCartTableProducts-qty {
	flex: 0 0 100px;
	max-width: 100px;
	height: 50px;
	border: 1px solid var(--grey-light-2);
	display: flex;
}
.pageCartTableProducts-qty span {
	flex: 0 0 30px;
	max-width: 30px;
	font-size: var(--h4-size);
	color: var(--black);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.pageCartTableProducts-qty span:hover {
	color: var(--green);
}
.pageCartTableProducts-qty .quantity {
	flex: auto;
}
.pageCartTableProducts-qty input {
	width: 100%;
	height: 100%;
	background: var(--white);
	font-size: var(--h4-size);
	line-height: 1.5;
    border: none;
    text-align: center;
    outline: none;
    padding: 10px 0;
    color: var(--black);
    -moz-appearance:textfield;
}
.pageCartTableProducts-qty input::-webkit-outer-spin-button,
.pageCartTableProducts-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.pageCartTableProducts tbody .product-subtotal {
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	color: var(--black);
	font-size: var(--h6-size);
}
.pageCartTableProducts tbody .product-subtotal .new-price {
	font-weight: 500 !important;
	font-size: var(--text-size);
	display: block;
}
.pageCartTableProducts .product-remove a {
	-webkit-mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: red;
	width: 28px;
	height: 28px;
	display: block;
}
.pageCartTableProducts .product-remove a:hover {
	background-color: var(--black);
}
.pageCartTableProducts .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	max-width: 480px;
	float: left;
}
.pageCartTableProducts .coupon input {
	flex: auto;
	max-width: calc(100% - 244px - 10px);
}
.pageCartTableProducts .coupon button {
	flex: 0 0 244px;
	max-width: 244px;
}
.coupon-error-notice {
	color: var(--red);
	font-size: var(--text-size-sm);
}
.pageCartTableProducts .coupon ~ button {
	float: right;
}



.cart-collaterals {
	position: sticky;
	top: calc(80px + var(--gap));
	z-index: 9;
}
.pageCartTotals {
	background: var(--grey-light);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pageCartTotals > h2 {
	font-size: var(--h5-size);
	padding: var(--gap) var(--gap) 0;
	margin-bottom: 10px;
}
.cart_totals table {
	width: 100%;
	border-collapse: collapse;
}
.cart_totals table tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--grey-light-2);
	padding: calc(var(--gap) / 2) var(--gap);
}
.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: var(--black);
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.cart_totals table td {
	padding: 0;
	display: block;
	color: var(--black);
}
.cart_totals table tr.cart-subtotal td {
	font-size: var(--h5-size);
	font-weight: 500;
}
.cart_totals table tr.order-total td {
	font-size: var(--h4-size);
	font-weight: 500;
}
.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: 10px;
}
.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: 500;
	cursor: pointer;
	color: var(--black);
}
.payment_box {
	flex: 0 0 100%;
	max-width: 100%;
	background: #f9f9f9;
	margin-top: 4px;
	padding: calc(var(--gap) / 2);
	font-size: var(--text-size-sm);
	background: var(--white);
}

/*------- 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% - var(--gap) / 2);
	max-width: calc(60% - var(--gap) / 2);
}
.pageCheckout-right {
	flex: 0 0 calc(40% - var(--gap) / 2);
	max-width: calc(40% - var(--gap) / 2);
	background: var(--grey-light);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.woocommerce-billing-fields {
	margin-bottom: var(--gap);
}
.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,
.woocommerce-Address-title h2 {
	font-size: var(--h5-size);
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 10px;
}
.woocommerce-billing-fields__field-wrapper:last-child {
	margin-bottom: 0;
}
#ukrposhta_shippping_fields > h3 {
	display: none;
}
.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: var(--grey);
	display: block;
	line-height: 1.25;
	width: 100%;
	margin-bottom: 5px;
}
.form-row > label span.optional {
	display: none;
}
.form-row > label abbr {
	color: red;
}
.checkout-inline-error-message {
	color: red;
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
#billing_country_field,
#oplata_country_field {
	display: none;
}
.wcus-checkout-fields {
	margin-top: 10px;
}

#order_review_heading {
	padding: var(--gap) var(--gap) 0;
}
.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	display: block;
	margin-bottom: var(--gap);
}
.woocommerce-checkout-review-order-table thead th {
	color: var(--grey);
	font-weight: 400;
	padding: 0 var(--gap) 10px;
	text-align: left;
	border-bottom: 1px solid var(--grey-light-2);
}
.woocommerce-checkout-review-order-table tbody td {
	padding: calc(var(--gap) / 2.4) var(--gap);
	border-bottom: 1px solid var(--grey-light-2);
	color: var(--black);
}
.woocommerce-checkout-review-order-table tbody td:first-child {
	width: 65%;
}
.woocommerce-checkout-review-order-table tbody td:last-child {
	font-weight: 500;
}
.woocommerce-checkout-review-order-table tbody td dl {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	color: #999999;
	font-size: var(--text-size-sm);
}
.woocommerce-checkout-review-order-table tbody td dt {
	flex: 0 0 80px;
	max-width: 80px;
	margin-right: 10px;
}
.woocommerce-checkout-review-order-table tbody td dd {
	flex: 0 0 calc(100% - 80px - 10px);
	max-width: calc(100% - 80px - 10px);
	margin-left: 0;
}
.woocommerce-checkout-review-order-table tbody td .new-price {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 500 !important;
}
.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 var(--grey-light-2);
	padding: calc(var(--gap) / 2.4) var(--gap);
}
.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: #999999;
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
	color: var(--black);
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h5-size);
	font-weight: 500;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h3-size);
	font-weight: 500;
}

.woocommerce-checkout-payment {
	padding: 0 var(--gap) var(--gap);
}
.wc_payment_methods {
	margin-bottom: var(--gap);
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	color: var(--grey);
	margin-bottom: var(--gap) !important;
	font-size: var(--text-size-sm);
}
.form-row.place-order {
	margin-bottom: 0;
}
/*-------- 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% - var(--gap) / 2);
	max-width: calc(50% - var(--hap) / 2);
	padding: var(--gap);
	border: 1px solid var(--grey-light-2);
}
.show-password-input {
	display: none;
}



.woocommerce-account .container > .page-content > .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;
	font-weight: 500;
	padding: calc(var(--gap) / 2) var(--gap);
	background: var(--grey-light);
	color: var(--black);
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--green);
	color: var(--white);
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 240px - var(--gap));
	margin-left: var(--gap);
}



.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 var(--grey-light-2);
	padding: calc(var(--gap) / 2.4) var(--gap);
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	color: #999999;
	font-weight: 500;
	text-align: left;
}
.woocommerce-orders-table td,
.woocommerce-table--order-details td {
	color: var(--black);
}
.woocommerce-table--order-details .wc-item-meta {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	color: #999999;
	font-size: var(--text-size-sm);
}
.woocommerce-table--order-details .wc-item-meta li {
	display: flex;
	margin-bottom: 4px;
}
.woocommerce-table--order-details .wc-item-meta li:last-child {
	margin-bottom: 0;
}
.woocommerce-table--order-details .wc-item-meta strong {
	font-weight: 500;
	margin-right: 5px;
}

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

.woocommerce-order-details {
	margin-bottom: var(--gap);
}

.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%;
	border: none;
	padding: 0;
	margin: 0;
}
.woocommerce-EditAccountForm fieldset legend {
	font-size: var(--h4-size);
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}

.woocommerce-customer-details {
	background: var(--grey-light);
	padding: var(--gap);
}


.woocommerce-thankyou-order-received {
	font-size: var(--h4-size);
	font-weight: 500;
	text-align: center;
}
.woocommerce-thankyou-order-details {
	margin: 0 0 var(--gap);
	padding: var(--gap);
	gap: var(--gap);
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--grey-light);
}
.woocommerce-thankyou-order-details li {
	flex: auto;
	max-width: 100%;
	text-align: center;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
}



.error-404-number {
	font-size: calc(var(--h1-size) * 8);
	font-weight: 600;
	text-align: center;
	line-height: .95;
	margin-bottom: var(--gap);
	color: var(--green-6);
}
.error-404-button {
	text-align: center;
}





.pageContacts-wrap {
	display: flex;
	gap: calc(var(--gap) * 2);
}
.pageContacts-info {
	flex: 0 0 240px;
	max-width: 240px;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2.5);
}
.pageContacts-info p {
	margin: 0;
	display: flex;
}
.pageContacts-info-value {
	display: inline-flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
}
.pageContacts-info-value:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.pageContacts-info p.none .pageContacts-info-value:before {
	display: none;
}
.pageContacts-info p.schedule .pageContacts-info-value:before {
	background-image: url(images/clock.svg);
}
.pageContacts-info p.kyivstar .pageContacts-info-value:before {
	background-image: url(images/kyivstar.svg);
	background-size: 20px;
	background-position: center 10%;
}
.pageContacts-info p.vodafone .pageContacts-info-value:before {
	background-image: url(images/vodafone.svg);
	background-size: 16px;
}
.pageContacts-map {
	flex: auto;
}
.pageContacts-map iframe {
	width: 100%;
	height: 100%;
	min-height: 360px;
}
.pageContacts-feedback {
	flex: 0 0 45%;
	max-width: 45%;
}














@media (max-width: 1999px) {
	:root {
		--container: 100vw;
		--gap: 24px;

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

		--white: #FFFFFF;
		--black: #212529;
		--green: #204a20;
		--green-2: #2e582e;
		--green-3: #0d4b20;
		--green-4: #1c421c;
		--green-5: #288d08;
		--green-6: #1a6c00;
		--grey: #6b6b6b;
		--red: #af1112;
		--red-2: #8c0c0c;
		--grey-light: #f9f9f9;
		--grey-light-2: #c9c9c9;
	}
	.headerNav:after {
		width: calc((100vw - var(--container)) / 2 + var(--gap));
	}
}



@media (max-width: 1799px) {
	.heroSlider-item__content {
		font-size: var(--h4-size);
	}
	.heroSlider-item__content h1,
	.heroSlider-item__content h2 {
		font-size: calc(var(--h1-size) * 1.5);
	}
	.heroSlider-item__content h3 {
		font-size: var(--h1-size);
	}
	.heroSlider-item__content h4 {
		font-size: var(--h2-size);
	}
	.heroSlider-item__content h5,
	.heroSlider-item__content h6 {
		font-size: var(--h3-size);
	}
}



@media (max-width: 1599px) {
	.heroSlider-item__content {
	.heroSlider-item__content h1,
	.heroSlider-item__content h2 {
		font-size: calc(var(--h1-size) * 1.3);
		color: var(--white);
	}
}



@media (max-width: 1399px) {
	.header,
	.header-wrap {
		height: 90px;
	}
	.header-logo img {
		max-height: 60px;
	}
	.header-contacts p {
		font-size: var(--text-size);
	}
	.main-menu {
		margin-right: var(--gap);
		gap: 0;
	}
	.heroSlider-item {
		min-height: 540px;
	}
	.heroSlider-item__content {
		font-size: var(--h5-size);
	}
	.heroSlider-item__content h1,
	.heroSlider-item__content h2 {
		font-size: calc(var(--h1-size) * 1.2);
	}
	.heroSlider-item__content h3 {
		font-size: var(--h2-size);
	}
	.heroSlider-item__content h4 {
		font-size: var(--h3-size);
	}
	.heroSlider-item__content h5,
	.heroSlider-item__content h6 {
		font-size: var(--h4-size);
	}

	.productsGrid-swiper .swiper-wrapper {
		height: calc((((var(--container) - var(--gap) * 2) - var(--gap) * 3) / 4 - 5px) * 2 + 210px * 2 + var(--gap));
	}
	.products-item__image {
		flex: 0 0 calc(((var(--container) - var(--gap) * 2) - var(--gap) * 3) / 4 - 5px);
		max-height: calc(((var(--container) - var(--gap) * 2) - var(--gap) * 3) / 4 - 5px);
	}
	.products-item__image img {
		max-height: calc(((var(--container) - var(--gap) * 2) - var(--gap) * 3) / 4 - 5px);
	}
	.advantages-item__image {
		flex: 0 0 48px;
		max-width: 48px;
	}

	.page-sidebar {
		flex: 0 0 calc(25% - var(--gap) / 2);
		max-width: calc(25% - var(--gap) / 2);
	}
	.page-body {
		flex: 0 0 calc(75% - var(--gap) / 2);
		max-width: calc(75% - var(--gap) / 2);
	}
	body.archive .page-body .products-items.columns-4 .products-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.singleProduct-summary .product_title,
	.singleProduct-price .price {
		font-size: var(--h2-size);
	}
	.woocommerce-tabs ul.tabs li {
		flex: 0 0 auto;
		min-width: 20%;
	}
	.pageContacts-wrap {
		gap: var(--gap);
	}
	.pageContacts-info {
		flex: 0 0 200px;
		max-width: 200px;
	}
}


@media (max-width: 1199px) {
	:root {
		--gap: 20px;
	}
	.topbar-menu {
		gap: 0;
	}
	.search-form input {
		min-width: 180px;
	}
	.heroSlider-item__wrap {
		max-width: 65%;
	}
	.heroSlider-item__bg:after {
		width: 85%;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
	}
	.header-cart a > .amount {
		display: none;
	}
	.advantages-item__text {
		font-size: var(--text-size);
	}
	.woocommerce-loop-product__title {
		font-size: var(--text-size);
	}
	.products-item__price {
		font-size: var(--h6-size);
	}
	body:not(.archive) .page-sidebar {
		display: none;
	}
	body:not(.archive) .page-body {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProductImagesMain-item__image {
		height: calc(((var(--container) - var(--gap) / 2 - 2px) - var(--gap)) * .4);
	}
	.singleProductImagesMain-item__image img {
		max-height: calc(((var(--container) - var(--gap) / 2 - 2px) - var(--gap)) * .4);
	}
	.singleProductImagesOther-item__image {
		height: calc(((((var(--container) - var(--gap) / 2 - 2px) - var(--gap)) * .4) - var(--gap) / 2 * 2) / 3);
	}
	.swiper-navigation.singleProductImagesMain-swiper-navigation {
		top: calc((((var(--container) - var(--gap) / 2 - 2px) - var(--gap)) / 2) / 2 - 18px);
	}
	.singleProduct-images .discount-badge {
		top: calc((((var(--container) - var(--gap) * 2) - var(--gap) / 2 - 2px) - var(--gap)) * .4 - 55px - 10px);
	}
	.productsList-item__image {
		flex: 0 0 80px;
		max-width: 80px;
	}
	.productsList-item__image img {
		max-height: calc(80px - var(--gap) / 3 * 2);
	}
	.woocommerce-tabs ul.tabs li a {
		font-size: var(--text-size);
	}
	.woocommerce-review__published-date {
		font-size: var(--text-size-sm);
	}
}

@media (max-width: 991px) {
	:root {
		--gap: 16px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.topbar,
	.header-contacts,
	.main-menu {
		display: none;
	}
	.header, .header-wrap {
		height: 80px;
	}
	.header-logo {
		flex: 0 0 100%;
		text-align: center;
		max-width: 100%;
	}
	.header-search {
		flex: auto;
	}
	.header-cart a > .amount {
		display: block;
	}

	.productsGrid-swiper .swiper-wrapper {
		height: calc((((var(--container) - var(--gap) * 2) - var(--gap)) / 2 - 5px) * 2 + 210px * 2 + var(--gap));
	}
	.products-item__image {
		flex: 0 0 calc(((var(--container) - var(--gap) * 2) - var(--gap)) / 2 - 5px);
		max-height: calc(((var(--container) - var(--gap) * 2) - var(--gap)) / 2 - 5px);
	}
	.products-item__image img {
		max-height: calc(((var(--container) - var(--gap) * 2) - var(--gap)) / 2 - 5px);
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-wrap {
		margin: 0;
		flex-direction: column;
		align-items: center;
		gap: calc(var(--gap) * 2);
	}
	.footer-widget {
		margin: 0;
		padding: 0;
		flex: auto;
		max-width: 100%;
		text-align: center;
	}
	.footer-contacts {
		align-items: center;
	}

	.widget-area {
		display: none;
		margin-top: var(--gap);
	}
	.page-wrap {
		gap: calc(var(--gap) * 1.5);
		flex-wrap: wrap;
	}
	.page-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-body {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.products-items.columns-4 .products-item,
	.products-items.columns-3 .products-item,
	body.archive .page-body .products-items.columns-4 .products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singleProduct-images,
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProductImagesMain-item__image {
		height: var(--container);
	}
	.singleProductImagesMain-item__image img {
		max-height: var(--container);
	}
	.singleProductImagesOther-item__image {
		height: calc((var(--container) - var(--gap) / 2 * 2) / 3);
	}
	.swiper-navigation.singleProductImagesMain-swiper-navigation {
		top: calc(((var(--container) - var(--gap)) / 2) / 2 - 18px);
	}
	.singleProduct-images .discount-badge {
		top: calc(var(--container) - 55px - 10px);
	}
	.singleProduct-summary .product_title, .singleProduct-price .price {
		font-size: var(--h1-size);
	}
	.pageCheckout-wrap {
		gap: calc(var(--gap) * 1.5);
	}
	.pageCheckout-left,
	.pageCheckout-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-thankyou-order-details {
		flex-direction: column;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singleProduct-media-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-media-item iframe {
		height: calc(var(--container) / 1.5);
	}
	.pageContacts-wrap {
		flex-wrap: wrap;
		gap: calc(var(--gap) * 2) var(--gap);
	}
	.pageContacts-info {
		flex: 0 0 33%;
		max-width: 33%;
	}
	.pageContacts-map {
		flex: 0 0 calc(67% - var(--gap));
		max-width: calc(67% - var(--gap));
	}
	.pageContacts-feedback {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
		margin-bottom: calc(var(--gap) * 2);
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		float: none;
		margin: 0;
	}
	.pageLogin-wrap {
		gap: var(--gap);
	}
	.pageLogin-left,
	.pageLogin-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.heroSlider-item__bg:after {
		width: 100%;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 100%);
	}
	.heroSlider-item__wrap {
		padding-left: 0;
		max-width: 100%;
	}
	.hero-navigation,
	.productsGrid-navigation {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.admin-bar .headerNav {
		top: 0;
	}
	.pageShop-top {
		flex-direction: column;
		align-items: normal;
		gap: calc(var(--gap) / 2);
	}
	.woocommerce-result-count {
		font-size: var(--text-size-sm);
	}

	.form-field-50,
	.form-field-33,
	.form-row-first, 
	.form-row-last {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.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: 1px solid var(--grey-light-2);
		padding: var(--gap);
		border-radius: 3px;
		margin-bottom: var(--gap);
	}
	.pageCartTableProducts tbody tr:last-child {
		border: none;
		padding: 0;
	}
	.pageCartTableProducts tbody td,
	.woocommerce-orders-table tbody td {
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		padding: 0;
		border: none;
		background: none;
	}
	.woocommerce-orders-table tbody td {
		margin-bottom: 5px;
	}
	.woocommerce-orders-table tbody td:last-child {
		margin-bottom: 0;
	}
	.woocommerce-orders-table tbody td:before {
		content: attr(data-title) ":";
		font-weight: 600;
	}
	.woocommerce-orders-table__cell-order-actions:before {
		display: none;
	}
	.pageCartTableProducts tbody td.product-thumbnail {
		flex: 0 0 54px;
		max-width: 54px;
		width: 54px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts-image {
		width: 54px;
		height: 54px;
	}
	.pageCartTableProducts-image {
		margin: auto;
	}
	.pageCartTableProducts tbody td.product-name {
		flex: 0 0 calc(100% - 54px);
		max-width: calc(100% - 54px);
		padding-left: 20px;
		margin-bottom: 10px;
		font-size: var(--text-size);
	}
	.pageCartTableProducts .qib-container:not(#qib_id):not(#qib_id) {
		margin: 0;
	}
	.pageCartTableProducts tbody td.product-quantity {
		flex: 0 0 110px;
		max-width: 110px;
	}
	.pageCartTableProducts tbody td.product-subtotal {
		flex: 0 0 calc(100% - 110px - 50px);
		max-width: calc(100% - 110px - 50px);
		padding: 0 var(--gap);
	}
	.pageCartTableProducts tbody td.product-remove {
		flex: 0 0 50px;
		max-width: 50px;
	}
	.pageCartTableProducts .product-remove a {
		margin-left: auto;
	}
	.form-row {
		margin-bottom: var(--gap);
	}
	.woocommerce-order .address {
		margin: var(--gap) calc(var(--gap) / 2) calc(var(--gap) * -1);
	}
	.pageCartTableProducts .coupon {
		float: none;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.form-row.place-order .btn {
		width: 100%;
	}
	.pageCartTableProducts .coupon ~ button {
		width: 100%;
		float: none;
	}
	.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, .woocommerce-Address-title h2 {
		font-size: var(--h4-size);
	}
	.pageContacts-info,
	.pageContacts-map,
	.comment-left,
	.comment-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 5);
	}
}

@media (max-width: 575px) {
	.upsells .products-items.columns-2 .products-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.heroSlider-item {
		min-height: 480px;
	}
	.heroSlider-item__bg img {
		object-position: 85% center;
	}
	.categoriesNav-items {
		font-size: var(--text-size-sm);
		gap: calc(var(--gap) / 8);
	}
	.categoriesNav-items li a {
		padding: calc(var(--gap) / 3) calc(var(--gap) / 3);
	}
	.woocommerce-loop-product__title {
		font-size: var(--text-size);
	}
	.productsGrid-swiper .swiper-wrapper {
		height: calc((((var(--container) - var(--gap) * 2) - var(--gap)) / 2 - 5px) * 2 + 190px * 2 + var(--gap));
	}
	.products-item__price {
		font-size: var(--text-size);
	}
	.products-item__price del {
		font-size: 10px;
	}
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.header-cart a > .amount {
		display: none;
	}
	.search-form input {
		min-width: 140px;
	}
	.singleProducts-qty + .btn-primary {
		flex: 0 0 calc(100% - 100px - var(--gap) / 2);
		max-width: calc(100% - 100px - var(--gap) / 2);
	}
	.woocommerce button.gpls-arcw-buy-now {
		margin: 0 !important;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-sku {
		font-size: var(--text-size-sm);
	}
	.products-item__sku {
		font-size: 10px;
	}
	.products-item .discount-badge {
		width: 80px;
		height: 40px;
		font-size: 13px;
		padding-right: 4px;
		line-height: 40px;
	}
	.products-item .new-badge {
		font-size: 13px;
		top: 15px;
		left: -73px;
		padding: 3px 7px;
	}
	.pageCartTableProducts .coupon input,
	.pageCartTableProducts .coupon button {
		flex: 0 0 100%;
		max-width: 100%;
	}
}