/*

Theme Name: Curvivo

Author: 

Author URI: 

Description: 

Version: 1.0.0

License: 

License URI: 

Text Domain: curvivo

*/



/* Box sizing

--------------------------------------------- */

*,

*::before,

*::after {

	box-sizing: border-box;

}



/* Typography

--------------------------------------------- */



body,

button,

input,

select,

optgroup,

textarea {

	color: var(--color);

	font-family: 'Raleway';

	font-weight: 400;

}

.home body,

.home button,

.home input,

.home select,

.home optgroup,

.home textarea {

	font-size: var(--font-size);

	line-height: var(--line-height);

}




label {

	font-size: 16px;

	font-family: 'Raleway';

	font-weight: 700;

}



br {

	display: block;

	margin: 0.5em 0;

	content: "";

}



h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

	margin: 0;

}



h1 strong:not(:last-child),

h2 strong:not(:last-child),

h3 strong:not(:last-child),

h4 strong:not(:last-child),

h5 strong:not(:last-child),

h6 strong:not(:last-child) {

	display: block;

	margin-bottom: 1.25em;

}



h1,
.h1 {

	font-size: 72px;

	font-weight: 700;

	line-height: 1em;

}



h2,
.h2 {

	font-size: 72px;

	font-weight: 700;

	line-height: 1em;

}



h3,
.h3 {

	font-size: 36px;

	font-weight: bold;

	line-height: 125%;

}



h4 {}



h5 {}



h6 {}



.home p,
.home ul {

	margin-top: 0;

	margin-bottom: 1.56em;

	font-size: 24px;

	line-height: 150%;

}



p:last-child {

	margin-bottom: 0;

}



a {

	color: var(--color);

	text-decoration: none;

}



strong {

	font-weight: 700
}



dfn,

cite,

em,

i {

	font-style: italic;

}



blockquote {

	margin: 0 1.5em;

}



address {

	margin: 0 0 1.5em;

}



pre {

	background: #eee;

	font-family: "Courier 10 Pitch", courier, monospace;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}



code,

kbd,

tt,

var {

	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}



abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}



mark,

ins {

	background: #fff9c0;

	text-decoration: none;

}



big {

	font-size: 125%;

}



/* Elements

--------------------------------------------- */

.mmenu-visible body {

	position: fixed;

	width: 100%;

	overflow-y: scroll;

}



html {

	scroll-behavior: smooth;

}



body {

	background: #fff;

}



.container {

	width: 100%;

	max-width: 100%;

	margin: 0 auto;

	padding: 0px 15px;

}



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

	.container {

		width: calc(1200px + 60px);
		padding: 0px 30px;

	}

	.home .container {

		width: calc(920px + 60px);

		padding: 0px 30px;

	}

}



* {

	outline: none;

}



img {

	max-width: 100%;

	height: auto;

}



html {

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	-ms-text-size-adjust: 100%;

	-webkit-text-size-adjust: 100%;

}





hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



ul,

ol {

	margin: 0 0 1.5em 0;

}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li>ul,

li>ol {

	margin-bottom: 0;

	margin-left: 1.5em;

}



dt {

	font-weight: 700;

}



dd {

	margin: 0 1.5em 1.5em;

}



.wow {

	visibility: hidden;

}



.home #hero .button {

	color: var(--black);

	background: #fff;

}




.home .button {

	text-align: center;

	font-size: 16px;

	font-weight: 700;

	border-radius: 2px;

	padding: 0 26px;

	height: 52px;

	line-height: 52px;

	letter-spacing: -0.5px;

	border: none;

	color: #fff;

	background: #000
}


.button-alt {

	color: #fff;

	background: #222222;

}



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

	.home .button {

		padding: 0 22px;

		height: 40px;

		line-height: 38px;

		font-size: 16px;

	}



}



.validation_error {

	display: none;

}



.validation_message {

	font-size: 14px;

	text-align: left;

}



.wpcf7-not-valid-tip {

	font-weight: 700;

	color: #db3a1b;

	font-size: 0.8125em;

}



.wpcf7-list-item-label {

	font-size: 13px;

	font-weight: 400;

	position: relative;

	top: -4px;

}



input[type="checkbox"] {

	accent-color: #000;

	width: 18px;

	height: 18px;

}



input[type="email"] {

	height: 40px;

	line-height: 40px;

	color: var(--black);

	border-radius: 0;

	border: 1px solid var(--black80);

	background-color: #fff;

	padding: 0 16px;

	width: 100%;

	max-width: 444px;

	font-size: 16px;

	margin: 5px 0 10px 0;

}



input[type="email"].dark {

	border-color: #FFFFFF1A;

	color: #fff;

	background-color: rgba(255, 255, 255, 0.05);

}



input[type="email"].dark:focus::placeholder {

	color: var(--black60);

}



