/* CSS reset start  */
body {
	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0px;
	margin: 0px;
	cursor: default;
	overflow: hidden;
	scroll-behavior: smooth;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body * {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

a,
a:active,
a:link,
a:link:visited {
	text-decoration: none;

}

.pager_card{
	border-radius: 40px !important;
}

.site_wrapper {
	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	height: 100dvh;
	padding: 0px;
	margin: 0px;
	cursor: default;
	background-color: white;
	user-select: none;
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-family: 'Montserrat';
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}

:root {
	--primary-color: rgba(246, 234, 227, 1);
	--secondary-color: rgba(173, 147, 136, 1);
	--grey_text-color: rgba(98, 99, 106, 1);
}

/* CSS reset end  */


/* Csúszka start */

/* Firefox (külön szintaxis) */
* {
	scrollbar-width: thin;
	/* "auto" vagy "thin" */
	scrollbar-color: rgb(173, 147, 136) rgba(11, 120, 114, 0);
	/* [thumb] [track] */
}

/* Csúszka end */


/* FORM VALIDATION */
@keyframes shake_effect {
    0% {
        margin-left: 10px
    }

    25% {
        margin-left: 30px
    }

    50% {
        margin-left: 10px
    }

    75% {
        margin-left: 30px
    }

    100% {
        margin-left: 10px
    }
}
.kapcsolat_error {
    animation: shake_effect 0.5s alternate;
    border: 2px solid red !important;
    transition: all 1s ease;
    animation-iteration-count: 2
}
/* NAV */

header {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}

nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 88px;
	background-color: white;
	width: 100%;
	box-shadow: 8px 16px 40px 0px rgba(0, 0, 0, 0.08);
}

#nav_logo_wrapper {

	padding-left: 5%;
}

#nav_right_wrapper {

	padding-right: 5%;
}

#nav_logo {
	font-family: 'Montserrat';
	font-size: 2rem;
	color: black;
}

#nav_right_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

#nav_links {
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
	font-family: 'Montserrat Bold';
	font-size: 16px;
}

#nav_links a {
	color: black;
}

#nav_instagram_wrapper {
	display: none;

}

.nav_instagram_button {
	color: white;
	font-family: 'Montserrat Bold';
	background-color: var(--secondary-color);
	font-size: 0.8rem;
	border-radius: 6px;
	padding: 14px 24px;
}

/* BURGER NAV */

.nav_burger_button {
	background-color: var(--primary-color);
	color: rgba(74, 63, 53, 1);
	border: none;
	border-radius: 10px;
	height: 32px;
	width: 70%;
}

.nav_burger_button_instagram {
	background-color: white;
	border-color: rgba(169, 149, 138, 1);
	border-radius: 10px;
	height: 32px;
	width: 70%;

}


/* FOOTER */

footer {
	background-color: var(--secondary-color);
	width: 100%;
}

#footer_circle_wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding-top: 20px;
}

.footer_circle {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 50px;
	width: 50px;
	background-color: white;
	border-radius: 25px;
}

#footer_circle6 {
	display: none;
}

#footer_circle7 {
	display: none;
}

#footer_circle8 {
	display: none;
}

#footer_circle9 {
	display: none;
}

#footer_middle {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	gap: 30px;
}

#footer_logo {
	color: white;
	font-size: 2rem;
}

#footer_links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60%;
	gap: 12px;
}

#footer_links a{
color: black;
}

#footer_logos {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#footer_bottom {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	gap: 30px;
}

#footer_bottom_rights {
	color: var(--grey_text-color);
}

#footer_bottom_data {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat SBold';
	gap: 10px;
}

#footer_bottom_data a{
	color: black;
}

#footer_bottom_namu {
	padding-bottom: 60px;

}

#footer_bottom_namu img{
	width: 110px;
}

/* MAIN */
main {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
		display: flex;
	/*background-color: white;*/
}


/* GYAKRAN ISMÉTELT KÉRDÉSEK */

#gyik {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

	width: 100%;

	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#gyik_wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;

	width: 100%;
	max-width: none;

	background-color: var(--primary-color);
	overflow: hidden;
}

#gyik_title {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	width: 100%;

	padding: 18px 22px;

	background-color: var(--secondary-color);
	border-radius: 8px 8px 0 0;

	color: white;
	font-family: "Montserrat Bold";
	font-size: 1rem;
	line-height: 1.2;
}

#gyik_pool {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-self: center;
	width: 90%;

	padding: 10px 22px 25px;
}

.gyik_item {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;

	width: 100%;

	border-bottom: 1px solid rgba(173, 147, 136, .28);
}

