/* 
Theme Name: Pote-Mix
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0
Text Domain: pote-mix
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@view-transition {
	navigation: auto;
}

:root {
	--br-864: clamp(4px, (100vw - 767px) * 9, clamp(6px, (100vw - 1024px) * 9, 8px));
	--gap112: clamp(70px, (100vw - 767px) * 99, clamp(90px, (100vw - 1024px) * 99, 112px));
	--gap80: clamp(50px, (100vw - 767px) * 99, clamp(70px, (100vw - 1024px) * 99, 80px));
	--gap60: clamp(40px, (100vw - 767px) * 99, clamp(50px, (100vw - 1024px) * 99, 60px));
	--gap40: clamp(20px, (100vw - 767px) * 99, clamp(30px, (100vw - 1024px) * 99, 40px));
	--fs40: clamp(24px, (100vw - 767px) * 99, clamp(32px, (100vw - 1024px) * 99, 40px));
}

input,
textarea,
button,
select,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
textarea {
	accent-color: var(--e-global-color-primary);
	caret-color: var(--e-global-color-primary);
}

/* Global focus and active - outline */
*:focus,
*:active {
	outline: 0;
}
*:focus-visible {
	outline: 2px solid var(--e-global-color-text);
}

/* prevent image user select */
img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* autofill blue background correction */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.price ins {
	text-decoration: none;
}

/****** GENERAL OVERWRITES *******/
@media (min-width: 768px) {
	html body:not([class*='elementor-page-']) .site-main {
		max-width: min(1312px, calc(100% - 60px));
	}
}
html .woocommerce table.shop_table {
	border: 0;
}
html .woocommerce table.shop_table :is(tbody, tfoot) :is(td, th) {
	border-top-color: var(--e-global-color-text);
}
table :is(td, th),
table thead:first-child tr:first-child th {
	border: 0;
}
table tbody > tr:nth-child(odd) > :is(td, th),
table tbody tr:hover > :is(td, th) {
	background-color: transparent;
}

/************ BUTTONS ************/
.elementor a.button,
html .woocommerce :is(a, button, input).button {
	background-color: var(--e-global-color-primary);
	border-radius: 6px;
	border-style: none;
	color: var(--e-global-color-614e72d7);
	padding: 12px 24px 12px 24px;
	transition: all 0.2s ease;
}
.elementor a.button:hover,
html .woocommerce :is(a, button, input).button:hover {
	background-color: var(--e-global-color-secondary);
	border-style: none;
	color: var(--e-global-color-614e72d7);
}
.elementor .woocommerce-mini-cart__buttons .checkout,
html .woocommerce :is(a, button, input).button.alt {
	background-color: var(--e-global-color-secondary);
	border-radius: var(--toggle-button-border-radius, 6px);
	font-size: 15px;
}
.elementor .woocommerce-mini-cart__buttons .checkout:hover,
html .woocommerce :is(a, button, input).button.alt:hover {
	background-color: var(--e-global-color-c621f6d);
	border-radius: var(--toggle-button-border-radius, 6px);
}

/********** PLUS-MINUS ***********/
.single-product.woocommerce div.product form.cart div.quantity,
.woocommerce-cart .quantity-wrap {
	background-color: var(--e-global-color-79646b5);
	border: 2px solid var(--e-global-color-79646b5);
	border-radius: 6px;
	display: flex;
	align-items: center;
	margin-right: 16px;
	width: fit-content;
}
html .woocommerce .quantity .qty {
	border-width: 0;
	border-radius: 0;
	padding: 0.5rem;
	width: 2.5em;
}
.elementor-kit-2594 .qty-button {
	background-color: var(--e-global-color-79646b5);
	border-radius: 0;
	color: var(--e-global-color-text);
	font-size: 1.5em;
	padding: 0.2rem 0.7rem;
	border: 0;
	line-height: 0.8em;
}
.elementor-kit-2594 :is(.qty-button:hover, .qty-button:focus) {
	background-color: var(--e-global-color-79646b5);
	border: 0;
	color: var(--e-global-color-primary);
}
.elementor-kit-2594 .qty-button:is(.minus, .minus:hover, .minus:focus) {
	margin-right: -6px;
}
.elementor-kit-2594 .qty-button.qty-button:is(.plus, .plus:hover, .plus:focus) {
	margin-left: -6px;
}

/********* WOO MESSAGES **********/
html .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) {
	background: rgba(var(--message-color), 0.2);
	border: 0;
	/* border-left: 5px solid rgba(var(--message-color)); */
	border-radius: 6px;
	color: var(--e-global-color-text);
	line-height: 1.3;
	padding: 14px 60px 8px;
	position: relative;
	margin: 0 0 30px 0;
	text-align: left;
}
.woocommerce-checkout .single-content ul.woocommerce-error:last-child {
	margin-bottom: 30px;
}

