/*!
Theme Name: Fresskin
Theme URI: http://underscores.me/
Author: UXAgency
Author URI: https://uxagency.me
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fss
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.

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
	--primary-color: #81D8D0;
	--primary-dark: #2F2F2F;
	--sale-color: #F04242;

	--gap: clamp(15px, 20vw/14.40, 20px);

	/* font-size */
	--fz-xxs: clamp(8px, 10vw/4.14, 10px);
	--fz-xs: clamp(12px, 14vw/4.14, 14px);
	--fz-sm: clamp(14px, 16vw/7.67, 16px);
	--fz-md: clamp(16px, 18vw/7.67, 18px);
	--fz-lg: clamp(18px, 22vw/7.67, 22px);
	--fz-xl: clamp(20px, 24vw/10.23, 24px);
	--fz-xxl: clamp(24px, 32vw/10.23, 32px);
	--fz-xxxl: clamp(32px, 42vw/10.23, 42px);

	/* padding */
	--pd-xxs: 5px;
	--pd-xs: 10px;
	--pd-sm: 15px;
	--pd-md: clamp(10px, 20vw/19.20, 20px);
	--pd-lg: clamp(15px, 30vw/19.20, 30px);
	--pd-xl: clamp(20px, 40vw/19.20, 40px);
	--pd-xxl: clamp(30px, 60vw/19.20, 60px);
	--pd-xxxl: clamp(40px, 80vw/19.20, 80px);
	--pd-block: clamp(20px, 70vw/9.60, 70px);
	--pd-inline: clamp(15px, 150vw/19.20, 150px);
}

@media screen and (max-width: 1680px) {
	:root {
		--pd-block: clamp(25px, 70vw/(9.60 * 2.5), 70px);
		--pd-inline: clamp(15px, 150vw/(19.20 * 2.5), 150px);
	}
}

.bg-white{
	background-color: #fff;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 auto;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	max-width: 1920px;


}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: flex;
	flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--primary-dark);
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.4;
}

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

p {
	margin: 0em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {

	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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

dt {
	font-weight: 500;
}

dd {
	margin: 0;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--primary-dark);
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--primary-dark);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
#btn_ttop{
	position: fixed;
	bottom: clamp(10px, 100vw/19.20, 100px);
	right: clamp(10px, 100vw/19.20, 100px);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--primary-color);
	border: none;
	cursor: pointer;
	padding: 0;
}

#btn_ttop svg {
	width: clamp(15px, 25vw/19.20, 25px);
}

/* Header
--------------------------------------------- */
body.nav-active{
	overflow-y: hidden;
}
header.site-header{
	position: relative;
	border-bottom: 1px solid #D3D3D3;
	z-index: 10000;
}
.header__wrapper{
	display: flex;
	padding: var(--pd-sm, 15px) var(--pd-inline, 150px);
	max-width: 1920px;
	margin-inline: auto;
}
header.site-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header-left,
.header-right{
	display: flex;
	align-items: center;
	flex:0 1 200px;
}
.header-right{
	justify-content: flex-end;
}
.header-logo{
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
}
.header-logo__link svg {
	width: 100%;
	min-width: 100px;
}
.header-left__menu{
	display: flex;
	align-items: center;
	margin-right: var(--pd-lg);
}
.menu-icon__title span{
	text-transform: uppercase;
	/* font-weight: 600; */
	margin-left: 10px;
}
.menu-icon {
	height: 30px;
	width: 30px;
	z-index: 2;
	cursor: pointer;
	margin-top: 18px;
}
.menu-icon__line {
height: 1px;
width: 30px;
display: block;
background-color: var(--primary-dark);
margin-bottom: 4px;
transition: transform 0.2s ease, background-color 0.5s ease;
}
.menu-icon__line-left {
width: 15px;
}
.menu-icon__line-right {
width: 15px;
float: right;
}
header .overlay{
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
}
.nav-active header .overlay{
	opacity: 0.9;
	visibility: visible;
	height: 100%;
	z-index: 1;
}
.overlay .nav {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: var(--fz-xxl, 32px);
	font-weight: 400;
	/* text-align: center; */
	padding: var(--pd-xl, 40px) var(--pd-inline, 150px);
	max-width: 1920px;
	margin-inline: auto;
  }
.overlay .nav ul{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
#menu-main{
	align-items: flex-end;
}
#menu-categories{
	/* flex-wrap: wrap; */
	/* height: 50%; */
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: calc(var(--gap)* 2.5);
}
.nav__content {
	max-width: 50%;
}
#menu-categories .menu-item{
	/* margin-right: 60px; */
}
.overlay .nav ul .menu-item {
position: relative;
display: inline-block;
transition-delay: 0.8s;
opacity: 0;
transform: translate(0%, 100%);
transition: opacity 0.2s ease, transform 0.3s ease;
margin-right: var(--pd-md);
margin-bottom: var(--pd-md);
white-space: nowrap
}
.overlay .nav ul .menu-item::before {
content: "";
position: absolute;
background: var(--primary-color);
width: 20px;
height: 1px;
top: 100%;
transform: translate(0%, 0%);
transition: all 0.3s ease;
z-index: -1;
}
.overlay .nav ul .menu-item:hover::before {
width: 100%;
}

body.nav-active .menu-icon__line {
background-color: #000;
transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
transform: translateX(-2px) rotate(45deg);
}

body.nav-active .overlay .nav ul .menu-item {
opacity: 1;
transform: translateX(0%);
transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.header-left{
	display: flex;
}
.header-search,
.header-right__lang,
.header-right__account a,
.header-right__cart
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	cursor: pointer;
}
.header-right__lang{
	width: 0;
}
.header-right__account{
	margin-right: var(--pd-lg);
}
.header-right__cart{
	position: relative;
}
.header-right__cart .cart-contents{
	position: relative;
	display: inline-flex;
}
div#mini_cart {
    display: flex;
	flex-direction: column;
    position: fixed;
    top: 0;
    right: -200%;
    background-color: #fff;
    height: 100%;
    width: 400px;
	z-index: 995;
}
div#mini_cart.mini-active{
	animation: miniCart .8s ease forwards;
}
@keyframes miniCart {
	0%   {right:-100%}
	100% {right:0%}
}
.mini-header-cart__title{
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #D9D9D9;
}
.mini-header-cart__close{
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: var(--fz-xl, 24px);
	font-weight: 500;
	transform: translateY(-50%);
}
.mini-header-cart__wrapper{
	height: 100%;
	padding: 10px 20px;
}
.mini-header-cart__title{
	font-size: var(--fz-lg, 18);
}
.overlay-blur{
	backdrop-filter: blur(2.5px);
    background: hsla(0, 0%, 40%, .5);
    -webkit-backdrop-filter: blur(0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: 990;
}
#overlayBlur.blur-active{
	opacity: 1;
	visibility: visible;
}
.woocommerce-mini-cart{
	display: grid;
	grid-template-columns: repeat(1, minmax(100px, 1fr));
	max-height: 70vh;
	overflow-y: auto;
}
.widget.woocommerce.widget_shopping_cart,
.widget_shopping_cart_content{
	height: 100%
}
.widget_shopping_cart_content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.woocommerce-mini-cart-item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
    padding: 10px 0;
	gap: 5px;
}
.woocommerce-mini-cart-item__img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.woocommerce-mini-cart li a img{
	max-width: 80px;
}
.woocommerce-mini-cart li a{
	display: flex;
	align-items: center;
	gap: 5px;
}
.woocommerce-mini-cart-item__title{
	display: flex;
	flex-direction: column;
}
.woocommerce-mini-cart-item__title .variation{
	display: flex;
	flex-direction: column;
}
.woocommerce-mini-cart-item__title .variation__wrapper{
	display: flex;
	font-size: 14px;
}
.woocommerce-mini-cart-item__title>div{
	font-weight: 500;
}
.woocommerce-mini-cart-item__title .variation__wrapper dd{
	margin-left: 10px;
}
.woocommerce-mini-cart__total.total{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.woocommerce-mini-cart__total.total span{
	font-size: var(--fz-lg);
	font-weight: 600;
}
.woocommerce-mini-cart__buttons.buttons{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}
.woocommerce-mini-cart__buttons.buttons a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
    cursor: pointer;
    transition: .3s ease-out;
	border: 1px solid var(--primary-dark);
}
.woocommerce-mini-cart__buttons.buttons a.checkout{
	background-color: var(--primary-dark);
	color: #fff;
	margin-top: 10px;
}
.woocommerce-mini-cart__buttons.buttons a:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.header-right__cart span.count{
	display: inline-flex;
	position: absolute;
	right: -8px;
    top: 4px;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 17px;
	height: 17px;
    justify-content: center;
    align-items: center;
    font-size: var(--fz-xxs, 10px);
}
.woocommerce-product-search{
	position: fixed;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}
.form-search__wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--pd-xl, 40px) var(--pd-inline, 150px);
}
.form-search__close{
	cursor: pointer;

    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: var(--fz-xl, 24px);
}
.woocommerce-product-search input[type="search"]{
	width: 100%;
	height: 40px;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: var(--fz-xxl, 32px);
	outline: unset;
}
.form-search__col1{
	position: relative;
	width: 100%;
}
.submit-search{
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: var(--primary-dark);
	border-radius: 0;
	outline: none;
	color: #fff;
	height: 40px;
	cursor: pointer;
	padding: 0 40px;
}
.submit-search:hover{
	background-color: var(--primary-color);
}

