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

@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Roboto:ital,wght@0,400;1,700;1,900&display=swap');


/* CookieConsent */
:root {
	--cc-btn-accept-all-bg: #07773e;
	--cc-btn-accept-all-hover-bg: #045e2f;
}
#cc-main .cm,
#cc-main .pm {
	/* Min vw = 360, Max vw = 512, Min rem = 1.3, Max rem = 1.6, 1rem = 10px */
	/* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/#aa-for-those-who-dont-mind-that-edge-case */
	font-size: clamp(1.3rem, 0.5895rem + 1.9737vw, 1.6rem);
}

#cc-main .cm__title+.cm__desc {
	margin-top: 0.3em;
}
#cc-main .cm__desc {
	padding-bottom: 0.4em;
}

#cc-main .cm__btn[data-role=all],
#cc-main .pm__btn[data-role=all] {
	background-color: var(--cc-btn-accept-all-bg);
	border-color: var(--cc-btn-accept-all-bg);
}
#cc-main .cm__btn[data-role=all]:hover,
#cc-main .pm__btn[data-role=all]:hover
{
	background-color: var(--cc-btn-accept-all-hover-bg);
	border-color: var(--cc-btn-accept-all-hover-bg);
}
@media screen and (max-width: 640px) {
	#cc-main .cm__btn-group {
		row-gap: 0.5rem;
		margin-bottom: 0.5rem;
	}
	#cc-main .pm__section--toggle {
		margin-bottom: .875rem;
	}
	#cc-main .pm__footer {
		row-gap: 0.5rem;
	}
}

/* ÁLTALÁNOS */
[data-embedder="e-learning.hu"] body {
	/* Allow embedding with transparent background */
	background-color: transparent;
}
[data-embedder="e-learning.hu"] .product-thumb {
	/* White background for embedded cards */
	background-color: #fff;
}

#information-information #content > h2{
	margin-top: 0px;
	color: #800870;
}

#information-information #content img,
#information-information #content iframe{
	border-radius: 7px;
}
#information-information #content .nav-try-list img {
	border-radius: 1px;
}

.mfp-container {
	height: 100vh!important;
}

.form-control{
	background-color: #f9f9f9;
}
.custom-sub-icon{
	font-size: 17px!important;
}

#custom-alert-maintenance-div{
	font-size: 14px;
	text-align: center;
	line-height: normal;
}
@media (min-width: 768px) {
	#custom-alert-maintenance-div{
		font-size: 22px;
	}
}

.header-control {
	padding: 10px 5px 0px 5px;
}

@media (min-width: 400px) {
	.header-control {
		padding: 10px 15px 0px 15px;
	}
}

.inline-block{
	display: inline-block;
}

.flex {
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.flex-only-sm {
		display: flex;
	}
}
.flex-column{
	flex-direction: column;
}
.align-items-center{
	align-items: center;
}

.flex-o1{
	order: 1;
}
.flex-o2{
	order: 2;
}
.flex-o3{
	order: 3;
}
.flex-o4{
	order: 4;
}
.flex-o5{
	order: 5;
}
.flex-o6{
	order: 6;
}
.flex-o7{
	order: 7;
}

.separated h1,
.separated h2,
.separated h3,
.separated h4,
.separated h5,
.separated h6{
	margin-top: 25px;
}

.shadow-light {
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 700;
}

.mt-0{
	margin-top: 0!important;
}

.mt-5r{
	margin-top: 5rem!important;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mb-18 {
	margin-bottom: 4.5rem;
}
.mb-20 {
	margin-bottom: 5rem;
}

.text-purple{
	color: #800870;
}

.text-xs{
	font-size: 12px;
}
.text-sm{
	font-size: 14px;
}
.text-md{
	font-size: 16px;
}
.text-lg{
	font-size: 18px;
}
.text-xl{
	font-size: 20px;
}


.btn-purple{
	background-color: #800870;
	color: white;
	transition: all .4s;
}
.btn-purple:hover{
	background-color: rgb(82 12 73);
	color: white;
	transform: scale(1.05);
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	background-color: #800870;
	color: white;
	z-index: 100;
	transition: bottom 1s;
}
.back-to-top:hover,
.back-to-top:focus {
	background-color: #630657;
	color: white;
}

.form-control:focus{
	border-color: #800870;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(128 8 112 / 40%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(128 8 112 / 40%);
}

p {
	line-height: 1.4em;
}

@media (min-width: 768px) {
	.info-contact br{
		display: none;
	}
}

/* ELFOGADOM A FELTÉTELEKET INPUT ÉS TEXT */
.agree-input a {
	display: inline-block;
}
input[type="checkbox"][name="agree"] {
	animation: pulseAnim 3s ease-in-out 0s infinite normal none;
}
input[type="checkbox"][name="agree"]:checked {
	animation: unset;
}
@keyframes pulseAnim {
	0% {
		box-shadow: unset;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
	}

	10% {
		box-shadow: 0 0 7px 2px #0175ff;
		-webkit-box-shadow: 0 0 7px 2px #0175ff;
		-moz-box-shadow: 0 0 7px 2px #0175ff;
	}

	20% {
		box-shadow: unset;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
	}
}

@media (max-width: 767px) {
	#account-login .panel-group h2,
	#collapse-checkout-option h2{
		text-align: center;
	}
	#collapse-checkout-option .login h2{
		/* border-top: 1px solid #ddd; */
		padding-top: 15px;
		margin-top: 5px;
		font-size: 17px;
	}

	#account-login .panel-group .btn,
	#collapse-checkout-option .btn{
		min-width: 50%;
		margin: auto;
		display: table;
	}
}

/* #checkout-checkout .btn,
#account-login .btn, */
#account-edit .buttons .btn,
#account-address .buttons .btn,
#account-order .buttons .btn,
#account-return .buttons .btn,
#account-transaction .buttons .btn,
#account-password .buttons .btn,
#account-newsletter .buttons .btn,
#checkout-cart .buttons .btn{
	background-color: #800870;
    color: white;
    font-size: 16px;
    transition: all .4s;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	/* text-transform: capitalize; */
}
/* #checkout-checkout .btn:hover,
#account-login .btn:hover, */
#account-edit .buttons .btn:hover,
#account-address .buttons .btn:hover,
#account-order .buttons .btn:hover,
#account-return .buttons .btn:hover,
#account-transaction .buttons .btn:hover,
#account-password .buttons .btn:hover,
#account-newsletter .buttons .btn:hover,
#checkout-cart .buttons .btn:hover{
	background-color: rgb(82 12 73);
    transform: scale(1.05);
    cursor: pointer;
}
#account-edit .buttons .btn-default,
#account-login .btn-default,
#account-address .buttons .btn-default,
#account-order .buttons .btn-default,
#account-return .buttons .btn-default,
#account-transaction .buttons .btn-default,
#account-password .buttons .btn-default,
#account-newsletter .buttons .btn-default,
#checkout-cart .buttons .btn-default{
	color: #767676;
}
#account-edit .buttons .btn-default:hover,
#account-login .btn-default:hover,
#account-address .buttons .btn-default:hover,
#account-order .buttons .btn-default:hover,
#account-return .buttons .btn-default:hover,
#account-transaction .buttons .btn-default:hover,
#account-password .buttons .btn-default:hover,
#account-newsletter .buttons .btn-default:hover,
#checkout-cart .buttons .btn-default:hover{
	background-color: rgb(255 255 255);
}
#checkout-checkout .btn,
#account-login .btn{
	background-color: #f7b80f;
    color: #614909;
    font-size: 16px;
    transition: all .4s;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	/* text-transform: capitalize; */
	margin-bottom: 25px;
}
#checkout-checkout .btn:first-child:not(.btn-coupon):not(.btn-remove-coupon) {
	margin-top: 10px;
}
@media (min-width: 768px) {
	#checkout-checkout #collapse-checkout-option .panel-body > .row,
	#account-login #collapse-checkout-option .panel-body > .row{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
	}
	#checkout-checkout #collapse-checkout-option .panel-body > .row .registration,
	#account-login #collapse-checkout-option .panel-body > .row .registration{
		display: flex;
    	flex-direction: column;
	}
	#checkout-checkout #collapse-checkout-option .panel-body > .row .registration p,
	#account-login #collapse-checkout-option .panel-body > .row .registration p{
		flex: 1;
	}
	#checkout-checkout #collapse-checkout-option .panel-body > .row .registration .info-contact,
	#account-login #collapse-checkout-option .panel-body > .row .registration .info-contact{
		text-align: left;
	}
	#checkout-checkout .registration .btn,
	#account-login .registration .btn{
		margin-bottom: 0px;
		margin-top: 25px;
	}
}
#checkout-checkout .btn:hover,
#checkout-login .btn:hover{
	background-color: #ffd066;
    transform: scale(1.05);
    cursor: pointer;
}
#checkout-checkout #collapse-checkout-confirm input[type=button]{
	background-color: #f7b80f;
	color: #614909;
}
#checkout-checkout #collapse-checkout-confirm input[type=button]:hover{
	color: #755a12;
    background-color: #ffd066;
}

/* Checkout input */
#checkout-cart form input[type=text] {
	font-size: 14px;
}

/* Stripe embedded payment form */
@media (max-width: 767px) {
	#payment-element.StripeElement {
		margin: -10px;
	}
}

/* Taxer plugin áfatartalom sorának erlejtése a vásárlási folyamat során. */
.table-checkout-confirm .total-taxer,
.table-checkout-cart-totals .total-taxer,
.table-common-cart-totals .total-taxer {
	display: none;
}

.flex-row{
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.flex-row{
		flex-direction: column;
	}
}

.purple-btn{
	background-color: #800870;
    color: white;
    font-size: 16px;
    transition: all .4s;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.purple-btn:hover{
    color: white;
	background-color: rgb(82 12 73);
    transform: scale(1.05);
    cursor: pointer;
}
.white-btn{
	background-color: white;
    color: #800870;
	border-color: #800870!important;
	font-weight: 500;
    font-size: 16px;
    transition: all .4s;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.white-btn:hover{
    color: white;
	background-color: #800870;
    transform: scale(1.05);
    cursor: pointer;
}

#product-category #content .title{
	display: none;
}

#product-category #content video{
	border-radius: 7px;
}
/* ÁLTALÁNOS END */

/* swiper-slide 1 kép */
@media (max-width: 767px) {
	div.swiper-slide {
		margin-bottom: -5%;
	}
	div.swiper-slide img {
		margin-top: -5%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	div.swiper-slide {
		height: 170px;
	}
	div.swiper-slide img {
		margin-top: -35px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	div.swiper-slide {
		height: 220px;
	}
	div.swiper-slide img {
		margin-top: -45px;
	}
}
/* @media (min-width: 992px) {
	div.swiper-slide img {
		margin-top: -15px;
	}
} */
@media (min-width: 1200px) {
	div.swiper-slide {
		height: 280px;
	}
	div.swiper-slide img {
		margin-top: -50px;
	}
}

#common-home{
	overflow: hidden;
}

#common-home img{
	border-radius: 7px;
}

#common-home .product-layout img{
	border-radius: 0px;
}

#common-home .swiper-text {
	text-align: center;
	margin-bottom:30px;
}
#common-home .swiper-text .title-1 {
	font-size: 32px;
	color: #710663;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 32px;
}
#common-home .swiper-text .title-2 {
	font-size: 20px;
	color: #710663;
	font-weight: 500;
}
@media (max-width: 500px) {
	#common-home .swiper-text {
		text-align: center;
		margin-bottom:12px;
		margin-top: -12px;
	}
	#common-home .swiper-text .title-1 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	#common-home .swiper-text .title-2 {
		font-size: 14px;
	}
	.product-thumb div.button-group button {
		line-height: 28px;
		letter-spacing: 0px;
		font-size: 15px;
	}
}
.company-alert {
	margin: 10px 0px;
	font-size: 12px;
}
.error-in-the-form {
	margin: 10px 0px;
}
.error-in-the-form .alert {
	margin: 0;
}

/* Idegennyelvű kiadványokra mutató "zászlós" linkek a főoldalon */
.idegennyelvu_kiadvany_linkek-section .foreign_langage_books_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 40px;
}
.idegennyelvu_kiadvany_linkek-section .foreign_langage_book {
	width: 248.8px;
	padding: 20px;
	font-size: 18px;
	font-weight: 500;
}
@media (max-width: 597px) {
	.idegennyelvu_kiadvany_linkek-section .foreign_langage_book {
		width: 40%;
	}
	.idegennyelvu_kiadvany_linkek-section .foreign_langage_books_container {
		gap: 0 34px;
	}
}
.idegennyelvu_kiadvany_linkek-section .foreign_langage_book a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.idegennyelvu_kiadvany_linkek-section .foreign_langage_book img {
	width: 200px;
	max-width: 100%;
	height: 112.5px;
	border-radius: 0!important;
}
.idegennyelvu_kiadvany_linkek-section .foreign_langage_book .flb-title {
	display: block;
}
.idegennyelvu_kiadvany_linkek-section .foreign_langage_book img {
    filter: drop-shadow(0px 0px 1px gray);
}
[data-embedder="e-learning.hu"] .idegennyelvu_kiadvany_linkek-section .product-thumb--pl {
	/* e-learning.hu portálon Beágyazott banneren a lengyel nyelvá könyvek linkjének elrejtése */
	display: none;
}

/* From error */
.has-error .form-control {
	background: #fcf1f1;
	box-shadow: 0px 0px 5px #a94442;

	-webkit-animation: errorShadowBlink 1.5s linear infinite;
	-moz-animation: errorShadowBlink 1.5s linear infinite;
	-ms-animation: errorShadowBlink 1.5s linear infinite;
	-o-animation: errorShadowBlink 1.5s linear infinite;
	animation: errorShadowBlink 1.5s linear infinite;
}
@keyframes errorShadowBlink {
	0% { box-shadow: 0 0 5px #a94442; }
	50% { box-shadow: none; }
	100% { box-shadow: 0 0 5px #a94442; }
}

@-webkit-keyframes errorShadowBlink {
	0% { box-shadow: 0 0 5px #a94442; }
	50% { box-shadow: none; }
	100% { box-shadow: 0 0 5px #a94442; }
}

/* New checkout */
.panel.panel-default {
	border: 0px;
}

#checkout-checkout .info-contact {
	color: #800870;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	margin-bottom: 5px;
	text-align: center;
	font-size: 15px;
	margin-top: 15px;
}

#checkout-checkout #collapse-payment-address .info-contact {
	display: block;
	/* border-top: unset; */
}

#checkout-checkout .panel-group{
	margin-top: 15px;
}
#checkout-checkout .panel-group .panel{
	-webkit-box-shadow: unset;
    box-shadow: unset;
}
#checkout-checkout .panel-group legend{
	margin-bottom: 10px;
}

#checkout-checkout #secure-payment-group{
	box-shadow: none;
}

#checkout-checkout .info-contact a {
	font-weight: 500;
	color: #800870;
	text-decoration: underline;
}

#checkout-checkout #collapse-checkout-option #input-password {
	margin-bottom: 5px;
}

#checkout-checkout .panel-group .panel-body{
	border-top: unset;
}
@media (max-width: 767px) {
	#checkout-checkout #content .panel-body .row:first-child div:first-child h2:first-child {
		margin-top: 0;
	}
	#checkout-checkout .panel-group{
		margin-top: 0px;
	}
	#checkout-checkout .panel-group .new-title{
		padding: 0 0 4px 0;
	}
	#checkout-checkout .panel-group .panel-body{
		padding: 10px 0;
	}

	#checkout-checkout #collapse-shipping-method .panel-body,
	#checkout-checkout #collapse-payment-method .panel-body{
		padding-top: 5px;
	}
}

@media (min-width: 768px) {
	#checkout-checkout .panel-group{
		box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	}
}

#secure-payment-group .panel{
	margin: 15px 0!important;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	border-left: 4px solid #800870;
	border-radius: 7px;
}

#secure-payment-group .panel > div:not(.collapsed) .panel-heading{
	background-color: #E3CAE0;
}

#secure-payment-group .panel .panel-heading:hover{
	background-color: #E3CAE0;
	cursor: pointer;
}

#secure-payment-group .panel .panel-heading{
	background-color: unset;
	border-bottom: 1px solid #e3e3e3!important;
	padding: 15px;
	transition: all 0.5s;
	text-align: left;
	color: #000;
}

#secure-payment-group .panel:first-child .panel-heading{
	border-top: 1px solid #e3e3e3!important;
}

#secure-payment-group .panel:last-child .panel-heading{
	border-bottom: unset;
}

#secure-payment-group .panel .panel-body{
	border: unset;
	border-bottom: 1px solid #e3e3e3;
	text-align: justify;
}

#secure-payment-group .panel-title{
    font-size: 16px;
}

#secure-payment-group .panel-title:before{
    float: right !important;
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
	line-height: 25px;
	transition: transform 0.4s ease-out;
	margin-top: -4px;
	color: #800870;
	padding: 0px 5px;
}

#secure-payment-group div.collapsed .panel-title:before{
    float: right !important;
	transform: rotate(180deg);
}

/* Checkout / cart */
#checkout-cart .table-responsive button[type='submit'] {
	/* width: 38px;
	height: 34px;
	padding: 0; */
}

/* Payment mehtods */

.payment-method-logo-container {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 17px;
	flex: 1;
}

.simple-card-logos {
	margin-top: 2px;
}
.paypal-standard-logo {
	margin-top: 4px;
}

.stripe-card-logos {
	margin-top: 4px;
	max-height: 32px;
}

/* Shipping methods */

#shippingMethods .shipping-method-logo,
#collapse-shipping-method .shipping-method-logo {
	width: auto;
	height: 30px;
}
#shippingMethods .shipping-method-logo.gls-logo,
#collapse-shipping-method .shipping-method-logo.gls-logo {
	height: 30px;
	margin: 2px 0;
}
#shippingMethods .shipping-method-logo.foxpost-logo,
#collapse-shipping-method .shipping-method-logo.foxpost-logo {
	height: 30px;
}
#shippingMethods .shipping-method-logo.postapont-logo,
#collapse-shipping-method .shipping-method-logo.postapont-logo {
	height: 30px;
}
#shippingMethods .shipping-method-logo.packeta-logo,
#collapse-shipping-method .shipping-method-logo.packeta-logo {
	height: 30px;
}
#shippingMethods .shipping-method-logo.home-delivery-logo,
#collapse-shipping-method .shipping-method-logo.home-delivery-logo {
	height: 30px;
}

/* Felesleges és eltávolítandó Foxpost szállítási módok elrejtése */
#collapse-shipping-method .radio:has(input[type=radio][value^="foxpost"]):not(:has(#foxpostmap)) {
	display: none;
}

/* Orig Panel heading */

.panel-group:not(.panel-group-try-it) .panel.panel-default:not(#secure-payment-group) > .panel-heading {
	display: none;
}

.panel.panel-default .new-title {
	padding: 10px 15px 0px 15px;
}
.panel.panel-default .new-title a {
	cursor: default;
	pointer-events: none;
}
.panel.panel-default .new-title .panel-title i{
	display:  none;
}
.panel-collapse.collapse:not(.in) {
	display: none;
}
.panel.panel-default .new-title .checkout-num{
	display: none;
}
.panel.panel-default .new-title h4.panel-title{
	font-size: 20px;
}
.panel.panel-default .new-title .custom-fa-icon{
	font-size: 24px;
	margin-right: 6px;
}

