@import url(stala/default.css);
@import url(stala/default_shop.css);

.body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #fff;
	overflow: hidden;
}

hr, .hr {
	clear: both;
	border: 0; height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    width:100%;
	margin: 20px 0 20px 0;
}

ul, ol {
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
    vertical-align:middle;
}

.main {
	width: 1200px;
	position: relative;
	text-align: left;
	margin: auto;
	clear:both;
}

/*START*/

#logo{
	width: 117px;
	height: 90px;
	float:left;
	position:absolute;
	top:12px;
	left: 20px;
	text-indent: -9999em;
}


#logo span {
	width: 117px;
	height: 90px;
	position:absolute;
	top:0;
	left:0;
	background:url(logo.gif) center center no-repeat;
}

#koszyk a{
	display: block;
	width: 65px;
	height: 50px;
	background: url(koszyk.png) no-repeat;
	position: relative;
}

#koszyk a:hover{
	background: url(koszyk_h.png) no-repeat;
}

#koszyk span{
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 9px;
	left: 3px;
	width: 20px;
	text-align: center;
}

header {
	clear: both;
	float: left;
	height: 120px;
	width: 100%;
	position: relative;
	border-top: 3px solid #2ea6de;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 1px;
	background: #fff;
}

#top{
	float: right;
	margin: 30px 20px 30px 0px;
	text-align: right;
}


#strefa, #wysz, #koszyk{
	display: inline-block;
	vertical-align: middle;
	height: 50px;
}

#wysz{
	position:relative;
	width:100%;
	float:left;
	clear:both;
}

.input_wysz {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	height: 47px;
	line-height: 45px;
	width: 225px;
	padding-left: 10px;
	background: none;
	border: none;
	border-bottom: 1px solid #dadada;
	background: #fff;
}

.button_wysz {
	background: #fff url(wysz.png) center center no-repeat;
	vertical-align:middle;
	height: 47px;
	width: 45px;
	border:none;
	cursor:pointer;
	border-bottom: 1px solid #dadada;
	margin-left: -4px;
}

.button_wysz:hover {
	background:  url(wysz_h.png) center center no-repeat;
}



#wysz_podp {
	position:absolute;
	top:47px;
	left:0;
	width: 400px;
	background: #fff;
	padding: 10px;
	z-index:1000;
	text-align:left;
	display:none;
}

#wysz_podp a {
	display:block;
	font-size:12px;
	color:#212121;
	padding: 5px 10px;
}

#wysz_podp a:hover {
	color:#2ea6de;
	background:#fff;
	text-decoration:none;
}

#goall {
	cursor:pointer;
	background: #212121;
	text-align: center;
	color:#fff !important;
	margin-top:5px;
	font-weight: bold !important;
	font-size:12px !important;
}

#goall:hover {
	background:#2ea6de !important;
	color:#fff !important;
}



#strefa {
	border-right: 1px dashed #bfbfbf;
	padding-right:20px;
	margin-right:20px;
}

#strefa a{

	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 10px;
	height: 28px;
	font-size: 11px;
	color: #000;
	padding-top: 30px;
}

#strefa a:hover,
#strefa a.sel{
	text-decoration: none;
	color: #2ea6de;
}

#strefa a:nth-child(1){
	background: url(log.png) top center no-repeat;
}

#strefa a:hover:nth-child(1),
#strefa a.sel:nth-child(1){
	background: url(log_h.png) top center no-repeat;
}

#strefa a:nth-child(2){
	background: url(reg.png) top center no-repeat;
}

#strefa a:hover:nth-child(2),
#strefa a.sel:nth-child(2){
	background: url(reg_h.png) top center no-repeat;
}

nav {
	display: inline-block;
	padding-right:50px;
	margin-right:15px;
	border-right: 1px dashed #bfbfbf;
}


nav li {
	display: inline-block;
	position:relative;
	padding-right: 27px;
	margin-right: 10px;
	line-height: 50px;
}

nav li:last-child{
	background: none;
	padding-right: 0px;
	margin-right: 0px;
}


nav li a {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	display: inline-block;
	position:relative;
}

nav li.s a, nav li:hover a, nav li.act a {
	color:#2ea6de;
	text-decoration:none;
}

nav li.s menu a, nav li.act menu a, nav li:hover menu a {
	color:#fff;
}


nav li menu {
	display:none;
	position:absolute;
	text-align:left;
	background-color: #000000;
	padding: 10px 10px 10px 10px;
	z-index:2;
	min-width:150px;
	border-bottom: solid 3px #2ea6de;
}

nav li menu a {
	color:#fff;
	display:block;
	padding: 7px 10px 7px 10px;
	white-space: nowrap;
	font-size: 12px;
	background:none !important;
	line-height: 100% !important;
	height:auto !important;
}

nav li menu a {
	color:#ffffff;
}

nav li menu a:hover, nav li menu a.s {
	color:#fff;
	background:#2ea6de !important;
}


/*CONTENT*/

#content {
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	padding: 30px 0;
	background:#f8f8f8;
}

#kols {
	clear: both;
	float: left;
	width: 100%;
}

#top_info{
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}



aside {
	float: left;
	width: 690px;
	position: relative;
	height: 315px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 10px solid #fff;

}