@media screen and (max-width: 767px) {
	.nav__content {
		max-width: unset;
		padding-left: 20px;
	}
	.overlay .nav {
		--fz-xxl: clamp(18px, 24vw/7.67, 24px);
		flex-direction: column;
		justify-content: start;
		align-items: start;
		text-align: left;
		gap: calc(var(--gap) * 2);
		font-size: 24px;
		overflow-y: auto;
	}
	/* .overlay .nav ul .menu-item {
		margin-bottom: 10px;
	} */
	#menu-categories {
		display: flex;
		columns: unset;
		text-align: center;
	}
	#menu-main {
		align-items: start;
	}
}
@media screen and (max-width: 539px) {
	.menu-icon__title {
		display: none;
	}
	div#mini_cart {
		width: 390px;
	}
}
/* Footer Section
--------------------------------------------- */
footer.footer{
	--fz-sm: 16px;
	--fz-md: 18px;
	background-color: #FAFAFA;
	margin-top: var(--pd-block, 70px);
}
.footer a,
.footer-col__info span {
	padding: var(--pd-xxs, 5px) var(--pd-xs, 10px) var(--pd-xxs, 5px) 0;
}
.footer__wrapper{
	display: flex;
	justify-content: space-between;
	padding: var(--pd-block, 70px) var(--pd-inline, 150px);
}
.footer__subfooter{
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: var(--pd-xs, 10px);
}
.footer-col:not(:last-child){
	margin-right: var(--pd-xl);
}
.footer-col__info{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.footer-col__info p{
	font-size: var(--fz-md, 18px);
	font-weight: 500;
	margin-bottom: 10px;
}
.footer-col__info a{
	margin-bottom: 10px;
}
.footer-col__social{
	display: flex;
	flex-direction: column;
}

.footer-col__social ul li{
	display: inline-flex;
	margin-bottom: 10px;
}
.footer-col__social ul li a{
	display: inline-flex;
	padding: 0 0 var(--pd-xxs, 5px);
}
.footer__list li{
	margin-bottom: 15px;
	font-size: var(--fz-sm, 16px);
}
.footel-col__title{
	font-size: var(--fz-md, 18px);
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-social ul{
	display: inline-flex;
	flex-direction: column;
}
.footer-social ul li a svg{
	margin-right: 10px;
}
.footer-col__catagory .footer__list{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 280px;
}
.footer-col__catagory .footer__list li{
	margin-right: 20px;
}

@media screen and (max-width: 1023px) {
	.footer__wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: var(--gap);
	}
	.footer-col__catagory .footer__list {
	display: block;
	columns: 2;
	}
	.footer-col__info,
	.footer-social {
		font-size: var(--fz-sm);
	}
	/* .footer-col__catagory {} */
	.footer-col__pages {order: 1;}
	/* .footer-col__social {} */

	.footel-col__title {
		margin-bottom: 10px;
	}
	.footer-col__catagory .footer__list li {
		margin-right: 15px;
	}
	/* .footer__list li,	.footer-col__social ul li {
		margin-bottom: 0;
	}
	.footer-col:not(:last-child) {
		margin: 0;
	} */
}
@media screen and (max-width: 539px) {
	.footer__wrapper {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}
	.footer__wrapper .footer-col,
	.footer-col__catagory .footer__list li,
	.footer a,
	.footer-col__info span {
		margin-right: 0;
		padding-inline: 0;
	}
	.footer-col__catagory .footer__list {
		columns: unset;
		max-height: unset;
	}
	.footer-col__pages {order: unset;}
	.footer-col__logo svg {
		width: 150px;
	}
}
/* Main Slider
--------------------------------------------- */
.main-slider .slick-slide img {
	width: 100%;
}

/* Main Page
--------------------------------------------- */
.main-bestsellers__wrapper,
.main-sales__wrapper,
.main-banner__wrapper,
.main-reviews__wrapper,
.main-blog__wrapper,
.archive-product__wrapper{
	padding: var(--pd-block, 70px) var(--pd-inline, 150px) 0 var(--pd-inline, 150px);
}
.main-bestsellers__title,
.main-sales__title,
.main-reviews__title,
.main-blog__title{
	font-size: var(--fz-xxxl, 42px);
	font-weight: 600;
	margin-bottom: 40px;
}
.product-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	grid-column-gap: var(--gap, 20px);
	grid-row-gap: var(--gap, 20px);
}

.product-grid__item{
	position: relative;
}
.product-grid__item .item-wrapper{
	width: 100%;
}
.product-grid__item a.item-link{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	gap: var(--pd-lg);
}
.sales-label{
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-flex;
	background-color: var(--primary-dark);
	color: var(--primary-color);
	padding: var(--pd-xs, 10px);
	line-height: 1;
	font-weight: 600;
}
.product-grid__item:nth-child(odd){
	background-color: #FAFAFA;
}
.product-grid__item{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: var(--pd-md, 20px) var(--pd-lg, 30px);
}
.main-bestsellers-products .product-grid__item img{
	width: 335px;
	margin-inline: auto;
}
.product-grid__item .item-data{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--pd-xs);
}

.product-grid__item .item-data__title{
	font-size: var(--fz-md, 18px);
}
.product-grid__item .item-data__price{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-weight: 600;
	white-space: nowrap;
	font-size: var(--fz-lg, 22px);
}