/* NEW Panel headings */
#panel-headings {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	margin: 10px 0;
}
@media (max-width: 768px) {
	#panel-headings {
		display: none;
	}
}
#panel-headings .panel-title .checkout-num {
	display: block;
	margin-bottom: 5px;
}
#panel-headings .panel-title .checkout-text {
	font-size: 13px;
}
#panel-headings .fa{
	display: none;
}
#panel-headings .panel-title i{
	display:  none;
}

#panel-headings .panel-heading{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 75px;
	background: white;
	text-decoration: none;
	text-align: center;
	position: relative;
	border-right: 1px solid #730765;
	border-top: 1px solid #730765;
	border-bottom: 1px solid #730765;
	border-radius: 0px;
}
#panel-headings .panel-heading:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#panel-headings .panel-heading:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#panel-headings .panel-heading.set:before {
	content: "\f05d";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 4px;
	right: 6px;
	color: #63b32e;
}
#panel-headings .panel-heading:after {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	clear: both;
	z-index: 9;
	transform: translateY(-50%) rotate(
			-45deg
	);
	width: 15px;
	height: 15px;
	background: white;
	border-right: 1px solid #730765;
	border-bottom: 1px solid #730765;
}
#panel-headings .panel-heading.active:after {
	background: #730765;
}


#panel-headings .panel-heading:first-child {
	border-left: 1px solid #730765;
}
#panel-headings .panel-heading:last-child {
	border-right: 1px solid #730765;
	border-top: 1px solid #730765;
	border-bottom: 1px solid #730765;
}
#panel-headings .panel-heading:last-child:after {
	display: none;
}

#panel-headings .active {
	background: #730765;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

#panel-headings .active:hover {
	text-decoration: none;
}


#panel-headings .panel-heading:not(.active) a:hover {
	text-decoration: underline;
}

/* Remove comment from payment method */
#collapse-payment-method .panel-body > p strong,
#collapse-payment-method .panel-body > p textarea {
	display: none;
}

#accordion .panel-body .checkbox [for='newsletter'] {
	font-size: 14px;
}
#accordion .panel-body .checkbox [for='newsletter'] > input {
	margin-top: 2px;
}

.panel-body .checkbox {
	margin: 10px 0;
}
.panel-body .text-agree {
	margin: 0px 0px;
}
.panel-body .text-agree .pull-right label {
	display: grid;
	float: left!important;
	grid-template-columns: 20px auto;
}
.panel-body .text-agree .pull-right .text-agree-text{
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
}
.panel-body .text-agree .pull-right input {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1;
	margin-right: 5px;
	margin-top: 2px;
}
.panel-body .text-agree .pull-right input[type='button'] {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 3;
	width: 200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-top:20px;
}

#accordion select[name='address_id'] {
	width:auto;
	margin-top: 5px;
	max-width: 100%;
}

/* Responsvie checkout products */

@media (max-width: 768px) {
	#checkout-cart td a {
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;      /* Opera 4-6 */
		white-space: -o-pre-wrap;    /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */
		width: 100px;
	}
}
#checkout-cart a img.img-thumbnail {
	width: 60px;
}
@media (max-width: 768px) {
	#checkout-cart a img.img-thumbnail {
		width: 200px;
	}
	#SimplePayForm,
	#collapse-checkout-confirm .buttons{
		display: grid;
		grid-template-columns: auto;
		text-align: center;
	}
	#SimplePayForm .pull-left,
	#collapse-checkout-confirm .buttons .pull-left{
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 2;
		grid-row-end: 2;
		margin: 0 auto;
	}
	#SimplePayForm button,
	#collapse-checkout-confirm .buttons .pull-right{
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 10px;
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
	}

	#collapse-checkout-confirm table tbody tr td{
		padding: 4px;
	}


	#checkout-cart .table-responsive,
	#account-order .table-responsive,
	#accordion .table-responsive {
		border: 0px;
	}

	#checkout-cart .table-responsive table thead,
	#account-order  table thead,
	#accordion .table-responsive table thead {
		display: none;
	}
	#checkout-cart .table-responsive table tfoot,
	#account-order  table tfoot,
	#accordion .table-responsive table tfoot {
		display: block;
	}
	#checkout-cart .table-responsive table tbody tr,
	#account-order  table tbody tr,
	#accordion .table-responsive table tbody tr {
		display: block;
		border: 0px;
		margin: 10px;
		border: 1px solid #dddddd;
		border-bottom: 0px;
	}
	#checkout-cart .table-hover>tbody>tr:hover,
	#accordion .table-hover>tbody>tr:hover {
		background-color: transparent;
	}

	#checkout-cart .table-responsive table tbody tr td,
	#account-order  table tbody tr td,
	#accordion .table-responsive table tbody tr td{
		display: block;
		border: 0px;
		border-bottom: 1px solid #dddddd;
	}

	#checkout-cart .table-responsive table tbody tr td:before,
	#account-order  table tbody tr td:before,
	#accordion .table-responsive table tbody tr td:before{
		content: attr(data-header) "\A";
		white-space:pre;
	}
	#checkout-cart .table-responsive table tbody tr td:before,
	#accordion .table-responsive table tbody tr td:not(:first-child):before{
		content: attr(data-header) ":\A";
		white-space: unset;
	}
	#account-order  table.custom-order-list tbody tr td:not(:last-child):before{
		content: attr(data-header) ":\A";
		white-space: unset;
	}
	#account-order  table.custom-order-list tbody tr td:last-child:before{
		white-space: unset;
	}
	#account-order  table tbody tr td:before{
		content: attr(data-header) "\A";
		white-space: unset;
	}
	#account-order  table.custom-order-info tbody tr td:not(:last-child):before{
		content: attr(data-header) ":\A";
		white-space: unset;
		font-weight: 500;
	}
	#account-order  table.custom-table-payment-shipping tbody tr td:before,
	#account-order  table.custom-table-history tbody tr td:before{
		content: attr(data-header) ":\A";
		white-space: unset;
		font-weight: 500;
	}
	#checkout-cart .table-responsive table .text-left,
	#checkout-cart .table-responsive table .text-right,
	#account-order  table .text-left,
	#account-order  table .text-right,
	#accordion .table-responsive table .text-left,
	#accordion .table-responsive table .text-right {
		text-align: center;
	}

	#checkout-cart .table-responsive table tfoot,
	#account-order  table tfoot,
	#accordion .table-responsive table tfoot {
		display: block;
		margin: 10px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	#checkout-cart .table-responsive table tfoot tr,
	#account-order  table tfoot tr,
	#accordion .table-responsive table tfoot tr{
		display: flex;
	}
	#checkout-cart .table-responsive table tfoot tr td,
	#account-order  table tfoot tr td,
	#accordion .table-responsive table tfoot tr td{
		width: 100%;
		border: 0px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;

	}



	#checkout-cart .table-responsive table tbody tr td .input-group.btn-block {
		margin: 0 auto;
	}
	#account-order  table tfoot tr td:first-child,
	#account-order  table tfoot tr td:last-child{
		display:none;
	}
	#account-order tr td {
		width: 100%!important;
	}
	#account-order .row {
		text-align:center;
	}
	#account-order .buttons .pull-right {
		float: none!important;
	}

	#account-order #content table {
		margin-bottom: 0;
	}
	#account-order #content table.table-bordered {
		border: 0;
	}

	#account-order #content > h2 {
		margin-top: 10px;
		margin-bottom: 0;
	}
	#account-order #content > h1 {
		font-size: 27px;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	#account-order #content > h3.custom-table-history-title {
		margin: 0px;
	}

}
@media (max-width: 450px) {
	#checkout-cart .table-responsive table tfoot tr, #accordion .table-responsive table tfoot tr {
		display: table-row;
	}
	#account-order table tfoot tr {
		display: table-row;
	}
}

.pay-standard-loader {
	display:none;
	border: 4px solid #f2dede;
	border-top: 4px solid #730765;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	animation: spin 2s linear infinite;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/* PayPal fölösleges gombok levétele */
.paypal-button-color-silver {
	display:none;
}

/* Embedded youtube video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe,
.videoWrapper .iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Book extra images */
.imgContainer {
	display: flex;
	max-width: 370px;
}
@media (max-width: 1200px) {
	.imgContainer {
		max-width: 303px;
	}
}
@media (max-width: 992px) {
	.imgContainer {
		max-width: 100%;
		display: block;
	}
}

.imgContainer img {
	max-width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* info-text */
.info-text {
	text-align: center;
}
.info-text .alert {
	display: inline-block;
	color: #fff;
	background-color: #800870;
	border-color: #800870;
}
.info-text .alert a{
	text-decoration: underline;
	color: #fff;
}
/* Book extra images */
.imgContainer {
	display: flex;
    max-width: 370px;
}
@media (max-width: 1200px) {
	.imgContainer {
		max-width: 303px;
	}
}
@media (max-width: 992px) {
	.imgContainer {
		max-width: 100%;
		display: block;
	}
}

.imgContainer img {
	max-width: 100%;
	margin-right: 10px;
    margin-bottom: 10px;
}


/* info-text */
/* .info-text {
	text-align: center;
}
.info-text .alert {
	display: inline-block;
	color: #800870;
    background-color: #E3CAE0;
    border-color: #ad90aa;
}
.info-text .alert a{
	text-decoration: underline;
} */

/* qnec */




div.panel_container.panel_confirm input.poc_btn.poc_btn-danger.cancel_order {
	font-size: 16px;
	width: auto;
	margin-left: auto;
	white-space: break-spaces;
}
div.panel_cart #cart_info table.products_info_cart tbody tr td.quantity_td {
	min-width: 200px;
}

button.poc_btn.poc_btn-default.poc_btn-xs.quantity_less {
	/* margin-right: -4px; */
}
div.panel_cart td.quantity_td input.poc_form-control.product_quantity,
input.poc_form-control.product_quantity {
	margin-left: -5px;
	border-left: 1px solid #cccccc!important;
}

.panel_cart .poc_table td a {
	min-width: 57px;
	min-height: 57px;
	display: block;
}

.poc_container .panel_poc-body .payment_method div.payment_method_image {
	min-width: 120px;
	min-height: 50px;
	display: block
}


.poc_container .payment_loading {
	display: none;
}
.poc_container .payment_info.updating_payment_method+div.payment_loading {
	display: block;
}
.payment_info #SimplePayForm {
	text-align: right;
}
.poc_container .lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.poc_container .lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.poc_container .lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 16px;
	left: 37px;
	width: 4px;
	height: 14px;
	border-radius: 20%;
	background: #000;
}
.poc_container .lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.poc_container .lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.poc_container .lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.poc_container .lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.poc_container .lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.poc_container .lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.poc_container .lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.poc_container .lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.poc_container .lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.poc_container .lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.poc_container .lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.poc_container .lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* ship method */
div.poc_styles div.panel_shipping div.shipping_method.weight input[name=shipping_method] {
	margin-top:11px;
}
div.shipping_method.weight div.text, div.payment_method div.text {
	line-height: 36px;
}



body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	/* font-size: 15px; */
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
strong, b {
	font-weight: 500;
}
a {
	color: #800870;
}
a:hover {
	color: #55054b;
	text-decoration: none;
}
legend {
	font-size: 17px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:not(.material-label):after {
	content: '*';
	color: #F00;
	font-weight: bold;
	padding-left: 4px;
}

.alert-success {
	color: #272727;
	background-color: #E3CAE0;
	border-color: #E3CAE0;
}
.alert.alert-success a {
	font-weight: 500;
}
/* Medium (bigger) font size for alerts. */
.alert-medium {
	font-size: 15px;
}
div.poc_styles .alert-medium button {
	font-size: 21px;
	opacity: 0.5;
}
/* Medium (bigger) font size for alerts. */
.alert-medium {
    font-size: 15px;
}
div.poc_styles .alert-medium button {
	font-size: 21px;
	opacity: 0.5;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .fa-phone,
#top-links .fa-share {
	vertical-align: text-bottom;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .list-inline>li {
	padding-right: 10px;
	padding-left: 10px;
}
#top-links .list-inline i+span,
#top-links .list-inline a+span {
	margin-left: 0.5em;
}

header .container-fluid .row .btn-group.btn-block .btn-abl i {
	font-size: 15px;
}
header .container-fluid .row .btn-group.btn-block .btn-abl {
	color: #700662;
	background: #fff;
	border: 1px solid #986d93;
	border-radius: 3px;
	outline: none;
	font-size: 14px;

	max-width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
header .container-fluid .row .btn-group.btn-block .btn-abl:hover,
header .container-fluid .row .btn-group.btn-block .btn-abl:focus,
header .container-fluid .row .btn-group.btn-block .btn-abl:active {
	background: #f6f6f6;
}
header .container-fluid .row  #cart.btn-group.btn-block .btn-abl {
	font-size: 15px;
}
header .container-fluid .row  #cart.btn-group.btn-block .btn-abl {
	color: #700662;
	border: 1px solid #986d93;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
	transition: all 0.4s ease;
}
header .container-fluid .row  #cart.has-product.btn-group.btn-block .btn-abl {
	background-color: #f7b80f;
	font-weight: 500;
}
header .container-fluid .row  #cart.has-product.btn-group.btn-block .btn-abl.pulse {
	animation: customPulse .5s ease-out 2;
}
header .container-fluid .row  #cart .total-total {
	display: none;
}
@keyframes customPulse {
	50% { background-color: #fff }
}
header .container-fluid .row #cart {

}
header .container-fluid .row #cart.btn-group.btn-block .btn-abl:hover,
header .container-fluid .row #cart.btn-group.btn-block .btn-abl:focus,
header .container-fluid .row #cart.btn-group.btn-block .btn-abl:active {
	color: #700662;
	background-color: #ffd066;
	border-color: transparent;
	outline: none;
}
header .container-fluid .row #cart.btn-group.btn-block ul.dropdown-menu {
    max-height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
}
header .container-fluid {
	padding-top: 10px;
	/* display: table; */
}
header .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0px;
}
header .top-element {
	margin: 0px 2px;
}
header .top-element.top-element-breaker {
	display:none;
}

header .top-element {
	margin: 0px 2px;
}
header .top-element.top-element-logo {
	min-width: 100px;
	order:1;
	flex: 1;
}
header .top-element.top-element-logo #logo{
	max-width: 225px;
}

header .top-element.top-element-btns {
	order:3;
}
header .top-element.top-element-btns > a {
	display:inline-block;
	margin-bottom: 5px;
}
header .top-element.top-element-btns > #cart {
	display:inline-block;
	width: auto;
}

header .top-element.top-element-btns > a .btn,
header .top-element.top-element-btns > a {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
header .top-element.top-element-btns > a .btn.focus,
header .top-element.top-element-btns > a .btn:focus,
header .top-element.top-element-btns > a .btn:hover {
	color: #fff;
}
header .top-element.top-element-search {
	flex: 1;
	margin: 0px 15px;
	order:2;
	display:none;
}

header .top-element.top-element-search .btn,
header .top-element.top-element-search input {
	border: 1px solid #986d93;
	border-radius: 3px;
	outline:none;
}
header .top-element.top-element-search i {
	color: #700662;
}

header .language-and-currency {
	order: 1;
	margin-left: 20px;
}
header .language-and-currency .dropdown-menu{
	min-width: 100px;
}
header .language-and-currency .dropdown-menu a{
	padding: 7px 20px;
}
header .language-and-currency button.dropdown-toggle{
	font-size: 14px;
}

header .language-and-currency button.btn-link:focus,
header .language-and-currency button.btn-link:hover {
	text-decoration: none;
	color: #760768;
}

.language-and-currency .dropdown-menu>li>.btn-link {
	color: #333;
	text-align: left;
}
.language-and-currency .dropdown-menu>li>.btn-link:focus,
.language-and-currency .dropdown-menu>li>.btn-link:hover {
    color: #262626;
    background-color: #f5f5f5;
}
.language-and-currency .dropdown-menu>li>.btn-link[disabled] {
	pointer-events: none;
}
.language-and-currency .dropdown-menu>li img {
	vertical-align: baseline;
}

@media (max-width: 767px) {
	/* header .top-element.top-element-logo {
		flex: none;
	} */
	header .top-element.top-element-btns {
		order:2;
		margin: 0px 20px;
		text-align: center;
		margin-bottom: 5px;
	}

	header .top-element.top-element-search {
		flex:none;
		width: 100%;
		order:3;
	}

	header > .container > .row {
		/* flex-wrap: unset; */
	}
	header .language-and-currency {
		margin-top: -10px;
		margin-left: 0px;
	}
	header .language-and-currency .dropdown-menu{
		min-width: auto;
	}

	header .top-element-btns{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	header .top-element-btns > a .account-text{
		display: none;
	}
}
@media (min-width: 375px) and (max-width: 500px) {
	header #logo img {
		height: 36px;
		width: 103px;
	}
	header .language-and-currency {
		margin-left: 0px;
	}
	header .top-element-btns button{
		padding: 8px 12px;
	}
	header .top-element-btns > a {
		margin-right: 6px;
	}
	header .top-element-btns > a {
		margin-right: 6px;
	}
}
@media (max-width: 374px) {
	header .top-element-logo{
		min-width: 90px!important;
	}
	header #logo img {
		height: 28px;
		width: 81px;
	}
	header .top-element-btns button{
		padding: 4px 8px;
	}
}

header div[class^=col-] {

	vertical-align: middle;
	float: none;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	/* margin-bottom: 10px; */
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .cart-qty{
	min-width: 55px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 0px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 511px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
/* #cart .dropdown-menu li .cart-dropdown-buttons {
	text-align: right;
	margin: 20px 0 10px;
	display: grid;
	grid-template-columns: auto auto;
	row-gap: 5px;
	white-space: nowrap;
	align-items: center;
	justify-content: end;
} */
#cart .dropdown-menu li .cart-dropdown-buttons {
	text-align: center;
	margin: 20px 0 10px;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 5px;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
}
#cart .dropdown-menu li .cart-dd-checkout-button-group {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}
/* @media (max-width: 511px) {
	#cart .dropdown-menu li .cart-dropdown-buttons {
		text-align: center;
		grid-template-columns: 1fr;
		justify-content: center;
	}
} */

#cart i {
	margin-right: 0.5em;
}
#cart td > button > i {
	margin-right: 0;
}
#cart .cart-dd-contents {
	padding: 12px 15px;
	border: 1px solid #986d93;
	border-radius: 4px;
}

#cart .cart-dd-checkout {
	padding: 12px 15px;
	border: 1px solid #986d93;
	border-radius: 4px;
	background: #800870;
	color: #fff;
}
#cart .cart-dd-contents:hover,
#cart .cart-dd-contents:focus,
#cart .cart-dd-contents:active {
	background: #f6f6f6;
}
#cart .cart-dd-checkout:hover,
#cart .cart-dd-checkout:focus,
#cart .cart-dd-checkout:active {
	background: #6b065d;
}
/* #cart .cart-dd-checkout,
#cart .AmazonPayButton {
	margin-left: 5px;
}
@media (max-width: 511px) {
	#cart .cart-dd-checkout {
		margin-left: 0px;
	}
} */
#cart .AmazonPayButton {
	margin-left: 5px;
}
@media (max-width: 767px) {
	#cart .cart-dd-contents, #cart .cart-dd-checkout {
		display: block;
		text-align: center;
	}
}
#cart .AmazonPayButton img {
	max-height: 44px!important;
}
#cart tr.product td {
	vertical-align: middle;
}