blockquote {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.slajd {
	height: 315px;
	width: 690px;
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
	text-align: left;
	border: none;
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slajd img{
	float: left;
	width: 100%;
	height: auto;
}




/*FOOTER*/
footer {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#copy {
	float: left;
	color:#a7a7a7;
	font-size:9px;
}

#projekt {
	float: right;
	color:#a7a7a7;
	font-size:9px;
}

#projekt a {
	color:#a7a7a7;
}

#projekt a:hover:nth-child(1){
	text-decoration: none;
	color: #94b700;
}

#projekt a:hover:nth-child(2){
	text-decoration: none;
	color: #ff0000;
}




.nakl{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	text-align: left;
	padding: 20px;
	background: rgba(255,255,255,.7);
	text-align: left;
	color: #000;
}

.nakl h6{
	font-size: 30px;
	color: #000;
}

.nakl h6 a{
	color: #000;
}

.nakl h6 a:hover{
	text-decoration: none;
	color: #2ea6de;
}

.opis_animki{
	clear: both;
	float: left;
	width: 100%;
	color: #000;
	font-size: 12px;
}

aside small{
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 100;
	width: 100%;
	text-align: left;
}

aside small a {
    background: #fff;
    width: 54px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
	border-radius: 5px;
}

aside small a.s,
aside small a:hover{
    background: #2ea6de;
}



/*boxy g;*/

h1, h2{
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	color: #010101;
	position: relative;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	line-height:120%;
	margin-top:20px;
}

.pod h1, .pod h2 {
	margin-top:0;
}

h1:before,
h2:before{
    content: "";
	display: block;
	float: left;
	width: 76px;
	height: 4px;
	background: #3ea6dc;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -38px;
}


h3{
	font-size: 18px;
	color: #2ea6de;
	font-weight: bold;
}

#boxy_gl{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.box{
	width: 588px;
	height: 290px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
	position: relative;
}

.box.col0{
	margin-right: 24px;
}

.box h5{
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background: rgba(255,255,255,.5);
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 7px 20px;
}

.box h5 a{
	color: #000;
}

.box:hover h5 a{
	text-decoration: none;
	color: #ff0000;
}

.box h5 span {
	display:block;
	font-size:16px;
	text-transform: none;
}

.box:hover img{
	opacity: .5;
}

.wwl{
	display: inline-block;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background: #2ea6de;
	padding: 10px 20px;
	margin: 10px 0;
}

.wwl:hover{
	text-decoration: none;
	background: #000;
}

#b1{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 56px;
	margin-top: 10px;
}

.nkk{
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
}

.nkk h4{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	white-space: nowrap;
	font-weight: 300;
	margin-bottom: 20px;
}

.nkk h4 a{
	color:  #fff;
}

.nkk h4 a:hover{
	text-decoration: none;
	color: #2ea6de;
}

.nkk h4 b{
	font-weight: bold;
}

#b2, #b3{
	float: left;
	width: 100px;
	width: 280px;
}

#b2 img,
#b3 img{
	float: left;
	width: 100%;
	height: auto;
}

#b2, #b3{
	margin-left: 10px;
}



.bt{
	display: inline-block;
	background: #b7b7b7 url(bt.png) 10px center no-repeat;
	border: 3px solid #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 10px 10px 10px 56px;
	text-align: center;
}

.bt:hover{
	text-decoration: none;
	background-color: #454545;
}

/*produkty*/