.product-grid__item .item-data__price span{
	line-height: 1.0;
}
.item-data__price-sale{
	color: var(--sale-color);
}
.item-data__price-regular{
	color: #707070;
	text-decoration: line-through;
	font-size: 70%;
}
.product-grid__item .item-data__price{
	font-size: var(--fz-lg, 22px);
}
.product-grid__item .item-add{
	margin-top: var(--pd-lg);
}
.product-grid__item .item-add a{
	display: inline-flex;
	width: 100%;
	border: 1px solid var(--primary-dark);
	font-size: var(--fz-md, 18px);
	padding: 14px 0;
	justify-content: center;
	align-items: center;
	transition: .3s ease-out;
}
.product-grid__item:hover .item-add a{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.product-grid__item.item-more{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	background-color: #fff;
	margin-top: 40px;
}
.product-grid__item .btn-more{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.product-grid__item.item-more span:first-child{
	text-align: right;
	margin-right: 20px;
}
.product-grid__item .arrow-more{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	background-color: var(--primary-color);
	border-radius: 50%;
}
.product-grid__item .arrow-more svg{
	transition: .3s ease-out;
}
.product-grid__item .arrow-more:hover svg{
	transform: rotate(45deg);
	transform-origin: center;
}


@media screen and (max-width: 767px) {
	.product-grid{
		grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
	}
	.product-grid__item .item-data {
		flex-direction: column;
		text-align: center;
	}
	.main-bestsellers__title,
	.main-sales__title,
	.main-reviews__title,
	.main-blog__title{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product-grid__item .item-data__price {
		flex-direction: row-reverse;
		align-items: center;
		gap: var(--pd-xxs);
	}
}
@media screen and (max-width: 539px) {
	.product-grid{
		grid-template-columns: repeat(auto-fit, minmax(177px, 1fr));
		gap: 5px;
	}
}
@media screen and (max-width: 360px) {
	.product-grid{
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 5px;
	}
}
.main-banner__wrapper{
	display: flex;
}
.main-banner__item:first-child{
	margin-right: var(--gap, 20px);
}
.main-reviews__title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-reviews__arrows{
	display: flex;
}
.main-reviews__arrows div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: clamp(60px, 80vw/16.80, 80px);
	height: clamp(60px, 80vw/16.80, 80px);
	border-radius: 50%;
	background-color: #DCF4F2;
	cursor: pointer;
	transition: .3s ease-out;
}
.main-reviews__arrows div:hover{
	background-color: var(--primary-color)
}
.main-reviews__arrows div:first-child{
	margin-right: clamp(15px, 28vw/16.80, 28px);
}
.main-reviews__title{
	margin-bottom: 50px;
}
.review-item__wrapper{
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	min-height: 360px;
	padding: var(--pd-xl, 40px) var(--pd-xl, 40px) calc(var(--pd-xl, 40px) * 2);
}

@media screen and (min-width: 1365px) {
	.review-item__wrapper{
		padding: calc(var(--pd-xl, 40px) * 1.5) var(--pd-xl, 40px);
	}
}

.review-item__product,
.review-item__content{
	display: flex;
	/* width: 50%; */
	justify-content: center;
}
.review-item__product img{
	align-self: center;
	width: 200px;
}
.main-reviews__item:nth-child(2n+1) .review-item__wrapper{
	background-color: #FAFAFA;
}
.review-item__content{
	flex-direction: column;

}
.review-item__author,
.review-item__text{
	position: relative;
	width: calc(100% - (var(--pd-xl, 40px) * 2));
	margin-inline: auto;
}
.review-item__author::before,
.review-item__text::after{
	content: '[';
	position: absolute;
	font-weight: 600;
	font-size: var(--fz-md, 18px);
}
.review-item__author::before{
	left: calc(var(--pd-xl, 40px) * -1);
	top: -2ch;
}
.review-item__text::after{
	right: calc(var(--pd-xl, 40px) * -1);
	bottom: -2ch;
	transform: rotate(180deg);
}
.review-item__author{
	font-size: var(--fz-xl, 24px);
	font-weight: 500;
	margin-bottom: 20px;
}
.main-reviews__product {
	/* padding-inline: var(--pd-md, 20px); */
	padding-inline: var(--pd-xl, 40px);
}
.main-reviews__product-link{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.main-reviews__product-title{
	margin-bottom: 10px;
}
.main-reviews__product-stars{
	margin-bottom: 20px;
}
.main-reviews__product-price{
	font-size: var(--fz-md, 18px);
	font-weight: 500;
}
.main-reviews__product-stars{
	display: inline-flex;
	align-items: center;
}
.rating-count{
	color: #707070;
	margin-left: 10px;
}
.main-blog__list{
	display: flex;
	flex-direction: row;
	gap: var(--gap, 20px);
}
/* .main-blog__item.article-item:first-child{
	margin-right: 10px;
}
.main-blog__item.article-item:last-child{
	margin-left: 10px;
} */
.main-blog__item-img.article-item__img{
	margin-bottom: 20px;
}
.main-blog__item .article-item__title{
	font-size: var(--fz-xl, 24px);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.main-blog__item .article-item__excerpt{
	margin-bottom: 30px;
}
.main-blog__item .article-item__link{
	display: inline-flex;
	font-size: var(--fz-md, 18px);
	padding: var(--pd-sm, 15px) 30px var(--pd-sm, 15px) 0;
	margin-left: 15px;
	position: relative;
}
.main-blog__item .article-item__link::after{
	content: "";
position: absolute;
background: var(--primary-color);
width: 20px;
height: 1px;
top: 100%;
transform: translate(0%, 0%);
transition: all 0.3s ease;
z-index: -1;
}
.main-blog__item .article-item__link:hover::after{
	width: 100%;
}

@media screen and (max-width: 1365px) {
	.review-item__wrapper {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 767px) {
	.review-item__wrapper {
		padding: var(--pd-md, 20px);
	}
	.main-reviews__product {
		padding-inline: var(--pd-md, 20px);
	}
	.review-item__author, .review-item__text {
		width: calc(100% - var(--pd-xl, 40px));
	}
	.review-item__author::before,
	.review-item__text::after {
		display: none;
	}

}

/* Product Page
--------------------------------------------- */
.product__wrapper{
	padding: var(--pd-block, 70px) var(--pd-inline, 150px) 0 var(--pd-inline, 150px);
}
.product__grid{
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap, 20px) 0;
}

.product__img,
.product__data,
.woocommerce-tabs,
.product__grid .product__gallary {
	flex-basis: 50%;
}

.product__img{
	position: relative;
	text-align: center;
	background-color: #FAFAFA;
}

span.onsale{
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-flex;
	background-color: var(--primary-dark);
	color: var(--primary-color);
	padding: var(--pd-xs, 10px);
	line-height: 1;
	font-weight: 600;
}
.product__data{
	display: flex;
	flex-direction: column;
	padding: 0px var(--pd-xs, 10px) var(--pd-xs, 10px) var(--pd-inline, 150px);
}
.product__breadcrumb{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: var(--pd-xl, 40px);
}
.product__breadcrumb .product__backpage button{
	display: inline-flex;
	align-items: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: var(--fz-xs, 14px);
}
.product__breadcrumb .woocommerce-breadcrumb{
	font-size: var(--fz-xs, 14px);
}
.product__breadcrumb .product__backpage button svg{
	margin-right: 8px;
}
.product__grid .product_title{
	margin-bottom: var(--pd-lg, 30px);
	font-size: var(--fz-xxl, 32px);
}
.ui-accordion-header {
	cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 24px 0;
}
.ui-accordion-header-collapsed{
	position: relative;
	border-bottom: 1px solid var(--primary-dark);
}
.ui-accordion-header-active{
	position: relative;
}
.ui-accordion-header-active::after,
.ui-accordion-header-collapsed::after{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 500;
	transition: .3s ease-in-out;
}
.ui-accordion-header-collapsed::after{
	content: "+";
}
.ui-accordion-header-active::after{
	content: "-";
}
#ui-id-2 p{
	margin-bottom: 10px;
}
.woocommerce-product-details__short-description{
	margin-bottom: 10px;
}
.woocommerce-product-details__short-description img{
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.woocommerce-product-details__short-description p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.single-product div.product table.variations .pa_ob-yem th.label,
.single-product div.product table.variations .pa_aromat th.label{
	display: none !important;
}
.variations_form tbody{
	display: inline-flex;
	flex-direction: column;
}
.variations_form .attribute_pa_ob-yem{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.variations_form tr.pa_ob-yem{
	margin-bottom: 20px;
}
/* Стили для контейнера радиокнопок */
.variation-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Стили для меток */
.variation-radios label {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    border: 1px solid var(--primary-dark);
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Скрыть оригинальные элементы select, только для преобразованных атрибутов */
.variations_form select.hidden-select {
    display: none;
}

/* Стили для радиокнопок */
.variation-radios input[type="radio"] {
    display: none;
}

/* Стили для выбранных радиокнопок */
.variation-radios input[type="radio"]:checked + label {
    background-color: var(--primary-dark);
    color: #fff;
}

/* Стили для радиокнопок при наведении */
.variation-radios label:hover {
    background-color: var(--primary-dark);
	color: #fff;
}
.variations select {
	appearance: none; /* Убираем стандартные стили браузера */
	-webkit-appearance: none; /* Для Safari */
	-moz-appearance: none; /* Для Firefox */
	border: none;
	background: none;
	outline: none;
}
.variations .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.variations .custom-select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid var(--primary-dark);
    border-radius: 0;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.variations tr:not(.pa_ob-yem) .custom-select-wrapper::after {
    content: url('assets/images/select-icon.svg');
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 30px;
    pointer-events: none;
    transform: translateY(-50%);
}


.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: var(--primary-dark) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	width: 100%;
}
.product__grid .variations{
	margin-bottom: 40px;
}
.product .product__grid .price{
	display: flex;
	flex-direction: column;
	font-size: var(--fz-xxl, 32px);
	font-weight: 500;
	margin-bottom: 30px;
}
.product .product__grid .price del{
	color: #707070;
	font-size: 70%;
}
.product .product__grid .price ins{
	color: #F04242;
}

.product .product__grid .quantity{
	display: none;
}
.btn_buy{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--primary-dark);
	width: 48%;
	/* width: calc(50% - (var(--gap)/2)); */
	height: 60px;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	line-height: inherit;
	cursor: pointer;
	transition: .3s ease-out;
}
.btn_buy:hover,
.oneclick.btn_buy:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
button.btn_buy{
	/* margin-right: 14px; */
	background-color: var(--primary-dark);
	color: #fff;
	padding-inline: 5px;
}
.oneclick.btn_buy{
	background-color: #fff;
	color: var(--primary-dark);
	text-align: center;
	padding-inline: 5px;
}
/* a.btn_buy{
	margin-left: 14px;
} */
.product__payments{
	margin-top: 20px;
}
summary::marker{
	font-size: 0;
}
.woocommerce-tabs{
	padding-right: 20px;
}
.woocommerce-tabs details{
	padding: 24px 0;
	border-top: 1px solid var(--primary-dark);
	transition: .5s ease-out;
}

.woocommerce-tabs details:last-child{
	border-bottom: 1px solid var(--primary-dark);
}
.woocommerce-tabs summary{
	position: relative;
	font-size: var(--fz-xl, 24px);
	transition: .5s ease-out;
	cursor: pointer;
}
.woocommerce-tabs summary::after{
	content: "+";
	position: absolute;
	font-size: var(--fz-xl, 24px);
	font-weight: 500;
	top: 0;
	right: 0;
}
.woocommerce-tabs details p,
.woocommerce-tabs details table
{
	padding-top: 24px;
}

.woocommerce-tabs .shop_attributes p {
	padding-top: 0;
}

details[open] > summary::after{
	content: "-";
}
.product__grid .product__gallary{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FAFAFA;
}
.product-review{
	padding: var(--pd-block, 70px) 0;
}
.product-review__title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: var(--fz-xxl, 32px);
	font-weight: 600;
	margin-bottom: 40px;
}
.product-review__arrows{
	display: flex;
}
.product-review__arrows div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: clamp(60px, 80vw/16.80, 80px);
	height: clamp(60px, 80vw/16.80, 80px);
	border-radius: 50%;
	background-color: #DCF4F2;
	cursor: pointer;
	transition: .3s ease-out;
}
.product-review__arrows div:first-child {
	margin-right: clamp(15px, 28vw/16.80, 28px);
}
.product-review__arrows div:hover {
	background-color: var(--primary-color);
}
.product-review__item{
	padding: 40px;
	position: relative;
}
.product-review__item::before,
.product-review__item::after{
	content: '[';
	position: absolute;
	font-weight: 600;
	font-size: var(--fz-md, 18px);
}
.product-review__item::before{
	left: 20px;
	top: 20px;
}
.product-review__item::after{
	right: 20px;
	bottom: 20px;
	transform: rotate(180deg);
}
.product-review__item:nth-child(2n+1){
	background-color: #FAFAFA;
}
.product-review__item-author{
	font-size: var(--fz-xl, 24px);
    font-weight: 500;
    margin-bottom: 10px;
}
.prodcut-review__item-rating{
	margin-bottom: 20px;
}
.product-review-btn__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: var(--pd-xl) 0;
}
.product-review-btn__wrapper a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-dark);
    color: #fff;
    padding: 10px 40px;
    height: 60px;
	transition: .3s ease-out;
}
.product-review-btn__wrapper a:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.product-review-btn__wrapper a svg{
	margin-right: 10px;
}
#review_form_wrapper{
	padding: 40px;
	width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
}
#review_form #reply-title{
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}
#review_form .comment-notes{
	font-size: 12px;
	font-style: italic;
}
#review_form p{
	position: relative;
	margin-bottom: 10px;
}
#review_form  .comment-form-rating{
	margin-bottom: 10px;
}
#review_form .comment-form-comment label,
#review_form .comment-form-author label,
#review_form .comment-form-email label{
	display: none;
}
#review_form .form-submit input[type="submit"]{
	display: inline-flex;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    height: 40px;
    color: #fff;
    margin-top: 20px;
}
#review_form span.required{
	color: red;
    position: absolute;
	background-color: #fff;
}
#review_form input{
	width: 100%;
}
#review_form input[type="text"],
#review_form input[type="email"]{
	height: 40px;
    padding-left: 16px;
}
#review_form .comment-form-author span.required,
#review_form .comment-form-email span.required{
    right: 14px;
    top: 14px;
	width: 14px;
	height: 14px;
}
#review_form .comment-form-comment span.required{
    right: 14px;
    top: -7px;
	width: 14px;
	height: 14px;
}
#review_form .must-log-in{
	text-align: center;
	margin: 20px 0;
}
.product__wrapper .up-sells ul{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	grid-gap: var(--gap, 20px);
	margin-top: var(--gap, 20px);
}
.product__wrapper .up-sells .upsells__title{
	font-size: var(--fz-xxl, 32px);
	font-weight: 600;
    margin-bottom: 40px;
}