#cart .product td:last-child {
	width:10px;
}
#cart .btn-danger {
	padding: 4px 7px;
	background: #fff;
	border: 1px solid #986d93;
	color: #740765;
	text-shadow: none;
	outline: none;
}


#cart ul.dropdown-menu {
	padding: 0px;
	border: 1px solid #e3cae0;
	font-size: 13px;
}
#cart ul.dropdown-menu .product {
	background-color: #f9f9f9!important;
}
#cart ul.dropdown-menu .product td {
	border-top: 1px solid #e3cae0;
}
#cart ul.dropdown-menu li:nth-child(2){
	background: #ffffff;
	padding: 10px 0px;
	margin: 0px;
	border-top: 1px solid #e3cae0;
}
#cart ul.dropdown-menu li:nth-child(2) td{
	border: 1px solid #e3cae0;
}

/* Cart: lengyel shopban a kosár gomb listájában a szállítási kedvezmény elrejtése amíg a szállítási mód nincs kiválasztva */
html[lang="pl"] #cart tr.total-quantity_based_fee {
	display: none;
}
html[lang="pl"] #cart tr.total-shipping + tr.total-quantity_based_fee,
html[lang="pl"] #cart tr.total-shipping + tr + tr.total-quantity_based_fee {
	display: table-row;
}

@media (max-width: 511px) {
	header .row {
		position: relative;
	}
	header .top-element.top-element-btns #cart {
		position: inherit;
	}
	header .top-element.top-element-btns #cart > .dropdown-menu {
		width: 100%;
	}

	header .top-element.top-element-btns #cart .product td:nth-child(1) {
		display:none;
	}
}

/* success page */
#otp-checkout-success { margin-bottom: 30px; }
#otp-checkout-success + h1 { display: none; }
.otp-payment-header.row { padding: 20px 0; }
.otp-payment-content > div { display: flex; }
.otp-payment-content .result-icon i { color: lightgreen; }
.otp-payment-content .result-icon-big i { font-size: 100px; }
.otp-payment-content .result-icon-small { display: inline-block; }
.otp-payment-result { padding-left: 20px; }
.otp-payment-result-details { font-size: 16px; }
.otp-payment-result-greeting >:first-child::before {
	display: none;
	font: normal normal normal 26px/21px FontAwesome;
	margin-right: .3em;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f058";
	color: lightgreen;
	vertical-align: bottom;
}
#otp-checkout-success + script + h1 { display: none; }

@media (max-width: 767px) {
	.otp-payment-content .result-icon-big { display: none; }
	.otp-payment-result-greeting >:first-child::before { display: inline-block; }
}

@media (max-width: 500px) {
	#otp-checkout-success { margin-bottom: 20px; }
	.otp-payment-result-greeting h3 { font-size: 18px; margin-top: 10px; }
	.otp-payment-result-greeting >:first-child::before { line-height: 18px; }
}

#common-success #content { font-size: 16px; }
#common-success #content h1 { margin-bottom: 20px; font-size: 27px}
#common-success .order-result-download { display: none; }
#common-success #content a { font-weight: 500; }
#common-success .order-result-alert { margin: 20px 0; }

/* menu */
#menu {
	margin-bottom: 0px;
	background: linear-gradient(to right,#35002e,#800870);
	border: 0;
	min-height: 40px;
	font-size: 18px;
	border-radius: 0;
}
@media (max-width: 767px) {
	#menu {
		font-size: 16px;
	}
}
#menu ul.navbar-nav{
	width: 100%;
}
#menu ul.navbar-nav .menu-flag{
	padding-right: 10px;
}
#menu .nav > li {
	width: calc(100% / 3);
	text-align: center;
}
#menu .nav > li.active_link{
	background-color: rgba(0, 0, 0, 0.3);
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	transition: all 0.3s ease-out;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.3);
}
#menu .dropdown-menu {
	width: 100%;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
#menu .dropdown-menu ul.list-unstyled > li:not(:last-child),
#menu .dropdown-submenu ul > li:not(:last-child){
	border-bottom: 1px solid #efefef;
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#menu .dropdown-inner > ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	display: block;
	padding: 15px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 16px;
	transition: all 0.2s ease-out;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #6e0660;
	padding: 2px 18px;
	float: right;
	background: #fff;
	opacity: 0.9;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #6e0660;
	background-color: #f6f6f6;
	outline:none;
}
#menu .dropdown-submenu > a:focus{
	outline: unset;
}
#menu .dropdown-submenu > a.open{
	background-color: #eaeaea;
	/* color: white; */
	text-decoration: none;
}

@media (min-width: 768px) {
	.dropdown-submenu .caret{
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#menu .dropdown-menu ul li a:hover {
		background: #eaeaea;
		/* color: #fff; */
	}
	#menu .dropdown-menu a{
		background-color: #fff;
	}
}
@media (max-width: 767px) {
	#menu .dropdown {
		position: static;
	}
	#menu .dropdown .dropdown-menu{
		width: 100%;
    	left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	#menu .dropdown:last-child .dropdown-menu{
		right: 0;
	}
	#menu > .collapse {
		display: block;
		padding: 0px;
	}
	#menu > .collapse > ul {
		display: flex;
		width: 100%;
		text-align: center;
		margin: 0;
		justify-content: center;
	}
	#menu > .collapse > ul > li {
		width: auto;
		flex-grow: 1;
	}
	#menu > .collapse > ul > li > a{
		padding: 10px 8px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		position: absolute;
		margin-left: 0 !important;
		padding-bottom: 5px;
		background-color: #fff;
		border: 1px solid rgba(0,0,0,.15);
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		min-width: unset;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #333333;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#menu .dropdown-submenu ul > li:first-child{
		border-top: 1px solid #efefef;
	}
	#menu .dropdown-submenu a.open{
		background-color: #eaeaea;
	}
}


/* NEW 2nd-Level Dropdown CSS START */
.dropdown-submenu{position: relative;}
/* .dropdown-submenu .caret{-webkit-transform: rotate(-90deg); transform: rotate(-90deg);} */
.dropdown-submenu > .dropdown-menu {top:0; left:100%; margin-top:-6px;}
.dropdown-submenu.open > a:after{border-left-color:#fff;}
.dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {display: block;}
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color: #f6f6f6;}
.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#333;}
.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 30px;}
@media screen and (min-width:992px){
    .dropdown-submenu .dropdown-menu{margin-bottom: 2px;}
    .navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 25px;}
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
}
/* NEW 2nd-Level Dropdown CSS END */





/* swiper */
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet:hover {
	background: #ba7bb2;
}
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active:hover {
	background: #800870;
}
.swiper-pagination .swiper-pagination-bullet:hover {
	box-shadow: 0 0 0px 2px #fff, 0 0 0px 3px #ba7bb2;
}
.swiper-viewport {
	border: 0!important;
	box-shadow: none!important;
	margin-bottom: 20px!important;
}
.swiper-viewport .swiper-container {
	box-shadow: 5px 5px 16px -2px #000000;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before {
	color: #800870;
}
.swiper-viewport .swiper-pager {
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.swiper-viewport:hover .swiper-button-next:hover,
.swiper-viewport:hover .swiper-button-prev:hover {
	opacity: 1;
}

/* Featured product */

#product-product .product-thumb > .button-group button:nth-child(2),
#product-product .product-thumb > .button-group button:nth-child(3),
#common-home .product-layout > .product-thumb > .button-group button:nth-child(2),
#common-home .product-layout > .product-thumb > .button-group button:nth-child(3) {
	display:none;
}
#product-product .product-thumb > .button-group button:nth-child(1),
#common-home .product-layout > .product-thumb > .button-group button:nth-child(1) {
	width:100%;
}
#product-product .product-thumb > .button-group button:nth-child(1) > span,
#common-home .product-layout > .product-thumb > .button-group button:nth-child(1) > span {
	display: inline!important;
}

#product-product .product-thumb > .button-group .disabled,
#common-home .product-layout > .product-thumb > .button-group .disabled {
	cursor: default;
	pointer-events: none;
	background-color: #f2d37e;

}

#common-home #content > h3 {
	text-align: center;
	margin-bottom: 20px;
}

#common-home #content > .row {
	text-align: center;
}

#common-home .product-layout {
	float: none;
	text-align: left;
	display: inline-block;

	/* Több, mint 8 termék esetén: */
	width: 24%;
}
#common-home .product-layout .caption,
#product-product .product-thumb .caption,
#product-category .product-thumb .caption{
	padding: 0 5px;
	text-align: center;
}
#common-home .product-layout .caption h4,
#product-product .product-thumb .caption h4,
#product-category .product-thumb .caption h4{
	font-size: 18px;
}
@media (max-width: 991px) {
	#common-home .product-layout{
		width: 49%;
	}
}
@media (max-width: 500px){

	#common-home .product-layout .caption h4,
	#product-product .product-thumb .caption h4,
	#product-category .product-layout .caption h4 {
		font-size: 16px;
		word-break: break-word;
		margin: 5px;
	}

	#common-home .product-row .product-layout,
	#product-category .product-row .product-layout{
		padding-right: 5px;
		padding-left: 5px;
	}
	#common-home .product-row .product-layout .product-thumb,
	#product-category .product-row .product-layout .product-thumb {
		margin-bottom: 10px;
	}
	#common-home .product-row .product-layout .product-thumb .price,
	#product-category .product-row .product-layout .product-thumb .price{
		margin-bottom: 0px;
	}
}

@media (max-width: 350px){

	#common-home .product-layout .caption h4,
	#product-product .product-thumb .caption h4,
	#product-category .product-layout .caption h4 {
	font-size: 15px;
	}
}

/* content */
#content {
	min-height: 600px;
	font-size: 14px;
}
#content .nav-tabs,
#content .tab-content {
	font-size: 16px;
	line-height: 1.4em;
}

/* Checkout cart */
#checkout-cart tr.product td {
	vertical-align: middle;
}
#checkout-cart table.checkout-cart-total {
	width: auto;
	margin-left: auto;
}
#checkout-cart .total-total {
	display: none;
}
#checkout-cart .cart-content-button-group {
	display: grid;
	grid-template-columns: 1fr 360px;
	row-gap: 10px;
}
#checkout-cart .cart-content-checkout-button-group {
	display: grid;
	grid-template-columns: 1fr auto;
}
#checkout-cart .cart-content-button-group .ccbd-continue {
	text-align: left;
}
#checkout-cart .cart-content-button-group .ccbd-checkout {
	padding-left: 10px;
	text-align: center;
}
#checkout-cart .cart-content-button-group .ccbd-checkout .btn {
	width: 100%;
}
#checkout-cart .cart-content-button-group .AmazonPayButton {
	padding-left: 10px;
	text-align: right;
}
#checkout-cart .cart-content-button-group .AmazonPayButton img {
	max-height: 42px!important;
}
@media (min-width:512px) and (max-width: 580px) {
	#checkout-cart .cart-content-button-group {
		grid-template-columns: auto 1fr auto;
	}
}
@media (max-width: 511px) {
	#checkout-cart .cart-content-button-group {
		grid-template-columns: 1fr auto;
	}
	#checkout-cart .cart-content-button-group .cart-content-button-div .btn {
		width: 100%;
	}
	#checkout-cart .cart-content-button-group .ccbd-continue {
		grid-column-end: span 2;
	}
	#checkout-cart .cart-content-button-group .ccbd-checkout {
		padding-left: 0;
	}
}

/* Checkout */
#collapse-checkout-confirm form {
	text-align: right;
}

/* Checkout Faliure (eg. payment faliure) */
.poc_container .breadcrumb+.poc_alert-danger {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	white-space: pre-line;
}

/* Payment terms on checkout */
.payment-terms {
	margin-left: 20px;
	color: #000;
}
.payment-terms-detail {
	margin-top: 5px;
	font-size: 75%;
}
/* footer */
footer {
	margin-top: 30px;
	overflow: hidden;
}
footer .row{
	padding: 10px 0;
}
.footer-payment-provider-list {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

	margin-bottom: -3vw;
	padding: 10px 0;

	font-size: 14px;
	font-weight: 500;
}
.footer-payment-provider {
	padding: 10px 0;
	display: inline-block;
	text-align: center;
}
.footer-payment-provider img {
	vertical-align: unset;
	max-width: 100%;
	height: auto;
	max-height: 44px;
}
.footer-info {
	background-color: #303030;
	color: #e2e2e2;
	padding: 10px 0;
	font-size: 15px;
	padding-bottom: 60px;
}
.footer-info a {
	color: #ccc;
}
.footer-info a:hover {
	color: #fff;
}
.footer-info .footer-link-div{
	display: inline-block;
	transition: transform .2s;
	margin: 0px 10px 6px 10px;
}
.footer-info .footer-link-div:hover{
	transform: scale(1.2);
    transform-origin: 50% 50%;
}
.footer-info .footer-linkek i {
	font-size: 30px;
}
footer .links p{
	font-size: 16px;
}
footer .links a {
    white-space: nowrap;
}
footer .social-section{
	text-align: center;
}
footer .social-section .fa{
	font-size: 35px;
}
footer .social-section p{
	margin-left: 5px;
	margin-bottom: 5px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
}
footer .footer-info h5 {
	color: #fff;
}
footer .copyright p{
	font-size: 19px;
}
footer .links,
footer .copyright,
footer .simple-pay-section,
footer .stripe-section,
footer .amazonpay-section,
footer .paypal-section{
	text-align: center;
}

footer .simple-pay-section {order: 1;}
footer .stripe-section     {order: 3;}
footer .amazonpay-section  {order: 5;}
footer .paypal-section     {order: 7;}

footer .amazonpay-section:not(:has(img)),
footer .paypal-section:not(:has(img)) {
	order: 2;
}

@media (min-width: 768px) {
	footer .row{
		padding: 15px 0;
		display: flex;
    	align-items: center;
	}
	footer .footer-info{
		padding-bottom: 10px;
	}
	footer .social-section{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	footer .social-section,
	footer .simple-pay-section{
		text-align: left;
	}
	footer .links,
	footer .paypal-section{
		text-align: right;
	}
	.footer-payment-provider{
		padding: 5px;
	}
}
@media (max-width: 767px) {
	footer .footer-info .links{
		margin-top:30px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}
	footer .footer-info .links p{
		margin-bottom: 25px;
	}
	footer .amazonpay-section {
		margin-top: 15px;
	}
}
/* Full width container (break out of parent) */
.full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.full-width > .row {
	margin-left: 0;
	margin-right: 0;
}
/* alert */
.alert {
	padding: 8px 35px 8px 15px;
	font-size: 16px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	/* margin: 0px; */
	padding: 0px 0;
	background-color: unset;
}
.breadcrumb i {
	font-size: 15px;
	font-weight: normal;
}
.breadcrumb > li {
	font-size: 14px;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 0px;
}
.breadcrumb > li:last-child {
	font-weight: 500; /* medium */
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: -5px;
	width: 15px;
	height: 15px;
	border-right: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 767px) {
	.breadcrumb > li {
		font-size: 12px;
		padding: 0 10px;
	}
	.breadcrumb > li:after {
		top: 6px;
		width: 8px;
		height: 8px;
	}
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
/*
.btn-primary {
	color: #614909;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f7b80f;
	border-color: transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:active:focus, .btn-primary:focus {
	color: #755a12;
	background-color: #ffd066;
	border-color: transparent;
}
/ * Missing focus and border color to overwrite bootstrap * /
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
*/
.btn-primary,
div.poc_styles button.btn-primary {
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	border-color: transparent;
	color: #614909;
	background-color: #f7b80f;
	outline:none;

	font-weight: 500; /* medium */
	/* text-transform: uppercase; */
	font-size: 16px;

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:active:focus, .btn-primary:focus,
div.poc_styles button.btn-primary:hover {
	color: #755a12;
	background-color: #ffd066;
	border-color: transparent;
	outline:none;
}
.btn-warning {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
/*
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
*/
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	/* border: 1px solid #DDDDDD; */
	/* color: #888888; */
	border: 1px solid #E3CAE0;
	color: #700662;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	/* border: 1px solid #DDDDDD; */
	/* color: #444444; */
	color: #700662;
	background: #eeeeee;
	text-shadow: 0 1px 0 #FFF;
}
.list-group a:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

.product-thumb .image a {
	display: block;
	transition: transform .4s;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	/* box-shadow: 5px 5px 7px -4px #000000; */
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.product-thumb .image {
	text-align: center;
	display: block;
    margin: auto;
    max-width: 100%;
	overflow: hidden;
}
.product-thumb .image a {
    overflow: hidden;
    position: relative;
}
.product-thumb .image a:hover {
	transform: scale(1.05);
    transform-origin: 50% 50%;
}
.product-thumb .image img {
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb .caption {
	padding: 0 20px;
	/* min-height: 50px; */
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.rating .review-tab,
.rating .review-input{
	margin: 0;
}
.rating .review-tab{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 7px;
    padding-bottom: 7px;
}
.rating .review-input{
	margin-bottom: 10px;
}
.star-rating {
    direction: rtl;
    display: inline-block;
    background: #f4f4f4;
    direction: rtl;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 20px;
	margin-left: 15px;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating label {
    color: #bbb;
    padding: 0;
	margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.star-rating label i{
    font-size: 19px;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	margin: 0;
}
@media (max-width: 767px) {
	.product-thumb .price {
		font-size: 16px;
	}
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: hidden;
	padding: 4px 10px 10px 10px;
}
@media (max-width: 380px) {
	.product-thumb .button-group i {
		display: none;
	}
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .caption {
	font-size: 18px
}
.product-thumb .caption h4 {
	font-size: 18px
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #800870;
	color: white;
	line-height: 38px;
	font-weight: 500; /* medium */
	text-align: center;
	font-size: 16px;
	border-radius: 7px;
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.product-thumb .button-group button i{
    font-size: 20px;
    color: white;
	margin-left: 10px;
	margin-top: -6px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	background-color: rgb(82 12 73);
	transform: scale(1.05);
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.product-thumb .button-group button i{
		font-size: 15px;
		margin-top: 0px;
	}
}

#product-product #content .col-sm-4 .btn-group {
	display: none;
}

#product-product a {
	word-break: break-word;
}

#product button.disabled {
	cursor: default;
	pointer-events: none;
	background-color: #f2d37e;
	opacity: 1;
}
.mfp-figure img.mfp-img {
	padding: 20px;
	margin: 40px auto;
	background-color: #fff;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.thumbnails .image-additional .thumbnail{
	border-radius: 7px;
}

/* @media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

.additional-description div[class*="col-"] {
	clear:initial !important;
} */

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
	height: 40px;
}

/* Information page font sizes */
#information-information {
	padding-bottom: 40px;
}
#information-information #content {
	font-size: 16px;
}

#account-login .panel-group {
	background-color: #fff;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	/* margin-left: 15px; */
}

#account-login .well {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
	#account-login .well {
		padding: 0;
	}
}

#account-login label,
#account-login .well {
	font-size: 15px;
}
#account-login .registration h2 {
	margin-top: 0;
}
#account-login .info-contact {
	color: #800870;
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
}
#account-login .info-contact a {
	font-weight: 500;
	color: #800870;
	text-decoration: underline;
}
#account-login .login h2 {
	padding-top: 0!important;
}
#account-login .registration .btn{
	margin: 0px auto;
}
#account-login .registration-tall .btn{
	margin: 20px auto;
}
#account-login .AmazonLoginButton {
	text-align: center;
}
#account-login .AmazonLoginButton img {
	max-height: 47px!important;
}
@media (min-width: 768px) {
	#account-login .info-contact {
		text-align: left;
		border-bottom: unset;
	}
	#account-login .registration h2 {
		margin-top: 20px;
	}
	#account-login .AmazonLoginButton img {
		max-height: 43px!important;
	}
}

