@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

:root {
	--klasszisFontSansSerif: 'IBM Plex Sans', sans-serif;
	--klasszisFontSerif: 'IBM Plex Serif', serif;
	--klasszisPrimary: #ff6c2d;
	--klasszisFormBg: #f0f0f0;
	--klasszisBoxShadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

form.blaize-theme-default.blaize-form label {
	display: block;
}
/*
form.blaize-theme-default.blaize-form .blaize-submit {
	border: 0;
	border-radius: 0;
	width: 100%;
}
*/
.payment-form-wrapper #submit-button {
	background-color: #4697ce !important;
	border: 0;
	color: #fff;
	margin: 0 auto 20px !important;
}

.blaize-form .blaize-fields input[type="radio"] {
	display: inline-block;
	width: auto;
	height: 17px;
	margin: 0 6px 0 0;
}
.blaize-form .blaize-fields label > label:first-child > input[type="radio"] {
	margin-top: 10px;
}
#blaize-recaptcha-badge .grecaptcha-badge {
	margin: 0 auto;
}

.blaize-form .blaize-fields input[type="radio"] {
	display: inline-block;
	width: auto;
	height: 17px;
	margin: 0 6px 0 0;
}
.blaize-form .blaize-fields label > label:first-child > input[type="radio"] {
	margin-top: 10px;
}
.blaize-theme-default.blaize-form {
	margin: 20px auto;
	padding: 20px;
	border-radius: 3px;
}

.blaize-theme-default.blaize-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.blaize-theme-default.blaize-form .blaize-title {
	margin-top: 0;
}

.blaize-theme-default.blaize-form .blaize-error {
	display: none;
	color: #e12d2d;
}

.blaize-theme-default.blaize-form .blaize-success {
	display: none;
	margin: 1em 0;
	background-color: #eef5ee;
	border: 1px solid #638463;
	border-radius: 2px;
	color: #638463;
	padding: 1em;
	font-size: 14px;
}

.blaize-theme-default.blaize-form input, .blaize-theme-default.blaize-form select {
	width: 100%;
	height: 42px;
	display: block;
	margin-bottom: 15px;
	border: 1px solid #e1e3e8;
	border-radius: 3px;
	background-color: white;
}
/*
.blaize-theme-default.blaize-form .blaize-submit {
	display: block;
	width: 180px;
	margin: 10px auto 0;
	height: 42px;
	font-weight: bold;
	background-color: #4697ce;
	color: #fff;
	border-radius: 3px;
}
*/
.blaize-theme-default.blaize-form input {
	padding: 5px 10px;
}
/*
.blaize-theme-default.blaize-form input[type="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 5px;
}
*/
.blaize-theme-default.blaize-form .blaize-social-sign-in-footer {
	text-align: center;
	overflow: hidden;
	margin: 15px 0 10px 0;
	font-weight: bold;
}

.blaize-theme-default.blaize-form .blaize-social-sign-in-footer:before, .blaize-theme-default.blaize-form .blaize-social-sign-in-footer:after {
	border-bottom: 1px solid #e1e3e8;
	content: "";
	display: inline-block;
	width: 50%;
	margin: 0 6px 0 -55%;
	vertical-align: middle;
}

.blaize-theme-default.blaize-form .blaize-social-sign-in-footer:after {
	margin: 0 -55% 0 6px;
}

/*
.blaize-theme-default.blaize-form.blaize-form-register,
.blaize-theme-default.blaize-form.blaize-form-login,
.blaize-theme-default.blaize-form.blaize-form-reset-password {
	max-width: 420px;
}
*/

.elfelejtett-jelszo .blaize-form-register,
.blaize-theme-default.blaize-form.blaize-form-login,
.blaize-theme-default.blaize-form.blaize-form-reset-password {
	display: none;
}

.elfelejtett-jelszo .blaize-theme-default.blaize-form.blaize-form-reset-password {
	display: block;
}

/*
.blaize-theme-default.blaize-form.blaize-form-register .blaize-submit,
.blaize-theme-default.blaize-form.blaize-form-login .blaize-submit {
	width: 100%;
	margin-bottom: 10px;
}
*/

@keyframes spinner-border {
	to { transform: rotate(360deg); }
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25rem solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border .75s linear infinite;
}