html .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info):before {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 20px;
}
.cart-empty.woocommerce-info .wm-close {
	display: none;
}
.woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) a {
	color: var(--e-global-color-text);
	opacity: 0.6;
	text-decoration-line: none;
	padding: 6px 6px 6px 15px;
}
.woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) a:hover {
	opacity: 1;
}
html .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) a.button {
	background: no-repeat 100% 1px
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd' viewBox='0 0 10 16'%3E%3Cpath d='m821.71 2878.44-7.258 7.26 7.258 7.25' style='fill:none;fill-rule:nonzero;stroke:%23000;stroke-width:2px' transform='matrix(-1 0 0 1 822.411 -2877.72)'/%3E%3C/svg%3E");
	background-size: 8px 13px;
	color: var(--e-global-color-text);
	padding: 0 13px 0 0;
}
html .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) a.button:hover {
	color: var(--e-global-color-text);
	text-decoration: underline;
}
html .woocommerce .woocommerce-message {
	--message-color: 0, 191, 111;
}
html .woocommerce .woocommerce-message:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2300bf6f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12.611 8.923 17.5 20 6.5'/%3E%3C/svg%3E");
}
html .woocommerce .woocommerce-info {
	--message-color: 251, 181, 29;
}
html .woocommerce .woocommerce-info:before {
	content: url("data:image/svg+xml,%3Csvg fill='%23000000' height='20' width='20' version='1.1' id='XMLID_233_' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg id='information'%3E%3Cg%3E%3Cpath d='M12,24c-2.2,0-4-1.8-4-4v-2.6c0-1.4-0.6-2.7-1.5-3.6C4.9,12.3,4,10.2,4,8s0.9-4.2,2.4-5.7C8,0.8,10,0,12.2,0 c4.2,0.1,7.7,3.6,7.8,7.7c0.1,2.3-0.8,4.4-2.4,5.9c-1,1-1.6,2.3-1.6,3.7V20C16,22.2,14.2,24,12,24z M10,19v1c0,1.1,0.9,2,2,2 s2-0.9,2-2v-1H10z M10,17h4c0.1-1.8,0.9-3.4,2.2-4.7c1.2-1.2,1.8-2.8,1.8-4.5c-0.1-3.1-2.7-5.7-5.9-5.8c-1.6,0-3.2,0.6-4.3,1.7 C6.6,4.8,6,6.4,6,8c0,1.7,0.7,3.2,1.8,4.3C9.1,13.6,9.9,15.2,10,17z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
html .woocommerce .woocommerce-error {
	--message-color: 251, 20, 58;
}
html .woocommerce .woocommerce-error:before {
	content: url("data:image/svg+xml,%3Csvg fill='%23AC1616' width='20' height='20' viewBox='-3.5 0 19 19' xmlns='http://www.w3.org/2000/svg' class='cf-icon-svg'%3E%3Cpath d='M11.383 13.644A1.03 1.03 0 0 1 9.928 15.1L6 11.172 2.072 15.1a1.03 1.03 0 1 1-1.455-1.456l3.928-3.928L.617 5.79a1.03 1.03 0 1 1 1.455-1.456L6 8.261l3.928-3.928a1.03 1.03 0 0 1 1.455 1.456L7.455 9.716z'/%3E%3C/svg%3E");
}
.woocommerce .woocommerce-info .woocommerce-Price-amount {
	font-weight: 700;
}
/* close */
.wm-close {
	cursor: pointer;
	border-radius: 4px;
	padding: 2px 9px;
	position: absolute;
	right: 10px;
	top: 8px;
}
.wm-close:hover {
	background: #fff;
}

/********* CUSTOM INPUT **********/
.woocommerce-SavedPaymentMethods-saveNew input[type='checkbox'],
.gform_wrapper .ginput_container_consent input[type='checkbox'],
.woocommerce-form__label-for-checkbox input[type='checkbox'] {
	position: absolute !important;
	left: -9999px;
	width: 1px;
}
.woocommerce-SavedPaymentMethods-saveNew label,
.gform_wrapper .ginput_container_consent label,
#consent_email_subscription_field label,
.woocommerce-form__label-for-checkbox > span {
	cursor: pointer;
	display: block;
	position: relative;
}
#consent_email_subscription_field > span,
.woocommerce-SavedPaymentMethods-saveNew label {
	left: 5px;
}
.gform_wrapper .ginput_container_consent label,
.woocommerce-form__label-for-checkbox > span {
	left: 36px;
}
#payment .payment_methods li.wc_payment_method .woocommerce-SavedPaymentMethods-saveNew label,
#consent_email_subscription_field label,
.woocommerce-form__label-for-checkbox > span {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
}
#payment .payment_methods li[class*='payment_method_woocommerce_payments'] .woocommerce-SavedPaymentMethods-saveNew label {
	left: 40px;
}
.woocommerce form :is(.form-row.terms, .form-row.privacy) {
	width: calc(100% - 30px);
}
.woocommerce-form__label-for-checkbox > span {
	margin-bottom: -2em;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox > span:before,
.woocommerce-SavedPaymentMethods-saveNew label:before,
.gform_wrapper .ginput_container_consent label:before,
#consent_email_subscription_field label:before,
.woocommerce-form__label-for-checkbox > span:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	transition: all 0.2s ease;
	background-color: var(--e-global-color-79646b5);
	background-clip: content-box;
	border: 0;
	border-radius: 2px;
}
.woocommerce-account .woocommerce-form__label-for-checkbox > span:before {
	background-color: #0000000d;
}
.woocommerce-SavedPaymentMethods-saveNew label:before {
	left: -38px;
}
.gform_wrapper .ginput_container_consent label:before,
.woocommerce-form__label-for-checkbox > span:before {
	left: -35px;
}
.woocommerce-SavedPaymentMethods-saveNew label:before,
.gform_wrapper .ginput_container_consent label:before {
	top: 2px;
}
/* .woocommerce-form__label-for-checkbox > span:before {
	top: 0;
} */

.woocommerce-SavedPaymentMethods-saveNew label:after,
.gform_wrapper .ginput_container_consent label:after,
#consent_email_subscription_field > label:after,
.woocommerce-form__label-for-checkbox > span:after {
	border-right: 2px solid var(--e-global-color-614e72d7);
	border-top: 2px solid var(--e-global-color-614e72d7);
	width: 7px;
	height: 13px;
	content: '';
	position: absolute;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	display: none;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox > span:after {
	display: inline;
}
.woocommerce-SavedPaymentMethods-saveNew label:after {
	top: 12px;
	left: -36px;
}
.gform_wrapper .ginput_container_consent label:after,
#consent_email_subscription_field label:after,
.woocommerce-form__label-for-checkbox > span:after {
	left: -33px;
}
.gform_wrapper .ginput_container_consent label:after {
	top: 11px;
}
.woocommerce-form__label-for-checkbox > span:after {
	top: 9px;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox > span:after,
.woocommerce-SavedPaymentMethods-saveNew input[type='checkbox']:checked + label:after,
.gform_wrapper .ginput_container_consent input[type='checkbox']:checked + label:after,
#consent_email_subscription_field input[type='checkbox']:checked + label:after,
.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:after {
	-webkit-animation: checkm 0.5s ease 0s running;
	animation: checkm 0.5s ease 0s running;
	display: block;
	border-color: var(--e-global-color-accent);
}
#ship-to-different-address input[type='checkbox']:checked + span:after {
	border-color: var(--e-global-color-614e72d7);
}

@keyframes checkm {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 13px;
		width: 7px;
	}
}
.woocommerce-SavedPaymentMethods-saveNew input[type='checkbox']:checked + label:before,
.home .gform_wrapper .ginput_container_consent input[type='checkbox']:checked + label:before,
#ship-to-different-address .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before {
	background: #fff;
	border-color: var(--e-global-color-text);
}