#product{
	margin-top: 10px;
}
#product .light-gray-btn {
	transition: all .4s;
	padding-top: 12px;
	color: #595957;
	background-color: #fff;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
    justify-content: center;
}
#product .light-gray-btn i{
	margin-right: 5px;
}
#product .light-gray-btn:hover {
	background-color: rgb(245, 245, 245);
}

#product .phone-btn {
	margin-bottom: 10px;
}

#product .checkout-button-group {
	margin-bottom: 8px;

	display: grid;
	grid-template-columns: auto;
	row-gap: 7px;
}

#product .checkout-button-group .AmazonPayButton {
	text-align: center;
}
#product .checkout-button-group .AmazonPayButton img {
	max-width: 100%;
}

#product .entry-qty2 {
	display: none;
}

#product + .info-contact {
	margin-top: 10px;
}
#product .discounts-disclaimer + .school-btn {
	margin-top: 10px;
}

#product .amazon-sales-info {
	text-align: center;
	font-weight: 500;
	color: #800870;
}

.list-unstyled {
	margin-top: 10px;
	margin-bottom: 0px;
}

@media (max-width: 991px) {
	#product .entry-qty {
		display: none;
	}
	#product .form-group .control-label.entry-qty2 {
		display: block;
		order: 2;
		margin: 0px 15px 0px 5px;
	}
}
@media (max-width: 767px) {
	#product {
		margin-bottom: 10px;
	}
	.list-unstyled {
		color: #595957;
	}
	#product .group1 {
		display: flex;
		align-items: center;
		color: black;
	}
	#product .group2 {
		display: flex;
		flex-direction: column;
	}
	#product .group2 .phone-button{
		padding: 8px 12px;
	}
	#product #button-cart {
		order: 3;
		padding: 8px 12px;
	}
	#product .form-group #input-quantity {
		order: 1;
		height: 39px!important;
		/* margin-right: 4px; */
	}
	/* Áthelyezve a "max-width: 991px" szekcióba, lásd feljebb!
	#product .entry-qty {
		display: none;
	}
	#product .form-group .control-label.entry-qty2 {
		display: block;
		order: 2;
		margin: 0px 15px 0px 5px;
	}
	*/
	#product .separator {
		width: 1px;
		height: 22px;
		background: #8f8f8f;
		margin: 0px 5px;
	}
	#product .phone-button {
		margin: 0px;
		background: white;
	}
	#product .form-group {
		display: flex;
		align-items: center;
		margin-bottom: 0;
		flex-wrap: wrap;
		flex-direction: column;
	}
	/* #product .form-group>div {
		margin: 5px 0px;
	} */
	#product .form-group .control-label {
		margin: 0px 0px;
	}
	#product .form-group #input-quantity {
		max-width: 30px;
		padding: 0px;
		text-align: center;
	}
	#product br {
		display:none;
	}
	#product button {
		padding: 0px 3px;
		font-size: 16px;
	}
	/* #product-product ~ footer .footer-payment-providers {
		margin-bottom: 52px;
	} */
	#product .group1,
	#product .group2{
		min-width: 100%;
	}
}

/* Floating cart */
/*

@media (max-width: 767px) {
	#product {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 999;
		padding: 6px;
		color: #fff;
		text-align: center;
		width: 100%;
		background: rgb(120,0,102);
		background: linear-gradient(180deg, rgba(120,0,102,1) 0%, rgba(101,13,91,1) 100%);
		width: 190px;
		border-radius: 5px 0px 0px 0px;
	}
	#product .form-group {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	#product .form-group .control-label {
		margin: 0px 0px;
	}
	#product .form-group #input-quantity {
		margin: 0px 10px;
		max-width: 30px;
		padding: 0px;
		height: 25px;
		text-align: center;
	}
	#product br {
		display:none;
	}
	#product button {
		height: 25px;
		padding: 0px 3px;
		width: 90px;
		font-size: 12px;
	}
	#product-product ~ footer .footer-payment-providers {
		margin-bottom: 52px;
	}
}
 */

/* Product page */
#product-product h4{
	font-size: 22px;
}

#product-product ul.thumbnails .image-additional > a{
	background-image: none;
}

#product-product .bevezeto{
	margin-bottom: 10px;
}
#product-product #content .row:first-child > .col-sm-4{
	position: sticky;
	top: 100px;
}
#product-product .info-contact{
	text-align: center;
	color: #666;
}
#product-product .info-contact a{
	font-weight: 500;
	color: #800870;
	text-decoration: underline;
}

#product-product .delivery-info  {
	margin-top: 10px;
	text-align: center;
	text-decoration: underline;
	font-weight: 500;
}

#product-category .discount-list,
#product-product .discount-list {
	--discount-list-margin-top: 10px;
	--discount-list-margin-bottom: 10px;

	font-size: 16px;
	margin-top: var(--discount-list-margin-top);
}

#product-category .discount-list .discount-title ,
#product-product .discount-list .discount-title  {
	font-weight: 500;
	margin-bottom: 0;
}

#product-category .discount-list ul,
#product-product .discount-list ul {
	margin-bottom: var(--discount-list-margin-bottom);
}

#product-category .discount-list ul.custom-icon-fa-cut,
#product-product .discount-list ul.custom-icon-fa-cut {
	list-style: none;
}

#product-category .discount-list ul.custom-icon-fa-cut li,
#product-product .discount-list ul.custom-icon-fa-cut li {
	position: relative;
}

#product-category .discount-list ul.custom-icon-fa-cut li:before,
#product-product .discount-list ul.custom-icon-fa-cut li:before {
	content: "\f0c4";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	position: absolute;
	left: -25px;
}

#product-category .discount-list .old-price,
#product-product .discount-list .old-price {
	color: #999;
	text-decoration: line-through;
}

#product-category .discount-list .new-price,
#product-product .discount-list .new-price {
	font-weight: 500;
}

#product-category .discount-list + .discount-list,
#product-product .discount-list + .discount-list {
	margin-top: calc(-1 * var(--discount-list-margin-bottom));
}

#product-product .rating  {
	margin-top: 10px;
	text-align: center;
}

#product-category .discounts-disclaimer,
#product-product .discounts-disclaimer {
	margin-top: 10px;
	font-size: 14px;
}
#product-product .discounts-disclaimer {
	text-align: center;
}

#information-information .highlight,
#product-category .highlight,
#product-product .highlight{
	color: #800870;
}

#product-product #content > .row:first-child .product-card .main-image img{
	transition: transform .4s;
}

#product-product #content > .row:first-child .product-card .main-image img:hover{
	transform: scale(1.05);
    transform-origin: 50% 50%;
}

#product-product #content > .row:first-child .product-card .price-info-list ul {
	list-style: initial;
}

#product-product #content > .row:first-child .product-card .price-info-list li::marker{
	color: #800870;
	font-size: 17px;
}

#product-product #content > .row:first-child .product-card h1{
	margin-top: 0;
}
#product-product #content > .row:first-child .product-card h2{
	margin-top: 0;
}
#product-product #content > .row:first-child .product-card #external-intro-container div{
	font-size: 16px;
	text-align: justify;
	line-height: 1.4em;
}

#product-product .product-price-section{
	text-align: center;
	margin-top: 10px;
	padding: 13px 0px 11px 0px;
}

#product-product .product-price-section .product-price{
	font-size: 34px;
	color: #800870;
	font-weight: 500;
	/* margin-right: 8px; */
}
#product-product .fix-shipping-price{
	color: #666;
	font-weight: 400;
	font-size: 16px;
	/* margin-right: 8px; */
}

#product-product .product-price-title,
#product-product .product-price-delivery {
	font-size: 16px;
}
#product-product .product-price-title {
	color: #800870;
	margin-bottom: 0px;
}
#product-product .product-price-delivery {
	display: block;
    margin-top: 19px;
}

#product-product #content > .container > .row:first-child .product-card{
	padding-bottom: 15px;
}

#product-product #content > .container > .row:first-child .product-card #product .fa{
	font-size: 20px;
	margin-right: 8px;
}

#product-product #content > .container > .row:first-child .product-card #product .btn{
	padding: 8px 10px;
}

#product-product #content > .container > .row:first-child .product-card #product .group1 {
	display: flex;
	align-items: center;
}
#product-product #content > .container > .row:first-child .product-card #product .group1 .entry-qty{
	margin-top: 6px;
	order: 2;
	margin: 0px 20px 0px 5px;
}
#product-product #content > .container > .row:first-child .product-card #product .group1 #input-quantity{
	max-width: 45px;
	height: 43px;
	text-align: center;
	order: 1;
}
#product-product #content > .container > .row:first-child .product-card #product .group1 #button-cart{
	order: 3;
	transition: all .4s;
}

#product-product #content > .container > .row:first-child .product-card #product .group-wiretransfer {
	margin-top: 10px;
	text-align: center;
}
#product-product #content > .container > .row:first-child .product-card #product .group-wiretransfer .link-want-to-pay-with-wire-transfer:hover {
    color: #800870;
	background-color: rgba(0, 0, 0, 0.05);
}

#product-product #content > .container > .row:first-child .product-card #product .group2{
	margin-top: 10px;
}

#product-product .other-products-section{
	background: #f4f4f4;
    position: relative;
	padding: 0px 0 20px 0;
}

#product-product .other-products-section .product-thumb{
	background-color: #fff;
}

#product-product ul.nav li a {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	transition: all .2s;
}

#product-product ul.nav :not(.active) a:hover {
	background-color: #f4f4f4;
}

#product-product ul.nav .active > a {
	border-top: 3px solid #800870;
}

#product-product #tab-review table {
	border-collapse: separate;
	border-left: 4px solid #800870;
	border-radius: 7px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#product-product #tab-review table tbody{

}

#product-product #tab-review table tbody tr{
	background-color: unset;
}
#product-product #tab-review table tbody tr:first-child{
	background-color: #f4f4f4;
}
#product-product #tab-review table tbody tr > td{
	border: unset;
}
#product-product #tab-review table tbody tr > td .fa{
	font-size: 25px;
	color: #E69500;
}
#product-product #tab-review table tbody tr > td .fa-stack{
	width: 1.5em;
	height: 1.5em;
}

#product-product #tab-review #form-review{
	margin-bottom: 30px;
}

#product-product #tab-review .pagination{

}
#product-product #tab-review .pagination .active > span{
	background-color: #800870;
	border-color: #800870;
}
#product-product #tab-review .pagination li > a{
	color: #800870;
	transition: all .2s;
}

#product-product #tab-review textarea{
	max-width: 100%;
}

#product-product #tab-review .buttons button{
	color: white;
    background-color: #800870;
    transition: all .4s;
}
#product-product #tab-review .buttons button:hover{
	background-color: rgb(82 12 73);
    transform: scale(1.05);
    cursor: pointer;
}
#product-product .product-title{
	margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px){
	#product-product .product-card .product-price-section{
		display: flex;
		flex-direction: column;
	}
	#product-product .product-card .product-price-section .product-price-delivery{
		margin-top: 6px;
	}
}

@media (max-width: 767px) {
	#product-product #content > .container {
		padding: 0;
	}
	#product-product #content > .container > .row:first-child{
		display: flex;
		flex-wrap: wrap-reverse;
	}
	#product-product #content > .container > .row:first-child .christmas-message-container {
		order:10;
	}
	#product-product #content > .container > .row:first-child .product-card{
		margin-bottom: 10px;
		position: unset!important;
		top: unset!important;
	}
	#product-product .info-contact {
		text-align: center;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 6px 0;
	}

	#product-product #content > .container > .row:first-child .product-card h1.product-title {
		font-size: 30px;
		margin-top: 0;
	}
	#product-product #content > .container > .row:first-child .product-card div.product-price-section {
		font-size: 23px;
	}
	#product-product .other-products {
		padding: 0px 10px;
	}

	#product-product .other-products > div {
		padding: 0px 5px;
	}
	#product-product .other-products-section{
		padding: 0px 0 20px 0;
	}
}

.other-products .product-thumb .button-group .fa {
	font-size: 20px;
}

.other-products .product-thumb .button-group button {
	color: white;
    background-color: #800870;
	transition: all .4s;
}
.other-products .product-thumb .button-group button:hover{
	background-color: rgb(82 12 73);
}

.product-description{
	text-align: justify;
}
.product-description > ul.thumbnails,
.product-card ul.thumbnails{
	display: flex;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.product-description{
		width: 100%;
	}
	.product-description > ul.thumbnails .image-additional:not(:first-child),
	.product-card ul.thumbnails .image-additional:not(:first-child){
		margin-left: 5px;
	}
}

.product-description .highlight{
	font-weight: 500;
	color: #800870;
}

.product-description .aprobetus {
    font-size: 80%;
    margin: -6px 0 6px 0;
}

.product-description .panel .panel-heading{
	display: block;
	color: #800870;
    background-color: #E3CAE0;
    border-color: #ad90aa;
}

.product-description .panel .panel-body{
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.product-description .tartalom-section a:hover {
	text-decoration: underline;
}
.product-description .tartalom-section .panel-body {
    padding: 15px min(15px, 1vw);
}
.product-description .tartalom-section ol{
	column-count: 2;
	column-gap: 20px;
    padding-inline-start: 2em;
	text-align: left;
}
.product-description .tartalom-section ol li{
	width: 87%;
}
.product-description .tartalom-section ol li::marker{
	font-weight: 500;
	color: #800870;
}
@media (min-width: 768px) {
	.product-description .tartalom-section ol{
		column-count: 3;
	}
}

.video-box{
	width: 100%;
    position: relative;
	margin-bottom: 20px;
}
.video-box .video-content{
	padding-bottom: 56.25%;
}
.video-box .video-content iframe,
.video-box .video-content .iframe,
.video-box .video-content .video,
.video-box .video-content .plyr {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	border-radius: 7px;
}

.product-description .ingyenes-teszt p a{
	color: #800870;
	font-weight: 500;
}
.product-description .ingyenes-teszt div.aloldal-tesztoldal-gomb{
	text-align: center;
	margin: 15px 0px 20px 0px;
}
.product-description .ingyenes-teszt div.aloldal-tesztoldal-gomb a{
	text-decoration: none;
}
@media (min-width: 500px) {
	.product-description div.tesztoldal{
		width: 49%;
		display: inline-block;
	}
}
.product-description .ingyenes-teszt p a:hover{
	text-decoration: underline;
}
.product-description .ingyenes-teszt .kep-link{
	text-align: center;
	display: block;
}
.product-description .ingyenes-teszt .kep-link img{
	transition: transform .4s;
	max-width: 100%;
	height: auto;
}
.product-description .ingyenes-teszt .kep-link img:hover{
	transform: scale(1.05);
    transform-origin: 50% 50%;
}
.additional-description {
	font-size: 16px;
	text-align: justify;
	line-height: 1.4em;
	margin-top: 10px;
}
.additional-description > h2 {
	margin-bottom: 0px;
}
.additional-description .lecke-cim {
	margin-bottom: 6px;
	color: #800870;
}
.additional-description .lecke-alcim {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 400;
}
.additional-description ul{
	margin-bottom: 20px;
}

.additional-description ul li::marker{
	color: #800870;
	font-size: 17px;
}

#product-product .discount-info .discount-button,
#product-category .discount-info .discount-button {
	background: none!important;
    border: none;
    padding: 0!important;
	font-family: 'Bangers', cursive;
	font-weight: 500;
    color: #800870;
	font-size: 20px;
    /* text-decoration: underline; */
}

.discount-info {
	font-size: 16px;
}

.discount-info a,
.discount-info a:hover,
.discount-info a:visited {
	color: inherit;
	font-weight: 500;
	text-decoration: underline;
}

.custom-banner .discount-info .discount-button {
	background: none!important;
    border: none;
    padding: 0!important;
	font-family: 'Bangers', cursive;
	font-weight: 500;
    color: #fff;
	font-size: 20px;
    /* text-decoration: underline; */
}

.custom-banner .discount-info {
	display: flex;
    justify-content: center;
	margin-top: 10px;
}

@media (max-width: 767px) {
	#product-category .discount-info{
		margin-bottom: 15px;
	}
}

#product-product .discount-info .discount-button .blinking,
#product-category .discount-info .discount-button .blinking{
	-webkit-animation-name:flash;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:steps(2, jump-none);
    -webkit-animation-direction:alternate;
}

#product-product .product-out-of-stock-group {
	text-align: center;
	line-height: 1.2;
}
#product-product .product-out-of-stock-group .product-out-of-stock-message {
	font-size: 34px;
	color: #000;
	font-weight: 500;
}

@-webkit-keyframes flash  {
	from {
	   color:#b52aa0;
	}

	to {
	   color:#efab00;
	}

 }

 .custom-banner .discount-info .discount-button .blinking{
	-webkit-animation-name:flashtwo;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:steps(2, jump-none);
    -webkit-animation-direction:alternate;
}

@-webkit-keyframes flashtwo  {
	from {
	   color:#fff;
	}

	to {
	   color:#efab00;
	}

 }


 #product-product .discount-info .discount-button i,
 #product-category .discount-info .discount-button i{
	-webkit-animation-name:flashi;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:steps(2, jump-none);
    -webkit-animation-direction:alternate;
 }

 @-webkit-keyframes flashi  {
	from {
	   color:#800870;
	}

	to {
	   color:#efab00;
	}

 }

 .custom-banner .discount-info .discount-button i{
	-webkit-animation-name:flashitwo;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:steps(2, jump-none);
    -webkit-animation-direction:alternate;
 }

 @-webkit-keyframes flashitwo  {
	from {
	   color:#fff;
	}

	to {
	   color:#efab00;
	}

 }

#product-product .discount-info .discount-button i,
#product-category .discount-info .discount-button i,
 .custom-banner .discount-info .discount-button i{
	font-size: 24px;
	padding-right: 10px;
}

#discount_modal {
	font-family: 'Roboto', sans-serif;
	color: #666666;
	font-size: 16px
}

#discount_modal span{
	color: #ec1b5e;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-style: italic;
}

#discount_modal .modal-header {
	background-color: #fcbd0f;
	border-bottom: 1px solid #9e5e26;
}

#discount_modal h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

#discount_modal ul{
	line-height: 2;
	margin-left: -20px;
}

#discount_modal .modal-footer {
    padding: 1px;
    text-align: right;
	border-top: none;
}

#discount_modal .modal-footer .btn-discount-popup{
	color: #fff;
    background-color: #800870!important;
	background-image: none;
    border-color: #800870;
	margin-right: 30px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}

#product-product .discount-info{
	text-align: center;
}

/* Fizetés és szállítás */
#information-information .discount-list .discount-title {
	font-size: 18px;
	font-weight: 500;
 }

#information-information .discounts-disclaimer {
	font-size: 14px;
}

