/* pre,form,body,html,blockquote,fieldset,input{ margin:0; padding:0; } */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Font definition */
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-Regular.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-Bold.otf') format("opentype");
	font-weight: bold;
}
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-BoldIt.otf') format("opentype");
	font-style: italic;
	font-weight: bold;
}
/*
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-It.otf') format("opentype");
	font-style: italic;
}*/
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-Cond.otf') format("opentype");
	font-stretch: condensed;
}
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-CondIt.otf') format("opentype");
	font-stretch: condensed;
	font-style: italic;
}
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-BoldCond.otf') format("opentype");
	font-stretch: condensed;
	font-weight: bold;
}
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-BoldCondIt.otf') format("opentype");
	font-stretch: condensed;
	font-weight: bold;
	font-style: italic;
}
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-Light.otf') format("opentype");
	font-weight: 200;
}
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-SemiBold.otf') format("opentype");
	font-weight: 600;
}
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-SemiBoldIt.otf') format("opentype");
	font-weight: 600;
	font-style: italic;
}


/******   GENERAL   ******/

:root {
	font-family: MyriadPro, 'Comic Sans';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	font-kerning: none;
	}

body{
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
	width: 1035px;
	font-family: MyriadPro;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}

em {
	font-style: italic !important;
}
strong {
	font-weight: bold;
}

a {
	color: #565656;
	text-decoration: none;
}

.clearer { clear: both; }

strong{font-weight: bold;}

ol {
	list-style: decimal outside;
	margin-left: 1em;
	text-align: justify;
	text-indent: 0px;
}
ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* fancy ordered list */
.fancylist {
	clear: both;
	list-style: none;
  }
  .fancylist > li {
	margin: 2em 0;
	padding: 0em 0em 0em 30px;
	display: block;
	position: relative;
	counter-increment: inst;
  }
  .fancylist > li::before {
	content: counter(inst);
	
	background: rgba(86, 86, 86, 1);
	color: #fff;
	border-right: 2px solid #e41e25;
	
	font-size: 1em;
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	
	padding-top: 0;
	padding-left: 2.25%;
	left: -5%;
	top: -0.65em;
	height: 1.35em;
	width: 1.35em;
	line-height: 1.35em;
	position: absolute;
	
	transition: all 0.2s ease-in-out;
	
	z-index: -1;
  }
  @media (min-width: 33em) {
	.fancylist > li:before {
	  font-size: 1.5em;
	  height: 1.35em;
	  margin-left: 2.5%;
	  padding-left: 0;
	  padding-top: 0;
	  top: -0.15em;
	  width: 1.35em;
	  z-index: -1;
	}
  }


/* forms */
input
{
	border: 1px solid #ccc;
	margin: 5px 10px;
	padding: 2px 5px;
	font-family: MyriadPro;
	font-size: 1.1em;
	width: 300px;
}
select
{
	border: 1px solid #ccc;
	margin: 5px 10px;
	padding: 2px;
	font-family: MyriadPro;
	font-size: 1.1em;
	width: 312px;
}
textarea
{
	border: 1px solid #ccc;
	margin: 5px 10px;
	padding: 2px 5px;
	font-family: MyriadPro;
	font-size: 1.1em;
	width: 300px;
}
input[type="submit"]
{
	background-color: #565656;
	border: 0;
	color: #ebedec;
	font-size: 16px;
	
	font-family: MyriadPro;
	width: 312px;
	margin: 10 10px;
	border-radius:3px;
}
input[type="submit"].add_to_cart_button
{
	width: 212px;
	width: 180px;
}
input[name="button_order_form"], input[name="button_order_confirm"] {
	background-color: #e41e25;
	text-transform: uppercase;
}
input[type="checkbox"]
{
	width: 20px;
}


a.logLink{ 
	color: #565656;
	text-decoration: none;
}
a.logLink:active{ 
	color: #000; 
	text-decoration: none;
}

/***   alerts & messages   ***/