#reg_accept_pp_field .checkbox > span,
.form-row.tos .checkbox > span,
.form-row.pp .checkbox > span,
#billing_company_check + span {
	margin-bottom: -1em;
	width: calc(100% - 36px);
}

/*********** NEW RADIO BUTTON STYLE ************/
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	width: 1px;
	position: absolute;
	left: -9999px;
}
.woocommerce-checkout #payment ul.payment_methods .payment_method_simplepay-gateway img {
	right: 0;
	width: 100px;
}

:is(ul.wc_payment_methods, ul#shipping_method) li:has(> input[type='hidden']) > label:before {
	content: none;
}
.woocommerce ul#shipping_method li input {
	visibility: hidden;
	margin: 0;
	position: absolute;
	left: -9999px;
}
.woocommerce ul#shipping_method li label {
	position: relative;
}
.checkout #payment ul.wc_payment_methods li.wc_payment_method > label:before,
.woocommerce ul#shipping_method li label:before {
	content: '';
	border: 1px solid var(--e-global-color-text);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
}
.woocommerce ul#shipping_method li label:before {
	top: -1px;
	left: -25px;
}
.checkout #payment ul.wc_payment_methods li.wc_payment_method > label:before {
	top: 10px;
	left: 0;
}
.checkout #payment ul.wc_payment_methods li.wc_payment_method input[type='radio']:first-child:checked + label:before,
.woocommerce ul#shipping_method li input:checked + label:before {
	border: 1px solid var(--e-global-color-text);
	background-color: var(--e-global-color-accent);
	box-shadow: inset 0 0 0 3px var(--e-global-color-614e72d7);
}

