* {
	box-sizing:border-box;
}
body {
	margin:0px;
	font-family: 'Source Sans Pro', sans-serif;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:130%;
	color:#900;
}
h3 {
	display:block;
	border-bottom:1px solid #900;
}
h1,h2,h3,h4 {
	/*margin-top:0px;
	margin-bottom:2px;*/
}
header {
	background-color:#D2232A;
	background-image:url('/images/header_bg.png');
}
.limiter {
	max-width:1600px;
	margin: 0 auto;
}
.left {
	float:left;
}
.right {
	float:right;
	text-align:right;
}
.clr {
	clear:both;
}
.icon {
	/*max-width:30px;
	max-height:30px;*/
}
.pad {
	padding:10px;
}
.small {
	font-size:90%;
}
.apro {
	font-size:80%;
}

.hasabok {
	width:100%;
	margin: 0 auto;
	column-width: 500px;
	/*column-count: 3;*/
}
.hasabok2 {
	width:100%;
	margin: 0 auto;
	columns: 2 500px;
}
.hasab {
	/*width:48%;
	margin:1%;
	float:left;*/
	/*border:1px dotted #ddd;*/
	break-inside: avoid;
	-webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
	padding-top:10px;
	padding-bottom:10px;
}



.group {
	border:1px solid #ddd;
	position:relative;
	padding:10px;
	margin-top:10px;
}
.grouplabel {
	position:absolute;
	left:10px;
	top:-10px;
	background-color:#fff;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	font-size:90%;
}
.notlink {
	text-decoration:none;
	color:#333;
}
.inputline {
	
}
.inputline input,
.inputline select,
.inputline textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:110%;
	color:#000;
	background-color:rgba(255,255,255,0.9);
	border:1px solid rgba(0,0,0,0.5);
	padding:3px;
	margin:10px;
}
.inputline input[type=submit],
.inputline input[type=button],
.inputline input[type=reset] {
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	
	box-shadow: 0px 0px 2px rgba(0,0,0,0.7);
}
.strength-indicator {
	display:block;
	border:1px solid rgba(0,0,0,0.5);
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:40px;
}
.fixlabel {
	display:inline-block;
	font-style:italic;
}
.hiba {
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #f00;
	background-color:rgba(255,0,0,0.3);
	color:#000;
	padding:15px;
}
.intextimage {	
	background-size:cover; 
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #555; 
	margin-bottom:10px; 
	height:40vh;
}
.ikonsor a {
	margin:6px;
	background-color:#900;
	padding-left:50px;
	padding-right:6px;
	color:#eee;
	text-decoration:none;
	white-space:nowrap;
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-size:30px 30px;
	line-height:40px;
	display:inline-block;
}
.ikonsor a:HOVER {
	box-shadow:0px 0px 3px rgba(0,0,0,0.9);	
}
.ikonsor .ikon_waze {
	background-image:url('./images/icon_waze.png');
	background-color:#93C4D3;
}
.ikonsor .ikon_map {
	background-image:url('./images/icon_googlemaps.png');
	background-color:#ddd;
	color:#333;
}
.ikonsor .ikon_tel {
	background-color:#5d5;
	background-image:url('./images/ikon_tel.png');	
}
.ikonsor .ikon_email {
	background-color:#33c;
	background-image:url('./images/ikon_email.png');
}

/* TABOK */
.tabs {

	display:relative;
	width:100%;
	min-height:300px;
	
}
.tabs > ul {
	width:100%;
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #999;
	
}
.tabs > ul li {
	display:inline-block;
	border-left:1px solid #900;
	border-top:1px solid #900;
	border-right:1px solid #900;
	border-bottom:1px solid #900;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-1px;
	background-color:#eee;
	cursor:pointer;
	font-size: 1.17em;
	
}

.tabs > ul .selected {
	border-bottom:1px solid #fff!important;
	background-color:#fff!important;
}
.tabs .tab {
	width:100%;
	min-heigth:300px;
	display:none;
	padding:10px;
}