.info, .success, .warning, .error, .err, .msg {
    border: 1px solid;
    margin: 15px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	/*-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;*/
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');
}
.success, .msg  {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}
.error, .err {
    color: #D8000C;
    color: #E60000;
    background-color: #FFBABA;
    background-color: #ffb3b3;
    background-image: url('images/error.png');
}

.floating_debug{
	position: fixed; 
	position: relative; 
	left: 0;
	bottom: 0;
	text-align:left; background: #00994d; color: #fff; 
	padding: 1em 2em;
}


/******   TEMPLATE   ******/

#header{
	width: 1035px;
	height: 142px;
}

#footer{
	margin-top: 20px;
	margin-bottom: 36px;
	padding-bottom: 26px;
	background-color: #565656;
}

#footer p{
	display: table-cell;
	width: 1035px;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #e5e5e5;
	font-family: MyriadPro;
}

#footer img {
	visibility: hidden;
	width: 0px;
}

#footer .module {
	margin-bottom: 16px;
}


#logo{
	float: left;
	width: 219px;
	height: 100px;
	background-image: url('images/logo3.png');
background-repeat: no-repeat;
background-position: 0px 10px;
	margin-top:-4px;
}

#search{
	float: left;
	width: 450px;
	padding-left: 63px;
	margin-top: 0px;
}
.searchTXT{
	float: left;
	width:439px;
	height: 28px;
}
input.search{
	border: 1px solid #565656;
	width: 430px;
	height: 22px;
	font-size: 14px;
	color: black;
	text-align: left;
	background-color: #f7f7f7;
	margin: 2px 0px;
}
.searchBT{
	float: left;
	width: 78px;
	height: 42px;
	margin-left: 10px;
}
input.searchB, input[type="submit"].searchB{
	width: 78px;
	height: 28px;
	margin: 2px 0px;
}

#login{
	text-align: right;
        margin-top: 5px;
	margin-right: 1px;
	float: right;
	font-size: 18px;
	width: 207px;
	color: #565656;
}

/* MENU */
#menu {
	width: 1035px;
	height: 37px;
	background-color: #565656;
	border-top: 3px solid #e41e25;
	margin-top: 15px;
	border-radius: 3px;
}
#menu a{
	color: #e5e5e5;
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 18px;
	color: #e5e5e5;
}

#menu ul li{
	width: 140px;
	height: 37px;
	text-align: center;
	float: left;
}
#menu ul li a
{
	line-height: 37px;
	height: 37px;
	display: block;
	width: 100%;
}

/* podświetlenie - cała ścieżka */
#menu ul li:hover{
	background-color: #969696;
}
#menu ul li:active{
	background-color: #969696;
}

#menu>div>div>ul>li:hover:first-child{
	background-color: #969696;
	border-bottom-left-radius:3px;
}
#menu>div>div>ul>li:active:first-child{
	background-color: #969696;
	border-bottom-left-radius:3px;
}

/* podświetlenie - ostatni poziom menu */
/*
#menu ul li a:hover
{
	background-color: #969696;
}
*/

/* podświetlenie - pierwszy poziom menu */
/*
#menu .module_inner > ul > li:hover
{
	background-color: #969696;
}
*/

#menu ul li ul li 
{
	width: 280px;
}
#menu ul li ul ul {
	left: 280px;
	margin-top: -37px;
}

#menu ul li ul 
/* menu wysuwane */
{
	position: absolute;
	z-index: 102;
	width: 280px;
	background-color: #565656; 
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.55);
	display: none;
}

#menu ul li:hover ul, #menu ul li ul li:hover ul, #menu ul li ul li ul li:hover ul, #menu ul li ul li ul li ul li:hover ul
/* menu wysuwane */
{
	display: block;
}
#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul 
{
	display: none;
}



/* LEFT BAR */

#leftBar{
	margin-top: 14px;
	float: left;
	width: 200px;
	font-family: MyriadPro;
	font-size: 18px;
	height: auto;
}

