body.weinhale-flow-active {
--we-ink: #191817;
	--we-deep-green: #243429;
	--we-lime: #9cc21d;
	--we-yellow: #ffcc00;
	--we-soft: #f3f0ee;
	--we-hover-soft: #f8fbef;
	background: #fff !important;
	color: #191817;
	overflow-x: hidden;
	font-family: Karla, Arial, sans-serif;
}

body.weinhale-checkout-active #masthead,
body.weinhale-checkout-active .site-header,
body.weinhale-checkout-active .site-footer,
body.weinhale-checkout-active #colophon,
body.weinhale-checkout-active .entry-header,
body.weinhale-checkout-active #ast-checkout-wrap,
body.weinhale-checkout-active .ast-checkout-wrap,
body.weinhale-checkout-active .ast-checkout-header,
body.weinhale-checkout-active .ast-checkout-breadcrumb,
body.weinhale-checkout-active .ast-modern-checkout-steps,
body.weinhale-checkout-active .woocommerce-checkout-header,
body.weinhale-checkout-active .woocommerce-checkout-steps,
body.weinhale-checkout-active .checkout-steps,
body.weinhale-checkout-active .woocommerce-form-coupon-toggle,
body.weinhale-checkout-active .checkout_coupon,
body.weinhale-checkout-active .woocommerce-form-login-toggle,
body.weinhale-checkout-active .wlr-message-info,
body.weinhale-checkout-active #order_review_heading,
body.weinhale-checkout-active .we-native-hidden,
body.weinhale-checkout-active .we-hidden-row,
body.weinhale-checkout-active .we-customer-details-empty,
body.weinhale-checkout-active #ship-to-different-address,
body.weinhale-checkout-active .shipping_address {
display: none !important;
}

