html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	font-size: 20px;
	font-family: 'Montserrat';
	color: #255138;
	background: #ECEEDF;
}
#succes-cart{
	position: fixed;
	top:-120px;
	right: calc(50% - 142px);
	background: linear-gradient(62deg, #1f5c09, #b4dc07);
	color:white;
	border-radius: 20px;
	padding: 20px 18px;
	z-index: 111;
	box-shadow: 0 22px 43px -7px rgb(69 150 9 / 70%);
	transition: 300ms ease-in-out;
}
#succes-cart.active{
	top:10px;
}
#alert-cart{
	position: fixed;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	background: linear-gradient(62deg, #921b1b, #dc4242);
	color: white;
	border-radius: 20px;
	padding: 20px 18px;
	box-sizing: border-box;
	z-index: 1;
	box-shadow: 0 0 43px 0 rgb(99, 16, 16);
	transition: 300ms ease-in-out;
}
#alert-cart.active{
	top:10px;
}
.hero1{
	background: url("img/hero1-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 10px;
}
.hero1 > div{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.hero1 > div > div{
	width: 50%;
}
.hero1 h1{
	font-family: 'Playfair Display';
	font-size: 80px;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 20px;
	color: #A1C30A;
}
.hero1 h2{
	font-family: 'Playfair Display';
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 30px;
	text-align: center;
}
.hero1 h3{
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 10px;
}

.cta{
	background: #A1C30A;
    padding: 34px 0;
    font-size: 20px;
    margin: 30px auto;
    display: block;
    max-width: 280px;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
    color: white;
    text-decoration: none;
}
.hero2{
	background: url("img/hero2-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 50px 10px;
	color:white;
}
.hero2 > div{
	max-width: 1024px;
	margin: 0 auto;
}
.hero2 .logo{
	width: 130px;
}
.hero2 > div > .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px 0 80px;
}
.hero2 > div > .flex > div{
	width: 50%;
}
.hero2 h3{
	font-family: 'Playfair Display';
	font-size: 64px;
	font-weight: 400;
	line-height: 58px;
	margin: 0 0 5px;
}
.hero2 h4{
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 5px;
}
.hero2 p{
	font-size: 16px;
	margin: 0 0 10px;
}
.hero2 .termek-hero .termek-kep {
	width: 80%;
	max-width: 340px;
	margin: 0 auto;
	display: block;
}
.hero2 ul {
    list-style: none;
	padding: 0 0 0 30px;
}
.hero2 li {
    position: relative;
    margin: 0 0 6px;
	font-size: 16px;
}
.hero2 li:before {
    content: url(img/list-ikon.svg);
    position: absolute;
    left: -30px;
    top: 1px;
}
.hero2 .termek-hero{
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
	transition: 700ms ease-in-out;
}
.hero2 .termek-hero.visible{
	transform: translateY(0);
	opacity: 1;
}
.hero2 #osszetevok span {
	font-size: 14px;
	font-weight: 400;
}
.hero2 .cta {
	background: white;
	padding: 24px 0;
	margin: 0 0 20px;
	font-size: 20px;
	display: inline-block;
	width: 210px;
	text-align: center;
	font-weight: 700;
	border-radius: 3px;
	color: #8DAB28;
	text-decoration: none;
	vertical-align: top;
}
.hero2 .leiras{
	max-width: 600px;
	margin: 0 auto 30px;
	text-align: justify;
}
.biztonsag{
	background: url("img/biztonsag-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 10px;
	color:white;
}
.biztonsag > div{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.biztonsag h3{
	width: 50%;
	font-family: 'Playfair Display';
	font-size: 64px;
	font-weight: 400;
	font-style: italic;
	color:#A1C30A;
	margin: 0 0 20px;
	position: relative;
	line-height: 70px;
	transform: translateX(-100px);
	opacity: 0;
	transition: 700ms ease-in-out;
}
.biztonsag h3.visible{
	transform: translateX(0);
	opacity: 1;
}
.biztonsag > div div{
	width: 50%;
	font-size: 16px;
	color:#A1C30A;
}
.biztonsag h3::after {
    content: url(img/arrow2.svg);
    position: absolute;
    margin: 0 0 0 40px;
    top: 60px;
}
.garancia{
	background: url("img/garancia-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 10px;
}
.garancia > div{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.garancia h3{
	width: 50%;
	font-family: 'Playfair Display';
	font-size: 64px;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 20px;
	position: relative;
	transform: translateX(-100px);
	opacity: 0;
	transition: 700ms ease-in-out;
}
.garancia h3.visible{
	transform: translateX(0);
	opacity: 1;
}
.garancia > div div{
	width: 50%;
	font-size: 16px;
}
.garancia h3::after {
    content: url(img/arrow.svg);
    position: absolute;
    margin: 0 0 0 20px;
    top: -12px;
}
.velemenyek{
	background: #4C7A25;
	padding: 100px 10px;
	color:white;
}
.velemenyek > div{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.velemenyek h3{
	font-family: 'Playfair Display';
	font-size: 64px;
	font-weight: 400;
	margin: 0 0 50px;
	text-align: center;
	line-height: 94px;
}
.velemenyek > div > div{
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	transform: translateY(100px);
	opacity: 0;
	transition: 700ms ease-in-out;
}
.velemenyek > div > div.visible{
	transform: translateY(0);
	opacity: 1;
}
.velemenyek > div > div div{
	margin: 0 0 20px;
}
.velemenyek > div > div div:last-child{
	margin: 0 0 20px;
	display: flex;
	align-items: center;
}
.velemenyek cite span{
	font-family: 'Playfair Display';
	font-size: 36px;
	font-weight: 400;
	font-style: normal;
}
aposztrof {
    font-family: 'Playfair Display';
    font-size: 690px;
    position: absolute;
    top: 120px;
    right: 0;
    line-height: 0;
    z-index: 0;
    opacity: 5%;
}
.rolunk{
	background: url("img/rolunk-bg.jpg") bottom center no-repeat;
	background-size: cover;
	padding: 160px 10px 70px;
	color:white;
}
.rolunk > div{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.rolunk > div > div{
	width:50%;
	margin: 0 0 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	font-size: 16px;
}
.rolunk h3{
	font-family: 'Playfair Display';
	font-size: 64px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
.rolunk p:last-child {
    font-size: 24px;
    font-family: 'Playfair Display';
    text-align: center;
    line-height: 0.8;
    margin: 40px 0 0;
}
.rolunk p:last-child span{
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 300;
}
.hero5{
	background: #ECEEDF;
	padding: 100px 10px;
	box-sizing: border-box;
}
.hero5 > div{
	max-width: 1024px;
	margin: 0 auto;
}
.hero5 h3{
	font-family: 'Comfortaa';
	font-size: 64px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.hero5 p{
	text-align: center;
	font-size: 16px;
	max-width: 750px;
	margin: 0 auto;
}
.termekek{
	margin: 120px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.termek{
	width: 31%;
	background: white;
	border-radius: 30px;
	box-shadow: 8px 8px 25px rgba(0,0,0,0.1);
	padding: 27px;
	margin: 0 0 20px;
	box-sizing: border-box;
	position: relative;
	transform: translateY(100px);
	opacity: 0;
	transition: 700ms ease-in-out;
}
.termek.visible{
	transform: translateY(0);
	opacity: 1;
}
.termek img {
    width: 100%;
    margin: -85px 0 0;
}
.termek-nev{
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 10px;
}
.ar-cta{
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-top: 30px;
}
.termek-ar{
	font-size: 24px;
    font-weight: 700;
    line-height: 1;
	color: #A1C30A;
}
.termek-ar del {
    font-size: 16px;
    font-weight: 700;
	color: #255138;
}
.termek-leiras{
	font-size: 16px;
	color: #7B7B7B;
}
.kosar-gomb{
	background: #A1C30A;
	display: inline-block;
    padding: 14px 32px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
	text-decoration: none;
    transition: 80ms ease-in-out;
}
.kosar-gomb:active {
    transform: scale(0.97);
}
.kosar-gomb input{
	display: none;
}
.akcio {
    background: #5B3557;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    top: 60px;
    right: 10px;
}
.rendeles{
	max-width: 1024px;
	margin: 0 auto;
}
.rendeles h3, .rendeles p{
	text-align: center;
	margin: 0;
}
.rendeles .form{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top:30px;
}
.rendeles .form > div{
	width: 45%;
}
.emptyCart {
	text-align: center;
	font-size: 32px;
	margin: 30px 0 0;
}
.emptyCart img {
	width: 50px;
}
.kosar-termek {
	display: flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(62deg, #1f5c09, #b4dc07);
	border-radius: 30px;
	padding: 5px 0;
	margin: 0 0 50px;
	box-sizing: border-box;
	color: white;
	position: relative;
	box-shadow: 0 22px 43px -7px rgb(69 150 9 / 70%);
	transition: 300ms ease-in-out;
}
.kosar-termek.remove{
	transform: translateX(-100px);
	opacity: 0;
}
.kosar-termek img {
	max-height: 136px;
	margin: -30px 0 0 0;
}
.kosar-termeknev {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}
.kosar-termek input[type="text"] {
    width: 42px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 0;
    font-size: 20px;
    background: transparent;
    color: #679a08;
    text-align: center;
	font-weight: 600;
	font-family: 'Montserrat';
}
.kosar-termekar {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 15px;
}
.kosar-mennyiseg{
	font-size: 16px;
	font-weight: 300;
	width: 110px;
	padding: 5px 0;
	text-align: center;
	border-radius: 50px;
	background: white;
}
.kosar-mennyiseg button {
    background: transparent;
    border: 0;
	padding: 0;
    color: #679a08;
    font-size: 18px;
    cursor: pointer;
}
.x-button {
    background: transparent;
    border: 0;
    padding: 0;
    color: white;
    font-size: 21px;
    position: absolute;
	top: 48px;
	right: 8px;
    cursor: pointer;
}
.kosar .osszeg {
	text-align: right;
	margin: 0 0 30px;
	padding-top: 10px;
}
.kosar .osszeg span{
	font-weight: 600;
	font-size: 30px;
}
.kosar #sum {
    font-size: 26px;
    font-weight: 600;
}
input#myCheck {
    height: 20px;
    width: 20px;
    transform: translateY(3px);
	margin: 0 0 20px;
}
#form{
	transition: 500ms ease-in-out;
}
.form {
	background: url("img/megrendeles-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 10px;
	box-sizing: border-box;
}
.form h3{
	font-family: 'Playfair Display';
	font-size: 64px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
}
.form > div{
	max-width: 1024px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-evenly;
}
.form > div > div,
.form form{
	width: 46%;
}
.rendeles-form{
	padding: 20px;
	box-sizing: border-box;
}
#theForm input[type="text"],
#theForm input[type="email"]{
    width: 100%;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
    margin: 0 0 20px;
    border: 0;
	border-bottom: 1px solid rgb(49 70 15 / 30%);
    font-size: 18px;
	background: transparent;
}
#theForm input[type="text"]:focus-visible,
#theForm input[type="email"]:focus-visible,
#theForm select:focus-visible{
	outline: none;
}
.rendeles-form label {
	font-size: 16px;
	text-transform: uppercase;
    display: inline-block;
}
.iranyitoszam{
	width:37%;
	display: inline-block;
}
.varos{
	width:60%;
	display: inline-block;
}
.radio-label{
	margin: 20px 0;
}
.radio-label label:has(> input:checked) {
    background: #A1C30A;
    color: white;
    border: 2px solid rgba(15, 40, 70, 0.3);
}
.radio-label label {
    padding: 10px;
    margin: 10px auto;
    font-size: 16px;
    border-radius: 5px;
    color: black;
    border: 2px solid;
	text-align: center;
    cursor: pointer;
    transition: 150ms ease-in-out;
}
.radio-label input{
	display: none;
}
.radio-label .szallitasi-koltseg{
	font-size: 12px;
}
.rendeles-gomb {
	background: #A1C30A;
    text-decoration: none;
    padding: 34px 50px;
    margin: 20px auto;
    display: block;
    max-width: 280px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: white;
	border:0;
    border-radius: 3px;
	cursor:pointer;
}


@media (max-width:500px){
.hero1 {
	padding: 0 10px 30px;
	background-size: contain;
}
.hero1 h1 {
    font-size: 50px;
    line-height: normal;
	margin: 0 0 20px;
}
.hero1 > div > div:nth-of-type(2) {
    flex-direction: column-reverse;
}
.hero1 > div > div{
    width: 100%;
	margin: 200px 0 0;
	padding: 0;
}
.hero1 h3 {
	font-size: 20px;
	line-height: normal;
}
.hero1 p {
    font-size: 16px;
}
.hero2 {
	padding: 50px 10px 30px;
}
.hero2 > div > .flex > div {
	width: 100%;
}
.hero2 > div > .flex {
	margin: 50px 0;
}
.hero2 h3{
	font-size: 50px;
}

.hero2 .leiras {
	text-align: left;
}
.hero1 h2,
.rolunk h3,
.velemenyek h3,
.form h3,
.biztonsag h3,
.hero5 h3{
	font-size: 26px;
	line-height: normal;
}
.biztonsag,
.garancia,
.velemenyek,
.hero5,
.form{
	padding: 50px 10px;
}

.biztonsag h3 {
	width: 100%;
	font-size: 32px;
}
.biztonsag > div div {
	width: 100%;
}
.garancia h3 {
    width: 100%;
    font-size: 32px;
}
.garancia h3::after {
	top: 0;
}
.garancia > div div {
    width: 100%;
}
.velemenyek > div > div {
    width: 100%;
}
.velemenyek cite span {
    font-size: 24px;
}
.rolunk {
    background: url(img/rolunk-bg.jpg) 73% no-repeat;
	padding: 50px 10px;
}
.rolunk > div > div {
    width: 100%;
	padding: 0;
}
.termek {
	width: 100%;
	margin: 0 0 65px;
}
.kosar-termek img {
	max-height: 110px;
	margin: -55px 0 0 0;
}
.form > div > div, .form form {
	width: 100%;
}
.rendeles-form {
    padding: 10px;
}
.rendeles-form label {
	font-size: 13px;
}
form button {
    width: 100%;
    font-size: 16px;
}
}