input[type="email"].dark:focus {

	border-color: var(--black60);

}



input[type="email"]::placeholder {

	color: var(--black50);

}



input[type="submit"] {

	text-align: center;

	font-size: 16px;

	font-weight: 700;

	border-radius: 2px;

	padding: 0 26px;

	height: 52px;

	line-height: 52px;

	letter-spacing: -0.5px;

	border: none;

	color: var(--black);

	background: #fff;

	margin-top: 30px;
	cursor: pointer;

}



input[type="submit"]:disabled {

	opacity: 0.7;

}



.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {

	border-color: #fff;

	/* color: #000; */

}



@media screen and (max-width: 768px) {

	input[type="email"] {}

}



@media (max-width: 567px) {

	input[type="email"] {}



	h1,
	.h1 {

		font-size: 36px;

		line-height: 125%;

	}



	h2,
	.h2 {

		font-size: 36px;

		line-height: 125%;

	}



	h3,
	.h3 {

		font-size: 24px;

		line-height: 150%;

	}

	.home p,
	.home ul {
		font-size: 18px;
		line-height: 26px;
	}

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

	max-width: 100%;

}



img {

	height: auto;

	max-width: 100%;

	align-self: center;

}



figure {

	margin: 1em 0;

}



table {

	width: 100%;

}



.page-template-default .container {}



.page-template-default main {

	background: #fff;

	padding: 70px 0 180px 0;

}

.page-template-default.page:not(.woocommerce-page) .entry-content p {
	margin-top: 0;
	margin-bottom: 1.56em;
	font-size: 24px;
	line-height: 150%;
}

.woocommerce-checkout h3 {
	padding-bottom: 15px
}


.page-template-default .entry-title {

	/* text-align: center;

	font-weight: 400;

	font-size: 80px;

	line-height: 1em;

	letter-spacing: -0.03em; */

	margin: 0 0 30px 0;

}



.page-template-default .entry-content {

	padding-top: 50px;

}

.home #masthead {


	display: none
}

#masthead {

	height: 130px;



}



#masthead .container {

	width: 1480px;

	height: 100%;

	display: flex;

	justify-content: space-between;

	align-items: center;

}




#masthead #mobile-menu-hide,
#masthead #mobile-menu-show,
#masthead #site-navigation .menu>li>a {
	text-decoration: none
}

#masthead #mobile-menu-hide,
#masthead #mobile-menu-show {
	width: 25px;
	height: 16px;
}

#masthead #mobile-menu-hide span,
#masthead #mobile-menu-show span {
	height: 3px;
	width: 25px;
	background: var(--black);
	display: block
}

#masthead #mobile-menu-hide {
	padding-left: 20px
}

#masthead #mobile-menu-hide span {
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(assets/images/arrow-white.svg) no-repeat left;
}

#masthead #mobile-menu-show span:before {
	position: absolute;
	content: '';
	height: 3px;
	width: 15px;
	top: 10px;
	right: 0;
	background: var(--black);
}

#masthead #mobile-menu-show {
	display: none;
}


html.mmenu-visible {
	overflow: hidden !important;
}

.mobile-menu-visible #masthead #mobile-menu-show span {
	width: 15px;
	height: 15px;
	background: url(assets/images/icon-close-dark.svg) no-repeat center;
}


.mobile-menu-visible #masthead #mobile-menu-show span:before,
.mobile-menu-visible #masthead #mobile-menu-show span:after {
	display: none
}

#masthead #mobile-menu-show span {
	margin-top: 2px;
}

.mobile-menu-visible #masthead #mobile-menu-show {
	width: 15px;
	height: 15px;
	margin-top: 2px;
	z-index: 9999;
}



body.menu-hidden #masthead #site-navigation .menu {
	opacity: 0;
	visibility: hidden
}



#site-navigation {

	position: fixed;

	display: flex;

	justify-content: end;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	opacity: 0;

	pointer-events: none;

	background: rgba(254, 250, 240, 0.3);

	transition: all 0.4s ease;

	z-index: 999;

}



.mmenu-visible #site-navigation {

	opacity: 1;

	pointer-events: unset;

}



#site-navigation .inner {

	height: 100%;

	background: #624a4a;

	width: 706px;

	max-width: 100%;

	transform: translateX(100%);

	transition: all 0.4s ease;

}



.mmenu-visible #site-navigation .inner {

	transform: none;

}



#site-navigation ul {

	font-family: "Wix Madefor Display", sans-serif;

	list-style: none;

	font-size: 68px;

	font-weight: 400;

	line-height: 1.1em;

	color: #fefaf0;

	text-align: center;

	padding: 100px 0 0 0;

}

#site-navigation ul li {

	padding: 15px 0;

	border-bottom: 1px solid #fff;

	text-transform: none;

}