@media screen and (max-width: 1023px) {
	.single-product .product__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: unset
	}
	.product__data {
		padding-inline: 0;
	}
	.woocommerce-tabs {
		padding-right: 0;
	}
	.product__img img, .product__gallary img {
		max-height: 500px;
	}
}
@media screen and (max-width: 767px) {
	.single-product .product__wrapper .up-sells ul {
		grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
	}
	.single-product .products .item-data {
		flex-direction: column;
		text-align: center;
	}
	.single-product .products .item-data__price .price {
		flex-direction: row;
		align-items: center;
		gap: var(--pd-xxs);
	}


	.product-review__item{
		padding: var(--pd-xl, 40px);
	}
	.product-review__item::before,
	.product-review__item::after {
		display: none;
	}
}

@media screen and (max-width: 539px) {
	.main-banner__wrapper{
		flex-direction: column;
	}
	.main-banner__item:first-child{
		margin-right: 0;
	}
	.single-product .product__wrapper .up-sells ul {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		gap: 5px;
	}

	.single-product .products .item-data__price .price {
		flex-direction: column;
	}
	.product-btn__wrapper, .woocommerce-variation-add-to-cart{
		flex-direction: column;
	}
	.btn_buy{
		width: 100%;
	}
	button.btn_buy{
		margin-bottom: 10px;
	}
	.product__data .product__payments .product__payments-icon svg{
		width: 70px;
	}
	.product__data .product__payments{
		justify-content: space-between;
	}
}

/* Archive Product Page
--------------------------------------------- */
.woocommerce-products-header{
	padding: var(--pd-md, 20px) var(--pd-inline, 150px) 0 var(--pd-inline, 150px);
}
.archive-product__breadcrumb{
	padding: 0 var(--pd-inline, 150px);
}
.archive-product__wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: var(--pd-md, 20px) var(--pd-inline, 150px) 0 var(--pd-inline, 150px);
}
.archive-product__filter{
	display: flex;
	flex-direction: column;
	width: 25%;
	padding-right: var(--pd-xl, 40px);
}
.archive-product__loop{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 75%;
	/* width: calc(100% - 390px); */
}
p.woocommerce-result-count{
	margin-right: 10px;
}
.archive-product__wrapper .products{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: var(--gap, 20px);
	margin-top: var(--gap, 20px);
	width: 100%;
}
ul.products li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	padding: var(--pd-md, 20px);
	position: relative;
}

ul.products li:nth-child(2n+2){
	background-color: #fafafa;
}
.woocommerce-loop-product__title{
	font-size: var(--fz-md, 18px);
	padding-right: 8px;
	font-weight: 400;
}
ul.products li a.add_to_cart_button{
	display: inline-flex;
    width: 100%;
    border: 1px solid var(--primary-dark);
    font-size: var(--fz-md, 18px);
    padding: 14px 0;
    justify-content: center;
    align-items: center;
    transition: .3s ease-out;
}
ul.products li:hover a.add_to_cart_button{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
ul.products li img{
	display: block;
	margin-inline: auto;
	margin-bottom: var(--pd-md);
}
ul.products li .item-data{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: var(--pd-lg);
}
ul.products li .item-data__price{
	display: flex;
	align-items: flex-end;
	font-size: var(--fz-lg, 22px);
	font-weight: 600;
}
ul.products li .item-data__price span.price{
	display: inline-flex;
	flex-direction: column;
    align-items: flex-end;
}
ul.products li .item-data__price del{
	color: #707070;
    font-size: 70%;
}
ul.products li .item-data__price ins{
	color: var(--sale-color);
}
#wow{
	border-radius: 500px 500px 0 0 !important;
    background-color: #DCF4F2 !important;
}
#wow a.add_to_cart_button{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
#wow::before{
	--size: min(110px, 15vw);
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background-image: url('assets/images/wow.svg');
	background-repeat: no-repeat;
	background-size: var(--size);
	width: var(--size);
	height: var(--size);

}

@media screen and (max-width: 1439px) {
	/* .archive-product__wrapper .products{
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	} */
	.archive ul.products li .item-data {
		flex-direction: column;
		gap: var(--gap);
	}
	.archive ul.products li .item-data__price span.price {
		flex-direction: row;
		align-items: center;
		gap: var(--pd-xxs);
	}
}
@media screen and (max-width: 1023px) {
	.page-title {
		font-size: var(--fz-xxl, 32px);
	}
	.archive-product__filter {
		width: calc(35% - var(--pd-xl));
	}
	.archive-product__loop {
		width: 65%;
	}
	.archive-product__wrapper .products {
		grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
	}
	.product__backpage {
		display: none;
	}
	.archive-product__breadcrumb {
		/* margin-bottom: var(--gap, 20px); */
		margin-bottom: 0;
	}
	p.woocommerce-result-count {
		margin-right: 0;
		margin-bottom: var(--gap, 20px);
		width: 100%;
		text-align: right;
	}
	.woocommerce-ordering {
		/* width: 100%; */
		margin-left: auto;
	}
}

@media screen and (max-width: 768px) {
	.archive-product__wrapper .products {
		grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
	}

	.archive-product__loop {
		width: 100%;
	}
	.archive-product__filter {display: none;}
	.archive .wpc_show_bottom_widget .wpc-filters-open-button-container {
		margin-block: 0;
	}
	p.woocommerce-result-count {
		text-align: left;
	}
	.woocommerce-ordering {
		margin-left: 0;
		margin-right: auto;
	}
}

@media screen and (max-width: 539px) {
	.archive-product__wrapper .products {
		grid-template-columns: repeat(auto-fit, minmax(177px, 1fr));
		gap: 5px;
	}
}

@media screen and (max-width: 394px) {
	#wow::before {
		--size: min(110px, 25vw);
	}
}

/* Cart Page
--------------------------------------------- */

.cart__wrapper{
	padding: var(--pd-block, 70px) var(--pd-inline, 150px) 0 var(--pd-inline, 150px);
}
.cart__wrapper .woocommerce{
	/* display: flex;
	justify-content: space-between; */
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: var(--gap, 20px);
}
.cart__wrapper .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
	margin-top: var(--gap, 20px);
}
.cart__wrapper .woocommerce-cart-form {

}
.cart__wrapper .cart-collaterals .cart_totals{
	width: 100%;
}
.cart__wrapper .cart-collaterals .cart_totals #shipping_method{
	text-align: right;
}
.cart td.product-quantity .quantity{
	display: flex !important;
	justify-content: center;
}
.woocommerce-cart-form__contents thead tr th{
	padding: 10px 20px;
}
.woocommerce-cart-form__contents thead tr th.product-name{
	text-align: left;
}
.woocommerce-cart-form__contents thead tr th.product-subtotal{
	text-align: right;
}
.woocommerce-cart-form__contents .product-thumbnail{
	text-align: center;
}
.woocommerce-cart-form__contents .product-thumbnail img,
.checkout__wrapper .product-thumbnail img{
	max-width: 100px;
}
.woocommerce-cart-form__contents tbody tr{
	position: relative;
}