.listing,
.listing_gl, .listing_wysz{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

.listing_gl .produkt.col2{
	margin-right: 18px;
}

.listing_gl .produkt.col3 {
	margin-right: 0px;
}

.listing_gl .produkt{
	margin: 0 15px 15px 0px;
}

.listing_wysz .produkt {
	margin: 20px 6px 0px 6px;
}

.listing_wysz .produkt.col3 {
	margin-right: 0px;
}

.skos{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	color: #fff;
	background: #000;
	padding: 7px;
	width: auto !important;
	font-size: 11px;
}

@-webkit-keyframes example {
    0%   {background-color: #2ea6de;}
    50%  {background-color: #000;}
    100% {background-color: #2ea6de;}
}

@keyframes example {
    0%   {background-color: #2ea6de;}
    50%  {background-color: #000;}
    100% {background-color: #2ea6de;}
}

.skos.promocja{
	-webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.produkt.wyp img{
	webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: .5;
}

.produkt {
	width: 291px;
	float: left;
	text-align: center;
	margin: 20px 18px 0px 0px;
	position: relative;
	height: 320px;
	background:#fff;
	border: 2px solid #e9e9e9;
}

.produkt:hover {
	border: 2px solid #2ea6de;
}

.wysz .produkt {
	width: 280px;
	margin: 20px 5px 0px 5px;
}

.produkt img{
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.listing .produkt.col2{
	margin-right: 0px;
}

.produkt:hover img{
	border-color: #2ea6de;
	opacity:.6;
}

.produkt:hover .foto {
	background: none;
}

.produkt img{
	margin-bottom: 10px;
}

.produkt div.opis{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #010101;
	font-weight: 300;
	padding: 0 10px;
}

.produkt div.opis h6 {
	height: 38px;
	overflow: hidden;
}

.produkt div span {
	display: block;
}

.produkt div span b {
	font-weight: bold;
	font-size: 24px;
	color: #2ea6de;
}

.produkt div span.netto {
	display: block;
	font-size:12px;
}

.produkt div span.netto b {
	font-size:14px;
}

.produkt div span.promo, .produkt div span.promo b {
	color:red;
}

.produkt div small{
	font-size: 14px;
	color: #999999;
	display:block;
	text-decoration: line-through;
}

.produkt h6{
	font-size: 16px;
	color: #010101;
}

.produkt h6 a{
	color: #010101;
}

.produkt h6 a:hover{
	text-decoration: none;
	color: #2ea6de;
}

.produkt .foto {
	clear: both;
	float: left;
	width: 100%;
	height: 215px;
	background: url(35.gif) no-repeat center center;
}

.produkt .foto a {
	color:#fff;
}

#duzy_footer{
	clear: both;
	float: left;
	width: 100%;
	background: #18181c;
	padding: 20px 0px;
	height: 322px;
}

.left{
	width: 30%;
	float: left;
	text-align: left;
}

.right{
	width: 30%;
	float: left;
	background: url(bord.gif) top left repeat-y;
	padding-left: 80px;
	resize: none;
}



#newsletter {
	float:left;
	width: 30%;
	background: url(bord.gif) top left repeat-y;
	color:#fff;
	font-size:16px;
	padding: 5px 0px 25px 25px;
	margin-left: 80px;
	height: 270px;
}

#newsletter h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 10px;
	font-weight: 300;
}

#newsletter #newsl_form {
	float:left;
	clear:both;
	width:100%;
	margin-top:30px;
}

#newsletter #newsl_form input[type=email] {
	width: 280px;
	background:#fff;
	line-height: 42px;
	height: 42px;
	border:none;
	padding-left:10px;
	vertical-align:middle;
}

#newsletter #newsl_form input[type=submit] {
	width: 42px;
	background:#fff url(iko_plus.png) no-repeat center center;
	height: 42px;
	border:none;
	padding-left:10px;
	cursor:pointer;
	vertical-align:middle;
}


#newsletter #newsl_form label {
	display:block;
	font-size:11px;
	margin-top: 10px;
	color:#fff;
}





.social{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	margin-left: -12px;
	margin-bottom: 5px;
}

.social a{
	float: left;
}

.social a:hover{
	opacity: .8;
}

#logo_footer{
	display: block;
	width: 100%;
	height: 70px;
	float: left;
	margin-top: 0px;
	text-align:center;
}

address{
	font-style: normal;
	width: 100%;
	text-align:center;
	float: left;
	color: #fff;
	line-height: 19px;
	margin-top:40px;
}

address b {
	display: block;
	margin-bottom:10px;
	font-size:16px;
}

address a {
	color:#fff;
}

#dopisz{
	font-size: 18px;
	color: #2ea6de;
	font-weight: bold;
	text-decoration: underline;
}

#dopisz:hover{
	text-decoration: none;
	color: #fff;
}

#kform{
	clear: both;
	float: left;
	width: 100%;
}

.inp_f, textarea{
	width: 100%;
	height: 32px;
	font-size: 12px;
	color: #848484;
	padding-left: 8px;
	border: none;
	border: 1px solid #545454;
	margin-bottom: 9px;
	background: none;
}

.inp_f:focus, textarea:focus{
	border-color: #fff;
}

textarea{
	height: 105px;
	resize: none;
}

.ll{
	width: 49%;
	float: left;
}

.pp{
	width: 49%;
	float: right;
}

#kform ::-webkit-input-placeholder {color: #848484;}
#kform :-moz-placeholder {color: #848484;}
#kform ::-moz-placeholder {color: #848484;}
#kform :-ms-input-placeholder {color: #848484;}
#kform :placeholder-shown {color: #848484}

.btn_f{
	background: none;
	border: none;
	float: right;
	font-size: 12px;
	color: #fff;
	float: right;
	font-weight: bold;
	cursor: pointer;
}

.btn_f:hover{
	color: #3ea6dc;
}

#kform h5{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 10px;
	font-weight: 300;
}

#menu_bottom{
	clear: both;
	float: left;
	width: 100%;
	background: url(grad_top.jpg) top left repeat-x;
	padding: 30px 0px;
}

#menu_bottom a{
	font-size: 14px;
	color: #3e3e3e;
	display:inline-block;
	width: 200px;
	text-align:center;
	border-left: 1px dashed #bfbfbf;
}
#menu_bottom a:last-child {
	border-right: 1px dashed #bfbfbf;
}

#menu_bottom a.s,
#menu_bottom a:hover{
	text-decoration: none;
	color: #2ea6de;
}

/*sciezka*/

#sciezka{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	font-size: 12px;
	color: #000;
}

#sciezka a{
	display: inline-block;
	background: url(stala/sciezka.png) right center no-repeat;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	padding-right: 12px;
	margin-right: 1px;
}

#sciezka a:hover{
	text-decoration: none;
	color: #2ea6de;
}

#sciezka a:last-child{
	background: none;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #2ea6de;
}

.pod h1, .pod h2{
	text-align: left;
	font-size: 26px;
}