#leftBar a{
	text-decoration: none;
	display: block;
}
#leftBar ul {		/* Ogólne i Pierwszy poziom */
	list-style: none;
	padding: 0;

}
#leftBar ul li {
	background-color: #ebedec;

	width: 100%;
	line-height: 21px;
	text-align: center;
    
	border-bottom: 1px solid #bfc0bf;
}
#leftBar ul li:first-of-type{
	border-top: 1px solid #bfc0bf;
  
}
#leftBar ul li a{
	/* padding: 0px 5px 0px 5px; */
	color: #565656;
}
/* Pierwszy poziom */
#leftBar ul {	
	display: block;
}
/* Drugi poziom */
#leftBar ul li ul {	
	display: none;
}
#leftBar .module_inner > ul > li > a {
	font-weight: bold;
	font-size: 15px;
}
#leftBar ul li ul li:last-of-type{
	border: 0;
}
#leftBar ul li:hover ul {
}
#leftBar ul li ul li {
	text-align: center;
}
#leftBar ul ul  a{
	padding: 3px;
	font-size:14px;
	color: #565656;
}
#leftBar ul li ul li ul {		/* Trzeci poziom */
	display: none;
}
#leftBar ul li ul li:hover ul {
	display: none;
}
#leftBar ul li ul li ul li {		/* Trzeci poziom - LI */
	background: #F7F7F7;
	width: 100%;
	/*border-top: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;*/
	text-align: center;
}
#leftBar ul ul ul li a{
	color: #565656;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -1px;
}
#leftBar .module:first-of-type .module_inner{
	border-left: 1px solid #bfc0bf;
	border-right: 1px solid #bfc0bf;
	margin-top: 20px;
}
#leftBar .module_inner{
	margin-top: 20px;
}

a.categoryImage{
	background: url(https://melerte.pl/images/categoryImages/default.jpg);
	padding: 65px 40% 10px 10px;
	background-position: right top;

	background-size: 200px;
}

/* /* RIGHT BAR */

#rightBar{
	margin-top: 34px;
	width: 254px;
	float: right;
}

#rightBar .module{
	width: 242px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 0px 5px 5px 5px;
}
#rightBar .module h3{
	border: 1px solid #bfc0bf;
	width: 242px;
	background-color: #ebedec;
	padding: 5px 5px 5px 5px;
	margin: -1px 0px 5px -6px;
	font-size: 18px;
        color: #565656;

}

#shop{
/*
	width: 252px;
	height: auto;
	padding-bottom: 5px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	background-image: url('images/koszyk.png');
	background-repeat: no-repeat;
	*/
	font-size: 12px;
}
#shop .cartmsg {
	font-size: 1em;
	font-style: italic;
	padding: 1.4em 0 1em;
} 

#mod_cart_headers {
	color:#888;
	font-size: 0.8em;
	text-transform: uppercase;
}

#item{
	/*height: 35px;*/
	width: 64px;
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 6px;
	text-align: left;
}

#iCount{
	/*height: 35px;*/
	width: 30px;
	float: left;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: right;
}

#price{
	float: left;
	/*height: 35px;*/
	width: 35px;
	text-align: right;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 2px;
}

#price2{
	float: left;
	/*height: 35px;*/
	width: 35px;
	text-align: right;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 2px;
}

#x{
	float: left;
	width: 10px;
	color: red;
	margin-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#result {
	float: right;
	padding-right: 7px;
	padding-left: 5px;
}

.buy{
	float: center;
}

.buy input{
	margin: 0;
	border: 0;
	width: 230px;
	height: 28px;
	font-family: MyriadPro;
	text-align: center;
}

#shop p {
	margin: 5px 10px;
}


#callme{
	margin-top: 0px;
	padding: 12px 19px 12px 19px;
	width: 216px;
	height: auto;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	float: right;
}

#cinfo{
	text-align: left;
	font-size: 16px;
	clear: both;
}