.gyik_item ol{
	padding-left: 15px;
}

.gyik_item>[handle] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	position: relative;

	width: 100%;
	min-height: 54px;

	padding: 12px 26px 12px 20px;

	font-family: "Montserrat Bold";
	font-size: .78rem;
	line-height: 1.35;

	cursor: pointer;
}

.gyik_item>[handle] img[icon] {
	display: block;
	flex: 0 0 auto;

	width: 7px;
	height: 7px;

	margin-right: 12px;

	object-fit: contain;
}

.gyik_item>[handle] img[arrow] {
	display: block;

	position: absolute;

	top: 50%;
	right: 5px;

	width: 8px;
	height: 8px;

	object-fit: contain;

	transform: translateY(-50%);
}

.gyik_item>[contentwrapper] {
	width: 80%;
}

.gyik_item>[contentwrapper]>div {
	padding: 0 20px 18px;

	font-size: .7rem;
	line-height: 1.5;
	color: #323232;
}



/* ==========================================
   VISSZA A FŐOLDALRA
========================================== */

.back_to_main {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.75rem;
	color: black;
	width: 100%;
	max-width: 70rem;
	margin: 0 auto;

	padding: 1.25rem 1.25rem 1rem;

	cursor: pointer;
}

.back_to_main img {
	display: block;

	width: 0.75rem;
	height: auto;
}

.back_to_main div {
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.2;
	color: #3f3f3f;
}

.back_to_main:hover {
	opacity: .75;
	transition: opacity .2s ease;
}



/* EGYEDI TERMÉK aloldal */

#termek {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 90vw;
	padding-bottom: 10px;
}

#termek_wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	width: 80%;

}


#termek_text_wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
  padding-top:20px;
	gap: 20px;
}

#termek_price {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
	font-family: "Montserrat Bold";
	color: rgba(169, 149, 138, 1);
}

#termek_difficulty {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

#termek_difficulty_text {
	font-family: "Montserrat Bold";
}

#termek_title {
	font-family: "Montserrat Bold";
	font-weight: 700;
	font-size: 1.5rem;
}

#termek_text1,
#termek_text2 {
	font-size: 0.9rem;
	color: rgba(98, 99, 106, 1);
}

#order_and_recommend {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	flex: 90%;
	max-width: 100vw;
}

#recommend {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#recommend_wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px 22px 25px;
	max-width: calc(100% - 50px);
}


.termek_item_gyik {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;

	width: 100%;

	border-bottom: 1px solid rgba(173, 147, 136, .28);
}

.termek_item_gyik ul {
	padding-left: 25px;
}

.termek_item_gyik>[handle] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	position: relative;

	width: 100%;
	min-height: 54px;

	padding: 12px 26px 12px 20px;

	font-family: "Montserrat Bold";
	font-size: .78rem;
	line-height: 1.35;

	cursor: pointer;
}

.termek_item_gyik>[handle] img[icon] {
	display: block;
	flex: 0 0 auto;

	width: 7px;
	height: 7px;

	margin-right: 12px;

	object-fit: contain;
}

.termek_item_gyik>[handle] img[arrow] {
	display: block;

	position: absolute;

	top: 50%;
	right: 5px;

	width: 8px;
	height: 8px;

	object-fit: contain;

	transform: translateY(-50%);
}

.termek_item_gyik>[contentwrapper] {
	width: 100%;
}

.termek_item_gyik>[contentwrapper]>div {
	padding: 0 20px 18px;

	font-size: .7rem;
	line-height: 1.5;
	color: #323232;
}


.termek_item_gyik>[contentwrapper] img {
	width: 80%;
	padding: 20px 0;
}

#order {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
		width: 80%;
}

#order_wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

}

/* ==================================================
   RENDELÉSI ŰRLAP
   ================================================== */

#order_form {
	width: calc(100% - 20px);
	max-width: 400px;
	margin: 0 auto;
	padding: 20px 13px 28px;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;

	box-sizing: border-box;
	border-radius: 22px;
	background-color: #ded5d0;

	color: #6f6a6d;
	font-family: "Montserrat", sans-serif;
}


/* ==================================================
   FORM SOROK
   ================================================== */