#backtotop {
	position:fixed;
	right:20px;
	bottom:40px;
	background-color:rgba(200,100,100,0.5);
	color:#fff;
	display:none;
	padding:10px;
	cursor:pointer;
	z-index:200;
}
#cookie_accept {
	font-size:85%;
	width:100%;
	background-color:rgba(40,0,0,0.9);
	color:#fff;
	z-index:10;
	padding:10px;
	padding-right:150px;
	position:relative;
	transition: all 0.6s;
	overflow:hidden;
	box-sizing:border-box;
}
#cookie_accept a {
	color:#ddd;
}
#cookie_accept input {
	position:absolute;
	right:10px;
	top:10px;
	padding:4px;
	border:1px solid #fff;
	background-color:#900;
	font-size:100%;
	color:#fff;
}
#popup_container {
	height: 100%;
	width:100%;
	text-align: center;
	background-color:rgba(0,0,0,0.5);	
	border: #a0a0a0 solid 1px;
	margin: 0px;
	position:fixed;
	z-index:600;
}
#popup_container:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; 
}
#popup {
	margin: 100px auto;
	border:1px solid #000;
	background-color:#fff;
	display: inline-block;
	vertical-align: middle;
	/*width: 75%;*/
	max-width:90%;
	padding: 0px;
	border: #a0a0a0 solid 1px;
	background: #f5f5f5;
	position:relative;	
	max-height:500px;
	box-shadow:1px 1px 6px #000;
}
#popupheader {
	position:relative;
	width:100%;
	height:40px;
	background-color:#900;
	color:#fff;
}
#popupclose {
	position:absolute;
	width:40px;
	height:40px;
	right:0px;
	top:0px;
	background-color:#700;
	color:#ccc;
	font-size:133%;
	border-left:1px solid #fff;
	
	padding:4px;
	cursor:pointer;
}
#popupcontent {
	position:relative;
	overflow:hidden;
	overflow-y:scroll;
	height:100%;
	width:100%;	
	max-height:350px;
}
header {
	background-position:right;
	background-repeat:no-repeat;
}
#logo img {
	max-height:120px;
	max-width:240px;
	margin:10px;
	margin-bottom:0px;
}
#microsite_logo_and_text {
	color:rgba(255,255,255,0.5);
	font-size:80%;
	line-height:20px;
}
#microsite_logo_and_text img {
	max-height:20px;
	max-width:80px;
	margin:10px;
	vertical-align:middle;
}

.header_userblock {
	display:inline-block;
	/*height:40px;
	min-width:40px;*/
	position:relative;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	opacity:0.8;
	padding-top:5px;
	text-align:center;
	color:#bbb;

}
.header_userblock:HOVER {
	opacity:1;
}

.header_userblock a {
	color:#bbb;
	text-decoration:none;
}

.header_userblock a:HOVER {
	color:#fff;
}
.header_userblock a span {
	display:none;
}
.header_userblock .userblock_dropdown {
	overflow:hidden;
	max-height:0px;
	transition:all 0.2s;
	position:absolute;
	min-width:320px;
	right:0px;
	top:100%;
	z-index:102;
	background-color:#333;
	color:#fff;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	box-sizing:border-box;
}
.header_userblock:HOVER .userblock_dropdown {
	max-height:400px;
	padding:2px;
}
.userblock_icon {
	width:28px;
	height:28px;
	margin:0 auto;
	background-position:center;
	background-size:contain;
	transition:all 0.3s;
	position:relative;
	display:block;
}
.userblock_icon .value {
	background-color:#009;
	color:#fff;
	font-size:60%;
	border-radius:20px;
	text-align:center;
	width:14px;
	height:14px;
	line-height:16px;
	position:absolute;
	bottom:0px;
	right:0px;
}


.header_userblock h1 {
	font-size:130%;
	font-weight:normal;
	white-space:nowrap;
	color:#fff;
}
.header_userblock h2 {
	font-size:110%;
	font-weight:normal;
	white-space:nowrap;
	color:#bbb;
}

.header_userblock span {
	display:block;	
	vertical-align:top;
	
	font-size:80%;
	color:#fff;
}
.header_userblock:HOVER {
}
.headertextlinks {
	margin-top:40px;
	font-size:80%;
	color:#ccc;
}

.headertextlinks a {
	padding-top:20px;
	color:#ddd;
	text-decoration:none;
}
.headertextlinks a:HOVER {
	color:#fff;
	text-decoration:underline;
}