#phone{
	width: 110px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background-image: url('images/phone.png');
	background-repeat: no-repeat;
}

#phone > span{
	font-size: 16px;
}

#infophoto{
	float: left;
	display: inline-block;
	margin-top: -15px;
	width: 47px;
	height: 90px;
	background-image: url('images/infogirl.png');
}

#infocall{
	display:inline-block;
	margin-top: 35px;
	width: 142px;
	height: 40px;
	background-image: url('images/contact.png');
}

/* CONTENT */

#content{
	float: left;
	margin-top: 34px;
	margin-left: 20px;
	width: 540px;
	text-align: center;
	color: #565656;
}

#content h2{
	font-size: 24px;
	text-align: center;
	margin: 0px auto 20px;
	color: #565656;
}
#content h3{
	font-size: 20px;
	text-align: center;
	margin: 25px 0px 0px 0px;
color: #565656;
}


#article_content {
	text-align: justify;
	line-height: 1.5em;
	text-indent: 1.5em;
}
#article_content p {
	padding: 0.5em 1em;
}
#article_content ul {
	list-style-type: square;
	/*list-style-image: url(images/minigear.png);*/
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
#article_content ul li {
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}

.clearBoth{
	clear: both;
}

.inline{
	float: left;
}

.inlineR{
	float: right;
}

.borderBottom{
	border-bottom: 1px solid  #000;
}

.boldFont{
	font-weight: bold;
}

.blackie{
	color: black !important;
}

.center{
	text-align: center !important;
}

.form_login
{
	width: auto;
}
.form_login{
}
.form_login td
{
	text-align: right;
}
a.loginhelp {
	display: block;
	margin: 5px 10px; 
}
p:last-child a.loginhelp {
	color: #E60000;
}

/*
#mSlider{
	width: 527px;
	height: 261px;
	background-image: url('images/main_slider.png');
	background-repeat: no-repeat;
}

#insideImage{
	margin-top: 6px;
	margin-left: 6px;
	width: 515px;
	height: 248px;
}

#insideImage > img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	max-width: 515px;
	max-height: 248px;
	margin: 0 auto;
}

#sSliders{
	margin-top: 6px;
	width: 527px;
	height: 40px;
	float: left;
}

.miniSlider{
	width: 60px;
	height: 40px;
	background-image: url('images/sSliders.png');
	background-repeat: no-repeat;
	float: left;
}

.miniSlider2{
	margin-left: 7px;
	width: 60px;
	height: 40px;
	background-image: url('images/sSliders.png');
	background-repeat: no-repeat;
	float: left;
}

.miniSlider3{
	margin-left: 6px;
	width: 60px;
	height: 40px;
	background-image: url('images/sSliders.png');
	background-repeat: no-repeat;
	float: left;
}

.imgIns{
	margin-top: 5px;
	margin-left: 5px;
	background: white;
	width: 50px;
	height: 30px;
	
}

.miniSlider > .imgIns > img,
.miniSlider3 .imgIns > img, 
.miniSlider2 .imgIns > img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	max-width: 50px;
	max-height: 30px;
}
*/

/****** REGISTER ******/
.register tr:nth-of-type(13) td.val input[type="checkbox"]{
	margin-left: -3px;
}
.register tr:nth-of-type(13) td.val p{
	width: 312px;
	margin-left: 2px;
}
.register tr:nth-of-type(13) td.val span{
	font-size: 12px;
	text-align: justify;
}
.register tr:nth-of-type(14) td.lab img{
	margin-right: 76px;
}
.register tr:nth-of-type(14) td.lab input{
	height: 24px;
}
.register tr:nth-of-type(14) td.val{
	vertical-align: bottom;
}
.register tr:nth-of-type(14) td.val input{
	margin-bottom: 2px;
}
.register tr td.val input[value="Wyślij"]{
	margin-left: 2px;
}