.pod h1:before, .pod h2:before{
	margin-left: 0px;
	left: 0px;
	top: -7px;
}

/*kolumny*/

#koll{
	float: left;
	width: 270px;
}

#koll .produkt,
#koll .produkt img{
	width: 100%;
	margin: 0px;
}

#koll .listing{
	margin: 20px 0px;
}

#koll h1{
	display: none;
}


#koll h4{
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	margin-top:20px;
	margin-bottom: 10px;
}

#kolp{
	width: 910px;
	float: right;
}

#menull{
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}

.m1{
	display: block;
	font-size: 13px;
	color: #000;
	background: url(ar_right.png) 8px center no-repeat;
	padding-left: 35px;
	border: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: none;
}

.m1:last-child{
	border-bottom: 1px solid #e4e4e4;

}

.m1:first-child{
	border-top: 1px solid #e4e4e4;
}

.m1:hover, .m1.s{
	text-decoration: none;
	background-color: #2ea6de;
	color: #fff;
}

.m1.nagl {
	font-weight: bold;
	margin-top:20px;
	border-left:none;
	border-right:none;
	background: none;
	padding: 10px;
	font-size:16px;
	text-transform: uppercase;
}

.m1.nagl:hover {
	color:#000;
}

#menull a:first-child {
	margin-top:0;
}

.m2{
	display: block;
	font-size: 12px;
	color: #7b7b7b;
	padding-left: 10px;
	border: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: none;
	padding-left: 36px;
	background: url(mm.gif) 25px center no-repeat;
}

.m2:hover, .m2.s{
	text-decoration: none;
	background: #2ea6de url(mmh.gif) 25px center no-repeat;
	color: #fff;
}

.m3{
	display: block;
	font-size: 12px;
	color: #000;
	padding-left: 46px;
	border: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: none;
	background: url(mm.gif) 37px center no-repeat;
}

.m3:hover, .m3.s{
	text-decoration: none;
	background: #2ea6de url(mmh.gif) 37px center no-repeat;
	color: #fff;
}


.m4{
	display: block;
	font-size: 12px;
	color: #000;
	padding-left: 56px;
	border: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: none;
	background: url(mm.gif) 47px center no-repeat;
}

.m4:hover, .m4.s{
	text-decoration: none;
	background: #2ea6de url(mmh.gif) 47px center no-repeat;
	color: #fff;
}

.m5{
	display: block;
	font-size: 12px;
	color: #000;
	padding-left: 66px;
	border: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: none;
	background: url(mm.gif) 57px center no-repeat;
}

.m5:hover, .m5.s{
	text-decoration: none;
	background-color: #2ea6de;
	color: #fff;
}

.m6{
	display: block;
	font-size: 12px;
	color: #000;
	padding-left: 76px;
	border: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: none;
	background: url(mm.gif) 67px center no-repeat;
}

.m6:hover, .m6.s{
	text-decoration: none;
	background-color: #2ea6de;
	color: #fff;
}



.promo.promo_list{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: rgba(242,242,242,.8);
	border-bottom: solid 2px #e9e9e9;
	color: red;
	font-size: 12px;
	padding: 5px 0;
}

.promo.promo_list span{
	display: block;
	color: red;
	font-size: 16px;
}


/*karta*/

#karta{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}


#fotki{
	width: 540px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

#opis_karta{
	width: 350px;
	float: right;
	background:#fff;
	padding:10px;
	border: solid 1px #e3e2e2;
}

#opis_karta h6{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

#fotogl{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #e3e2e2;
	overflow: hidden;
}

#fotogl .scrollable {
  position:relative;
  overflow:hidden;
  width: 540px;
  height: 500px;
}

#fotogl .scrollable .items {
  width:20000em;
  position:absolute;
}

#fotogl .scrollable div {
	float:left;
	width: 540px;
    height: 500px;
	position:relative;
}

#fotogl #zoomDRIMO {
	position: absolute;
	z-index:50;
	width:40px;
	height: 40px;
	top:0;
	right:0;
	z-index:100;
	display:none;
	background: rgba(241,241,241,.5) url(stala/lupa.png) no-repeat center center;
}

#fotogl #zoomDRIMO:hover {
	background: rgba(241,241,241,1) url(stala/lupa.png) no-repeat center center;
}

#fotodod {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

#fotodod a{
	cursor: pointer;
}

#fotodod img {
	border: 1px solid #e3e2e2;
	float: left;
}

#fotodod a:hover img, #fotodod a.current img {
	border: 1px solid #3ea6dc;
}

#cena{
	clear: both;
	float: left;
	width: 100%;
}

.price{
	clear: both;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #3c3c3c;
	margin-bottom: 20px;
}

.nettof, .nettof b {
	font-size:14px!important;
}

.price_promo {
	clear: both;
	float: left;
	width: 100%;
	font-size: 27px;
	color: #434343;
	margin-bottom: 7px;
}

.pom {
	color:red !important;
	font-weight: bold;
}

.price_stara {
	text-decoration: line-through;
	margin-bottom:15px;
	color:#a8a8a8;
}

.price_stara small {
	display: block;
}

.price_brutto {
	clear: both;
	float: left;
	width: 100%;
	font-size: 27px;
	color: #434343;
	margin-bottom: 7px;
}

