/* Scaffolding */
/*body {*/
    /*font: 75%/150% "Open Sans", "sans-serif";*/
/*}*/
/* Scaffolding END */

.show-large-screen {display: none;}
.show-small-screen {display: none;}

/* Desktop, laptop - design for a width of 1280px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 1280px <= width */

@media only screen and (min-width: 1280px)  {


	/* Slideshow caption
	-------------------------------------------------------------- */
	.caption .heading { font-size:2.6em; }
	.caption p { font-size:1.1em; }

	.caption .news-heading{ font-size:1.6em; }

}






/* Design for a width of 960-1280 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 960px <= width < 1280px */
@media only screen and (min-width: 960px) and (max-width: 1279px) {

	/* Slideshow caption
		-------------------------------------------------------------- */
	.caption .heading { font-size:1.6em; }
	.caption p { font-size:1.1em; }
}





/* Mobile, small old desktop - design for a width of less than 960px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 960px */
@media only screen and (max-width: 959px) {

	.caption .heading { font-size:1.3em; }
	.caption p { font-size:1.1em; }
}



/* Tablet (Portrait) - design for a width of 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 768px <= width < 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {


	/* Slideshow caption
		-------------------------------------------------------------- */
	.caption .heading { font-size:1.3em; }
	.caption p { font-size:1.1em; }


}


/* All desktop - design for a width of 768px and wider
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 768px <= width */
@media only screen and (min-width: 768px) {
	/* Slideshow caption
	-------------------------------------------------------------- */

	.show-large-screen {display: block;}


}


/* All mobile - design for a width of less than 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 768px */
@media only screen and (max-width: 767px) {

	.caption .heading { display:inline-block !important; font-size:2.0833em; margin-bottom:1px; }
	.caption p { font-size:1.1666em; margin-bottom:1px; }

	.show-small-screen {display: block;}
}
/* end: width < 768px */


/* Mobile (Landscape) - design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 480px <= width < 768px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* Slideshow caption
		-------------------------------------------------------------- */
	.caption .heading { font-size:1.5em; }
	.caption p { font-size:1.1em; }

}
/* end: 480px <= width < 768px */


/* Design for a width of 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 640px <= width < 768px */
@media only screen and (min-width: 640px) and (max-width: 767px) {

	/* Slideshow caption
	-------------------------------------------------------------- */
	.caption .heading { font-size:1.5em; }
	.caption p { font-size:1.1em; }

}
/* end: 640px <= width < 768px */


/* Design for a width of less than 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 640px */
@media only screen and (max-width: 639px) {
	/* Slideshow caption
		-------------------------------------------------------------- */
	.caption .heading { font-size:1.5em; }
	.caption p { font-size:1.1em; }

}
/* end: width < 640px */


/* Design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 480 <= width < 640px */
@media only screen and (min-width: 480px) and (max-width: 639px) {
	/* Slideshow caption
		-------------------------------------------------------------- */
	.caption .heading { font-size:1.2em; }
	.caption p { font-size:1.1em; }

}
/* end: 480 <= width < 640px */


/* Design for a width of less than 480px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 480px */
@media only screen and (max-width: 479px) {

	/* Slideshow caption
		-------------------------------------------------------------- */
	.caption .heading { font-size:1.1em; }
	.caption p { font-size:0.9em; }


}
/* end: width < 480px */


/* Design for a width of 320px (mobile - portrait)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 320px <= width < 480px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/* Slideshow caption
	-------------------------------------------------------------- */
	.caption .heading { font-size:1.5em; }
	.caption p { font-size:1.1em; }

}
/* end: 320px <= width < 480px */


/* Design for a width of less than 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 320px */
@media only screen and (max-width: 319px) {

	/* Slideshow caption
-------------------------------------------------------------- */
	.caption .heading { font-size:1.5em; }
	.caption p { font-size:1.1em; }


}
/* end: width < 320px */


/* Design for a width of 240px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 240px <= width < 320px */
@media only screen and (min-width: 240px) and (max-width: 319px) {

	/* Slideshow caption
	-------------------------------------------------------------- */
	.caption .heading { font-size:1.5em; }
	.caption p { font-size:1.1em; }

}
/* end: 240px <= width < 320px */


/* Design for a width of lass than 240px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 240px */
@media only screen and (max-width: 239px) {
	/* Slideshow caption
		-------------------------------------------------------------- */



}
/* end: width < 240px */


/*
.caption .heading.news-heading { opacity:0.6;filter:alpha(opacity=60) }
a:hover .caption .heading.news-heading { opacity:1;filter:alpha(opacity=100) }
*/
/*.news-heading {margin-bottom: 1em; background-color:rgba(0,0,0, 0.75); color:#fff; opacity:0.4;filter:alpha(opacity=40)}*/