.woocommerce-cart-form__contents tbody tr::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
}
.woocommerce-cart-form__contents .product-name__wrapper{
	display: flex;
	flex-direction: column;
	/* padding-right: 20px; */
}
.woocommerce-cart-form__contents .product-name__wrapper a,
.woocommerce-checkout-review-order-table .product-name__title{
	font-size: 18px;
	line-height: 1.15;
	font-weight: 500;
	margin-bottom: 10px;
}
.woocommerce-cart-form__contents tr td,
.woocommerce-checkout-review-order-table tr td{
	padding: 20px 5px;
}
.woocommerce-cart-form__contents .product-name dl.variation,
.woocommerce-checkout-review-order-table .product-name dl.variation{
	display: flex;
	flex-direction: column;
	margin: 0 0 10px 0;
}
.woocommerce-cart-form__contents .product-name dl.variation .variation__wrapper,
.woocommerce-checkout-review-order-table .product-name dl.variation .variation__wrapper{
	display: flex;
}
.woocommerce-cart-form__contents .product-name dl.variation dd,
.woocommerce-cart-form__contents .product-name dl.variation dt,
.woocommerce-checkout-review-order-table .product-name dl.variation dd,
.woocommerce-checkout-review-order-table .product-name dl.variation dt{
	font-size: 14px;
}
.woocommerce-cart-form__contents .product-name dl.variation dt,
.woocommerce-checkout-review-order-table .product-name dl.variation dt{
	font-weight: 500;
}
.woocommerce-cart-form__contents .product-name dl.variation dd,
.woocommerce-checkout-review-order-table .product-name dl.variation dd{
	margin-left: 10px;
}
.product-quantity input[type="number"]{
	border: 0;
	width: 50px;
	text-align: center;
}
/* .product-quantity button{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	background-color: var(--primary-dark);
	border: 0;
	width: 32px;
	height: 32px;
	border-radius: 0;
	cursor: pointer;
	color: #fff;
	padding: 0;
} */
.product-quantity button{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 300;
	background-color: transparent;
	border: 0;
	width: 22px;
	height: 22px;
	border-radius: 0;
	cursor: pointer;
	color: var(--primary-dark);
	padding: 0;
	font-size: 32px;
	line-height: 1;
}
.woocommerce-cart-form__contents tbody .product-subtotal,
.woocommerce-checkout-review-order-table td.product-total{
	font-size: 22px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce-cart-form__contents tbody .product-subtotal__wrapper,
.woocommerce-checkout-review-order-table .product-total__wrapper{
	display: flex;
	flex-direction: column;
	text-align: right;
}
.woocommerce-cart-form__contents tbody .product-subtotal del,
.woocommerce-checkout-review-order-table .product-total del{
	color: #707070;
    font-size: 70%;
}
.woocommerce-cart-form__contents tbody .product-subtotal .total-sale,
.woocommerce-checkout-review-order-table .product-total .total-sale{
	display: inline-flex;
	font-size: 14px;
	justify-content: flex-end;
	white-space: nowrap;
}
.cart-collaterals{
	display: flex;
	padding: var(--pd-md, 20px) var(--pd-xl, 40px);
	margin-left: var(--pd-xl, 40px);
	background-color: #fafafa;
}
.cart-collaterals tbody tr{
	position: relative;
}
.cart-collaterals tbody tr th{
	text-align: left;
}
.cart-collaterals tbody tr th,
.cart-collaterals tbody tr td{
	font-weight: 500;
	padding: 20px 5px;
}
.cart-collaterals tbody tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
}
.cart-collaterals .woocommerce-shipping-destination{
	display: none;
}
.cart-collaterals .cart-subtotal td,
.cart-collaterals .total-sale td,
.cart-collaterals tbody .order-total td{
	text-align: right;
}
.cart-collaterals tbody td bdi{
	font-size: 22px;
	font-weight: 500;
}
.cart-collaterals tbody .order-total td bdi{
	font-weight: 600;
}
.wc-proceed-to-checkout{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.wc-proceed-to-checkout a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
    cursor: pointer;
    transition: .3s ease-out;
	border: 1px solid var(--primary-dark);
}
.wc-proceed-to-checkout a:first-child{

	background-color: var(--primary-dark);
	color: #fff;
}
.wc-proceed-to-checkout a:last-child{
	margin-top: 10px;
}
.wc-proceed-to-checkout a:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.product-btn__wrapper,
.woocommerce-variation-add-to-cart{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mfp-close-btn-in .mfp-close{
	display: none;
}
#custom-order-form,
#form-response,
#b2b-order-form{
	display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}
#form-response{
	height: 339px;
	text-align: center;
}
.mfp-custom-order-form__btn-close,
.mfp-cb2b-order-form__btn-close{
	display: inline-flex;
    justify-content: center;
    align-items: center;
	background-color: var(--primary-dark);
	color: #fff;
    border: 1px solid var(--primary-dark);
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
    cursor: pointer;
    transition: .3s ease-out;
	margin: 20px 0;
}
.custom-order-form__wrapper,
.b2b-order-form__wrapper{
	display: flex;
	flex-direction: column;
	padding: 40px;
}
.custom-order-form__title,
.b2b-order-form__title{
	position: relative;
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}
.mfp-custom-order-form__close,
.mfp-b2b-order-form__close{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
#custom-order-form label,
#b2b-order-form label{
	display: none;
}
#custom-order-form input#customer_name,
#custom-order-form input#customer_tel,
#b2b-order-form input#b2b_name,
#b2b-order-form input#b2b_company,
#b2b-order-form input#b2b_tel{
	display: flex;
	width: 100%;
	position: relative;
	height: 40px;
	padding: 0 16px;
}
.mfp-custom-order__input-group,
.mfp-b2b-order__input-group{
	position: relative;
}
.mfp-custom-order__input-group input,
.mfp-b2b-order__input-group input{
	margin-bottom: 10px;
}
.mfp-custom-order__input-group::after,
.mfp-b2b-order__input-group::after{
	content: "*";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: 0;
	font-size: 18px;
}
#custom-order-form button,
#b2b-order-form button{
	display: inline-flex;
    justify-content: center;
    align-items: center;
	background-color: var(--primary-dark);
	color: #fff;
    border: 1px solid var(--primary-dark);
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
    cursor: pointer;
    transition: .3s ease-out;
	margin: 20px 0;
}
.wpc-filter-product_cat ul{
	display: flex;
	flex-direction: column;
}

.archive-product__filter .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{
	padding: 6px 10px;
	border: none;
	border-radius: 0;
}
.archive-product__filter .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
	border: 1px solid var(--primary-dark);
	border-radius: 0;
}
body .archive-product__filter .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper{
	background-color: var(--primary-dark);
}
.archive-product__filter .wpc-filter-title{
	border-bottom: 1px solid #D3D3D3;
    font-size: var(--fz-md);
    padding-bottom: 10px;
}
.archive-product__filter .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]{
	width: 16px;
	height: 16px;
}
body .archive-product__filter .wpc-filter-chips-list li.wpc-chip-reset-all a{
	background-color: #cc8181;
	color: #fff;

}
body .archive-product__filter .wpc-filter-chips-list a,
body .archive-product__filter .wpc-filter-chips-list li.wpc-filter-chip a{
	border-radius: 0;
	padding: 4px 10px;
}
body ul.wpc-filter-chips-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
body .archive-product__filter .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a{
	border-color: var(--primary-dark);
}

.archive-product__wrapper .term-description{
	display: flex;
	flex-wrap: wrap;
	margin-block: var(--pd-block, 70px);
	max-height: 300px;
	height: 100%;
	overflow-y: auto;
}
.archive-product__wrapper .term-description p{
	margin-bottom: 10px;
}
body .archive-product__wrapper .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{
	background-color: var(--primary-dark);
}
.woocommerce-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 40px 0;
}
.woocommerce-pagination ul{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fz-lg);
}
.woocommerce-pagination ul li{
	margin: 5px 10px;
}
.woocommerce-pagination ul li a.page-numbers{
    padding: 5px 10px;
}
a.next.page-numbers,
a.prev.page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(60px, 80vw / 16.80, 80px);
    height: clamp(60px, 80vw / 16.80, 80px);
    border-radius: 50%;
    background-color: #DCF4F2;
    cursor: pointer;
    transition: .3s ease-out;
}
a.next.page-numbers:hover,
a.prev.page-numbers:hover{
	background-color: var(--primary-color);
}
span.page-numbers.current{
	color: #707070;
}
.woocommerce-cart-form .coupon input{
    height: 40px;
    padding: 0 16px;
	border-radius: 0
}
.woocommerce-cart-form .coupon{
	display: flex;
	width: fit-content;
}
.woocommerce-cart-form .coupon button{
	display: inline-flex;
	height: 40px;
	background-color: var(--primary-dark);
	border: 1px solid var(--primary-dark);
	cursor: pointer;
	color: #fff;
	border-radius: 0;
}
.woocommerce-cart-form .coupon button:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.checkout__wrapper{
	padding: var(--pd-block, 70px) var(--pd-inline, 150px) 0 var(--pd-inline, 150px);
}