.price_brutto b, .price_promo b {
	font-weight: 700;
	color: #2ea6de;
}

.price_promo span, .price_brutto span {
	font-size:18px;
	display: block;
}

.price_promo span b, .price_brutto span b {
	font-size:27px;
}

#karta h1{
	font-size: 24px;
	color: #3c3c3c;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#cn_sz{
	width: 63px;
	height: 29px;
	float: left;
	background: #cecece;
	position: relative;
	text-align: center;
}

.pole_ile{
	width: 29px;
	height: 27px;
	background: #efefef;
	font-size: 14px;
	color: #3c3c3c;
	border: none;
	margin-top: 1px;
	text-align: center;
}



.bt_kup{
	border: none;
	background: #2ea6de url(koszyk_m.png) 10px center no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	padding-left: 43px;
	cursor: pointer;
	margin-left: 20px;
	cursor: pointer;
}

.bt_kup:hover{
	background-color: #000;
}

#kup{
	clear: both;
	float: left;
	width: 100%;
	margin-top:10px;
}

#info{
	clear: both;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 20px;
	border-bottom: 1px dashed #c1c1c1;
	padding-bottom: 20px;
}

#info span{
	display: block;
	float: left;
	width: 40%;
	font-size: 14px;
	color: #7c7c7c;
}

#info b{
	display: block;
	float: right;
	width: 60%;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}


.l{
	display: inline-block;
	min-width: 75px;
	text-align: left;
	margin-right: 10px;
	font-size: 12px;
	color: #3c3c3c;
	font-weight: 400 !important;
}

.inp_f, .textarea {
    width: 100%;
    height: 32px;
    font-size: 14px;
    margin-bottom: 7px;
    border: none;
    background: none;
    border: 1px solid #dadada;
    display: block;
    text-align: center;
    color: #848484;
}

.textarea {
    padding-top: 10px;
    resize: none;
    height: 100px;
    float: left;
    margin-bottom: 20px;
}

.inp_f:focus, .textarea:focus{
	border-color: #000;
}

.promo_karta{
	clear: both;
	float: left;
	width: 100%;
	color: #ff0000;
	font-size: 18px;
	margin-bottom: 5px;
	font-size: 14px;
}

.promo_karta small{
	display: block;
	font-size: 18px;
	font-weight:bold;
}

.polecane{
	clear: both;
	width: 1130px;
	margin: 0 auto;
	position: relative;
}

.polecane .scrollable2 {
  position:relative;
  overflow:hidden;
  width: 100%;
  height:510px;
}

.polecane .scrollable2 .items {
  width:20000em;
  position:absolute;
}

.polecane .items .produkt {
  float:left;
  margin: 0 70px 0 0;
}

.prev{
	background: url(navl.png) center center no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    cursor: pointer;
}

.next{
    background: url(navp.png) center center no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    right: -60px;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    cursor: pointer;
}

.prev:hover,
.next:hover{
	opacity: .5;
}

.tlo_scrola{
	clear: both;
	float: left;
	width: 100%;
	background: url(gradient.gif) top left repeat-x;
}

.polecane h5{
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
	margin: 20px 0px;
}

.st1, .st2{
	display: inline-block;
	vertical-align: middle;
}

.nav_top {
    display: block;
    width: 27px;
    height: 20px;
    background: url(nav_top.gif) center center no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    border-left: 1px solid #cacaca;
}

.nav_bottom {
    display: block;
    width: 27px;
    height: 20px;
    background: url(nav_bottom.gif) center center no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    border-left: 1px solid #cacaca;
}

.inp_num {
    position: relative;
    font-size: 14px;
    color: #000;
    border: none;
    text-align: left;
    width: 60px;
    height: 40px;
    padding-left: 9px;
}

.pole_ilosc {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.kurier{
	clear: both;
	float: left;
	width: 100%;
	margin-top:30px;
	border-top: 1px dashed #c1c1c1;
	padding-top:20px;
	text-align:center;
}

.kurier h5{
	font-weight: bold;
}

/*Zakladki*/

.zakladki.wyslano #opis2{
	display: block !important;
}

#potwierdzenie_kom{
	color: green;
	font-size: 16px;
}

.zakladki {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0 20px 0;
}

.zakladki>ul {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}


.zakladki>ul li {
	float: left;
	cursor: pointer;
	color: #343434;
	font-size: 14px;
	background: #c1c1c1;
    padding: 5px 30px;
	margin-right: 1px;
	margin: 0 5px 5px 0;
	color: #fff;
	list-style-image: none;
}

.zakladki>ul li:hover, .zakladki>ul li.s {
	background: #2ea6de;
	color: #fff !important;
}

.zakladki>ul li.s a, .zakladki>ul li:hover a{
	text-decoration: none;
	color: #fff;
}

.zakladki .opis {
	display: none;
	clear: both;
	float: left;
	width: 100%;
	line-height: 160%;
	padding: 15px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 13px;
	background:#fff;
}


#opis_5 a {
	display: block;
	background: url(uni.gif) no-repeat 5px center;
	padding: 8px 10px 8px 40px;
	color:#212121;
}

#opis_5 a:hover {
	color:#3ea6dc;
	text-decoration:none;
}