.order_form_inputs {
	width: 100%;
	min-width: 0;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.order_form_inputs:has([type="checkbox"]){
	gap:15px;
}

.order_form_input {
	width: 100%;
	min-width: 0;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 6px;
}

.order_form_input:has([type="checkbox"]){
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.order_form_input:has([type="checkbox"]) label{
	max-width: calc(100% - 30px);
}


/* ==================================================
   FELIRATOK
   ================================================== */

#order_form label {
	display: block;

	margin: 0;
	padding: 0;

	color: #6f6a6d;
	font-family: "Montserrat", sans-serif;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.25;
}


/* Név utáni kettőspont és csillag */

#order_form label[for="vnev"]::after {
	content: ": *";
	color: #ef554c;
	font-weight: 700;
}


/* Kötelező mezők csillagai */

#order_form label[for="email"]::after,
#order_form label[for="tel"]::after,
#order_form label[for="baddress"]::after,
#order_form label[for="termekvalaszto"]::after,
#order_form label[for="szallitas"]::after {
	content: " *";
	color: #ef554c;
	font-weight: 700;
}


/*
A színválasztó feliratában már szerepel egy csillag,
ezért CSS-ből újraírjuk, hogy a csillag piros lehessen.
*/

#order_form label[for="szinvalaszto"] {
	font-size: 0;
}

#order_form label[for="szinvalaszto"]::before {
	content: "Milyen színben szeretnéd?";
	color: #6f6a6d;
	font-size: 0.7rem;
	font-weight: 400;
}

#order_form label[for="szinvalaszto"]::after {
	content: " *";
	color: #ef554c;
	font-size: 0.7rem;
	font-weight: 700;
}


/* ==================================================
   INPUTOK, SELECTEK ÉS TEXTAREA
   ================================================== */

#order_form input:not([type="checkbox"]),
#order_form select,
#order_form textarea {
	width: 100%;
	min-width: 0;
	margin: 0;

	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;

	background-color: #fff;
	color: #817b79;

	font-family: "Montserrat", sans-serif;
	font-size: 0.68rem;
	font-weight: 400;

	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		background-color 0.25s ease;
}

#order_form input:not([type="checkbox"]),
#order_form select {
	height: 30px;
	padding: 0 9px;
}

#order_form textarea {
	display: block;
	min-height: 70px;
	padding: 9px;

	line-height: 1.4;
	resize: vertical;
}

#order_form input::placeholder,
#order_form textarea::placeholder {
	color: #d8d2cf;
	opacity: 1;
}


/* Aktív mező */

#order_form input:not([type="checkbox"]):focus,
#order_form select:focus,
#order_form textarea:focus {
	border-color: #b79a8c;
	box-shadow: 0 0 0 2px rgba(183, 154, 140, 0.15);
}


/* ==================================================
   VEZETÉKNÉV ÉS KERESZTNÉV EGY SORBAN
   ================================================== */

#order_form>.order_form_inputs:first-of-type {
	flex-direction: row;
	align-items: flex-end;
	gap: 8px;
}

#order_form>.order_form_inputs:first-of-type .order_form_input {
	min-width: 0;
	flex: 1 1 50%;
}


/* ==================================================
   SELECT NYÍL
   ================================================== */

#order_form select {
	appearance: none;
	-webkit-appearance: none;

	padding-right: 30px;

	background-color: #fff;
	background-image:
		linear-gradient(45deg, transparent 50%, #ad9185 50%),
		linear-gradient(135deg, #ad9185 50%, transparent 50%);

	background-position:
		calc(100% - 15px) 50%,
		calc(100% - 11px) 50%;

	background-size:
		4px 4px,
		4px 4px;

	background-repeat: no-repeat;

	cursor: pointer;
}


/* ==================================================
   SZÍNVÁLASZTÓ
   ================================================== */

#form_elsoszin,
#form_masodikszin,
#form_harmadikszin {
	margin-bottom: 3px;
}


/* ==================================================
   MEGJEGYZÉS
   ================================================== */

#form_megjegyzes {
	height: 70px;
}


/* ==================================================
   CHECKBOX BLOKK
   ================================================== */

#order_form>.order_form_inputs:last-of-type {
	margin-top: 8px;
}

#order_form>.order_form_inputs:last-of-type .order_form_input {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	column-gap: 8px;
	row-gap: 14px;
	align-items: start;
}


/* Egyedi, kör alakú checkbox */

#order_form input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;

	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	padding: 0;

	border: 0;
	border-radius: 50%;
	background-color: #fff;

	cursor: pointer;

	transition:
		background-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

#order_form input[type="checkbox"]:hover {
	transform: scale(1.08);
}

#order_form input[type="checkbox"]:checked {
	background-color: #b79a8c;
	box-shadow: inset 0 0 0 5px #fff;
}

#order_form input[type="checkbox"]:focus-visible {
	outline: 2px solid #b79a8c;
	outline-offset: 2px;
}