.checkout #customer_details{
	display: flex;
	flex-direction: column;
	width: 75%;
}
.checkout #order_review{
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 20px 40px;
    margin-left: 40px;
    background-color: #fafafa;
}
p#billing_country_field{
	display: none !important;
}
.checkout__wrapper .thwmscf_accordion_step .thwmscf-content{
	box-shadow: unset;
    border-radius: 0;
}
.checkout__wrapper .thwmscf-accordion-label,
.checkout__wrapper .thwmscf-accordion-label.active{
	border-radius: 0;
}
.checkout__wrapper .thwmscf-wrapper .thwmscf-buttons{
	text-align: center;
}
.checkout__wrapper .thwmscf-accordion-label{
	background-color: #FAFAFA !important;
	color: var(--primary-dark) !important;
}
.checkout__wrapper .thwmscf-buttons .button-prev,
.checkout__wrapper .thwmscf-buttons .button-next{
    display: inline-flex;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    border-radius: 0;
    cursor: pointer;
    height: 40px;
    color: #fff;
    margin-top: 20px;
    padding: 5px 25px;
	transition: .3s ease-out;
}
.checkout__wrapper .thwmscf-buttons .button-prev:hover,
.checkout__wrapper .thwmscf-buttons .button-next:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.checkout__wrapper .woocommerce-input-wrapper{
	position: relative;
	width: 100%;
	max-width: 400px;
}
.checkout__wrapper p.form-row{
	display: flex;
}
.checkout__wrapper .woocommerce-input-wrapper input{
	display: flex;
    width: 100%;
    position: relative;
    height: 40px;
    padding: 0 16px;
    margin-bottom: 10px;
}
.checkout__wrapper .woocommerce-billing-fields .woocommerce-input-wrapper::after {
    content: "*";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    font-size: 18px;
}
#ship-to-different-address,
#shipping_country_field{
	display: none;
}
.woocommerce-shipping-methods label{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.woocommerce-shipping-methods label svg{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.wcus-checkout-fields h3{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.shipping_address .zen-ui-select{
	max-width: 400px;
}
.shipping_address .zen-ui-select__value{
	margin-bottom: 10px;
}
.thwmscf-tab-panel #order_review_heading{
	display: none;
}
.checkout__wrapper .product-thumbnail{
	text-align: center;
}
.thankyou-table__body .product-name {
	text-align: left;
}
.woocommerce-checkout-review-order-table tfoot{
	background-color: #fafafa;
}
form.checkout .woocommerce-billing-fields__title{
	display: none;
}
.checkout-coupon-toggle{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}
.checkout-coupon-toggle .woocommerce-info{
	display:flex;
    border: 1px solid var(--primary-dark);
    height: 40px;
    align-items: center;
}
.checkout-coupon-toggle .woocommerce-info .show-coupon{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-dark);
	color: #fff;
	height: 100%;
	padding: 0 10px;
}
.checkout-coupon-toggle .woocommerce-info span{
	padding: 0 10px;
}
.thwmscf-tab-panel .coupon-form{
	display: flex;
	flex-wrap: wrap;
}
.thwmscf-tab-panel .coupon-form p:first-child{
	width: 100%;
	margin-bottom: 10px;
}
.thwmscf-tab-panel .coupon-form p input#coupon_code{
	height: 40px;
    padding: 0 16px;
    border-radius: 0;
}
.thwmscf-tab-panel .coupon-form p button{
	display: inline-flex;
    height: 40px;
    background-color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    cursor: pointer;
    color: #fff;
    border-radius: 0;
}
.ui-accordion-content{
	position: relative;
	max-height: 400px;
	overflow-y: auto;
}
.woocommerce-checkout-payment{
	margin-top: 40px;
}
.woocommerce-checkout-payment__title{
	font-size: var(--fz-md);
    font-weight: 500;
    margin-bottom: 10px;
}

.woocommerce-checkout-payment .wc_payment_method{
    margin-bottom: 20px;
    background-color: #fafafa;
    padding: 15px 20px;
    width: 100%;
    align-items: center;
}
.woocommerce-checkout-payment .wc_payment_method label{
	display: inline-flex;
    cursor: pointer;
	font-size: var(--fz-md);
}
.woocommerce-checkout-payment .wc_payment_method label img{
	margin-left: 10px;
}
.payment_box.payment_method_cod{
	padding: 5px 20px;
    font-size: var(--fz-sm);
    font-style: italic;
}
#place_order{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: var(--primary-dark);
    color: #fff;
    border-radius: 0;
    height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 40px;
    cursor: pointer;
	transition: .3s ease-in-out;
}
#place_order:hover{
	background-color: var(--primary-color);
}
.woocommerce-privacy-policy-text{
	font-size: var(--fz-xs);
	margin-bottom: 20px;
}
#not_call{
	margin-bottom: 40px;
}
#not_call p{
	flex-direction: row;
	padding: 15px 20px;
	background-color: #fafafa;
}
#not_call p span{
	max-width: unset;
}
#not_call p span label{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: center;
}
#not_call p span label input{
	width: unset;
	margin-bottom: 0;
	margin-right: 10px;
}
.fss_table{
	display: flex;
	justify-content: space-between;
}
.fss_table_header{
	display: none;
}
.fss_table_body{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.fss_table_body .cart_item{
	display: flex;
	width: 100%;
	align-items: center;
	padding: 20px 5px;
	border-bottom: 1px solid #D9D9D9;
}
.fss_table_body .cart_item div{
	padding: 0 5px;
}
.fss_table_body .cart_item .product-name{
	width: 100%;
}
.fss_table_body .cart_item .product-total{
	font-size: 22px;
    font-weight: 500;
	white-space: nowrap
}
.fss_table_footer{
	display: flex;
    flex-direction: column;
    padding: var(--pd-md, 20px) var(--pd-xl, 40px);
    margin-left: var(--pd-xl, 40px);
    background-color: #fafafa;
	min-width: 390px;
}
.fss_table_footer>div{
	display: flex;
	justify-content: space-between;
	font-weight: 500;
    padding: 20px 5px;
	border-bottom: 1px solid #D9D9D9;
}
.woocommerce-error li{
	background-color: #ff9797;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 20px;
}
.woocommerce-message{
	padding: 5px 10px;
    text-align: center;
    background-color: var(--primary-color);
}
.page__wrapper{
	display: flex;
	flex-direction: column;
	padding: var(--pd-sm, 15px) var(--pd-inline, 150px);
}
.page__wrapper .entry-header{
	margin-bottom: var(--pd-xl, 40px);
}
.customer-login__wrapper{
	display: flex;
	justify-content: space-between;
}
.customer-login__wrapper .col-1,
.customer-login__wrapper .col-2{
	display: flex;
	flex-direction: column;
	padding: var(--pd-xl, 20px) var(--pd-xl, 40px);
	width: 48%;
}
.customer-login__wrapper .col-1{
	background-color: #fafafa;
}
.customer-login__wrapper .col-1 h2,
.customer-login__wrapper .col-2 h2{
	margin-bottom: 20px;
}
.l-hidden label{
	display: none;
}
.l-hidden input{
	width: 100%;
	height: 40px;
    padding: 0 16px;
    border-radius: 0;
	margin-bottom: 10px;
}
.p-button{
	display: flex;
	flex-direction: column;
}
.customer-login__wrapper button[type="submit"],
.lost_reset_password button[type="submit"]{
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-dark);
	color: #fff;
	border-radius: 0;
	height: 40px;
	cursor: pointer;
	margin: 20px 0;
	border: none;
	transition: .3s ease-in-out;
}
.customer-login__wrapper button[type="submit"]:hover,
.lost_reset_password button[type="submit"]:hover{
	background-color: var(--primary-color);
}
form.lost_reset_password{
	display: flex;
	flex-direction: column;
	padding: 20px 40px;
	background-color: #fafafa;
}
form.lost_reset_password p{
	margin-bottom: 20px;
}
.woocommerce-account-dashboard{
	display: flex;
}

.woocommerce-checkout .input-text {
	padding: 9px 12px;
}