#userblock_icon_login {
	background-image:url('./images/icon_person_ures.png');	
}
#userblock_icon_user {
	background-image:url('./images/icon_person.png');	
}
#userblock_icon_basket,
.icon_basket {
	background-image:url('./images/icon_basket_tele.png');
}
#userblock_icon_compare,
.icon_compare {
	background-image:url('./images/icon_compare.png');
}
#userblock_icon_exit {
	background-image:url('./images/icon_exit.png');	
}
#userblock_icon_search {
	background-image:url('./images/icon_search.png');	
}
#userblock_icon_info {
	background-image:url('./images/icon_info.png');	
}
#userblock_icon_edit {
	background-image:url('./images/icon_szerkeszt.png');	
}
#userblock_icon_crm {
	background-image:url('./images/icon_crm.png');	
}
.ub_fixed {
	position:fixed;
	right:10px;
	top:5px;
	z-index:1002;
}
.ub_fixed .header_userblock span {
    display:none;
}

.sl_lines {
	max-height:280px;
	overflow-x:visible;
	overflow-y:auto;
}
.sl_line {
	/*padding:2px;*/
	position:relative;
}
.sl_line:HOVER {
	background-color:#f77;
}
.sl_kep {
	width:40px;
	height:40px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	float:left;
	margin:2px;
}
.sl_nev {
	font-size:80%;
	float:left;
	width:160px;
	text-align:left;
}
.sl_tipus {
	font-size:70%;
	float:left;
	width:160px;
	text-align:left;	
}
.sl_quantity {
	font-size:80%;
	float:right;
	width:70px;
	text-align:right;
}
.sl_ar {
	font-size:80%;
	float:right;
	width:70px;
	text-align:right;
}

.sl_footer {
	padding:5px;
}
.redbutton {
	/*border-radius:15px;*/
	line-height:30px;
	min-width:30px;
	min-width:40px;
	display:block;
	background-color:#b33;
	color:#ccc;
	border:1px solid #aaa;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */	
}
.redbutton:HOVER {
	background-color:#e44;
	color:#fff;
	border:1px solid #fff;
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}
.header_userblock .redbutton {
	width:100%;
}
.search {
	margin:0px;
	padding:0px;
	float:left;
}
.search input[type=text] {
	border:none;
	padding:2px;
	/*border:1px solid #eee;*/
	background-image:url('./images/icon_search.png');	
	background-position:right center;
	background-size:contain;
	background-repeat:no-repeat;
	background-color:rgba(255,255,255,0);
	color:#fff;
	height:28px;
	width:28px;
	transition:all 0.5s;
	cursor:pointer;	
}

.search input[type=text]:focus,
.search input[type=text]:not(:placeholder-shown) {
	width:240px;
	cursor:text;
	outline: none;
	background-color:rgba(255,255,255,0.4);
}
.search input[type=submit] {
	display:none;
	border:1px solid #eee;
	background-color:rgba(90,20,20,0.05);
	background-image:url('./images/icon_search.png');	
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	color:#000;
	position:absolute;
	right:0px;
	top:5px;
	background-size:contain;
	height:28px;
	width:28px;	
	z-index:101;
	cursor:pointer;
}
.search input[type=text]:focus + input[type=submit],
.search input[type=text]:not(:placeholder-shown)+ input[type=submit]{
	display:block;
}
.nav-placeholder {
	height:60px;
}
nav {
	background-color:rgba(0,0,0,0.3);
	z-index:100;
	
}
nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
nav ul li {
	display:inline-block;
	height:60px;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;	
}
nav ul li a {
	color:#ddd;
	text-decoration:none;
	text-shadow:0px 0px 2px rgba(0,0,0,0.4);
	font-size:120%;
}
nav ul li a:HOVER {
	color:#fff;
}
nav ul li img {
	max-height:80px;
	margin-top:-10px;
	vertical-align:middle;
}
nav #hamburger_label {
	display:none;
}
nav .hamburger_icon {
	width:42px;
	height:42px;
	margin:2px;
}
nav input[type=checkbox] {
	display:none;
}


.nav_relative {
	position:relative;	
}
.nav_fixed {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	background-color:#333;
	z-index:300;
}
#menu_logo {
	background-image:url('./images/cooptim_ht_menulogo_kicsi.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	height:40px;
	transition:all 0.4s;
}




.nav_relative #menu_icons {

}
.nav_fixed #menu_icon_user {
	bottom:0px;
}
.nav_fixed #menu_icon_basket {
	bottom:0px;
}
.nav_fixed #menu_icon_compare {
	bottom:0px;
}
.nav_fixed ul li img {
	margin-top:0px;
	max-height:50px;
	vertical-align:middle;
}