#site-navigation ul .current-menu-item a {

	color: #e9ddcf;

}



#site-navigation #mobile-menu-hide {

	width: 30px;

	height: 30px;

	fill: #FEFAF0;

	position: absolute;

	top: 29px;

	right: 29px;

	cursor: pointer;

}



footer {

	padding: 60px 0;

}



footer .container {

	display: flex;

	justify-content: space-between;

	align-items: end;

	font-size: 15px;

}



footer .container a {

	display: block;

	font-size: 15px;

}



footer .container p {

	font-size: 15px;

	margin-top: 1em;

}

footer li {
	list-style: none;
}

#newsletter {

	padding: 170px 0 50px 0;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	color: #fff;

	font-size: 16px;

}



#newsletter p {

	margin-bottom: 0;

}



#newsletter .container .title {

	max-width: 924px;

	color: #fff;

	margin-bottom: 27px;

}



#newsletter .perm {

	background: rgba(255, 255, 255, 0.9);

	max-width: 444px;
	padding: 18px 0 5px 0;

}



#newsletter .perm p {

	font-size: 13px;

	line-height: 1.5;

	color: #4a4a4a;

	margin-bottom: 12px;

}



#newsletter .perm a {

	text-decoration: underline;

	color: #206578;

}



@media screen and (max-width: 992px) {
	#masthead #mobile-menu-show {
		display: block
	}
}



@media screen and (max-width: 768px) {

	#site-navigation ul {

		font-size: 48px;

	}



	.page-template-default main {

		padding-bottom: 50px;

	}



	.page-template-default .entry-title {

		font-size: 48px;

		margin-bottom: 0;

	}



	footer {

		padding: 50px 0;

	}

}



@media screen and (max-width: 567px) {

	#site-navigation ul {

		font-size: 32px;

	}


	.page-template-default.page .entry-content p {

		font-size: 16px;
		line-height: 24px;
	}


	.page-template-default .entry-title {

		font-size: 32px;

	}



	footer .container {

		flex-direction: column-reverse;

		align-items: start;

		gap: 1em;

	}



	footer .container p {

		margin-top: 0;

	}

	footer .flex {
		display: inline;
		margin: 0
	}

	footer .flex li {
		margin: 0 0 10px 0
	}

	#masthead #logo {
		width: 150px
	}

	#masthead #logo img {
		margin-left: -10px;
	}

	.page-template-default main {
		background: #fff;
		padding: 20px 0 50px 0;
	}
}


body:not(.home) .container section {
	padding-top: 0;
}

body:not(.home) .container .container {
	padding: 0;
}

@media screen and (min-width: 992px) {
	body:not(.home) .container .container {
		width: calc(920px + 60px);
	}
}

body:not(.home) .container .container p {
	line-height: 1.6;
}

/* WooCommerce Gombok Színének Módosítása */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #1a1a1a !important;
	/* Alap gomb színe */
	color: #ffffff !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #a67c52 !important;
	/* Hover (rávitel) színe */
	color: #ffffff !important;
}

/* Kiemelt (Alt) Gombok - pl. Kosárba rakás */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #1a1a1a !important;
	/* Kiemelt gomb színe */
	color: #ffffff !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #a67c52 !important;
	/* Kiemelt hover színe */
	color: #ffffff !important;
}

@media (max-width: 768px) {
	.woocommerce-additional-fields {
		margin: 50px 0;
	}

	.woocommerce form .form-row label {
		line-height: 1.6;
	}
}

.woocommerce-privacy-policy-text {
	padding-bottom: 20px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	#order_review_heading {
		margin-top: 30px
	}
}


.form-row.place-order {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;

	align-items: start;
	/* függőleges igazítás felülre */
	justify-items: start;
	/* vízszintes igazítás balra */
}

/* A felső adatkezelési szöveg fusson át teljes szélességen */
.form-row.place-order>p:first-child {
	grid-column: 1 / -1;
}

/* A Place Order gomb menjen a jobb alsó cellába */
.form-row.place-order .button {
	grid-column: 2;
	/* jobb oszlop */
	grid-row: 3;
	/* 3. sor, ahová a két checkbox után kerül */
	justify-self: end;
	/* igazítás jobbra */
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
	display: none
}

#ppcp-recaptcha-v2-container {
	display: none
}

button#place_order {
	width: 100%;
	font-size: 155%
}



.form-row.curvivo-privacy-tos {
	padding: 0 !important;
}

.woocommerce-privacy-policy-text a,
.curvivo-privacy-tos a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.form-row.place-order {

		display: block
	}
}

.woocommerce-order h2 {
	font-size: 26px;
	padding-bottom: 15px;
}

/* A termék képére való kattintás letiltása a kosár blokkban */
.wc-block-cart-item__image a {
	pointer-events: none;
	cursor: default;
}