/****** PROFILE *******/
#content table.profile{
	width: 80%;
	margin: 15px auto 21px;
}
#content table.profile td{
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}
#content table.profile td:first-child{
	background: #eee;
}
#content p.profile_link{
	padding: 5px 0px 5px 0px;
	margin-top: -1px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 16px;
}

/****** HISTORY ******/
#content table.UserOrders{
	text-align: center;
	font-size: 14px;
}

#content table.UserOrders td{
	padding: 5px;
	vertical-align: middle;
}
#content table.UserOrders th
{
	border-bottom: 1px solid  #000;
	padding: 5px;
}

#content table.UserOrders tr:last-of-type{
	border-bottom: 1px solid  #000;
}

#content table.UserOrders td:last-child{
	color: red;
}

#content table.UserOrders td:nth-of-type(2){
	text-align: left;
}

#content table.UserOrders tr:nth-of-type(2n+0){
	background: #e5e5e5;
}


/******   PRODUCTS LIST   ******/

.products{
	width: 100%;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}

.products .product{
	width: 164px;
	margin-left: 12.4px;
	margin-top: 23px;
	float: left;
	position: relative;
}

.data{
	width: 162px;
	border: 1px solid #ccc;
	border-radius: 3px;
	/*height: 119px;*/
}

.pPhoto{
	width: 152px;
	height: 152px;	
	margin-bottom: 3px;	
	overflow: hidden;
	padding: 5px;
	position: relative;
}

.pPhoto > img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.pName{
	width: 159px;
	background-color: #565656;
	color: #fff;
	padding: 3px 2px 1px;
}
.pName a {color: #222;}
.pName table {
	width: 100%;
}
.pName table td {
	width: 100%;
	height: 24px;
	vertical-align: middle;
}

.pCode{
	width: 159px;
	background-color: #727272;
	color: #fff;
	padding: 6px 2px 6px 2px;
	height: 11px;
}

.pCost{
	width: 159px;
	background-color: #5b5b5b;
	color: #ddd;
	padding: 4px 2px 3px 2px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	min-height: 1em;
}

.product input[type="submit"]
{
	width: 163px;
	font-size: 14px;
	height: 28px;
}
.product .addtocart{
	margin-top: 3px;
	/*position: absolute;
	bottom: -5px;*/
}
.product p.more{
	clear: both;
	height: 10px;
	width: 163px;
	bottom: 0px;
	position: absolute;
	text-align: right;
}
.product p.more a{
	color: #333;
}
.pCount{
	margin: 0px;
	font-family: MyriadPro;
	width: 38px;
	height: 19px;
	float: left;
}
.tC{
	margin-top: 6px;
	float: left;
	margin-left: 5px;
	clear: right;
}

.pAdd{
	margin: 3px 0px 0px -1px !important;
	width: 166px;
	padding: 3px;
	font-family: MyriadPro;
	font-size: 12px;
}


/******   CART   ******/

.orderId
{
	text-align: right;
	margin: 0px 5px 30px 0px;
	font-size: 14px;
}

#scvTable{
	text-align: center;
	font-size: 15px;
	margin: 2em auto 1em;
}

#scvTable td{
	padding: 7px;
	vertical-align: middle;
}
#scvTable th
{
	border-bottom: 1px solid  #000;
	border-top: 1px solid  #000;
	padding: 5px;
	vertical-align: middle;
}

#scvTable tr:last-of-type{
	/*border-bottom: 1px solid  #000;*/
}

#scvTable td:last-child{
	color: red;
}

#scvTable td:nth-of-type(1){
	text-align: left;
}
#scvTable td:nth-of-type(2){
	text-align: left;
}

#scvTable tr:nth-of-type(2n+0){
	background: #F7F7F7;
}

#scvResult{
	text-align: left;
	font-size: 18px;
	width: 464px;
	margin-top: 10px;
	margin-left: 30px;
}

.inlineBlock{
	display: inline-block;
}

