
:root {
    --green: #7ac943;
    --red: #e74c3c;
    --gray: #ccc;
}

Chrome / Edge autofill
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; /* fehér háttér */
    -webkit-text-fill-color: #000 !important; /* szöveg színe */
    transition: background-color 5000s ease-in-out 0s; /* ideiglenes trükk, hogy ne villogjon */
}

/* Firefox autofills */
input:-moz-autofill {
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -moz-text-fill-color: #000 !important;
}

.popup-box {
    position: fixed;
	top: 50%;
	left: 50%;
	min-width: 25%;
	max-width: 35%;
	/* background: #333; */
	background: transparent;
    /* background: rgba(255, 255, 255, 0.2); */
    background: rgba(0, 0, 0, 0.2);
    /* background: rgb(from #7ac943 r g b / 0.1); */
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%); /* Safari támogatás */	

    color: #fff;
    border: 1px solid #3e7510;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    /* box-shadow: 0 6px 12px rgba(255,255,255,0.15); */
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    /* transform: translateX(-50%) translateY(-50%); */
	/* transform: scale(0) translate(0,0); */
    transition: transform 0.8s ease, opacity 0.8s ease;
	
	user-select: none;
	/* overflow: hidden; */
}
.popup-box h2 {
	position: relative;
	left: 10px;
	top: 10px;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 20px;
	overflow: hidden;
}
.popup-box h3 {
	position: relative;
	left: 1.5rem;
	overflow: hidden;
}

/* NAVBar Profile BOX */
.profile-menu-box {
	top: 85px;
	left: auto;
	right: calc((100% - 1280px) / 2);
	min-width: 280px;
	width: 280px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6), 0px 1px 4px rgba(0, 0, 0, 0.4), 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.profile-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* padding: 10px 0; */
	padding: 0;
	width: 100%;
}
.profile-header h3 {
	color: #fff;
	left: auto;
	align-self: flex-start;
	padding: 0 0 5px 10px;
}
.profile-header p {
    color: #fff;
	align-self: flex-end;
	padding: 0 10px 0 0;
}
.profile-menu-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.profile-menu-box li {
	padding: 0;
}
.menu-separator {
	margin: 10px;
}
/*
.menu-separator hr {
	border: 0;
	height: 1px;
	background-color: #3e7510;
}
*/
.profile-menu-list a svg {
	flex-shrink: 0;
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.8)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.4));
}
.profile-menu-list a {
	display: flex;
	align-items: center;
	padding: 0.8rem 1.5rem;
	color: #fff;

	text-decoration: none;
	font-size: 1rem;
	transform: scale(1) translateZ(0);
	will-change: transform, color;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	
	/* transition: all 0.8s ease; */
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.profile-menu-list a:hover {
	color: #7ac943;
	transform: scale(1.05) translateZ(0);
}
.profile-menu-list span {
	/* display: inline-block; */
	/* white-space: nowrap; */
	/* pointer-events: none; */
	padding-left: 12px;
	line-height: 1;
}
/* ----- zee ----- */

/* Kezdő állapotok */
.popup-box-icon,
.popup-box-center {
	opacity: 0;
	pointer-events: none;
}
.popup-box-center {
	top: 50%;
	left: 50%;
	right: auto;
	transform: scale(1.0) translate(-50%,-50%);
	transition: transform 0.8s ease, opacity 0.8s ease;
}
.space-1rem {
	margin-bottom: 1rem;
}
.space-2rem {
	margin-bottom: 2rem;
}
.space-3rem {
	margin-bottom: 3rem;
}

.profile-forms,
#login-form,
#first-register-form,
#first-register-form-checkout,
#pre-register-form-checkout, 
#final-register-form-checkout,
#forgot-form {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	margin: 0px auto;
}

.login {
	position: relative;
	width: 75%;
	margin: 0px auto;
}

.profiles-forms input,
#login-form input, 
#first-register-form input, 
#pre-register-form-checkout input, 
#first-register-form-checkout input, 
#final-register-form-checkout input, 
#forgot-form input {
	position: relative;
	/* width: 100%; */
	padding: 12px;
	border: 2px solid #ccc;
	border-radius: 8px;
	outline: none;
	transition: 0.3s;
	font-size: 0.9rem;
	resize: none;
}

.profile-forms input:disabled, 
#login-form input:disabled, 
#first-register-form input:disabled, 
#pre-register-form-checkout input:disabled, 
#first-register-form-checkout input:disabled, 
#final-register-form-checkout input:disabled, 
#forgot-form input:disabled {
	background: #ccc;
	color: #000;
	border: 2px solid #7ac943;
	}

/* #profile-data-form input:focus,  */
/* #pwreset-form input:focus,  */
.profile-forms input:focus, 
#login-form input:focus, 
#first-register-form input:focus, 
#pre-register-form-checkout input:focus, 
#first-register-form-checkout input:focus, 
#final-register-form-checkout input:focus, 
#forgot-form input:focus {
	border: 2px solid #7ac943;
}