#opis_5 a:nth-child(odd) {
	background-color:#f1f1f1;
}

#producent {
	text-align:right;
	margin: 0 0 10px 0;
}

#producent a {
	color:#fff;
}

/* opinie */

#nagl_komentarzy h6 {
    font-size: 24px;
    color: #21201f;
    text-transform: uppercase;
    background: url(chmurka.png) left center no-repeat;
    padding-left: 40px;
	height: 37px;
	line-height: 30px;
}

#nagl_komentarzy h6 span{
	display: inline-block;
	margin-left: 10px;
}

#opinie_nav {
	cursor:pointer;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: #ad8662;
	text-align: center;
	padding: 3px 20px;
	float: right;
}

#opinie_nav:hover{
	text-decoration: none;
	background: #000;
}

#opinie_form {
	float:left;
	clear:both;
	width:100%;
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e2e2e2;
	margin-bottom: 20px;
}

#opinie_form h3{
	margin-bottom: 20px;
}

.opiniaDRIMO {
	display: inline-block;
	height:18px;
	vertical-align:middle;
	margin:-7px 0 0 2px;
}

.opiniaDRIMO a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	cursor:pointer;
	background:  url(stala/gw.png) no-repeat center center;
}

.opiniaDRIMO a.s {
	background: url(stala/gws.png) no-repeat center center;
}

.komentarze_card {
	float:left;
	clear:both;
	width:100%;
	margin-bottom: 20px;
}

.komentarze_li {
	padding: 15px 0 15px 0;
	float:left;
	clear:both;
	width:100%;
	border-bottom: solid 1px #e2e2e2;
}

.komentarze_li_nick {
	float:left;
	border-right: 1px solid #e2e2e2;
	padding-right: 20px;
}

.komentarze_li_nick img {
	vertical-align:middle;
}

.komentarze_li_nick span {
	display:block;
	margin-top:10px;
	padding-left: 3px;

}

.komentarze_li_opinia {
	display: inline-block;
	float: right;
	width: 88%;
}

.wwPP {
	display:inline-block;
	position:absolute;
	top:-23px;
	right:5px;
	z-index:50;
	color:#6a6a6a;
	font-size:11px;
	font-family:tahoma;
	padding: 0 10px 0 0;
	background: url(wwPP.gif) no-repeat right center;
}

#nagl_komentarzy {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.koment{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.autor{
	min-width: 235px;
	float: left;
	margin-right: 30px;
}

.autor span {
    font-size: 18px;
    display: block;
    color: #3c3c3c;
    margin-bottom: 5px;
}

.autor span small {
    font-size: 14px;
    color: #a5a5a5;
    display: block;
	margin-top: 7px;
}

.avatar_kolo {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    float: left;
    margin: 0 30px 20px 0;
    background: url(av.png) center center no-repeat;
    opacity: .5;
}

.tresc_komentarza{
	text-align: justify;
	width: 68%;
	float: right;
	background: #f9f7f4;
	border: 1px solid #d1c5b1;
	padding: 10px 30px;
	position: relative;
}

.tresc_komentarza:before {
    content: "";
	display: block;
	width: 18px;
	height: 33px;
	background: url(before_koment.png) no-repeat;
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top: -17px
}

.lprod{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

.s404 #content{
	text-align: center;
}

.s404 #content h1{
	font-size: 48px;
	margin: 0px;
	line-height: 86px;
}

.s404 #content  span{
	display: block;
	font-size: 26px;
	color: #484848;
	margin-bottom: 10px;
}
.powrot{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #ff0000;
	padding: 10px 20px;
}

.powrot:hover{
	text-decoration: none;
	background: #454545;
}

#search .produkt{
	margin-right:15px;
}

#search .produkt.col3 {
	margin-right:0px;
}


.input2 {
	color: #959595;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	height: 44px;
	line-height: 25px;
	width: 461px;
	padding-left: 10px;
	background: #f2f2f2;
	border: none;
	border: 1px solid rgba(255, 255, 255, .4);
	border-right: none;
}

.bt_news {
	background: #2ea6de url(plus.png) center center no-repeat;
	vertical-align:middle;
	height: 44px;
	width: 42px;
	border: none;
	border: 1px solid rgba(255, 255, 255, .4);
	border-left: none;
	cursor:pointer;
	margin-left: -3px;
	color: #fff;
}

.bt_news:hover{
	background-color: #000;
}

.nl{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.nagl_sort {
	float:right;
	margin-top:-25px;
	position:relative;
	z-index: 1;
	font-size:12px;
}

.nagl_sort a {
	color:#212121;
}

.nagl_sort .s {
	font-weight: bold;
	color:#000;
}

.margt10 {
	margin-top:30px;
	clear: both;
	float: left;
	width: 100%;
}

#opinie_box {
	border: solid 1px #ccc;
	background:#f5f5f5;
	clear: both;
	float: left;
	width: 100%;
	margin-top:30px;
	padding:15px 20px 20px 20px;
	margin-bottom:30px;
	display:none;
}

#opinie_box h3 {
	margin-bottom: 10px;
}

#opinie_box .inp_f, #opinie_box .textarea {
	background:#fff;
	text-align:left;
	margin-bottom:10px;
}