.woocommerce-checkout #payment ul.wc_payment_methods :is(li.wc_payment_method > label, li.wc_payment_method input[type='radio']:first-child:checked + label) {
	border-left: none;
	background: transparent;
	padding: 8px 15px 8px 30px;
	position: relative;
	margin: 0;
}
.woocommerce-checkout
	#payment
	ul.wc_payment_methods:has(> li:nth-child(2))
	:is(li.wc_payment_method > label, li.wc_payment_method input[type='radio']:first-child:checked + label) {
	padding: 8px 15px 8px 40px;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method > label:hover {
	cursor: pointer;
	border-left: 0;
	background: transparent;
}
#payment .payment_methods li[class*='payment_method_woocommerce_payments'] label .payment-methods--logos {
	margin: clamp(3px, (100vw - 767px) * 99, 10px) clamp(5px, (100vw - 767px) * 9, 8px) 0 0;
}
/* new radio button style END */

/*********** MINI-CART ***********/
.elementor-kit-2594 #elementor-menu-cart__toggle_button {
	background-color: #fff;
	padding: 1em 0.5em;
}
.woocommerce-mini-cart {
	list-style-type: none;
	flex: 1 1 auto;
	padding-inline-start: 0;
}
:is(html, .woocommerce) ul:is(.cart_list, .product_list_widget) li {
	margin-bottom: 2rem;
	padding: 0 0 0 1em;
	position: relative;
}
.woocommerce-mini-cart-item img {
	width: 38px;
}
.mini_cart_item del {
	display: block;
}

.woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.woocommerce-mini-cart__buttons .button {
	text-align: center;
	width: 100%;
}
li.mini_cart_item[style*='zoom'] {
	opacity: 0.3;
}
li.mini_cart_item[style*='zoom'] > div {
	background: transparent !important;
}
:is(html, .woocommerce) ul:is(.cart_list, .product_list_widget) li a.remove {
	border: 0;
	border-radius: 100%;
	color: var(--e-global-color-primary) !important;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	height: 1em;
	text-align: center;
	text-decoration: none;
	width: 1em;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}
:is(html, .woocommerce) ul:is(.cart_list, .product_list_widget) li a.remove:hover {
	color: #fff !important;
	background: var(--e-global-color-primary);
}

/*********************************
 ******** PRODUCT ARCHIVE ********
 ********************************/

.post-type-archive-product .elementor-location-header {
	z-index: 1;
	position: relative;
}

/*********************************
 ******** PRODUCT SINGLE *********
 ********************************/

body.single-product .site-main {
	max-width: 1440px !important;
	margin-bottom: var(--gap60);
	padding-inline: 20px;
}
@media (min-width: 768px) {
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		margin: var(--gap40) 0 0 var(--gap40);
	}
}
.woocommerce-product-hero {
	background-color: var(--product-color);
	border-radius: var(--br-864);
	display: flex;
	flex-flow: row wrap;
	max-width: 1400px;
}
.single-product .entry-summary {
	background: var(--e-global-color-614e72d7); /* white */
	border-radius: var(--br-864);
	box-shadow: 0px 0px 25px 0px #00000026;
	flex: 1 1 40%;
	margin: var(--gap40);
	padding: var(--gap60);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: grid;
	place-items: center;
	pointer-events: none;
	padding: var(--gap60);
}
.woocommerce div.product div.images img {
	width: clamp(200px, (100vw - 767px) * 999, 315px);
}
.single-product h1.entry-title {
	color: var(--e-global-color-text);
	font-size: 40px;
}
.woocommerce.single-product div.product p.price {
	color: var(--e-global-color-text);
	font-size: clamp(18px, (100vw - 767px) * 99, 24px);
	margin-bottom: clamp(18px, (100vw - 767px) * 99, 24px);
}
.elementor-kit-2594.single-product :is(.entry-summary, .product-ingredients, #description) p:not(:last-child) {
	margin-bottom: 0.8em;
}
.elementor-kit-2594 .woocommerce-product-details__short-description p {
	font-size: 16px;
}
.woocommerce.single-product div.product form.cart {
	margin-block: 24px 0;
}
.elementor-kit-2594 .quantity input:not([type='button']):not([type='submit']) {
	border: 0;
	border-radius: 0;
}
html .woocommerce.single-product button.button.alt {
	font-weight: 400;
	padding: 15px 56px 14px 24px;
}
html .woocommerce.single-product button.button.alt::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.5 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM19.5 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM2.55 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.62"/></svg>');
	position: absolute;
	right: 22px;
	top: 10px;
}