#information-information .discount-list ul.custom-icon-fa-cut {
	list-style: none;
}

#information-information .discount-list ul.custom-icon-fa-cut li {
	position: relative;
}

#information-information .discount-list ul.custom-icon-fa-cut li:before {
	content: "\f0c4";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	position: absolute;
	left: -25px;
}

#information-information .old-price {
	color: #999;
	text-decoration: line-through;
	white-space: nowrap;
}

#information-information .new-price {
	font-weight: 500;
	white-space: nowrap;
}



/* Próbáld ki */
#information-information .example-section .card{
	border: 1px solid #ddd;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
#information-information .example-section .card img{
	padding: 5px 10px;
	transition: transform .4s;
}

#information-information .example-section .card img:hover{
	transform: scale(1.05);
    transform-origin: 50% 50%;
}

#information-information .example-section .link-section{
	padding: 8px 3px;
	margin: 0px;
	background-color: #800870;
}
#information-information .example-section .link-section a{
	color: white;
}
#information-information .example-section .link-section a:hover{
	text-decoration: underline;
}

#information-information .example-section .item{
	padding: 10px 15px;
}
#information-information .example-section .item p:last-child{
	text-align: center;
}
@media (min-width: 768px){
	.example-section{
		justify-content: left;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px){
	.example-section{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.example-section .item{
		padding: 5px!important;
	}
}

/* Accordion Panel */
.accordion-panel .panel .panel-heading{
	display: block;
	color: #800870;
    background-color: #E3CAE0;
    border-color: #ad90aa;
}
.accordion-panel .panel-title:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
	font-size: 18px;
}
.accordion-panel a.collapsed .panel-title:before {
    float: right !important;
    content: "\f067";
}

/* information-contact */
#information-contact .text-contact {
	font-size: 28px;
}

/* account-register */
#account-register h1 {
	margin-top: 0;
	font-size: 22px;
}
#account-register form .buttons > .pull-right {
	display: grid;
	width: 100%;
	grid-template-rows: auto auto;
	justify-content: center;
}
#account-register form .buttons > .pull-right .text-agree-text {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
	padding-left: 7px;
}
#account-register form .buttons > .pull-right input[type="checkbox"] {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1;
}
#account-register form .buttons > .pull-right input[type="submit"] {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 2;
	margin: 0 auto;
	margin-top: 15px;
}
@media (max-width: 767px) {
	#account-register legend{
		display: none;
	}
	#account-register h1 {
		text-align: center;
	}
}

#checkout-checkout .agree-input,
#account-register form .buttons .agree-input{
	display: flex;
    flex-direction: row-reverse;
	margin-bottom: 7px;
	align-items: flex-start;
}
#checkout-checkout .agree-input .text-agree-text,
#account-register form .buttons .agree-input .text-agree-text{
	flex: 2;
}
#checkout-checkout .agree-input .text-agree-text,
#account-register form .buttons .agree-input .text-agree-text{
	padding-left: 4px;
}
#account-register form .newsletter-group{
	margin: 10px 0;
}
#account-register form .newsletter-group > label{
	padding-right: 12px;
	margin: 0;
}
#account-register form .fieldset-recaptcha{
	margin-top: 40px;
}

/* @media (min-width: 992px) {
	#account-register form .buttons > .pull-right{
		grid-template-columns: 20px 100%;
	}
	#account-register form .buttons > .pull-right .text-agree-text {
		padding: 0;
	}
} */

.checkbox-alert{
	background: #fcf1f1;
    box-shadow: 0px 0px 5px #a94442;
    border: 1px solid #a94442;
    border-radius: 4px;
    padding-left: 4px;
	-webkit-animation: errorShadowBlink 1.5s linear infinite;
    -moz-animation: errorShadowBlink 1.5s linear infinite;
    -ms-animation: errorShadowBlink 1.5s linear infinite;
    -o-animation: errorShadowBlink 1.5s linear infinite;
    animation: errorShadowBlink 1.5s linear infinite;
}

/* CUSTOM ICON AND ANIMATE BUTTON*/

#common-home .animated-button,
#product-category .animated-button{
	transition: all .4s;
}
#common-home .animated-button.animate,
#product-category .animated-button.animate{
	transform: scale(1.1);
}

.rolunk-row > h1{
	margin-top: 0px;
}
.rolunk-section{
	display: flex;
	flex-wrap: wrap;
}
.rolunk-section .rolunk-kartyak{
	margin: 10px 0px;
}
.rolunk-section .rolunk-kartya{
	height: 100%;
	background-color: white;
	border-radius: 4px;
	-webkit-box-shadow:  0px 2px 15px rgb(0 0 0 / 10%);
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.rolunk-section .rolunk-kartyak img{
	border-radius: 50%!important;
}
.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-container, .front {
	width: 100%;
	/* height: 420px; */
	border-radius: 4px;
}
.card .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-repeat: no-repeat;
    background-position: center center;
}
.card .user{
    border-radius: 50%;
    display: block;
    height: 150px;
    margin: -70px auto 0;
    overflow: hidden;
    width: 150px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 10px;
}
.card .content .main {
    min-height: 110px;
}
.card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    /* text-transform: capitalize; */
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 10px;
}
.card .header {
    padding: 15px 20px;
    height: 90px;
}
.card .motto{
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

@media (max-width: 500px) {
	.rolunk-kartyak{
		width: 100%;
	}
}

.slideshow-video video{
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	border-radius: 7px;
}

@media (min-width: 992px) {
	.slideshow-video{
		max-width: 77%;
		margin: auto;
	}
	.swiper-viewport{
		width: 77%!important;
		margin: 0 auto 20px!important;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	div.swiper-slide {
		height: 164px;
	}
}
@media (min-width: 1200px){
	div.swiper-slide {
		height: 200px;
	}
}

/* Temporary notification under video */
.notification-under-video{
	text-align: center;
	margin: 10px auto 20px auto;
}

@media (min-width: 992px) {
	.notification-under-video {
		width: 77%!important;
	}
}

/* product-category */
#product-category aside#column-left{
	position: sticky;
	top: 115px;
	padding-top: 10px;
}
#product-category aside#column-left a{
	font-size: 14px;
}
#product-category aside#column-left .list-group{
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
#product-category aside#column-left .list-group a.active{
	border-color: unset;
}

#product-category .product-layout .caption{
	min-height: unset;
}

#product-category .limit-section,
#product-category .sort-section{
	float: right;
}

#product-category .product-thumb{
	background: white;
}

#product-category .product-thumb .caption h3{
	font-size: 16px!important;
	min-height: unset;
	margin-top: 10px;
}

#product-category .product-thumb .price {
	font-size: 20px;
	/* padding: 5px 0; */
	margin-bottom: 0;
}

#product-category .product-thumb div.button-group button {
	font-size: 16px;
	width: 100%;
}

#product-category .product-row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding-top: 15px;
}

#product-category .product-section{
	background: #f4f4f4;
    position: relative;
    padding: 20px 0 15px 0;
}
@media (min-width: 768px){
	#product-category .product-section{
		padding: 0px 0 15px 0;
	}
	#product-category .product-thumb .price {
		padding: 5px 0;
	}
}

#product-category .first-section {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#product-category .first-section .intro-list{
	padding-right: 20px;
	max-width: 40%
}
#product-category .first-section .intro-list .list-group-item{
	box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
	border-radius: 7px;
	margin: 7px 0;
	transition: all .4s;
}
#product-category .first-section .intro-list .list-group-item.active{
	border-color: #800870;
	text-shadow: unset;
}
#product-category .first-section video{
	max-width: 60%!important;
}

@media (min-width: 500px) and (max-width: 767px) {
	#product-category .product-layout {
		width: 50%;
	}
}

@media (max-width: 767px){
	#product-category #content > .container{
		padding: 0;
	}
	#product-category .product-row {
		padding: 0 15px;
	}
	#product-category .first-section .intro-list{
		max-width: 100%;
	}
	#product-category .category-list{
		display: none;
	}
	#product-category .first-section {
		display: block;
	}
	#product-category .first-section video{
		max-width: 100%!important;
	}
}

/* OTHER-PRODUCTS SECTION */
@media (max-width: 500px){
	.other-products .product-thumb .caption > h4 ,
	#common-home .product-thumb .caption > h4,
	#product-category .product-thumb .caption > h3{
		min-height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 5px;
	}
}


/* ISMERD MEG */
.flex-center-div{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.flex-center-div .kreativ{
	min-width: 40%;
	max-width: 40%;
}
@media (max-width: 767px){
	.flex-center-div{
		flex-direction: column;
	}
	.flex-center-div .kreativ{
		min-width: none;
		max-width: none;
		width: 100%;
	}
}

.panel-body .highlight.link:hover {
	cursor: pointer;
}
.sticky-header-panel .sticky-collapse{
	display: block;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 115px;
	z-index: 9;
}


#information-information .try-it .panel-group .panel .panel-body {
	text-align: left;
}

.try-it .panel-group .panel > a:not(.collapsed) {
    background-color: #E3CAE0;
}
.try-it .panel-group-try-it .panel:not(.try-it-older-devices) ul {
	list-style: none;
	margin-bottom: 0;
}
.try-it .panel-group-try-it .panel:not(.try-it-older-devices) li {
	padding: 20px 30px 20px 55px;
	margin-bottom: 10px;
	background-color: #eee;
	border-radius: 5px;
	position: relative;
}
.try-it .panel-group-try-it .panel:not(.try-it-older-devices) li:last-child {
	margin-bottom: 0;
}
.try-it .panel-group-try-it .panel:not(.try-it-older-devices) .try-it-bullet {
	width: 75px;
	height: auto;
	position: absolute;
	left: -37px;
	top: 0;
	/* top: 50%;
	transform: translateY(-50%); */
}
/* Ikonok kisképernyőn nézetben */
@media (max-width: 626px) {
	.try-it .panel-group-try-it .panel:not(.try-it-older-devices) ul {
		padding-left: 20px;
	}
	.try-it .panel-group-try-it .panel:not(.try-it-older-devices) .try-it-bullet {
		width: 50px;
		left: -25px;
	}
	.try-it .panel-group-try-it .panel:not(.try-it-older-devices) li {
		padding-left: 40px;
	}
}


.try-it .try-it-test-page {
	width: 300px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.try-it-flex {
	display: inline-flex;
	gap: 8px;
	flex-wrap: wrap;
	flex-direction: row;
}
@media (width < 704px) {
	.try-it-flex {
		flex-direction: column;
	}
}
.try-it-flex-item--w-100 {
	width: 100%;
}
.try-it-flex-item--w-auto {
	flex: 0 1 auto;
}

.try-it-container {
    text-align: center;
    margin-bottom: 20px;
}

#information-information .try-it ._content-part-2 .try-it-container {
	text-align: left;
}
@media (width < 704px) {
	#information-information .try-it ._content-part-2 .try-it-container {
		text-align: center;
	}
}
@media (width < 1200px) {
	#product-product .try-it-flex {
		flex-direction: column;
	}
	#product-product ._content-part-2 .try-it-container {
		text-align: center;
	}
}

.try-it-grid {
    display: inline-grid;
	gap: 8px;
	align-items: center;
}


.dl-grid img.play-store-logo,
.dl-grid img.app-store-logo {
	/* Stacked logos */
	width: auto;
	height: 60px;
}
.try-it .try-it-mobile img.play-store-logo,
.try-it .try-it-mobile img.app-store-logo {
	/* Side-by-side logos */
	width: auto;
	height: 65px;
}
#product-product ._content-part-1 .try-it-banner-container {
	display: block;
	text-align: center;
	margin-bottom: 16px;
}
#product-product ._content-part-2 .try-it-banner-container {
	display: none;
}
#information-information .try-it ._content-part-1 .try-it-banner-container {
	display: none;
}
#information-information .try-it ._content-part-2 .try-it-banner-container {
	display: block;
}
.try-it-banner {
	margin-top: 8px;
	max-width: 384px;
}
#information-information .try-it .try-it-banner {
	max-height: 150px;
	max-width: 100%;
}
@media (width < 1200px) {
	.try-it-banner {
		max-height: 150px;
		max-width: 100%;
	}
}

/* Fülek */
body:has(#account-login) .floating-tab__try-it,
body:has(#checkout-cart) .floating-tab__try-it,
body:has(#checkout-checkout) .floating-tab__try-it,
body:has(#common-success) .floating-tab__try-it,
body:has(#error-not-found) .floating-tab__try-it,
body:has([id*="account-"]) .floating-tab__try-it,
body:has(.adatkezeles) .floating-tab__try-it,
body:has(.aszf) .floating-tab__try-it,
body:has(.webshop-aszf) .floating-tab__try-it,
/* body:has(.contact-page) .floating-tab__try-it, */
body:has(.try-it) .floating-tab__try-it {
	display: none;
}
.floating-tab {
	--padding-x: 8px;
	--padding-y: 8px;
	--icon-width: 58px;
	--font-width: 80%;
	--label-width: 16px;

	position: fixed;
    top: calc(min(100vh, 100%) - 200px);
    left: min(100vw, 100%);
	transform: translateX(-100%);
	z-index: 100;

	transition: transform .2s;

	outline: 1px solid #ddd;
	background-color: #e3cae0ad;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    backdrop-filter: blur(4px);
    box-shadow: #00000026 1px 1px 5px;
}
.floating-tab > a,
.floating-tab > a:hover,
.floating-tab > a:active,
.floating-tab > a:focus,
.floating-tab > a:visited {
	text-decoration: none;
	color: #55054b;
}
.floating-tab > a {
	display: block;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	filter: drop-shadow(3px 3px 4px #00000020);
	transition: background-color .2s;
}
html[lang=de] .floating-tab > a {
	/* Több hely a hosszabb szöveg számára */
	padding-top: 10px;
	padding-bottom: 10px;
}
.floating-tab .floating-tab-icon {
	margin: var(--padding-y) calc(var(--padding-x) + var(--label-width)) var(--padding-y) var(--padding-x);
	width: var(--icon-width);
	height: auto;
}
.floating-tab .floating-tab-label-container {
	position: absolute;
	top: 50%;
	right: 24px;
	pointer-events: none;
}
.floating-tab .floating-tab-label {
	position: absolute;
	top: 100%;
	left: calc(var(--label-width) / 2 + var(--padding-x) / 2);
	font-size: 15px;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%) rotate(270deg);
	transition: transform .2s;
	white-space: nowrap;
	width: auto;
	color: #55054b;
	font-weight: 500;
}
.floating-tab .floating-tab-affix {
	transform: translateX(calc(var(--padding-x) + var(--gap)));
	transition: transform .2s;
}

/* Store logók kisképernyőn */
@media (max-width: 626px) {
	.try-it .try-it-mobile img.play-store-logo {
		width: 200px;
		height: auto;
	}
	.try-it .try-it-mobile img.app-store-logo {
		width: 200px;
		height: auto;
	}
	.try-it .try-it-mobile .try-it-flex.dl-flex {
		flex-direction: column;
	}
}
@media (max-width: 590px) {
	.try-it-grid.dl-grid {
		display: flex;
		flex-direction: column;
	}

	.dl-grid .dgc3,
	.dl-grid .dgc4 {
		order: 1;
	}

	.dl-grid .dgc2 {
		order: 2;
	}
}

.try-it .mobile-screenshot__portrait {
	width: 100%;
	max-width: 500px;
}

.dl-grid {
	grid-template-columns: auto 1fr;
    grid-template-rows: repeat(3, auto);
}
.dl-grid .dgc1 {
    grid-column: span 2 / span 2;
}
.dl-grid .dgc2 {
    grid-row: span 2 / span 2;
    grid-row-start: 2;
}
.dl-grid .dgc3 {
    grid-row-start: 2;
}
.dl-grid .dgc4 {
    grid-column-start: 2;
    grid-row-start: 3;
}
.dl-grid img.qrcode { width: 150px; }

.try-it .nav-try-list {
	margin-bottom: 10px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	z-index: 50;
	top: 0px;
	background-color: white;
	border: 1px solid #ddd;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.try-it .nav-try-list li>a{
	margin-bottom: 0px;
	transition: all 0.2s ease-out;
	border-radius: 0;
}
.try-it .nav-try-list li.active>a{
	background-color: #E3CAE0;
    color: #800870;
}
@media (max-width: 767px){
	.try-it .nav-try-list{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		z-index: 100;
	}
	.try-it .nav-try-list li{
		/* width: calc(100% / 3); */
		flex: 1;
	}
	.try-it .try-it-content .item a>span.title{
		font-size: 14px;
	}
}
@media (max-width: 500px){
	.try-it .nav-try-list li a{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
	}
	.try-it .nav-try-list li img{
		margin-bottom: 6px;
		border-radius: 0!important;
	}
}

#try-it-modal {
	--padding: 4vw;
	--modal-bg-color: #fff;
	width: 100vw;
	height: 100vh;
    background: transparent;
    position: fixed;
}
#try-it-modal__image-container {
    position: fixed;
    top: 50vh;
    left: 50vw;
	transform: translate(-50%, -50%);
}
#try-it-modal__image-container img {
	background-color: var(--modal-bg-color);
	border: var(--modal-bg-color) var(--padding) solid;
	width: calc(100vw - var(--padding)*2);
	height: auto;
}
.try-it-modal__close,
.try-it-modal__footer {
	position: fixed;
	background-color: #00000033;
	backdrop-filter: blur(4px);
	color: #fff;
}
.try-it-modal__close {
	top: 0;
	right: 0;
	padding: 10px;
	animation: slide-in__downwards 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.try-it-modal__close .fa {
	font-size: 35px;
}
.try-it-modal__footer {
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	pointer-events: none;
	animation: slide-in__upwards 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes slide-in__downwards {
  0%   { transform: translateY(-200%); }
  100% { transform: translateY(0); }
}
@keyframes slide-in__upwards {
  0%   { transform: translateY(200%); }
  100% { transform: translateY(0); }
}

/* Contact-page */
[lang=pl] #information-information #content:has(.contact-page) > h2:first-child {
	/* A lengyel Kapcsolat oldalon a "Kapcsolat" cím elrejtése */
    display: none;
}

.contactinfo-single{
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.contactinfo-single .icon-box {
	min-width: 50px;
}

.contactinfo-single .content {
	word-break: break-word;
}

.contactinfo-single p{
	margin: 0;
}
.contactinfo-single p:first-child{
	margin-bottom: 3px;
}

.contactinfo-single .icon-box .fa{
	font-size: 25px;
	color: #800870;
	/* margin-top: 10px; */
}

.social-block .icon-box .fa{
	margin-top: 0;
}

.iframe-box.kulso {
	width: 100%; /* ez az ablak (vagy befoglaló doboz) méretének 1/3-a */
	position: relative;
}
.iframe-box.belso {
	padding-bottom: 60%;
}
.iframe-box.szoveg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
@media (min-width: 768px){
	.contact-page .icon-cim-leiras{
		margin-top: 20px;
	}

	.contact-page > .row {
		display: flex;
		align-items: center;
	}
}


/* Flex-list */
.flex-list {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 5px;
}
.flex-list img{
	max-height: 50px;
	margin-bottom: 10px;
}
.flex-list .tartalom{
	margin-left: 15px;
}
.flex-list .tartalom h2,
.flex-list .tartalom h3{
	margin: 0px;
}
.icon-cim-leiras hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (min-width: 768px){
	.flex-list img{
		margin-bottom: 0px;
	}
}

/* Custom-alert */
.custom-alert{
	padding: 8px 35px 8px 15px;
	font-size: 16px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

/* Payment method logos */
img.payment-method-logo {
	max-width: 100%;
}

/* Highlight */
.order-result-alert .highlight,
.discounts .highlight,
.try-it .highlight {
	font-size: 16px;
	color: #800870;
}
.try-it .highlight .text-code {
    font-size: 123%;
    font-weight: 500;
    line-height: 22.4px;
    position: relative;
    top: 1px;
}

table.discounts tbody{
	font-size: 14px;
}

/* Rendelés összegzése mobilon való átméretezése */
@media (max-width: 530px){
	#collapse-checkout-confirm .panel-body{
		padding: 0px 15px;
	}
	#collapse-checkout-confirm .panel-body tfoot>tr>td{
		padding: 6px 4px;
	}
}

#collapse-checkout-confirm table.table-checkout-confirm td,
#account-order table.custom-order-info td {
	white-space: normal;
}

#checkout-cart table.table-checkout-cart-totals td:last-child,
#cart table.table-common-cart-totals td:last-child,
#collapse-checkout-confirm table.table-checkout-confirm td:last-child,
#account-order table.custom-order-info td:nth-child(3) {
    white-space: nowrap;
}

table.center{
	margin: auto;
}

table.discounts {
	margin-bottom: 15px;
}


table.discounts td{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

table.discounts-info {
	border: 1px solid rgb(191, 191, 191);
}


.form-control.disabled, fieldset.disabled .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
	pointer-events: none;
}

.form-group.disabled {
    cursor: not-allowed;
    opacity: 1;
}

.form-group.wait {
    cursor: wait;
    opacity: 1;
}

.form-group.disabled .form-control,
.form-group.disabled .material-input,
.form-group.wait .form-control,
.form-group.wait .material-input {
	pointer-events: none;
}
.form-group.disabled .form-control,
.form-group.wait .form-control {
    background-color: #eee;
}
.form-group.disabled .material-input + label,
.form-group.wait .material-input + label {
	opacity: .4;
}

/* STICKY HEADER CONFIG */
header {
	position: sticky;
	top: 0;
	z-index: 101;
	background-color: white;
}
header .menu-container{
	padding: 0px;
	display: block;
}
header .menu-container>.navbar{
	margin-bottom: 10px;
}/* STICKY HEADER CONFIG END */

/* CATEGORY CSS */
#product-category aside,
#product-category #content>h2{
	margin-top: 0px;
}
#product-category #content>h2{
	color: #800870;
	font-size: 30px;
	margin-bottom: 15px;
}
#product-category #content h2{
	margin-top: 0;
}
#product-category #content>h3{
	margin-top: 0px;
}
#product-category #content h4{
	font-size: 22px;
	margin-top: 15px;
}
#product-category #content p{
	font-size: 16px;
    line-height: 1.4em;
}
#product-category #content .first-section {
	margin-bottom: 15px;
}
@media (min-width: 768px){
	#product-category #content .first-section {
		margin-bottom: 20px;
	}
	#product-category #content h4{
		margin-top: 20px;
	}
	#product-category #content h2{
		margin-top: 10px;
	}
}
#product-category #content .category-description{
	text-align: justify;
}
#product-category .subcategories-filter{
	margin-bottom: 10px;
}
#product-category .subcategories-filter h3{
	margin-top: 0px;
}
#product-category .subcategories-filter .btn-custom{
	background-color: #800870;
}
#product-category .subcategories-filter .btn-custom a{
	color: white;
	font-size: 14px;
}
#product-category .subcategories-filter .btn-custom:hover{
	background-color: #630657;
}
@media (max-width: 767px){
	#product-category #content>h2{
		font-size:26px;
	}
}
/* CATEGORY CSS END*/


