news::selection { background:rgba(0,0,0,.1); color:#282830; }
::-moz-selection { background:rgba(0,0,0,.1); color:#282830; }
::-webkit-input-placeholder { color:rgba(0,0,0,.5); }
:-moz-placeholder { color:rgba(0,0,0,.5); }
::-moz-placeholder { color:rgba(0,0,0,.5); }
:-ms-input-placeholder { color:rgba(0,0,0,.5); }
a { color:#c59a32; text-decoration:none; }
a:hover { color:#d1aa4b; text-decoration:none; }
a:focus { color:#d1aa4b; text-decoration: none; outline:none; }
p { margin:0 0 1em 0; }
.flex-img, .content-holder img, .content-holder video { height:auto /*!important*/; max-width:100%; width:auto; }
.flex { display:flex; }
.no-flex img { height:auto; max-width:none; width:auto; }
img.lazyload:not(.is-loaded) { background-color: #f2f2f2; }
.clear { clear:both; }
.cf:after, .rowElem:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.pull-left {float:left;}
.pull-right {float:right;}
.align-left, .text-left {text-align:left;}
.align-right, .text-right {text-align:right;}
.align-center, .text-center {text-align:center;} 
.align-justify, .text-justify {text-align:justify;} 
.inline-block { display:inline-block; vertical-align:top; }
.block { display:block; width:100%; }
.padding { padding:20px; }
.neg-padding { margin:-10px; }
.hidden { display:none !important; }
.hidden-load, .hidden-noload { visibility:hidden; }
.animate__animated.hidden-load, .animate__animated.hidden-noload { visibility:visible; }
.wow { visibility:hidden; }
.table { display:table; width:100%; margin:0; }
.table_row { display:table-row; }
.table_cell { display:table-cell; vertical-align:top; } 
.nav-tabs { border-bottom:0; }
.nav-tabs>li>a { color:#58595b; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color:#58595b; }
.tab-content { border:1px solid #ddd; }
iframe { border:0; }
hr { margin:10px 0; }
.loading {  
	opacity:0.4; filter:alpha(opacity=40);
    -webkit-filter: blur(4px); 
    -moz-filter: blur(4px); 
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear; 
	transition: all .3s linear;
}
.ajaxload-l { position:relative; min-height:20px; }
.ajaxload-l:after {
    content:' ';
    display:block;
    position:absolute; 
    top:0; right:0; bottom:0; left:0; 
    z-index:10;
    background:rgba(255,255,255,.8) url('../images/ajax-loader.gif') no-repeat 50% 50%;
    background-size: 100px; 
}
.product-box .ajaxload-l {
	display:none;
}
body {
		margin:0; padding:0;
		font: 16px/1.5 Barlow;
		color:#565656;
		background-color:#fff; 
    background-repeat:no-repeat;
}
.body {
	overflow:hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.bal { width:20%; min-width:200px; }

.content-holder { 
    z-index:100; 
    padding:20px 0; 
    background-color:#fff;
    background-repeat:no-repeat;
    /*background-size: 100%;*/
    background-attachment: fixed;
    background-position:top center;
}
.content-nobg { background:transparent; }
.content { position:relative; }
.bal .module { margin-right:10px; }

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top:127px;
    z-index:100;
}
.sticky-header {
		position: -webkit-sticky;
    position: sticky;
		top:-1px;
    z-index: 100;
    padding: 60px 0 20px;
    margin-bottom: 20px;
		border-bottom:1px solid #f0f0f0;
}
.sticky-header:after {
		content:'';
		position:absolute;
		z-index:-1;
		top:0; right:-15px; bottom:0; left:-15px;
    background:#fff;
}
.top-holder {
    background:#fff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-bottom:1px solid #eaeced;
		
	-webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.top {
    padding:0;
}
.fixed .top {
    padding:4px 0;
}
.fixed .menu-holder {
    padding:0;
}
.container {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.container .container {
    padding:0;
    margin:0;
    width:auto;
}
.top .container { position:relative; }
.badge {
	display:inline-block;
	text-align:center;
	min-width:28px;
	padding:5px 10px;
    margin-bottom:2px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#777;
	background:#eee;
	border:0px solid #aaa;
	line-height:1.1;
    font-size: 11px;
    font-weight:400;
}
.popup {
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    z-index:3000;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.popup-overlay {
    position: absolute;
    top:0; right:0; bottom:0; left:0;
    z-index:1;
    background:rgba(255,255,255,.9);
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.popup.active .popup-overlay {
    background:rgba(255,255,255,.8);
}
.popup-window {
    position:relative;
    z-index:2;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    margin:20px;
		background: #fff;
}
.popup-close {
    position:absolute;
    z-index:3;
    top:-20px; right:-20px;
    width: 48px;
    height: 48px;
    background:#fff;
    color:#c32b2b;
    border:3px solid #fff;
    border-radius:50%; 
    cursor:pointer;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex-grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
    /*-webkit-justify-content: center;
    justify-content: center;*/
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.flex-grid-margin { margin:0 -1%; }
.flex-grid-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-1, .flex-2, .flex-3, .flex-4 {
    width:100%;
    margin-left:1%;
    margin-right:1%;
}
.newsitem.flex-2, .newsitem.flex-3, .newsitem.flex-4 {
	position: relative;
    /*border: 1px solid #c59a32;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
	background:#fff;
}
.newsitem.flex-2 .cikk_tartalom, .newsitem.flex-3 .cikk_tartalom, .newsitem.flex-4 .cikk_tartalom {
	padding:20px;
}
.flex-2 .read-more, .flex-3 .read-more, .flex-4 .read-more {
    /*position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;*/
		text-align:center;
        margin-bottom:20px;
}
.flex-2 .newspic, .flex-3 .newspic, .flex-4 .newspic {
	margin-bottom: 10px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 66.66% 0 0 0;
}
.flex-2 .newspic img, .flex-3 .newspic img, .flex-4 .newspic img {
  display: block;
  object-fit:cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.flex-2:hover .newspic img, .flex-3:hover .newspic img, .flex-4:hover .newspic img {
  height: 120%;
}
.newsitem.flex--1 {
    margin:30px 0;
}
.newsitem {
	margin-bottom:20px;
}
.newsitem.kiemelt {
	width:100%;
	background:#f6f6f6;
}
.newsitem h3 {
	margin: 0 0 20px 0;
}
.newsitem-title a {
    color:#151515;
}
.newspic { margin-bottom:10px; }

.newsitem-tipus-4 {
    padding:30px 0;
    background-color:#f6f6f6;
}
.newsitem-tipus-4 .article-inner {
    display: flex;
    gap:30px;
}
.newsitem-tipus-4 .newspic {
    margin:0;
}
.newsitem-tipus-4 .newspic img {
    width: 100%;
    min-width: 300px;
}
.newsitem-tipus-4.featured {
    background-color:#c59a32;
}
.newsitem-tipus-4.featured .btn-primary {
    background-color:#333;
    border-color:#333;
}
.newsitem-tipus-4.featured .btn-primary:hover,
.newsitem-tipus-4.featured .btn-primary:focus {
    background-color:#000;
    border-color:#000;
}

.cat-pic-parallax {
    max-height:400px;
    overflow:hidden;
    margin:-20px 0 30px 0;
}
.cat-pic-parallax img {
    min-height:460px;
    width:100%;
    object-fit: cover;
}
.webshop .cat-pic-parallax {
    max-height:220px;
}
.webshop .cat-pic-parallax img {
    min-height:280px;
}
.datum {
	display:block; 
	color: #888;
	font-size:0.95em;
	font-weight:normal;
    margin-bottom:10px;
}

.datepicker-inline {
	width:100%;
	margin-bottom:30px;
}
.datepicker-inline table {
    background:#f9f9f9;
}
.datepicker-inline table tr td, .datepicker-inline table tr th {
	height:45px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color:#dbdbdb;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused,
.datepicker table tr td span.focused, .datepicker table tr td span:hover{
	border-radius:30px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active{
	color:#fff;
	background-color:#c59a32;
	border-color:#c59a32;
	border-radius:30px;
	text-shadow:none;
}
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, .datepicker table tr td.today:hover,
.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover{
	color:#fff;
	background-color:#d1aa4b;
	border-color:#d1aa4b;
	text-shadow:none; 
}
.datepicker table tr td.today {
	background-color:#c59a3233;
	border-color:#c59a3233;
	border-radius:30px;
	text-shadow:none;
}

.galeria-holder {
    display:grid;
    grid-template-columns: repeat(auto-fill,minmax(calc(10% + 5rem), 1fr));
    gap: 4px;
}
.galeria-item img {
    width:100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.docs-holder {
	background:#f9f9f9;
	padding:15px 15px 0 15px;
	margin-bottom:20px;
}
.docs-holder h4 { margin-bottom:0; }
.docs-item {
		margin: 15px;
		display: inline-block;
		text-align:center;
}
.cookie-holder:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2100;
    content: "";
    opacity: 1;
    visibility: visible;
    background:rgba(0,0,0,.7);
}
.cookie-holder.hidden:before {
    opacity: 0;
    visibility: hidden;
}
.cookie-box {
    position: fixed;
    bottom:20px;
    left:20px;
    right:20px;
    z-index: 2101;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-size: 14px;
	background: #fff;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
}
.cookie-box-title {
    padding:20px 20px 7px;
    font-size:16px;
    font-weight: bold;
}
.cookie-box-body {
    padding:6px 20px 7px;
} 
.cookie-box-footer {
    padding:6px 20px 7px;
    font-size:11px;
    font-weight: bold;
    background:#f0f0f0;
    border-top:1px solid #e0e0e0;
}
.cookie-box-buttons {
    padding:10px 20px 11px;
    border-top:1px solid #e0e0e0;
}
.cookie-reszletek-mutat .cookie-reszletek {
    display: block;
}
.cookie-reszletek, .cookie-reszletek-mutat .cookie-intro {
    display: none;
}
.cookie-box a {
    color:#888;
	transition: color .3s linear;
}
.cookie-box a:hover {
    color:#444;
}
.btn-cookie {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 12px;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.table-bordered tr td, table.table-bordered tr th {
    border: 1px solid #f8c977;
    padding: 10px;
}
table thead {
    background: #f9f9f9;
    border-bottom: 0;
}
table th { 
    color: #4e4e50;
    font-size: 14px;
    font-weight: 700;
}
table[border="0"] td {
	border:none !important;
}

h1 {
	position:relative;
	font-family:'Gruppo', sans-serif;
	font-weight:400;
     font-size:50px;
	line-height:1.1;
	margin:0 0 40px 0; padding:0;
	color:#151515;
}
.kezdolap h1 { 
    font-family:'Gruppo', sans-serif;
    margin-bottom:34px;
}
h1 .badge { font-size:12px; }
h2 {
	position:relative;
	font-family:'Gruppo', sans-serif;
	font-weight:400;
	font-size:40px;
	line-height: 1.1;
	margin:0 0 40px 0; padding:0;
	color:#151515;
}
.login h2, .registration h2 {
    font-size:34px;
    text-align: center;
}
h2 .badge { border:0; }
h2 .badge:before {content:"("}
h2 .badge:after {content:")"}
h2 .icon {
    margin-right: 5px;
    padding:10px;
    border:1px solid;
    border-radius:50%;
    font-size: 20px;
    width: 44px;
    height: 44px;
    text-align: center;
}
h1:after, h2:not(#CybotCookiebotDialogBodyContentTitle, .termek_beszallito):after {
	position:absolute;
	bottom: -10px;
	left:50%;
	margin-left:-45px;
	content: '';
	display: inline-block;
	width: 90px;
	height: 1px;
	background-color: #c59a32;
}

h3 {
	position:relative;
	font-family:'Gruppo', sans-serif;
	font-weight:400;
	font-size:28px;
	line-height: 1.3em;
	margin:0 0 30px 0; padding:0;
	color:#151515;
}
h3 a { color:#454545; }
h4 {
	font-family:'Barlow', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height: 1.4em;
	margin:0 0 20px 0; padding:0;
	color:#151515;
}
h5 {
	font-family:'Barlow', Helvetica, sans-serif;
  font-weight:400;
	font-size:16px;
	margin:0 0 10px 0; padding:0;
	clear: both;
	color:#151515;
}
h6 {
	font: 14px/1.8em Barlow;
	margin:0 0 5px 0; padding:0;
}
.alcim {
	color:#aaa;
}
.alfejlec {
	position:relative;
	padding:0;
	margin-bottom:10px;
}
.alfejlec_spec {
	position:relative;
}
.alfejlec form {
	float:right;
	padding-top:5px;
}
.bank.module { background:transparent; text-align:center; font-size:11px; }

.btn_prev {
	float:left;
	font-size:1em;
	font-weight:bold; 
	padding:2px;
	cursor:pointer;
}
.btn_next {
	float:right;
	font-size:1em;
	font-weight:bold;
	padding:2px;
	cursor:pointer;
}
.fancybox-title-over #fancybox-title-over { display:none; }

.vedelem { position:absolute; left:-5000px; }
.form-row { margin-bottom:20px; }

input[type="text"], input[type="file"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], select, select.form-control, textarea, textarea.form-control, .fakeinput, .rowElem .ajaxload-l {
	padding: 12px 20px; margin:0;
	font-family:'Barlow', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:24px;
	height:auto;
	text-decoration: none;
	text-align: left;
	color: #5a5a5a;
	background: #fff;
	border: 1px solid #e5e5e5;
    vertical-align:top;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
	box-shadow: inset 0 0 0 rgba(0,0,0,.075);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input:hover, select:hover, textarea:hover {
    border-color:#eee;
    background-position:top right;
}
input:focus, select:focus, textarea:focus {
	border-color:#ccc;
	background-position:top right;
}
input[type="checkbox"]:focus, input[type="radio"]:focus {
    -webkit-box-shadow:none;
    box-shadow:none;
} 
select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
textarea {
    resize: vertical;
}
input:user-invalid, select:user-invalid, textarea:user-invalid {
    background: #fff6f7;
    border-color:#f00;
}
label input[type="radio"] { display:none; }
label { font-weight:400; }
.radio-off, .radio-on {
    padding-left:30px;
    position: relative;
    display: inline-block;
}
.radio-off:after, .radio-on:after {
	display: block;
    position: absolute;
    left: 0; top: 3px;
    content: "";
    z-index: 1;
	width: 17px;
	height: 17px;
	margin: 0 2px;
    border-radius: 30px;
}
.rowElem>label.radio-off:after, .rowElem>label.radio-on:after { top: 5px; }
.radio-on:after {
	background-image: none;
	background-color: #fff;
    border: 5px solid #c59a32;
}
.radio-off:after {
	filter: Alpha(Opacity=30);
	opacity: .3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
    border: 2px solid #777;
    background-color: rgba(0,0,0,.02);
}
.rowElem > .radio-off:after, .rowElem > .radio-on:after {
    margin-left:13px;
}
.label_txt { display:inline-block; font-weight:normal; }

.form h2 { 
    margin-top:20px;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.form h2:after, .kosar .termek_fejlec h2:after, .kiskosar .termek_fejlec h2:after { display:none !important; }
.rowElem { position: relative; display: table; border-collapse: separate; margin-bottom: 8px; width:100%; }
.rowElem > label {
	display: table-cell;
	width: 35%;
	padding: 12px 0;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
    color:#555;
	background-color: transparent;
	border: 1px solid transparent;
	border-right: 0;
	vertical-align: top;
}
.rowElem input, .rowElem textarea, .rowElem select, .rowElem .fakeinput, .rowElem .ajaxload-l { display: table-cell; min-width:100%; width:100%;  }
.rowElem.rowError input, .rowElem.rowError textarea, .rowElem.rowError select, .rowElem.rowError .fakeinput { border-color:#e00; }
.error { color:#f00; }
.fakeinput { cursor:default; }
.rowElem .ajaxload-l { border:0; padding:0; height:34px; }

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


.btn {
    position:relative;
    overflow:hidden;
		white-space: normal;
    border-width:1px;
    border-radius:25px;
    padding: 12px 32px;
		text-transform: uppercase;
    font-size:14px;
    font-weight:600;
    line-height:24px;
    letter-spacing: 0.06em;
		
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn:not(.btn-icon):after {
    content: '';
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.25), transparent);
}
.btn:hover:after {
    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
@-webkit-keyframes shine{
    100% {left:-200%}
} 
@keyframes shine{
    100% {left:-200%}
}
.btn:focus { outline:none; }
.btn-sm {
		padding: 6px 15px;
		font-size: 11px;
		line-height: 24px;
}
.btn-link {
    color:#c59a32;
    font-weight:300;
    padding:0;
    margin:0 5px;
}
.btn-link:hover, .btn-link:focus {
    color:#c59a32;
    text-decoration:none;
    outline:none !important;
}
.btn-link.active {
    font-weight:600;
}
.btn-icon {
    overflow: visible;
    padding-left: 75px;
    margin-top:10px;
    margin-bottom:10px;
}
.btn-sm.btn-icon {
    padding-left: 60px;
}
.btn-primary {
    color: #fff;
    background-color: #c59a32;
    border-color: #c59a32;
    box-shadow: inset 0 0 0 1px white;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color:#d1aa4b;
    border-color: #d1aa4b;
}
.btn-primary.active, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    color: #fff;
    background-color: #d1aa4b;
    border-color: #c59a32;
    outline: none;
}
.btn-default {
    color: #282830;
    background-color: #fff;
    border-color: #c59a32;
    box-shadow: inset 0 0 0 1px white;
}
.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #c59a32;
    border-color: #c59a32;
}
.btn-default.active, .btn-default:active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
    color: #fff;
    background-color: #c59a32;
    border-color: #c59a32;
    outline: none;
}
.btn-circle {
    border-radius:100px;
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-icon img {
    position: absolute;
    left:-2px;
    top: -10px;
    z-index: 10;
    display: inline-block;
    width: 68px;
    height: 68px;
    padding: 13px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #c59a32;
    box-shadow: inset 3px 6px 3px rgba(0, 0, 0, .1);
}

.btn-sm.btn-icon img {
    width: 55px;
    height: 55px;
}

.small-form .rowElem >label,.small-form .rowElem select,.small-form .rowElem input {
    font-size: 11px;
    line-height: 20px;
}
.small-form .select2-container--default .select2-selection--multiple {
    font-size: 11px;
    min-height: 28px;
}
.small-form .select2-container--default .select2-selection--multiple .select2-selection__choice,.small-form .select2-container .select2-search--inline .select2-search__field {
    margin-top: 1px;
}

.kosar .form .form_lablec { clear:both; position:absolute; bottom:0; right:0; margin: 0;padding: 0; }

.inaktiv { opacity:0.5; filter:alpha(opacity=50); }

.kepvalto {
    max-width: 2400px;
    margin: 0 auto;
    overflow:hidden;
}
.kepvalto .owl-theme .owl-dots .owl-dot span {
    display: block;
    width:60px;
    height:5px;
    margin:5px;
    background:rgba(255,255,255,.9);
    
}
.kepvalto .owl-theme .owl-dots .owl-dot.active span, .kepvalto .owl-theme .owl-dots .owl-dot:hover span {
    background:#d1aa4b;
}
.kepvalto .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    margin-top: -20px;
    text-align:center;
}
.owl-carousel .owl-nav {
    position:absolute;
    top:50%;
    width:100%;
    height:0;
    margin-top:0;
}
.owl-carousel .owl-nav button.owl-prev {
    float:left;
}
.owl-carousel .owl-nav button.owl-next {
    float:right;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    margin-top:-20px;
    background:rgba(255,255,255,.3);
    color: #000;
    padding:0 10px !important;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background:rgba(255,255,255,.6);
    color: #000;
}
.owl-nav button span {
    line-height: 50px;
    font-size: 50px;
    height: 60px;
    display: inline-block;
}

.slideshow-item {
    position:relative;
    text-align:center;
    overflow:hidden;
}
.slideshow-item picture {
    display: inline-block;
    width:100%;
    /*max-height: 100vh;*/
} 
.slideshow-item picture img, .slideshow-item video { 
    width:100%;
    object-fit: cover;
    max-height: 70vh;
}
.slideshow-overlay {
    position: absolute;
    left:10%;
    bottom:80px;
    z-index: 11;
    width:580px;
    text-align: left;
    padding: 20px 20px 40px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}/*
.active .slideshow-overlay {
    animation-delay: .5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}*/
.slideshow-overlay:before {
    content: '';
    position: absolute;
    top: -100px;
    right: -600px;
    bottom: -100px;
    left: -600px;
    z-index:-1;
    background: radial-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 60%);
    margin: -100px -200px -100px -200px;
}

.active .slideshow-item-cim, .active .slideshow-item-szoveg, .active .slideshow-overlay .btn {
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.active .slideshow-item-szoveg {
    animation-delay: 1.0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.slideshow-item-cim {
    font-family:'Gruppo', sans-serif;
	font-weight:700;
    font-size:50px;
	line-height:1.2;
    margin-bottom:15px;
    color:#fff;
}
.slideshow-item-szoveg {
    font-size:18px;
}
.slideshow-overlay .btn {
    background:transparent;
    color:#fff;
    border-color:#fff;
    margin-top:20px;
}
.active .slideshow-overlay .btn {
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.slideshow-overlay .btn:hover {
    color:#d1aa4b;
    border-color:#d1aa4b;
}

.breadcrumb {
	background:transparent;
    padding:5px 0;
	font-size:12px;
    font-weight:400;
}

.lapozo {
    display: flex;
    justify-content: right;
    margin:10px 0;
}
.lapozo ul { 
    margin: 0;
    padding:0;
    list-style:none;
    display: flex;
    gap: 3px;
}
.lapozo a, .lapozo .hellip {
	display:block;
	padding: 4px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7;
	text-decoration:none;
	color:#585858;
    background:#fff;
    border-radius:50%;
    width: 33px;
    height: 33px;
    text-align: center;
	border:1px solid #d8d8d8;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;    
}
.lapozo a:hover {
	color:#c59a32;
	border-color:#c59a32;
}
.lapozo .kijelolve, .lapozo .kijelolve:hover {
	color:#242424;
	border-color:#242424;
    font-weight:700;
	text-decoration:none;
}

.log, .registration .panel { max-width:700px; margin: auto; }
.tartalom .login_tartalom { margin:0 auto; }
.login_stay_in { float:left; }


.login_lostpass {
	clear:both;
	padding-top:4px;
	margin-top:16px;
	text-align:center;
	border-top:1px solid #e8e8e1;
}
.lostpass-off .login_lostpass, .label-off .login-label {
    display: none;
}

.lablec-holder {
	clear:both;
	width:100%;
    padding:30px 0;
    background:#f6f6f6;
}
.lablec h4 {
    text-transform: uppercase;
    font-family:'Barlow', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #282830;
}
.bankcards {
	max-height:40px;
}
.copyright { 
    font-size:12px;
    padding:30px 0 120px 0;
    background: #fff;
	-webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.planumcomp {
	display:inline-block;
	width:145px; height:16px;
    font-family:'Arial', helvetica, sans-serif;
	font-size:10px;
    line-height:16px;
    margin-bottom:20px;
	color:#666;
	text-align:left;
	background:url('../images/planum-comp.png') right top no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.planumcomp:hover {
	color:#d8232f;
	background-position: right bottom;
}
.regInputError {
    color: red;
    margin-bottom: 3px;
    display: none!IMPORTANT;
}
.regCheckedInputBlock .regInputError {
    display: block!IMPORTANT;
}
.regCheckedInputBlock input[type="text"] {
    background-color: #fee;
}
.rejtett { display:none !important; }
.social { margin-top:20px;padding-top:30px; border-top:1px solid #d8d8d8; }
.social img { width:60px; }


.login-popup .login-panel {
    display:none;
    background:#fff;
    position:fixed;
    z-index:2999;
    top: 30%;
    left: 50%;
    width:90%;
    margin-left:-200px;
    max-width:400px;
    padding:30px 30px 24px;
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.login-popup .login-close-button {
    position:absolute;
    top:-15px;
    right:-15px;
    z-index:2;
    padding:5px;
    width:34px;
    height:34px;
    background-color:#58595b;
    color:#fff;
}
.login .login-close-button { display:none; }
.login-popup .login-overlay {
    display:block;
    content:'';
    position:fixed; 
    top:0; right:0; bottom:0;
    z-index:2990; 
    background:rgba(255,255,255,0);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out; 
    transition: background .2s ease-in-out; 
}
.login-open .login-panel {
    display:block;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.login-open .login-overlay { background:rgba(255,255,255,.70); width:100%; }


.search .search-panel {
    display:none;
    background:#fff;
    position:fixed;
    z-index:2999;
    top: 10vh;
    left: 10vw;
    width: 80vw;
    padding:30px 30px 24px;
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.search .search-close-button {
    position:absolute;
    top:-15px;
    right:-15px;
    z-index:2;
    padding:5px;
    width:34px;
    height:34px;
    background-color: #000;
    color: #fff;
}
.search .search-overlay {
    display:block;
    content:'';
    position:fixed; 
    top:0; right:0; bottom:0;
    z-index:2990; 
    background:rgba(255,255,255,0);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out; 
    transition: background .2s ease-in-out; 
}
.search-open .search-panel {
    display:block;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.search-open .search-overlay { background:rgba(255,255,255,.70); width:100%; }

.search-toggle {
    float:right;
    position:relative;
    z-index:510;
    font-size:23px;
    width:50px; height:55px;
    color:#c59a32;
		background:transparent;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.search-toggle:hover {
    color:#d1aa4b;
}
.search input.search-field {
    float:left;
	width:96%;
    border:0;
    border-bottom:4px solid #282830;
    box-shadow:none;
    background:transparent;
    font-size: 16px;
    font-weight: bold;
}
input.search-field::-webkit-input-placeholder,
input.search-field:-moz-placeholder,
input.search-field::-moz-placeholder,
input.search-field:-ms-input-placeholder { 
    color:#aaa;
} 
.search .search-button {
    float:right;
	width:50px; height:50px;
    margin:-40px 0 0;
	border:0;
    border-radius:50%;
	font-size:20px;
	background:#000;
	color:#fff;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.search .search-button:hover { background-color:#af0b0b; }


.search-inline {
    position:relative;
    float:right;
    margin: 15px 20px 5px 20px;
    width:320px;
    text-align:right;
}
.fixed .search-inline {
    margin: 4px 10px 0;
}
.fixed .search-inline .search-button {
    font-size:17px;
}
.search-inline input.search-field {
    background:none;
    border:none;
    border-bottom: 1px solid #282830;
    color: #282830;
    box-shadow:none;
    padding:1px 7px;
    width:89%;
}
.search-inline input.search-field::placeholder {
    color:rgba(0,0,0,.5);
}
.search-inline .search-button {
    color: #282830;
    font-size: 18px;
    padding: 0 5px;
    background:none;
}
.search-inline .search-button:hover {
    color: #d1aa4b;
}


.szallitas_regi_sor {
    position:relative; 
    clear:both; 
    padding:12px 80px 12px 20px; 
    margin-bottom:.5rem; 
    background: #f6f6f6; 
    border: 1px solid #f6f6f6; 
    border-radius:25px;
		font-size:14px;
}
.szallitas_regi_sor:last-of-type, .szallitas_regi_sor label { margin-bottom:0; }
.szallitas_regi_sor a:hover { color:#B6B824; }
.szallitas_regi_sor input { float:left; margin:2px 10px 0 0; }
.cim_ikonok {  position:absolute; right:20px; top:10px; }
.cim_ikonok img { cursor:pointer; margin-left:5px; }

.uj_cim { background:#f6f6f6; margin-bottom:10px; width:100% !important; border-radius:25px; }
.uj_cim .rowElem > label { width:130px; }
.uj_cim .cim_modositasa .btn { margin-left: 8px; }

.szallitas_uj_sor label { float:left; width:132px; }
.szallitas_uj_sor input, .szallitas_uj_sor select { float:left; }
.szallitas_uj_sor textarea { width:395px; height:60px; }
.szallitas_lablec { margin-bottom:20px; clear:both; }


/*------ SIKERES, SIKERTELEN eleje------------*/

.ui-state-error, .ui-state-highlight { margin-bottom:10px; }
.ui-state-error ul, .ui-state-highlight ul { list-style:none; margin:0; padding:10px; }
.ui-state-error li, .ui-state-highlight li { clear:both; }

/*------ SIKERES, SIKERTELEN vege------------*/


.tartalom { position:relative; }
.tartalom .login_regisztracio { display:none; }
.tartalom .form {
    max-width: 700px;
    margin:auto;
    padding: 20px;
    border-radius: 11px;
    background: #f9f9f9;
}
.tartalom .form .szallitas_regi_sor, .tartalom .form .uj_cim {
    background-color:#ededed;
}
.top-contact {
    color:rgba(255,255,255,.75); 
    font-size:12px;
    padding: 2px 10px;
    font-size: 12px;
}
.top-contact a {
    color:#aaa;
}
.top_account {  
    padding:6px 0; 
    background: #c59a32;
    color:rgba(255,255,255,.9); 
    font-family:'Barlow', Arial, Helvetica, sans-serif;
    font-size:13px;
}
.top_account_item {
    padding:3px;
}
.top_account a {
    color:rgba(255,255,255,.9);
    transition: 0.3s all ease 0s;
}
.nyelvek, .penznemek { display: inline-block; }
.nyelvek a, .penznemek span {
    display:inline-block;
    text-transform:uppercase;
    padding:5px;
    color:rgba(255,255,255,.9);
    cursor:pointer;
    transition: 0.3s all ease 0s;
    line-height:14px;
    height:24px;
}
.nyelvek a:hover, .nyelvek a.kijelolve, .penznemek span:hover, .penznemek span.kijelolve, .top_account a:hover { color:rgba(255,255,255,1) !important; }
.nyelvek img { max-height:14px; vertical-align:top; }
.logo {
    display:block;
	margin:20px auto 10px;
    max-width:288px; 
    position:relative;
    z-index:400;
}
.fixed .top .logo {
	float:left;
    max-width: 168px;
    margin:0 30px 0 0;
}
.icon-menu {
	position:absolute;
	top:0;
	right:10px;
}
.fixed .icon-menu { top:2px; }

ul { list-style: square; }

/*-------------- MENU --------------*/

.menu-top-left { }
.fixed .menu-top-left { float:left; }
.menu-top-right { }
.menu .badge { display:none; opacity:0.6; filter:alpha(opacity=60); } 
.menu ul, .menu li { list-style:none; padding:0; margin:0; }
.menu li { display:inline-block; position:relative; }
.almenuHolder .menucat {
	display:block;
	margin: 15px 0;
    padding: 0;
	font-weight:600;
	font-size:13px;
    letter-spacing:0.1em;
}
.menuitem a {
	position:relative;
	display:block;
	margin:0; padding:0;
	text-decoration:none;
	-webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menuitem a > span { pointer-events: none; }
.menuitem .menukep {
    height:80px;
    overflow:hidden;
    margin-bottom:10px;
}
.menuitem .menukep img { 
    width:100%;
    object-fit:cover;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
.menuitem a:hover .menukep img {
    width:110%;
}
.bal .menuitem a { padding:0 10px; }

.almenu {
    position:relative;
    display:none;
    z-index:380;
    vertical-align:top;
    font-family:'Barlow', sans-serif;
	font-weight:400;
    font-size:16px;
    letter-spacing:0.05em;
	text-align:center;
}
.fixed .almenu {
		float:left;
    font-size:13px;
}
.almenu .root_menu > a {
    display:inline-block;
	color:#282830;
	padding:10px 0;
    margin:0 15px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out; 
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out; 
	transition: color .2s ease-in-out, border-color .2s ease-in-out;
}
.fixed .almenu .root_menu > a {
    padding:8px 0;
}
.almenu .root_menu:hover > a, .almenu .root_menu.kijelolve > a { color:#c59a32 !important; }
.menu-top-right .root_menu > a {
    margin-left:15px;
    margin-right:0;
}
.almenu .cuccHasab { max-height:70vh; }
.almenu .almenuHolder { background:#fff; }
.almenu .almenuHolder li { position:relative; vertical-align: top; text-align:left; }
.almenu .almenuHolder li:first-child::before { display:none; }
.almenu .almenuHolder li > a { color:#282830; line-height: 1.2; }
.almenu .almenuHolder li:hover > a, .almenu .almenuHolder li.kijelolve > a { color:#c59a32 !important; }
.almenu .menu_level_1 > li > a { font-size:15px; letter-spacing:0.05em; }
.almenu .menu_level_2 > li > a { padding-left:30px; }
.fixed .almenu .menu_level_1 > li > a { font-size:13px; }
.almenu .menu_level_1 .container, .almenu .menu_level_1 .cuccHasab { padding: 0; width:auto; }
.almenu .menu_level_1 > li > a .menuicon img { max-height:16px; vertical-align: top; }
.almenu .menu_level_2 > li > a .menuicon img { max-height:14px; vertical-align:top; }

.menu-left-holder {
    max-height:77vh;
}
.menu-left ul.menu_level_0 li ul {
    display: none;
}
.menu-left li, .menu-left ul.menu_level_0 li.kijelolve ul {
    display: block;
}
.menu-left a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.menu-left .root_menu > a {
	padding: 2px 0 2px 10px;
    border-left: 2px solid #ddd;
	font-family:'Barlow', helvetica, sans-serif;
	font-size:14px;
    letter-spacing: 0.65px;
	font-weight:normal;
	color:#3C3A3A;
}
.menu-left .menucat.root_menu > a { 
    font-family:'Barlow', helvetica, sans-serif;
    font-weight:600;
    font-size:15px;
    color:#3C3A3A; 
}
.menu-left .root_menu:first-of-type > a { border-top:0; }
.menu-left li > a:hover, .menu-left .kijelolve > a { color:#e44145; border-color:#e44145; }
.menu-left .root_menu > a:hover, .menu-left .root_menu.kijelolve > a { color:#e44145; border-color:#e44145; }
.menu-left ul ul { margin-bottom:10px; }
.menu-left .cikkcsoport_beszallito a { 
	font-family:'Barlow', helvetica, sans-serif;
    font-weight:300;
	font-size:11px;
	padding:1px 8px 1px 20px; 
	color:#3C3A3A;
}
.menu-left .badge { float:right; }

.menu-bottom { text-align:center; }
.menu-bottom li, .menu-bottom div { display:block; }
.menu-bottom li.root_menu { display:inline-block; vertical-align:top; }
.menu-bottom a {
    display:inline-block;
    padding:0;
    margin:0 20px;
    color:#282830;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
 }
.menu-bottom a:hover, .menu-bottom ul ul .kijelolve a { color:#d1aa4b; }
.menu-bottom li.root_menu > a {
    font-size:16px;
    line-height:26px;
    padding: 11px;
    color:#282830;
    font-weight:400;
}
.menu-bottom li.root_menu > a:hover {
    color:#d1aa4b;
}
.menu-bottom .almenuHolder {
    position:static;
    opacity: 1;
    visibility: visible;
    padding: 10px 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background:transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
    box-shadow:none;
}
.menu-bottom .almenuHolder li > a {
	display: block;
    padding: 8px 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}
.menu-bottom .almenuHolder .container {
    width:auto;
    padding:0;
}
.menu-bottom .menukep { display:none; }
.menu-top-right .almenuHolder .cuccHasab { text-align:right; }

/*-------------- MENU end --------------*/


/*---------- Hasabos menu ----------*/

div.cuccHiddenBeszallitok, div.cuccHiddenAkcios { display: none; }

.almenuHolder {
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 500;
    left: 0;
    right:0;
	top:100%;
    text-align: left;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.almenuHolder .almenuHolder { position:static; border-bottom:0; background:transparent; }
li:hover > .almenuHolder, .almenuHolder .almenuHolder {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.almenuHolder li {
	display:block;
}
.almenuHolder li > a {
    font-size:13px;
    font-weight: 400;
    letter-spacing:0.5px;
	padding:8px 15px;
    margin-bottom:3px;
    text-align: left;
	/*white-space:nowrap;*/
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.top-holder .menu_level_0 > li > .almenuHolder {
    box-shadow: 0px 20px 20px rgba(0,0,0,0.09);
    border-radius: 10px;
    margin:0 -15px;
	  border-top: 3px solid #c59a32;
		box-shadow: 0 0 20px rgb(78 78 78 / 16%);
		min-width: 280px;
    padding: 20px;
}

.mobile-overlay { 
   position:fixed; 
   left:0; top:0;
   width:0%; 
   height:100%; 
   z-index:2990; 
   background:rgba(255,255,255,0);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

/*---------- Hasabos menu end ----------*/

/*---------- MOBIL MENU -----------*/

.menu-mobile {
	padding:8px 10px;
	text-align:center;
}

@media (max-width: 450px) {

}
@media (max-width: 767px) {

/*------ MOBIL NEZET MENU NYIT/ZAR GOMB -------*/
    
    .collapse-button {
    	position:absolute;
    	top:0; right:-60px;
        z-index:100;
    	padding: 0 10px;
    	margin: 7px 0;
    	font-family:'Arial', Arial, Helvetica, sans-serif;
    	font-size:11px;
    	text-align:center;
    	border-radius: 2px;
    	color:#c59a32;
        border:0;
        background:transparent;
    }
    .collapse-button:hover { background-color:transparent; }
    .mobile-menu-open .collapse-button { background-color:transparent; right:4px; }
    .collapse-title { display:none; }
    .mobile-menu-logo { padding:10px; max-width:240px; margin:10px auto 0; }
    .mobile-menu .container { padding:0; }
    
    .mobile_account .container { padding:0 12px; font-size:15px; text-align:center; flex-direction: column; flex-direction: column-reverse; }
    .mobile_account .top_account_jobb { font-size:12px; padding:20px 0 0 0; }
    .mobile_account .nyelvek, .mobile_account .penznemek { text-align:center; margin-bottom:1px; }
    .mobile_account .nyelvek a, .mobile_account .penznemek span { padding:5px; color:#888; }
    .mobile_account .top_account a {
            text-transform:uppercase;
            color:#888;
            line-height:25px;
    }
    .mobile_account .top_account_bal a {
        display: inline-block;
        text-transform: uppercase;
        margin: 0;
        line-height: 20px;
        color: #fff;
        background: #c59a32;
        border-radius: 20px;
        white-space: nowrap;
        margin: 2px;
        padding: 6px 15px;
        font-size:12px;
        letter-spacing: .03em;
    }
    
    .search-inline { display:none; }
    .mobile-menu .search-inline { display:block; float:none; width:100%; margin:0; padding:8px 10px; background:rgba(0,0,0,.02); }
    .mobile-menu .search-field, .mobile-menu .search-inline .search-field { float:left; width:88%; border:1px solid #282830; font-size: 16px; }
    
    .menu-icon {
      position: relative;
      display: block;
      width: 25px; 
      height: 50px;
    	-webkit-transition: transform .3s, background 0.25s ease-in-out;
    	-moz-transition: transform .3s, background 0.25s ease-in-out;
    	-ms-transition: transform .3s, background 0.25s ease-in-out;
    	-o-transition: transform .3s, background 0.25s ease-in-out;
    	transition: transform .3s, background 0.25s ease-in-out;
    }
    .menu-icon > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 80%;
      height: 0.25em;
      background-color:#c59a32;
      border-radius: 3px;
    	-webkit-transition: transform .3s, background 0.25s ease-in-out;
    	-moz-transition: transform .3s, background 0.25s ease-in-out;
    	-ms-transition: transform .3s, background 0.25s ease-in-out;
    	-o-transition: transform .3s, background 0.25s ease-in-out;
    	transition: transform .3s, background 0.25s ease-in-out;
    }
    .menu-icon > span:before,
    .menu-icon > span:after {
      content: "";
      position: absolute;
      left: 0;
      width: 120%;
      height: 100%;
      background-color:#c59a32;
      border-radius: 3px;
    	-webkit-transition: transform .3s, background 0.25s ease-in-out;
    	-moz-transition: transform .3s, background 0.25s ease-in-out;
    	-ms-transition: transform .3s, background 0.25s ease-in-out;
    	-o-transition: transform .3s, background 0.25s ease-in-out;
    	transition: transform .3s, background 0.25s ease-in-out;
    }
    .menu-icon > span:before {
      -webkit-transform:translateY(-0.75em);
                transform:translateY(-0.75em);
    }
    .menu-icon > span:after {
      -webkit-transform:translateY(0.75em);
                transform:translateY(0.75em);
    }
    .mobile-menu-open .menu-icon {
      -webkit-transform: rotate(45deg);
    	        transform: rotate(45deg);
    }
    .mobile-menu-open .menu-icon > span {
        width: 100%;
    }
    .mobile-menu-open .menu-icon > span:before {
        width: 100%;
      -webkit-transform: rotate(90deg);
    	        transform: rotate(90deg);
    }
    .mobile-menu-open .menu-icon > span:after {
        width: 100%;
      -webkit-transform: rotate(90deg);
    	        transform: rotate(90deg);
    }
    .mobile-menu-open #body-content {
      margin-left:170px;
      margin-right:-170px;
    }
	.mobile-menu-logo a { display:block; text-align:center; padding:0; }
	.mobile-menu {	   
		display:block;
		position:fixed;
		top:0; left:0; bottom:0; right:0;
		z-index:3000;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
	}
	.mobile-menu-open .mobile-menu {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
	.mobile-menu-inner {
		position:absolute;
		top:0; right:0; left:0; bottom:0;
/*		padding-right:20px; margin-right:-20px; /* eltuntetem a scrollbart */
        overflow:hidden;
		background:#fff;
        box-shadow: 0 0 0 rgba(0,0,0,0);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.mobile-menu-open .mobile-menu-inner {
        box-shadow: 0 0 40px rgba(0,0,0,.2);
	}
    .mobile-menu-inner .scrollbar {
        height: 90%;
        width: 100%;
        padding-bottom:50px;
    }
	.mobile-menu-open .mobile-overlay { background:rgba(255,255,255,.7); width:100%; }
    body.mobile-menu-open { overflow:hidden; }
	.mobile-menu .root_menu { display:block; float:none; margin:0; padding:0; border-bottom:1px solid #fff; }
	.mobile-menu .root_menu > a { display:block !important; line-height:45px; background: rgba(0,0,0,.05) !important; font-size:15px; color:#58595b; letter-spacing:.1em;  }
    .mobile-menu .menuitem a { padding:0 10px; }
	.mobile-menu .root_menu.kijelolve > a, .mobile-menu .root_menu > a:hover { display:block !important;  color:#c59a32; letter-spacing: .1em; }
	.mobile-menu .root_menu a > span { display:inline !important; vertical-align:middle; text-align:left; text-shadow:none; }
	.mobile-menu .almenuHolder { 
        display:none;
        position:static; 
        height:auto;
        visibility:visible; 
        opacity:1; filter:alpha(opacity=100);
        background:transparent; 
        font-size: inherit;
        padding:0;
		-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0);
		-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0);
		box-shadow: 0px 10px 10px rgba(0,0,0,0);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg); 
        transform: rotateX(0deg); 
    } 
    .mobile-menu .menu_level_1 .almenuHolder { display:block; }
    .mobile-menu .kijelolve > .almenuHolder  { display:block; }
    .mobile-menu .almenuHolder .almenuHolder { padding:0; border:none; }
    .mobile-menu .menuicon img { max-width:15px; max-height:15px; }
    .mobile-menu .menukep { display:none; }
    .mobile-menu .almenuHolder .menu_level_1 { display:block; background:rgba(0,0,0,.02); }
    .mobile-menu .almenuHolder li .menucat { color:#282830; font-weight:bold; border-color:#58595b; } 
		.mobile-menu .almenuHolder li > a { display:block; text-align: center; font-size:13px; line-height:15px; font-weight:normal; border:0; margin:0; padding:10px !important; color:#58595b; white-space:normal;  }
		.mobile-menu .almenuHolder .menu_level_1 > li > a { font-size:15px; line-height:18px; }
		.mobile-menu .almenuHolder li > a:hover, .mobile-menu .almenuHolder li.kijelolve > a { color:#c59a32 !important; }
}
@media (min-width: 768px) {
	.mobile-menu, .collapse-button { display:none; }
	.fomenu, .almenu { display:block; }
}

/*-------------- MENU end --------------*/

a.iconbutton {
    display:inline-block;
    text-align:center;
    border-radius:50%;
    padding:0 5px;
    font-size:32px;
    margin:0;
    color:#58595b;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a.iconbutton:hover {
    color:#555;
}
.darab_per_oldal.form { 
	font-family:'Barlow', helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 32px;
	box-shadow:none !important;
	padding:0;
	margin-bottom:5px;
	max-width:100%;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius:0;
    margin-bottom:10px;
    background:transparent;
}
.panel-bordered {
	position: relative;
    border: 1px solid #c59a32;
    border-radius: 10px;
	background:#fff;
}
.tab-content .panel-body {
    padding: 10px 15px;
    background-color:#fff;
}

.scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.scrollbar::-webkit-scrollbar-track {
    border-radius: 2px;
}
.scrollbar::-webkit-scrollbar {
    max-width: 5px;
    max-height: 5px;
    background-color:transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #BFBFBF;
}
.grecaptcha-badge {
    float:left;
}
.slick-dotted.slick-slider { 
    margin:0;
}
.slick-list {
    z-index: 2;
}
.slick-dots {
    bottom:10px;
    z-index:10;
}
.slick-dots li button:before {
    color:#fff;
    opacity:1;
    text-shadow: 0px 1px 3px black;
}
.slick-dots li.slick-active button:before {
    color:#de0000;
    opacity:1;
}
.slick-prev, .slick-next {
    z-index: 20;
    width:100px;
    height:100px;
}
.slick-prev:before, .slick-next:before {
    color:#fff;
    font-size: 30px;
    text-shadow: 0px 1px 3px black;
}
.twitter-share-button, .fb_iframe_widget {
    vertical-align:bottom;
}
.fb_iframe_widget, .fb_iframe_widget>span, .fb_iframe_widget iframe { max-width:100%; }

/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  z-index: 2200;
}
.modal-body {
  padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
  background: #f8fafb;
}
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}
.animate__animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.inmodal .modal-title {
  font-size: 26px;
}
.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}
.modal-footer {
  margin-top: 0;
}

.tinted, .framed {
    display:block;
    position:relative;
}
.tinted:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.04);
}
.framed:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 7px solid transparent;
    box-shadow: inset 0 0 0 2px #000;
    z-index: 2;
    pointer-events: none;
}





.badge-sale,
.alap_ar,
.termek_megtakaritas,
div.termek_netto_ar,
.termek_variaciok_netto_ar,
.webshop_vasarlas label,
.product .status-message,
.megtakaritas_netto,
.megtakaritas_brutto, 
.termek_nincs_keszleten {
	display:none;
}   
.termek_akcios .alap_ar,
.termek_akcios .termek_megtakaritas,
.netto_mutat .termek_netto_ar, 
.netto_mutat .termek_variaciok_netto_ar,
.netto_mutat .megtakaritas_netto,
.brutto_mutat .termek_brutto_ar, 
.brutto_mutat .megtakaritas_brutto,
.termek_nincs .termek_nincs_keszleten {
	display: inline;
}
.kiadasi_ar { font-family:'Barlow', Helvetica, sans-serif; font-weight:400; font-size:26px; line-height:28px;  }
.kiemelet_kiadasi_ar { font-family:'Barlow', Helvetica, sans-serif; font-weight:400; font-size:22px; line-height:28px;  }
.korabban_kiadasi_ar { font-family:'Barlow', Helvetica, sans-serif; font-weight:400; font-size:22px; line-height:28px;  }
.termek .kiadasi_ar { }
.termek-arak { margin-bottom:30px; }
.product-box .kiadasi_ar { display:block; font-family:'Barlow', sans-serif; font-weight:400; font-size:16px; line-height:20px; font-weight:normal;  }
.termek_akcios .kiadasi_ar { color: #ff0022; }
.termek_akcios .kiemelet_kiadasi_ar { color: #ff0022; }
.termek_akcios .korabban_kiadasi_ar { color: #ff0022; }
.label_ar { display:none; }

.webshop-lablec div { position:static; } 
.webshop .cat-pic { margin-top:20px; }

.webshop-rendezes { 
    position:relative; 
    z-index: 4;
    margin-left:auto;
    max-width:200px;
}
.webshop-rendezes i {
    pointer-events:none;
    position: absolute;
    top: 10px;
    right: 13px;
}
.rendezes_select, .rendezes_select:focus {
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    padding: 0 40px 0 20px;
    margin-bottom:10px;
    box-shadow: none;
    color: #444;
    line-height: 30px;
    cursor: pointer;
    text-align:left;
    border: 1px solid #d8d8d8;
    width:100%;
}
.rendezes_select::-ms-expand {
    display: none;
}
.webshop-loader {
    -webkit-flex: 1;
    flex: 1;
}
.webshop-tartalom-holder {
    -webkit-flex: 1;
    flex: 1;
}
.webshop-holder-grid {
	display:grid;
	grid-template-columns:1fr;
}
.webshop-holder-grid.filter-left {
	grid-template-columns:300px 1fr;
	grid-column-gap:20px;
}
.webshop-grid { 
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
}
.product-box {
	position: relative;
	-webkit-flex:0 0 240px;
	flex:0 0 240px;
	padding:10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	position: relative;
	background-color:#fff;
	text-align:center;
    /*
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    */
}
.product-box:hover {
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.product-banner {
    z-index: 100;
}
.latogatott-termekek-holder .webshop-grid {
    margin-bottom:40px;
}
.latogatott-termekek-holder .product-box-hover { display:none !important; }
.product-box a { 
    color:#58595b; 
}
.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600;
}
.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9;
}
.product-box-content {
  text-align:left;
  margin:15px 0;
  flex-flow:column wrap;
}
.product-box .gallery-name {
    display:block;
    font-size:85%;
}
.product-box-image {
    position:relative;
    padding-top:75%; /* 100% = 1:1 keparany */
    /*border-bottom: 1px solid #e5e5e5;*/
}
.product-box .termek_kep {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-box .termek_kep a {
    background:#fff; /* hogy ne latszodjon az alatta levo kep hovernel */
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-box .termek_kep a:nth-child(2) {
    z-index:2; 
    opacity:0;
    filter:alpha(opacity=0);
}
.product-box:hover .termek_kep a:nth-child(2) {
    opacity:1;
    filter:alpha(opacity=100);
}
.product-box-hover {
    opacity:0;
    filter:alpha(opacity=0);
    align-items: center;
    justify-content: center;
    position:absolute; 
    top:100%; right:0; bottom:0; left:0;
    z-index:100;
    padding:10px 0;
    background:rgba(255,255,255,.8);
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-box .product-box-vasarlas {
    opacity:0;
    filter:alpha(opacity=0);
    position: absolute;
    background: rgba(255,255,255,.25);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-box:hover .product-box-hover, .product-box:hover .product-box-vasarlas {
    opacity:1;
    filter:alpha(opacity=100);
    /*
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    */
}
.product-box-hover .product-box-leiras { 
    width:100%; 
    text-align:center; 
    color:#282830;
    font-size:11px;
}
.product-box .product-box-hover .kosarba {
		overflow:visible;
	  float: none;
    margin-top: -40px;
    font-size: 14px;
}
.product-box-footer { 
    margin-top:10px;
}

.product-name {
  font-size: 15px;
  line-height: 17px;
  color: #282830;
  display: block;
}
.product-price {
  font-size: 15px;
  font-weight: 600;
}
.product-manufacturer {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reszletes_kereso_bezar { display:none; }
.webshop-badges {
    position:absolute;
    top:8px; right:0;
    z-index:10;
    text-align:right;
}
.badge-new, .badge-primary, .badge-sale { color: #fff; }
.badge-sale, .badge-primary { background:#ef2a22; }
.badge-new { background:#c59a32; }
.termek_akcios .badge-sale { display:inline-block; }

.termek .btn-vissza { display:none; position:fixed; top:70px; left:15px; z-index:300; padding:10px 12px; font-size:20px; color:#58595b; }
.termek .termek_fejlec h1 { font: 28px/1.2em Gruppo; margin-top:0; }
.termek_tartalom .sale { position:absolute; z-index:20; top:-1px; right:8px; box-shadow:2px 2px 3px rgba(0,0,0,.2); }
.termek_vasarlas .sale { position:absolute;	z-index:20; left:10px; right:auto; }
.termek_tartalom .new  { position:absolute; z-index:20; top:0; right:5px; }
.termek .sale, .termek .new { z-index:20; }
.termek_tartalom img.no-sale { display: none; }

.termek_tartalomar {
	display:none;
	margin:-3px 20px 0 0;
	text-align:left;
	font-size:10px;
	line-height:12px;
	height:15px;
	color:#777;
}
.alap_ar { text-decoration: line-through; font-size:11px; }
.kiemelet_alap_ar { text-decoration: line-through; font-size:11px; }
.korabban_alap_ar { text-decoration: line-through; font-size:11px; }
.termek .termek_akcios .alap_ar, .egyseg_ar { margin-right:5px; font-size:11px; line-height:110%; opacity:0.6; filter:alpha(opacity=60); }

.termek_megtakaritas { 
    font-style:italic; 
    font-size: 12px;
    line-height: 140%; 
}
.termek_megtakaritas .label_ar { display:inline; }

.markak-holder {
	position:relative;
	padding:80px 0;
	-webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.markak-pic-parallax {
    overflow:hidden;
    position:absolute;
		top:0; right:0; bottom:0; left:0;
		z-index:1;
		opacity:70%;
		text-align:center;
    background-size:cover;
}
.marka-kep-holder {
	position:relative;
	z-index:2;
    -webkit-justify-content: center;
    justify-content: center;
}
.marka-kep {
    display:flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding:10px 40px;
    margin:2px;
    height:65px;
    align-items:center;
    text-align:center;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.marka-kep:hover {
    border-color: #888;
    background-color: rgba(255, 255, 255, 0.8);
}
.marka-kep img {
    max-height:100%;
}

.product-box .product-box-bevezeto {
  font-size:12px; 
  font-weight:400; 
	background:#f9f9f9;
	padding:10px;
} 
.product-box .product-box-bevezeto p {
    margin: 0;
}
.product-box .termek_fejlec a { color:#555; }
.termek_nev {
	padding:0;
    margin:0;
    font: 14px/1.3 Barlow;
    font-weight:400;
    letter-spacing: 0;
	text-decoration:none;

    min-height: 55px;
    overflow:hidden;
}
.termek_nev a { color:#242424; }
.termek_nev:after { display:none; }
.termek_fejlec .btn { display:none; }

.termek_brutto_ar, .termek_netto_ar { font-family:'Barlow', Helvetica, sans-serif; }
.pontertek { color:#242424; }
.termek .termek_nev,
.kosar .termek_beszallito, .kosar .termek_fejlec {
	padding:0;
    height:auto;
}
.kosar .termek_fejlec {
    margin-left:40px;
    margin-top: 10px;
} 
.kosar .termek_fejlec h2 {
	font: 22px/1.5em Gruppo;
    font-weight: 600;
    letter-spacing: 0;
    margin:0;
    padding-right: 20px;
}
.kosar .termek_fejlec h2 a {
    color:#151515;
}
.termek .termek_beszallito,
.kosar .termek_beszallito {
    display:block;
    font: 18px/1.3em Barlow;
    margin:0;
    /*max-width:80%; /* termeklap vissza gomb miatt */
}
.termek_beszallito:after {
	display:none;
}
.product-box .termek_beszallito {
	text-align:left;
    color:#58585a;
	font-size: 10px;
    line-height: 14px;
    padding:0;
    margin:0;
	text-transform:uppercase;
}
.termek_beszallito_kep { position:absolute; z-index:200; top:2px; right:2px; max-width:100px; }

.termek_lablec {
	display:none;
	clear:both;
	background:#eee;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #909090;
	border-left:1px solid #cacaca;
	margin-bottom:5px;
} 
.termek_lablec span {
	display:block;
	float:right;
	width:120px;
	text-align:center;
	font-size:11px;
	padding:5px;
}
.termek_kep img { 
    max-width:100%; 
    max-height:100%;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.termek-kep-loader {
    position:absolute;
    left:0; top:0;
    z-index:0;
	opacity:0; filter:alpha(opacity=0);
    -webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.320, 1);
    -moz-transition: all .4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all .4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all .4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.termek-kep-loader.mouseIn {
	opacity:1; filter:alpha(opacity=100);
}
.termekkod { font-weight:200; font-size:11px; line-height:130%; color:#aaa; }
.product-box .termekkod { text-align:center; overflow: hidden; max-height: 1.3em; }
.kosar .termekkod { border:0; display:block; text-align:left; line-height:13px; }

.termek .termek_galeria_kep { text-align:center; overflow:hidden; border-radius:0px; }
.termek_galeria_kep a { display:block; }
.termek_galeria img { max-height:70vh; border:2px solid transparent; }

.termek_galeria_thumbs {
    margin:0 -5px 5px 0;
}
.termek_galeria_thumbs figure {
		float:left;
    display: block;
    cursor:pointer;
		width: 50%;
}
.termek_galeria_thumbs figure img {
		border: 2px solid transparent;
}

.tovabbi_szinek_holder h4 {
    font-family:'Barlow', sans-serif;
    font-size: 24px;
    text-align:center;
    margin:0;
    padding:30px 0 20px;    
}
.termek_kepek_szinvalaszto.termek_thumbs {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.termek_kepek_szinvalaszto.termek_thumbs.tinted:before {
    background: rgba(0, 0, 0, 0.02);
}
.termek_kepek_szinvalaszto.termek_thumbs figure {
    -webkit-flex: 0 0 110px;
    flex: 0 0 110px;
    margin:0 10px;
    cursor: pointer;
}
.termek-drift-detail { position:relative; }
.termek-drift-detail img { position:relative; }
.drift-zoom-pane img { max-width:none; }

.termek_jobb {
    background:#fff;
    margin:20px 0 40px;
}
.termek-social {
    margin-bottom:20px;
}

.termek_tulajdonsagok_sor { 
    margin-bottom:20px;
    font-size: 14px;
}
.product-box .termek_tulajdonsagok {
    border:0;
    padding:0;
    margin:0;
    background:transparent;
    float: left;
    text-align: left;
    width: 60%;
}
.termek_keszlet { margin-top:40px; }
.termek_ismerteto { margin: 1em 0; clear: both; }
.tulajdonsag_blokk { border-color:transparent; }
.tulajdonsag_termekkod { margin: -10px 0 20px 0; }
/*
.tulajdonsag_nev   { 
    display:inline-block; 
    vertical-align:top; 
    width:29%; 
}
.tulajdonsag_ertek { 
    display:inline-block; 
    vertical-align:top; 
    width:70%; 
}
*/
.tulajdonsag_keszleten {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.product-box .tulajdonsag_nev { display:none; }
.tulajdonsagok_meret_loader  .tulajdonsag_nev { display:none; }
.termek-oldal .tulajdonsagok_meret_loader .tulajdonsag_valaszto { margin-top:20px; }
.termek-oldal .tulajdonsagok_meret_loader .tulajdonsag_valaszto h6 { margin-top:20px; }
.termek_tulajdonsagok h5 { overflow:hidden; /* border-bottom:1px solid #aaa; border-left:1px solid #aaa; */ text-transform:uppercase; padding:0; margin-top:0; }
.termek_tulajdonsagok h5 span { display:block; float:left; }
.termek_tulajdonsagok h5 a { float:right; text-decoration:none; font-weight:normal; }
.tulajdonsag_valaszto .tulajdonsag_elem {
	padding: 5px 12px;
    font-family:'Barlow', Helvetica, sans-serif;
	font-size:12px;
	line-height: 170%;
	text-decoration:none;
	text-align:center;
	color:#58595b;
	background:#eae9e7;
	border:2px solid rgba(100,100,100,0);
    border-radius:20px;
    white-space:nowrap;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.tulajdonsag_valaszto .tulajdonsag_elem.kijelolve, .tulajdonsag_valaszto .tulajdonsag_elem.kijelolve:hover, .tulajdonsag_valaszto .tulajdonsag_elem.enabled:hover {
	border:2px solid rgba(100,100,100,0);
    background:#282830;
    color:#fff;
}
.tulajdonsag_valaszto .tulajdonsag_elem.disabled {
    display:none;
	border:2px solid rgba(100,100,100,0);
	opacity:0.3; filter:alpha(opacity=30);
	cursor:default;
}
.product-box .tulajdonsag_valaszto .tulajdonsag_elem {
    font-size:10px;
    padding:2px 8px;
}
.product-box .kosarba {
    padding:0;
    font-size:18px;
    line-height:120%;
		text-align:center;
		width:44px;
		height:44px;
    border-radius:50%;
}
.darabdiv { /*display:inline;*/ margin-bottom:20px; }
.termek input[name="kosardarab"]{ width:45px; text-align:right; }
.kosarba_error { box-shadow: inset 0 0 0px 1px #c00900; }
button.kosarba_error { background:#c00900 !important; border-color:#c00900 !important; }
#termekcsoport a { color:#282830; }
/*
.tulajdonsagok_loader.kosarba_error { 
	background:transparent !important; border:1px solid #ff0022; margin:-11px; padding:10px;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .5s ease-in-out;
	-ms-transition: border-color .5s ease-in-out;
	-o-transition: border-color .5s ease-in-out;
	transition: border-color .5s ease-in-out; 
}
*/

.termek_teljes_ismerteto { margin-bottom:20px; }
.termek_checkbox { position:absolute; top:10px; right:0; z-index:50; font-size:14px; line-height:1; }
.kiskosar_termek_torles, .kosar_nagyker_termek_torles, .cursor-pointer { cursor:pointer; }

.cikkcsoport_kep { float:left; margin-right:20px; }
.cikkcsoport_leiras { margin-bottom:10px; padding:10px; }
.cikkcsoport_leiras br { clear:both; }

.kapcsolodo_termekek { background:#fafafa; border:1px solid #e1e1e1; box-shadow:inset 0 0 50px rgba(0,0,0,.05); padding:1em; margin-bottom:10px; }
.kapcsolodo_termekek h4 { margin-top:0; text-shadow: 0 1px 0 #fff; }

.szamlazasi_adatok { margin-bottom:30px; }
.szamlazasi_adatok h3:before { display:none; }
#kosar_gombok {
	height:30px;
	margin-bottom:20px;
}
.kosar_osszesen { 
    font-family:'Barlow', Helvetica, sans-serif;
    font-weight:400;
    font-size: 20px;
    line-height: 30px;
    text-align:right;
    text-shadow:1px 1px 1px rgba(255,255,255,1);
    margin-bottom:20px;
}
.rendeles .kosar_osszesen { font-size: 26px; }
.kosar_osszesen_label { margin-right: 20px; }
.kiskosar-termekek .kosar_osszesen_label { float:left; }

.kosar_kedvezmeny { display:none; }

.termek_megjegyzes textarea { 
    width:100%;
    max-width:100%;
    min-width:100%;
    margin-bottom:20px;
    /*
    background: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0px 10px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,.2);
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    */
}

.kosar_lablec { margin-top:20px; }
#kuldes-btn-next { width:150px; text-align:right; }
/*
.product-actions {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 30px;
    background: rgba(0, 0, 0, .02);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
}
*/ 
/* Termek status */
.product-title:after {
    left:45px;
}
.product .status-message {
	position:absolute;
	display:block;
	top:100%; right:0;
    margin-top: 1px;
	z-index:100;
	color:#282830;
	font-size:10px;
	line-height:14px;
	cursor:no-drop;
	background:#eae9e7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.product .status-message.show { top:-23px; }
.kosar .product .status-message { bottom:-10px; right:20px; }
.status-message a { color:#fff; }
.status-message a:hover { color:#5dcd0b; }
.status-message div { padding:4px 10px 4px 30px; }
.status-message .sikertelen { background:url('../images/webshop/termek_status_sikertelen.png') 4px 4px no-repeat; }
.status-message .sikeres { background:url('../images/webshop/termek_status_sikeres.png') 4px 4px no-repeat; }

/* Termek status vege */




/* Vasarlas menete */

div.vasarlas {
	position:relative;
	overflow:hidden;
	white-space:nowrap;
    margin-bottom:20px;
    text-align:center;
}
.vasarlas a, .vasarlas .nemlink {
	color:#58595b;
	border-bottom: 4px solid #58595b;
	position:relative;
	top:0px;
	display:inline-block;
	width:33.333333%;
    max-width:200px;
	height:50px;
	padding:0;
	text-decoration:none;
	background:rgba(255,255,255,.93);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.vasarlas a:hover, .vasarlas a.kijelolve {
	color:#d1aa4b;
  border-color:#d1aa4b;
	cursor:pointer;
	text-decoration:none;
}
.vasarlas .nemlink {
	cursor:not-allowed;
}
.vasarlas span {
	position:absolute;
	display:block;
}
.vm_szam {
	font-family:'Gruppo', Helvetica, sans-serif;
	font-size:35px;
    font-weight:700;
	line-height:44px;
	height:60px;
	top:0px;
	left:15px;
	text-shadow:-1px -1px 0px rgba(255,255,255,0);
}
.vm_lepes { 
	font-family:'Barlow', Helvetica, sans-serif;
	font-size:16px;
    font-weight:700;
	top:3px;
	left:45px;
	text-shadow:-1px -1px 0px rgba(255,255,255,0);
}
.vm_cim {
	top:22px;
	left:45px;
    font-family:'Barlow', Helvetica, sans-serif;
    font-size:13px;
    line-height: 14px;
	text-shadow:-1px -1px 0px rgba(255,255,255,0);
}

/* Vasarlas menete vege */




/* SZALLITAS FIZETES */ 

.szallitasi_modok, .fizetesi_modok { background:rgba(255,255,255,.93); }
.szallitasi_modok .module_container, .fizetesi_modok .module_container { padding:0 0 10px 60px; /*min-height:120px;*/ }
.fizetesi_modok .module_container { background: url('../images/webshop/fizetesimod_bg.png') 10px 5px no-repeat; }
.szallitasi_modok .module_container { background: url('../images/webshop/szallitasimod_bg.png') 6px 5px no-repeat; }
.szallitasi_modok .rowElem > label, .fizetesi_modok .rowElem > label { min-width:40px; width:9%; font-weight:bold; vertical-align:top; }
.szallitasi_modok .rowElem label input[type=radio], .fizetesi_modok .rowElem label input[type=radio] { margin-top:6px; }
.szall_koltseg { margin-left:10px; } /* a zarojelben */ 
.szallmod_sor, .fizmod_sor {
    background: #f6f6f6;
    border-radius: 11px;
    padding: 10px;
}
.szallmod_nev, .fizmod_nev { display:block; font-weight:600; margin-bottom:0; } 

/* SZALLITAS FIZETES VEGE */


.ui-effects-transfer {
	z-index:1601;
	border: 1px solid #888;
	background:#888;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.webshop_leiras { margin-bottom:10px; }
.module.termekcsoportok { margin-bottom:10px; }

.vasarlasi_feltetelek {
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden !important;
	width:100%; max-width:700px; height:140px;
	font-size:10px;
	line-height:12px;
	margin:10px auto;
	padding:5px;
	border:1px solid #aaa;
}
.vasarlasi_feltetelek_form {
	width:400px; height:30px;
	margin:0 auto;
}
.megrendelesek { border:1px solid rgba(0,0,0,.1); margin-bottom:20px; }
.megrendeles-sor { border-bottom:1px dashed rgba(0,0,0,.1); padding:5px 10px; }
.megrendeles-sor:last-child { border-bottom:none; }
.megrendeles-sor:hover { background:rgba(0,0,0,.05); }
.megrendeles-fej { border:1px solid rgba(0,0,0,.1);  padding:0 10px; }

.webshop_reszletes_kereso .reszletes_kereso_fejlec,
.gyartolista .module_container form {
	padding:0 20px;
}
.webshop_reszletes_kereso label font {
	font-size:11px;
}
.webshop_reszletes_kereso .gomb_pri {
	width:155px; 
}
.webshop .termekcsoportok {
    margin-bottom: 0;
}
.webshop_leiras {
    overflow: auto;
}
.webshop_leiras .webshop_leiras_kep {
    float: left;
    max-width: 320px;
    margin-right: 8px;
}
.searchBlock_outer { margin:0 0 10px 0; padding:0; overflow:hidden; }
.webshop-top .searchBlock_outer { margin-bottom:10px; }
.searchBlock_outer h3 { margin:3px 0; }
.searchBlock_holder_4 { display:none; }
.searchBlock_outer:last-of-type { margin:0; }
.searchBlock_outer h5 { margin: 6px 0 0 0; float:left; min-width:200px; }
.searchBlock { overflow:hidden; }
.searchBlock:last-child { padding-bottom:0; border-bottom:0; }
.searchBlock a.filter {
    margin:3px 0;
	display:inline-block;
	padding: 2px 9px;
    font-family:'Barlow', Helvetica, sans-serif;
	font-weight:400;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	line-height: 1.7;
	color:#000;
	/*background:#eae9e7;*/
	border:1px solid #ccc;
    border-radius:20px;
	box-shadow: 0 0 10px #c59a3200;
    white-space:nowrap;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.searchBlock a.selected, .searchBlock a.mouseover {
    /*background:#888;*/
    color:#fff;
    text-decoration:none;
	border:1px solid #cccccc00;
	background: #c59a32;
	box-shadow: 0 0 5px #c59a32;
}
.searchBlock a.disabled {
	color:#888; 
	/*background:#f0f0f0;*/
	border:1px solid rgba(100,100,100,0);
    opacity:.3;
    filter:alpha(opacity=30);
    cursor:not-allowed;
}
.webshop_szuro, .webshop_szuro_inline {
	border-spacing:0;
	border-collapse:collapse;
	border: 1px solid #c59a32;
	padding:15px;
	margin-bottom:20px;
  box-shadow: 0 0 20px #c59a32;
}
.webshop_szuro .ajax-loader, .webshop_szuro_inline .ajax-loader {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff url('../images/ajax-loader.gif') center 240px no-repeat;
	filter: alpha(opacity=90);
    opacity: 0.9; 
    z-index: 3;
}
.gomb_webshop_szuro { 
    display: none; 
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 400;
    border-radius: 60px;
    padding: 15px;
    width: 60px;
    background:#eeeeee;
    box-shadow: 0 30px 120px 80px rgb(0,0,0,.5);
}
.gomb_webshop_szuro.aktiv{
    color:#d1aa4b;
}
.gomb_webshop_szuro_fixed, .gomb_webshop_szuro_fixed:focus, .gomb_webshop_szuro_fixed:active {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 400;
    border-radius: 60px;
    padding: 14px 15px;
    box-shadow: 0 30px 120px 80px rgb(0,0,0,.3);
		font-size:18px;
		font-weight: 600;
    text-transform: uppercase;
}
.gomb_webshop_szuro_fixed.aktiv {
		background:#c59a32;
		color:#fff;
}
.gomb_webshop_szuro_bezar {
    display: none;
    background:#f7f7f7;
    font-size: 22px;
    padding: 5px 9px;
}
.termeklap-leiras { margin-bottom:20px; }
.termeklap-tabs { margin-top:20px; }
.qPanel { overflow: hidden; }
.termek_kerdes h4 { text-transform:uppercase; }
.termek_kerdes .qPanel span, .termek_kerdes .qPanel a {}
.termek_kerdes .qPanel .alert, .termek_kerdes .qPanel .qForm {display: none;}
.termek_kerdes .qPanel .qForm .warning { border-color:#FF0808; }
.qPanel .rowElem > label { width:35%; }
.captcha-line { position:relative; overflow:hidden; }
.captcha-line .captcha-text { position:absolute; }

.termek_tel { font-size: 18px; line-height:30px; }
.termek_tel_apro { padding:3px; font-size:10px; line-height:1.1; }
.vasarlasi_feltetelek_cb { text-align:center; font-size:15px; padding:10px; }

.pathway {
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
	text-align: center;
    
    animation-duration: 2.0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.pathway a, .pathway span {
    color:#282830;
    white-space:nowrap;
}
.termek .pathway {
    text-align:left;
}

#attention { color:#f00; }

.kiskosar {
    position:relative;
    z-index:600;
    float:right;
	border:0;
}
.kiskosar-toggle, .kiskosar-ico {
    display:inline-block;
    font-size:24px;
    width:35px; height:55px;
		background:transparent;
    color:#c59a32;
    -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, border-color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
}
.kiskosar-toggle:hover, .kiskosar-ico:hover {
    color:#d1aa4b;
}
.kiskosar .module, .kiskosar .module_container { border:0; padding:0; }
.kiskosar_tartalom {
	font-family:'Barlow', Helvetica, sans-serif;
	cursor:pointer;
    -webkit-transition: color .2s ease-in-out; 
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.kiskosar_tartalom:hover {
    color:rgba(255, 255, 255, 1);
}
.kiskosar_tartalom h5 {
    display:none;
}
.kiskosar_darab_termek span {
    pointer-events: none;
    display:block;
	font-family:'Barlow', Helvetica, sans-serif;
    font-weight:bold;
    font-size:10px;
    line-height:12px;
    padding:2px;
    width:18px; height:18px;
    border-radius:10px;
    color:#fff;
    background:#ff0022;
    text-align:center;
    position:absolute;
    top:0; right:0;
    z-index:10;
}
.kiskosar_osszeg {
    display:none;
	font-size:18px;
    line-height:1.3;
}
.kiskosar .ingyenes_ertekhatar {
	display:none;
	position:absolute;
	top:13px; right:105%;
    z-index:550;
	width:225px;
	line-height:1.3;
	padding:3px 7px;
	font-family:'Barlow', Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	background:#888;
    border-radius:0px;
}
.kiskosar .ingyenes_ertekhatar:after {
    content:'';
	position:absolute;
	top:5px; right:-5px;
    z-index:1;
    width:10px; height:10px;
    border-top: 5px solid #888;
    border-right: 5px solid #888;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kiskosar .ingyenes_ertekhatar font {
	color:#f77;
}
.kiskosar .ingyenes_ertekhatar b {
	font-family:'Barlow', Helvetica, sans-serif;
}

.kiskosar-termekek {
    display:none;
    position:absolute;
    z-index:3000;
    top:105%; right:0;
    width:370px;
    max-width: 80%;
    min-height:300px;
    background:#fff;
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0);
	box-shadow: 0 0 40px rgba(0,0,0,0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.click-style .kiskosar-termekek {
    display:block;
    position:fixed;
    top:0; bottom:0; right:-370px;
    padding: 20px 20px 160px 20px;
}
.click-style .kiskosar-fejlec {
    border-bottom: 1px solid #282830;
    padding-bottom: 10px;
}
.click-style .kiskosar-fejlec h3 { font-size: 20px; margin:0; }
.click-style .kiskosar-fejlec .btn, .click-style .kiskosar-fejlec a { color:#282830; }
.click-style .kiskosar-fejlec .btn:hover { color:#d1aa4b; }

.hover-style .kiskosar-termekek:before {
    position:absolute;
    z-index:2999;
    top:-7px; right:10px;
    display:block;
    width:20px; height:20px;
    background:#fff;
    content:''; 
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hover-style .kisksoar-fejlec {
    display:none;
}

.kiskosar-open .kiskosar-termekek {
    -webkit-transform: translateX(-370px);
    transform: translateX(-370px);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.2);
	box-shadow: 0 0 40px rgba(0,0,0,.2);
}
.kiskosar-overlay {
    display:block;
    content:'';
    position:fixed; 
    top:0; right:0; bottom:0;
    z-index:2990; 
    background:rgba(255,255,255,0);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.kiskosar-open .kiskosar-overlay { background:rgba(255,255,255,.7); width:100%; }

#kiskosar-scroll { 
    position:absolute;
    top:10px; bottom:60px;
    left:10px; right:10px;
}
.click-style #kiskosar-scroll {
    top:70px; bottom:100px;
    left:20px; right:20px;
}
.kiskosar-termekek-gomb {
    position:absolute;
    bottom:10px; left:10px; right:10px;
}
.click-style .kiskosar-termekek-gomb {
    bottom:80px; left:20px; right:20px;
}
.kosar_darab_modosit { 
    background:#fff;
    color:#555;
    font-size:14px; 
    line-height:18px;
    width:25px;
    vertical-align:top;
    padding:0;
    border:1px solid #888;
    border-radius:0;
    text-align:center; 
    cursor:pointer; 
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.kosar_darab_modosit:hover { 
    background:#888;
    border-color:#888;
    color:#fff; 
}

.kosar .product {
    position: relative; 
    padding:10px 0;
    background:#fff;
    margin-bottom:30px; 
    border-bottom: 1px solid #ddd;
    /*-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.05);*/
}
.kiskosar .product {  
    position: relative; 
    padding:5px 0; 
    border-bottom:1px solid #e8e8e1;
}
.kiskosar .product:last-child { margin-bottom:0; padding-bottom:0; border-bottom:none; }
.kiskosar .termek_checkbox { top:5px; right:0; }
.kiskosar .termek_beszallito { display:block; font-size:12px; font-weight:normal; line-height:1; text-align:left; min-height:inherit; }
.kiskosar .termek_fejlec { padding:0 20px 0 0; }
.kiskosar .termek_fejlec h2 { margin:0; text-align:left; font: 15px/1.3em Barlow; letter-spacing:0; }
.kiskosar .termek_fejlec h2 a { color:#151515; }
.kiskosar div.termek_brutto_ar, .kiskosar div.termek_netto_ar, .kosar div.termek_brutto_ar, .kosar div.termek_netto_ar { text-align:right; float:right; }
.kiskosar .termek_gombok { height: 25px; margin-top:18px; }
.kiskosar .kiadasi_ar { font-size:16px; line-height:1.3; } 
.kiskosar .kosar_pontertek { font-size:12px; }
.kiskosar input[name="kosardarab"], .kosar input[name="kosardarab"] { 
    display:inline-block; 
    width:40px; 
    text-align:center;
    border:1px solid #888; 
    border-radius:0; 
    font-size:14px; 
    line-height:18px; 
    padding:0; 
    vertical-align: top; 
    color:#555;
}
.kiskosar input[name="kosardarab"]:hover, .kosar input[name="kosardarab"]:hover { 
    border-color:#888; 
}
.kosar .termek_kep { width:200px; height:200px; }
.kiskosar .termek_kep { width:75px; height:75px; }
.kiskosar .termek_kep img, .kosar .termek_kep img { position: relative; }
.kiskosar .egyseg_ar { font-size: 10px; }
#kiskosar-termekek-loader { padding-right:10px; width:100%; }
#kiskosar-termekek-loader, .kosar-termeklista { min-height:60px; }
.kiskosar-loader-img, .kiskosar .kosar-hiba { padding-top:18px; text-align:center; }
.kosar .kosar-vasarlas-holder { margin-left:40px; margin-top:10px; } 
.kosar .kosar-hiba { background:#f2dede; border: 1px solid #ebccd1; color: #a94442; border-radius: 4px; padding-top:18px; text-align:center; }
.kosar .termek_gombok { height: 25px; margin-top:18px; }
.kosar-infoline { background:#aaa; color:#fff; padding:0 5px; font-size:12px; text-align:center; margin-top:5px; }
.keszlet-info { font-size:8px !important; color:#888; margin-bottom:5px !important; letter-spacing: 1px; text-transform:uppercase; }
.keszlet-info table { width:auto; }
.kosar_osszesen_pontertek { font-size:16px; }
.kosar-termeklista .tulajdonsag_blokk { text-align:left; margin-bottom: 10px; }
.kiskosar-termekek .tulajdonsag_blokk { font-size:10px; line-height: 110%; margin-bottom:5px; text-align:left; }
.kosar-termeklista .tulajdonsag_sor, .kiskosar-termekek .tulajdonsag_sor { display:inline-block; margin:0 10px 0 0; }
.kosar-termeklista .tulajdonsag_termekcsoport { display:block; margin:0; }
.kosar-termeklista .tulajdonsag_ertek, .kiskosar-termekek .tulajdonsag_ertek { width:auto; line-height:110%; }
.kosar-korabbi-termek { display:inline-block; margin-bottom:5px; }


.regisztracio-pontok {
    background: #f8c977;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.reg_nelkul_row input {
    vertical-align:top;
    margin-top:5px;
}

.search-result-loader {
    position:absolute;
    z-index:1100;
    top:100%;
    right:0;
    left:0;
}
.search-result {
    max-height:61vh; 
    padding: 5px;
    background:#fff;
    border:1px solid #ddd;
    font-size:13px;
    text-align:left;
    -webkit-box-shadow: 0 9px 13px rgba(0,0,0,.25);
    box-shadow: 0 9px 13px rgba(0,0,0,.25);
}
.search-result::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ddd transparent;
}
.search-result .scrollbar { max-height: 60vh; }
.search-label {
    font-size: 12px;
    padding: 3px;
    background: #f2f2f2;
    font-weight: 600;
}
.search-menu {
    flex:1 0 30%;
}
.search-menu .menu-name {
    display:block;
    color:#282830;
    padding:3px;
    margin-bottom:1px;
    background:#fafafa;
    text-transform:uppercase;
    font-size:12px;
}
.search-products {
    flex:1 0 70%;
    padding-left: 5px;
}
.search-products .product-box {
    display:flex;
    -webkit-flex: 0 0 90%;
    flex: 0 0 90%;
    flex-flow: row;
    margin: 0 0 5px 0;
    padding: 5px;
    border-color: transparent transparent #f0f0f0 transparent;
}
.search-products .product-box .termek_ar {
    text-align: left;
}
.search-products .product-box .kiadasi_ar {
    font-size:15px;
    line-height:20px;
}
.search-products .product-box .termek_beszallito {
    text-align:left;
}
.search-products .product-box-image {
    flex: 0 0 80px;
    height:70px;
    margin-right:10px;
    padding:0;
    box-shadow:0;
}
.search-products .product-box-image img {
    max-height:70px;
}
.search-products .product-box-content {
    flex: 1;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}
.search-products .product-box:hover .product-box-content, .search-products .product-box:focus .product-box-content {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.bannerek-holder {
		overflow:hidden;
}
.akcio-bannerek {
		margin-bottom:20px;
}
.akcio-bannerek .banner {
		overflow:hidden;
		border-radius:50%;
}
.akcio-bannerek .banner:after {
		pointer-events: none;
    content: ' ';
    display: block;
    background:rgba(228,183,89,.06);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.akcio-bannerek .banner-kep-holder {
    overflow:hidden;
}
.akcio-bannerek .banner-kep {
    position:relative;
    height:0;
    padding-top:100%;
}
.akcio-bannerek .banner-kep img {
    display: block;
    position: absolute;
    left: 50%;
    bottom:50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 100%;
    max-width: none;
    object-fit: cover;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.akcio-bannerek .banner:hover .banner-kep img {
    width:120%;
}
.banner {
	position:relative;
	margin-bottom:20px;
}
.banner-text {
	pointer-events:none;
	position:absolute;
	bottom:0; left:0; right:0;
	text-align:center;
  padding:20px;
	color:#fff;
	font-size:18px;
	background:#c59a32cc;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.banner:hover .banner-text {
	background:#c59a32;
}
.banner-text .btn {
	position: absolute;
    right: 20px;
    bottom: 20px;
	color:#fff;
	border-color:#fff;
	background:transparent;
}
.banner-text h2, .banner-text h3 {
    margin-bottom:5px;
}
.tovabb-szekcio {
    text-align:center;
    font-size:28px;
    background:#1b7385;
    padding:15px;
}
.tovabb-szekcio a {
    color:#fff;
}
.tovabb-szekcio a:hover {
    color:#26d4ff;
}
.termeklap-ikongombok {
    margin:30px 0;
    text-align: left;
}
.termeklap-ikongomb {
    display:inline-block;
    margin:0 30px 10px 0;
    font-size:10px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#aaa;
}
.termeklap-ikongomb i {
    margin-right:10px;
}
.merettablazat-popup {
    display:none;
    max-width:1400px;
}
.merettablazat-popup img {
    max-width:100%;
}
.megrendelo-adatai .row {
    margin-bottom:10px;
}
.gls-holder { height:700px; }

.palyazat-logo-bottom-right {
    position: fixed;
    width: 215px;
    height: 141px;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.piktogramok {
    padding:20px 0 10px;
	margin-bottom:20px;
    background:#cecfd0;
}
.piktogramok h2 {
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.piktogramok h2 .icon {
    height:40px;
    width:40px;
}
.nyitvatartas-holder {
    padding:20px 0 20px;
    background:#f6f6f6;
}
.nyitvatartas .newsitem .cikk_tartalom {
	padding-bottom:15px;
}
.termek-ajanlo-holder .btn {
	margin-bottom:30px;
}
.szuro-gombok select {
	margin-bottom:20px;
}
.szuro-gombok .btn {
	margin-bottom: 20px;
    font-size: 14px;
}
.szuro-gombok .btn.active {
	color: #fff;
    background-color: #d1aa4b;
    border-color: #d1aa4b;
}

.munkatarsaink .szuro-csoport {
	display:inline-block;
	margin-right:20px;
}
.munkatarsaink .flex-2 .newspic, .munkatarsaink .flex-3 .newspic, .munkatarsaink .flex-4 .newspic {
    padding:150% 0 0 0;
}
.munkatarsaink .cikk_tartalom {
	min-height:220px;
	padding-bottom:15px !important;
}
.idopontfoglalas-header {
    margin: 40px 0 20px;
}
.idopontfoglalas-blokk:first-of-type .idopontfoglalas-header {
    margin-top:0;
}
.idopontfoglalas-header:after {
    display: none !important;
}
.idopontfoglalas-blokk {
    max-width: 700px;
    margin:auto;
}
.idopontfoglalas-blokk article {
		position:relative;
		cursor:pointer;
		text-align:center;
		box-shadow:0 5px 15px rgb(0,0,0,.1);
}
.idopontfoglalas-szakember article {
		margin-top:80px;
		padding:90px 20px 20px;
}
.idopontfoglalas-szakember article.active, .idopontfoglalas-szolgaltatas-tipus article.active, .idopontfoglalas-szolgaltatas article.active, .idopontfoglalas-kezeles article.active, .idopontfoglalas-szalon article.active {
		background:#c59a32;
		color:#fff;
}
.idopontfoglalas-szakember article.active h3, .idopontfoglalas-szolgaltatas-tipus article.active h3, .idopontfoglalas-szolgaltatas article.active h3, .idopontfoglalas-kezeles article.active h3, .idopontfoglalas-szalon article.active h3 {
        color:#fff;
}
.idopontfoglalas-adatok {
    height: 100%;
    background-color:#fff8e8;
}
.idopontfoglalas-kezeles article.active .idopontfoglalas-adatok {
    background-color:#b18828;
}
.idopontfoglalas-szalon article {
		text-align:center;
		box-shadow:0 5px 15px rgb(0,0,0,.1);
}
.idopontfoglalas-szalon article .cikk_tartalom {
		padding:0 10px 10px;
}
.idopontfoglalas-szalon .badge {
	white-space:normal;
}
.idopontfoglalas-szolgaltatas-tipus article, .idopontfoglalas-szolgaltatas article {
  text-align:left;
  padding:10px 20px;
  margin:0 0 20px 0;
}
.idopontfoglalas-kezeles article {
    text-align:left;
    margin:0 0 20px 0;
}
.idopontfoglalas-szakember .newspic {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 140px;
    height: 140px;
    margin-left: -70px;
	padding:0;
    overflow: hidden;
    border-radius: 50%;
}
.idopontfoglalas-ora {
		margin-bottom:10px;
		width:105px;
}
.idopontfoglalas-panel-kiemelt {
    background: #f6f6f6;
    padding: 10px 20px;
    margin: 0 -20px 10px;
}
table.arlista td {
		padding:20px 0;
    border-bottom: 1px solid #e7e7e7 !important;
		font-size:18px;
		line-height: 1em;
		vertical-align:top;
}
table.arlista tr td:nth-child(2) {
		color: #c59a32 !important;
		padding-left:20px;
		text-align:right;
}
table.arlista tr:last-child td {
		border-bottom:0 !important;
}
table.arlista td em {
		font-style:normal;
		font-size:14px;
		color:#888;
}

#postaPontApi-content {
	background:transparent !important;
	box-shadow:none !important;
    max-width:auto;
}
#postaPontApi-inner #pp-map-canvas {
    max-width:auto;
}
#postaPontApi-inner {
	padding:0 !important;
}
#postaPontApi h2 {
	display:none !important;
}
.pp-map-info a {
    color: #fff !important;
    background-color: #c59a32;
    border-color: #c59a32;
    padding: 5px 10px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.idopontfoglalas-banner {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:200;
}
.idopontfoglalas-banner .btn {
	box-shadow:0 0 30px #f8c977, inset 0 0 0 1px white;
	padding:14px 10px;
	font-size:10px;
	width:75px;
	height:75px;
	border-radius:50%;
}
.szolgaltatasok-menu-box {
		position:relative;
		overflow:hidden;
		background:#c59a32;
		margin-bottom: 20px;
		border-radius:20px;
}
.szolgaltatasok-menu-kep-holder img {
		height:200px;
		width:100%;
	  object-fit:cover;
		opacity:1;
		
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.szolgaltatasok-menu-box:hover .szolgaltatasok-menu-kep-holder img {
		opacity:.4;
}
.szolgaltatasok-menu-text {
	text-align:center;
}
.szolgaltatasok-menu-text h3 {
	margin:0;
}
.szolgaltatasok-menu-text a {
		display:block;
		padding:10px 15px;
		color:#fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-corporate {
    display: block;
    margin-bottom:20px;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    box-shadow: -1px 2px 5px 0px rgba(68,73,83,.07);
}
.card-corporate .card-title a {
    position: relative;
		display: block;
    z-index: 1; 
    padding: 21px 82px 21px 32px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #151515;
    transition: 1.3s all ease;
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #f1efea;
}
.card-group-gray .card-corporate .card-title a, .card-group-gray .card-corporate .card-body {
    background:#f6f6f6;
}
.card-corporate .card-arrow {
    position: absolute;
    top: 50%;
    right: 35px;
    margin-right: -20px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #f8c977;
    border-radius: 50%;
    transition: .33s all ease;
    transform: translateY(-50%);
}
.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    background: #ffffff;
}
.card-corporate .card-arrow::before {
    width: 14px;
    height: 2px;
    right: 28px;
}
.card-corporate .card-arrow::after {
    width: 2px;
    height: 14px;
    right: 34px;
}
.card-corporate .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}
.card-corporate .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible;
}
.card-corporate .collapse {
    position: relative;
    z-index: 1;
    border-radius: 0 0 0 0;
}
.card-corporate .card-body {
    padding: 25px 44px 25px 32px;
}
.swal2-popup .swal2-title {
    font-size:22px;
    margin-bottom:15px;
}
div:where(.swal2-container) .swal2-html-container {
    font-family:'Barlow', sans-serif;
    font-size: 16px;
}
.swal2-popup .swal2-styled {
    font-family:'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 12px 32px;
}
.swal2-popup .swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.swal2-icon.swal2-info {
    color: #c59a32;
    border-color: #c59a32;
}

.timeline {
    margin: 50px 0 20px 0;
}
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-content {
    padding:20px;
    border: 1px solid #c59a32;
    border-radius: 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2);
}
.timeline-nodes:not(:last-of-type) .timeline-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    bottom: -10px;
    left: 50%;
    width: 0;
    border-left: 2px dashed #c59a32;
    z-index: 1;
}
.timeline-nodes:nth-child(odd) .timeline-title,
.timeline-nodes:nth-child(odd) .timeline-text {
    text-align: right;
}
.timeline-title {
    position: relative;
}
.timeline-date {
    margin-top:20px;
}
.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}
.timeline-title::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(odd) .timeline-title::after {
    right:-30px;
    border-left: 10px solid #c59a32;
}
.timeline-nodes:nth-child(even) .timeline-title::after {
    left: -30px;
    border-right: 10px solid #c59a32;
}
.timeline-image {
    position: relative;
    z-index: 100;
    font-size: 20px;
    line-height: 30px;
    top:20px;
}
.timeline-image::before {
    content: "";
    width: 60px;
    height: 60px;
    border: 2px dashed #c59a32;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index:-1;
}
.timeline-image img {
    position: relative;
    z-index: 100;
}

@media (max-width: 767px) {
	.vasarlas .vm_cim, .top_account, .kiskosar_osszeg, .searchBlock_holder_4, .menu-holder, .palyazat-logo-bottom-right, .webshop_szuro-holder_inline .gomb_webshop_szuro_fixed { display:none !important; }
    .lablec, .lablec .text-right, .termek-social, .kartyalogok, .webshop_szuro { text-align:center; }
    .menu-bottom li.root_menu, .webshop_szuro .gomb_webshop_szuro { display:block; }
    .content-holder { background-image:none !important; padding:20px 0; }
    .cat-pic-parallax { margin-bottom:10px; margin-top:0; }
    body { font-size:14px; }
    h1 { font-size:32px !important; }
    h2 { font-size:28px !important; }
    h3 { font-size:22px; }
    h4 { font-size:16px; }
	.top { padding:3px 0; }
    .sticky { position: static; }
	.sticky-header { margin:22px 50px 20px 50px; }
    .btn { font-size:12px; }
    .top-holder { padding:0; margin-top: 62px; }
    .mobile-buttons-bg { 
        position:fixed; 
        top:0; 
        left:0;
        right:0;
        z-index:500;
        border-bottom:1px solid #eaeced;
        background:white;
        height:62px; 
    }
    .top .logo, .fixed .top .logo { display:block; position:relative; max-width:270px; margin:10px auto; text-align:center; float:none; }
		.lablec-holder { padding:10px 0 30px 0; }
	.icon-menu, .fixed .icon-menu { position:fixed; top:5px; z-index:501; }
    .search-toggle { float:right; }
    .search-products { padding-left:0; }
    .vm_lepes { top:auto; bottom:8px; }
    .menu-bottom { margin:10px 0 15px 0; }
    .menu-bottom a { margin:0 10px; }
    .slick-prev { left:-10px; width:50px; }
    .slick-next { right:-10px; width:50px; }
    .kiskosar-mobile { display:block !important; position:absolute; top:10px; right:10px; }
    .kosar .termek_fejlec { margin-left:0; margin-top:0; }
    .kosar .termek_fejlec h3 { font-size:14px; line-height:18px; }
    .kosar .kosar-termeklista .kosar-kep-holder { width:100px }
    .kosar .termek_kep { width: 90px; height: 90px; }
    .kosar .kosar-vasarlas-holder { margin-left:0; } 
    .rendeles .kosar-vasarlas-holder { position:static; width:auto; }
	.termek .pathway { text-align:center; }
		.webshop-grid { grid-template-columns: 1fr 1fr; }
    .product-box { -webkit-flex:1 0 40% !important; flex:1 0 40% !important; }
    .product-box .termek_fejlec { font-size:15px; } 
    .product-box .termek_beszallito { font-size:11px; }
    .product-box .tulajdonsag_sor, .product-box .tulajdonsag_valaszto { align-items: start !important; justify-content: start !important; }
    .termek .termek_fejlec { margin-top:20px; }
    .termek_galeria img { max-height:300px; }
    .termek_galeria_grid { display:flex; flex-direction:column-reverse; }
    .termek_galeria_thumbs { display:block; white-space:nowrap; overflow-x:scroll; overflow-y:hidden; text-align:center; margin:0; }
    .termek_galeria_thumbs figure { float:none; display:inline-block; width:auto; height:50px; }
    .termek_galeria_thumbs figure img { width:auto; max-height:50px; }
    .termek_kep a:nth-child(2) { display:none; }
    .termek_kep img { top:0; left:0; -webkit-transform: none; -ms-transform: none; transform: none; position: relative; }
    .termek_jobb { text-align:center; }
		.termeklap-leiras { text-align:left; }
    .marka-kep { height:50px; }
    .badge-new, .badge-sale { font-size:9px; }
    .slideshow-overlay { left:5%; right:5%; top:auto; font-size:22px; width:auto; margin:0; padding: 5px 8px 30px; text-align:center; }
    .slideshow-item picture img, .slideshow-item video { /*min-height: 400px;*/ height:250px; } 
    /*#slideshow-28 .slideshow-item picture img, #slideshow-28 .slideshow-item video { min-height:400px; }*/
    .slideshow-item-cim { font-size:30px; }
    .slideshow-item-szoveg { font-size:11px; }
    .tovabb-szekcio { font-size:16px; }
    .gls-holder #left-canvas { display:none; }
    .gls-holder #right-canvas { width:100%; }
    .newsitem-tipus-4 .article-inner {
        flex-direction: column;
    }
    .newsitem.flex-2 .cikk_tartalom, .newsitem.flex-3 .cikk_tartalom, .newsitem.flex-4 .cikk_tartalom {
        padding:0;
    }
    .nyitvatartas .newsitem .cikk_tartalom {
        padding:15px;
    }
}
@media (min-width: 430px) and (max-width: 767px) {
}
@media (min-width: 768px) {
		.gomb_webshop_szuro_fixed { display: none; }
    .termek .btn-vissza { display:none; }
    .top-holder.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 200;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    .fixed .kiskosar-toggle, .kiskosar-ico, .fixed .search-toggle {
        width:33px; height:33px;
        font-size:17px;
    }
    .flex-2 { width:48%; }
    .flex-3 { width:31.33%; }
    .flex-4 { width:23%; }
		.flex-2 h2, .flex-3 h2, .flex-4 h2 { font-size:28px; }
		.flex-2 h3, .flex-3 h3, .flex-4 h3 { font-size:25px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.kiskosar_osszeg, .kiskosar_darab_termek { display:none; }
    .kiskosar { width: 58px; }*/
    .searchBlock_holder_4 { display:none !important; }
		.webshop-grid { grid-template-columns: 1fr 1fr 1fr; }
    .webshop_szuro { text-align:center; }
    .content-holder { background-image:none !important; }
    .top-kartyalogok { max-height:12px; margin-top:20px; }
    .kiskosar, .search-toggle { margin-top:0; }
    .top_account .container { flex-direction: column; }
}
@media (max-width: 991px) {
    .webshop_szuro {
        position: fixed;
        z-index: 800;
        top: 100%;
        left: 0;
        right: 0;
        padding: 5px;
        height:50vh;
        background: #ffffff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .webshop_szuro-holder.nyitva .webshop_szuro {
        box-shadow: 0 0 70px rgba(0, 0, 0, .5);
        top:50vh;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
    }
		.webshop_szuro-holder.nyitva .webshop_szuro .scrollbar {
				height:48vh;
		}
    .webshop_szuro .gomb_webshop_szuro_bezar {
        display: inline-block;
        position: fixed;
        top: 5px;
        right: 15px;
        z-index: 100;
    }
    .kosar .termek_beszallito, .termek .termek_beszallito { font-size:16px; }
    .kosar .termek_fejlec h2 { font-size:20px; }
    .searchBlock_outer { margin-bottom:10px; }
    .product-box { -webkit-flex: 0 0 210px; flex: 0 0 210px; }
    .btn-default:hover, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus { /* mobil miatti gomb "beragadás" */
        color: #282830;
        background-color: #fff;
        border-color: #c59a32;
    }
    .timeline {
        margin: 45px 0 0 0;
    }
    .timeline-content {
            margin-bottom: 0 !important;
    }
    .timeline-date {
        margin: 0 0 20px 0;
    }
    .timeline-nodes:nth-child(odd) .timeline-title,
    .timeline-nodes:nth-child(odd) .timeline-text {
        text-align: left
    }
    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }
    .timeline-nodes:not(:last-of-type) .timeline-content::before {
        left: 22px;
    }
    .timeline-nodes:nth-child(odd) .timeline-title::after,
    .timeline-nodes:nth-child(even) .timeline-title::after {
        right: auto;
        left: -30px;
        border-left: 0;
        border-right: 10px solid #c59a32;
    }
    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }
    .timeline-image {
        position: absolute;
        left: 0;
        width: 45px;
    }
    .timeline-image::before {
        width: 45px;
        height: 45px;
    }
    .tartalom .form {
        padding:10px;
    }
}
@media (min-width: 992px) {
		.termek h1:after { left:0; margin:0;  bottom:-7px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-text { font-size:12px; min-height:0; }
    .banner-text h3 { font-size:18px; margin-bottom:10px; }
		.product-box { -webkit-flex: 0 0 180px; flex: 0 0 180px; }
		.almenu .root_menu > a { margin-left:10px; }
}
@media (min-width: 1200px) {
		.webshop-grid { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
}
@media (min-width: 1800px) {
    .container { width: 1770px; }
    .product-box { -webkit-flex: 0 0 19%; flex: 0 0 19%; }
}

/******** INTERNET EXPLORER *********/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rowElem > .radio-off:after, .rowElem > .radio-on:after { top:15px; }
}

/******** RETINA *********/
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

}


.m-none { margin:0; }
.m-b { margin-bottom:20px; }
.m-t { margin-top:20px; }
