
p {
	font-size: 1.4em;
}


.clear_right
{
	clear: right;
}


.container_full
{
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

.container_left_b
{
	width: 65%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}

.container_right_s
{
	margin-left: 3%;
	width: 32%;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}

.container_article_right
{
	margin-left: 3%;
	width: 97%;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}

.container_left_m
{
	width: 48.5%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

.container_right_m
{
	width: 48.5%;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

h2 {
	font-size: 2.2em;
	margin-top: 0;
	margin-left: 0;
}

.h2span
{
	color: #ee4136;
	font-size: 2.2em;
	margin-top: 0;
	margin-left: 0;
	display: block;
	margin-bottom: 18px;
}

.h2span_black
{
	color: #000;
	font-size: 2.2em;
	margin-top: 0;
	margin-left: 0;
	display: block;
	margin-bottom: 18px;
}

#home_hirlevelbox input[type=text] 
{
	width: 90%;
	height: 45px;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 16px;
	background-color: #fff;
}

#home_hirlevelbox .button_red
{
	margin-right: 0 !important;
}

.button_red
{
	background: #1dbaa7; /* Old browsers */
	color: #fff;
	display: block;
	font-size: 1.6em;
	padding: 10px 30px 10px 30px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	margin-right: 20px;
}

.button_red_small
{
	background: #ee4337; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee4337 0%, #b32a20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee4337), color-stop(100%,#b32a20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ee4337 0%,#b32a20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4337', endColorstr='#b32a20',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: block;
	
	padding: 5px 15px 5px 15px;
	border: 0;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	
}

.button_grey
{
	background: #bdbdbd;
	color: #000;
	display: block;
	font-size: 1.6em;
	padding: 10px 30px 10px 30px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	margin-right: 20px;
}

#button_subscribe
{
	background: #1dbaa5;
	float: right;
	clear:both;
}


#home_kerdezdbox
{
	background-color: #fff;
	background-image: url('../images/kerdezdbox_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1%;
	width: 30%;
	max-height: 120px;
}

#kerdezdbox_a
{
	text-decoration: none;
}

.article_kerdezdbox
{
	width: 91% !important;
	padding: 3% !important;
}

#home_kerdezdbox p
{
	max-width: 70%;
	color: #4d4d4d;
	line-height: 1.4em;
}

#home_article_container
{
	width: 94%;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3%;
}

.home_article_img
{
	width: 250px;
	height: 180px;
	float: left;
	text-align: right;
	margin-right: 16px;
}

.home_article_img img
{
	max-width: 100%;
}

.home_article
{
	width: 98%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	color: #6c6c6c;
	margin-bottom: 20px;
}

.home_article h3
{
	font-size: 1.6em;
	color: #000;
	margin-top: 0;
}

.home_article_publishdate
{
	width: 85px;
	height: 25px;
	padding-top: 10px;
	float: left;
	background-image: url('../images/publishdate.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 3px;
	font-size: 1.3em;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.home_article p
{
	text-align: justify;
}

.home_article_text ul, .article ul
{
	font-size: 1.4em;
	overflow: auto;
}

.home_article_text
{
	min-height: 100px;
	display: block;
}

#home_allnews
{
	color: #ee4236;
	text-decoration: none;
}

#button_details
{
	float: right;
	height: 16px;
	font-size: 1.4em;
	padding: 5px 25px 5px 5px;
	background: #ee4337; /* Old browsers */
	background: url('../images/arrow_right.png') no-repeat 80px, -moz-linear-gradient(top,  #ee4337 0%, #b32a20 100%); /* FF3.6+ */
	background: url('../images/arrow_right.png') no-repeat 80px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee4337), color-stop(100%,#b32a20)); /* Chrome,Safari4+ */
	background: url('../images/arrow_right.png') no-repeat 80px, -webkit-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/arrow_right.png') no-repeat 80px, -o-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* Opera 11.10+ */
	background: url('../images/arrow_right.png') no-repeat 80px, -ms-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* IE10+ */
	background: url('../images/arrow_right.png') no-repeat 80px, linear-gradient(to bottom,  #ee4337 0%,#b32a20 100%); /* W3C */		
}


#home_rolunkmondtak .quote
{
	background-color: #cacaca;
	color: #555555;
	padding: 16px;
	clear: both;
}

#home_rolunkmondtak .quote p
{
	margin: 0;
	line-height: 1.6em;
}

.quotebtm_r
{
	width: 100%;
	height: 50px;
	background-image: url('../images/quotebtm_r.jpg');
	float: right;
	background-repeat: no-repeat;
	text-align: right;
	background-position: top right;
	color: #7f7f7f;
}

.quotebtm_l
{
	width: 100%;
	height: 50px;
	background-image: url('../images/quotebtm_l.jpg');
	float: right;
	background-repeat: no-repeat;
	text-align: left;
	background-position: top left;
	color: #7f7f7f;
}

#miertvalasszon_box
{
	background-color: #ee4236;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	padding: 5px;
}

#product_miertvalasszon_box
{
	background-color: #eaeaea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000;
	padding: 5px;
	margin-top: 20px;
}

#product_miertvalasszon_box .miertvalasszon p
{
	line-height: 50px;
	font-size: 1.4em;
	margin: 0;
}

.product_description ul
{
	font-size: 1.4em;
}



#miertvalasszon_box .miertvalasszon p
{
	line-height: 50px;
	font-size: 1.5em;
	margin: 0;
}

.miertvalasszon img
{
	vertical-align: middle;
	margin-right: 5px;
}

.miertvalasszon a
{
	color: inherit;
	text-decoration: inherit;
}

#home_likebox_bg
{
	background-color: #fff;
	height: 194px;
	border-radius: 5px;
	overflow: hidden;
}


.home_kinalat
{
	background-color: #fff;
}

.home_m_header_left
{
	background-color: #000;
	color: #fff;
	font-size: 2.2em;
	padding: 14px;
	background-position: right center;
	background-repeat: no-repeat;
}

.home_m_header_right
{
	background-color: #646164;
	color: #fff;
	font-size: 2.2em;
	padding: 14px;
	background-position: right center;
	background-repeat: no-repeat;
}

.h2_kinalat_alkatresz
{
	background-image: url('../images/icon_csavar.png');
}

.h2_kinalat_gep
{
	background-image: url('../images/icon_gep.png');
}

#home_akciok
{
	background-color: #fff;
}

.h2_full_akciok
{
	background-image: url('../images/icon_akciok.png');
	background-color: #ee4236;
	color: #fff;
	padding: 14px;
	background-position: right center;
	background-repeat: no-repeat;
}

#home_bottom_banner
{
	background-color: #fff;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
}


.full_white
{
	background-color: #fff;
	border-bottom: 5px solid #ed4135;
}

#home_bottom_partnerek
{
	padding-bottom: 30px;
	margin-top: 30px;
}

#home_bottom_partnerek .partner img
{
	max-width: 150px;
	max-height: 60px;
}

#home_bottom_partnerek .partner
{
	text-align: center;
	width: 199px;
	border-right: 1px solid #dfdfdf;
	float: left;
	margin-top: 10px;
}

#home_bottom_partnerek .partner:last-child
{
	border-right: none;
}

#page_bottom_info .section
{
	float: left;
	width: 25%;
	min-width: 320px;
	color: #6c6c6c;
	margin-left: 1%;
	margin-right: 1%;
}

#page_bottom_info .sectionmid
{
	width: 33%;
	margin-left: 4%;
	margin-right: 4%;
}

#page_bottom_info
{
	padding-top: 16px;
}

#page_bottom_info p
{
	font-size: 1.6em;
	line-height: 1.8em;
	margin: 0;
}

#page_bottom_info .section .title
{
	font-size: 1.8em;
	color: #000;
	text-transform: uppercase;
}

info_head
{
	font-size: 1.8em !important;
	line-height: 1em !important;
	font-weight: bold;
	padding-top: 30px;
}

#page_bottom_info .icon
{
	float: left;
	vertical-align: middle;
	margin-top: 6px;
	margin-right: 10px;
}

.info_head .icon
{
	margin-top: 0 !important;
}

.bottom_info_nav
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 30px;
}

.bottom_info_nav li
{
	font-size: 1.6em;
	background-image: url('../images/nav_ulicon.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	line-height: 1.8em;
}

.bottom_info_nav li a
{
	text-decoration: none;
	color: #6c6c6c;
}

.bottom_info_nav li a:hover
{
	text-decoration: underline;
	color: #ed4135;
}


#home_slider
{
	max-width: 780px;
	max-height: 400px;
	width: 100%;
	position: relative;
	overflow: hidden;	
}


.article_img
{
	float: left;
	border: 1px solid #bebebe;
	margin-right: 20px;
	max-width: 320px;
}

.page_fullwhite
{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin: 0 auto;
	max-width: 1160px;
	color: #6a6a6a;
}

.page_bigwhite
{
	background-color: #fff;
	border-radius: 5px;
	padding: 2%;
	float: right;
	max-width: 870px;
	color: #6a6a6a;
	width: 72%;
	margin-bottom: 20px;
}

.page_articlewhite
{
	background-color: #fff;
	border-radius: 5px;
	
	float: left;
	max-width: 740px;
	color: #6a6a6a;
	width: 59%;
	margin-bottom: 20px;
}

.page_fullcontainer
{
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.article_like, .article_send
{
	float: right;
	margin: 5px;
}

.article_date
{
	
}

.article_intro
{
	color: #ee4136 !important;
	font-weight: bold;
}

.article #prevnav
{
	margin: 30px;
	width: 150px;
	float: left;
	text-align: center;

}

.article #nextnav
{
	margin: 30px;
	width: 150px;
	float: right;
	text-align: center;
}

#contactpage_info
{
	max-width: 480px;
	width: 40%;
	float: left;
	overflow: hidden;
}

#contactpage_info p
{
	font-size: 1.6em;
}


.contact_profile
{
	margin-top: 20px;
	clear:left;
	
}

.contact_profilepic
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.contact_info_head
{
	font-size: 1.6em !important;
	line-height: 1em !important;
	font-weight: bold;
	padding-top: 20px;
	color: #000;
}



.fancybox-skin
{
	padding: 0 !important;

}



input[type=checkbox] + label
{
/*	margin-top: 120px*/
    clear: none;
    padding: 4px 0 4px 26px;
    cursor: pointer;
    background: url('../images/checkbox_inact.png') left center no-repeat;
}

input[type=checkbox]:checked + label
{
	background: url('../images/checkbox_act.png') left center no-repeat;
}

input[type=checkbox]
{
	display: none;
}

label
{
	color: #000;
	margin-bottom: 10px;
}

.loginpage input
{
	width: 80%;
	border: 1px solid #d1d1d1;
	padding: 8px;
	color: #838383;
	font-size: 1.2em;
	margin-left: 20px;
}

#loginpage .loginsection
{
	float: left;
	/*width: 50%;*/
	min-width: 320px;
	max-width: 43%;
	margin-right: 5%;
	margin-top: 12px;
}

#loginpage .button_red
{
	width: 30%;
	text-align: center;
	float: right;
}

#loginpage .button_red:after
{
    display:block;
    clear: both;
}

#lostpass input
{
/*	width: 60%;
	border: 1px solid #d1d1d1;
	padding: 8px;
	margin-bottom: 30px;
	color: #838383;
	font-size: 1.2em;*/
}

.folyamatelem {
	display: inline-block;
	vertical-align: top;
	background-color: #1dbaa7;
	padding: 0px 21px 0px 7px;
	height: 75px;
}

.folyamatelem img
{
	float: left;
}

.folyamatkep {
	width: 81px;
	height: 55px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

.folyamatkep.img1 { background-image: url('../images/lv/folyamat1.png'); }
/* .folyamatkep.img2 { background-image: url('../images/lv/folyamat2.png'); } */
.folyamatkep.img2 { background-image: url('../images/lv/folyamat3.png'); }
.folyamatkep.img3 { background-image: url('../images/lv/folyamat4.png'); }
.folyamatkep.img4 { background-image: url('../images/lv/folyamat5.png'); }

#folyamat_text
{
	display: none;
}

#folyamat_text ol
{
	font-size: 1.4em;
}

#folyamat_text ol li
{
	display: inline;
}

#folyamat_text ol li:after
{
	color: #f00;
	content: " » ";
}

#folyamat_text ol li:last-child:after
{
	content: "";
}

#folyamat {
	margin: 10px auto;
	text-align: center;
}

#folyamat:after {
	content: "";
	display: table;
	clear: both;
}

.folyamatelem h2
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	font-size: 1.4em;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
	text-align: left;
}

.folyamatelem.volt h2 {
	color: #fff;
}

.folyamatelem.volt .folyamatkep {
	filter: grayscale(100%) brightness(0) invert(100%);
	-webkit-filter: grayscale(100%) brightness(0) invert(100%);
}

.vasarlas_kov {
	margin: 0 30px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	height: 75px;
	width: 17px;
	background-image: url('../images/lv/folyamat_nyil_kovetkezo.png');
}

.vasarlas_kov.volt {
	background-image: url('../images/lv/folyamat_nyil_elozo.png');
}

.inaktiv div, .inaktiv img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.inaktiv h2 {
	color: #6c6c6c;
}

.inaktiv
{
  background-color: #e0e0e0;
}

.inaktiv .folyamatkep
{
	
}

.aktiv_arrow
{
	float: left;
	background-image: url('../images/aktivnyil.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 88px;
}

#breadcrumbs
{
	font-size: 1.4em;
	max-width: 1200px;
	margin: 1em auto;
	width: 93%;
}


#webshop_navmenu
{
	max-width: 350px;
	width: 29%;
	min-width: 300px;
	padding: 10px;
	background-color: #eaeaea;
	border-radius: 10px;
	float: left;
	margin-right: 20px;
}

#webshop_categories
{
	width: 67%;
	/*max-width: 850px;
	min-width: 500px;*/
	float: right;	
}

.termekcsoport
{
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 10px;
	display: block;
	color: #6c6c6c !important;
	min-height: 200px;	
}

.termekcsoport_kep
{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 2px solid #dcdcdc;
}

.termekcsoport_nev
{
	font-size: 1.35em;
}

.termekcsoport a
{
	color: inherit;
	text-decoration: none;
}



#webshop_navmenu
{
	font-size: 2em;
}

#webshop_navmenu ul li a
{
	text-decoration: none;
	color: #6d6d6d;
}

#webshop_navmenu ul
{
	font-size: 0.9em;
	list-style-type: none;
	padding-left: 0px;
}

#webshop_navmenu > ul
{
	margin-left: 10px;
}

#webshop_navmenu ul .active a, #webshop_navmenu ul .active
{
	color: #ef4138;
}

#webshop_navmenu ul ul
{
	list-style-type: none;
	padding-left: 10px;
}

#webshop_navmenu ul li
{
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#webshop_navmenu ul li a:hover
{
	color: #ef4138;
}

#webshop_navmenu ul ul li, #webshop_navmenu ul li:last-child
{
	border-bottom: none;
}


#webshop_productslist
{
	width: 67%;
	float: right;
	font-size: 1.4em;
}

.webshop_productslist_img
{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	/*border: 2px solid #dcdcdc;*/
}

#webshop_productslist a
{
	font-weight: bold;
	text-decoration: none;
}

#webshop_productslist thead th
{
	text-align: left;
	background-color: #eaeaea;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

#webshop_productslist thead th:first-child
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#webshop_productslist thead th:last-child
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#webshop_productslist tbody tr td
{
	padding-top: 6px;
	border-bottom: 2px solid #e0e0e0;
}

#webshop_productslist tbody tr:last-child td
{
	border-bottom: 0;
}

#webshop_productslist td
{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}


#product_img
{
	max-width: 95%;
}

.webshop #product_img_container
{
	width: 100%;
	max-width: 350px;
	border: 1px solid #bcbcbc;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	position: relative;
	padding-right: 20px;
}

.webshop .productpage_leftsection
{
	max-width: 370px;
	float: left;
	margin: 10px 1% 10px 2%;
	width: 33%;
}

.webshop .productpage_rightsection
{
	max-width: 800px;
	float: left;
	margin: 10px 2% 10px 2%;
	width: 60%;
}

.productspage_image
{
	width: 20%;
	border: 1px solid #bcbcbc;
	padding-bottom: 20%;
	background-size: cover;
	margin-right: 4.3%;
	margin-bottom: 4.3%;
	float: left;
}

#productdetails h1
{
	margin: 0;
	color: #000;
	font-weight: bold;
}

#product_buypanel
{
	width: 100%;
	background-color: #eaeaea;
	margin-top: 20px;
	border-radius: 5px;
	min-height: 100px;
}

#product_buypanel .section_price
{
	width: 28%;
	height: 80px;
	border-right: 2px solid #fff;
	float: left;
	padding: 2%;
}

#product_buypanel .section_tocart
{
	width: 28%;
	border-left: 2px solid #fff;
	float: right;
	padding: 2%;
	height: 80px;
	text-align: center;
}

#product_buypanel .section_quantity_stock
{
	width: 35.4%;
	float: left;

}

#product_buypanel .price_gross
{
	font-size: 1.2em;
	color: #000;
}

#product_buypanel .price_net
{
	font-size: 1.4em;
	color: #ef4234;
	font-weight: bold;
}

#product_buypanel .section_quantity_stock .orderable
{
	text-align: center;
	display: block;
	border-top: 2px solid #fff;
	padding-top: 16px;
}

.tocartbtn
{
	width: 80%;
	margin: 0 auto;
	padding: 10px 10px 10px 30px; 
	background: url('../images/icon_cart.png') 10px center, #ee4337; /* Old browsers */
	background: url('../images/icon_cart.png') 10px center, -moz-linear-gradient(top,  #ee4337 0%, #b32a20 100%); /* FF3.6+ */
	background: url('../images/icon_cart.png') 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee4337), color-stop(100%,#b32a20)); /* Chrome,Safari4+ */
	background: url('../images/icon_cart.png') 10px center, -webkit-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/icon_cart.png') 10px center, -o-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* Opera 11.10+ */
	background: url('../images/icon_cart.png') 10px center, -ms-linear-gradient(top,  #ee4337 0%,#b32a20 100%); /* IE10+ */
	background: url('../images/icon_cart.png') 10px center, linear-gradient(to bottom,  #ee4337 0%,#b32a20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4337', endColorstr='#b32a20',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: block;
	font-size: 1.6em;
	border: 0;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
}

.input_quantity
{
	width: 50px;
	background-color: #fff !important;
}

.form input[type=text]
{
	border: 1px solid #d0d0d0;
	padding: 5px;
}

.productdetails_sectiontitle
{
	font-size: 1.8em;
	color: #000;
	border-bottom: 2px solid #efefef;
	padding-bottom: 16px;
}

.product_propertiestable
{
	width: 97%;
	font-size: 1.5em;
	margin-left: 3%;
}

.product_propertiestable td
{
	padding: 6px;
}

.product_propertiestable tr td:first-child
{
	color: #6c6c6c;
	text-transform: capitalize;
}

.product_propertiestable tr td:last-child
{
	font-weight: bold;
}

.productVideo
{
	width: 98%;
	padding: 1%;
	background-color: #eaeaea;
	border-radius: 10px;
}

.product_textbc
{
	border: 2px solid #efefef;
	padding: 10px;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.product_button_email
{
	background: #cacaca; /* Old browsers */
	background: url('../images/icon_mail3.png') no-repeat 5px, -moz-linear-gradient(top, #cacaca 0%, #999999 100%); /* FF3.6+ */
	background: url('../images/icon_mail3.png') no-repeat 5px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: url('../images/icon_mail3.png') no-repeat 5px, -webkit-linear-gradient(top, #cacaca 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/icon_mail3.png') no-repeat 5px, -o-linear-gradient(top, #cacaca 0%,#999999 100%); /* Opera 11.10+ */
	background: url('../images/icon_mail3.png') no-repeat 5px, -ms-linear-gradient(top, #cacaca 0%,#999999 100%); /* IE10+ */
	background: url('../images/icon_mail3.png') no-repeat 5px, linear-gradient(to bottom, #cacaca 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 10px 0 10px 30px;
	border: 0;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	width: 140px;
	float: left;
}

.product_button_fb
{
	background: #cacaca; /* Old browsers */
	background: url('../images/icon_fb.png') no-repeat 5px, -moz-linear-gradient(top, #cacaca 0%, #999999 100%); /* FF3.6+ */
	background: url('../images/icon_fb.png') no-repeat 5px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: url('../images/icon_fb.png') no-repeat 5px, -webkit-linear-gradient(top, #cacaca 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/icon_fb.png') no-repeat 5px, -o-linear-gradient(top, #cacaca 0%,#999999 100%); /* Opera 11.10+ */
	background: url('../images/icon_fb.png') no-repeat 5px, -ms-linear-gradient(top, #cacaca 0%,#999999 100%); /* IE10+ */
	background: url('../images/icon_fb.png') no-repeat 5px, linear-gradient(to bottom, #cacaca 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 10px 0 10px 25px;
	border: 0;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	width: 150px;
	margin: 0 auto;
}

.kosarosszegzo, .tabla
{
	font-size: 1.4em;
	width: 96%;
	border: none;
	margin: 0px auto;
}

.kosarosszegzo td, .tabla td
{
	padding-left: 20px;
	padding-top: 26px;
	padding-bottom: 16px;
	padding-right: 20px;
	border: none;
	border-right: 1px solid #cacaca;
}

.kosarosszegzo td:last-child, .tabla td:last-child
{
	border: none;
}

.kosarosszegzo tr:nth-child(even), .tabla tr:nth-child(even)
{
background-color:#efefef;
}

.kosarosszegzo tr td, .tabla tr td
{
	text-align: right;
}

.kosarosszegzo tr td:first-child, .tabla tr td:first-child
{
	text-align: left;
}

#kosarosszegzovege
{
	text-align: right;
	background-color: #c9c9c9;
	color: #000;
	font-weight: bold;
	width: 94%;
	margin: 10px auto;
	font-size: 1.6em;
	padding: 10px;
	border-radius: 5px;
}

.kosarosszegzo th, .tabla th
{
	background-color: #000 !important;
	text-align: center;
	padding: 10px;
	color: #fff;
}

.kosarosszegzo th:first-child, .tabla th:first-child
{
	text-align: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.kosarosszegzo th:last-child, .tabla th:last-child
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cart_delbtn
{
	text-decoration: none;
	color: #7c7c7c;
}

.dbmezo
{
	border: none;
	text-align: right;
	background-color: transparent !important;
}

.pm
{
	float: right;
	margin-left: 5px;
}

.pm img
{
	margin-top: -3px;
	margin-bottom: 3px;
}

.bottomnavi
{
	margin-top: 40px;
}

.cart_img
{

	width: 50px;
	height: 50px;
	background-size: cover;
	vertical-align: middle;
	margin-right: 10px;
	border: 1px solid #000;
	background-position: center center;
	display: inline-block;
}

.cart_productlink
{
	font-size: 1.2em;
	text-decoration: none;
}

.atvkep
{
	vertical-align: middle;
}

.atv_modok {
	text-align: center;
}

.atvelem {
	display: inline-block;
	padding: 0 3%;
}

.atvelem + .atvelem {
	border-left: 2px solid #eee;
}

.atvelem.no-border{
    border: none;
}

.atvelem.block{
    display: block;
    margin-top: 15px;
}

.atvelem label
 {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 45px;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: left center;
	text-align: left;
 }

.atvelem label > span {
	display: block;
	font-weight: normal;
	font-size: 0.9em;
}

.fizkep
{
	vertical-align: middle;
}

.fizetesi_elem
{
	margin-left: 1%;
	padding: 1% 2%;
}

.fizetesi_elem p {
	margin: 0px 0px 0px 3%;
}

.fizelem label, .fizetesi_elem label
{
	font-size: 1.8em;
	font-weight: bold;
}
 
 .fiz_desc
 {
	/*border-bottom: 2px solid #e0e0e0;
	padding: 0 20px 20px 30px;*/
 }

 select.legordulo { font-size: 16px; }

 .customSelect {
  padding: 16px 40px 16px 10px;
  background: url('../images/lv/selecticon.png') 98% center;
  background-repeat: no-repeat;
	background-color: #eaeaea;
		/*margin-left: 10px;*/
		margin-top: 0px;
		margin-bottom: 10px;
		min-width: 70px;
		font-size: 1.2em;
		border-radius: 5px;
}

.atveteltabla .legordulo
{
	width: 80%;
}

#atvetel_szamlazas, #atvetel_szallitas
{
	float: left;
	width: 50%;
	margin-top: 20px;
}

.kosar_szumtabla td
{
	padding: 3px;
	border: 0;
	color: #000;
	font-weight: bold;
}

.kosar_szumdiv
{
	background-color: #c9c9c9;
	width: 94%;
	margin: 0 auto;
	font-size: 1.4em;
	padding: 1%;
	margin: 10px auto 20px;
	border-radius: 5px;
}

.tabla_vasreszl img
{
	vertical-align: middle;
	margin-right: 10px;
}

.tabla_vasreszl
{
	width: 98%;
	margin: 0 auto;
}

.tabla_vasreszl .col2,
.tabla_vasreszl .col {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.tabla_vasreszl .col2 {
	width: 50%;
}

.grey_roundedbg
{
	background-color: #eaeaea;
	border-radius: 5px;
	padding: 10px;
}

.hirlevelbox
{
	float: left;
	width: 50%;
}

.hirlevelbox input[type=text]
{
	width: 92%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2.5%;
}

.thankyou_fb
{
	height: 300px;
	float: left;
}




/* inputok */
.inputfloat_50
{
	float: left;
	width: 49%;
	margin-right: 5px;
}

.inputfloat_35
{
	float: left;
	width: 32%;
	margin-right: 25px;
}

.inputfloat_30
{
	float: left;
	width: 28%;
	margin-right: 25px;
}

.inputfloat_20
{
	float: left;
	width: 19%;
	margin-right: 20px;
}

.inputfloat_10
{
	float: left;
	width: 10%;
	margin-right: 2%;
}

.inputfloat_65 {
	float: left;
	width: 62%;
	margin-right: 3%;
	overflow: hidden;
}

.inputfloat
{
	float: left;
	margin: 11px;
}

.sepfloat
{
	float: left;
	margin-right: 1%;
}

.input_100
{
	width: 100% !important;
	margin-right: 3%;
	display: block;
}

.input_50
{
	width: 50% !important;
	display: block;
}

.telsep
{
	font-size: 3em;
	padding-top: 10px;
	display: block;
}

.inputpage input
{
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 5px;
	padding-right: 5px;
	width: 90%;
}

.inputpage textarea {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 5px;
	padding-right: 5px;
}

.input_60
{
	width: 60% !important;
	float: left;
}

.input_30
{
	width: 30% !important;
	float: right;
}

.label_clear
{
	float: left;
	width: 100%;
	display: block;
	clear:both;
}

.inputpage label
{
	display: block;
	margin-top: 6px;
	font-size: 1.6em;
}

.bal_navmenu
{
	width: 100%;
	color: #fff;
}

.bal_nav
{
	float: left;
	max-width: 270px;
	width: 22%;
}

.bal_navmenu ul
{
	list-style-type: none;
	padding: 0;
}

.bal_navmenu ul li a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.8em;
	display: block;
	padding: 20px 5px 20px 20px;	
}

.bal_navmenu ul li:hover
{
	background-color: #189d8d;
}

.bal_navmenu ul li
{
	border-bottom: 1px solid #78d5ca;
	
	background-color: #1dbaa5;
}

.cimbox
{
	width: 250px;
	margin: 0 20px 20px;
	float: left;
}

.cimboxmanage
{
	background-color: #eaeaea;
	border-radius: 5px;
	padding: 10px;
	font-size: 1.4em;
	margin-top: 20px;
	width: 170px;
}

.cimboxmanage a
{
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.addaddress
{
	background-image: url('../images/icon_addcircle.png');
	background-color: #fff;
	border: none;
	font-weight: bold;
	height: 36px;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 30px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #dadada;
	padding-top: 10px;
	background-position: 0px 10px;
	cursor: pointer;
}

/* CSS: (StyleSheet) */

#imgPreviewWithStyles {
    z-index: 999;
    border: 2px solid #666;
}

.featured_container
{
	width: 75%;
	height: 250px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 auto 40px;
	overflow: hidden;
	position: relative;
}

.featured_prev
{
	width: 40px;
	height: 250px;
	background-position: right center;
	background-image: url('../images/prev_arrow.jpg');
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.featured_next
{
	width: 40px;
	height: 250px;
	background-position: left center;
	background-image: url('../images/next_arrow.jpg');
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
}

.featured_product
{
		position: absolute;
		margin-right: 15px;
		margin-left: 15px;
		margin-top: 10px;
		width: 210px;
}

.featured_product_img
{
	width: 210px;
	height: 130px;
	background-repeat: no-repeat;
	background-size: contain;
}

.featured_line
{
	width: 40000px;
	position: absolute;
}

.featured_product_name
{
	font-weight: bold;
	width: 90%;
}

.featured_product_price
{
	display: inline-block;
	padding: 8px;
	background-color: #eaeaea;
	font-size: 1.8em;
}


.floatError{ border: 1px solid #ffaaaa;background-color: #eedddd;border-radius: 3px;position: absolute; margin-left: 15px; box-shadow: 0px 0px 5px #ddaaaa; line-height: 20px; text-align: center; padding: 0px 15px;}
.inputError { border: 1px solid #ff0000 !important; }


#reglayerform .floatError
{
	display: inline;
	position: relative;
	padding: 5px;
	top: 0 !important;
	left: 0 !important;
}


#faq_info
{
	width: 40%;
	float: left;
}


#faq_kerdezdbox
{
	background-color: #fff;
	background-image: url('../images/faq_anti.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1%;
	width: 100%;
	height: 160px;
	padding-left: 150px;
}

.faq_q
{
	color: #666;
	font-size: 1.3em;
	padding: 10px 10px 10px 60px;
	background-repeat: no-repeat;
	background-position: 16px 24px;
	min-height: 32px;
	background-color: #eeeeee;
	display: block;
	background-image: url('../images/faqplus.png');
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.faq_q a
{
	color: inherit;
	text-decoration: none;
}

.faq_a
{
	color: #000;
	font-size: 1.3em;
	padding-left: 60px;
	display: none;
}

.faq_element
{
}


span[class^='skype_pnh_container'] {display:none !important;}
span[class^='skype_pnh_print_container'] {display:inline !important;}

.slicknav_menu {
	display:none;
}

.toCart_listbtn
{
	vertical-align: middle;
	margin: -2px 0 0 10px;
	background-image: url('../images/kosar_35.png');
	width: 35px;
	height: 35px;
	display: inline-block;
	cursor: pointer;
}

.numselector
{
	width: 30px;
	background-color: #eaeaea;
	border: 0;
	padding: 5px;
	border-radius: 5px;
}

.inactive_opacity
{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  /* IE 5-7 */
  filter: alpha(opacity=20);
  /* Netscape */
  -moz-opacity: 0.2;
  /* Safari 1.x */
  -khtml-opacity: 0.2;
  /* Good browsers */
  opacity: 0.2;
}

.container_rightblock
{
	float: right;
	width: 90%;
	max-width: 400px;
	margin-top: 6em;
}

.clear_1200
{
	display: none;
}

.address_guest_container {
width: 60%; margin-right: 1%; float: left;
}

.address_mobile_login {
	display: none;
}

.pagination {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.pagination_element {
	padding: 5px 10px;
	border: 1px solid #1dbaa7;
	background-color: #f8f8f8;
	font-size: 1.2em;
	display: inline-block;
	margin-left: 5px;
	color: #1dbaa7;
	margin-bottom: 4px;
	text-decoration: none;
}

.pagination_active {
	background: #1dbaa7; /* Old browsers */
	color: #fff;
	border: 1px solid #1dbaa7;
}

.pagination_nav
{
	display: inline-block;
}

.pagination_nav img
{
	vertical-align: middle;
	padding-bottom: 5px;
}

.mobil{
    display: none;
}

#respmenu{
    display: none;
}

.bank_logo{
    position: absolute;
    right: 0;
    bottom: 70px;
}

.bank_logo img {
	max-width: 400px;
}

.merettablazat-table {
	font-size: 1.8em;
	margin: 20px;
}

.merettablazat-table td {
	padding: 2px 15px;
	text-align: center;
}

.merettablazat-table tr:nth-child(odd) td{
	background-color: #f3f3f4;
}

.merettablazat-table tr:first-child td{
	background-color: #1dbaa6;
	color: #fff;
	text-align: left;
	padding-top: 12px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.merettablazat-table tr td:first-child{
	text-align: left;
}

.merettablazat-float {
	float: left;
}

.featured-main-box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.featured-main-box {
    width: 46%;
	margin: 20px 2% 0;
    cursor: pointer;
    display: table-cell;
}

.featured-main-box-image {
}

.featured-main-box-image img{
    max-width: 100%;
    max-height: 100%;
}

.featured-main-box-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.featured-main-box-text {
	margin-bottom: 0;
	margin-top: 0;
    font-size: 14px;
}

.featured-main-box-text-container {
	overflow: hidden;
	height: 90px;
}