@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=latin-ext');
*{
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	box-sizing: border-box;
}
:root{
	--main-color:#EE5A18;
	--txtmain-color:white;
	--action-color:#EE5A18;
	--content-width:1450px;
}
body{
	background-color:#f0f0f0;
	color:#555555;
	margin:0;
	padding:0;
	font-size:100%;
	font-family: 'PT Sans', sans-serif;
	background-position:top center;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
a, a:visited{
	text-decoration:none;
	color:var(--main-color);
}
a:hover, a:active, a:focus{
	color:#000000;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
label{cursor:pointer;}
.clear{
	clear:both;
}
div#page{
	background-position:top center;
	background-repeat:repeat;
}
#wrapper{
	width:100%;
	height:100%;
}
#wrapper_content{
	width:94%;
	max-width:var(--content-width);
	margin:auto;
}
#content{
	min-height:300px;
}
#footer_wrapper{
	width:100%;
	background-color:transparent;
	height:auto;
}
#footer{
	width:94%;
	max-width:var(--content-width);
	margin:auto;
	background-color:#e0e0e0;
}
#footer_content{
	padding:2%;
	text-align:center;
	font-size:80%;
	color:#999999;
}
#footer_content a, #footer_content a:visited{
	color:#666666;
	padding:5px;
	display:inline-block;
}
#footer_content a:focus, #footer_content a:hover, #footer_content a:active{
	color:white;
	background-color:black;
}
#banner_wrapper{
	width:100%;
	position:relative;
	left:0;
	top:0;
	z-index:5;
	background-color:#f0f0f0;
}
#banner{
	width:94%;
	max-width:var(--content-width);
	margin:auto;
	height:auto;
	margin-bottom:20px;
}
#banner_content{
	position:relative;
}
.banner_language{
	float:right;
	z-index:50;
	transform:scale(.8);
	text-align:right;
	width:auto;
	height:auto;
	vertical-align:middle;
	margin-top:-3px;
}
.banner_language a, .banner_language a:visited{
	margin:0 !important;
	padding:0 !important;
	margin-right:3px;
}
.banner_valuta{
	float:right;
	z-index:50;
	text-align:right;
	width:auto;
	height:auto;
	padding-top:2px;
	padding-right:5px;
	vertical-align:middle;
	margin-top:5px;
	margin-left:30px;
}
.banner_valuta select{width:auto;cursor:pointer;background-color:#fefefe;color:#333333;padding:5px;border:0;}
.banner_logo{
	max-width:30%;
	width:auto;
	position:absolute;
	left:0;
}
.banner_logo img{
	max-width:100%;
	max-height:100%;
}
.banner_logo_txt{
	display:inline-block;
	float:left;
	margin-left:19%;
	margin-top:2%;
	width:24%;
	position:absolute;
	font-size:120%;
	text-shadow:1px 1px #fefefe;
}
.banner_mainmenu{
	width:auto;
	height:auto;
	background-color:var(--main-color);
	margin-left:100px;
	text-align:center;
}
.banner_mainmenu a, .banner_mainmenu a:visited{
	display:inline-block;
	padding:3px 6px;
	font-size:100%;
	color:white;
	font-weight:600;
	margin-right:20px;
}
.title{
	font-size:170%;
	margin-bottom:10px;
	color:#2A2A2A;
	padding:5px;
	border-bottom:1px dashed #c0c0c0;
}
.title a, .title a:visited{color:#2A2A2A;}
.title a:focus, .title a:hover, .title:active{color:var(--main-color);}
.title img{
	max-width:100%;
	max-height:30px;
	display:inline-block;
}
.txt{
	background-color:white;
	padding:1%;
	border-radius:5px;
	font-size:110%;
}
.txt img, .txt iframe{
	width:auto;
	height:auto;
	max-width:100% !important;
	max-height:100% !important;
	display:inline-block;
	vertical-align:middle;
}
.banner_infos{
	width:70%;
	vertical-align:top;
	display:inline-block;
	float:right;
	text-align:right;
	margin-top:10px;
	font-size:110%;
}
.banner_infos p{
	margin:0;
	padding:0;
}
.banner_search{
	background-color:white;
	width:50%;
	border:0px solid #333333;
	vertical-align:top;
	display:inline-block;
	float:right;
}
.banner_search input[type="text"]{
	background-color:transparent;
	border:0;
	padding:1%;
	margin:0px;
	font-family: 'PT Sans', sans-serif;
	font-weight:300;
	font-size:140%;
	display:block;
	vertical-align:top;
	width:98%;
	min-height:40px;
}
.banner_search input[type="submit"]{
	background-color:#333333;
	color:white;
	padding:1%;
	margin:0px;
	text-indent:-1000px;
	background-image:url(../../../../images/search_white.png);
	background-size:60% 60%;
	background-position:center center;
	background-repeat:no-repeat;
	width:47px;
	height:47px;
	vertical-align:top;
	display:block;
	border:none;
	border:0;
}
.banner_search input[type="submit"]:hover{
	background-image:url(../../../../images/search.png);
	background-color:white;
	cursor:pointer;
}
.left{
	display:inline-block;
	vertical-align:top;
	width:25%;
	height:auto;
}
.right{
	display:inline-block;
	vertical-align:top;
	width:74%;
	margin-left:1%;
	height:auto;
}
.products{
	width:100%;
	color:#404040;
	vertical-align:top;
	text-align:center;
}
.product{
	vertical-align:top;
	width:244px;
	min-height:470px;
	height:auto;
	display:inline-block;
	margin-left:20px;
	margin-bottom:20px;
	position:relative;
	background-color:white;
	border-radius:5px;
	box-shadow:0px 0px 3px #c0c0c0;
}
.product:hover{
	box-shadow:0px 0px 25px #c0c0c0;
	animation-name:product_zoom; 
	animation-duration:150ms; 
	animation-iteration-count:1; 
	animation-timing-function:ease-in-out;
	animation-fill-mode:both;
	z-index:10;
}
.product_flag{
	padding:0px 5px !important;
}
.product_big_flags .product_flag_pos{
	top:initial !important;
	left:initial !important;
	transform:initial !important;
	position:initial !important;
	width:auto;
	display:inline-block;
	margin:3%;
}
.product_big_flags .product_flag{
	box-shadow:none;
	border-radius:0;
	padding:2%;
	width:auto;
	display:inline-block;
	text-align:center !important;
	font-size:70%;
}
.product a:first-of-type{
	position:initial !important;
}
.product_pack{
	vertical-align:top;
	width:150px;
	min-height:280px;
	height:auto;
	display:inline-block;
	border-bottom:2px solid #404040;
	margin-left:17px;
	margin-bottom:17px;
	position:relative;
	background-color:white;
	text-align:center;
}
.product_pack:hover{
	box-shadow:0px 0px 25px #c0c0c0;
}
.product_pack a:first-of-type{
	position:initial !important;
}
.product_pack .product_img{height:120px;line-height:initial;}
.product_pack .product_name{height:100px;font-size:14px;}
.productbox_page1{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.productbox_page2{
	display:none;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.product_infobtn{
	display:block;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	background-color:var(--main-color);
	color:white;
	padding:10px;
	text-align:center;
	width:auto;
}
.product_img{
	width:100%;
	height:255px;
	background-color:white;
	position:relative;
	padding:2%;
	text-align:center;
	vertical-align:middle;
	line-height:355px;
}
.product_img img{
	max-width:100% !important;
	max-height:96% !important;
	width:auto;
	height:auto;
	margin:auto;
	vertical-align:initial !important;
}
.product_name{
	width:auto;
	height:120px;
	overflow:hidden;
	display:block;
	font-family: 'PT Sans', sans-serif;
	font-size:120%;
	font-weight:700;
	font-style:italic;
	padding-top:10px;
	padding-left:12px;
	padding-right:12px;
	text-transform:uppercase;
	color:#404040;
}
.product_name span{
	font-weight:300;
	display:block;
	font-size:16px;
	text-transform:none;
}
.product_price{
	width:auto;
	height:auto;
	font-family: 'PT Sans', sans-serif;
	font-size:130%;
	font-weight:700;
	font-style:italic;
	padding-left:12px;
	text-align:left;
	position:absolute;
	bottom:5px;
	color:#2a2a2a;
}
.product_price_action{
	color:#666666;
	text-decoration:line-through;
	font-size:70%;
	font-weight:normal;
}
.product_price_action_new{
	color:var(--action-color);
}
.product_cart{
	width:51px;
	height:51px;
	position:absolute;
	bottom:0;
	right:1px;
	background-image:url(../../../../images/cart_border.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position: center center;
	z-index:4;
}
.product_cart span{
	width:60%;
	height:60%;
	position:absolute;
	left:25%;
	top:25%;
	background-image:url(../../../../images/cart.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position: center center;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	cursor:pointer;
}
.product_cart:hover span{
	-webkit-transform: rotate(360deg) scale(1.3);
    -moz-transform: rotate(360deg) scale(1.3);
    -o-transform: rotate(360deg) scale(1.3);
    -ms-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
}
.products_filters{
	background-color:white;
	padding:2%;
	text-align:center;
}
.products_filters select{
	background-color:#f0f0f0;
	color:#333333;
	border:thin solid #c0c0c0;
	padding:5px;
	margin:5px 0px;
	cursor:pointer;
}
.products_filters input[type="number"]{
	background-color:#f0f0f0;
	color:#333333;
	border:thin solid #c0c0c0;
	padding:5px;
	margin:5px 0px;
	text-align:center;
	width:120px;
	display:inline-block;
}
.products_filters input[type="submit"]{
	background-color:var(--main-color);
	color:#fefefe;
	border:0;
	padding:5px;
	margin:5px;
	text-align:center;
	width:auto;
	display:inline-block;
	cursor:pointer;
	font-size:120%;
}
.products_filters *{font-family: 'Oswald', sans-serif;}
#arintervallum_slider{z-index:0 !important;}
#arintervallum_slider .ui-slider-range{background:#c0c0c0;height:15px;}
.products_filters .ui-slider-horizontal{background:#f0f0f0 !important;height:15px !important;}
#arintervallum_slider .ui-slider-handle{
	background:var(--main-color);
	border:none;
	width:20px;
	height:20px;
	cursor:w-resize;
}
.product_big_wrapper{
	width:100%;
	height:auto;
	background-color:#f0f0f0;
}
.product_big_wrapper *{
	font-family: 'Oswald', sans-serif;
}
.product_big_img{
	float:left;
	width:40%;
	height:auto;
	background-color:white;
	padding-top:2px;
}
.product_big_img img{
	max-width:99%;
	max-height:99%;
	padding:2px;
}
.product_big_img img:hover{
	background-color:var(--main-color);
}
.product_big_imgs{
	text-align:center;
}
.product_big_imgs img{
	width:auto;
	height:auto;
	max-width:100px !important;
	max-height:100px !important;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	background-color:white;
	padding:2px;
}
.product_big_imgs img:hover, .product_big_imgs_active{
	background-color:var(--main-color) !important;
}
.product_big_cart_attrs{
	padding:5px;
	margin:2px;
	background-color:#f0f0f0;
	max-width:200px;
	width:auto;
	font-size:80%;
	border:thin solid #c0c0c0;
	cursor:pointer;
	float:left;
}
.product_big_desc{
	float:right;
	width:58%;
	height:auto;
	font-size:100%;
	color:#666666;
	text-align:justify;
	font-weight:normal;
	background-color:#fefefe;
	padding:1%;
}
.product_big_fulldesc{
	width:100%;
	height:auto;
	text-align:justify;
	font-weight:normal;
	background-color:#fefefe;
	padding:2%;
	margin-top:2%;
	color:#404040;
	font-family: 'Oswald', sans-serif;
}
.product_big_fulldesc, .product_big_fulldesc *{
	font-size:110% !important;
}
.product_big_fulldesc img{
	max-width:100% !important;
	max-height:100% !important;
}
.product_big_fulldesc iframe{
	max-width:100% !important;
	max-height:100% !important;
}
.product_big_fulldesc h1{
	font-size:180% !important;
	font-weight:700;
}
.product_big_fulldesc h2{
	font-size:160% !important;
	font-weight:400;
}
.product_big_fulldesc h3{
	font-size:140% !important;
	font-weight:400;
}
.product_big_fulldesc h4{
	font-size:120% !important;
	font-weight:400;
}
.product_big_fulldesc h5, .product_big_fulldesc h6, .product_big_fulldesc h7{
	font-size:100% !important;
	font-weight:400;
}
.product_big_fulldesc .parameter_table{
	width:80%;
	margin-left:10%;
	border:0;
}
.product_big_fulldesc .parameter_table td:first-of-type{
	width:50%;
}
.product_big_fulldesc .parameter_table td{
	padding:7px;
}
.product_big_fulldesc .parameter_table tr:nth-child(odd) td{
	background-color:#f0f0f0;
}
.product_big_boxes{
	width:100%;
	height:auto;
	text-align:justify;
	font-weight:normal;
	background-color:#fefefe;
	padding:2%;
	margin-top:2%;
	color:#404040;
	font-family: 'Oswald', sans-serif;
}
.product_big_price{
	float:right;
	width:58%;
	height:auto;
	font-size:150%;
	background-color:#fefefe;
	padding:1%;
	margin-top:10px;
}
.product_big_price span{
	font-weight:bold;
	/*float:left;*/
	vertical-align:middle;
	display:inline-block;
	font-size:130%;
	text-shadow:0px 0px 2px f0f0f0;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
.product_big_price input{
	width:80px;
	height:50px;
	background-color:#f0f0f0;
	color:#404040;
	border:0;
	padding:1%;
	float:right;
	vertical-align:middle;
	display:inline-block;
	font-size:90%;
	text-align:center;
	padding-right:0%;
}
.product_big_price:hover span{
	text-shadow:0px 0px 2px white;
}
.product_big_price:hover a, .product_big_price:hover a:visited{
	background-color:#c0c0c0;
}
.product_big_price:hover input{
	background-color:#c0c0c0;
}
.product_big_price i{
	display:inline-block;
	float:right;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	background-color:#f0f0f0;
	color:#404040;
	font-size:80%;
	padding:0px 10px;
}
.product_big_price:hover i{
	background-color:#c0c0c0;
}
.product_big_price a, .product_big_price a:visited{
	background-color:#f0f0f0;
	font-size:100%;
	text-transform:uppercase;
	color:black;
	padding:1%;
	font-weight:bold;
	float:right;
	vertical-align:bottom;
	display:inline-block;
	color:#404040;
	padding-bottom:5px;
}
.product_big_price a::after{
	content:"";
	display:inline-block;
	background-image:url(../../../../images/cart.png);
	background-size:80% 80%;
	background-repeat:no-repeat;
	background-position:center center;
	width:37px;
	height:37px;
	vertical-align:middle;
	margin-left:5px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.product_big_price a:hover::after{
	cursor:pointer;
	-webkit-transform: rotate(360deg) scale(1.3);
    -moz-transform: rotate(360deg) scale(1.3);
    -o-transform: rotate(360deg) scale(1.3);
    -ms-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
}
.product_big_price_action{
	margin-top:10px;
	background-color:white;
	border-radius:4px;
	padding:4px;
	color:#666666;
	font-size:80%;
	cursor:help;
}
.product_big_price_action b{
	color:red;
}
.product_big_share{
	float:right;
	width:58%;
	height:auto;
	font-size:100%;
	color:#fefefe;
	text-align:center;
	background-color:#fefefe;
	padding:1%;
	margin-top:10px;
}
.product_big_ajanlatkeres, .product_big_nemvasarolhato{
	float:right !important;
	font-size:120% !important;
}
.product_big_ajanlatkeres a, .product_big_ajanlatkeres a:visited{
	padding:6px 12px !important;
}
.product_big_ajanlatkeres a::after{
	display:none;
}
.product_ajanlatkeres{
	position:absolute;
	right:5px;
	bottom:10px;
	width:auto;
	height:auto;
}
.product_ajanlatkeres a, .product_ajanlatkeres a:visited{
	font-family: 'Oswald', sans-serif;
	font-size:110%;
	color:#404040;
	padding:5px;
}
.product_ajanlatkeres a:hover, .product_ajanlatkeres a:active, .product_ajanlatkeres a:focus{
	background-color:#f0f0f0;
}

/*
//Készletinformációk kezelése
-99=Nem elérhető
0=Raktáron
1=Külső Raktáron
2=Szállítás alatt
3=Rendelhető
4=Kifutó termék
5=Ajánlatkérés
6=Nincs készleten
7=Előrendelhető
8=Besorolás alatt
*/
.keszlet_mini{position:absolute;top:5px;left:5px;font-size:90%;padding:5px;background-color:rgba(255,255,255,.95);border-bottom:thin solid #eeeeee;}
.keszlet_big{font-size:80% !important;}
.keszlet--99{color:red;}
.keszlet-0{color:green;}
.keszlet-1{color:green;}
.keszlet-2{color:#333333;}
.keszlet-3{color:orange;}
.keszlet-4{color:orange;}
.keszlet-5{color:#333333;}
.keszlet-6{color:red;}
.keszlet-7{color:green;}
.keszlet-8{color:#333333;}
.keszlet-nemhazhozszallithato{color:blue;top:30px;}

.product_box_info{position:absolute;top:5px;right:5px;font-size:90%;padding:5px;background-color:rgba(255,255,255,.95);border-bottom:thin solid #eeeeee;}
.product_box_info_priority{color:purple;}

.banner_cart{
	width:50%;
	height:50px;
	float:right;
	display:block;
	margin-top:1%;
}
#banner_cart_icon img{
	max-height:30px;
	max-width:50px;
	vertical-align:middle;
}
.banner_cart_content{
	color:#666666;
	/*border-bottom:2px solid #3BAE7C;*/
	height:auto;
	display:block;
	text-align:right;
	width:auto;
}
.banner_cart_content span{
	font-size:120%;
	background-color:#333333;
	padding:10px;
	border:thin solid #c0c0c0;
	color:white;
}
.banner_cart_content span img{
	max-height:30px;
	max-width:auto;
	display:inline-block;
	margin-top:-3px;
}
#banner_cart_content{
	display:inline-block;
}
.banner_cart_product{
	display:inline-block;
	width:43px;
	height:43px;
	border:thin solid #c0c0c0;
	background-color:var(--main-color);
	text-align:center;
	margin-left:3px;
	vertical-align:middle;
	margin-top:-5px;
}
.banner_cart_product img{
	max-width:99%;
	max-height:99%;
}
.banner_cart_product b{
	position:absolute;
	margin-top:25px;
	font-size:70%;
	background-color:var(--main-color);
	padding:2px;
	color:white;
	font-weight:bold;
}
.side_categories{
	background-color:white;
	list-style:none;
	margin:0;
	padding:0;
}
.side_categories ul,
.side_categories ul li ul,
.side_categories ul li ul li ul,
.side_categories ul li ul li ul li ul,
.side_categories ul li ul li ul li ul li ul,
.side_categories ul li ul li ul li ul li ul li ul
{
	list-style:none;
	margin:0;
	padding:0;
	padding-left:5%;
	margin-bottom:5%;
	font-size:90%;
}
.side_categories ul,
.side_categories ul li ul,
.side_categories ul li ul li ul,
.side_categories ul li ul li ul li ul,
.side_categories ul li ul li ul li ul li ul,
.side_categories ul li ul li ul li ul li ul li ul
{
	display:none;
}
.side_categories a, .side_categories a:visited{
	border-bottom:thin solid #c0c0c0;
	padding:2%;
	font-size:150%;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	display:block;
	color:#404040;
	position:relative;
}
.side_categories a:hover, .side_categories a:active, .side_categories a:focus{
	color:white;
	background-color:var(--main-color);
}
.side_categories a i{
	position:absolute;
	right:2%;
	top:30%;
}
.side_categories_active{
	color:white !important;
	background-color:var(--main-color) !important;
}
.cart_table{
	font-size:110%;
}
.cart_table a, .cart_table a:visited{
	color:var(--main-color);
}
.cart_table tr th{
	text-align:center;
	border-bottom:thin solid #eeeeee;
	padding:6px 3px;
	color:#999999;
	font-weight:bold;
	background-color:#fcfcfc;
}
.cart_table tr th:first-of-type{
	text-align:left;
}
.cart_table tr:nth-child(odd){
	background-color:#fdfdfd;
	color:#555555;
	text-align:left;
}
.cart_table tr:nth-child(even){
	background-color:#ffffff;
	color:#555555;
	text-align:left;
}
.cart_table tr td{
	padding:10px 3px;
	border-bottom:thin solid #eeeeee;
}
.cartQuantityChange a, .cartQuantityChange a:visited{
	font-size:120%;
	font-weight:bold;
	margin:2px;
	padding:5px 10px;
	background-color:#f0f0f0;
}
.cartQuantityChange a:hover, .cartQuantityChange a:focus, .cartQuantityChange a:active{
	color:white;
	background-color:var(--main-color);
}
#cart_submit{
	display:none;
	margin:20px;
	margin-bottom:40px;
	padding:10px 20px;
	background-color:#29e226;
	color:white;
	border:0;
	cursor:pointer;
	font-size:150%;
}
#cart_products{
	padding:0%;
	font-family: 'Oswald', sans-serif;
}
#order_datas{
	display:none;
}
.cart_back_btn{
	padding:7px 20px;
	background-color:#555555;
	color:white !important;
	cursor:pointer;
	font-size:120%;
}
.cart_order_start_btn{
	padding:7px 20px;
	background-color:var(--main-color);
	color:white !important;
	cursor:pointer;
	font-size:120%;
}
.cartform_wrapper{
	width:100%;
	padding:0%;
	font-family: 'Oswald', sans-serif;
	font-size:110%;
	font-weight:400;
}
.cartform_wrapper table{
	width:100%;
	background-color:white;
	padding:2%;
	margin-bottom:2%;
}
.cartform_wrapper table:hover{
	box-shadow:0px 0px 15px #999999;
}
.cartform_wrapper table td:first-of-type{
	width:40%;
}
.cartform_wrapper table:first-of-type td:first-of-type{
	width:20%;
}
.cartform_wrapper table input, .cartform_wrapper table select, .cartform_wrapper table textarea{
	background-color:#f0f0f0;
	border:thin solid #c0c0c0;
	color:#333333;
	padding:10px;
	width:100%;
}
.cartform_wrapper table input:hover, .cartform_wrapper table input:active, .cartform_wrapper table input:focus, .cartform_wrapper table select:hover, .cartform_wrapper table select:active, .cartform_wrapper table select:focus, .cartform_wrapper table textarea:active, .cartform_wrapper table textarea:hover, .cartform_wrapper table textarea:focus{
	border-color:#404040;
	color:black;
}
.cartform_wrapper table textarea{
	height:20vh;
	min-height:100px;
	max-height:200px;
}
.cartform_wrapper table select{
	width:auto;
	cursor:pointer;
}
.cartform_wrapper table label{
	cursor:pointer;
}
.cartform_wrapper table input[type="checkbox"], .cartform_wrapper table input[type="radio"]{
	width:auto;
}
.alert{
	font-size:120%;
	font-family: 'Oswald', sans-serif;
}
.products_attrs_select_wrapper_parent{display:none;}
.products_attrs_select_wrapper{
	position:fixed;
	left:50%;
	top:50%;
	width:100%;
	height:auto;
	min-width:300px;
	min-height:250px;
	max-width:500px;
	transform:translate(-50%,-50%);
	background-color:white;
	z-index:99;
	box-shadow:0px 0px 150px #666666;
	display:none;
}
.products_attrs_select{
	padding:2%;
	text-align:center;
}
.bg_wrapper{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	background-color:white;
	opacity:.5;
	display:none;
}
.products_attrs_select_wrapper *{font-family: 'Oswald', sans-serif;font-size:100% !important;}
.products_attrs_select_wrapper .title{text-align:center;font-size:110% !important;}
.products_attrs_select_wrapper .product_name{text-align:center;height:auto;overflow:initial;padding:15px;}
.products_attrs_select_wrapper .product_price{text-align:center;position:initial;padding:15px;font-size:130% !important;}
.products_attrs_select_wrapper select{float:initial;width:35%;font-size:90% !important;}
.products_attrs_select_wrapper .products_attrs_select_cart a,
.products_attrs_select_wrapper .products_attrs_select_cart a:visited{display:inline-block;padding:7px 15px;background-color:#404040;color:white;margin-top:25px;font-size:110% !important;}
.products_attrs_select_wrapper .products_attrs_select_close a,
.products_attrs_select_wrapper .products_attrs_select_close a:visited{display:inline-block;padding:5px;background-color:var(--main-color);color:white;margin-top:20px;font-size:90% !important;}

.custom_related_wrapper{
	width:100%;
}
.custom_related{
	max-width:var(--content-width);
	width:100%;
	margin:auto;
	margin-bottom:40px;
}
.custom_related .title{
	text-align:center;
	font-size:200%;
}
.custom_related_products_wrapper{
	width:100%;
	height:490px;
	overflow:hidden;
	position:relative;
	display:block;
}
.custom_related_products_leftbtn, .custom_related_products_rightbtn{
	position:absolute;
	display:block;
	top:0;
	width:50px;
	height:inherit;
	background-color:#f0f0f0;
	text-align:center;
	opacity:.9;
	z-index:20;
	cursor:pointer;
	box-shadow:0px 0px 10px #c0c0c0;
}
.custom_related_products_leftbtn i, .custom_related_products_rightbtn i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.custom_related_products_leftbtn:hover, .custom_related_products_rightbtn:hover{
	background-color:white;
	color:var(--main-color);
	width:100px;
}
.custom_related_products_leftbtn{left:0;}
.custom_related_products_rightbtn{right:0;}
.custom_related_products{
	width:100%;
	height:inherit;
	display:table;
	text-align:center;
	position:relative;
	table-layout:fixed;
	border-spacing:10px;
	padding-left:50px;
	padding-right:50px;
}
.custom_related_products .product{
	display:table-cell;
	margin:0;
}
.product_big_quicklinks{
	margin-top:25px;
}
.product_big_quicklinks a, .product_big_quicklinks a:visited{
	background-color:#f0f0f0;
	color:#333333;
	border-bottom:thin solid #c0c0c0;
	display:inline-block;
	padding:10px;
	margin:5px;
}
.product_big_quicklinks a:hover, .product_big_quicklinks a:active, .product_big_quicklinks a:focus{
	background-color:#dddddd;
}
.product_big_navigate{
	margin-top:25px;
}
.product_big_navigate a, .product_big_navigate a:visited{
	display:inline-block;
	background-color:white;
	border-bottom:2px solid #c0c0c0;
	padding:10px;
	font-size:140%;
	color:#333333;
	font-family: 'Oswald', sans-serif;
}
.product_big_navigate a:hover, .product_big_navigate a:focus, .product_big_navigate a:active, .product_big_navigate_active{
	border-color:var(--main-color) !important;
}
.product_properties_name{
	font-size:110% !important;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
	margin-top:25px;
	border-bottom:thin solid #f0f0f0;
}
.product_properties_name:first-of-type{margin-top:0;}
.product_properties{font-size:105% !important;width:100%;box-sizing:border-box;}
.product_properties span{
	width:49%;
	text-align:right;
	display:inline-block;
}
.product_properties b{
	width:49%;
	text-align:left;
	display:inline-block;
}
.product_contact tr td:first-of-type{
	width:30% !important;
}
.product_contact tr td{font-size:90% !important;}
.product_contact input[type="text"], .product_contact input[type="email"], .product_contact textarea{
	background-color:#f0f0f0;
	border:thin solid #c0c0c0;
	color:#333333;
	padding:10px;
	width:100%;
	box-sizing:border-box;
}
.product_contact textarea{
	height:30vh;
	max-height:300px;
	font-family: 'Oswald', sans-serif;
}
.product_contact input[type="submit"]{
	margin:20px;
	margin-bottom:40px;
	padding:10px 20px;
	background-color:#29e226;
	color:white;
	border:0;
	cursor:pointer;
	font-size:100%;
}
.product_big_specialdiscounts{
	float:right;
	width:58%;
	height:auto;
	font-size:100%;
	text-align:center;
	background-color:#fefefe;
	color:#2a2a2a;
	padding:1%;
	margin-top:10px;
}
.products_specialpack_plus{
	font-size:600% !important;
	display:inline-block;
	vertical-align:middle;
	color:var(--action-color);
	height:280px;
	line-height:280px;
}
.products_specialpack_price{
	font-size:250% !important;
	display:inline-block;
	vertical-align:middle;
	color:var(--action-color);
	height:auto;
	margin-left:25px;
	text-align:left;
}
.products_specialpack_price strike{color:#666666;font-size:80%;}
.products_specialpack_price a, .products_specialpack_price a:visited{
	font-size:20px !important;
	background-color:var(--action-color);
	color:white;
	padding:10px;
	text-transform:uppercase;
}
.products_specialpack_price a::before{
	content:"";
	display:inline-block;
	background-image:url(../../../../images/cart_white.png);
	background-size:80% 80%;
	background-repeat:no-repeat;
	background-position:center center;
	width:37px;
	height:37px;
	vertical-align:middle;
	margin-right:10px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	margin-top:-5px;
}
.products_specialpack_price a:hover::before{
	cursor:pointer;
	-webkit-transform: rotate(360deg) scale(1.3);
    -moz-transform: rotate(360deg) scale(1.3);
    -o-transform: rotate(360deg) scale(1.3);
    -ms-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
}
.keys{
	margin:10px 0px;
	font-size:90%;
}
.keys a, .keys a:visited{
	display:inline-block;
	padding:3px 6px;
	color:#333333;
	background-color:#f0f0f0;
	margin:2px;
}
.keys a:active, .keys a:focus, .keys a:hover{
	background-color:var(--main-color);
	color:var(--txtmain-color) !important;
}
.keys a:hover *{color:var(--txtmain-color) !important;}

/* Pagination */
/* ======================================================================================== */
.pagination{
	width:100%;
	text-align:center;
	margin:25px 10px;
	font-size:120%;
}
.pagination a:first-of-type{
	border-radius:4px 0px 0px 4px;
}
.pagination a:last-of-type{
	border-radius:0px 4px 4px 0px;
}
.pagination a, .pagination a:visited{
	display:inline-block;
	padding:10px;
	background-color:#f0f0f0;
	color:#2a2a2a;
}
.pagination a:hover, .pagination a:focus, .pagination a:active{
	background-color:var(--main-color);
	color:white !important;
}
.pagination_actual{
	background-color:var(--main-color) !important;
	color:white !important;
}
.pagination select{
	width:auto;
	max-width:100px;
	background-color:white;
	border:0;
	padding:5px;
	margin:0;
	display:inline-block;
	vertical-align:bottom;
	height:auto;
	cursor:pointer;
}
/* Kosár ÁSZF */
#aszf p{margin:0;padding:0;display:inline;}
.up{
	width:40px;
	height:40px;
	background-image:url(../../../../images/up.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	cursor:pointer;
	display:none;
	position:fixed;
	z-index:5;
	right:3%;
	bottom:3%;
}
.mobile_menu{
	width:40px;
	height:40px;
	background-image:url(../../../../images/mobile_menu.png);
	background-size:70% 70%;
	background-repeat:no-repeat;
	background-color:black;
	background-position:center center;
	padding:2%;
	cursor:pointer;
	display:none;
	position:fixed;
	z-index:5000000;
	left:3%;
	top:3%;
	border:1px solid black;
}
.mainmenu_mobile{
	position:fixed;
	overflow:auto;
	max-height:90vh;
	top:50%;
	left:50%;
	width:94%;
	background-color:var(--main-color);
	padding:3%;
	box-sizing:border-box;
	transform:translate(-50%,-50%);
	display:none;
	z-index:4900000;
}
.mainmenu_mobile div.left{float:initial;width:100%;display:block !important;}
.mainmenu_mobile ul,
.mainmenu_mobile ul li ul,
.mainmenu_mobile ul li ul li ul,
.mainmenu_mobile ul li ul li ul li ul,
.mainmenu_mobile ul li ul li ul li ul li ul,
.mainmenu_mobile ul li ul li ul li ul li ul li ul
{
	list-style:none;
	margin:0;
	padding:0;
	padding-left:5%;
	margin-bottom:5%;
	font-size:90%;
}
.mainmenu_mobile ul li ul,
.mainmenu_mobile ul li ul li ul,
.mainmenu_mobile ul li ul li ul li ul,
.mainmenu_mobile ul li ul li ul li ul li ul,
.mainmenu_mobile ul li ul li ul li ul li ul li ul
{
	display:none;
}
.mainmenu_mobile a, .mainmenu_mobile a:visited{
	background-color:rgba(255,255,255,.5);
	color:white !important!;
	padding:10px;
	display:block;
	font-size:200%;
}

.sidebox{
	margin-top:5%;
}
.sidebox .title{margin:0;}
.sidebox .txt{margin:0;}

.usersRegForm input[type="submit"], .usersLoginForm input[type="submit"]{
	background-color:var(--main-color) !important;
}
.usersRegForm input[type="submit"]:hover, .usersLoginForm input[type="submit"]:hover{
	background-color:var(--alt-color) !important;
}
.usersMainUILinks li a, .usersMainUILinks li a:visited{
	background-color:var(--main-color) !important;
}
.usersMainUILinks li a:active, .usersMainUILinks li a:hover, .usersMainUILinks li a:focus{
	background-color:var(--alt-color) !important;
}
.usersMainUILinks .usersLogout a, .usersMainUILinks .usersLogout a:visited{
	background-color:brown !important;
}

.products_filters_instock{display:none !important;}
.product_cart{text-indent:-10000px;}

/* Autocomplete */
/* ======================================================================================== */
.autocomplete-suggestions{
	font-size:110%;
}
.autocomplete-selected{
	background-color:var(--main-color);
}
.autocomplete-selected strong{
	color:white;
}
.autocomplete-suggestion{
	padding:10px;
}
.ui-autocomplete-category {
	font-weight:bold;
	padding:10px;
	margin:15px;
}



@keyframes index_zoom {
	0% { transform:scale(1) }
	100% { transform:scale(1.1) }
}
@keyframes product_zoom {
	0% { transform:scale(1) }
	100% { transform:scale(1.05) }
}


.right img{max-width:100%;max-height:100%;}
.right iframe{max-width:100%;max-height:100%;width:100%;height:40vh;min-height:150px;max-height:500px;border:thin solid #c0c0c0;}
@media screen and (max-width: 1200px){
	.side_categories a, .side_categories a:visited{font-size:120%;}
	b#product_big_price_cartbtn{display:block !important;text-align:center;margin:0;background-color:#f0f0f0;}
	b#product_big_price_cartbtn:hover{background-color:#c0c0c0;}
	.keszlet_big{display:block !important;text-align:center;margin:0;margin-top:5%;}
	.product_big_price span.big_price{text-align:center;display:block;margin-bottom:2%;border-bottom:thin solid #eeeeee;}
	.banner_cart{width:80%;margin-top:4%;}
	.banner_search{width:70%;}
	.banner_infos{font-size:1.5vw;}
	.banner_logo_txt{display:none;}
}
@media screen and (max-width: 900px){
	.right{width:100%;margin:0;}
	.left{display:none;}
	.mobile_menu{display:block;}
	.div_split{width:100% !important;float:initial !important;}
	#szallitascopy_label{display:block;margin-bottom:5%;}
	.cartform_wrapper{font-size:80%;}
	#cart_products{font-size:80%;}
	#vouchers{font-size:120%;}
	#vouchers input{display:block;width:90% !important;margin:0% 5%;padding:3%;}
	#vouchers a{display:block;width:90% !important;margin:0% 5%;padding:3%;font-size:120%;background-color:#fefefe;text-align:center;}
	#banner_cart_content{display:none;}
	.banner_infos{display:none;}
}
@media screen and (max-width: 700px){
	.product_big_img{width:100%;}
	.product_big_desc{width:100%;}
	.product_big_price{width:100%;}
	.product_big_share{width:100%;}
	.index_slideshow_wrapper{display:none;}
	.cart_table tr td:first-of-type img{display:none;}
	.cart_table .cart_intro{display:none;}
	.cart_radiotable label{padding:10px;}
	.cart_radiotable tr td:first-of-type{width:100%;border-bottom:thin solid #eeeeee;}
	.cart_radiotable tr td:last-of-type{width:100%;border-bottom:thin solid #eeeeee;}
	.banner_logo{max-width:50%;display:block;position:relative;text-align:center;margin:auto;}
	.banner_mainmenu{margin:0;}
	.banner_cart{width:100%;float:initial;height:auto;margin:0;margin-bottom:5px;}
	.banner_cart_content{width:100%;display:block;}
	.banner_cart_content span{width:100%;display:block;}
	.banner_search{width:100%;display:block;margin-bottom:5px;}
	.product{width:98%;margin-left:1%;}
	.custom_related_products .product{width:244px;margin:0;}
}
@media screen and (max-width: 400px){
	b#product_big_price_cartbtn{font-size:80%;}
}