body{
	background-image: none!important;
}

/* Validation error field */
.text-custom-field-validation-error {
	padding: 2px 0 5px 5px;
	color: #a94442;
}

/* CUSTOM ACCORDION PANEL */

#common-home .panel-group .panel,
#information-information .panel-group .panel,
#product-product .panel-group .panel{
	margin: 15px 0!important;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	border-left: 4px solid #800870;
	border-radius: 7px;
}

#common-home .panel-group .panel > a:not(.collapsed),
#information-information .panel-group .panel > a:not(.collapsed),
#product-product .panel-group .panel > a:not(.collapsed){
	background-color: #E3CAE0;
}


#common-home .panel-group .panel > a,
#information-information .panel-group .panel > a,
#product-product .panel-group .panel > a{
	transition: all .4s;
	display: block;
	background-color: white;
}

#common-home .panel-group .panel > a:hover,
#information-information .panel-group .panel > a:hover,
#product-product .panel-group .panel > a:hover{
	background-color: #E3CAE0;
}

#common-home .panel-group .panel .panel-heading,
#information-information .panel-group .panel .panel-heading,
#product-product .panel-group .panel .panel-heading{
	background-color: unset;
	border-bottom: 1px solid #e3e3e3!important;
	padding: 15px;
	transition: all 0.5s;
	text-align: left;
	color: #000;
}

#common-home .panel-group .panel:first-child .panel-heading,
#information-information .panel-group .panel:first-child .panel-heading,
#product-product .panel-group .panel:first-child .panel-heading{
	border-top: 1px solid #e3e3e3!important;
}

#common-home .panel-group .panel:last-child .panel-heading,
#information-information .panel-group .panel:last-child .panel-heading,
#product-product .panel-group .panel:last-child .panel-heading{
	border-bottom: unset;
}

#common-home .panel-group .panel .panel-body,
#information-information .panel-group .panel .panel-body,
#product-product .panel-group .panel .panel-body{
	border: unset;
	border-bottom: 1px solid #e3e3e3;
	text-align: justify;
}

#common-home .panel-group .panel-title,
#information-information .panel-group .panel-title,
#product-product .panel-group .panel-title{
    font-size: 16px;
}

#common-home .panel-group .panel-title:before,
#information-information .panel-group .panel-title:before,
#product-product .panel-group .panel-title:before{
    float: right !important;
    font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
	line-height: 25px;
	transition: transform 0.4s ease-out;
	margin-top: -4px;
	color: #800870;
	padding: 0px 5px;
}

#common-home .panel-group a.collapsed .panel-title:before,
#information-information .panel-group a.collapsed .panel-title:before,
#product-product .panel-group a.collapsed .panel-title:before{
    float: right !important;
	transform: rotate(180deg);
}

.panel-icon-heading .panel-heading {
	display: flex;
    align-items: center;
}

.panel-icon-heading .panel-heading h4{
	margin-top: 10px;
    margin-left: 5px;
    flex-grow: 1;
}

@media (max-width: 767px){
	.payment-and-shipping .panel .flex-center-div{
		flex-direction: column-reverse;
	}
}


.breadcrumb{
	margin: 5px 0 15px 0;
}

/* Font-size and style */
#common-home h2{
	font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#common-home p{
	font-size: 16px;
    line-height: 1.4em;
}

#common-home .gyakori-kerdesek-section .gyik {
	font-size: 16px;
    line-height: 1.4em;
}
#common-home .gyakori-kerdesek-section .gyik .panel-title {
	font-size: 16px;
}
@media (max-width: 767px){
	#common-home h2{
		font-size: 26px;
		padding: 0 15px;
		margin: 10px 0;
	}
	#common-home p{
		font-size: 16px;
	}
}

@media (max-width: 421px){
	#common-home h2{
		font-size: 20px;
	}
}

#common-home .ismeretszerzes_gombtalan-section p,
#common-home .szorakoztato-tanulas-section p,
#common-home .kiterjesztett_valosag_leiras-section p {
	text-align: justify;
}

.custom-banner .link-group {
	text-align: center;
}
.custom-banner .link-group
	.btn{
	background-color: white;
    color: #800870;
	font-size: 16px;
	transition: all .4s;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	margin: 20px;

}
.custom-banner .link-group .btn:hover{
	background-color: rgb(82 12 73);
	color: white;
    transform: scale(1.05);
    cursor: pointer;
}


/* HOME PAGE BANNER */
.custom-banner{
	/* background: linear-gradient(to right,#35002e,#800870); */
	padding: 50px 0px 0px 0px;
	position: relative;
	background: url('/image/catalog/fooldal/BG-6.webp');
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-banner .row{
	display: flex;
	align-items: center;
	/* flex-direction: row-reverse; */
}

.custom-banner p{
	text-align: justify;
}

.custom-banner video{
	border-radius: 7px;
}

.custom-banner .slideshow-video{
	max-width: 100%;
}

.custom-banner .banner-text h2,
.custom-banner .banner-text h3{
	color:#f7b80f;
	margin: 0;
}

.custom-banner .banner-text h2{
	font-size: 50px;
	margin-bottom: 2px;
}

.custom-banner .banner-text h3{
	font-size: 26px;
	margin-bottom: 30px;
}

.custom-banner .banner-text p{
	color: white;
	font-size: 20px;
	line-height: 1.4em;

}


@media (max-width: 992px) {
	.custom-banner .banner-text h2{
		font-size: 40px;
	}
	.custom-banner .banner-text h3{
		font-size: 18px;
		margin-bottom: 15px!important;
	}
	.custom-banner .banner-text p{
		font-size: 14px;
	}
	.custom-banner .link-group .btn {
		margin: 10px;
	}
}

@media (min-width: 768px){
	.custom-banner{
		padding-bottom: 30px;
	}
}

@media (max-width: 767px){
	.custom-banner {
		padding-top: 15px;
		background: url('/image/catalog/fooldal/BG-6-small.webp');
	}
	.custom-banner .row{
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}

	.custom-banner .home-banner .banner-text {
		display: none;
	}

	.custom-banner .banner-text h2{
		font-size: 45px;
	}
	.custom-banner .banner-text h3{
		font-size: 24px;
		margin-bottom: 15px!important;
	}
	.custom-banner .banner-text p{
		font-size: 17px;
	}
	.custom-banner .banner-text{
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.curve-bottom:after, .curve-bottom:before {
		border-bottom: 30px solid #fff!important;
	}
	.curve-top:after, .curve-top:before {
		border-top: 30px solid #fff!important;
	}
}

@media (max-width: 390px){
	.custom-banner .banner-text h2{
		font-size: 22px;
		margin-top: -15px;
	}
	.custom-banner .banner-text h3{
		font-size: 16px;
		margin-bottom: 5px!important;
	}
	.custom-banner .banner-text p{
		font-size: 14px;
		margin-bottom: 0px;
	}
	.custom-banner .link-group .btn {
		margin: 5px;
		font-size: 13px;
		padding: 5.5px 12px;
	}
}

/* CURVE */
/* .szorakoztato-tanulas-section .curve,
.custom-banner .curve,
.gyakori-kerdesek-section .curve,
.other-products-section .curve,
.bottom-top-curve .curve {
	position: absolute;
	z-index: 7;
}
.szorakoztato-tanulas-section .curve.curve-bottom,
.custom-banner .curve.curve-bottom,
.gyakori-kerdesek-section .curve.curve-bottom,
.other-products-section .curve.curve-bottom,
.bottom-top-curve .curve.curve-bottom {
	left: 0;
	bottom: -1px;
	width: 100%;
}
.szorakoztato-tanulas-section .curve.curve-bottom:after,
.szorakoztato-tanulas-section .curve.curve-bottom:before,
.custom-banner .curve.curve-bottom:after,
.custom-banner .curve.curve-bottom:before,
.gyakori-kerdesek-section .curve.curve-bottom:after,
.gyakori-kerdesek-section .curve.curve-bottom:before,
.other-products-section .curve.curve-bottom:after,
.other-products-section .curve.curve-bottom:before,
.bottom-top-curve .curve.curve-bottom:after,
.bottom-top-curve .curve.curve-bottom:before {
	bottom: 0;
}
.szorakoztato-tanulas-section .curve.curve-top,
.gyakori-kerdesek-section .curve.curve-top,
.other-products-section .curve.curve-top,
.bottom-top-curve .curve.curve-top {
	left: 0;
	top: -1px;
	width: 100%;
}
.szorakoztato-tanulas-section .curve.curve-top:after,
.szorakoztato-tanulas-section .curve.curve-top:before,
.gyakori-kerdesek-section .curve.curve-top:after,
.gyakori-kerdesek-section .curve.curve-top:before,
.other-products-section .curve.curve-top:after,
.other-products-section .curve.curve-top:before,
.bottom-top-curve .curve.curve-top:after,
.bottom-top-curve .curve.curve-top:before {
	top: 0;
	border-top: 50px solid #fff;
	border-bottom: 0;
}
.szorakoztato-tanulas-section .curve.curve-top:after,
.gyakori-kerdesek-section .curve.curve-top:after,
.other-products-section .curve.curve-top:after,
.bottom-top-curve .curve.curve-top:after {
	border-left: 70vw solid transparent;
}
.szorakoztato-tanulas-section .curve.curve-top:before,
.gyakori-kerdesek-section .curve.curve-top:before,
.other-products-section .curve.curve-top:before,
.bottom-top-curve .curve.curve-top:before {
	border-right: 30vw solid transparent;
}
.szorakoztato-tanulas-section .curve:after,
.szorakoztato-tanulas-section .curve:before,
.custom-banner .curve:after,
.custom-banner .curve:before,
.gyakori-kerdesek-section .curve:after,
.gyakori-kerdesek-section .curve:before,
.other-products-section .curve:after,
.other-products-section .curve:before,
.bottom-top-curve .curve:after,
.bottom-top-curve .curve:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 50px solid #fff;
	position: absolute;
}
.szorakoztato-tanulas-section .curve:after,
.custom-banner .curve:after,
.gyakori-kerdesek-section .curve:after,
.other-products-section .curve:after,
.bottom-top-curve .curve:after {
	right: 0;
	border-left: 30vw solid transparent;
}
.szorakoztato-tanulas-section .curve:before,
.custom-banner .curve:before,
.gyakori-kerdesek-section .curve:before,
.other-products-section .curve:before,
.bottom-top-curve .curve:before {
	left: 0;
	border-right: 70vw solid transparent;
} */

/* ISMERETSZERZÉS */
.ismeretszerzes-section{
	padding-top: 5px;
}
@media (min-width: 768px){
	.ismeretszerzes-section{
		padding-top: 15px;
	}
}


.ismeretszerzes_gombtalan-section .container .ismeret-content{
	margin-top: 10px;
	display: flex;
    align-items: center;
}

.ismeretszerzes_gombtalan-section .container .szoveg{
	text-align: left;
}

@media (max-width: 767px){
	.ismeretszerzes_gombtalan-section .container .ismeret-content {
		/* display: none; */
		flex-direction: column;
	}
}

.ismeretszerzes-section .container .link-group{
	margin-top: 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    justify-content: space-evenly;
}

@media (max-width: 991px){
	.ismeretszerzes-section .container .link-group{
		flex-direction: column;
		align-content: center;
		align-items: stretch;
		margin-bottom: 25px;
	}
	.ismeretszerzes-section .container .link-group .btn:first-child{
		margin-bottom: 10px;
	}
	.ismeretszerzes-section .container .kep img{
		margin-top: 0!important;
	}
}

@media (max-width: 767px){
	.ismeretszerzes-section .container .ismeret-content{
		flex-direction: column-reverse;
	}
}

#common-home .product-row {
	padding-top: 20px;
    padding-bottom: 0px;
	text-align: center;
}
@media (min-width: 768px){
	#common-home .product-row {
		padding-bottom: 10px;
	}
}

#common-home .product-row > h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 40px;
}
span.smaller {
    font-weight: normal;
    font-size: 80%;
}
@media (max-width: 767px){
	#common-home .product-row > h3{
		padding: 0px;
		margin-top: 8px;
		margin-bottom: 24px;
		font-size: 26px;
	}
}

@media (max-width: 420px){
	#common-home .product-row > h3{
		padding: 0px;
		margin-top: -4px;
		margin-bottom: 18px;
		font-size: 20px;
	}
}

/* NYELVTANULÁSI */
@media (max-width: 767px){
	.nyelvtanulasi-akcio-ar-konyveinkkel-section {
		display: none;
	}
}

.nyelvtanulasi-akcio-ar-konyveinkkel-section{
	padding: 20px 0px;
    background: #f4f4f4;
    position: relative;
}