.blaize-form-register .blaize-user-attributes {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.blaize-form-register .invoice-details {
	flex-basis: 100%;
	display: none;
}

.blaize-form-register .invoice-only:checked ~ .invoice-details {
	display: block;
}

.blaize-form-register .required::after {
	content: '*';
	color: #eb212e;
}

.products-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.products-wrapper > .row {
	display: flex;
	flex-wrap: wrap;
}

.product {
	font-family: var(--klasszisFontSansSerif);
}

.product.card {
	display: flex;
	flex-direction: column;
}

.product .product-main-feature,
.product-footer p,
.product .product-features li {
	font-size: 14px;
	line-height: 1.42;
}

.product .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.product .product-btn {
	border-color: #fff;
	font-family: var(--klasszisFontSansSerif);
}

.klasszis-infoblokk {
	padding: 2rem;
	font-family: var(--klasszisFontSansSerif);
	box-shadow: var(--klasszisBoxShadow);
	background: #fff url("../../assets/klasszis/images/bg-klasszis-infoblokk.png") bottom left no-repeat;
	text-align: center;
}

.klasszis-infoblokk p,
.klasszis-infoblokk a,
.klasszis-infoblokk li {
	font-family: var(--klasszisFontSansSerif);
}

.klasszis-infoblokk a,
.klasszis-infoblokk a:visited {
	color: var(--klasszisPrimary);
}

.klasszis-infoblokk p:last-of-type {
	margin-bottom: 0;
}

.blaize-form {
	background: var(--klasszisFormBg);
	box-shadow: var(--klasszisBoxShadow);
	font-family: var(--klasszisFontSansSerif);
}

.klasszis-infoblokk + .blaize-form {
	margin-top: 0;
}

.product h1,
.product h2,
.product h3,
.product h4,
.product h5,
.product h6,
.blaize-form h1,
.blaize-form h2,
.blaize-form h3,
.blaize-form h4,
.blaize-form h5,
.blaize-form h6 {
	font-family: var(--klasszisFontSerif);
	font-weight: normal;
}

.blaize-form a {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

.blaize-form .blaize-title {
	text-align: center;
}

.blaize-form p,
.blaize-form a,
.blaize-form li,
.blaize-form label {
	font-size: 14px;
	font-weight: normal;
}

.blaize-submit {
	background: var(--klasszisPrimary);
	border: 0 none;
	border-radius: 0;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: bold;
	height: 42px;
	letter-spacing: 1px;
	margin: 10px auto;
	padding: 0 20px;
	text-transform: uppercase;
	width: auto;
}

.blaize-submit > .spinner-border:first-child {
	margin-right: 5px;
}

.blaize-user-attributes label[for=invoice-only] {
	flex-basis: calc(100% - 23px);
}

.blaize-form input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.blaize-form input[type=checkbox]+label {
	min-height: 20px;
	position: relative;
}

.payment-form-wrapper .payment-btn {
	background: var(--klasszisPrimary);
	border: 0 none;
	color: #fff;
	font-family: var(--klasszisFontSansSerif);
	margin-bottom: 20px;
}

.payment-form-wrapper .payment-btn.active,
.payment-form-wrapper .payment-btn:active {
	background: var(--klasszisPrimary);
	color: #fff;
}

.payment-form-wrapper .payment-cancel-btn {
	background: transparent;
}

/* FB share javítás */
.author-social .fb_iframe_widget > span,
.author-social .fb_iframe_widget > span > iframe {
	width: 196px !important;
}

/* Klasszis promo alsó sáv */
.klasszis-alsosav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100vw;
	height: 130px;
	font-size: 16px;

	background: linear-gradient(111.07deg, #FFAA64 26.07%, var(--klasszisPrimary) 64.44%);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
	color: #fff;
}

.klasszis-alsosav-cim {
	font-family: var(--klasszisFontSerif);
	font-size: 2em;
}

.klasszis-alsosav-szoveg {
	font-family: var(--klasszisFontSerif);
	font-size: 1em;
	margin: 0;
}

.klasszis-alsosav-link,
.klasszis-alsosav-link:active,
.klasszis-alsosav-link:hover,
.klasszis-alsosav-link:visited {
	color: #fff;
	text-decoration: none;
}

.klasszis-alsosav-link::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.klasszis-alsosav-bezar {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	cursor: pointer;
}

.klasszis-alsosav-bezar path {
	transition: all .2s ease-out;
}

.klasszis-alsosav-bezar:hover path {
	fill: #000;
}

@media (max-width: 1199px) {
	.klasszis-alsosav-cim {
		font-size: 1.5rem;
	}

	.klasszis-alsosav-szoveg {
		font-size: .875rem;
	}

	.klasszis-alsosav-logo {
		width: 180px;
		margin: 0 20px;
	}
}

@media (max-width: 991px) {
	.klasszis-alsosav {
		height: 100px;
	}

	.klasszis-alsosav-bg-wrapper {
		display: none;
	}

	.klasszis-alsosav-logo {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.klasszis-alsosav-logo {
		width: 100px;
	}

	.klasszis-alsosav-cim {
		font-size: 1.25rem;
	}

	.klasszis-alsosav-szoveg {
		font-size: .75rem;
	}

	.klasszis-alsosav.news-toolbar-visible {
		bottom: 49px;
	}
}

@media (max-width: 575px) {
	.klasszis-alsosav {
		height: auto;
		padding: .75rem 2.5rem .75rem 0;
	}

	.klasszis-alsosav-logo-wrapper {
		display: none;
	}

	.klasszis-alsosav-szoveg br {
		display: none;
	}
}

.slide-out-bottom {
	-webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) .1s both;
	animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) .1s both;
}

@-webkit-keyframes slide-out-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
}
@keyframes slide-out-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