/*.caption.dark3 p.news-subtitle { background-color:rgba(255,255,255, 0.35); color:#000; opacity:0.4;filter:alpha(opacity=40)}*/

/*a:hover .caption.dark3 p.news-subtitle { background-color:rgba(255,255,255, 0.9); color:#000; opacity:1;filter:alpha(opacity=100) }*/

a:hover .news-image{ opacity:0.4;filter:alpha(opacity=40) }
.grid12-4 .news-image{  opacity:1;filter:alpha(opacity=100) }


.news-more {width: 100%;display: block;font-size: 1.6em;font-weight: 400;color: #fff;line-height: 2em;background: #000;text-align: center;opacity:0.4;filter:alpha(opacity=40)}
.news-more:after {content: " » "}


/* Sticker */
/*.sticker-wrapper.top-right { top:-5px; right:-5px; }
.sticker_sale{
	width:120px;
	height:20px;
	border-radius:5%;
	padding: 2px;

	font-size:1.1666em;
	line-height:1em;
	font-weight:800;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	transition:			all 150ms ease-in-out;
	-moz-transition:	all 150ms ease-in-out;
	-webkit-transition:	all 150ms ease-in-out;
	-o-transition:		all 150ms ease-in-out;
	background-color:#fff; color:#F12B63;
}
.sticker_stockinfo{
	margin-top: 2px;
	font-size:1em;
	display:table;
}
.sticker {
	width:120px;
	height:40px;
	border-radius:5%;
	padding: 5px;
	font-weight:bold;

}
.item:hover .sticker-wrapper {
	top: -40px;
}
.item:hover .sticker{
	width:120px;
	height:40px;
}
.product-view .sticker {
	width:120px;
	height:40px;
	padding: 5px;
}
.product-img-column:hover .sticker-wrapper {
	top: -40px;
}
.owl-item:hover .sticker-wrapper{
	top: -20px;
}*/




/* width < 320px */
/*@media only screen and (max-width: 319px) {*/

/* Slideshow caption
-------------------------------------------------------------- */
/*.tooltip-info{visibility: hidden;}


}*/
/* end: width < 320px */




.tooltip-info{

	background-color: #a5cfe5;
	/*padding: 5px;*/
	/*padding-bottom: 5px;*/
	text-align: center;
	line-height:45px;
	vertical-align: middle;
	font-size: 1em;
	/*font-weight:600;*/
	color: #156899;
	max-width: 180px;
	width: 100%;
	display: block;
	height: 45px;
	margin-top:5px;
	margin-bottom:5px;
}
.tooltip-info:hover{
	color: #fff;
}



/* product page szállítási infók, átvétel */


.shipping-info{
	margin-bottom: 1em;

	display: table;
	/*width: 250px;*/

}
.s-border {
	padding: 2em;
	border: 1px solid #156899;
}
.shipping-info-row {display: table;}


.s-i-icon {float: left;width: 60px;height: 48px;}

.shipping-info .s-content h2 {font-size: 2.3333em;/*text-decoration:*/ }


.keszlet_info-separator {
	padding-bottom: 2em;
}

.s-content{
	padding: 10px;

}

.shipping-info-img{
	display: table-cell;
	width: 60px;
	height: 48px;


}

.s-i-head {
	font-size: 1.3333em;
	font-weight:600;
}



.s-i-right {display: table-cell;}
/*background-color: #3EB04A; background-image: url(../images/shipping_icons/keszlet_info_1268.png); background-repeat: no-repeat; background-position: center left;}*/
.keszlet_info_1268 {background: url(../images/shipping_icons/keszlet_info_1268.png) no-repeat center left;}/*raktarrol*/
.keszlet_info_1267, .keszlet_info_1319, .keszlet_info_1419 {background: url(../images/shipping_icons/keszlet_info_1267.png) no-repeat center left;}/*rendelesre*/
.keszlet_info_1320 {background: url(../images/shipping_icons/keszlet_info_1320.png) no-repeat center left;}/*utolso_darabok*/
.keszlet_info_1644 {background: url(../images/shipping_icons/keszlet_info_1644.png) no-repeat center left;}/*keszlet_hiany*/

.szemelyes_atvetel {background: url(../images/shipping_icons/user_48.png) no-repeat center left;}
.kiszallitas {background: url(../images/shipping_icons/shipping_48.png) no-repeat center left;}
.beuzemeles {background: url(../images/shipping_icons/wrench_plus_2_48.png) no-repeat center left;}




.s-i-content{
	/*background-color: #EEEEEE;*/
	font-size: 1.1em;
	font-weight:100;

	/*margin-bottom: 1em;*/
	/*display: block;*/
	/*float: right;*/
	/*width: 210px;*/


}

.s-separator {
	margin-top: 0.3333em;
	margin-bottom: 0.3333em;
	height: 0.2em;
	background: #EEEEEE;
	clear: both;
}




/*
.list-short-desc-box{
	display: table;
}
.list-attributes-box{
	display: table;
	white-space: nowrap;
	margin-top: 10px;
}
.list-short-desc-box li.list-short-desc{}
.list-attributes-box li.list-attributes{
	text-indent: 18px;
}
*/





.list-more-link{
	background-color: #a5cfe5;
	color: #156899;
	display: block;
	font-size: 1em;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
	max-width: 180px;
	width: 100%;
	height: 45px;

}
.list-more-link:hover{
	color: #fff;background-color: #A5CFE5;
}





/*related boxes product view*/


.r-box{
	/*background: #156899;*/
	/*color: #fff;*/
	/*margin-bottom: 1px;*/
	/*text-align: center;*/
	position: relative;
}

.r-content{
	/*padding: 10px;*/
	/*font-size: 1.3333em;*/
	/*font-weight: 500;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*border: 1px solid #156899;*/
}
/*.r-content p{text-align: center;}*/

.shipping-box-small-screen {
	margin-top: 1em;
	margin-bottom: 1em;
}



/*.garancia {  width: 90px; background-color:none;background:url(../img/garancia_badge_kicsi.png) no-repeat; margin-top:0px; margin-left:10px; }*/
/*
.garancia-info{
  text-align: center;
  margin-top: 10px;
}
.garancia-info .garancia {width: 158px; height:110px; margin-left:auto;margin-right: auto; background:url(../images/garancia_badge.png) no-repeat;padding-top: 40px;}
.garancia-info .garancia p{color: #ffc886 !important; font-size: 14px; font-weight: normal; text-align:center;}
.garancia-info .garancia span {color: #ffc886 !important; font-size: 16px; font-weight: bold; text-align:center; }
*/
.garancia-info{
	text-align: center;
	margin-top: 10px;
}
.garancia-info .garancia {width: 150px; height:110px; margin-left:auto;margin-right: auto; background:url(../images/garancia.png) no-repeat;padding-top: 55px; }
.garancia-info .garancia p{color: #4b2d00 !important; font-size: 30px; font-weight: bold; text-align:center;}
.garancia-info .garancia span {color: #4b2d00 !important; font-size: 14px; font-weight: bold; text-align:center; }



h1 { font-size:2.2em;	line-height:1.25em;		/*32px, 40px*/		margin-bottom:20px; }


/* Location */
/*
.icon.i-location {
background-image:url(../images/sprite-icons-social.png);
background-position:-207px -7px;
}
.icon.i-location-w {
background-image:url(../images/sprite-icons-social.png);
background-position:-207px -57px;
}
*/
#top-left-call{
	font-size: 12px;
	font-weight: 800;
	vertical-align: middle;
}

#top-right-additional{
	margin-left: 50px;
	font-size: 12px;
	font-weight: 800;
	vertical-align: middle;
}









/*checkout*/
/*.add-to-cart .qty-wrapper {padding-left: 10px;}*/
/*.product-view .add-to-cart label { margin-left: 10px; }*/
.checkout-box{

}


.checkout-s-info{

	vertical-align:middle;
}

.checkout-s-info-img{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/i_msg-note.png) no-repeat center;
	vertical-align:middle;
}