.nyelvtanulasi-akcio-ar-konyveinkkel-section h2{
	font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.nyelvtanulasi-akcio-ar-konyveinkkel-section .row{
	display: flex;
	align-items: center;
}

/* .nyelvtanulasi-akcio-ar-konyveinkkel-section .container .link-group{
	margin-top: 20px;
} */

.nyelvtanulasi-akcio-ar-konyveinkkel-section .container .nyelvtanulasi-akcio-content {
	margin-top: 10px;
    display: flex;
    align-items: center;
}

.nyelvtanulasi-akcio-ar-konyveinkkel-section .container p {
	text-align: justify;
}

.nyelvtanulasi-akcio-ar-konyveinkkel-section .container img {
	margin: 20px auto;
}

.nyelvtanulasi-akcio-ar-konyveinkkel-section .container .btn {
	background-color: #800870;
    color: white;
	font-size: 16px;
	transition: all .4s;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	margin: 20px 20px 0 20px;

}

.nyelvtanulasi-akcio-ar-konyveinkkel-section .container .btn:hover{
	background-color: rgb(82 12 73);
	color: white;
    transform: scale(1.05);
    cursor: pointer;
}

@media (max-width: 767px){
	.nyelvtanulasi-akcio-ar-konyveinkkel-section .container .nyelvtanulasi-akcio-content {
		flex-direction: column;
		/* flex-flow: column-reverse; */
	}

	.nyelvtanulasi-akcio-ar-konyveinkkel-section .container .nyelvtanulasi-akcio-content .link-group {
		text-align: center;
	}

	.nyelvtanulasi-akcio-ar-konyveinkkel-section .container img {
		margin-top: 0;
	}
}

/* SZÓRAKOZTATÓ TANULÁS */
.szorakoztato-tanulas-section{
	padding: 20px 0px;
    background: #f4f4f4;
    position: relative;
}

.szorakoztato-tanulas-section h2{
	font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.szorakoztato-tanulas-title {
	padding: 0 15px 15px 15px;
    margin-top: 0;
}

.szorakoztato-tanulas-section .row{
	display: flex;
	align-items: center;
}

.szorakoztato-tanulas-section .container .link-group{
	margin-top: 20px;
}

.szorakoztato-tanulas-section .container .link-group .btn {
	background-color: #800870;
    color: white;
	font-size: 16px;
	transition: all .4s;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
	margin: 20px;

}

.szorakoztato-tanulas-section .container .link-group .btn:hover{
	background-color: rgb(82 12 73);
	color: white;
    transform: scale(1.05);
    cursor: pointer;
}


@media (max-width: 767px){
	.szorakoztato-tanulas-section {
		padding: 10px 0 0 0;
	}
	.szorakoztato-tanulas-section .row{
		flex-direction: column-reverse;
	}
	.szorakoztato-tanulas-section .container{
		margin-top: 25px;
	}
	.szorakoztato-tanulas-section .container .link-group{
		text-align: center;
	}
}

.szorakoztato-tanulas-section .szoveg{
	text-align: left;
}

/* KONYVEINKROL */
.konyveinkrol-section{
	padding: 10px 0 0 0;
}
@media (min-width: 768px){
	.konyveinkrol-section{
		padding: 20px 0 15px 0;
	}
}

.konyveinkrol-section img{
	width: 100%;
	height: auto;
}

.konyveinkrol-section .row{
	display: flex;
	align-items: center;
}
.konyveinkrol-section .intro-box{
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.konyveinkrol-section .intro-box h3{
	font-size: 25px
}
.konyveinkrol-section .intro-box p{
	font-size: 18px;
}

.konyveinkrol-section .icon-area{
	padding: 10px;
}

.konyveinkrol-section .icon-area .icon{
	width: 40px;
}

.konyveinkrol-section .icon-area i{
	font-size: 40px;
	color: purple;
}

.konyveinkrol-section .icon-area i.fa-mobile-phone{
	font-size: 60px;
}

.konyveinkrol-section .left-section .intro-box{
	flex-direction: row;
	justify-content: flex-end;
}

.konyveinkrol-section .left-section .details{
	text-align: right;
}

.konyveinkrol-section .right-section .intro-box{
	flex-direction: row-reverse;
}

.konyveinkrol-section .right-section .details{
	text-align: left;
}
@media (max-width: 1199px){
	.konyveinkrol-section .row{
		flex-direction: column;
	}
	.konyveinkrol-section .intro-box h3{
		font-size: 22px
	}
	.konyveinkrol-section .left-section .intro-box{
		flex-direction: row-reverse;
		margin: 5px 0;
	}
	.konyveinkrol-section .left-section .details{
		text-align: left;
	}
	.konyveinkrol-section .left-section .details p{
		text-align: justify;
	}
	.konyveinkrol-section .right-section .intro-box{
		justify-content: flex-end;
		margin: 5px 0;
	}
	.konyveinkrol-section .icon-area .icon{
		margin-right: 10px;
	}
}
@media (max-width: 767px){
	.konyveinkrol-section .intro-box h3{
		margin: 10px 0;
	}
}
@media (min-width: 1200px){
	.konyveinkrol-section .product-img{
		animation: shapeDiv 5s linear infinite;
	}
}

/* GYAKORI KÉRDÉSEK */
.gyakori-kerdesek-section {
	padding: 10px 0px 10px 0;
    background: #f4f4f4;
    position: relative;
}
@media (min-width: 768px){
	.gyakori-kerdesek-section {
		padding: 20px 0px 25px 0;
	}
}

.gyakori-kerdesek-section .row{
	display: flex;
	align-items: center;
}
@media (max-width: 767px){
	.gyakori-kerdesek-section .row{
		flex-direction: column;
	}
}

@keyframes shapeDiv {
	0% {
		transform: translateY(10px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}

/* KITERJESZTETT VALÓSÁG */
.kiterjesztett_valosag_leiras-section{
	padding-top: 10px;
}
@media (min-width: 768px){
	.kiterjesztett_valosag_leiras-section{
		padding-top: 20px;
	}
}
.kiterjesztett_valosag_leiras-section .container{
	text-align: left;
}
.kiterjesztett_valosag_leiras-section .container h3{
	font-size: 22px;
	margin-top: 20px;
}

.kiterjesztett_valosag_leiras-section .container .link{
	margin-top: 30px;
}


/* SLIDER */
:root{
	--swiper-navigation-size: 25px;
	--swiper-theme-color: #800870;
}

.swiper-wrapper{
	padding-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev{
	top: unset!important;
	bottom: 0!important;
	margin-top: 0!important;
	font-weight: bold!important;
	color: #800870!important;
	padding-top: 15px!important;
}

.swiper-button-next::after,
.swiper-button-prev::after{
	font-weight: bold!important;
	font-size: 21px!important;
}

.swiper-pagination{
	bottom: 3px!important;
}

#product-product .swiper {
	max-height: fit-content;
    height: -moz-max-content;
	display: flex;
}
#product-product .swiper-slide img{
	margin: 0!important;
}
#product-product .swiper-slide {
	height: auto;
	display: flex;
}
#product-product .swiper-slide .product-thumb{
	display: flex;
	display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}
#product-product .swiper-slide .product-thumb .caption{
	display: flex;
    flex-direction: column;
    flex: 2;
    justify-content: space-between;
}
#product-product .swiper-slide img {
	margin-top: 0;
}
@media (max-width: 767px) {
	#product-product .swiper-slide {
		margin-bottom: 0;
		padding: 0 5px;
	}
}

/* Fizetési folyamat - login collapse */
#collapse-checkout-option .login {

}
#collapse-checkout-option .login h2 {
	text-align: left;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	border-left: 4px solid #800870;
    background: #f6f6f6;
    margin-bottom: 0;
	padding: 10px;
	margin-top: 25px;
}
#collapse-checkout-option .login h2::after{
	font-family: FontAwesome;
    content: "\f077";
    font-size: 18px;
    line-height: 25px;
    transition: transform 0.4s ease-out;
    margin-top: -4px;
    color: #800870;
    padding: 0px 5px;
}
#collapse-checkout-option .login h2.collapsed::after{
	transform: rotate(180deg);
}
#collapse-checkout-option .login #collapse-login-form {
	border-left: 4px solid #800870;
    padding: 10px;
}
@media (min-width: 768px) {
	#collapse-checkout-option .login h2 {
		margin: 20px 0 10px 0;
		border-left: unset;
		padding: 0;
		background: none;
		pointer-events:none;
	}
	#collapse-checkout-option .login h2::after{
		display: none;
	}
	#collapse-checkout-option .login #collapse-login-form {
		border: unset;
		padding: 0;
		display: block;
	}
}
/* Fizetési folyamat - login collapse END*/


/* HÚSVÉTI AJÁNDÉK CSS */
.husveti-section .product-row{
	margin-bottom: 50px;
}
.husveti-section .product-row .link-group{
	clear: both;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
	justify-content: center;
}
.husveti-section .product-row .link-group .btn{
	margin: 0 15px;
}
@media (max-width: 991px) {
	.husveti-section .product-row{
		margin-bottom: 20px;
	}
	.husveti-section .product-row .link-group{
		flex-direction: column;
		align-content: center;
		align-items: stretch;
	}
	.husveti-section .product-row .link-group .btn:first-child{
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.husveti-section .flex-row{
		flex-direction: column-reverse;
	}
	.husveti-section .product-row .caption h4{
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* Ajándékozz AR könyvet */
.books-section .product-layout .caption {
	padding: 0 5px;
}
.books-section .product-layout .caption h4{
	font-size: 16px;
}

.books-section .books-for-teens .product-layout .button-group button,
.books-section .books-for-children .product-layout .button-group button{
	width: 100%;
	transition: transform .4s;
}

.books-section .books-for-teens .product-layout .image,
.books-section .books-for-children .product-layout .image{
	padding-top: 10px;
}

.swiper-recommendations .swiper-wrapper{
	padding-bottom: 6rem;
}
.swiper-recommendations .swiper-slide{
	height: auto;
	display: flex;
}
.swiper-recommendations .swiper-slide img{
	margin: 0;
}
.swiper-recommendations .swiper-button-prev{
	left: 0px;
}
.swiper-recommendations .swiper-button-next{
	right: 0px;
}

.quote {
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    background: #f4f4f4;
	margin-top: 10px;
	margin: 1rem 1rem 0 1rem;
	border-radius: 10px;
	position: relative;
	padding-bottom: 50px;
}
.quote .quote-text{
	font-style: italic;
	padding: 10px;
	font-size: 18px;
	line-height: 1.4;
}
.quote .quote-image{
	margin: 20px 0;
}
.quote .quote-person{
	color: #800870;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}

#content:has(.gift-loop-video) {
	display: flex;
	flex-direction: column;
}
#content:has(.gift-loop-video) > * {
	order: 1;
}
#content:has(.gift-loop-video) > .gift-loop-video {
	order: 0;
}
.gift-loop-video{
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.swiper-recommendations .swiper-wrapper{
		padding-bottom: 4rem;
	}
	.description-with-image .description{
		width: 50%;
		margin-right: 20px;
	}
	.description-with-image .image{
		width: 50%;
	}
	.quote {
		margin: 1rem 3rem;
	}
}

@media (max-width: 767px) {
	.books{
		padding: 0 15px;
	}
	.books .product-layout {
		width: 50%;
		padding: 0 5px;
	}
	.books .product-layout .product-thumb{
		margin-bottom: 10px;
	}
}
@media (max-width: 500px){
	.books .product-layout .product-thumb .caption {
		padding: 0 5px;
	}
	.books .product-layout h4{
		min-height: 36px;
		font-size: 16px;
    	word-break: break-word;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/* Ajándékozz AR könyvet END */

/* VISZONTELADÓ OLDAL CSS */
.tamogatas-felsorolas ul{
	list-style: none;
	padding-left: 10px;
}
.tamogatas-felsorolas li{
	padding: 6px 0;
}
.tamogatas-felsorolas li:before{
	content: '✓';
	color: #800870;
    font-weight: 700;
    font-size: 23px;
	padding-right: 10px;
}
.tamogatas img{
	max-width: 75%;
	margin: auto;
}
@media (min-width: 768px) {
	.tamogatas .tartalom{
		display: flex;
		flex-direction: row-reverse;
	}
	.tamogatas img{
		max-width: 100%;
	}
}

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

	CHECKOUT FOLYAMAT

---------------------------- */
#checkout-checkout {
	margin-top: 20px;
}
#checkout-checkout .asterisk-explanation::before{
	content: '* ';
	color: #F00;
	font-weight: bold;
	padding-right: 4px;
}

/* #checkout-checkout ul.breadcrumb{
	display: none;
} */
#checkout-checkout #accordion{
	box-shadow: unset;
}
#checkout-checkout #accordion .new-title{
	position: relative;
}
#checkout-checkout #accordion .new-title a.back-to-checkout-method{
	cursor: pointer;
	pointer-events: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#checkout-checkout #accordion .new-title a.back-to-checkout-method > .fa{
	font-size: 22px;
	transition: all 0.4s ease;
}
#checkout-checkout #accordion .new-title a.back-to-checkout-method > .back-text{
	display: none;
}
#checkout-checkout #accordion .new-title a.back-to-checkout-method:hover > .fa{
	transform: translateX(-5px);
}
#checkout-checkout #accordion .new-title .panel-title{
	font-size: 24px;
	text-align: center;
	flex-basis: 100%;
	margin: 0 30px;
}
#checkout-checkout #accordion:not(.transitioning) .panel:not(:first-child) .panel-collapse[aria-expanded="true"] .new-title .panel-title .custom-fa-icon{
    transform-origin:50% 50%;
	animation-name: shake-center;
  	animation-duration: 1.3s;
  	animation-timing-function: ease;
  	animation-delay: .4s;
  	animation-iteration-count: 1;
  	animation-direction: normal;
  	animation-fill-mode: none;
}
@keyframes shake-center {

	  0% { transform:rotate(  0deg) scale(1.0); }
  	 15% { transform:rotate(  0deg) scale(1.4); }
	 20% { transform:rotate(  8deg) scale(1.4); }
	 25% { transform:rotate(-10deg) scale(1.4); }
	 30% { transform:rotate( 10deg) scale(1.4); }
	 35% { transform:rotate(-10deg) scale(1.4); }
	 40% { transform:rotate( 10deg) scale(1.4); }
	 45% { transform:rotate(-10deg) scale(1.4); }
	 50% { transform:rotate( 10deg) scale(1.4); }
	 55% { transform:rotate( -8deg) scale(1.4); }
	 60% { transform:rotate(  8deg) scale(1.4); }
	 65% { transform:rotate(  0deg) scale(1.4); }
	100% { transform:rotate(  0deg) scale(1.0); }
}

#checkout-checkout #accordion .list-group{
	margin-top: 15px;
	display: grid;
    grid-auto-rows: 1fr;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
#checkout-checkout #accordion .list-group .list-group-item{
	padding: 15px;
    border: 1px solid #986d93;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	transition: all 0.4s ease;
}
#checkout-checkout #accordion .list-group .list-group-item p{
	margin: 0;
	margin-right: 15px;
	flex-basis: 100%;
	font-size: 15px;
	color: #333;
}
#checkout-checkout #accordion .list-group .list-group-item .fa{
	transition: all 0.4s ease;
}
#checkout-checkout #accordion .list-group .list-group-item .fa:first-child{
	font-size: 30px;
	width: 55px;
}
#checkout-checkout #accordion .list-group .list-group-item:hover .fa:first-child{
	transform: scale(1.2);
}
#checkout-checkout #accordion .list-group .list-group-item:hover .fa:last-child{
	transform: translateX(5px);
}
#checkout-checkout .radio-group{
	background: #f5f5f5;
	border-radius: 7px;
	padding: 5px;
}
#checkout-checkout .radio{
	background: white;
	border: 2px solid rgba(245,245,245,1);
    border-radius: 7px;
	transition: all 0.4s ease;
	padding: 0;
	margin: 0;
}
#checkout-checkout .radio:not(:last-child){
	margin-bottom: 5px;
}
#checkout-checkout .radio.selected{
	border: 2px solid #800870;
}
#checkout-checkout .radio.selected label{
	font-weight: 500;
}
#checkout-checkout .radio label{
    padding: 10px 15px 10px 35px;
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#checkout-checkout .radio > label > img{
    order: 20;
	max-width: 100px;
	margin-left: 10px;
}
#checkout-checkout .radio input:not(.searchinput):not(#pp-change-address):not(#ugyfelform_iranyitoszam):not([id^="gls-point-mobile-phone-number-gls_point"]){
    margin: 0 0 0 -20px;
}
#checkout-checkout .radio  .pp-btn-select li {
	width: 100%;
}
#checkout-checkout .radio #pp-filter-open-btn {
	width: auto;
	display: inline-block;
}
#checkout-checkout .radio #postaPontApi-main label {
	padding: 0 0 0 2.3em;
}

/* Google Maps checkox címkék igazításának javítása */
#checkout-checkout .radio .map-canvas label,
#checkout-checkout .radio #pp-map-canvas label {
	display: inline-block;
	padding: 0 0 0 0.5em;
}

#checkout-checkout .radio input#ugyfelform_iranyitoszam {
	width: calc(100% - 40px);
}
#checkout-checkout .radio input.searchinput{
	border: 1px solid whitesmoke;
	border-radius: 7px;
	transition: all 0.4s ease;
	outline: unset;
}
#checkout-checkout .radio input.searchinput:focus-visible{
	border-color: #800870;
}
#checkout-checkout .radio .gls-html{
    padding: 10px!important;
}
#checkout-checkout .radio-group.same-height{
	display: grid;
    grid-auto-rows: 1fr;
}
#checkout-checkout .radio-group.same-height .radio{
	display: flex;
}
#checkout-checkout #accordion .buttons{
	margin: 0;
	padding: 20px 0px;
}
#checkout-checkout #accordion .buttons input.custom-next-button {
	width: 100%;
	margin: 0;
}
/* Szállítási módok */
#checkout-checkout #collapse-shipping-method .radio label{
	flex-wrap: wrap;
	justify-content: flex-start;
}
#checkout-checkout #collapse-shipping-method  .radio > label > img {
	order: unset;
	margin-left: unset;
	margin-right: 10px;
}
#checkout-checkout #collapse-shipping-method  .radio .shipping-method-more-information {
    flex-basis: 100%;
    margin-top: 10px;
}
/* GLS telefonszám input */
#checkout-checkout #collapse-shipping-method .gls-point-map-container .gls-point-mobile-phone-number-group label{
	padding: 0;
}
#checkout-checkout #collapse-shipping-method .gls-point-map-container .gls-point-mobile-phone-number-group input{
	margin: 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid whitesmoke;
    border-radius: 7px;
    background: whitesmoke;
    box-shadow: unset;
    margin-bottom: 10px;
}
#checkout-checkout #collapse-shipping-method .gls-point-map-container .gls-point-mobile-phone-number-group input:focus{
	border-color: #800870;
}
/* Számlázási adatok */
#checkout-checkout #accordion #collapse-payment-address #payment-existing,
#checkout-checkout #accordion #collapse-shipping-address #shipping-existing {
	margin: 0 10px;
	margin-bottom: 15px;
}
#checkout-checkout #accordion #collapse-shipping-method .radio-group {
	margin-bottom: 15px;
}
#checkout-checkout #accordion #collapse-payment-address #payment-new,
#checkout-checkout #accordion #collapse-shipping-address #shipping-new {
	margin-top: 10px;
}
#checkout-checkout #accordion #collapse-payment-method .text-agree {
	padding: 0 5px;
}
#checkout-checkout #accordion #collapse-checkout-confirm #paypal-button-container {
	max-width: 100%;
	width: 500px;
	margin: auto;
}
#checkout-checkout #accordion #collapse-checkout-confirm .custom-alert-info{
	background: #f5f5f5;
	padding: 6px 8px;
	border: 1px solid #dadada;
	border-radius: 7px;
}
#checkout-checkout #accordion #collapse-checkout-confirm .custom-alert-info .alert-row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#checkout-checkout #accordion #collapse-checkout-confirm .custom-alert-info .alert-row img{
	display: none;
}
#checkout-checkout #accordion #collapse-checkout-confirm .custom-alert-info .alert-row:not(:last-child){
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8d8d8;
}
#checkout-checkout #accordion #collapse-checkout-confirm .custom-alert-info .alert-row .method-title{
	width: 30%;
}
#checkout-checkout #accordion #collapse-checkout-confirm .custom-alert-info .alert-row .selected-method{
	width: 70%;
	text-align: right;
	font-weight: 500;
}
#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tfoot .total-total{
	font-weight: 500;
}
#checkout-checkout #collapse-shipping-method .radio-group .radio:has(input[value="zasilkovna.zasilkovna_address"]) {
	display: none;
}