.awdr-bulk-customizable-table {
	display: none;
}

/* Description */
#description {
	max-width: 1014px;
	margin-inline: auto;
}
.elementor-kit-2594 .product-tagline {
	color: var(--product-color);
	font-family: var(--e-global-typography-secondary-font-family), serif;
	font-size: var(--fs40);
	margin-block: var(--gap112) var(--gap80);
}
/* product info tables */
.product-info-table {
	border-top: 1px solid #000;
	font-size: 16px;
	margin-top: 70px;
}
.pit-left {
	font-family: var(--e-global-typography-secondary-font-family), serif;
	font-size: 18px;
	font-weight: 700;
	padding-block: 16px 0;
}
.pit-right {
	border-bottom: 1px solid #000;
	padding-block: 8px 16px;
}
@media (min-width: 768px) {
	.product-info-table {
		display: grid;
		grid-template-columns: 37fr 63fr;
		margin-top: 112px;
	}
	.pit-left,
	.pit-right {
		padding-block: 20px;
	}
	.pit-left {
		border-bottom: 1px solid #000;
		font-size: 20px;
	}
}

/* Ingredients */
.product-ingredients {
	background-color: var(--e-global-color-614e72d7); /* white */
	border-radius: var(--br-864);
	margin-block: var(--gap112);
	padding-block: var(--gap112);
}
.product-ingredients-content {
	max-width: 1054px;
	margin-inline: auto;
	padding-inline: 20px;
}
.elementor-kit-2594 .product-ingredients-content h2 {
	color: var(--product-color);
	font-size: var(--fs40);
	margin-bottom: var(--gap80);
}

/* GYIK */
.product-faq {
	padding-block: calc(2 * var(--gap112)) var(--gap112);
}
.product-faq-content {
	max-width: 808px;
	margin-inline: auto;
	padding-inline: 20px;
}
.elementor-kit-2594 .product-faq h2 {
	font-size: var(--fs40);
	margin-bottom: 24px;
	text-align: center;
}
.product-faq .lead {
	margin-bottom: var(--gap80);
	text-align: center;
}
.product-faq-actual {
	border-bottom: 1px solid var(--e-global-color-text);
}
.product-faq details {
	border-top: 1px solid var(--e-global-color-text);
}
.product-faq summary {
	cursor: pointer;
	font-size: clamp (16px, (100vw - 767px) * 99, 18px);
	font-weight: 700;
	padding: 22px 0;
	position: relative;
}
.product-faq summary:hover {
	color: var(--e-global-color-primary);
}
.product-faq summary::marker {
	content: '';
	display: none;
}
.product-faq details:not([open]) summary::after {
	transform: rotate(180deg);
}
.product-faq summary::after {
	content: url('data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9ImUtZm9udC1pY29uLXN2ZyBlLWZhcy1hbmdsZS11cCIgdmlld0JveD0iMCAwIDMyMCA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3NyAxNTkuN2wxMzYgMTM2YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0yMi42IDIyLjZjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDE2MCAyNTUuOWwtOTYuNCA5Ni40Yy05LjQgOS40LTI0LjYgOS40LTMzLjkgMEw3IDMyOS43Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwxMzYtMTM2YzkuNC05LjUgMjQuNi05LjUgMzQtLjF6Ij48L3BhdGg+PC9zdmc+');
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	transform-origin: 50% 100%;
	transition: transform 0.3s ease;
}
.product-faq .answer {
	font-size: clamp (14px, (100vw - 767px) * 99, 16px);
	padding-bottom: 24px;
}

/*********************************
 ************* CART **************
 ********************************/

/* no titles*/
:is(.woocommerce-cart, .woocommerce-checkout) .entry-title {
	left: -9999px;
	position: absolute;
	visibility: hidden;
}
.elementor-widget-icon.ccty,
:is(.woocommerce-cart, .woocommerce-checkout) .elementor-location-header .e-con-inner > *:not(.ccty) {
	display: none;
}
:is(.woocommerce-cart, .woocommerce-checkout) .elementor-location-header .e-con-inner .elementor-widget-icon.ccty {
	display: block;
	margin-left: auto;
}