section {
	min-height:70vh;
	position:relative;
}
.grid {
	/*border:1px dotted #888;*/
	box-sizing:border-box;
}
.grid_wide {
	width:100%;
}
.grid_full {
	width:100%;
}

.grid_left {
	width:30%;
	display:inline-block;
	vertical-align:top;
}
.grid_main {
	width:69.6%;
	display:inline-block;	
	vertical-align:top;	
}
.grid-12-1 {
	width:30%;
}


/* PROGRESSS LINE */
#progress {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:3px;
	margin-bottom:3px;
	height:20px;
	border:1px solid #444;
	position:relative;
	text-align:center;
}
.progress_bar {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:10%;
	background-color:#d22;
}
.progress_text {
	color:#000;
	text-shadow:0px 0px 1px #fff;
}



/* 	WELCOME PAGE  */


.slideshow {
	width:100%;
	position:relative;
	height:350px;
	min-height:60vh;
	overflow:hidden;
	
}
.slide {
	width:100%;
	height:350px;
	min-height:60vh;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:350px;
	overflow:hidden;
	position:absolute;
}
.slide .undertext {
	height:350px;		
	padding:20px;
}
.slide h1 {
	font-weight:normal;
	font-size:4.3em;
	text-shadow:0px 0px 10px #fff;
}
.slide p {
	font-size:1.6em;
	color:#fff;
	text-shadow:0px 0px 5px #000;	
}
.slide .buttonlink{
	font-size:110%;
	color:#fff;
	padding:6px;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px #000;
	background-color:#900;
	text-decoration:none;
}
.slideshow_dots {
	position:absolute;
	bottom:10px;
	right:10px;
	
}
.slide_dot {
	width:10px;
	height:10px;
	border:1px solid #888;
	background-color:rgba(120,120,120,0.5);
	margin:5px;
	display:inline-block;
	cursor:pointer;
}
.aktivkocka {
	background-color:#fff;
	border:1px solid #000;
}
.cikk_box {
	/*display:inline-block;*/
	text-align:left;
	width:100%;
	border:1px dotted #fff;
}
.cikk_kartya {
	display:inline-block;
	min-width:200px;
	width:22%;
	height:360px;
	border:1px solid #ddd;
	/*box-shadow:0px 0px 4px rgba(0,0,0,0.1);*/
	margin:1%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.kartyanezet .cikk_kartya {
	width:31%;	
}
.cikk_kartya a {
	text-decoration:none;
}
.cikk_kartya:HOVER {
	border:1px solid #aaa;
	box-shadow:0px 0px 4px rgba(0,0,0,0.2);
}
.cikk_kartya:HOVER a {
	text-decoration:none;
}
.cikk_kartya .mnr {
	position:absolute;
	right:5px;
	top:5px;
	font-size:60%;
	color:#999;
}
.cikk_kartya .logo {
	position:absolute;
	left:5px;
	top:5px;
	width:60px;
	height:30px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
}
.cikk_kartya .kep {
	height:120px;
	margin:5px;
	margin-top:40px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	transition:all 0.3s;
}
.cikk_kartya:HOVER .kep {
	margin:-5px;
	margin-top:30px;
	height:140px;	
}
.cikk_kartya .ustipus {
	font-size:80%;
	text-align:center;
	background-color:#fff;
	color:#333;
}
.cikk_kartya .ktxt {
	font-size:110%;
	text-align:center;
	color:#111;	
}
.cikk_kartya .usjellemzo {
	font-size:70%;
	text-align:center;	
	color:#666;	
}
.cikk_kartya .leiras {
	display:none;
	font-size:80%;
	padding-top:5px;
	padding-bottom:5px;
}
.cikk_kartya .regiar {
	font-size:90%;
	text-align:center;
	color:#999;
	text-decoration:line-through;
}
.cikk_kartya .akciosar {
	font-size:140%;
	text-align:center;
	color:#b00;
	text-shadow:0px 0px 3px #fff;
}
.cikk_kartya .ar {
	font-size:140%;
	text-align:center;
	color:#222;
	text-shadow:0px 0px 3px #fff;
}
.cikk_kartya .action_ribbon {
	background-color:#900;
	color:#fff;
	width:200px;
	height:22px;
	position:absolute;
	bottom:5px;
	left:-75px;
	text-align:center;
	transform: rotate(45deg);
	
}
.cikk_kartya .icons {
	position:absolute;
	bottom:3px;
	left:0px;
	right:0px;
	text-align:center;
	z-index:20;
}
.cikk_kartya  .icons .icon {
	margin-left:8px;
	margin-right:8px;
	width:40px;
	height:40px;
	border-radius:0px;
	border:1px solid #777;
	background-color:#922;
	background-size:60% 60%;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
    transition:all 0.2s;	
}

.cikk_kartya  .icons .icon_basket {
	background-color:#d44;
}
.cikk_kartya .icons .icon_basket:HOVER {
	background-color:#933;
	border:1px solid #000;
	background-size:90% 90%;
}
.cikk_kartya  .icons .icon_compare {
	background-color:#7c7;
}
.cikk_kartya .icons .icon_compare:HOVER {
	background-color:#393;
	border:1px solid #000;
	background-size:90% 90%;
}

.cikk_kartya .editordata {
	font-size:50%; 
	text-align:right
}
/* LISTA NÉZET */
.listanezet .cikk_kartya {
	width:98%;
	height:72px;
	margin-bottom:0px;
	margin-top:0px;
	border:0px;
	border-bottom:1px solid #eee;
}
.listanezet .mnr {
	position:relative;
	float:left;
	width:10%;
	margin:0px;
	padding-left:10px;
}
.listanezet .logo {
	position:absolute;
	left:5px;
	top:auto;
	bottom:15px;
}
.listanezet .kep {
	height:70px;
	width:10%;
	margin-top:0px;
	marign-bottom:0px;
	float:left;
}
.listanezet .ustipus,
.listanezet .ktxt,
.listanezet .usjellemzo {
	float:left;
	width:40%;
	text-align:left;
}
.listanezet .ar,
.listanezet .regiar {
	text-align:right;
	position:absolute;
	right:165px;
	width:25%;
}
.listanezet .akciosar {
	text-align:right;
	position:absolute;
	right:165px;
	top:20px;
	width:25%;
}
.listanezet .icons {
	right:0px;
	bottom:10px;
	left:auto;
	text-align:right;
	width:160px;

	
}
.listanezet .editordata {
	position:absolute;
	left:160px;
	bottom:0px;
	right:auto;
	top:auto;
}
/* RÉSZLETES NÉZET */
.reszletesnezet .cikk_kartya {
	width:98%;
	height:auto;
	min-height:200px;
}
.reszletesnezet div {
/*	border:1px dotted #0f0;*/
}

.reszletesnezet .kep {
	width:25%;
	float:left;
}
.reszletesnezet .ustipus,
.reszletesnezet .ktxt,
.reszletesnezet .usjellemzo,
.reszletesnezet .leiras {
	float:left;
	width:48%;
	text-align:left;
}
.reszletesnezet .leiras {
	display:block;
}
.reszletesnezet .ar,
.reszletesnezet .regiar {
	text-align:right;
	position:absolute;
	right:5px;
	top:20px;
	width:25%;
}
.reszletesnezet .akciosar {
	text-align:right;
	position:absolute;
	right:5px;
	top:40px;
	width:25%;
}
.reszletesnezet .icons {
	right:0px;
	bottom:10px;
	left:auto;
	text-align:right;
	width:160px;	
}
.reszletesnezet .editordata {
	position:absolute;
	left:5px;
	bottom:5px;
	right:auto;
	top:auto;
}


/* WEBSHOP PAGE */
.webshop_left {
	width:23%;
	margin-right:1%;
}
.webshop_main {
	width:75%;
	text-align:left;
}
.ws_search {
	position:relative;
}
.ws_search input[type=text] {
	border:1px solid #900;
	line-height:32px;
	color:#000;
	z-index:1;
	width:80%;
	padding:2px;
	font-size:1.2em;
}
.ws_search input[type=submit] {
	border:1px solid #900;
	position:absolute;	
	right:0px;
	top:0px;
	height:38px;
	width:20%;		
	z-index:101;
	cursor:pointer;	
	background-color:rgba(180,20,20,1);
	
	background-image:url('./images/icon_search.png');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
}

.arrowtree {
	list-style: none;
	padding-left:15px;
	margin:0px;
}
.arrowtree li:before {
	content: '\2BA1';
    margin: 0 1em;    /* any design */
}
.tree {
	font-size:100%;
	
}
.treelink {
	color:#333;
	text-decoration:none;
}
.treelink:HOVER {
	color:#F00;
}
.tematika_path {
	text-align:left;
	padding:10px;
	color:#999;
	font-size:90%;
	float:left;
}
.tematika_path a {
	color:#900;
	text-decoration:none;
}
.tematika_path h1 {
	font-size:240%;
	margin-top:5px;
	margin-bottom:5px;
	color:#400;
}
.list_order {
	padding:10px;
	float:right;
	text-align:right;
}
.editor {
	border:1px solid #f00;
	background-color:#fcc;
	padding:10px;
}
.alkategoria {
	border:1px solid #ddd;
	width:200px;
	height:220px;
	margin:5px;
	float:left;
	text-align:center;
	color:#000;
	text-shadow:0px 0px 1px #fff;
	vertical-align:bottom;
	font-size:90%;
	transition:all 0.2s;
}
.alkategoria:HOVER {
	border:1px solid #aaa;
	box-shadow:0px 0px 4px rgba(0,0,0,0.2);
	font-size:100%;
}
.tematika_montazs {
	height:120px;
	width:90%;
	margin:5%;
	/*border:1px solid #ddd;*/
	position:relative;
	overflow:hidden;
}
.tematika_montazs_elem {
	position:absolute;
	width:90px;
	height:90px;
	z-index:1;
	background-color:#fff;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	border:1px solid #ddd;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
}

.alkategoria .cimke {
	font-size:110%;
	color:#222;
	
}

/* EGY TERMEK PAGE */
.egy_termek {
	padding:10px;
	position:relative;
}
.gyarto_blokk {
	float:right;
	text-align:right;
	font-size:80%;
}
.egy_termek h1 {
	font-size:200%;
}
.egy_termek h2 {
	font-size:130%;
	color:#900;
}
.egy_termek h3 {
	display:block;
	border-bottom:1px solid #900;
}
.egy_termek h1,
.egy_termek h2,
.egy_termek h3,
.egy_termek h4 {
	margin-top:0px;
	margin-bottom:2px;
}


.egy_termek img {
	max-width:100%;
	max-height:300px;
}
.egy_termek a {
	text-decoration:none;
	color:#900;
}
.egy_termek a:HOVER {
	text-decoration:underline;
	color:#c33;
}
.egy_termek .flag {
	margin-top:4px;
	margin-bottom:0px;
	
}
.egy_termek .gyarto_logo {
	max-width:100px;
	max-height:40px;
}
.egy_termek p {
	text-align:justify;
}
.egy_termek table {
	width:100%;
}
.egy_termek table tr:nth-child(odd){
	background-color:#eee;
}
.egy_termek .btn {
	display:inline-block;
	background-size:30px 30px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:0px;
	padding-left:40px;
	padding-right:10px;
	line-height:40px;
	cursor:pointer;
	box-shadow:0px 0px 1px rgba(0,0,0,0.4);
	height:40px;
	margin-left:5px;
	margin-right:5px;
	color:#fff;
}
.egy_termek .btn:HOVER {
	box-shadow:0px 0px 5px rgba(0,0,0,0.7);
}
.egy_termek .compare {
	background-image:url('./images/icon_compare.png');
	background-color:#7c7;
}
.egy_termek .basket {
	background-image:url('./images/icon_basket_tele.png');
	background-color:#d44;
}

.media_box #thumbnail_container {
	max-height:100px;
	overflow:hidden;
}
.media_box #thumbnail_container .thumbnail {
	display: inline-block;
	width: 120px;
	height: 80px;
	border:1px solid #eee;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	margin:10px;
}
.media_box #thumbnail_container .video_thumbnail {
	background-image:url('./images/icon_video.png');
}
.arkocka {
	/*border:1px solid #999;
	background-color:#eee;
	padding:5px;*/
}