@media (min-width: 767px) {
	#checkout-checkout #accordion .new-title{
		padding: 0;
		margin: 0 15px;
	}
	#checkout-checkout #accordion .new-title .panel-title{
		margin: 0 80px;
	}
	#checkout-checkout #accordion .new-title a.back-to-checkout-method  > .back-text{
		display: block;
		font-size: 16px;
		margin-left: 8px;
	}
	#checkout-checkout #accordion .panel{
		margin-top: 20px;
	}
	#checkout-checkout #accordion .panel .panel-collapse{
		border: 1px solid rgb(230, 230, 230);
		padding: 30px 0px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
		transition: all 0.4s ease;
	}
	#checkout-checkout #accordion .panel .panel-collapse.no-border{
		border: unset;
		box-shadow: none;
	}
	#checkout-checkout #accordion .list-group{
		max-width: 500px;
		margin: auto;
	}
	#checkout-checkout .radio > label > img{
		max-width: 200px;
		max-height: 50px;
	}
	#checkout-checkout #accordion .buttons {
		padding: 30px 0 0 0;
	}
	#checkout-checkout #accordion .buttons .next-button {
		text-align: right;
	}
	#checkout-checkout #accordion .buttons input.custom-next-button {
		width: auto;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .confirm-selected-details{
		margin-bottom: 20px;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm thead {
		background: #f5f5f5;
    	font-weight: 500;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody .product-name {
    	font-weight: 500;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody .product-name .product-name-quantity{
    	display: none;
	}
	#checkout-checkout #accordion #collapse-payment-method .radio-group{
		width: 70%;
		margin: auto;
	}
	#checkout-checkout #accordion #collapse-payment-method .payment-method-logo-container {
		justify-content: flex-end;
		max-width: 200px;
	}
	#checkout-checkout #accordion #collapse-payment-method .payment-method-logo-container .stripe-card-logos-intl{
		max-width: 100%;
		max-height: unset;
	}
	#checkout-checkout #accordion #collapse-payment-method .payment-method-logo-container .stripe-card-logos-de-at{
		max-width: 35%;
		max-height: unset;
	}
	#checkout-checkout #accordion #collapse-payment-method .payment-method-logo.paypal-standard-logo-uk {
		max-width: unset;
		max-height: 60px;
	}
}
@media (min-width: 992px) {
	#checkout-checkout #accordion #collapse-payment-method .payment-method-logo.paypal-standard-logo-pl {
		max-width: 259px;
	}
	#checkout-checkout #accordion #collapse-payment-method .payment-method-logo-container {
		max-width: 259px;
	}
}
@media (max-width: 767px) {
	#checkout-checkout #accordion .panel{
		width: 100%!important;
		margin-left: unset!important;
		margin-right: unset!important;
	}
	/* Rendelés megerősítése */
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody tr{
		border: unset;
		border-bottom: 2px solid #800870;
		margin: 0;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody tr td{
		border: unset;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 2px 0;
		font-size: 15px;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody tr td .product-name-quantity{
		padding-right: 6px;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody tr td.product-quantity{
		display: none;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody tr td:first-child{
		font-weight: 500;
		color: #800870;
		font-size: 16px;
		padding: 10px 0 4px 0;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody tr td:first-child::before{
		display: none;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tbody .product-price{
		display: none;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tfoot{
		margin: 20px 0 10px 0;
    	border: unset;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tfoot tr{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tfoot tr:nth-child(odd){
		background: #f5f5f5;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tfoot tr td{
		border: unset;
		font-size: 15px;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tfoot tr td:first-child{
		text-align: left;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm .table-checkout-confirm tfoot tr td:last-child{
		text-align: right;
		width: 100px;
	}
	#checkout-checkout #accordion #collapse-checkout-confirm form button{
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
	#checkout-checkout .radio > label > img {
		max-width: 60%;
		max-height: 64px;
	}
	#checkout-checkout #accordion #collapse-payment-method .payment-method-logo-container{
		flex-direction: row-reverse;
		max-width: 60%;
		max-height: 33px;
	}
	#checkout-checkout #accordion #collapse-payment-method .payment-method-logo-container img {
		max-width: 100%;
		max-height: 64px;
	}
}

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

	BEJELENTKEZÉS / REGISZTRÁCIÓ

---------------------------- */
#account-login .registration,
#account-login .login {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#account-login .registration h2,
#account-login .login h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
#account-login .registration .btn,
#account-login .login .btn {
	width: 100%;
}
#account-login .login form a {
	display: block;
	margin: 12px 0;
}
@media (min-width: 768px) {
	#account-login hr {
		display: none;
	}
	#account-login .registration h2,
	#account-login .login h2 {
		text-align: center;
		margin-top: 0;
	}
	#account-login .login{
		border-left: 1px solid lightgray;
	}
	#account-login .registration,
	#account-login .login {
		max-width: unset;
	}
}


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

	INPUTOK MATERIAL UI

---------------------------- */
.material-form-elements{
	padding: 0 15px;
}
.form-group{
	margin-bottom: 8px;
	border-radius: 7px;
	overflow: hidden;
}
.input-container {
	position: relative;
	background: #f5f5f5;
	padding-top: 10px;
	border-radius: 7px;

}
.material-input {
	height: 34px;
	width: 100%!important;
	border: unset;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 10px 12px 0px 12px;
	font-weight: 500;
	color: #444;
	font-size: 14px;
	-webkit-transition: all 0.15s ease-out;
  	-moz-transition: all 0.15s ease-out;
  	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border-bottom: 2px solid #f2f2f2;
}
.material-input:focus {
	outline: none;
	border: unset;
	border-bottom: 2px solid #800870;
}
.material-input:focus + .material-label .material-text {
	/* font-size: 12px; */
	transform: translate(0, -100%);
	background: #f8f8f8;
	color: #800870;
	font-weight: 500;
}
.material-input:focus + .material-label .material-text, :not(input[value=""]) + .material-label .material-text {
	/* font-size: 12px; */
	transform: translate(-5%, -45%) scale(0.9);
}
.material-input + .fa {
	position: absolute;
    right: 8px;
    bottom: 10px;
	background: inherit;
}
.material-label {
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 12px;
	display: flex;
	align-items: center;
	pointer-events: none;
	font-size: 14px;
	padding-top: 0!important;
}
.material-label .material-text {
	-webkit-transition: all 0.15s ease-out;
  	-moz-transition: all 0.15s ease-out;
  	-o-transition: all 0.15s ease-out;
  	transition: all 0.15s ease-out;
}
.material-form-elements .input-group .input-group-btn .btn {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
@media (min-width: 767px) {
	.form-group{
		margin-bottom: 10px;
	}
	.material-input {
		height: 40px;
		padding: 14px 12px 4px 12px;
	}
	.material-input:focus + .material-label .material-text, :not(input[value=""]) + .material-label .material-text {
		/* font-size: 12px; */
		transform: translate(-5%, -60%) scale(0.9);
	}
}

/* SELECT OPTION INPUT */
.input-container.input-container-select{
	position: relative;
}
.input-container.input-container-select .material-input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearence: none;
	padding-right: 30px;
}
.input-container.input-container-select i{
	float: right;
	/* margin-top: -26px; */
	margin-right: 10px;
	transform: rotate(0deg);
	transition: transform 0.3s;
	position: absolute;
    right: 0;
    top: 50%;
	pointer-events: none;
}
.input-container.input-container-select select:open + i {
	transform: rotate(180deg);
}
.input-container.input-container-select select:focus ~ .material-label .material-text{
	color: #800870;
	font-weight: 500;
}
.input-container-select.no-label-select{
	padding-top: 0;
}
.input-container-select.no-label-select select{
	padding-top: 5px;
}
.input-container-select.multirow-select select{
	white-space: normal;
    height: auto;
}
.input-container-select.multirow-select i{
	top: 40%;
	pointer-events: none;
}

/* KÖTELEZŐ INPUTOK */
.form-group.required .input-container label.material-label::before{
	display: none;
}
.form-group.required .input-container div.material-text::after{
	content: '* ';
    color: #F00;
    font-weight: bold;
	padding-left: 4px;
}

/* Autofill háttér */
.input-container .material-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}
.input-container .material-input:-moz-autofill {
    -moz-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}
.input-container .material-input:-o-autofill {
    -o-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}
.input-container .material-input:-khtml-autofill {
    -khtml-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}

/* Hibakezelés */
.has-error label{
    font-weight: 500;
}
.has-error .text-danger{
    padding: 2px 0 5px 5px;
}

@media (min-width: 767px) {
	.custom-light-border {
		border-left: 1px solid #ddd;
	}
	.material-input:focus + .material-label .material-text, :not(input[value=""]) + .material-label .material-text {
		/* transform: translate(0, -90%); */
	}
}

/* SZEMÉLYES VÁSÁRLÁS OLDAL CSS */
.partners-list{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.partners-list .partner{
	margin-bottom: 20px;
	border-left: 3px solid #800870;
    padding-left: 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.partners-list .partner .location-city{
	color: #800870;
	font-size: 14px;
	font-weight: 500;
}

.partners-list .partner .name{
	font-weight: 500;
}

.partners-list .partner span.fa{
	font-size: 18px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.partners-list{
		flex-direction: row;
	}
	.partners-list .partner{
		width: calc(100% / 3);
	}
}

.fur_schulen{
	display: flex;
	align-items: center;
}


@media (max-width: 767px) {
	.fur_schulen{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.fur_schulen_two{
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}
}

/* ISKOLA OLDAL */
.ml-contact-form{
	z-index: 100;
	position: sticky;
}
@media (min-width: 768px) {
	.intro-table-and-video{
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
	}
	.intro-table-and-video .school-loop-video{
		order: 2;
		width: calc(50% - 5px);
		padding-bottom: 28.25%!important;
	}
	.intro-table-and-video .paragraph{
		order: 1;
		flex-basis: 100%;
	}
	.intro-table-and-video table{
		order: 3;
		width: calc(50% - 5px);
		margin-top: 0;
	}
	.no-row-margin {
		margin: 0;
	}
}

/* LENGYEL ISKOLA OLDAL */
html[lang=pl] .for-schools-section .intro-table-and-paragraph > .row {
	display: flex;
	flex-direction: column;
	align-items: start;
}

html[lang=pl] .for-schools-section .for-schools-text-section { order: 2 }
html[lang=pl] .for-schools-section .for-schools-video-section { order: 1 }


@media (min-width: 768px) {
	html[lang=pl] .for-schools-section .intro-table-and-paragraph > .row { flex-direction: row }
	html[lang=pl] .for-schools-section .for-schools-text-section { order: 1 }
	html[lang=pl] .for-schools-section .for-schools-video-section { order: 2 }
}

@media (min-width: 992px) {
	html[lang=pl] .for-schools-section .intro-table-and-paragraph > .row {
		align-items: center;
	}
}
/* LENGYEL ISKOLA OLDAL vége */

.amazon-christmas-deal {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
	color: #666;
}

.amazon-christmas-deal br {
	display: inline!important;
}

span.sale-old-price {
    text-decoration: line-through;
	font-size: 120%;
    color: black;
}

span.sale-new-price {
    font-size: 120%;
    color: #820d73;
    font-weight: 500;
}

.amazon-link{
	text-align: center;
}
.amazon-link-img{
	width: 200px;
	height: auto;
	max-width: 100%;
}
.home-banner .amazon-link{
	margin: 20px 0;
}
#product-product .amazon-link{
	margin-bottom: 8px;
}
#product-product .group1+.group0 .amazon-link {
	margin-top: 10px;
	margin-bottom: 0px;
}
@media (max-width: 767px) {
	#product-product .group1+.group0 {
		width: 100%;
	}
}
#product-product .amazon-link-img{
	height: 22px;
	width: auto;
}
#product-category .amazon-link{
	margin: 20px 0;
	text-align: left;
}


.custom-ar-page .intro-section .video-row .video-box{
	margin-bottom: 0.5rem;
}
.custom-ar-page .intro-section .video-row .video-title{
	font-size: 14px;
}
.custom-ar-page .type-section ul,
.custom-ar-page .own-ar-section ul{
	line-height: 1.5em;
	list-style: none;
	padding-left: 0;
}
.custom-ar-page .type-section ul li,
.custom-ar-page .own-ar-section ul li{
	display: flex;
    align-items: center;
	padding: 0.5rem 0;
}
.custom-ar-page .type-section ul li i,
.custom-ar-page .own-ar-section ul li i{
	color: #800870;
	font-size: 2.5rem;
	padding: 0 1rem 0 2rem;
}
.custom-ar-page .how-to-make-section {
	background: #f4f4f4;
	padding: 10px 15px;
    margin: 20px 0;
}
.custom-ar-page .how-to-make-section .how-to-make-progress .step {
	text-align: center;
}
.custom-ar-page .how-to-make-section .how-to-make-progress .step i{
	color: #800870;
	font-size: 50px;
}
.custom-ar-page .how-to-make-section .how-to-make-progress .step .title{
	font-size: 18px;
	font-weight: 500;
}
@media (min-width: 768px) {
	.custom-ar-page h3 {
		margin-top: 0;
	}
	.custom-ar-page .intro-section,
	.custom-ar-page .type-section,
	.custom-ar-page .own-ar-section,
	.custom-ar-page .more-images-section{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 20px;
	}
	.custom-ar-page .more-images-section{
		justify-content: space-between;
	}
	.custom-ar-page .intro-section .paragraphs,
	.custom-ar-page .type-section .type-section-text,
	.custom-ar-page .own-ar-section .own-ar-section-text{
		width: 60%;
	}
	.custom-ar-page .intro-section .video-row,
	.custom-ar-page .type-section .type-section-image,
	.custom-ar-page .own-ar-section .own-ar-section-video{
		width: 40%;
	}
	.custom-ar-page .more-images-section img{
		width: 32%;
	}
	.custom-ar-page .how-to-make-section .how-to-make-progress{
		display: flex;
		gap: 40px;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-top: 3rem;
	}
	.custom-ar-page .how-to-make-section .how-to-make-progress .step{
		position: relative;
		flex-basis: calc(100%/3);
		margin-bottom: 0;
	}
	.custom-ar-page .how-to-make-section .how-to-make-progress .step:not(:last-child):after{
		content: '\f178';
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		margin: 0px 0px 0px 10px;
		text-decoration: none;
		position: absolute;
		top: 7%;
		right: -15px;
		font-size: 32px;
		color: #800870;
	}
}
@media (min-width: 1200px) {
	.custom-ar-page .intro-section .video-row .video-outer-box .video-box{
		max-height: 220px;
	}
}

/* A nyelvtanulás legújabb formája */
.learning-with-ar .books-section .english-books .product-layout .button-group button,
.learning-with-ar .books-section .german-books .product-layout .button-group button{
	width: 100%;
	transition: transform .4s;
}

.learning-with-ar .books-section .english-books .product-layout .image,
.learning-with-ar .books-section .german-books .product-layout .image{
	padding-top: 10px;
}

/* Amazon pay */
@media (max-width: 767px) {
	#amazonContainer .amazon-table-confirm {
		border: 0;
	}
	#amazonContainer .amazon-table-confirm thead {
		display: none;
	}
	#amazonContainer .amazon-table-confirm tbody tr{
		border: unset;
		border-bottom: 2px solid #800870;
		margin: 0;
	}
	#amazonContainer .amazon-table-confirm tbody tr td{
		border: unset;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 2px 0;
		font-size: 15px;
	}
	#amazonContainer .amazon-table-confirm tbody tr td:not(:first-child):before{
		content: attr(data-header) ":\A";
    	white-space: unset;
	}
	#amazonContainer .amazon-table-confirm tbody tr td.product-name {
		justify-content: left;
	}
	#amazonContainer .amazon-table-confirm tbody tr td .product-name-quantity{
		padding-right: 6px;
	}
	#amazonContainer .amazon-table-confirm tbody tr td.product-quantity{
		display: none;
	}
	#amazonContainer .amazon-table-confirm tbody tr td:first-child{
		font-weight: 500;
		color: #800870;
		font-size: 16px;
		padding: 10px 0 4px 0;
	}
	#amazonContainer .amazon-table-confirm tbody tr td:first-child::before{
		display: none;
	}
	#amazonContainer .amazon-table-confirm tbody .product-price{
		display: none;
	}
	#amazonContainer .amazon-table-confirm tfoot{
		margin: 20px 0 10px 0;
		border: unset;
		display: block;
	}
	#amazonContainer .amazon-table-confirm tfoot tr{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#amazonContainer .amazon-table-confirm tfoot tr:nth-child(odd){
		background: #f5f5f5;
	}
	#amazonContainer .amazon-table-confirm tfoot tr td{
		border: unset;
		font-size: 15px;
	}
	#amazonContainer .amazon-table-confirm tfoot tr td:first-child{
		text-align: left;
	}
	#amazonContainer .amazon-table-confirm tfoot tr td:last-child{
		text-align: right;
		width: 100px;
	}
}

@media (max-width: 767px) {
	#amazonContainer .amazon-table-confirm tbody .product-name-quantity{
		display: none;
	}
	#amazonContainer .amazon-table-confirm tbody td.product-name{
		font-weight: 500;
		color: #800870;
	}
}

#amazonContainer .amazon-table-confirm thead{
	background: #f5f5f5;
    font-weight: 500;
}
#amazonContainer .amazon-table-confirm tfoot .total-total{
	font-weight: 500;
}
#amazonContainer .comment-title{
	font-size: 16px;
	text-align: left;
}
#amazonContainer #comment {
	margin-bottom: 15px;
}
#amazonContainer .radio {
	border: 2px solid transparent;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
}
#amazonContainer .radio.selected {
    border: 2px solid #800870;
}

/* Affiliate Pack X */
#account-tracking .form-group:has(#input-generator) {
	overflow: visible;
}
#accc_aff_data .form-group .radio:first-child {
	margin-top: 0;
}
#account-register form #accc_affiliate_agree.buttons > .pull-right {
	align-items: start;
	justify-content: left;
}
.register-form:has(#accc_aff_data) {
	display: flex;
	flex-direction: column;
}
.register-form:has(#accc_aff_data) .buttons.accc {
	order: 95;
}
.register-form:has(#accc_aff_data) #accc_aff_data {
	order: 96;
}
.register-form:has(#accc_aff_data) #accc_affiliate_agree {
	order: 97;
}
.register-form:has(#accc_aff_data) .fieldset-recaptcha {
	order: 99;
}
.register-form:has(#accc_aff_data) .buttons {
	order: 100;
}


/* "Csatlakozz az AR Books Partnerprogramjához!" */
#information-affiliate img {
    max-width: 100%;
}
#information-affiliate .affiliate-list__item-title {
    font-weight: 500;
    display: block;
}
#information-affiliate .affiliate-list__item-desc {
    display: block;
}
#information-affiliate .flex-affiliate {
	gap: 20px;
}
#information-affiliate .flex-affiliate__banner img {
	max-height: 250px;
}
#information-affiliate .flex-affiliate__text h3:first-child {
	margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	#information-affiliate .flex-affiliate__text {
		width: 75%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#information-affiliate .flex-affiliate__text {
		width: 50%;
	}
}

/* Kupon felhasználása */
.apply-coupon-container {
	margin-top: 40px;
}
.apply-coupon-container .col-sm-12 {
	width: 100%;
}
.apply-coupon-container h3 {
	margin-top: 0;
}
.apply-coupon-container input[type=text] {
	font-size: 14px;
}
.apply-coupon-container input[type=button],
.apply-coupon-container button {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.apply-coupon-container input  {
	height: 40px;
}
#cart .apply-coupon-container label {
	display: none;
}
#checkout-cart .apply-coupon-container {
	margin-top: 60px;
}

/* Flex osztályok */
.flex__container, .flex__container--horizontal, .flex__container--vertical {
    display: flex;
    gap: 5px;
}
.flex__container, .flex__container--horizontal {
    flex-direction: row;
}
.flex__container--vertical {
    flex-direction: column;
}
@media (max-width: 767px) {
	.flex__container--vertical-xs {
		flex-direction: column;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.flex__container--vertical-sm {
		flex-direction: column;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.flex__container--vertical-md {
		flex-direction: column;
	}
}
@media (min-width: 1200px) {
	.flex__container--vertical-lg {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.flex__container--horizontal-xs {
		flex-direction: row;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.flex__container--horizontal-sm {
		flex-direction: row;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.flex__container--horizontal-md {
		flex-direction: row;
	}
}
@media (min-width: 1200px) {
	.flex__container--horizontal-lg {
		flex-direction: row;
	}
}
.flex__container--align-center {
    align-items: center;
}
.flex__container--align-stretch {
    align-items: stretch;
}
.flex__container--justify-center {
    justify-content: center;
}
.flex__item--fill {
    flex: 1 1 50%;
}
.flex__item--fix {
    flex: 0 0 auto;
}