/* Process flow */
#scvProgress{
	margin: 20px 0px 20px 0px !important;
	width: 527px;
}
#scvProgress p{
	float: left;
	/*width: 175px;*/
	text-align: center;
	padding: 0;
	margin: 0;
	height: 40px;
	/*background-color: #f7f7f7;*/
}
#scvProgress p span{
	display: block;
	float: left;
	position: relative;
	width: 155px;
	margin: 0 10px 0 0; 
	padding-left: 10px;
	line-height: 40px;
	height: 40px;
	background-color: #E5E5E5;
}
#scvProgress p span:after {
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #E5E5E5;
	position: absolute; right: -20px; top: 0;
	z-index: 1;
}
#scvProgress p span:before {
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	position: absolute; left: 0; top: 0;
}
#scvProgress p.onUse span{
	background-color: #919191;
	color: #f7f7f7;
}
#scvProgress p.onUse span:after{
	border-left: 20px solid #919191;
}
/*
#scvProgress p:first-child span:before {
	display: none; 
}
#scvProgress p:last-child span:after {
	display: none; 
}*/


#ShoppingCartView > div:nth-of-type(1){
	font-size: 18px;
	margin-left: 34px;
	margin-right: 34px;
	margin-bottom: 10px;
	text-align: center;
}

#ShoppingCartView > div:nth-of-type(2){
	font-size: 14px;
	margin-left: 34px;
	margin-right: 34px;
	margin-bottom: 40px;
	text-align: right;
}

table.form_table
{
	margin: 1em auto;
}
table.form_table td{
	padding: 0.4em 1em;
	vertical-align: middle;
}
table.form_table td:last-child{
	font-weight: bold;
}
table.form_table tr td.val input[type="submit"]{
	margin-left: 2px;
}

#rightBar #shop .cartmsg{
	margin-top: 5px;
	margin-bottom: 5px;
}
#ShoppingCartView input[type="submit"]{
	margin: 0.5em auto;
	line-height: 2em;
	height: 3em;
	cursor: pointer;
}
#ShoppingCartView input[type="submit"]:hover{
	background-color: #919191;
}
#ShoppingCartView form{
	margin-top: 20px;
}



/****   NEWS   ****/

#content .news_module{
	margin-top: 20px;
}
#content .news_module .news_box.even{
	background-color: transparent !important;
}
#content .news_box:first-of-type{
	border-top: 1px solid #e5e5e5;
}
#content .news_box{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#content .news_box:nth-of-type(2n+1){
	background-color: #f7f7f7;
}
#content img.news_image {
	float: right;
	max-width: 250px;
	margin: 0px 17px 10px 10px;
}
#content p.news_date {
	text-align: left;
	font-size: 0.9em;
	color: #888;
	margin: 0px 17px 15px 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}
#content .news_box {
	font-family: MyriadPro;
	margin: 0px 0px 0px 0px;
	padding: 7px 7px 7px 7px;
	clear: both;
	overflow: hidden;
}
#content .news_box img.news_image {
	float: left !important;
	margin: 0px 10px 0px 0px !important;
	width: 120px;
}
#content h2.news_title {
	text-align:left;
	font-size: 1.5em;
	color: #666;
	margin: 0px 0px 5px 0px;
}
#content .news_date a:first-of-type{
	color: red;
}
#content #news_text{
	clear: both;
	text-align: justify;
	margin: 0px 17px 20px 0px;
	padding-top: 15px;
}
#content .news_box h3.news_title {
	text-align:left;
	font-size: 1.3em;
	color: #666;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#content .news_box h4.news_title {
	text-align:left;
	font-size: 1.5em;
	color: #666;
	margin: 15px 0px 25px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #CCC;
}
#content .news_box p.news_date {
	font-size: 12px;
	color: #888;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}
#content .news_box .news_intro {
	text-align: justify;
	font-size: 0.99em;
	line-height: 1.2em;
}
#content .link_show_all{
	width: 516px;
	margin-left:10px !important;
	padding: 5px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#content .comments{
	text-align: left;
	margin: 20px 0px 0px 0px;
	color: #666;
}
#content .comments h3:first-of-type{
	font-size: 1.3em;
	color: #666;
}
#content div.comment_add_form{
	padding: 5px 0px 20px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