.arkocka div span {
	display:inline-block;
}
.ar-figyelmeztetes {
	border:1px solid #900;
	background-color:rgba(200,0,0,0.6);
	color:#fff;
	padding:5px;
	margin:5px;
	display:block;
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	font-style:italic;
	font-weight:normal;
	text-align:center;
}
.ar-figyelmeztetes label {
	text-decoration:underline;
}
.cb_tovabbi {
	display:none;
}
.cb_tovabbi + div {
	max-height:0px;
	transition: all 0.3s;
	overflow:hidden;
}
.cb_tovabbi:checked + div {
	max-height:200px;
}
.arkocka .artipus {
	font-size:100%;
	color:#666;
	min-width:200px;
	width:50%;
	text-align:right;
}
.arkocka .ar-regi {
	text-decoration:line-through;
	color:#aaa;
	font-size:120%;
}
.arkocka .ar-akcios {
	color:#900;
	font-size:120%;
}
.arkocka .ar {
	color:#222;
	font-size:120%;
}
.arkocka .ar-afa {
	color:#444;
	font-size:90%;	
}
.arkocka .ar-vegleges {
	color:#444;
	font-size:3em;	
}
.arkocka .ar-brutto {
	color:#444;
	font-size:120%;	
}


/* CSÍKOS TÁBLA*/
.et {
	position:relative;
	width:100%;
	border:1px solid #777;
	padding:0px;
}
.et thead tr,
.et tfoot tr {
	background-color:#777;
	color:#fff;
}
.et thead tr td {
	text-align:center;
}
.et thead tr td:first-child {
	text-align:left;
}
.et tbody tr:nth-child(even) {
	background-color:#eee;
}
.et td {
	padding:2px;
}