.login-form-group input:focus + label,
.login-form-group input:not(:placeholder-shown) + label {
/* .login input:focus + label, */
/* .login input:not(:placeholder-shown) + label { */
    top: -8px;
    font-size: 14px;
    color: var(--green);
    background: #00f;
    border-color: #7ac943;
}
.login-form-group.error input {
    border-color: var(--red) !important;
}
.login-form-group.error input:focus {
	color: var(--red) !important;
    border-color: var(--red) !important;
}
.login-form-group.error input:focus + label,
.login-form-group.error input:not(:placeholder-shown) + label { 
    color: var(--red) !important;
    border-color: var(--red) !important;
}
.login-form-group.error label {
    color: var(--red) !important;
    border-color: var(--red) !important;
}

.profile-forms button, 
#login-form button, 
#first-register-form button, 
#pre-register-form-checkout button, 
#first-register-form-checkout button, 
#final-register-form-checkout button, 
#forgot-form button {
	margin: 0 auto;
	padding: 14px;
	width: 70%;
	border: none;
	border-radius: 6px;
	cursor: pointer;

	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;

	background: linear-gradient(90deg, #7ac943, #3e7510, #7ac943, #000);
	background-size: 200% 100%;
	transition: background-position 0.8s ease translateZ(0);
	will-change: transform, color;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}
/* #profile-data-form button, */
/* #pwreset-form button { */
.profile-forms button {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
/* #profile-data-form button:hover,  */
/* #pwreset-form button:hover,  */
.profile-forms button:hover, 
#login-form button:hover, 
#first-register-form button:hover, 
#pre-register-form-checkout button:hover, 
#first-register-form-checkout button:hover, 
#final-register-form-checkout button:hover, 
#forgot-form button {
	background: linear-gradient(90deg, #000, #7ac943, #3e7510, #7ac943);
	background-size: 200% 100%;
	transform: scale(1.05) translateZ(0);

	background-position: right center;
	border-radius: 6px;
}
/* #profile-data-form button:disabled,  */
/* #pwreset-form button:disabled,  */
.profile-forms button:disabled, 
#login-form button:disabled, 
#first-register-form button:disabled, 
#pre-register-form-checkout button:disabled, 
#first-register-form-checkout button:disabled, 
#final-register-form-checkout button:disabled, 
#forgot-form button:disabled {
    background: #aaa;
    cursor: not-allowed;
}
/*
.login-form-group .has-info {
    position: relative;
}
*/
.login-form-group .info-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) translateZ(0);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: ;
	color: white;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	will-change: transform, color;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.login-form-group .info-icon:hover {
	transform: translateY(-50%) scale(1.1);	
}
.login-form-group .info-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
}

/* #profile-data-form .links,  */
/* #pwreset-form .links,  */
.profile-forms .links, 
#login-form .links, 
#first-register-form .links, 
#pre-register-form-checkout .links, 
#first-register-form-checkout .links, 
#final-register-form-checkout .links, 
#forgot-form .links {
    display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
}

/* #profile-data-form .links a,  */
/* #pwreset-form .links a,  */
.profile-forms .links a, 
#login-form .links a, 
#first-register-form .links a, 
#pre-register-form-checkout .links a, 
#first-register-form-checkout .links a, 
#final-register-form-checkout .links a, 
#forgot-form .links a {
	text-decoration: none;
	font-weight: 700;

	background: linear-gradient(90deg, #fff, #7ac943, 
					#fff, #7ac943, #fff);
	background-size: 200% 100%;
	background-position: left center;

	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;

	transition: background-position 0.8s ease, transform 0.8s ease;	

	transform: scale(1) translateZ(0);
	will-change: transform, color;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

/* #profile-data-form .links a:hover,  */
/* #pwreset-form .links a:hover,  */
.profile-forms .links a:hover, 
#login-form .links a:hover, 
#first-register-form.links a:hover, 
#pre-register-form-checkout.links a:hover, 
#first-register-form-checkout.links a:hover, 
#forgot-form .links a:hover {
    background-position: right center;
    transform: scale(1.1) translateZ(0);
}
.checkout-address-top-default {
	padding-bottom: 1rem;
	line-height: 1.3;
}
/* .checkout-address-list { */
	/* display: none; */
	/* max-height: 200px; */
	/* overflow-y: auto; */
	/* border-top: 1px solid #f4f4f4; */
	/* padding-bottom: 1rem; */
	/* line-height: 1.3; */
/* } */
.checkout-address-list {
	max-height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0rem;
	line-height: 1.3;
	cursor: pointer;
	transition: max-height 0.8s ease;
}
.checkout-address-list.pickup-open,
.checkout-address-list.open {
	border-top: 1px solid #f4f4f4;
}
.checkout-address-list.pickup-open {
	max-height: 200px;
	overflow-y: auto;
}
#parcel-results {
	margin: 0 2rem 1rem 2rem;
}
#parcel-results .p-2 {
	margin: 1rem 0;
	text-align: center;
}
#parcel-results h3 {
	padding-top: 0.5rem;
	margin: 0;
}
#parcel-results p {
	padding-bottom: 0.5rem;
	padding-left: 3rem;
	margin: 0;
}