p.link_next {
	color: #D8000C;
	float: right;
	text-align: right;
	margin-right: 17px;
	font-size: 0.9em;
	max-width: 250px;
	font-style: italic;
}
p.link_previous{
	color: #D8000C;
	float: left;
	text-align: left;
	font-size: 0.9em;
	max-width: 250px;
	font-style: italic;
}
#rightBar .news_box{
	/*border-bottom: 1px solid #ccc;*/
	/*margin: 8px 5px 8px 5px;*/
	padding: 8px 5px 8px 5px;
}
#rightBar .news_box.odd{
	background-color: #f7f7f7;
}
#rightBar .news_module{
	margin: 20px 0px 0px 0px;
	width: 254px;
	margin-left: -2px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
#rightBar .news_box h4.news_title{
	text-align:left;
	font-size: 1.1em;
	color: #666;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
#rightBar .news_box p.news_date{
	text-align: center;
	color: #000;
	font-size: 0.9em;
	border-top: 1px solid #ccc;
	padding-top: 3px;
}
#comment_text, #note{
	width: 300px;
}




.slideshow 
{	
	border: 1px solid #e5e5e5;
	width: 512px;
	height: 258px;
	/*border-image:url('images/border.png') 6 6 round;*/
}
.slideshow img
{
	
	width: 515px;
	height: 248px;	
}




/******   PRODUKT   ******/

#singleProdView{
	width: 527px;
	/*background-color: #f5f5f5;
	border: 1px solid #e5e5e5;*/
}

#singleProdView hr
{
	background: #ccc;
        width: 820px;
	height: 0px;
	border: 1;

}
#spvProduct{
	text-align: center;
	margin-bottom: 15px;
}

.spvName{
	font-size: 20px;
}

.spvId{
	margin: 10px auto 10px;
	font-size: 14px;
}

/***  GALERIA PRODUKTU   ***/
#product_gallery
{
	width: 310px;
	overflow: hidden;
	float: left;
}
#spvImage a
{
	position: relative;
	width: 310px;
	display: block;
}

#spvImage img{
	display: block;
	max-width: 310px;
	margin: auto;
}
		
.zoom img::selection { background-color: transparent; }

#product_gallery .bx-wrapper
{
}

#product_gallery  .bx-wrapper .bx-viewport {
	padding: 10px 0px 10px;
}

.product_gallery_thumbs
{
	width: 310px;
}
.product_gallery_thumbs .slide
{
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
	height: 95px;
}
.product_gallery_thumbs .bx-wrapper img, .product_gallery_thumbs img
{
	/* stare
	width: 94px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.26);
	-moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.26);
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.26);
	margin-top: 5px;
	*/
	max-height:  95px;
	margin: auto;
}

/**/
/*
.product_gallery_thumbs li
{
	display: table-cell;
	margin: 5px;
	width: 110px;
	height: 110px;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
}*/
.product_gallery_thumbs img
{
	/*
	max-height: 100px;
	max-width: 100px;
	vertical-align: middle;*/
}


/***   OPIS PRODUKTU   ***/

#spvPrice
{
	float: right;
	width: 210px;
	text-align: right;
}
#spvPrice table 
{
	width: 210px;
	margin-top: 1.5em;
	margin-bottom: 2em;
	line-height: 1.5em;
	font-size: 14px;
}

#desc_deposit {
	position: absolute;
	display: none;
	width: 100%;
	max-width: 480px;
	padding: 1em 1.5em;
	height: auto;
	display: none;
	text-align: justify;
	background: #EBEDEC;
}
#tag_deposit:hover ~ #desc_deposit {
	display: block;
}

td.prices_labels
{
	margin: 20px 0px;
}
td.prices_figures
{
	padding-left: 5px;
	margin: 20px 0px;
	text-align: right;
}
.spvNetto
{
	color: red;
	font-size: 1.25em;
}
.spvBrutto
{
}