@media only screen and (min-width: 960px){

	.google-maps {
		position: relative;
		padding-bottom: 75%; // This is the aspect ratio
	height: 0;
		overflow: hidden;
		float: left;
		width: 33%;


	}

	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 96% !important;
		height: 50% !important;
	}

	.contact-block {text-align: left;float: left;width: 33%;}
	.contact-block p {font-size: 1.3em;font-weight: 600;color: #156899;padding-top: 10px;padding-bottom: 10px;}

	#contactForm {float: left;width: 33%;}
}

@media only screen and (max-width: 960px){
	.google-maps {
		position: relative;
		padding-bottom: 75%; // This is the aspect ratio
	height: 0;
		overflow: hidden;
	}

	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 85% !important;
	}

	.contact-block {text-align: left;width: 100%;margin-bottom: 60px;}
	.contact-block p {font-size: 1.1em;font-weight: 600;color: #156899;padding-top: 10px;padding-bottom: 10px;}

	#contactForm {width: 100%;}
}

#contactForm .field, #contactForm .input-text {width: 100%;}

.contact-block table {border-collapse: collapse;width: 100%;}
/*.contact-block table, td {border: 1px solid black;}*/
.contact-block td {padding: 2px;background-color: #E9E9E9;color: #000; text-align: center;font-weight: 600;}
.contact-block tr.alt td {background-color: #fff;color: #000;}
.contact-block .closed_text {font-size: 14px; color: #EE071C;}




/*.google-map {text-align: center;}*/
/*.google-map a {color:#4e7196 !important; text-decoration:none;}*/

h1,h2,h3,
h4,h5,h6 {color: #156899;}


.filter-name {font-size: 16px;}
.block-title{color: #156899;}

.filter-value {font-size: 14px;}



/*.toolbar .pager { border:none; float: right;}*/
/*.sorter .limiter { margin-top: 5px;}*/


#excel-table-tab-2 table tr td {font-family:'Arial' !important; width: 100% !important; border: 1px solid #156899 !important;}

/*
#garancia-content {font-size: 14px;}
#garancia-content h3 {margin-top: 10px;}
#garancia-content ul{list-style-image: url('../images/pipa.gif');padding-left: 20px;}
*/

.footer .bullet {font-size: 14px;}
.footer .footer-icon {text-align: center;margin: 10px;}

.itemslider {text-align: center;}



.owl-item .old-price {display: none;}
.owl-item .price-label-regular {font-size: 18px;}
.owl-item .price {font-size: 18px;display: block;}

.gen-tabs-style1 .tabs a {border-color: #fff;}

#nav.wide ul.level0 > li > a {
	font-size: 16px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}

.wholesaler #contactForm {width: 100%;}



.category-tabs .gen-tabs .tabs .current {background-color: #ccc; color: #156899;}



/** Product Page - Tabs **/
.gen-tabs .tabs a:hover,
.gen-tabs .tabs a:focus {
	background-color: #ffffff;
	color: #156899;/**/
}

.gen-tabs .tabs a.current {
	background-color: #a5cfe5;/**/
	color: #156899;/**/
}

/** Product Page - Shipping Info Title **/
.product-img-column .shipping-info-title {
	/*display: block;*/
	margin-top: 10px;
	width: 100%;
}

.product-img-column .shipping-info-title > div,
.product-img-column .shipping-info-title > h2 {
	display: table-cell;
	vertical-align: middle;
}



/** Checkout Cart **/






/** Offer Form **/
#offerForm label {
    font-size: 15px;
    line-height: 18px;
}
#offerForm label em {
    margin-right: 5px;
}

#offerForm .field {
    margin-bottom: 10px;
}




/* Article Recommendation */
.article-recommendation {
    margin-bottom: 60px;
}
.article-recommendation:after {
    content: "";
    display: table;
    clear: both;
}
.article-recommendation .row {}
.article-recommendation .row:after {
	content: "";
	clear: both;
	display: table;
}
.article-recommendation .article-recommendation-item-list {}
.article-recommendation .article-recommendation-item-list:after {
	content: "";
	clear: both;
	display: table;
}
.article-recommendation .article-recommendation-item {
	margin-bottom: 20px;
}
.article-recommendation .article-recommendation-item > div {
	padding: 10px;
	border: 1px solid #156899;
	border-radius: 4px;
}
.article-recommendation .title {
    color: #f12b63;
}
.article-recommendation .image {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.article-recommendation .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
.article-recommendation img {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.article-recommendation .description {
    font-size: 14px;
    line-height: 1.42;
}
.article-recommendation .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.7142;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.article-recommendation .btn {
    padding: 15px 10px;
    font-size: 14px;
    line-height: normal;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.article-recommendation .btn {
    margin-top: 10px;
}
.article-recommendation .btn-01 {
    color: #fff;
    background-color: #507e7b;
}
.article-recommendation .btn-02 {
    color: #fff;
    background-color: #ff4411;
}
.article-recommendation .btn-03 {
    color: #fff;
    background-color: #41b23e;
}
@media screen and (min-width: 768px) {
	.article-recommendation .row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.article-recommendation .article-recommendation-item {
		margin-bottom: 0;
	}
}
/* Article Recommendation END */


/*
PDFObject appends the classname "pdfobject-container" to the target element.
This enables you to style the element differently depending on whether the embed was successful.
In this example, a successful embed will result in a large box.
A failed embed will not have dimensions specified, so you don't see an oddly large empty box.
*/

.pdfobject-container {
	width: 100%;
	/*max-width: 1024px;*/
	height: 768px;
	margin: 2em 0;
}

.pdfobject { border: solid 1px #666; }
#results { padding: 1rem; }
.hidden { display: none; }
.success { color: #4F8A10; background-color: #DFF2BF; }
.fail { color: #D8000C; background-color: #FFBABA; }