/* Checkboxok melletti szöveg */

#order_form>.order_form_inputs:last-of-type label {
	margin: 0;

	color: #6f6a6d;
	font-size: 0.68rem;
	line-height: 1.3;

	cursor: pointer;
}


/* Dokumentumlinkek */

#order_form a {
	color: #008cff;
	font-weight: 600;
	text-decoration: underline;
}


/* ==================================================
   MEGRENDELÉS GOMB
   ================================================== */

#order_button_wrapper {
	margin-top: 8px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#order_button_wrapper #order_button {
	width: max-content;
	min-width: 95px;
	min-height: 30px;
	margin: 0;
	padding: 8px 16px;

	display: flex;
	justify-content: center;
	align-items: center;

	box-sizing: border-box;
	border: 0;
	border-radius: 4px;
	background-color: #b4998c;

	color: #fff;
	font-family: "Montserrat Bold", sans-serif;
	font-size: 0.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;

	cursor: pointer;

	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.35s ease,
		box-shadow 0.35s ease;
}

#order_button_wrapper #order_button:hover {
	transform: scale(1.05);
	filter: brightness(108%);
	box-shadow: 0 4px 10px rgba(111, 90, 80, 0.2);
}

#order_button_wrapper #order_button:active {
	transform: scale(0.98);
}

#order_title {
	font-family: "Montserrat Bold";
	font-size: 2rem;
	padding-bottom: 30px;
}





/* FONTFACE */

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
		url('fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat SBold';
	src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat Bold';
	src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
		url('fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@media only screen and (min-width: 400px) {

	#nav_instagram_wrapper {
		display: flex;
		padding-right: 40px;

	}
}

@media only screen and (min-width: 480px) {

	#footer_circle6 {
		display: flex;
	}
}

@media only screen and (min-width: 768px) {
	
	.termek_item_gyik>[handle] img[icon]{
		display:none;
	}

	#footer_circle7 {
		display: flex;

	}

	.burgerMenuWrapper {
		display: none;
	}

	#nav_links {
		display: flex;
	}

	#nav_instagram_wrapper {
		padding-right: 0px;

	}


	/* GYIK */

	#gyik {
		padding-bottom: 0;
	}

	#gyik_wrapper {

		width: 100%;
		max-width: none;

		padding: 38px 80px 70px;

		border-radius: 0 170px 0 0;
	}

	#gyik_title {

		width: auto;

		padding: 0;
		margin-bottom: 22px;

		background-color: transparent;
		border-radius: 0;

		color: black;

		font-size: 1.8rem;
	}

	#gyik_pool {

		flex-direction: row;
		flex-wrap: wrap;

		justify-content: space-between;
		align-items: flex-start;

		padding: 0;

		column-gap: 45px;
		row-gap: 0;
	}

	.gyik_item {

		width: calc(50% - 22.5px);
	}

	.gyik_item>[handle] {

		min-height: 58px;

		padding: 14px 30px 14px 20px;

		font-size: .88rem;
	}

	.gyik_item>[contentwrapper]>div {

		padding: 0 20px 20px;

		font-size: .76rem;
		line-height: 1.5;
	}


	.back_to_main {
		padding: 2rem 2rem 1.25rem;
		gap: 1rem;
	}

	.back_to_main img {
		width: 0.875rem;
	}

	.back_to_main div {
		font-size: 0.75rem;
	}


	/* EGYEDI TERMÉK aloldal */

	#termek_wrapper {
		flex-direction: row;
		gap: 50px;
	}

	#termek_title {
		order: 1;
	}

	#termek_text1 {
		order: 2;
	}

	#termek_difficulty {
		order: 3;
	}

	#termek_price {
		order: 4;
		color: black;
	}

	#termek_text2 {
		order: 5;
	}

	#order_form {
		width: 100%px;
	}

	#order_and_recommend {

		flex-direction: row;
		width: 80%;
		align-items: baseline;
		gap: 10px;

	}

	#recommend_wrapper {
		width: 100%;
	}

	#recommend{
		width: 80%;
	}

	#order{
		width: 100%;
	}

	#order_wrapper {

	width: 80%;
}

	.termek_item_gyik>[handle] {
		font-size: 1.5rem;
	}

	.termek_item_gyik>[contentwrapper]>div {
		font-size: 1rem;
	}

}

@media only screen and (min-width: 992px) {

	#footer_circle8 {
		display: flex;

	}




}

@media only screen and (min-width: 1200px) {

	#footer_circle9 {
		display: flex;

	}

	main {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		/*background-color: white;*/
		max-width: 1600px;
	}



}