/* progress */
.progress-wrp {
	max-width: 500px;
	margin: 40px auto 20px;
	width: 100%;
}
.progress-line {
	width: 80%;
	height: 5px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: var(--e-global-color-text);
}
.progress-filler {
	height: 100%;
	background-color: var(--e-global-color-text);
	width: 0%;
}
.prog-steps {
	display: flex;
	justify-content: space-between;
	flex-wrap: no-wrap;
}
.prog-steps p {
	margin: 20px 0;
	position: relative;
	font-size: clamp(14px, 3vw, 16px);
	width: 12ch;
	text-align: center;
}
.prog-steps p::before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: 50%;
	top: -46px;
	transform: translateX(-50%);
	background-color: #888;
}
.prog-steps p::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-size: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: -36px;
	filter: invert(1);
}
.prog-steps p.step-cart::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M12 29a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM32 29a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM32 16V4H8a2 2 0 0 0-2-2H0v2h4l1.502 12.877A4 4 0 0 0 8 24h24v-2H8a2 2 0 0 1-2-2v-.02L32 16z'/%3E%3C/svg%3E");
}
.prog-steps p.step-check::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='32'%3E%3Cpath d='M34 4H2C.9 4 0 4.9 0 6v20c0 1.1.9 2 2 2h32c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM20 8h4v4h-4V8zm6 6v4h-4v-4h4zM14 8h4v4h-4V8zm6 6v4h-4v-4h4zM8 8h4v4H8V8zm6 6v4h-4v-4h4zM4 8h2v4H4V8zm0 6h4v4H4v-4zm2 10H4v-4h2v4zm18 0H8v-4h16v4zm8 0h-6v-4h6v4zm0-6h-4v-4h4v4zm0-6h-6V8h6v4z'/%3E%3C/svg%3E");
}
.prog-steps p.step-payment::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M29 4H3C1.35 4 0 5.35 0 7v18c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3V7c0-1.65-1.35-3-3-3zM3 6h26c.542 0 1 .458 1 1v3H2V7c0-.542.458-1 1-1zm26 20H3c-.542 0-1-.458-1-1v-9h28v9c0 .542-.458 1-1 1zM4 20h2v4H4zm4 0h2v4H8zm4 0h2v4h-2z'/%3E%3C/svg%3E");
}
.prog-steps p.step-rec::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M28.681 7.159c-.694-.947-1.662-2.053-2.724-3.116s-2.169-2.03-3.116-2.724C21.229.137 20.448 0 20 0H4.5A2.503 2.503 0 0 0 2 2.5v27C2 30.878 3.122 32 4.5 32h23c1.378 0 2.5-1.122 2.5-2.5V10c0-.448-.137-1.23-1.319-2.841zm-4.138-1.702A27.334 27.334 0 0 1 26.811 8H22V3.189a27.334 27.334 0 0 1 2.543 2.268zM28 29.5c0 .271-.229.5-.5.5h-23a.507.507 0 0 1-.5-.5v-27c0-.271.229-.5.5-.5H20v7a1 1 0 0 0 1 1h7v19.5z'/%3E%3Cpath d='M23 26H9a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zM23 22H9a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zM23 18H9a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2z'/%3E%3C/svg%3E");
}
.woocommerce-cart p.step-cart a {
	display: none;
}
.woocommerce-checkout p.step-cart a {
	position: absolute;
	width: 40px;
	height: 70px;
	top: -46px;
	left: clamp(16px, calc(1rem + ((1vw - 3.2px) * 12)), 32px);
	z-index: 9;
}

/* current */
.woocommerce-cart .prog-steps p.step-cart::before,
.woocommerce-checkout .prog-steps p.step-check::before,
.woocommerce-order-received .prog-steps p.step-payment::before {
	background-color: var(--e-global-color-primary);
}

/* done */
.woocommerce-checkout .prog-steps p.step-cart::before,
body.woocommerce-order-received .prog-steps p.step-check::before,
body.woocommerce-order-received .prog-steps p.step-payment::before,
body.woocommerce-order-received .prog-steps p.step-rec::before {
	background-color: var(--e-global-color-accent);
}

/* change to checked */
.woocommerce-checkout .prog-steps p.step-cart::after,
.woocommerce-checkout.woocommerce-order-received .prog-steps :is(p.step-payment, p.step-check):after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M27 4 12 19l-7-7-5 5 12 12L32 9z'/%3E%3C/svg%3E");
}

/* progress line */
.woocommerce-checkout .progress-wrp .progress-filler {
	width: 33%;
}
.woocommerce-checkout.woocommerce-order-received .progress-wrp .progress-filler {
	width: 100%;
}

.woocommerce table.shop_table.cart tbody tr:not([class]) {
	display: none;
}
.elementor-kit-2594 :is(.quantity-wrap, .quantity) input:not([type='button']):not([type='submit']) {
	padding-block: 10px 6px;
}
.woocommerce :is(td.product-name, td.product-name a) {
	color: var(--e-global-color-text);
	font-weight: 700;
	text-decoration: none;
}
/* layout */
@media (width > 1024px) {
	.woocommerce-cart .woocommerce {
		display: grid;
		grid-template-columns: 7fr 3fr;
		gap: 4%;
		max-width: 1312px;
		margin: 0 auto var(--gap112);
	}
	.woocommerce-cart .woocommerce-notices-wrapper {
		grid-area: 1 / 1 / 2 / 3;
	}
	html .woocommerce .cart-collaterals .cart_totals {
		float: none;
		width: 100%;
	}
}
.elementor-kit-2594:is(.woocommerce-cart, .woocommerce-checkout) :is(h2, h3) {
	font-size: 24px;
}