@media screen and (max-width: 1439px) {
	.woocommerce-cart-form__contents thead tr th{
		padding: 10px 5px;
	}

	.woocommerce-cart-form__cart-item .product-thumbnail {
		padding-inline: 0;
	}

	.woocommerce-cart-form__contents tr td,
	.woocommerce-checkout-review-order-table tr td {
		padding: 10px 5px;
	}
	.woocommerce-cart-form__contents tr td:first-of-type,
	.woocommerce-checkout-review-order-table tr td:first-of-type {
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce-cart-form__contents tr td:last-of-type,
	.woocommerce-checkout-review-order-table tr td:last-of-type {
		padding-right: 0;
	}

	.woocommerce-cart-form__contents .product-thumbnail img,
	.checkout__wrapper .product-thumbnail img {
		max-width: clamp(68px, 100vw/14.40, 100px);
	}
	.product-quantity input[type="number"]{
		width: 38px;
		font-size: clamp(15px, 16vw/14.40, 16px);
	}

	.woocommerce-cart-form__contents tbody .product-subtotal,
	.woocommerce-checkout-review-order-table td.product-total{
		padding-left: 5px;
		padding-right: 5px;
	}
	.woocommerce-cart-form__contents .product-name__wrapper a,
	.woocommerce-checkout-review-order-table .product-name__title{
		font-size: clamp(15px, 18vw/14.40, 18px);
	}
	.woocommerce-cart-form__contents tbody .product-subtotal,
	.woocommerce-checkout-review-order-table td.product-total {
		font-size: clamp(15px, 18vw/14.40, 18px);
		line-height: 1.15;
	}
	.product-name__wrapper .woocommerce-Price-amount {
		font-size: clamp(14px, 16vw/14.40, 16px);
	}
	/* .woocommerce-Price-currencySymbol {
		display: block;
	} */
}

@media screen and (max-width: 1023px) {
	.entry-title {
		font-size: var(--fz-xxl, 32px);
	}
	.cart__wrapper .woocommerce {
		grid-template-columns: 1fr;
	}
	.cart-collaterals {
		margin-left: 0;
	}
	.cart_totals {
		width: 100%;
	}
	.checkout__wrapper .thwmscf-wrapper .thwmscf-tab-panel {
		padding-left: 0;
		padding-right: 0;
	}
	.fss_table_body .cart_item .product-total {
		font-size: 16px;
	}

	.fss_table {
		display: grid;
		grid-template-columns: 1fr;
	}
	.fss_table_footer {
		margin-left: 0;
		min-width: unset;
	}
	.fss_table_body .cart_item .product-thumbnail img {
		max-width: clamp(75px, 100vw/7.67, 100px);
	}
	.cart_item .product-name__title {
		font-size: var(--fz-md, 18px);
	}
}

@media screen and (max-width: 767px) {
	.entry-header {
		margin-bottom: var(--pd-xl, 40px);
	}
	.entry-content h2 {
		font-size: var(--fz-xl, 24px);
	}
	.customer-login__wrapper .col-1,
	.customer-login__wrapper .col-2 {
		width: calc(100% - (var(--gap, 20px) * 2));
	}
}

@media screen and (max-width: 539px) {
	.customer-login__wrapper {
		flex-direction: column;
	}
	.customer-login__wrapper .col-1,
	.customer-login__wrapper .col-2 {
		width: 100%;
	}
	.woocommerce-cart-form .coupon input,
	.woocommerce-cart-form .coupon button {
		padding-inline: 10px;
		/* font-size: clamp(14px, 16vw/14.40, 16px); */
	}
	.woocommerce-cart-form .coupon {
		display: grid;
		grid-template-columns: repeat(2, 50%);
	}
	.woocommerce-cart-form .coupon button {
		justify-content: center;
	}
	.cart-collaterals tbody td bdi {
		font-size: 18px;
	}
}
.woocommerce-order ul.woocommerce-order-overview{
	display: flex;
	justify-content: space-between;
	margin: var(--pd-xl, 40px) 0;
	background-color: #fafafa;
	padding: var(--pd-xl, 40px);
}
.woocommerce-order ul.woocommerce-order-overview li{
	display: flex;
	position: relative;
	flex-direction: column;
}
.woocommerce-order ul.woocommerce-order-overview li:not(:first-child)::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: -15px;
	/* right: -50%; */
	width: 1px;
	height: 100%;
	background-color: #D9D9D9;
}
.woocommerce-order ul.woocommerce-order-overview li:not(:first-child){
	margin-left: 30px;
}
.woocommerce-order .woocommerce-order-details{
	margin-top: 20px;
}
.thankyou-table{
	/* display: flex; */
	/* flex-wrap: wrap; */
	display: grid;
	grid-template-columns: 1fr minmax(400px, auto);
	gap: var(--pd-xl, 40px);
}
.thankyou-table__head,
.thankyou-table__head div{
	display: flex;
	width: 100%;
}
.thankyou-table__body{
	display: flex;
	flex-direction: column;
	/* width: 70%; */
}
.thankyou-table__footer{
	display: flex;
	flex-direction: column;
	padding: var(--pd-md, 20px) var(--pd-xl, 40px);
    /* margin-left: var(--pd-xl, 40px); */
    background-color: #fafafa;
	/* width: 25%; */

}
.thankyou-table__footer div,
.thankyou-table__footer > div div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.thankyou-table__body .order_item{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	padding: 20px 5px;
	border-bottom: 1px solid #D9D9D9;
}
.thankyou-table__body .product-thumbnail{
	display: flex;
	align-items: center;
}
.thankyou-table__body .product-name{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.thankyou-table__body .product-name .wc-item-meta{
	text-align: left;
	font-size: 14px;
	font-weight: 500;
}
.thankyou-table__body .product-name .wc-item-meta li{
	display: flex;
}
.thankyou-table__body .product-name .wc-item-meta li strong{
	font-weight: 500;
	margin-right: 5px;
}
.thankyou-table__body .product-total{
	font-size: 22px;
	font-weight: 500;
}
.thankyou-table__footer-item,
.thankyou-table__footer > div{
	font-weight: 500;
	padding: 20px 5px;
	border-bottom: 1px solid #D9D9D9;
	column-gap: 0.5ch;
}
.thankyou-table__footer-item span.woocommerce-Price-amount.amount{
	font-size: 22px;
	font-weight: 500;
}
.thankyou-table__details .woocommerce-columns--2{
	display: flex;
	justify-content: space-between;
	margin: var(--pd-xl, 40px) 0;
	column-gap: var(--gap);
}
.woocommerce-product--stock-rating{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.woocommerce-product--stock-rating .stock{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	padding: 5px 15px;
	margin-right: 10px;
	color: #fff;
}
.woocommerce-product-rating{
	display: flex;
	align-items: center;
}
.woocommerce-product-rating .star-rating{
	margin-right: 10px;
}
.product__payments{
	display: flex;
	align-items: center;
}
.product__payments .product__payments-icon svg{
	width: 80px;
	height: auto;
}
.stock.out-of-stock{
	background-color: #ababab;
}
.wp-block-media-text.is-stacked-on-mobile.is-vertically-aligned-center.about-block{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.wp-block-media-text.is-stacked-on-mobile.is-vertically-aligned-center.about-block figure{
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 40px;
}
.wp-block-media-text.is-stacked-on-mobile.is-vertically-aligned-center.about-block p{
	font-size: 26px;
}
.about-block-p{
	font-size: 22px;
	line-height: 1.6;
}
.about-block-fl div{
	display: flex;
	margin: 40px 0;
}
.about-block-fl div figure{
	margin: 0 20px;
}
.about-block-fl div p{
	width: 50%;
	font-size: 22px;
	line-height: 1.6;
}
.post-317 p{
	margin-bottom: 10px;
}

@media screen and (max-width: 1439px) {

}

@media screen and (max-width: 1365px) {
	.thankyou-table {
		grid-template-columns: 1fr;
	}
	.thankyou-table__body .product-name {
		margin-bottom: 0;
	}
	.thankyou-table__body .order_item {
		padding-inline: 0;
	}
	.thankyou-table__body,
	.thankyou-table__footer {
		/* width: 100%; */
		/* margin-inline: 0; */
	}
	.thankyou-table__footer-item span.woocommerce-Price-amount.amount,
	.thankyou-table__body .product-total {
		font-size: 18px;
	}
	ul.products li:nth-child(4n),
	ul.products li:nth-child(4n+1) {
    background-color: #fafafa !important;
	}
	ul.products li:nth-child(2n+2){
		background-color: #ffffff;
	}
	.archive ul.products li .item-data__price span.price{
		flex-direction: column;
	}
	.woocommerce-loop-product__title{
		text-align: center;
	}
	.products.columns-3 .star-rating{
		margin: 0 auto;
	}
}

@media screen and (max-width: 1023px) {
	.thankyou-table__details .woocommerce-columns--2 {
		display: grid;
	}
	.woocommerce-order ul.woocommerce-order-overview {
		display: grid;
	}
	.woocommerce-order ul.woocommerce-order-overview li{
		display: block;
		margin-left: 0!important;
	}
	.woocommerce-order ul.woocommerce-order-overview li::before{
		display: none;
	}
	.woocommerce-column--shipping-address address {
		margin-bottom: 0;
	}
	.about-block-fl div{
		flex-direction: column;
	}
	.about-block-fl div p{
		width: 100%;
	}
	.about-block-fl div figure{
		margin: 0;
	}
}

@media screen and (max-width: 539px) {
	.thankyou-table__body .product-name {
		font-size: 16px;
		line-height: 1.15;
	}
	.woocommerce-product-rating {
		flex-direction: column;
	}
}

.KeyCRM-toggleButtonContainer.css-1dztziv{
	bottom: 90px !important;
}
.delivery-bl>div{
	display: flex;
}
.delivery-bl>div .wp-block-group{
	flex-basis: 50%;
	padding: 10px 20px 10px 10px;
}
.delivery-bl>div .wp-block-group h4{
	font-size: 22px;
	margin-bottom: 15px;
}
.delivery-bl>div .wp-block-group p{
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 539px) {
	.delivery-bl>div{
		flex-direction: column;
	}
	.delivery-bl>div .wp-block-group{
		flex-basis: 100%;
	}
}
.product-sku{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.product-sku span{
	color: #a6a2a2;
}
.p-lg,
.h4-lg{
	font-size: 22px;
	margin-bottom: 10px;
}
.b2b{
	margin: 20px 0;
}
.b2b>div{
	display: flex;
}
.b2b-block>div,
.b2b-block{
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
	padding: 10px;
}
.b2b-block:first-child{
	margin-right: 10px;
}
.b2b-block{
	background-color: #FAFAFA;
}
.b2b-block>div p{
	margin-bottom: 10px;
}
.b2b-block>div strong{
	font-weight: 600;
}
.b2b-btn,
.b2b-open-form{
	display: flex;
	margin: 10px 0;
}
.b2b-open-form a{
	display: inline-flex;
	background-color: var(--primary-dark);
    color: #fff;
    padding-inline: 5px;
	justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-dark);
    height: 60px;
    border-radius: 0;
    line-height: inherit;
    cursor: pointer;
    transition: .3s ease-out;
	padding: 0 25px;
}
@media screen and (max-width: 1023px) {
	.b2b>div{
		flex-direction: column;
	}
	.b2b-block>div, .b2b-block{
		flex-basis: 100%;
	}
	.b2b-block:first-child {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}
.free-delivery{
	margin-top: 20px;
}
.free-delivery span.w800{
	font-weight: 800;
    background-color: var(--primary-dark);
    color: #fff;
    margin-right: 5px;
    padding: 0 5px;
}

.modal_gift {
	background-color: #fff;
	width: 100%;
	height: auto;
	max-width: 400px;
	padding: 40px;
	/*font-size: 1rem;*/
	/*text-align: center;*/
	margin: 0 auto;
	position: relative;
}

.modal_gift .close_button {
	position: absolute;
	top: 0;
	right: 5px;
	font-weight: bold;
	cursor: pointer;
}

.modal_gift label {
	display: block;
	cursor: pointer;
}

.modal_gift button {
	margin-top: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	line-height: inherit;
	cursor: pointer;
	transition: .3s ease-out;
	border: 1px solid var(--primary-dark);
}

.modal_gift button:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.woobt-products .woobt-product:first-child {
	display: none;
}

.woobt-images {
	gap: 20px;
}

.woobt-images .woobt-image {
	flex: initial;
	width: 100%;
	margin-right: 0;
}

.woobt-actions .single_add_to_cart_button,
.woobt-actions .added_to_cart {
	color: var(--primary-dark);
	text-align: center;
	padding-inline: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--primary-dark);
	width: calc(50% - (var(--gap)/2));
	height: 60px;
	background-color: transparent;
	border-radius: 0;
	line-height: inherit;
	cursor: pointer;
	transition: .3s ease-out;
	padding: 0 5px;
	margin-bottom: 20px;
}

.woobt-actions .woobt-form {
	display: flex;
	gap: var(--gap);
	flex-direction: row;
}

.woobt-actions .single_add_to_cart_button:hover,
.woobt-actions .added_to_cart:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.woobt-before-text.woobt-text {
	padding-top: 10px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.woobt-additional.woobt-text del,
.woobt-total.woobt-text del {
	color: #707070;
}

@media screen and (max-width: 539px) {
	.woobt-actions .woobt-form {
		flex-direction: column;
	}

	.woobt-actions .single_add_to_cart_button,
	.woobt-actions .added_to_cart {
		width: 100%;
		margin-bottom: 0;
	}
	.ui-accordion-content{
		max-height: unset;
	}
}

@media only screen and (max-width: 767px) {
	.woobt-wrap-responsive .woobt-products .woobt-product {
		flex-direction: row;
		text-align: left;
		gap: 10px;
	}
}

.mfp-bg {z-index: 99999;}
.mfp-wrap {z-index: 999999;}

#review_form #respond .must-log-in a{
	text-decoration: underline;
    
}

#support-div {
	position: fixed;
	bottom: clamp(80px, 100vw / 11.20, 200px);
	right: clamp(10px, 100vw / 19.20, 100px);
	  
  }
  
  #support-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	font-size: 20px;
	color: #81D8D0;
	cursor: pointer;
	background-color: #81D8D0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
  }
  
  #support-button ~ button {
	visibility: hidden;
	font-weight: 600;
	height: 50px;
	padding: 0 20px;
	color: #fff;
	background: linear-gradient(90deg, #00a1f5, #0064f3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	border: 0;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	opacity: 0;
	white-space: nowrap;
	cursor: pointer;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-o-transition: .2s all linear;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
  }
  
  #support-button.open ~ button {
	visibility: visible;
	right: 70px;
	opacity: 1;
	transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
	-webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
	-moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
	-ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
	-o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  }
  
  #support-button ~ a {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 50px;
	width: 50px;
	font-size: 20px;
	opacity: 0;
	text-decoration: none;
	color: #fff;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-o-transition: .2s all linear;
  }
  
  #support-button ~ .telegram-color {
	background: #24A1DE;
  }
  
  #support-button ~ .instagram-color {
	  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  }
  
  #support-button ~ .viber-color {
	background: #ae9ef4;
  }
  
  #support-button.support-open ~ a {
	opacity: 1;
	transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
	-webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
	-moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
	-ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
	-o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  }
  #support-button.support-open ~ a:nth-of-type(1) {
	bottom: 60px;
  }
  #support-button.support-open ~ a:nth-of-type(2) {
	bottom: 120px;
  }
  #support-button.support-open ~ a:nth-of-type(3) {
	bottom: 180px;
  }
  
  .wave {
	animation-name: wave;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
  }
  
  @keyframes wave {
	0% {box-shadow: 0 0 0px 0px rgba(129, 216, 208, 0.5);}
	100% {box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);}
  }
  
  .support-open {
	animation-iteration-count: 1;
  }
  #billing_email_field span.woocommerce-input-wrapper::after{
	display: none;
  }
  @media screen and (max-width: 360px) {
    .archive-product__wrapper .products {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 5px;
    }
	#wow::before {
        --size: min(70px, 25vw);
    }
	.product__data .product__payments .product__payments-icon svg{
		width: 64px;
	}
	.free-delivery span{
		font-size: 0.9rem;
	}
	div#mini_cart {
        width: 350px;
    }
}
button.wpcpq-item-atc-btn.single_add_to_cart_button.button.alt{
	border: 0;
	border-radius: 0;
	background-color: #81d8d0;
	padding: 10px 15px;
}