body.weinhale-checkout-active .ast-container,
body.weinhale-checkout-active .site-content > .ast-container,
body.weinhale-checkout-active .ast-woocommerce-container,
body.weinhale-checkout-active #primary,
body.weinhale-checkout-active .entry-content,
body.weinhale-checkout-active .woocommerce {
width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.weinhale-checkout-active .entry-content > :not(.woocommerce):not(#ast-checkout-wrap):not(style):not(script) {
display: none !important;
}

body.weinhale-checkout-active form.checkout {
position: relative;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.we-checkout-header {
position: relative;
	z-index: 20;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd9d4;
}

.we-checkout-header__inner {
display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 1760px);
	min-height: 96px;
	margin: 0 auto;
	padding: 18px 56px;
}

.we-checkout-logo {
display: inline-flex;
	align-items: center;
	min-height: 52px;
	color: #191817;
	font: 900 28px/1 Karla, Arial, sans-serif;
	text-decoration: none;
	transition: color 0.18s ease;
}

.we-checkout-logo:hover,
.we-checkout-logo:focus-visible,
.we-checkout-contact a:hover,
.we-checkout-contact a:focus-visible {
color: var(--we-lime);
}

.we-checkout-logo img {
display: block;
	width: auto;
	max-width: 176px;
	max-height: 58px;
	object-fit: contain;
}

.we-checkout-contact {
color: #191817;
	font: 700 17px/1.2 Karla, Arial, sans-serif;
	letter-spacing: 0;
}

.we-checkout-contact a {
color: inherit;
	text-decoration: none;
	transition: color 0.18s ease;
}

.we-checkout-shell {
width: min(calc(100% - 56px), 980px);
	margin: 48px auto 80px;
	font-family: Karla, Arial, sans-serif;
}

.we-checkout-steps {
display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	width: min(100%, 720px);
	margin: 0 auto 78px;
	align-items: start;
}

.we-step {
appearance: none;
	-webkit-appearance: none;
	display: grid !important;
	justify-items: center;
	gap: 8px;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #8f8b87 !important;
	font: 700 15px/1.2 Karla, Arial, sans-serif !important;
	text-align: center !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	cursor: pointer;
	transition: color 0.18s ease;
}

.we-step:disabled {
cursor: default;
	opacity: 1 !important;
}

.we-step span {
display: grid !important;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 2px solid currentColor;
	border-radius: 50%;
	background: #fff !important;
	color: currentColor !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.we-step strong {
display: block;
	color: currentColor;
	font: inherit !important;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.we-step.is-active,
.we-step.is-done {
color: #191817 !important;
	background: transparent !important;
}

.we-step:not(:disabled):hover,
.we-step:not(:disabled):focus-visible {
color: #9cc21d !important;
}

.we-panels {
position: relative;
}

.we-panel {
display: none;
	width: min(100%, 900px);
	margin: 0 auto;
}

.we-panel.is-active {
display: block;
}

.we-panel__copy {
margin: 0 0 34px;
}

.we-panel__copy h1 {
margin: 0 0 16px;
	color: #191817;
	font: 900 44px/1.02 Karla, Arial, sans-serif;
	letter-spacing: 0;
}

.we-panel__copy p {
width: min(100%, 680px);
	margin: 0;
	color: #191817;
	font: 800 18px/1.28 Karla, Arial, sans-serif;
	letter-spacing: 0;
}

.we-panel[data-step="1"] {
width: min(100%, 720px);
	text-align: left;
}

.we-panel[data-step="1"] .we-panel__copy {
margin-bottom: 38px;
}

.we-panel[data-step="1"] .we-panel__copy h1 {
font-size: 44px;
}

.we-panel[data-step="1"] .we-panel__copy p {
width: 100%;
}

.we-panel[data-step="1"] .we-actions {
width: 100% !important;
	max-width: none !important;
}

.we-panel[data-step="1"] .we-actions--stacked {
justify-items: stretch !important;
}

.we-panel[data-step="1"] .we-btn--primary {
width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	justify-self: stretch !important;
	padding-right: 28px !important;
	padding-left: 28px !important;
}

.we-panel[data-step="1"] .we-home-link {
justify-self: center !important;
	text-align: center;
}

.we-login-actions {
display: grid !important;
	grid-template-columns: 1fr !important;
	justify-items: stretch !important;
	width: 100% !important;
	max-width: none !important;
}

.we-login-actions .we-btn--primary {
width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	justify-self: stretch !important;
}

.we-login-actions .we-home-link {
justify-self: center !important;
	text-align: center !important;
}

body.weinhale-checkout-active .form-row {
margin: 0 0 28px !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	width: 100% !important;
}

body.weinhale-checkout-active .form-row-first,
body.weinhale-checkout-active .form-row-last {
width: 100% !important;
}

body.weinhale-checkout-active label {
display: block;
	margin: 0 0 8px;
	color: #191817;
	font: 700 16px/1.2 Karla, Arial, sans-serif;
	letter-spacing: 0;
}

body.weinhale-checkout-active label .required,
body.weinhale-checkout-active label abbr.required {
color: #191817;
	text-decoration: none;
}

body.weinhale-checkout-active .optional {
color: #8f8b87;
	font-weight: 600;
}

body.weinhale-checkout-active input[type="text"],
body.weinhale-checkout-active input[type="email"],
body.weinhale-checkout-active input[type="tel"],
body.weinhale-checkout-active input[type="password"],
body.weinhale-checkout-active select,
body.weinhale-checkout-active textarea,
body.weinhale-checkout-active .select2-container .select2-selection {
width: 100% !important;
	min-height: 52px !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #f3f0ee !important;
	color: #191817 !important;
	box-shadow: none !important;
	font: 700 17px/1.2 Karla, Arial, sans-serif !important;
	letter-spacing: 0 !important;
	outline: none !important;
	transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

body.weinhale-checkout-active input[type="text"]:hover,
body.weinhale-checkout-active input[type="email"]:hover,
body.weinhale-checkout-active input[type="tel"]:hover,
body.weinhale-checkout-active input[type="password"]:hover,
body.weinhale-checkout-active select:hover,
body.weinhale-checkout-active textarea:hover,
body.weinhale-checkout-active .select2-container .select2-selection:hover {
background: var(--we-hover-soft) !important;
}

body.weinhale-checkout-active .select2-container .select2-selection__rendered {
display: flex !important;
	align-items: center !important;
	min-height: 52px !important;
	padding: 0 48px 0 0 !important;
	color: #191817 !important;
	font: 700 17px/1.2 Karla, Arial, sans-serif !important;
	letter-spacing: 0 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

body.weinhale-checkout-active .select2-container .select2-selection__arrow {
height: 52px !important;
	right: 18px !important;
}

body.weinhale-checkout-active textarea {
min-height: 104px !important;
	padding-top: 16px !important;
	resize: vertical;
}

body.weinhale-checkout-active input:focus,
body.weinhale-checkout-active select:focus,
body.weinhale-checkout-active textarea:focus,
body.weinhale-checkout-active .select2-container--focus .select2-selection {
box-shadow: 0 0 0 5px #dbe9b0 !important;
}

body.weinhale-checkout-active .woocommerce-input-wrapper {
display: block;
	width: 100%;
}

.we-panel[data-step="3"] .woocommerce-billing-fields__field-wrapper,
.we-panel[data-step="3"] .woocommerce-additional-fields__field-wrapper {
display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 14px;
}

.we-panel[data-step="3"] #billing_email_field,
.we-panel[data-step="3"] #billing_phone_field,
.we-panel[data-step="3"] #billing_address_1_field,
.we-panel[data-step="3"] #billing_address_2_field,
.we-panel[data-step="3"] #billing_company_checkbox_field,
.we-panel[data-step="3"] #order_comments_field {
grid-column: 1 / -1;
}

.we-panel[data-step="3"] .woocommerce-billing-fields h3,
.we-panel[data-step="3"] .woocommerce-additional-fields h3 {
display: none !important;
}

.we-panel[data-step="3"] .woocommerce-additional-fields {
margin-top: 4px;
}

.we-email-summary {
display: grid;
	gap: 8px;
	width: 100%;
	margin: 0 0 28px;
	padding: 16px 20px;
	border-radius: 8px;
	background: #f3f0ee;
}

.we-email-summary span {
color: #8f8b87;
	font: 700 15px/1.2 Karla, Arial, sans-serif;
}

.we-email-summary strong {
color: #191817;
	font: 900 17px/1.2 Karla, Arial, sans-serif;
	word-break: break-word;
}

.we-account-choice {
grid-column: 1 / -1;
	width: 100%;
	margin: 12px 0 8px;
}

.we-account-modes {
display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin: 0 0 22px;
}

body.weinhale-checkout-active .we-account-mode {
position: relative;
	display: grid !important;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	margin: 0 !important;
	color: #191817;
	font: 800 18px/1.2 Karla, Arial, sans-serif;
	cursor: pointer;
	transition: color 0.18s ease;
}

.we-account-mode input[type="radio"] {
position: absolute !important;
	inset: 0 auto auto 0 !important;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box !important;
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
	opacity: 0 !important;
	z-index: 2;
}

.we-account-mode > span {
display: block;
	grid-column: 1;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #f3f0ee;
	box-shadow: inset 0 0 0 7px #f3f0ee;
	transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.we-account-mode input[type="radio"]:checked + span {
background: #fff;
	box-shadow: inset 0 0 0 6px var(--we-yellow), inset 0 0 0 11px #fff;
}

.we-account-mode strong {
display: block;
	grid-column: 2;
	font: inherit;
	letter-spacing: 0;
}

body.weinhale-checkout-active .we-account-mode:hover,
body.weinhale-checkout-active .we-account-mode:focus-within {
color: var(--we-lime);
}

body.weinhale-checkout-active .we-account-mode:hover > span,
body.weinhale-checkout-active .we-account-mode:focus-within > span {
background: #fff;
	box-shadow: inset 0 0 0 6px var(--we-lime), inset 0 0 0 11px #fff;
}

.we-account-passwords {
display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin: 0 0 22px;
}

.we-account-password-field {
margin-bottom: 0 !important;
}

.we-account-password-field .woocommerce-input-wrapper {
position: relative;
	display: block;
}

body.weinhale-checkout-active .we-account-password-field input[type="password"],
body.weinhale-checkout-active .we-account-password-field input[type="text"] {
padding-right: 92px !important;
}

.we-password-toggle {
position: absolute;
	top: 50%;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 32px;
	padding: 0 12px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #243429;
	font: 800 13px/1 Karla, Arial, sans-serif;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 0.18s ease, color 0.18s ease;
}

.we-password-toggle:hover {
background: #9cc21d;
	color: #243429;
}

.we-password-toggle:focus-visible {
outline: 2px solid #9cc21d;
	outline-offset: 2px;
}

.we-account-register-fields[hidden] {
display: none !important;
}

body.weinhale-checkout-active .we-account-check {
display: flex !important;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	margin: 0 0 16px !important;
	color: #191817;
	font: 700 16px/1.28 Karla, Arial, sans-serif;
	cursor: pointer;
	transition: color 0.18s ease;
}

.we-account-check input[type="checkbox"] {
appearance: none;
	-webkit-appearance: none;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
	border: 0;
	border-radius: 4px;
	background: #f3f0ee;
	box-shadow: inset 0 0 0 2px #f3f0ee;
	flex: 0 0 22px;
	transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.we-account-check input[type="checkbox"]:checked {
background: var(--we-yellow);
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 2px var(--we-yellow);
}

body.weinhale-checkout-active .we-account-check:hover,
body.weinhale-checkout-active .we-account-check:focus-within {
color: var(--we-lime);
}

body.weinhale-checkout-active .we-account-check:hover input[type="checkbox"],
body.weinhale-checkout-active .we-account-check:focus-within input[type="checkbox"],
body.weinhale-checkout-active .checkbox:hover input[type="checkbox"],
body.weinhale-checkout-active .woocommerce-form__label-for-checkbox:hover input[type="checkbox"] {
background: #fff;
	box-shadow: inset 0 0 0 2px var(--we-lime);
}

.we-account-check a {
color: #191817;
	text-decoration: underline;
}

body.weinhale-checkout-active .checkbox,
body.weinhale-checkout-active .woocommerce-form__label-for-checkbox {
display: inline-flex !important;
	align-items: center;
	gap: 18px;
	margin: 0;
	color: #191817;
	font: 800 18px/1.2 Karla, Arial, sans-serif;
	cursor: pointer;
	transition: color 0.18s ease;
}

body.weinhale-checkout-active .checkbox:hover,
body.weinhale-checkout-active .checkbox:focus-within,
body.weinhale-checkout-active .woocommerce-form__label-for-checkbox:hover,
body.weinhale-checkout-active .woocommerce-form__label-for-checkbox:focus-within {
color: var(--we-lime);
}

body.weinhale-checkout-active input[type="checkbox"],
body.weinhale-checkout-active input[type="radio"] {
width: 22px;
	height: 22px;
	margin: 0 !important;
	flex: 0 0 auto;
	accent-color: #9cc21d;
}

.we-shipping-methods {
width: min(100%, 720px);
	margin: 0;
}

.we-shipping-methods ul,
.we-shipping-methods .woocommerce-shipping-methods {
display: grid !important;
	gap: 0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.we-shipping-methods li {
position: relative;
	display: grid !important;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	min-height: 58px;
	margin: 0 !important;
	padding: 13px 0 !important;
	border-bottom: 1px solid #ded9d4;
	color: #191817;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

.we-shipping-methods li input[type="radio"] {
appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box !important;
	display: grid;
	position: static !important;
	grid-column: 1;
	grid-row: 1;
	place-items: center;
	width: 24px;
	height: 24px;
	margin: 0 !important;
	opacity: 1 !important;
	transform: none !important;
	border: 6px solid #f3f0ee;
	border-radius: 50%;
	background: #f3f0ee;
	box-shadow: inset 0 0 0 20px #f3f0ee;
	z-index: 1;
	transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.we-shipping-methods li input[type="radio"]:checked {
border-color: #9cc21d;
	background: #fff;
	box-shadow: inset 0 0 0 5px #fff;
}

.we-shipping-methods li label {
display: flex !important;
	grid-column: 2;
	grid-row: 1;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: #191817 !important;
	font: 900 18px/1.25 Karla, Arial, sans-serif !important;
	cursor: pointer;
	transition: color 0.18s ease;
}

.we-shipping-methods li:hover {
background: var(--we-hover-soft);
	border-bottom-color: var(--we-lime);
}

.we-shipping-methods li:hover input[type="radio"]:not(:checked) {
border-color: var(--we-lime);
	background: #fff;
	box-shadow: inset 0 0 0 5px #fff;
}

.we-shipping-methods li:hover label,
.we-shipping-methods li:hover .woocommerce-Price-amount,
.we-shipping-methods li:hover .amount {
color: var(--we-deep-green) !important;
}

.we-shipping-methods li label::before,
.we-shipping-methods li label::after {
display: none !important;
	content: none !important;
}

.we-shipping-methods .woocommerce-Price-amount,
.we-shipping-methods .amount {
margin-left: auto;
	color: #191817 !important;
	font: 900 18px/1 Karla, Arial, sans-serif !important;
	white-space: nowrap;
}

.we-shipping-methods img,
.we-shipping-methods .montonio-shipping-carrier-logo {
display: none !important;
}

.we-pickup-host {
width: min(100%, 720px);
	margin: 34px 0 0;
}

.we-pickup-host:empty,
.we-pickup-host[hidden] {
display: none !important;
}

.we-pickup-host::before {
content: "Patikslinkite pristatymo detales";
	display: block;
	margin: 0 0 16px;
	color: #191817;
	font: 900 20px/1.2 Karla, Arial, sans-serif;
}

.we-pickup-host label {
margin-top: 0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.we-pickup-host .select2-container,
.we-pickup-host select {
width: 100% !important;
}

.we-pickup-loading {
min-height: 76px;
	padding: 24px;
	border-radius: 8px;
	background: #f3f0ee;
	color: #8f8b87;
	font: 700 20px/1.3 Karla, Arial, sans-serif;
}

.we-actions {
display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: min(100%, 720px);
	margin-top: 46px;
}

.we-actions--stacked {
display: grid;
	gap: 32px;
	justify-items: center;
	margin-top: 34px;
}

.we-btn,
body.weinhale-checkout-active #place_order {
display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px !important;
	border: 0 !important;
	border-radius: 40px !important;
	box-shadow: none !important;
	font: 900 17px/1 Karla, Arial, sans-serif !important;
	text-decoration: none !important;
	text-transform: none !important;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.weinhale-checkout-active button.button:not(#place_order),
body.weinhale-checkout-active a.button,
body.weinhale-checkout-active .woocommerce button.button:not(#place_order),
body.weinhale-checkout-active .woocommerce a.button {
transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

body.weinhale-checkout-active button.button:not(#place_order):hover,
body.weinhale-checkout-active button.button:not(#place_order):focus-visible,
body.weinhale-checkout-active a.button:hover,
body.weinhale-checkout-active a.button:focus-visible,
body.weinhale-checkout-active .woocommerce button.button:not(#place_order):hover,
body.weinhale-checkout-active .woocommerce button.button:not(#place_order):focus-visible,
body.weinhale-checkout-active .woocommerce a.button:hover,
body.weinhale-checkout-active .woocommerce a.button:focus-visible {
border-color: var(--we-lime) !important;
	background: var(--we-lime) !important;
	color: var(--we-deep-green) !important;
	transform: translateY(-1px);
}

.we-btn--primary {
width: auto !important;
	min-width: 150px;
	background: #243429 !important;
	color: #fff !important;
}

body.weinhale-checkout-active #place_order {
min-width: 230px;
	background: #243429 !important;
	color: #fff !important;
}

.we-btn--primary:hover,
.we-btn--primary:focus-visible,
body.weinhale-checkout-active #place_order:hover,
body.weinhale-checkout-active #place_order:focus-visible {
background: #9cc21d !important;
	color: #243429 !important;
	transform: translateY(-1px);
}

.we-btn--primary:active,
body.weinhale-checkout-active #place_order:active {
transform: translateY(0);
}

.we-btn--back {
min-width: 132px;
	background: #f3f0ee !important;
	color: #191817 !important;
}

.we-btn--back:hover,
.we-btn--back:focus-visible {
background: var(--we-lime) !important;
	color: var(--we-deep-green) !important;
	transform: translateY(-1px);
}

.we-btn--back:active {
transform: translateY(0);
}

.we-home-link {
color: #191817;
	font: 800 20px/1.2 Karla, Arial, sans-serif;
	text-decoration: underline;
	transition: color 0.18s ease;
}

.we-home-link:hover,
.we-home-link:focus-visible {
color: #9cc21d;
}

.we-error-field input,
.we-error-field select,
.we-error-field textarea,
.we-error-field .select2-selection,
.we-error-field.we-pickup-host {
box-shadow: 0 0 0 3px #ec322b !important;
}

.we-error-message {
display: block;
	margin-top: 12px;
	color: #ec322b;
	font: 800 17px/1.25 Karla, Arial, sans-serif;
}

.we-confirm-cards {
display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0 0 42px;
}

.we-confirm-card {
min-height: 178px;
	padding: 20px;
	border-radius: 8px;
	background: #f3f0ee;
}

.we-confirm-card h2 {
margin: 0 0 16px;
	color: #191817;
	font: 900 20px/1.2 Karla, Arial, sans-serif;
}

.we-confirm-card p {
margin: 0 0 8px;
	color: #191817;
	font: 600 16px/1.35 Karla, Arial, sans-serif;
}

.we-confirm-card button {
margin-top: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #191817;
	font: 700 16px/1.2 Karla, Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
	transition: color 0.18s ease;
}

.we-confirm-card button:hover,
.we-confirm-card button:focus-visible {
color: #9cc21d;
}

.we-points-notice {
display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
	margin: -16px 0 34px;
	padding: 14px 22px;
	border: 1px solid #9cc21d;
	border-radius: 8px;
	background: #28352c;
	color: #9cc21d;
}

.we-points-notice[hidden] {
display: none !important;
}

.we-points-notice img {
width: 38px;
	height: 38px;
	object-fit: contain;
	flex: 0 0 auto;
}

.we-points-notice p {
margin: 0;
	color: #9cc21d;
	font: 800 16px/1.25 Karla, Arial, sans-serif;
}

.we-points-notice strong {
color: #b7df30;
	font-weight: 900;
}

.we-summary-product-data,
.we-native-summary-table {
display: none !important;
}

.we-order-summary {
width: 100%;
	margin: 0 0 52px;
	color: #191817;
}

.we-summary-grid {
display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(132px, 150px) minmax(100px, 130px) minmax(132px, 150px);
	column-gap: 36px;
	align-items: center;
	width: 100%;
}

.we-summary-grid--head {
padding: 0 0 18px;
	border-bottom: 1px solid #ded9d4;
	color: #8f8b87;
	font: 800 16px/1.25 Karla, Arial, sans-serif;
}

.we-summary-items {
border-bottom: 1px solid #ded9d4;
}

.we-summary-item {
min-height: 156px;
	padding: 28px 0;
}

.we-summary-product {
display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	min-width: 0;
}

.we-summary-product img,
.we-summary-product__image {
display: block;
	width: 108px;
	height: 116px;
	border-radius: 10px;
	background: #f3f0ee;
	object-fit: contain;
}

.we-summary-product strong {
color: #191817;
	font: 500 20px/1.25 Karla, Arial, sans-serif;
	letter-spacing: 0;
}

.we-summary-unit,
.we-summary-qty,
.we-summary-line {
color: #191817;
	font: 500 18px/1.25 Karla, Arial, sans-serif;
	letter-spacing: 0;
}

.we-summary-unit {
text-align: center;
}

.we-summary-unit strong,
.we-summary-line strong {
display: block;
	color: #191817;
	font: 700 18px/1.25 Karla, Arial, sans-serif;
}

.we-summary-unit small {
display: block;
	margin-top: 6px;
	color: #8f8b87;
	font: 700 14px/1 Karla, Arial, sans-serif;
}

.we-summary-line {
text-align: right;
}

.we-summary-line strong {
color: #f00000;
}

.we-summary-line del {
display: block;
	margin-top: 8px;
	color: #8f8b87;
	font: 700 16px/1 Karla, Arial, sans-serif;
}

.we-summary-totals {
display: grid;
	gap: 14px;
	width: min(100%, 560px);
	margin: 28px 0 0 auto;
}

.we-summary-applied-coupons {
display: grid;
	gap: 8px;
	width: min(100%, 560px);
	margin: 24px 0 0 auto;
}

.we-summary-applied-coupon {
display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 12px;
	align-items: center;
	padding: 10px 14px;
	border-radius: 8px;
	background: var(--we-soft);
	color: #7f7b77;
	font: 800 14px/1.25 Karla, Arial, sans-serif;
}

.we-summary-applied-coupon span {
min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.we-summary-applied-coupon strong,
.we-summary-applied-coupon b {
color: var(--we-deep-green);
	font-weight: 900;
}

.we-summary-applied-coupon__remove {
display: inline-grid !important;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	color: var(--we-deep-green) !important;
	font: 900 18px/1 Karla, Arial, sans-serif !important;
	text-decoration: none !important;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.we-summary-applied-coupon__remove:hover,
.we-summary-applied-coupon__remove:focus-visible {
background: var(--we-deep-green);
	color: #fff !important;
}

.we-summary-total {
display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: baseline;
	color: #8f8b87;
	font: 700 18px/1.25 Karla, Arial, sans-serif;
}

.we-summary-total strong {
color: #191817;
	font: 700 18px/1.25 Karla, Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}

.we-summary-total.is-strong span,
.we-summary-total.is-strong strong {
color: #191817;
	font-weight: 900;
}

.we-panel[data-step="4"] {
width: min(calc(100% - 56px), 960px);
}

.we-panel[data-step="4"] .we-panel__copy,
.we-panel[data-step="4"] .we-panel__body {
width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.we-panel[data-step="4"] .we-panel__body {
display: flex;
	flex-direction: column;
	align-items: stretch;
}

.we-panel[data-step="4"] #order_review {
width: 100% !important;
	max-width: 960px !important;
	margin: 0 auto !important;
	float: none !important;
	clear: both !important;
	display: block !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.we-panel[data-step="4"] #order_review > * {
float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: none !important;
}

.we-panel[data-step="4"] .woocommerce-checkout-review-order-table,
.we-panel[data-step="4"] .woocommerce-checkout-payment {
width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.we-order-summary-title,
.we-payment-title {
width: 100%;
	margin: 0 0 20px;
	color: #191817;
	font: 900 20px/1.2 Karla, Arial, sans-serif;
	letter-spacing: 0;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #order_review table.shop_table,
body.weinhale-checkout-active .we-panel[data-step="4"] table.shop_table.woocommerce-checkout-review-order-table {
width: 100% !important;
	max-width: none !important;
	margin: 0 0 42px 0 !important;
	float: none !important;
	clear: both !important;
	display: table !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: transparent !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] table.shop_table.we-native-summary-table,
body.weinhale-checkout-active .we-panel[data-step="4"] table.shop_table.woocommerce-checkout-review-order-table.we-native-summary-table {
display: none !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #order_review > table.woocommerce-checkout-review-order-table {
display: none !important;
}

.we-panel[data-step="4"] table.shop_table th,
.we-panel[data-step="4"] table.shop_table td {
padding: 14px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #ded9d4 !important;
	background: transparent !important;
	color: #191817 !important;
	font: 700 15px/1.35 Karla, Arial, sans-serif !important;
}

.we-panel[data-step="4"] table.shop_table thead th {
color: #8f8b87 !important;
	font-weight: 700 !important;
}

.we-panel[data-step="4"] table.shop_table td:last-child,
.we-panel[data-step="4"] table.shop_table th:last-child {
text-align: right !important;
}

.we-panel[data-step="4"] table.shop_table tfoot th,
.we-panel[data-step="4"] table.shop_table tfoot td {
border-bottom: 0 !important;
	padding: 9px 0 !important;
	color: #8f8b87 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

.we-panel[data-step="4"] table.shop_table tfoot tr.order-total th,
.we-panel[data-step="4"] table.shop_table tfoot tr.order-total td,
.we-panel[data-step="4"] table.shop_table tfoot tr:last-child th,
.we-panel[data-step="4"] table.shop_table tfoot tr:last-child td {
color: #191817 !important;
	font-weight: 900 !important;
}

.we-panel[data-step="4"] table.shop_table .product-name {
text-align: left !important;
}

.we-panel[data-step="4"] table.shop_table del {
color: #8f8b87 !important;
	font-weight: 500 !important;
}

.we-panel[data-step="4"] table.shop_table ins {
color: #f00000 !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.we-order-shipping-row ul,
.we-order-shipping-row .woocommerce-shipping-methods {
display: none !important;
}

body.weinhale-checkout-active #order_review tr.montonio-pickup-point {
display: none !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment {
width: 100% !important;
	max-width: none !important;
	margin: 0 auto 80px !important;
	float: none !important;
	clear: both !important;
	padding: 42px 44px 48px !important;
	border: 0 !important;
	border-radius: 18px !important;
	background: #f3f0ee !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment ul.payment_methods {
width: 100% !important;
	max-width: none !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 1px solid #ddd9d4 !important;
	border-radius: 10px !important;
	background: #fff !important;
	overflow: hidden !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method {
position: relative;
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-bottom: 1px solid #ddd9d4 !important;
	background: #fff !important;
	list-style: none !important;
	min-height: 72px;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method + li.wc_payment_method {
border-top: 0 !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method:last-child {
border-bottom: 0 !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method > input[type="radio"] {
grid-column: 1;
	grid-row: 1;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
	justify-self: start;
	transition: accent-color 0.18s ease;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method > label {
display: flex !important;
	grid-column: 2;
	grid-row: 1;
	align-items: center;
	gap: 10px;
	min-height: 72px;
	margin: 0 !important;
	padding: 0 !important;
	font: 800 16px/1.2 Karla, Arial, sans-serif !important;
	transition: color 0.18s ease;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method:hover,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method:focus-within {
background: var(--we-hover-soft) !important;
	border-bottom-color: var(--we-lime) !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method:hover > label,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method:focus-within > label {
color: var(--we-deep-green) !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box {
grid-column: 1 / -1;
	width: 100% !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	background: transparent !important;
	color: #191817 !important;
	font: 600 14px/1.35 Karla, Arial, sans-serif !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box fieldset,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-bank-list,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-bank-selection,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-payments-country-select {
width: 100% !important;
	max-width: none !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box button,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box a,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box label,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box [role="button"],
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-bank-list > *,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-bank-selection > * {
transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box button:hover,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box button:focus-visible,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box a:hover,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box a:focus-visible,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box label:hover,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box label:focus-within,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box [role="button"]:hover,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box [role="button"]:focus-visible,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-bank-list > *:hover,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-bank-list > *:focus-within,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-bank-selection > *:hover,
body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box .montonio-bank-selection > *:focus-within {
border-color: var(--we-lime) !important;
	background: var(--we-hover-soft) !important;
	color: var(--we-deep-green) !important;
	box-shadow: 0 0 0 2px rgba(156, 194, 29, 0.18) !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment iframe,
body.weinhale-checkout-active .we-panel[data-step="4"] #montonio-card-form {
width: 100% !important;
	max-width: 100% !important;
}

body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box::before {
display: none !important;
}

body.weinhale-checkout-active .woocommerce-terms-and-conditions-wrapper {
margin: 8px 0 8px !important;
}

body.weinhale-checkout-active .woocommerce-privacy-policy-text {
display: none !important;
}

body.weinhale-checkout-active .place-order {
display: grid;
	grid-template-columns: minmax(150px, auto) minmax(260px, 360px);
	align-items: center;
	justify-content: space-between;
	column-gap: 32px;
	row-gap: 18px;
	margin: 0 !important;
	padding: 0 !important;
}

body.weinhale-checkout-active .place-order .woocommerce-terms-and-conditions-wrapper {
grid-column: 1 / -1;
	order: 1;
}

body.weinhale-checkout-active .place-order .woocommerce-terms-and-conditions-wrapper .form-row,
body.weinhale-checkout-active .place-order .woocommerce-terms-and-conditions-wrapper p,
body.weinhale-checkout-active .place-order .woocommerce-terms-and-conditions-wrapper label {
margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.weinhale-checkout-active .place-order .woocommerce-form__label-for-checkbox {
align-items: center;
	gap: 12px;
	font-size: 14px !important;
	line-height: 1.25 !important;
}

body.weinhale-checkout-active .place-order .we-payment-back {
order: 2;
	justify-self: start;
	min-width: 150px;
	background: #fff !important;
}

body.weinhale-checkout-active .place-order #place_order {
order: 3;
	justify-self: stretch;
	width: 100% !important;
	min-width: 0 !important;
}

body.weinhale-checkout-active .ast-back-to-cart {
display: none !important;
}

.select2-container--open .select2-dropdown {
border: 1px solid #ddd9d4 !important;
	border-radius: 8px !important;
	overflow: hidden;
	z-index: 999999 !important;
}

.select2-container--open {
z-index: 999999 !important;
}

.select2-container--open .select2-search--dropdown {
padding: 10px !important;
	background: #fff !important;
}

.select2-container--open .select2-search__field {
min-height: 48px !important;
	padding: 0 14px !important;
	border: 1px solid #ddd9d4 !important;
	border-radius: 8px !important;
	color: #191817 !important;
	font: 600 16px/1.2 Karla, Arial, sans-serif !important;
}

.select2-container--open .select2-results__option {
padding: 10px 14px !important;
	font: 600 15px/1.25 Karla, Arial, sans-serif !important;
}

@media (max-width: 920px) {
	.we-checkout-header__inner {
	min-height: 78px;
			padding: 14px 20px;
	}
	
	.we-checkout-contact {
	font-size: 14px;
	}
	
	.we-checkout-shell {
	width: min(calc(100% - 32px), 100%);
			margin: 30px auto 64px;
	}
	
	.we-checkout-steps {
	grid-template-columns: repeat(4, 1fr);
			gap: 10px;
			margin-bottom: 56px;
	}
	
	.we-step {
	gap: 8px;
			font-size: 12px;
	}
	
	.we-step span {
	width: 34px;
			height: 34px;
			font-size: 16px;
	}
	
	.we-step strong {
	white-space: normal;
	}
	
	.we-panel__copy {
	margin-bottom: 32px;
	}
	
	.we-panel__copy h1,
	.we-panel[data-step="1"] .we-panel__copy h1 {
	font-size: 42px;
	}
	
	.we-panel__copy p {
	font-size: 20px;
	}
	
	.we-panel[data-step="3"] .woocommerce-billing-fields__field-wrapper,
	.we-panel[data-step="3"] .woocommerce-additional-fields__field-wrapper,
	.we-account-modes,
	.we-account-passwords,
	.we-confirm-cards {
	grid-template-columns: 1fr;
	}
	
	body.weinhale-checkout-active .we-account-mode {
	font-size: 17px;
	}
	
	body.weinhale-checkout-active .we-account-check {
	gap: 12px;
			font-size: 15px;
	}
	
	body.weinhale-checkout-active .we-account-password-field input[type="password"],
	body.weinhale-checkout-active .we-account-password-field input[type="text"] {
	padding-right: 78px !important;
	}
	
	.we-password-toggle {
	right: 10px;
			min-width: 52px;
			height: 30px;
			padding: 0 9px;
			font-size: 12px;
	}
	
	.we-account-mode > span,
	.we-account-mode input[type="radio"],
	.we-account-check input[type="checkbox"] {
	width: 22px !important;
			height: 22px !important;
	}
	
	.we-account-check input[type="checkbox"] {
	flex-basis: 22px;
	}
	
	body.weinhale-checkout-active input[type="text"],
	body.weinhale-checkout-active input[type="email"],
	body.weinhale-checkout-active input[type="tel"],
	body.weinhale-checkout-active input[type="password"],
	body.weinhale-checkout-active select,
	body.weinhale-checkout-active textarea,
	body.weinhale-checkout-active .select2-container .select2-selection {
	min-height: 52px !important;
			font-size: 16px !important;
	}
	
	.we-shipping-methods li {
	grid-template-columns: 44px minmax(0, 1fr);
			gap: 12px;
			min-height: 58px;
	}
	
	.we-shipping-methods li input[type="radio"] {
	width: 24px;
			height: 24px;
			justify-self: start;
	}
	
	.we-shipping-methods li label {
	font-size: 16px !important;
	}
	
	.we-shipping-methods .woocommerce-Price-amount,
	.we-shipping-methods .amount {
	font-size: 16px !important;
	}
	
	.we-actions {
	display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 12px;
			width: 100%;
			flex-wrap: nowrap;
	}
	
	.we-actions--stacked {
	display: grid;
			justify-items: center;
			gap: 24px;
	}
	
	.we-panel[data-step="1"] .we-actions {
	width: 100% !important;
	}
	
	.we-panel[data-step="1"] .we-actions--stacked {
	justify-items: stretch !important;
	}
	
	.we-btn,
	body.weinhale-checkout-active #place_order {
	width: auto;
			min-width: 0;
			min-height: 48px;
			padding-right: 22px !important;
			padding-left: 22px !important;
			font-size: 16px !important;
			white-space: nowrap !important;
	}
	
	.we-panel:not([data-step="1"]) .we-btn {
	min-width: 126px;
	}
	
	.we-panel[data-step="1"] .we-btn--primary {
	width: 100% !important;
			max-width: none !important;
			min-width: 0 !important;
			justify-self: stretch !important;
	}
	
	.we-btn--primary {
	min-width: 150px;
	}
	
	body.weinhale-checkout-active .place-order {
	grid-template-columns: 1fr;
			column-gap: 0;
			row-gap: 14px;
	}
	
	body.weinhale-checkout-active .place-order .woocommerce-terms-and-conditions-wrapper {
	grid-column: 1 / -1;
	}
	
	body.weinhale-checkout-active .place-order .we-payment-back,
	body.weinhale-checkout-active .place-order #place_order {
	justify-self: stretch;
			width: 100% !important;
			min-width: 0 !important;
	}
	
	body.weinhale-checkout-active .place-order #place_order {
	order: 2;
	}
	
	body.weinhale-checkout-active .place-order .we-payment-back {
	order: 3;
	}
	
	.we-points-notice {
	align-items: flex-start;
			gap: 12px;
			margin: -8px 0 28px;
			padding: 12px 14px;
	}
	
	.we-points-notice img {
	width: 30px;
			height: 30px;
	}
	
	.we-points-notice p {
	font-size: 14px;
	}
	
	.we-panel[data-step="4"] {
	width: min(calc(100% - 16px), 100%);
	}
	
	.we-summary-grid {
	grid-template-columns: minmax(0, 1fr) auto;
			column-gap: 16px;
	}
	
	.we-summary-grid--head {
	display: none;
	}
	
	.we-summary-item {
	grid-template-areas:
				"product product"
				"unit qty"
				"line line";
			row-gap: 14px;
			min-height: 0;
			padding: 22px 0;
	}
	
	.we-summary-product {
	grid-area: product;
			grid-template-columns: 86px minmax(0, 1fr);
			gap: 16px;
	}
	
	.we-summary-product img,
	.we-summary-product__image {
	width: 86px;
			height: 92px;
			border-radius: 10px;
	}
	
	.we-summary-product strong,
	.we-summary-unit,
	.we-summary-qty,
	.we-summary-line,
	.we-summary-unit strong,
	.we-summary-line strong {
	font-size: 16px;
	}
	
	.we-summary-unit {
	grid-area: unit;
			text-align: left;
	}
	
	.we-summary-qty {
	grid-area: qty;
			text-align: right;
	}
	
	.we-summary-line {
	grid-area: line;
	}
	
	.we-summary-totals {
	width: 100%;
			gap: 16px;
	}
	
	.we-summary-applied-coupons {
	width: 100%;
			margin-top: 18px;
	}
	
	.we-summary-applied-coupon {
	grid-template-columns: minmax(0, 1fr) auto auto;
			padding: 10px 12px;
			font-size: 13px;
	}
	
	.we-summary-total {
	gap: 16px;
			font-size: 16px;
	}
	
	.we-summary-total strong {
	font-size: 16px;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment {
	padding: 22px 10px 26px !important;
			border-radius: 14px !important;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment,
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment * {
	box-sizing: border-box;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment .we-payment-title {
	margin-bottom: 16px;
			font-size: 20px;
			line-height: 1.15;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment ul.payment_methods {
	margin-bottom: 14px !important;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method {
	grid-template-columns: 32px minmax(0, 1fr);
			padding: 0 10px !important;
			min-height: 64px;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method > input[type="radio"] {
	width: 20px !important;
			height: 20px !important;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method > label {
	gap: 8px;
			flex-wrap: wrap;
			min-width: 0;
			min-height: 64px;
			font-size: 15px !important;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment li.wc_payment_method > label img {
	max-width: 54px;
			max-height: 22px;
			object-fit: contain;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box {
	margin-bottom: 8px !important;
	}
	
	body.weinhale-checkout-active .we-panel[data-step="4"] #payment .payment_box > * {
	max-width: 100% !important;
	}
	
}