#parcel-results .warning {
	font-weight: 700;
	color: #e74c3c;
}
.addr-select-item {
	margin: 0.5rem 1.5rem;
	background-color: #f4f4f4;
}
.addr-select-item:hover {
	background-color: #ccc;
	border-radius: 0.5rem;
}
/* .checkout-step-content-animated { */
	/* overflow: hidden; */
	/* transition: max-height 0.8s ease; */
/* } */

.checkout-address-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.5rem;
}
.address-box .checkout-address-top h3 {
	padding-left: 1.5rem;
}
.address-box .checkout-address-list h3, 
.address-box .checkout-address-list h4, 
.address-box .checkout-address-list p, 
.address-box .checkout-address-top-default p, 
.address-box .checkout-address-top-default h4 {
	font-size: 0.9rem;
	margin-bottom: 0;
	text-align: left;
	padding-left: 2.7rem;
}
.address-box .checkout-address-list h3 {
	color: #7ac943;
	padding-left: 2.5rem;
}
.delivery-methods-grid {
	margin-bottom: 1rem;
}
.delivery-group-header, 
.dm-info-head,
.dm-head,
.dm-price,
.dm-info-d-p-w {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
}
.dm-head {
	min-height: 2.5rem;
}
.dm-info-head .h3-dark h3 {
	color: #333;
}

.delivery-group-header {
	padding: 0.5rem 0 0.5rem 1.5rem;
}
.dm-info-head {
	justify-content: space-between;
	width: 100%;
	padding: 0.3rem 1rem 0 1rem;
}
.dm-price {
	justify-content: space-between;
	width: 16%;
	padding: 0 1rem;
}
.dm-info {
	width: 100%;
	padding: 0 1rem 0.3rem 1rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 1rem;
}
.dm-info > * {
	text-align: left;
}
.delivery-method-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.5rem;
	margin: 0.5rem 2.5rem;
	background-color: #f4f4f4;
	border-radius: 8px;
}
.delivery-method-card :is(h3, h4, h5, p) {
	font-size: 0.9rem !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}
.delivery-method-card h3 {
	font-size: 1.1rem !important;
}
.delivery-method-card h4 {
	font-size: 1.0rem !important;
}
.delivery-method-card h5 {
	font-size: 0.8rem !important;
}
.pickup-filter-bar {
	display: flex;
	gap: 0.5rem;
	margin: 0.5rem 2rem;
}
.pickup-zip-input {
	width: 30%;
}
.pickup-city-input {
	width: 45%;
}
.checkout-pickup-search-btn {
	max-width: max-content !important;
	padding: 2px 1rem;
	margin: 0.5rem auto;
	overflow: hidden;
}
.checkout-address-change-btn {
	max-width: 12.5rem;
	min-width: fit-content !important;
	padding: 2px;
	margin: 0.8rem 2rem 0 0;
	overflow: hidden;
}
.checkout-address-change-profile-btn {
	min-width: max-content !important;
	padding: 2px 1rem;
	margin: 0.5rem auto;
	overflow: hidden;
}

#login-form .register-btn,
#login-form .forgot-btn,
#first-register-form .login-btn,
#first-register-form .forgot-btn,
#forgot-form .login-btn,
#forgot-form .register-btn {
	width: 30%;
	padding: 8px;
}

.login-form-group .captcha-box {
	margin: 0 auto;
	display: block;
	border: 0;
	border-radius: 6px;
	background-color: #333;
	padding: 3px 0;
	margin-bottom: 10px;
}
.login-form-group .captcha-box img {
	display: block;
	margin: 0 auto;
	max-width: 150%;
	min-width: 50%;
	min-height: 20px;
	max-height: 40px;
	border: 0;
	border-radius: 6px;
	background-color: transparent;
	cursor: pointer;
}

.label_mustbefillin::after {
	/* content: "✔"; */
	/* content: " (kötelező) "; */
}

.msg-area-h2:not(:empty), 
.msg-area-p:not(:empty) {
	text-align: center;
	padding-bottom: 1rem;
	overflow: hidden;
}
.msg-area-only-p:not(:empty) {
	padding-bottom: 1rem;
}

#delivery-methods-arrow {
	display: inline-block;
	transition: transform 0.8s ease;
	user-select: none;
}
/* Kártya alapstílus finomítása */
.delivery-method-card {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.delivery-method-card:hover {
	background-color: #ccc;
}

.delivery-method-card.active {
	border-color: #7ac943;
	background-color: #fff;
}
.checkout-step-content.checkout-step-content-ex {
	margin: 0;
}
#shipping-address-wrapper,
#pickup-point-wrapper {
	max-height: 0;
	overflow: hidden;
	margin: 0;
	transition: max-height 0.8s ease;
}
#shipping-address-wrapper.open {
	margin: 0.5rem 0 0.5rem 0 !important;
}
#pickup-point-wrapper.open {
	margin: 1rem 0 0.5rem 0 !important;
}
/* Fix a Profilom gombhoz, hogy ne zárjon balra */
.checkout-step-address-profile-mod a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.parcel-point-item {
	border: 2px solid transparent;
	border-radius: 0.5rem;
}
.parcel-point-item.active {
	border-color: #7ac943;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	background-color: #fff;
}