#opinie_box .inp_f {
	margin-top:10px;

}

#opinie_box .textarea {
	margin-bottom:0;

}

.opis_kk {
	line-height: 1.4em !important;
}

.tarea {
	padding: 10px;
	font-size:14px;
}




.p input {
	vertical-align:middle;
	margin:0;
}



.opis_kk b, .opis_kk strong {
	display: block;
}

.dost_a {
	display:block !important;
	width:15px !important;
	height: 15px !important;
	border-radius: 15px !important;
	position:absolute !important;
	right:10px !important;
	top:10px !important;
	z-index:50 !important;
	border: solid 2px #3db800 !important;
	background: #47d800 !important;
}

.dost_b {
	display:block !important;
	width:15px !important;
	height: 15px !important;
	border-radius: 15px !important;
	position:absolute !important;
	right:10px !important;
	bottom:10px !important;
	z-index:50 !important;
	border: solid 2px #d8a300 !important;
	background: #ffa200 !important;
}

.dost_b {
	display:block !important;
	width:15px !important;
	height: 15px !important;
	border-radius: 15px !important;
	position:absolute !important;
	right:10px !important;
	top:10px !important;
	z-index:50 !important;
	border: solid 2px #dc0000 !important;
	background: #ff0000 !important;
}

.dodost_a {
	color:#3B990C !important;
}

.dodost_b, .dodost_b {
	color:#ff0000 !important;
}

.dodost_c {
	color:#f98701 !important;
}

.info_haslo {
	text-align:center;
	margin:20px 0;
}


/*tooltip*/


[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}


[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}


[data-tooltip]:before {
  position: absolute;
  bottom: 115%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}


[data-tooltip]:after {
  position: absolute;
  bottom: 115%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#kform input, #kform textarea {
	text-align:left;
}


.lprod .col2 {
	margin-right:0;
}

.c textarea.input {
	padding:10px;
}


.opis_kk img {
	height: auto !important;
	width:100% !important;
}

.iai_top {display: block; clear: both; width: 100%; margin-bottom: 10px;}
.iai_top img {display: block; max-width: 100%; height: auto;}
.iai_bottom {display: block; clear: both; width: 100%; margin-bottom: 10px;}
.iai_bottom img {display: block; max-width: 100%; height: auto;}

.iai_mid .iai_right {
    display: block;
    width: 50%;
    vertical-align: top;
    padding-left: 5px;
    float: right;
}

.iai_mid .iai_left {
    display: block;
    width: 50%;
    vertical-align: top;
    padding-right: 5px;
    float: left;
}

.iai_mid img {
    display: block;
    max-width: 100%;
    height: auto;
}


#menu_apla .m1.nagl {
	margin-top:5px;
	background:#f1f1f1;
}

#menu_apla .m1.nagl:hover {
	background: #f1f1f1;
	color:#434343;
}

.pozy {
	padding-top:40px;


}

.pozy h1 {
	margin-top:30px;
}

.pozy h2 {
	border: none;
	font-size:24px;
	margin-top:30px;
}

.pozy h2::before {
	background:none;
}

.pozy h3 {
	text-align:center;
	border: none;
	font-size:16px;
	font-weight: normal;
	margin-top:30px;
	color:#434343;
}

#menu_sr {
	float:left;
	clear:both;
	width:100%;
	line-height:200%;
	text-align:center;
}

#menu_sr a {
	display:inline-block;
	padding: 7px 15px;
	line-height:100%;
	border: solid 1px #ccc;
	margin: 0 5px;
	background:#f8f8f8;
	color:#434343;
}

#menu_sr a:hover {
	background:#2ea6de;
	color:#fff;
	text-decoration:none;
}

#menu_sr b {
	font-size:21px;
	display:block;
	color:#2ea6de;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

.tlo_cookies{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 999;
}

.cont_cookies{
	width: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	position: relative;
	top: 50%;
	height: 500px;
	margin-top: -350px;
}

.tresc_cookies{
	clear: both;
	width: 100%;
	text-align: left;
	height: 400px;
	overflow-y: scroll;
	margin-bottom: 20px;

}

.close_cookie{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: red url(stala/close.png) center center no-repeat;
	cursor: pointer;
	background-size: 40% auto;
}

.close_cookie:hover{
	background-color: #454545;
}

.btn_cookie{
	clear: both;
	float: left;
	width: 100%;
}

.btn_cookie a{
	display: inline-block;
	background: #454545;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
}

.btn_cookie #wyrazam{
	float: left;
	background: #ff0000;
}

.btn_cookie #niewyrazam{
	float: right
}

.btn_cookie a:hover{
	text-decoration: none;
	background: #000 !important;
}


#dotpay {
	width:100%;
	float:left;
	clear:both;
	padding: 10px 0;
}
#dotpay img {
	width:100%;
}

#link_promo {
	font-size:16px;
	display:inline-block;
	padding: 15px 30px;
	background:#ea0000;
	color:#fff;
	line-height:100%;
	margin:30px 15px 45px 15px;

}

#link_promo:hover {
	background:#000;
	text-decoration:none;
}

.margt30 {
	margin-top:40px;
}

