body{
	margin:0;
	color: #1e5a19;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
.support {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #1e5a19;
    color: white;
    padding: 8px 12px;
	z-index:1000;
}
.support a{
	font-weight: 600;
	color:white;
}
h2{
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 56px;
}
h3{
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 48px;
}
h4{
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 36px;
}
.section-header {
    background: url(img/header-girl.jpg) 135% top no-repeat;
    background-size: 70%;
    background-color: #fff7e9;
    padding: 20px 0;
}
.section-header > div{
	max-width: 1024px;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
}
.section-header div > div{
	max-width: 500px;
	margin: 0 0 50px;
	position: relative;
}
.header-button{
	display: grid;
	background: #98b900;
	color: white;
	border-radius: 50%;
	width: 160px;
	height:160px;
	text-align: center;
	padding: 0px;
	text-decoration: none;
	font-weight: 600;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: -170px;
	align-items: center;
	transition: 300ms cubic-bezier(0.72, -0.01, 0.31, 2.15);
	animation: header-move1 2s linear;
  	animation-iteration-count: infinite;
}

@keyframes header-move1 {
	0% {padding: 0px;}
	50% {padding: 5px; bottom: -5px; right: -175px;}
	100% {padding: 0px;}
}
.price-button{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    background: #98b900;
    color: #fcf7f2;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    right: 170px;
    align-items: center;
    align-content: center;
    transition: 300ms cubic-bezier(0.72, -0.01, 0.31, 2.15);
}
.price-button span{
	margin: 0 auto;
}
.button{
	background: #1e5a19;
	color: white;
	border-radius: 50px;
	text-align: center;
	padding: 8px 18px;
	text-decoration: none;
	font-weight: 600;
	transition: 300ms cubic-bezier(0.72, -0.01, 0.31, 2.15);
}
.price-button:hover{
	padding: 5px;
	bottom: -20px;
    right: 165px;
}
.button:hover{
	padding: 20px 30px;
}
.tulajdonsag{
	display: flex;
    flex-direction: column;
    font-size: 16px;
    width: 180px;
    height: 250px;
    border-radius: 1000px;
    background: #98b900;
    align-items: center;
    color: white;
}
.tulajdonsag img{
	width: 50%;
    margin: 30px 0 15px;
    filter: brightness(3);
	transition: 600ms 700ms ease-in-out;
}
.tulajdonsag:hover img{
	transform:rotateY(360deg);
}
.javaslat{
	max-width: 650px;
    margin: 0 auto 100px;
    text-align-last: center;
    padding: 0 20px;
}
.javaslat h4 {
    margin: 0;
}
.javaslat p {
    text-align: justify;
}
.javaslat hr {
    margin: 30px auto;
    max-width: 130px;
    height: 4px;
    border: 0;
    border-radius: 3px;
    background: #1e5a19;
}
.first-letter{
	margin:0;
}
.first-letter::first-letter {
    font-size: 50px;
    font-family: 'Playfair Display';
    font-style: italic;
}
.hatoanyagok{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.hatoanyagok > div{
	width: 23%;
	margin: 0 1%;
}
.hatoanyagok div div {
    border-bottom: 1px solid #1e5a19;
    text-align: left;
	padding: 20px 10px;
    box-sizing: border-box;
	font-size: 14px;
	transition: 300ms ease-in-out;
}
.hatoanyagok div div:hover {
    background: #98b900;
	color:white;
	cursor: pointer;
}
.hatoanyagok h4{
	font-size: 16px;
    font-family: 'Poppins';
    font-style: italic;
	font-weight: 600;
	margin:0;
}
.hatoanyagok p{
	color:white;
	margin: 0;
	position: relative;
	overflow: hidden;
    height: 0px;
	transition: 300ms ease-in-out;
}
.hatoanyagok div div:hover p{
	height: 170px;
}
.mentes{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.mentes > div{
	width: 15%;
	font-size: 16px;
}
.mentes img{
	width: 50%;
	filter: hue-rotate(75deg);
}
.mentes p{
	margin: 0;
    color: #98b900;
    font-weight: 500;
}
.inci{
	display: grid;
	position: relative;
	background: #98b900;
	color:white;
	width:300px;
	height:45px;
	margin: 20px auto 50px;
	padding: 20px 0;
	border-radius: 50px;
	transition: 400ms ease-in-out;
	cursor: pointer;
}
.inci p{
	width: 100%;
    margin: 0;
    top: 50%;
    left: 50%;
    transition: 400ms ease-in-out;
}
.inci span{
	font-size: 30px;
	font-weight: 200;
}
.inci p:nth-child(1){
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}
.inci p:nth-child(2){
    font-size: 11px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
	transform: scaleY(0);
	transform-origin: top;
}
.inci:hover {
    height: 220px;
}
.inci:hover p:nth-child(2){
	transform: scaleY(1);
}
.recycle{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	color:white;
}
.recycle > div{
	width:50%
}
.recycle img{
	width:30%
}

.velemenyek{
	background: #e4e6eb;
	padding: 40px 0 25px;
}
.velemenyek > div{
	background: white;
	max-width: 700px; 
	margin: 0 auto; 
	border-radius: 10px; 
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.velemenyek > div > div{
	margin: 0 0 0 60px;
    padding: 10px 0;
}
.velemenyek > div > div div{
	background: #f0f2f5;
    color: #050505;
    max-width: 500px;
    margin: 20px;
    border-radius: 20px;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    position: relative;
}
.velemenyek img {
    max-width: 45px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -60px;
}
.velemenyek p{
	font-family: inherit;
    font-size: 15px;
	margin: 0;
}
.velemenyek p strong {
    font-weight: 500;
}
.garancia {
    max-width: 950px;
    margin: -70px auto -20px;
    color: white;
    font-size: 16px;
}
.garancia img {
    filter: invert(1);
    width: 100px;
    margin: 0 auto;
    display: block;
}
.garancia1{
	background: url('img/garancia1.jpg') no-repeat;
	height: 200px;
}
.garancia2{
	background: url('img/garancia2.jpg') no-repeat;
	height: 200px;
}
.rolunk{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rolunk div:first-child{
	width: 40%;
}
.rolunk div:last-child{
	width:55%;
	margin-left:5%;
	font-size: 16px;
	text-align: justify;
	z-index: 100;
	position: relative;
}
.rolunk div:first-child img{
	max-width: 100%;
}
.rolunk div:last-child img{
	filter: hue-rotate(87deg);
	max-width: 300px;
    width: 100%;
}
.video{
	max-width: 1024px;
	margin:20px auto;
}
.video iframe {
    width: 80%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    display: block;
}
.rolunk circle {
    position: absolute;
    background: #ab6fb1;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    top: -138px;
    left: -116px;
}

#kosar{
	padding: 40px 0 80px;
}
.termekek{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 20px auto 20px;
	text-align: center;
}
.termek{
	max-width: 300px;
	position: relative;
	margin: 0 0 30px;
}
.termek img{
	width:100%;
}
.termek-nev{
	font-size: 20px;
	font-weight: 600;
}
.termek-leiras {
    font-size: 16px;
}
.termek-ar{
	display: flex;
	flex-wrap: wrap;
    align-content: center;
    background: #98b900;
    color: #fcf7f2;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    right: 20px;
    align-items: center;
    transition: 300ms cubic-bezier(0.72, -0.01, 0.31, 2.15);
}
.termek-ar:hover{
	padding: 5px;
	top: 10px;
    right: 15px;
}
label:has(> input:checked) {
    background: #1e5a19;
    color: white;
	border: 2px solid #1e5a19;
}
.termek label{
	background: #fff7e9;
    padding: 10px;
    margin: 10px auto;
    display: block;
    width: 120px;
    border-radius: 50px;
    color: #1e5a19;
	border: 2px solid #fff7e9;
	transition: 150ms ease-in-out;
}
.termek label:hover{
	border: 2px solid #1e5a19;
	cursor: pointer;
}
del {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}
.termek span {
    margin: 0 auto;
}

.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%;
}
.kosar .kosar-termek{
	display: flex;
    align-items: center;
	margin: 20px 0;
}
.kosar h4{
	margin: 5px 0;
}
.kosar img{
	width:90px;
	margin-right:10px;
}
.kosar .osszeg {
    border-top: 1px solid;
    text-align: right;
	margin-top: 20px;
}
.kosar #sum {
    font-size: 26px;
    font-weight: 600;
}
.rendeles .rendeles-form{
	background: #98b900;
	padding: 40px;
	border-radius: 10px;
}
form input[type="text"],
form input[type="email"],
select{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
}
input[name="billing_zip"],
input[name="shipping_zip"]{
    width: 35% !important;
	margin-right: 2% !important;
}
input[name="billing_city"],
input[name="shipping_city"]{
    width: 61% !important;
}

form label {
    display: inline-block;
    margin-top: 10px;
    color: white;
}
input#myCheck {
    height: 20px;
    width: 20px;
    transform: translateY(3px);
}
form button {
    font-size: 22px;
    background: #1e5a19;
    color: white;
    display: block;
    margin: 50px auto 0;
    border: 0;
    padding: 20px;
    border-radius: 50px;	
}
form button:hover {
	cursor: pointer;
}
form hr{
	margin: 3px 0 10px;
}

@media (max-width:700px){
body{
	font-size: 17px;
}
.support {
	font-size: 14px;
}
.section-header {
	background: url(img/header-girl.jpg) center 0% no-repeat;
	background-color: #fff7e9;
	background-size: 90%;
	padding: 190px 0 120px;
}
.section-header > div{
	padding: 0 25px;
}
h2{
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 30px;
}
h3{
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 26px;
}
h4{
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 26px;
}	
.header-button{
	bottom: -160px;
	right: 0;
	left: 0;
}	
@keyframes header-move1 {
	0% {padding: 0px;}
	50% {padding: 5px; bottom: -165px; right: 5px; left: 5px;}
	100% {padding: 0px;}
}
.price-button {
    right: 0;
}	
.price-button:hover{
    padding: 5px;
	bottom: -20px;
    right: -5px;
}
.tulajdonsag{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 160px;
    height: 220px;
	margin: 0 5px 20px;
}
.mentes > div{
	width: 35%;
	margin: 0 0 20px;
}
.hatoanyagok {
    padding: 20px 0 0;
}
.hatoanyagok > div {
    margin: 0 1%;
    width: 48%;
    font-size: 12px;
}
.hatoanyagok span {
    font-size: 16px;
}
.hatoanyagok div div:hover p{
	height: 220px;
}
.recycle > div {
    width: 100%;
}
.recycle img {
    width: 50%;
}
.velemenyek > div{
	background: white;
	max-width: 95%; 
	margin: 0 auto; 
	border-radius: 10px; 
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.velemenyek > div > div{
    padding: 0 0 30px;
}
.garancia {
    margin: -15px auto -20px;
	padding: 0 20px;
}
.rolunk div:first-child{
	width: 80%;
	margin: 0 auto !important;
}
.rolunk div:last-child{
	width:100%;
	margin:0;
	padding: 0 20px;
}
#kosar{
	padding: 10px 0 0;
}
.termekek {
    margin: 50px auto 20px;
}
.rendeles .form > div {
    width: 90%;
}
.kosar {
    margin-bottom: 20px;
}
}