/* ÖSSZEHASONLITAS PAGE */



.compare-container {
	max-width:100%;
	position:relative;
	border:1px solid #aaa;
	overflow-x:auto;
}
.compare-table {
	width:100%;
	position:relative;	
	font-size:90%;
}
.compare-table tr:nth-child(even){
	background-color:#eee;
}
.compare-foto {
	width:120px;
	height:120px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	margin:0px auto;
}
.compare-table a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
}
.compare-table tr td {
	text-align:center;
}
/*
.compare-table tr th  {

}

.compare-table .compare-different td {
	color:#000;
}
.compare-img {
	border:1px solid #eee;
	width:200px;
	height:200px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
*/

/* KOSÁR PAGE */
.minikep {
	float: left;
	width:60px;
	height:60px;
	border:1px solid #777;
	margin:1px;
	margin-right:5px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
}
.ar-riasztas {
	float: left;
	width:30px;
	height:30px;
	margin:1px;
	margin-right:5px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('./images/alert.png');
}
.suly-riasztas {
	float: left;
	width:30px;
	height:30px;
	margin:1px;
	margin-right:5px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('./images/warning.png');
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.ar {
	
}
.regiar {
	
}
.akciosar {
	
}
.gombsor {
	display:block;
	/*border:1px dotted #000;*/
	min-height:36px;
}

.kosar_qunatity_input {
	width:80px;
	font-size:110%;
	text-align:right;
	/*display: flex;*/
}
.help {
	cursor:pointer;
}
/* REGISZTRACIO PAGE */
.blokk{
	max-width:400px;
	margin:0 auto;
	position:relative;
	/*border:1px dotted #f33;*/
}

.blokk .inputline {
	width:100%;
	position:relative;
	text-align:right;
}
.blokk .inputline input {
	background-repeat:no-repeat;
	background-position:right center;
}
.blokk .inputline input[type=text]{
	min-width:260px;
}
.blokk .inputline select {
	width:260px;
	padding:4px;
}
.chk_ok {
	background-image:url('./images/True.gif');
	/*background-color:green;*/
	box-shadow:0px 0px 6px green;
	cursor:help;
}
.chk_bad {
	background-image:url('./images/False.gif');
	/*background-color:red;*/
	box-shadow:0px 0px 6px red;
	cursor:help;
}
.req {
	color:#f00;
	vertical-align: super;
   /* font-size: smaller;*/
}





#footer_1 {
	background-color:#eee;
	color:#666;	
	font-size:90%;
}
#footer_1 div {
	padding:5px;
	padding-right:20px;
	padding-left:0px;
}
footer ul {
	padding-left:10px;
	margin-left:10px;
	/*list-style-type:none;
	padding-left:0px;
	margin-left:0px;*/
}
#footer_1 a {
	color:#c22;
	text-decoration:none;
}
#footer_1 a:HOVER {
	color:#f44;
	text-decoration:underline;
}
footer h1 {
	font-size:120%;
	font-weight:normal;
}
#footer_2 {
	background-color:#444;
	color:#eee;
	font-size:70%;
	padding-bottom:20px;
}
#footer_2 .right  {
	vertical-align:bottom;
}
#footer_2 a {
	color:#ddd;
	text-decoration:none;
}