/* CART Mobile UI */
/************* CART ON MOBILE ************/
@media (width < 768px) {
	html .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	html .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item {
		border-top: 1px solid var(--e-global-color-text);
		display: flex;
		flex-flow: row wrap;
		margin: 10px 0 20px;
	}
	table.cart td.product-remove a.remove {
		position: absolute;
		font-size: 24px;
		top: 24px;
		right: -2px;
		width: 24px;
		height: 24px;
	}
	.woocommerce-cart-form table.woocommerce-cart-form__contents tr :is(.product-name, .product-name a) {
		text-align: left !important;
		font-size: 18px;
	}
	html .woocommerce table.shop_table {
		font-size: 16px;
	}
	html .woocommerce table.shop_table td {
		border: none;
	}
	.woocommerce-cart-form table.shop_table_responsive tr td:is(.product-thumbnail, .product-name, .product-quantity):before {
		content: '';
	}
	.woocommerce table.shop_table td.product-price {
		padding: 0 0.875em 0.43em calc(22% - 2.875em);
	}
	.woocommerce-cart-form__cart-item .product-name,
	.woocommerce-cart table .woocommerce-cart-form__cart-item td.product-subtotal,
	.woocommerce table.shop_table td.product-quantity {
		padding: 0 0.875em 0.43em calc(22% + 0.875em);
		flex: 1 1 100%;
	}
	.woocommerce-cart-form__cart-item .product-remove {
		flex: 1 1 100%;
		order: 1;
		position: relative;
	}
	.woocommerce-cart-form__cart-item .product-name {
		order: 2;
	}
	body.woocommerce-cart #content table.cart .product-thumbnail {
		display: block;
		background: #0000000d;
		order: 3;
		margin-left: 12px;
		padding: 9px;
	}
	.woocommerce-cart-form__cart-item .product-price {
		flex: 1 1 67%;
		order: 4;
	}
	.woocommerce table.shop_table td.product-quantity {
		order: 5;
		margin: -34px 0 9px;
	}
	.woocommerce table.shop_table td.product-quantity .quantity-wrap {
		margin: 0;
		float: right;
	}
	.woocommerce-cart table .woocommerce-cart-form__cart-item td.product-subtotal {
		order: 6;
	}

	body.woocommerce-cart .quantity.spinners-added {
		margin: 15px 0;
	}
}

/*********** CHECKOUT ************/
/* Checkout layout */
.woocommerce-checkout #customer_details :is(.col-1, .col-2) {
	float: none;
	width: 100%;
}
.woocommerce-checkout-review-order-table .product-total {
	width: 60%;
}
@media (min-width: 720px) {
	.woocommerce-checkout .woocommerce-checkout {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, auto);
		gap: 0 4%;
		margin-block: var(--gap60) var(--gap112);
	}
	.woocommerce-checkout .woocommerce-NoticeGroup {
		grid-area: 1 / 1 / 2 / 3;
	}
	.woocommerce-checkout #customer_details {
		grid-area: 2 / 1 / 4 / 2;
	}
	.woocommerce-checkout #order_review_heading {
		grid-area: 2 / 2 / 3 / 3;
	}
	.woocommerce-checkout #order_review {
		grid-area: 3 / 2 / 4 / 3;
	}
	/* .woocommerce-checkout .entry-content > .woocommerce {
		display: grid;
	} */
}

/* Checkout layout END */

.woocommerce-checkout .woocommerce form .form-row :is(.input-text, select),
.woocommerce-checkout .woocommerce form .form-row .select2-container :is(.select2-dropdown, .select2-selection) {
	background-color: var(--e-global-color-79646b5);
	border: 0;
	border-radius: 6px;
	color: var(--e-global-color-text);
}

#order_comments_field {
	margin-top: 2rem;
}

/* review order */
.vp-woo-pont-review-order-selected {
	margin-left: -42px;
}
:is(.woocommerce-checkout, .woocommerce-mini-cart) .product-image {
	background-color: var(--e-global-color-79646b5);
	float: left;
	position: relative;
	width: 60px;
}
.woocommerce-checkout .product-image {
	margin-right: 15px;
	padding: 9px 10px 0;
}
.woocommerce-mini-cart .product-image {
	margin-right: 20px;
	padding: 10px 9px 8px;
}
html .woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 40px;
}
.woocommerce-checkout .product-quantity {
	display: none;
}
.product-qty {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -8px;
	right: -8px;
	display: grid;
	place-items: center;
	background: #fff;
	border-radius: 15px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	line-height: 1;
}