.spvNetto.old
{
	font-size: 1.1em;
}
.spvBrutto.old
{
	font-size: 0.9em;
}
td:last-child .spvNetto.old
{
	text-decoration: line-through;
}
td:last-child .spvBrutto.old
{
	text-decoration: line-through;
}

#spvPrice:after
{
	clear: both;
}

#spvPrice button{
	margin-top: 5px;
	margin-right: -1px;
}

#spvPrice input[type="text"] {
	width: 40px;
	text-align: right;
	margin-right: 0px;
}

#spvInfo{
	clear: both;
	padding-top: 34px;
        text-align: left;
	


}
.spvTxt{
	padding-left: 12px;
padding-right: 12px;
width: 800px;
}

.short { width: 150px; }
p.small { font-size: 0.8em; }

.bloc-search {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
    padding: 4px 7px;
    vertical-align: top;
	color: #565656;
}

.bloc-search .search-title {
    font-size: 14px;
    font-weight: 800;
    display: block;
    float: left;
    width: 215px;
	text-align: right;
	line-height:30.5px;
}
.bloc-search .searchRow{
	display: inline-block;
	float: left;
}
.bloc-search .buttonRow{
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}
.bloc-search .buttonRow button{
	border:0;
	border-radius: 4px;
	padding: 1px 3px;
	background: #e41e25;
	color: #fff;
}

.bloc-search .buttonRow button i{
font-size:22px;
}

.bloc-search .m-l-30 {
    margin-left: 225px;
}
.bloc-search input.search, .bloc-search select.search {
    width: 130px;
    padding: 2px 10px 0px 10px;
	border: none;
	border-radius: 3px;
	background: white;
border: 1px solid #565656;
}
.news_box{
	width: 501px;
margin-left: 10px !important;
}


.prodFeatures {
	margin-top: 20px;
	font-weight: bold;
}
.prodFeatures label {
	line-height: 50px;
}
.prodFeatures label[for*=angle] {
	font-size:28px;
}
.prodFeatures img:not(.placement_scheme) {
	height: 50px;
	margin: 0 0 0 0px;
	vertical-align: middle;
}
.prodFeatures #placement_scheme_canvas {	
	position: relative;
	width: max-content;
	margin: 1em;
}
.prodFeatures .mark {
	width: 10px;
	height: 30px;
	background-color:#D8000C;
	position: absolute;
}
.prodFeatures :is(.n1, .n3, .n5) {
	left: 24px;
}
:is(.prodFeatures) :is(.n2, .n4, .n6) {
	right: 25px;
}
:is(.prodFeatures) .trailer~:is(.n1, .n2) {
	top: 70px;
}
:is(.prodFeatures) .trailer~:is(.n3, .n4) {
	top: 148px;
}
:is(.prodFeatures) .trailer~:is(.n6, .n5) {
	top: 225px;
}
:is(.prodFeatures) .truck~:is(.n1, .n2) {
	top: 40px;
}
:is(.prodFeatures) .truck~:is(.n3, .n4) {
	top: 138px;
}
:is(.prodFeatures) .truck~:is(.n6, .n5) {
	top: 214px;
}





#popup_overlay {
	display: none;
	background: #000;
	background: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 99999;	
  width: 100%;
  height: 100%;
  overflow: auto;  
  left: 0;
  top: 0;
}
#popup_newsletter {
  background-color: black;
  width: 460px;
  position: relative;
  
  margin: 3em auto auto;
  padding: 0;
}


#slide-popup .slide-popup-body.in {
	bottom: 0;
	opacity: 1;
  }
  .slide-popup-body {
	position: fixed;
	bottom: -250px;
	width: 100%;
	max-width: 460px;
	height: auto;
	min-height: 300px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
	transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  }
  
  .close {
	margin-top: -20px;
	margin-right: -20px;
	text-shadow: 0 1px 0 #ffffff;
  }