.lprod h2 a {
	float:right;
	font-size: 14px;
	display:inline-block;
	padding: 8px 10px;
	background:#212121;
	line-height:100%;
	color:#fff;
	margin-top:5px;
}

.lprod h2 a:hover {
	background:#3ea6dc;
	text-decoration:none;

}

#banery {
	width: 580px;
	height: 460px;
	float: right;
	background:#fff;
	padding:10px 10px 10px 0;
}

#banntop {
	float:left;
	clear:both;
	width:100%;
	height: 220px;
	margin-bottom:10px;
}

#drony_per {
	float:right;
	display: block;
	width: 170px;
	height: 220px;
	background: #ec7f23 url(tlo_spersona.jpg) no-repeat left top;
	font-size:18px;
	color:#fffbfb;
	text-align:center;
	padding: 80px 10px 10px 10px;
}

#drony_per:hover {
	text-decoration:none;
	opacity: .8;
}

#drony_per span {
	display:block;
	font-size:42px;
}

#drony_per b {
	display:block;
	color:#000;
	text-decoration: underline;
	font-size:14px;
	margin-top:15px;
}

#banntopl{
	float:right;
	width: 190px;

}

#banntopl .okie {
	float:left;
	width: 190px;
	height: 105px;
	background: #e8e8e8 url(iko_wysylka.png) no-repeat left center;
	margin: 0 10px 10px 0;
	padding: 20px 10px 0 60px;
	font-size:13px;
	color:#000;
}

#banntopl .okie:nth-child(1) {
	background-image: url(iko_bezpieczny.png);
	font-size:18px;
	padding-top:28px;
}
#banntopl .okie:nth-child(2) {
	background-image: url(iko_zwrot.png);
}

#banntopl .okie:nth-child(2) span {
	display:block;
	font-size: 24px;
}

#banntopl .okie:nth-child(3) {
	background-image: url(iko_zamow.png);
	padding-top:15px;
	font-size:12px;
}

#banntopl .okie:nth-child(3) b {
	display:block;
	font-size:15px;
	margin-bottom:5px;
}

#banntopl .okie:nth-child(3) small {
	display:block;
	font-size:10px;
	margin-top:5px;
}





#producenci {
	float:left;
	clear:both;
	width:100%;
	margin-top:20px;
}

.producent_li {
	float:left;
	width:150px;
	height: 120px;
	background:#fff;
	border: solid 1px #e4e4e4;
}

.producent_li:hover {
	opacity:.7;
}

.producent_li img {
	mix-blend-mode: multiply;
}


#filtry_pion{
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#filtry_pion .filtr{
	clear: none;
	width: 100%;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	background: #fff;
}

#filtry_pion .filtr:nth-child(7n){
	margin-right: 0px;
	border-right: 0px;
}


#filtry_pion .filtr div{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 5px;
}

#filtry_pion .filtr div:last-child{
	margin-bottom: 0px;
}

#filtry_pion .filtr div span{
	display: inline;
	margin-left: 6px;
	font-size: 11px;
	float: left;
	vertical-align:middle;
	white-space: nowrap;
	margin-top:-2px;
}

#filtry_pion .filtr div input{
	float: left;
}

#filtry_pion .filtr h6{
	padding: 5px;
}


#filtry_pion .filtr:nth-child(1n){
	padding-left: 0px;
}

#koll .filtr{
	background: #fff;
	border-bottom: 1px solid #cecece;
	padding: 5px;
}

.filtr input{
	cursor: pointer;
}

.kw_kolor{
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 5px 5px 7px;
}

.kw_kolor.sel,
.kw_kolor:hover{
	border: 2px solid red;
}

#koll #aktiv_fil a:first-child{
	border: none;
	box-shadow: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#koll #aktiv_fil a{
	display: block;
	margin-bottom: 5px;
}

#aktiv_fil{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#aktiv_fil a{
	display: inline-block;
	color: #000;
	font-size: 11px;
	background: url(stala/del_cart.png) left center no-repeat;
	padding-left: 18px;
	background-size: 14px 14px;
	margin-right: 10px;

}

#aktiv_fil a:first-child{
	background: none;
	padding: 0px;
	font-weight: bold;
	border-right: 1px solid #454545;
	padding-right: 10px;
	box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.75);

}

#aktiv_fil a:hover{
	text-decoration: none;
	opacity: .5;
}

#akcesoria {
	float:left;
	clear:both;
	width:100%;
}

#akcesoria a {
	float:left;
	clear:both;
	display: block;
	padding: 2px 5px;
	border-left: solid 4px;
	margin-top:5px;
	color:#6c6c6c;
}

#akcesoria a:hover {
	backgorund:#f1f1f1;
	color:#2ea6de;
}

#akcesoria a img {
	vertical-align:middle;
	margin-right:5px;
	float:left;
}

#akcesoria a span {
	float:left;
	width:250px;
}

#akcesoria h6 {
	font-size:18px;
	margin-top:0;
}

.ukryj {
	display:none;
}

.kurier_foto {
	text-align:center;
	background:#fff;
	border: solid 1px #e3e2e2;
	margin-top:10px;
	float:left;
	clear:both;
	width:100%;
}
.kurier_foto img {
	width:45%;
}
.kurier_foto img:first-child {
	margin-right: 10px;
}