:is(#add_payment_method, .woocommerce-cart, .woocommerce-checkout) #payment {
	background: transparent;
	border-radius: 0;
}
:is(#add_payment_method, .woocommerce-cart, .woocommerce-checkout) #payment ul.payment_methods {
	background: var(--e-global-color-79646b5);
	border-bottom: 0;
	margin-bottom: 2em;
}
:is(#add_payment_method, .woocommerce-cart, .woocommerce-checkout) #payment div.payment_box::before {
	border-bottom-color: var(--e-global-color-f1f076a);
}
:is(#add_payment_method, .woocommerce-cart, .woocommerce-checkout) #payment div.payment_box {
	background: var(--e-global-color-f1f076a);
}
:is(#add_payment_method, .woocommerce-cart, .woocommerce-checkout) #payment div.form-row {
	padding: 0;
}

.woocommerce-checkout #place_order {
	width: 100%;
}

/********* MY ACCOUNT *********/
.woocommerce-account.elementor-kit-2594 h1 {
	display: none;
}
.woocommerce-account.elementor-kit-2594 h2 {
	font-size: clamp(24px, (100vw - 767px) * 99, 28px);
}
.woocommerce-account.elementor-kit-2594 input:not([type='button']):not([type='submit']) {
	background-color: #0000000d;
}
.woocommerce-account.elementor-kit-2594 .woocommerce {
	margin-block: var(--gap80) var(--gap112);
}

/* login/reg */
.woocommerce form:is(.login, .register) {
	background: var(--e-global-color-79646b5);
	border: 0;
}

/* menu */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	color: var(--e-global-color-text);
	display: flex;
	align-items: center;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a::before {
	display: inline-block;
	margin-right: 10px;
}
.woocommerce-MyAccount-navigation ul .is-active a::before,
.woocommerce-Addresses .woocommerce-Address a:hover::before {
	filter: invert(20%) sepia(77%) saturate(4359%) hue-rotate(353deg) brightness(80%) contrast(83%);
}
.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"/><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9Z"/></svg>');
}
.woocommerce-MyAccount-navigation-link--orders a::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.5 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM19.5 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM2.55 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.62"/></svg>');
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2M12 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/></svg>');
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 1 1 16 0Z"/><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"/></svg>');
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4M16 17l5-5-5-5M21 12H9"/></svg>');
}
.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--e-global-color-79646b5);
	border-radius: var(--br-864);
	padding: var(--gap60) var(--gap40);
}
.woocommerce-account .woocommerce-MyAccount-content p:not(:last-child) {
	margin-bottom: 1em;
}
.woocommerce-Input + span em {
	font-style: normal;
	font-size: 0.7em;
}
.woocommerce-EditAccountForm fieldset {
	margin-block: 30px;
}
.woocommerce-Addresses {
	margin-top: clamp(16px, (100vw - 767px) * 99, 24px);
}
.woocommerce-Addresses .woocommerce-Address {
	background-color: var(--e-global-color-f1f076a);
	border-radius: 6px;
	padding: clamp(16px, (100vw - 767px) * 99, 24px);
}
.woocommerce-account.elementor-kit-2594 .woocommerce-Address h2 {
	font-size: clamp(18px, (100vw - 767px) * 99, 22px);
	float: left;
}
.woocommerce-Addresses .woocommerce-Address a {
	font-size: 0;
	line-height: 0;
	padding: 8px;
}
.woocommerce-Addresses .woocommerce-Address a::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1 0 32c0 8.8 7.2 16 16 16l32 0zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg>');
	width: 20px;
	display: block;
}

@media (width < 768px) {
	.woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 0 16px;
		margin-bottom: 12px;
	}
	.woocommerce-MyAccount-navigation ul li a {
		font-size: 0;
		justify-content: center;
		padding: 5px;
	}
	.col-1.woocommerce-Address {
		margin-bottom: 20px;
	}
}

@media (width >= 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 28%;
	}
	.woocommerce-MyAccount-navigation ul {
		border-bottom: 1px solid #00000080;
	}
	.woocommerce-MyAccount-navigation ul li {
		border-top: 1px solid #00000080;
	}
	.woocommerce-MyAccount-navigation ul li a {
		font-weight: 700;
		line-height: 1;
		padding: 16px 24px;
	}
	.woocommerce-MyAccount-navigation ul li a:hover,
	.woocommerce-MyAccount-navigation ul .is-active a {
		color: var(--e-global-color-primary);
	}
}