/* A termék nevére való kattintás letiltása a kosár blokkban */
.wc-block-components-product-name {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	/* Aláhúzás eltávolítása, ha van */
	color: inherit;
	/* Az eredeti szövegszín megtartása link szín helyett */
}

/* Megszüntetjük a sorok korlátozását a kosárban */
.wc-block-components-product-metadata__description,
.wc-block-components-product-metadata__description * {
	display: block !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: vertical !important;
	overflow: visible !important;
	max-height: none !important;
}

/* Eltüntetjük az esetleges "read more" jellegű CSS-es levágásokat */
.wc-block-components-product-metadata__description::after {
	content: none !important;
}

.return-to-shop,
.woocommerce-error .button.wc-forward,
button[name="update_cart"],
#mobile-menu-show {
	display: none !important
}

#billing_email_confirm_description {
	display: none !important
}

#account_type_wrapper h4 {
	font-size: 20px;
}

/* 1. Üres mező SOHA ne legyen zöld, még ha a kód azt is mondja */
.woocommerce-checkout .form-row.validate-required input:placeholder-shown,
.woocommerce-checkout .form-row.validate-required.woocommerce-validated input:placeholder-shown {
	border-color: #d1d1d1 !important;
	/* Alap szürke */
}

/* 2. PIROS KERET ÉS LABEL: Csak ha ténylegesen hiba van */
.woocommerce-checkout .form-row.woocommerce-invalid input {
	border-color: #e2401c !important;
	/* WooCommerce piros */
	box-shadow: none !important;
}

.woocommerce-checkout .form-row.woocommerce-invalid label {
	color: #e2401c !important;
}

/* 3. HIBAÜZENET SZÖVEG ELREJTÉSE (A mező alatt) */
.woocommerce-checkout .form-row .woocommerce-error,
.woocommerce-checkout .form-row .invalid-feedback,
.woocommerce-checkout .form-row .woocommerce-invalid-required-field-message,
.woocommerce-checkout .form-row [class*="error-message"] {
	display: none !important;
}

/* 4. LABEL MEGJELENÍTÉSE: Biztosítjuk, hogy ne tűnjön el a felirat */
.woocommerce-checkout .form-row label {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Eltávolítja az (optional) feliratot a Private individual és Company opciók mellől */
#account_type_wrapper label .optional {
	display: none !important;
}

/* Email mezők egymás mellé helyezése */
#billing_email_field,
#billing_email_confirm_field {
	width: 48% !important;
	float: left !important;
	clear: none !important;
}

/* Egy kis rés a két mező között */
#billing_email_field {
	margin-right: 4% !important;
}

/* Mobil nézeten (768px alatt) egymás alatt maradjanak */
@media (max-width: 768px) {

	#billing_email_field,
	#billing_email_confirm_field {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}
}

/* Opcionális CSS a style.css-be, ha túl nagyok lennének a képek a leírásban */
.checkout-product-desc img {
	max-width: 100%;
	height: auto;
}

/* --------------------------------------------------------- */
/* FIX: Mailchimp duplikáció eltüntetése a Checkout oldalon  */
/* Csak az alsó (egyedi) űrlap maradjon meg               */
/* --------------------------------------------------------- */
.woocommerce-checkout #payment .form-row.mailchimp-newsletter {
	display: none !important;
}

#mailchimp-gdpr-fields,
#payment .clear,
#payment div[style*="display: block"],
.woocommerce-checkout .woocommerce-notices-wrapper .button.wc-forward {
	display: none !important
}

.extrauzenet li {
	padding-bottom: 5px;
	list-style: disc !important
}

.extrauzenet ul {
	margin: 0 0 0 -17px;
}

.extrauzenet.woocommerce-info::before {
	display: none !important
}

.extrauzenet.woocommerce-info {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#account_type_wrapper h4 {
	font-size: 20px;
	padding-bottom: 5px;
}


.wordpress-gdpr-popup-text p,
.wordpress-gdpr-privacy-settings-popup-description {
	font-size: 14px !important;
	line-height: 22px !important;
}

body:not(.home) #masthead {
	background-color: #548430;
	text-align: center;
}

body:not(.home) #masthead .flex {
	justify-content: center;
	width: 100%;
}

@media (max-width: 768px) {
	.page-template-default.page:not(.woocommerce-page) .entry-content p {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 26px;
	}
}

.page-template-default .entry-title {
	text-align: center;
}

#masthead #logo img {
	max-width: 321px;
	margin: 0 auto;
}

#masthead .container .flex {
	width: unset !important;
}

@media (max-width: 768px) {
	#masthead #logo {
		width: 100%
	}

	#masthead {
		height: 96px;
	}

	#masthead #logo img {
		max-width: 265px;
	}
}