.great-offer__title{
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px dashed #e5e5e5;
	background-color: #2f2f2f;
    color: #fff;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item{
	height: 80px;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item > div{
	flex: unset;
}
span.wpcpq-item-text {
    color: #ff4545;
}
@media screen and (max-width: 430px) {
	.wpcpq-table.wpcpq-layout-compact .wpcpq-item{
		width: calc(33% - 10px);
    	min-width: unset;
		height: 96px;
		padding: 5px;
	}
	.wpcpq-table.wpcpq-layout-compact{
		justify-content: space-between;
	}
}
.bf-baidge{
	position: absolute;
    width: 60px;
    left: 10px;
    /* right: 20px; */
    top: 10px;
    /* transform: rotate(-45deg); */
}
.bf-baidge img{
	width: 100% !important;
}
.archive-product__wrapper .bf-baidge{
	width: 60px;
}
@media screen and (max-width: 430px) {
	.bf-baidge{
		width: 40px;
	}
	.archive-product__wrapper .bf-baidge{
		width: 40px;
		left: 10px;
		top: 10px;
	}
}

.bundles .woobt-products .woobt-product:first-child{
	display: flex;
}
.bundles .woobt-before-text.woobt-text{
	padding: 5px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px dashed #e5e5e5;
    background-color: #2f2f2f;
    color: #fff;
	margin-top: 20px;
}
.bundles .woobt-products .woobt-product .woobt-thumb{
	flex: 0 0 100px;
}
.bundles .woobt-products .woobt-product .woobt-title .stock.in-stock{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	padding: 2px 15px;
	margin-right: 10px;
	color: #fff;
}
.bundles .woobt-products .woobt-product .woobt-price ins .amount,
.bundles .woobt-summary .woobt-text ins .woocommerce-Price-amount.amount{
	color: #ff4545;
}
.bundles .woobt-summary .woobt-text ins .woocommerce-Price-amount.amount{
	font-weight: 500;
}
.bundles .woobt-summary .woobt-additional.woobt-text,
.bundles .woobt-summary .woobt-total.woobt-text{
	/* background: #fafafa; */
    padding: 10px;
    margin: 0;
    text-align: right;
    border-bottom: 1px dotted #e5e5e5;
}
.bundles .woobt-summary .woobt-total.woobt-text{
	margin-bottom: 20px;
}
.bundles .woobt-actions .single_add_to_cart_button{
	background-color: var(--primary-dark);
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.bundles .woobt-wrap-responsive .woobt-products .woobt-product{
		gap: 5px;
	}
	.bundles .woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb{
		flex: 0 0 60px !important;
	}
}
.bundles .woobt-product .woobt-title .woobt-title-inner span:first-child{
	display: none;
}
#woocommerceTabs .ui-accordion-content h3{
	margin-bottom: 10px;
}
#woocommerceTabs .ui-accordion-content ul,
#woocommerceTabs .ui-accordion-content ol{
	margin-left: 40px;
	margin-bottom: 10px;
}
#woocommerceTabs .ui-accordion-content ul{
	list-style: disc;
}
#woocommerceTabs .ui-accordion-content ol{
	list-style: decimal;
}
#woocommerceTabs .ui-accordion-content h3,
#woocommerceTabs .ui-accordion-content strong{
	font-weight: 600;
}
.grecaptcha-badge{
	display: none !important;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.loader {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 5px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
