html {
    color: #222; font-size: 1em; line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc; text-shadow: none;
}
::selection {
    background: #b3d4fc; text-shadow: none;
}

:root {
	  --kolor-glowny: #589b00;
	  --kolor-szary: #333333;
	  --kolor-szary-border: #555555;
	  --czcionka: 'Montserrat', sans-serif;
}


hr {
    display: block; height: 1px; border: 0; border-top: 1px solid #ddd; margin: 1em 0; padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0; margin: 0; padding: 0;
}
textarea {
    resize: vertical;
	background: #e6e6e6;
	border: 1px solid #cfcfcf;
	margin: 0;
	padding: 5px 2%;
	width: 86%;
	height: 85px;
	text-align: left;
	float: none;
}
.browserupgrade {
    margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.czcionka {
	font-family: var(--czcionka);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: var(--czcionka);
	color: #323131;
	font-size: 15px;
	background-image: url(../img/tlo_strona.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
#ladowanie {
	text-align: center;
	background-color: #fff;
	background-color: rgba(255,255,255,1);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #666666;
	font-size: 13px;
}
#ladowanie img {
	max-width:90%;
	height:auto;
}

header#glowny_naglowek_knt {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#glowny_naglowek {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#glowny_naglowek * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#ladowanieZawartosc {
	padding-top:150px;
}

#do_gory {
	position: fixed;
	bottom: 2vw;
	right: 3vw;
	width: 3vw;
	cursor: pointer;
	z-index: 1000;
	-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none;			
}

a, a * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover, a:hover * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#do_gory:hover {
	transform: scale(1.1);
}

.header_1{
	margin: 20px 10vw;
	display: grid;
	grid-template-columns: 400px 2fr 190px 190px;
	grid-column-gap: 50px;
	align-items: center;
}
.header_1 #logo_knt {
	margin:auto;
}
.header_1 .pozycja_panel {
	text-align: center;
	position: relative;
	margin-top:30px;
}
.header_1 .panel_link a{
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: var(--kolor-szary);
	text-decoration: none;
	display: flex;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

	background: -webkit-linear-gradient(bottom, var(--kolor-glowny) 0%, var(--kolor-glowny) 100%);
	background: -o-linear-gradient(bottom, var(--kolor-glowny) 0%, var(--kolor-glowny) 100%);
	background: linear-gradient(to top, var(--kolor-glowny) 0%, var(--kolor-glowny) 100%);
	
	background-size: 0% 100%;
	border-radius: 25px;

	position: relative;
	z-index: 102;
	
}

.header_1 .pozycja_panel:hover a{
	background-size: 100% 100%;
	color: #fff;
}
.header_1 .pozycja_panel a strong{
	font-weight: 500;
	margin-left: 5px;
}
.header_1 .pozycja_panel a i,
.header_1 .pozycja_panel a svg{
	font-size: 30px;
	background-color: transparent;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--kolor-glowny);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2) inset;
	box-sizing: border-box;
	padding: 10px;
	border: 2px solid var(--kolor-szary-border);
	fill: var(--kolor-glowny);

}

.header_1 .pozycja_panel:hover a i,
.header_1 .pozycja_panel:hover a svg{
	color: #fff;

	fill: #fff;
}

.header_1 .pozycja_panel .koszyk_ile{
	position: absolute;
    background: rgba(0,0,0,0.8);
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
    min-width: 23px;
    top: -10px;
    left: 30px;
    z-index: 102;
}

.header_1 .pozycja_panel ul{
	display: none;
	position: absolute;
	list-style: none;
	background: #fff;
	padding: 25px;
	    padding-top: 25px;
	border-radius: 25px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
	top: 0px;
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	z-index: 100;
	padding-top: 60px;
}

.header_1 .pozycja_panel:hover ul{
	display: block;
}

.header_1 .pozycja_panel ul li a{
	font-size: 14px;
	background:none;
	line-height: 26px;
	color:var(--kolor-szary) !important;
}

.header_1 .pozycja_panel ul li a:hover{
	color: var(--kolor-glowny)  !important;
}

.promocja_txt_produkt{
	background: var(--kolor-glowny);
	color: #fff;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 0px 15px 15px 15px;
	width: auto;
	display: inline-block;
}
.promocja_znaczek{
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	background-color:var(--kolor-glowny);
	border-radius: 2px;
}
.infoBox{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:9;
}
.infoBox .promocja_txt{
	background: var(--kolor-glowny);
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	padding: 10px 20px;
	border-radius: 0px 0px 20px;
	letter-spacing: 2px;
	font-weight: 600;
}

.infoBox .promocja_txt2{
	font-size: 12px;
	text-transform: none;
	bottom: 0px;
	background: rgba(255,255,255,0.6);
	color: #000;
}
.sama_gora {
	position:absolute;
	height:0px;
}
.bialeTlo {
	background-color:rgba(255,255,255,1) !important;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#glowny_naglowek {
	width: 1150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#glowny_naglowek * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#ladowanieZawartosc {
	padding-top:150px;
}
#logo {
}


#prev {
	margin-top: 0px;
	z-index: 500;
	opacity: .2;
	font-size: 50px;
	cursor: pointer;
	top: 120px;
	left: -50px;
	position: absolute;
}

#next{
	margin-top: 0px;
	z-index: 500;
	opacity: .2;
	font-size: 50px;
	cursor: pointer;
	right: -50px;
	top: 120px;
	position: absolute;
}

#baner2 {
	width: 1100px;
	margin: auto;
	padding-bottom: 10px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	padding-top: 250px;
}
.baner_wiekszy{
	position: relative;
}
#slajder div * {
	text-decoration: none;
}
#slajder div{
	background:var(--kolor-glowny);
	border: 3px solid var(--kolor-glowny);
	width: 100%;
	height: 300px;
	position: static;
	border-radius: 0px 30px 30px 30px;
	overflow: hidden;
	position: relative;
}

#slajder div article{
	max-width: 50%;
	float: left;
	padding: 5%;
	color:#fff;
	font-size:26px;
}

#slajder div article strong{
	font-weight: 500;
}
#slajder div article h2 {
	font-weight: 700;
	margin: 0px;
	font-size: 1.5em;
	line-height: 1.2em;
}

#slajder div article a {
	display: block;
	color: #fff;
}
#slajder div article span {
	display: inline-block;
	position: absolute;
	bottom: 5%;
	left: 5%;
	text-decoration: none;
	color: var(--kolor-glowny);
	background: #fff;
	border-radius: 0px 5px 5px 5px;
	text-transform:uppercase;
	font-size: 16px;
	padding: 10px 30px;
}
#slajder div img {
	float: right;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 40%;
}


#baner {
	opacity: 1;
	width: 100%;
    position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 740px;
	background-image: url(../img/tlo_baner-2.webp);
	background-position: center bottom;
}
#baner_tekst {
	width:1200px;
	margin:auto;
	padding:350px 0px 80px 0px;
	text-align:center;
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
}
#baner_tekst hr {
	display:block;
	background:url(../img/kreska.webp) repeat;
	background-color: transparent;
	height:2px !important;
	border: none !important;
	margin:10px 200px 10px 200px;
}
#baner_tekst h2 {
	color: #346000;
	opacity:0.8;
	font-size:56px;
	margin:0px;
	font-weight:900;
}
#baner_tekst p {
	color: #1b3200;
	opacity:0.8;
	font-size:36px;
	margin:0px;
}


#linki_knt {
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--kolor-glowny);
	height: 35px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
#linki_knt:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
#linki_knt div {
	width:1100px;
	margin:auto;
}
#linki_sciezka {
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #707070;
	float: left;
}
#linki_sciezka img {
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#linki_sciezka ul {
	margin: 0px;
	padding: 0px;
}
#linki_sciezka li {
	list-style: none;
	display: block;
	float: left;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#linki_sciezka li:hover {
	color: var(--kolor-glowny);
}
#linki_sciezka a {
	text-decoration:none;
	color: #707070;
}
#linki_sciezka a:hover {
	color: var(--kolor-glowny);
}
#linki_panel_klienta {
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	float: right;
}
#linki_panel_klienta img {
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#linki_panel_klienta ul {
	margin: 0px;
	padding: 0px;
}
#linki_panel_klienta li {
	list-style: none;
	display: block;
	float: left;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#linki_panel_klienta li:hover {
	color: var(--kolor-glowny);
}
#linki_panel_klienta a {
	text-decoration:none;
	color: #333333;
}
#linki_panel_klienta a:hover {
	color: var(--kolor-glowny);
}
#menuGlowne_knt {
	background-image: url(../img/tlo.webp);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: var(--kolor-glowny);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.15);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#menuGlowne {
	font-family: var(--czcionka);
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	font-size: 17px;
	width:auto;
	background: rgba(255,255,255,0.7);
	box-shadow: 0px 0px 60px rgba(0,0,0,0.2);
} 
#menuGlowne ul { padding:0; margin:0; display: flex; margin:0px 10vw;position: relative;} 
#menuGlowne li {
	/*position: relative;*/
	float: left;
	list-style-type: none;
	font-family: var(--czcionka);
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 10px;
	flex: auto;
} 
#menuGlowne ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
#menuGlowne li {
	display: block;
	float: left;
	cursor: pointer;
} 
#menuGlowne li i {
	font-size: 15px;
	vertical-align:2px;
}
#menuGlowne li a {
	display: block;
	float: left;
	width: 100%;
	color: #333;
	text-decoration: none;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px;
	line-height: 40px;
	border-radius: 25px;
	font-weight: 600;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

	border: 2px solid transparent;
	line-height: 1.1em;
	padding: 10px 0px;
}
#menuGlowne li.btn:hover a{
	color: var(--kolor-glowny);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menuGlowne li a:hover {
	color: var(--kolor-glowny);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menuGlowne ul * {
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}
#menuGlowne ul ul {
	font-family: var(--czcionka);
	display: none;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 70px;
	padding: 0px;
	z-index: 500;
	margin: 0px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 20px 50px rgba(0,0,0,0.5);

}
#menuGlowne ul ul li {
	font-family: var(--czcionka);
	float: none;
	height: auto;
	text-align: left;
	list-style-type: none;
	text-transform: none;
	width: 29.333%;
	padding: 0px;
	margin: 0px;
	float: left;
	box-sizing: border-box;
	text-align: left;
} 
#menuGlowne ul ul li a {
	display: block;
	float: left;
	font-size: 16px;
	color: #333;
	height: auto;
	margin-left: 0px;
	line-height: 18px;
	font-weight: 500;
	padding: 10px 2%;
	box-sizing: border-box;
	text-transform: none;
}
#menuGlowne  ul ul a:hover {
	color: var(--kolor-glowny);
}

#menuGlowne .btn a{
	background-color: var(--kolor-glowny);
	text-align: center;
	color: #fff;
}

#menuGlowne .btn:hover a{
	background-color: transparent;

	box-shadow: 0px 10px 20px rgba(0,0,0,0.2) inset;
	border: 2px solid var(--kolor-szary-border);
}




#menuGlowne .absoluteMenu{
	position: absolute;
	top: 0px;
	right: 0px;
}
#menuGlowne .absoluteMenu li {
	padding: 0px 10px;
}
#menuGlowne .absoluteMenu li a{
	color: #666666;
	font-size: 12px;
	font-weight: 400;
}
#menuGlowne .absoluteMenu li a strong{
	color: #333333;
}

#menuGlowne .absoluteMenu li a:hover, #menuGlowne .absoluteMenu li a:hover strong{
	color: var(--kolor-glowny) !important;
}


.koszykBoks {
	font-weight:normal;
	font-size:13px !important;
	clear:right;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding: 5px 0px 5px 0px;
	width:195px;
}
.koszykBoksCena {
	float:right;
	padding:  0px  10px  5px  10px;
	font-size:13px !important;
}

.koszyk_info {
	width:auto;
	text-align:center;
	float:left;
	font-size:11px;
	margin:5px;
	padding:3px;
	background-color:#FFF;
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
}
.koszyk_info strong {
	font-size:12px;
}
.koszyk_info img {
	max-width:50px;
	max-height:50px;
	width:auto;
	height:auto;
	margin:5px;
}
.opsiKoszykMobil {
	display:none;
}
#produktow {
	position:absolute;
	margin-top:-15px;
	margin-left:38px;
	z-index:2;
	background: var(--kolor-glowny);
	border-radius:50%;
	color:#fff;
	font-weight:900;
	padding: 3px 8px 3px 8px;
	font-size:12px;
}
#szukaj {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-right: 25px;
	margin-bottom: 3px;
	margin-left: 15px;
}
#banery_boczne {
	margin: 15px 0px 15px 25px;
}
#banery_boczne img {
	max-width:100%;
	height:auto;
	margin-bottom:15px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius: 0px 8px 8px 8px;
}
#banery_boczne img:hover {
	opacity: 0.9;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#strona {
	width: 100%;
}
.tekst {
	font-size: 16px;
line-height: 26px;l;
}
.tekst p {
	margin:0px 0px 10px 0px;
	padding:0px;
}
.tekst a {
	color: var(--kolor-glowny);
	text-decoration:none;
}
.tekst a:hover {
	color: #000000;
}
.tekst img {
	max-width:100%;
	height:auto !important;
}
.tekst h1 {
	font-family: var(--czcionka);
	font-size: 44px;
	padding: 0px;
	text-transform: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: var(--kolor-glowny);
	font-weight: normal;
}
.tekst h1 a {
	line-height: normal;
	font-family: var(--czcionka);
	font-size: 14px;
	font-weight: normal;
}
.tekst h2 {
	line-height: normal;
	font-family: var(--czcionka);
	clear: both;
	margin: 0px;
	padding-top: 25px;
	color: var(--kolor-glowny);
	padding-bottom: 15px;
}
.tekst h2:first-child {
	padding-top: 0px !important;
}
.tekst h2 a {
	line-height: normal;
	font-family: var(--czcionka);
	font-size: 12px;
	color: #5f5f5f;
	font-weight: normal;
}
.tekst h2 a:hover {
	color: var(--kolor-glowny);
}

.tekst header {
	text-align:center;
	margin-bottom: 20px;

}
.tekst header h1 {
	font-size:2vw;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
}

.tekst header .h1_parzenica {
	background-image: url(../img/parzenica.webp);
	background-repeat: no-repeat;
	background-position: center left;
	background-size:auto 100%;
	padding-left: 150px;
	line-height: 100px;

}

.opisKategorii {
	padding-bottom:35px;
}
.tlo_transparentne {
	color: #323131;
	width: auto;
	margin: 3vw 5vw;
}
.boks_info * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.boks_info {
	float:left;
	margin-right:50px;
	border-radius: 0px 50px 50px 50px;
	overflow:hidden;
}
.tlo_transparentne .tekst .boks_info:nth-child(2n+2) {
	margin-right:0px;
}
.boks_info a {
	display: block;
	padding: 30px 40px 50px 40px;
	width: 470px;
	height: 127px;
	border-radius: 0px 50px 50px 50px;
	overflow:hidden;
	color: rgba(0,0,0,0.8);
	text-shadow:1px 1px 1px rgba(255,255,255,0.5); 	
	font-weight:bold;
}
.boks_info a:hover {
	color: rgba (106,152,0,1);
	padding: 30px 30px 50px 50px;
}
.boks_info h2 {
	color: rgba(0,0,0,0.8);
	font-weight: 900;
	font-size: 36px;
	line-height: 36px;
}
.boks_info p {
	width:220px;
}
.o_firmie_boks {
	background: url(../img/img_onas.webp) center center no-repeat;
}
.oferta_boks {
	background: url(../img/img_oferta-2.webp) center center no-repeat;
}
.odstep_str {

}
.tlo_biale {
	font-family: var(--czcionka);
	color: #323131;
	width: auto;
	margin:3vw 5vw;
}
.tlo_biale h3 {
	color:var(--kolor-glowny);
}
.tlo_biale:after {
	display:block;
	content: ' ';
	clear:both;
}

.tlo_z_menu{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
}

.tlo_z_menu .belka_z_lewej{
	float: left;
	width: 16%;
	padding: 0px 2% 30px 1%;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 60px rgba(0,0,0,0.2);
	margin-top: 30px;
	margin-bottom: 60px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.tlo_z_menu .belka_z_prawej{
	float: left;
	width: 80%;
	padding: 2%;
	box-sizing: border-box;
}

.tresc {
	width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.kategorie * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.kategorie {
	float:right;
	margin-top:60px;
} 

ul.kategorie {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 2vw;
	grid-row-gap: 2vw;
	width: 100%;

}

ul.kategorie li{
	height: 20vw;
	background-size: cover;
	border-radius: 0px 3vw 3vw 3vw;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	position: relative;
}

ul.kategorie li a{
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
	display:block;
	padding:20px;
	padding-top: calc(20vw - 60px);
	background-color: #fff; 
	text-align:center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	border-radius: 0px 0px 3vw 3vw;

	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 30%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 30%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);


	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


ul.kategorie li:hover{
	transform: scale(1.05);
}


ul.kategorie li a:hover{
	color: var(--kolor-glowny);
	padding-top: calc(20vw - 80px);
	background: rgba(255,255,255,0.7);
}



/*ul.kategorie  { padding:0; margin:0; } 
ul.kategorie:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kategorie li {
	display:block;
	float:left;
	font-family: var(--czcionka);
	color: #424242;
	font-size: 24px;
	background-color:rgba(255,255,255,0.8);
	box-shadow: 1px 1px 5px rgba(0,0,0,0);
	border-radius: 0px 12px 12px 12px;
	margin: 0px 23px 23px 0px;
	font-weight:900;
	overflow:hidden;
	width:270px;
	height:165px;
	background-size: 100% auto;
	background-position: center center;
}
ul.kategorie li:hover {
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
ul.kategorie li:nth-child(4n+4) {
	margin: 0px 0px 23px 0px;
	
}
ul.kategorie li a {
	color:#fff;
	display:block;
	padding: 20px 30px;
	width:210px;
	height:100px;
	text-shadow:1px 1px 5px rgba(0,0,0,0.5);
}
ul.kategorie li a:hover {
	color:#fff;
	text-shadow:1px 1px 50px rgba(0,0,0,0.5);
}
ul.kategorie li i {
	font-size: 20px;
	position:absolute;
	margin-top:100px;
}
ul.kategorie li a:hover i {	 
	transform:rotate(90deg); -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg);

}
*/
.tekst .produkty {
	padding:0px;
}

.tlo_biale .produkty header, .bez_marginesu_gornego {
	padding-top: 0px !important;
	background-position: center 13px !important;
}
.bez_marginesu_dolnego {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.produkty header{
	text-align:center;
	margin-bottom: 20px;

}
.produkty header h2 {
	font-size:48px;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
}

.produkty header .h2_parzenica {
	background-image: url(../img/parzenica.webp);
	background-repeat: no-repeat;
	background-position: center left;
	background-size:auto 100%;
	padding-left: 150px;
	line-height: 100px;

}


.produkty header span,
.produkty header a {
	display: block;
	float:right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right:25px;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #f2f2f2;
	text-transform: uppercase;
}

.tlo_biale .produkty header h2, .tlo_biale .produkty header span, .tlo_biale .produkty header a {
	background-color: #fff;
}
.produkty header span:hover,
.produkty header a:hover {
	margin-right:15px;
	color: var(--kolor-glowny);
}

.produkty ul{
	margin:0px;
	padding: 0px;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 2vw;
	grid-row-gap: 2vw;

}

.produkty ul li{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
 
.produkty ul li a{
	display:block;
	text-decoration: none;

}
.produkty ul li a:hover img{
	transform: scale(1.05);
}

.produkty ul li a:hover .nazwa{
	color: var(--kolor-glowny)
}


.produkty ul li span.koszyk,
.produkty ul li a.koszyk{
	color: var(--kolor-szary-border);
	background-color: transparent;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2) inset;
	border: 2px solid var(--kolor-szary-border);
	text-transform: uppercase;
	font-size: 17px;
	width: auto;
	text-align: center;
	width: auto;
	max-width: 220px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 5px 0px;
	font-weight: 600;
	margin-top: 10px;
	cursor: pointer;
	  display: inherit;
}

.produkty ul li span.koszyk:hover,
.produkty ul li a.koszyk:hover{
	color: var(--kolor-glowny);
	border: 2px solid var(--kolor-glowny);
	transform: scale(1.1);
}

.produkty ul li img{
	width: 100%;
	height: auto;
	min-height: 14vw;
	border-radius: 0px 3vw 3vw 3vw;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

}

.produkty ul li .nazwa{
	font-size: 20px;
	line-height: 22px;
	height: 44px;
	text-align:center;
	color: var(--kolor-szary);
	padding: 10px 20px;
	font-weight: 500;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.produkty ul li .cena{
	font-size: 30px;
	line-height: 40px;
	text-align:center;
	color: var(--kolor-glowny);
	padding: 0px;
	font-weight: 500;
	position: static;
	bottom: 0px;
	width: 100%;
}

.produkty ul li .cena strong{
	font-weight: 600;
}

.produkty ul li .cena span{
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
}

.produkty ul li .cena span.stara_cena{
	color: var(--kolor-szary);
	text-decoration: line-through;
}
.produkty ul li .cena span.cena30dni,
span.cena30dni{
	color: rgb(170, 170, 170);
	font-size: 12px;
	margin-top: 0px;
	display: block;
	line-height: 12px;
	height: 12px;
}

.produkty ul li .pokazPodglad{
	 /*display:none;*/
	 opacity: 0;
	 position: absolute;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    right: 0px;
    padding: 10px 10px;
    font-weight: 600;
    z-index: 9;
    cursor: pointer;
    top: 12vw;
    background-color: #fff;
    color: #000;
    width: 50%;
    margin: 0 auto;
    left: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 10px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.produkty ul li:hover .pokazPodglad{
	/*display:block;*/
 	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
   
}

.produkty ul li .pokazPodglad:hover{
	display:block;
	background-color: var(--kolor-glowny);
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.btn_link{
	background-color: var(--kolor-szary-border);
	border-radius: 25px;
	border: 2px solid var(--kolor-szary-border);
	width: 400px;
	margin: 2vw auto;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px;
}

.btn_link:hover{
	background-color: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2) inset;
	color: #000;
}
.formularzPowidomienia{
	border-radius: 20px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	text-align:center;
	padding: 1vw;
	margin-top: 1vw;
	margin-bottom: 1vw;
}

.formularzPowidomienia .mailInput{
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 5px;
}
.formularzPowidomienia .mailBtn{
    padding: 5px 20px;
    border: 1px solid var(--kolor-glowny);
    background-color: var(--kolor-glowny);
    color: #fff;
    border-radius: 10px;
    
    margin-top: 5px;
}

.formularzPowidomienia .isBlad{
		display: block;
		color: red;
		font-size: 12px;
	}


/*.produkty {
	clear: both;
	padding: 25px;
}
.produkty * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.produkty ul {
	margin:0px;
	padding:0px;
	clear: both;
}
.produkty ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.produkty ul li {
	list-style: none;
	float: left;
	width: 268px;
	padding: 0px 0px 30px 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 1px 1px 30px rgba(0,0,0,0.05);
	border-radius: 0px 15px 15px 15px;
	overflow: hidden;
}
.produkty ul li:nth-child(4n+4) {
	margin-right: 0px;
}
.tlo_biale .produkty ul li:nth-child(4n+4) {
	margin-right: 25px;
}
.tlo_biale .produkty ul li:nth-child(3n+3) {
	margin-right: 0px;
}
.produkty ul li:hover {
	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
}
.tlo_biale .produkty ul li {
	box-shadow: 1px 1px 15px rgba(0,0,0,0);
	border: 1px solid #eeeeee;
}
.tlo_biale .produkty ul li:hover {
	box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
}
.produkty ul li .info {
	position:absolute;
}
.produkty ul li .nazwa {
	margin-top: 10px;
	display: table;
	position: absolute;
	outline: 0;
	text-align: center;
	table-layout: fixed;
	width: 268px;
	height: 45px !important;
}
.produkty ul li .nazwa div {
	font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 248px;
	padding-left:10px;
	padding-right:10px;
	height: 45px !important;
    overflow: hidden;
}
.produkty ul li img {
	margin-top:60px;
	border-bottom:1px solid #ccc;
	padding-bottom: 10px;
}
.produkty ul li .cena {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.produkty ul li .cena span {
	text-decoration: line-through;
}
.produkty ul li .cena strong{
	text-decoration: none;
	font-size: 18px;
	font-weight: 900;
}
.produkty ul li .koszyk {
	background-color: var(--kolor-glowny);
	color: #fff;
	padding: 8px 30px 8px 30px ; 
	font-size: 15px;
	text-transform:uppercase;
}
.produkty ul li .koszyk:hover {
	background-color: #efefef;
	color: #000;
}
.produkty ul li a {
	color: #333;
	text-decoration:none;
}
.produkty ul li .koszyk
	display: block;
	font-size: 12px;
	height: 27px;
	overflow: hidden;
	color: #333;
	padding-top: 10px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.produkty ul li .koszyk a:hover {
	color: var(--kolor-glowny);
}*/
/* KOSZYK *********************************/
.koszykGlowny {
	clear: both;
	margin-bottom:25px;
	border-bottom: #ddd 1px solid;
}
.koszykGlowny header {
	padding-top: 25px;
	padding-bottom: 5px;
	text-align:left;
	font-weight:bold;
	text-transform: uppercase;	
	background-image:none;
}
/*.koszykGlowny .wiersz:nth-child(even) {
	background-color:rgba(0,0,0,0.05);
}*/
.koszykGlowny .wiersz {
	clear:both;
	border-top: #ddd 1px solid;
}
.koszykGlowny .wiersz:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.koszykGlowny .ddDiv {
	text-align: right;
    padding: 10px;
    padding-right: 12%;
}
.koszykGlowny .ddDiv strong {
	padding-left: 7%;
}


.koszykGlowny .produkt {
	width: 44%;
	padding:1%;
	float: left;
}
.koszykGlowny .cena {
	width: 10%;
	padding:25px 1% 1% 1%;
	float: left;
	text-align:right;
}
.koszykGlowny .ilosc {
	width: 15%;
	padding:25px 1% 1% 1%;
	float: left;
	text-align:right;
}
.koszykGlowny .wartosc {
	width: 11%;
	padding:25px 1% 1% 1%;
	float: left;
	text-align:right;
}
.koszykGlowny .usun {
	width: 9%;
	padding:25px 1% 1% 1%;
	float: left;
	text-align:right;
}
.koszykGlowny header .cena, .koszykGlowny header .ilosc, .koszykGlowny header .wartosc, .koszykGlowny header .produkt {
	padding:1% 1% 1% 1%;
	font-weight:900;
}
.koszykGlowny .produktImg {
	width: 110px;
	text-align:left;
	float: left;
}
.koszykGlowny .produktImg img {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
}
.razem {
	padding: 1% !important;
}
.koszykGlowny .produktOpis {
	float: left;
	padding:11px 0;
	
}
.koszykGlowny .produktOpis h4 {
	margin:0px;	
	padding:0px 0px 0px 0px;
	font-size:18px;
}
/* KOSZYK *********************************/
/* PRODUKT ********************************/
.produkt_galeria {
	width:600px;
	float:right;
}
.produkt_galeria a {
	text-decoration:none;
}
.produkt_galeria img {
	max-width:600px;
	max-height:500px;
	width:auto;
	height:auto;
}
.galeria_ikony_re {
	padding:8px;
}
.galeria_ikony_re.floatright {
	width: 40%;
	margin-left: 2%;
	margin-bottom: 2%;
	float: right;
}
.galeria_ikony_re img {
	width: 24%;
	height: auto;
	margin: 1%;
	border-radius: 0px 20px 20px 20px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.galeria_ikony_re.floatright img {
	width: 47%;
}
.galeria_ikony_re img:hover {
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
}
.galeria_ikony {
	padding:8px;
	aspect-ratio: 5 / 4;
}
.galeria_ikony img {
	width:100px;
	height:75px;
	margin:7px;
}
.galeria_ikony img:hover {
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
}
.produkt_dane {
	width:590px;
	float:left;
}
ul.produkt_opcje {
	margin: 0px;
	padding: 0px;
}
ul.produkt_opcje:after {
	display:block;
	content: ' ';
	clear:both;
}
ul.produkt_opcje li {
	display:block;
	margin: 0px;
	padding: 5px;
	float:left;
}
ul.produkt_opcje li:nth-child(odd) {
	clear:both;
	width:38%;
	padding-top:10px;
}
ul.produkt_opcje li:nth-child(even) {
}
ul.produkt_wybierz {
	margin: 0px;
	padding: 0px;
}
ul.produkt_wybierz:after {
	display:block;
	content: ' ';
	clear:left;
}
ul.produkt_wybierz li {
	display:block;
	margin: 0px;
	padding: 5px;
	float:left;
}
ul.produkt_wybierz li:first-child {
	padding-top:10px;
}
.produkt_cena {
}
.produkt_cena strong {
	color:var(--kolor-glowny);
	font-size:36px;
}
.produkt_ilosc {
	float:left;
	margin-right:10px;
	padding-top:10px;
}
.produkt_grafiki {
	border:1px solid #CCC;
	height:390px;
	padding:1%;
	overflow: scroll;
	overflow-x: hidden;
	margin-bottom:20px;
}
.produkt_grafiki_wybrane {
	border:1px solid #CCC;
	background-color:#f9f9f9;
	height:195px;
	padding:1%;
	overflow: scroll;
	overflow-x: hidden;
}
.produkt_grafiki_wybrane a {
	color:#C00;
}
.produkt_grafiki ul, .produkt_grafiki_wybrane ul {
	margin: 0px;
	padding: 0px;
}
.produkt_grafiki ul:after,.produkt_grafiki_wybrane ul:after {
	display:block;
	content: ' ';
	clear:both;
}
.produkt_grafiki ul li, .produkt_grafiki_wybrane ul li {
	list-style:none;
	display:block;
	margin: 1%;
	padding: 0px;
	float:left;
	text-align:center;
	width:18%;
}
.produkt_grafiki ul li img, .produkt_grafiki_wybrane ul li img {
	width:100%;
	height:auto;
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
	border:1px solid #CCC;
	margin-bottom:10px;
	cursor:pointer;
}
.produkt_grafiki ul li img:hover {
	box-shadow:0px 0px 15px rgba(0,0,0,0.2);
	border:1px solid #999;
}
.produkt_czcionka {
	border:1px solid #CCC;
	background-color:#f9f9f9;
	width:400px;
	height:300px;
	margin-bottom:25px;
	float:left;
	overflow: scroll;
	overflow-x: hidden;
}
.produkt_czcionka ul {
	margin: 0px;
	padding: 0px;
}
.produkt_czcionka ul li {
	list-style:none;
	display:block;
	padding: 0px;
	margin:0px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	cursor:pointer;
}
.produkt_czcionka ul li:nth-child(odd) {
	background-color:#300;
}
.produkt_czcionka ul li:hover {
	background-color:#030;
	border-bottom:1px solid #169b4f;
	border-top:1px solid #169b4f;
}
.produkt_czcionka ul li.wybrane {
	background-color:#030;
	border-bottom:3px solid #169b4f;
	border-top:3px solid #169b4f;
}
.produkt_tekst {
	width:500px;
	height:300px;
	float:right;
	border: 1px solid #ccc;
	padding:25px;
	margin-bottom:25px;
}
.produkt_dodatki {
	border:1px solid #CCC;
	height:300px;
	padding:1%;
	overflow: scroll;
	overflow-x: hidden;
	margin-bottom:20px;
}
.produkt_dodatki_wybrane {
	border:1px solid #CCC;
	background-color:#f9f9f9;
	height:195px;
	padding:1%;
	overflow: scroll;
	overflow-x: hidden;
}
.produkt_dodatki_wybrane a {
	color:#C00;
}
.produkt_dodatki ul, .produkt_dodatki_wybrane ul {
	margin: 0px;
	padding: 0px;
}
.produkt_dodatki ul:after,.produkt_dodatki_wybrane ul:after {
	display:block;
	content: ' ';
	clear:both;
}
.produkt_dodatki ul li, .produkt_dodatki_wybrane ul li {
	list-style:none;
	display:block;
	margin: 1%;
	padding: 0px;
	float:left;
	text-align:center;
	width:18%;
	height:287px;
	overflow:hidden;
}
.produkt_dodatki ul li img, .produkt_dodatki_wybrane ul li img {
	width:98%;
	height:auto;
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
	border:1px solid #CCC;
	margin-bottom:10px;
	cursor:pointer;
}
.produkt_dodatki ul li img:hover {
	box-shadow:0px 0px 15px rgba(0,0,0,0.2);
	border:1px solid #999;
}
.opcje_dodatkowe {
	margin:15px 0px 15px 0px;
	padding: 15px;
	border:1px solid #eeeeee;
	box-shadow: 1px 1px 18px rgba(0,0,0,0.05);
	/*border-radius: 0px 8px 8px 8px;*/
	background-color:#fafafa;
}
.opcja_produktu {
	background-color:#ffffff;
	margin:2px;
	padding:5px;
	float:left;
	text-align:center;
	border-radius: 0px 5px 5px 5px;
}
.opcja_produktu img {
	max-width:75px;
	max-height:75px;
	width:auto;
	height:auto;
	cursor: pointer;
}
.opcja_produktu:hover {
	box-shadow: 1px 1px 8px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 8px  rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 8px  rgba(0,0,0,0.15);
}
.opcja_produktu_opis {
	margin:7px 0px;
	float:left;
	text-align:left;
	width: 100%;
}

.opcja_produktu_opis span{
	width: 150px;
	display:inline-block;
}
.opcja_produktu_opis img {
	max-width:105px;
	max-height:75px;
	width:auto;
	height:auto;
}
/* PRODUKT ********************************/
#nawigacja_koszyk {
	margin-top: 25px;
	width: auto;
}
#nawigacja_koszyk ul {
	list-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#nawigacja_koszyk ul li {
	width: calc(25% - 26px);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	list-style: none;
	display: block;
	float: left;
	font-size: 13px;
	line-height:16px;
	color: #666;
	font-family: var(--czcionka);
	background-color: #dddddd;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
    white-space: nowrap;
	font-weight: 900;
}
#nawigacja_koszyk ul li.wybrane {
	background-color: var(--kolor-glowny);
	color: #FFF;
	font-size: 16px;
	line-height:16px;
}
#nawigacja_koszyk ul li:first-child {
	border-radius: 15px  0px 15px 15px;
}
#nawigacja_koszyk ul li:nth-child(2) {
	border-radius: 0px  15px 0px 15px;
}
#nawigacja_koszyk ul li:nth-child(3) {
	border-radius: 15px 0px 15px 0px;
}
#nawigacja_koszyk ul li:nth-child(4) {
	border-radius: 0px  15px 15px 15px;
}
#koszyk_glowny {
	margin: 15px 0px 15px 0px;
}
#koszyk_glowny h4 {
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#333;
	font-size:18px;
	font-weight:400;
}
#koszyk_glowny th {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
	padding: 10px;
	background-image: url(../img/kreska.webp);
	background-repeat: repeat-x;
	background-position: center bottom;	
}
#koszyk_glowny tr:nth-child(even) td {
	color: #6f6f6f;
	font-size: 14px;
	text-transform: none;
	padding: 10px;
	background-color:transparent;
}
#koszyk_glowny tr:nth-child(odd) td {
	padding: 0px;
	height: 2px;
	background-image: url(../img/kreska.webp);
	background-repeat: repeat-x;
	background-position: center bottom;	
}
.koszyk_img {
	width:90px;
	height:auto;
	float:left;
	margin-right:5px;
}
.formBtn {
	font-family: FontAwesome, var(--czcionka);
	background-color: var(--kolor-glowny);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-weight: 600;
	border-radius: 25px;
}
.formBtn:hover {
	background-color: #666666;
	color: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a.formBtn {
	color: #ffffff;
}
a.formBtn:hover {
	color: #ffffff;
}
.formBtn_szary {
	font-family: var(--czcionka);
	background-color: #999999;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.formBtn_szary:hover {
	background-color: #666666;
	color: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a.formBtn_szary {
	color: #ffffff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a.formBtn_szary:hover {
	color: #ffffff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.formBtn2 {
	background-color: #666666;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.formBtn2:hover {
	background-color: var(--kolor-glowny);
	color: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.formBtn_male {
	background-color: #999999;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.formBtn_male:hover {
	background-color: #666666;
	color: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.formBtn2_male {
	background-color: var(--kolor-glowny);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.formBtn2_male:hover {
	background-color: #666666;
	color: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.formBtn_ilosc {
	padding-bottom:5px;
	padding-top:5px;
}
.formBtnDuzy {
	color: #fff;
	font-size: 22px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top:25px;
}

.numery {
	font-size: 13px;
	color: #333333;
	margin-top: 35px;
	text-align: center;
	padding-top: 10px;
	clear: both;
	font-weight: bold;
}
.numery a {
	font-size: 12px;
	color: #333333;
	margin: 2px;
	text-decoration: none;
	background-color: #CCCCCC;
	display: inline-block;
	width: 15px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.numery a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: var(--kolor-glowny);
}
.pusty {
	background-color: #CCCCCC;
	color: #999999;
	margin: 2px;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 4px;
	width: 15px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.aktualnosci {
	background-color:rgba(255,255,255,0.8);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	border-radius: 0px 8px 8px 8px;
	padding: 5px 20px 5px 20px;
	margin-bottom: 15px; 
}
.aktualnosci h3 span {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.aktualnosci a {
	display: block;
	color: #666; 
}
.aktualnosci a:hover {
	color: #000;
}
.aktualnosci img {
	width: 100px;
	height: auto;
	float: left;
	margin: 0px 20px 10px 0px;
}
.aktualnosci_ikona {
	max-width: 40% !important;
	margin: 0px 0px 20px 20px;
	float: right;
}
#kategorieBtn {
	display:none;
}
.menu_boczne {
	color: #000;
	padding: 20px;
}
.menu_boczne h3 {
	line-height: normal;
	font-family: var(--czcionka);
	clear: both;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.menu_boczne ul {
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #ddd;*/
	/*border-top: 1px solid #ddd;*/
	/*border-right: 1px solid #ddd;*/
	/*border-left: 1px solid #ddd;*/
	overflow:hidden;
	/*box-shadow: 1px 1px 15px rgba(0,0,0,0.1);*/
}
.menu_boczne li {
	cursor: pointer;
	list-style:none;
	font-size: 16px;
	font-weight: bold;
	/*border-bottom: 1px solid #ddd;*/
	font-weight: 600;
	margin-bottom: 10px;
}
.menu_boczne li:last-child {
	border-bottom: none;
}
.menu_boczne li:hover {
	color: var(--kolor-glowny);
}
.menu_boczne a {
	text-decoration: none;
	color: #333;
	display:block;
	padding: 5px 15px 5px 25px;
	border-radius: 20px;
	/*background-color:#f3f3f3;*/
}
.menu_boczne a:hover {
	color: #fff;
	background-color:var(--kolor-glowny);
}
.menu_boczne a.wybrane {
	color: var(--kolor-glowny);
	/*background-color:#ffffff;*/
}
.menu_boczne a.wybrane:hover {
	color: #fff;
	background-color:var(--kolor-glowny);
}

.menu_boczne ul li ul {
	margin-left:0px;
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 10px;
	border:none;
	border-radius: 0px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0);
	/*background-color:#f3f3f3;*/
}
.menu_boczne ul li ul li {
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	list-style:none;
	border-bottom: none;
	margin-bottom: 1px;
}
.menu_boczne ul li ul li a {
	padding: 5px 10px 5px 45px;
	
}

.menu_boczne ul.btnSpec{
	border:0px;
	box-shadow: 0px 0px 0px;
	margin-bottom:20px;

}
.menu_boczne ul.btnSpec li{
	border:0px;
	margin:10px 0px;
}

.menu_boczne ul.btnSpec li.btn a{
	background-color: var(--kolor-glowny);
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	text-align:left;
}

.menu_boczne ul li.btn a{
	background-color: var(--kolor-glowny);
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	text-align:left;
}


#livesearchTlo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99vw;
/*	background: rgba(255,255,255,0.2);*/
	height: 100vh;
	z-index: 999;
	display: none;
}
#livesearchTlo.aktywne{
	display: block;
}
#livesearch{
  	border: 1px solid rgb(165, 172, 178);
  	position: absolute;
  	background: #fff;
  	z-index: 999;
  	width: 90%;
 	border-radius: 20px;
  	top: 51px;
  	left: 0px;

  	width: 100%;
	background: #fff;
	border: 2px solid var(--kolor-szary-border);
	line-height: 50px;
	padding: 0px 0px;
	border-radius: 25px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2) inset;

	opacity: 0;

	max-height: 300px;
	overflow-y: scroll;
}

#livesearch.aktywne{
	opacity: 1;
}

#livesearch a{
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	grid-gap: 10px;
	padding: 0px 20px;
	text-decoration: none;
	border-radius: 25px;
	margin-bottom: 5px;
}
#livesearch a img{
	border-radius: 5px;
}	
#livesearch a span{	
	font-size: 16px;
	line-height: 18px; 
	font-weight: 500;
	text-align: left;
	color: var(--kolor-szary);
}

.header_1 .pozycja_panel #livesearch a:hover{
	background: #f2f2f2;
}


#szukaj form{
	background: #fff;
	border: 2px solid var(--kolor-szary-border);

	line-height: 50px;
	padding: 0px 20px;
	border-radius: 25px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2) inset;
	position: relative;
	z-index: 1000;
}



.formInputSzukaj {
	font-family: var(--czcionka);
	font-size: 16px;
	width: calc(100% - 10px);
	font-weight: normal;
	padding: 0px;
	color: rgba(0,0,0,0.8);	
	color: var(--kolor-szary);
	font-weight: 500;
	border: 0px;
	background: transparent;
}

.formInputSzukaj:hover, .formInputSzukaj:focus, .formInputSzukaj:active {
	border: 0px;
	outline: 0px;
}
.formBtnSzukaj {
	font-family: var(--czcionka);
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/lupa.webp);
	padding: 0px;
	height: 50px;
	width: 50px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	right: 20px;

}
.formBtnSzukaj:hover {
	opacity:0.8;
}
.inputTextBlad {
	color: #cc0000;
	display: block;
}

#prezentacja .opis_prezentacji {
	position: absolute;
	border-radius: 10px;
	background: rgba(231,98,0,0.9);
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	width: 260px;
	margin: 15px;
	padding: 15px;
	text-align: left;
	height: 295px;
}
#prezentacja .opis_prezentacji h2 {
	font-size: 24px;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 5px;
}

.tlo_social {
	background: #f2f2f2;
	text-align: center;
	padding:30px 10vw;
	overflow: hidden;
}

.tlo_social .do_prawej{
	float:right;
}
.tlo_social .do_lewej{
	float:left;
}
.tlo_social div{
	width: auto;
	margin: 0 auto;
	display: inline-block;
}

.tlo_social h2{
	display: inline-block;
	font-size: 24px;
	color: var(--kolor-szary);
	padding: 0px 30px;
	font-weight: 400;
	margin: 10px auto;
}
.tlo_social a{
	display: inline-block;
	font-size:24px;
	color: var(--kolor-szary);
	padding: 0px 30px;
	margin: 10px auto;
	text-decoration:none;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.tlo_social a i,
.tlo_social a svg{
	font-size: 32px;
	padding-right: 10px;
}
.tlo_social a:hover{
	color: var(--kolor-glowny);
	transform: scale(1.1);
}

.tlo_blog{
	background-color: #f2f2f2;
	padding:3vw 10vw;
	margin:0px;
}
.tlo_onas{
	background-image: url(../img/tlo_oscypek.webp);
	background-size: 100% auto;
	background-position: center center;
	margin:0px;
	padding: 5vw 10vw;

}
.tlo_onas .tresc_onas{
	max-width: 35vw;
	overflow: hidden;

}

.tlo_onas .tresc_onas div{
	padding-left: 150px;
	background-image: url(../img/parzenica.webp);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	float:left;
	margin: 2vw 0px;
}	

.tlo_onas .tresc_onas div h2{
	font-size: 48px;
	padding-top: 20px;
	color: #fff;
	font-weight: 500;
}

.tlo_onas .tresc_onas div a{
		background-color: var(--kolor-glowny);
		color: #fff;
		text-transform: uppercase;
		border-radius: 25px;
		padding: 10px 20px;
		text-decoration: none;
		float: right;
		border: 2px solid var(--kolor-glowny);
		font-weight: 600;
}

.tlo_onas .tresc_onas div a:hover{
		color: var(--kolor-szary-border);
		border: 2px solid var(--kolor-szary-border);
		background-color: #fff;
		box-shadow: 0px 10px 20px rgba(0,0,0,0.2) inset;

}
.tlo_podstrona {
	margin: 0px 10vw;
}



footer {
	width: 100%;
	color: #ccc;
	background-image: url(../img/tlo_stopka.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#303030;
}
footer a:hover {
	color:var(--kolor-glowny);	
}
footer a {
	color: #cccccc;
	text-decoration:none;
	line-height: 1.8em;	
}
.tresc_stopka {
	width: auto;
	margin: auto 10vw;
}
.stopka_kontakt {
	padding: 35px;
	float: left;
}
#stopkawa ul {
	float: right;
	margin: 0px;
	padding: 35px;
}
#stopkawa ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
#stopkawa li {
	float:left;
	margin:0px 10px 0px 50px;
	padding:0px;
	display:block;
	list-style:none;
}
#stopkawa li h3 {
	font-family: var(--czcionka);
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
}
#stopkawa li img {
	margin-bottom:4px;
	margin-right:5px;
}
#influencja {
	text-align:center;
}
#influencja img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	margin: 5px;
	padding:25px;
}
#influencja img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.ikony {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 155px;
}
.ikony img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.ikony img:nth-child(3) {
	margin-right:0px !important;
}

.ikony2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 550px;
	float: right;
	text-align: right;
}
.ikony2 img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width:259px;
	height:105px;
}

.kolor {
	color: var(--kolor-glowny);
}
.prawa {
	float: right;
}
.lewa {
	float: left;
}
.koniec {
	clear:both;
}
.px10 {
	font-size: 10px;
}
.px12 {
	font-size: 10px;
}
.px14 {
	font-size: 14px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px24 {
	font-size: 26px;
}
.px30 {
	font-size: 30px;
}
.px36 {
	font-size: 36px;
}
.px48 {
	font-size: 48px;
}

ul.kolumny2 { padding:0px; margin:0px; } 
ul.kolumny2:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kolumny2 li {
	list-style:none;
	float:left;
	margin: 0px 2% 0px 0px;
	width:48%;
} 
ul.kolumny2 li ul * {
	padding:auto; margin:auto;
	list-style:auto;
	list-style-type:circle;
	float:none;
	width:auto;
}
ul.kolumny3 { padding:0px; margin:0px; } 
ul.kolumny3:before { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kolumny3:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kolumny3 li {
	list-style:none;
	float:left;
	margin: 0px;
	width:33.333333%;
} 
ul.kolumny4 { padding:0px; margin:0px; } 
ul.kolumny4:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kolumny4 li {
	list-style:none;
	float:left;
	margin: 0px;
	width:25%;
} 
ul.kolumny5 { padding:0px; margin:0px; } 
ul.kolumny5:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kolumny5 li {
	list-style:none;
	float:left;
	margin: 0px;
	width:20%;
} 
ul.kolumny2_formularz { padding:0px; margin:0px; } 
ul.kolumny2_formularz:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kolumny2_formularz li {
	list-style:none;
	float:left;
	margin: 3px 1% 3px 1%;
} 
ul.kolumny2_formularz li:nth-child(2n+1) {
	width:30%;
	text-align:right;
	clear:both;
	font-size:13px;
	color:#666;
}
ul.kolumny2_formularz li:nth-child(2n+0) {
	width:65%;
	text-align:left;
}
ul.kolumny2_platnosci { padding:0px; margin:0px; } 
ul.kolumny2_platnosci:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kolumny2_platnosci li {
	list-style:none;
	float:left;
	padding: 3px 1% 3px 1%;
} 
ul.kolumny2_platnosci li:nth-child(2n+0) {
	width:30%;
	text-align:right;
	border-top: #ddd 1px solid;
}
ul.kolumny2_platnosci li:nth-child(2n+1) {
	width:65%;
	text-align:left;
	clear:both;
	border-top: #ddd 1px solid;
}
.koszyk_podsumowanie_cena {
	display:none;
}
.informacja {
	padding-top:15px;
	padding-left:15px;
}
.pokazSchowaj {
	border-bottom: 1px solid #ccc;
}
.pokazSchowaj a {
	cursor:pointer;
	color:#000;
	text-align:left;
}
.pokazSchowaj a:hover {
	color:var(--kolor-glowny);
}
.pokazSchowaj a div {
	float:right;
	font-size:12px;
	padding: 2px 10px 2px 10px;
	margin-bottom:3px;
	border-radius:3px;
	border: #ddd 1px solid;
}
.rozwin_wszystko {
	text-align:right;
	cursor:pointer;
	font-size:13px;
}
h4.tabelaDostawcy {
	padding: 20px 0 5px 0;
	margin:0;
	text-transform:uppercase;
	font-size:17px;
	color:#666;
	font-weight:400;
}
.skrot {
	font-size: 14px;
	color: #000;
	background-color: #e30000;
	background-repeat: no-repeat;
	background-position: right top;
	border: 5px solid #FFF;
	height: 190px;
	width: 490px;
	padding-top: 20px;
	padding-left: 30px;
	margin-right: 0px;
	float: left;
	text-transform: none;
	margin-left: 20px;
	text-align: left !important;
}
.skrot:nth-child(2) {
	margin-right:0px;
}
.skrot:hover {
	border: 5px solid #000;
}
.skrot h2 {
	text-align: left !important;
	font-family: var(--czcionka);
	font-size: 36px;
	text-shadow: 1px 1px 0px #FFFFFF;
}
.mapka {
	height: 450px;
	box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.oberek {
	margin:10px;
	box-shadow: 1px 1px 5px #ccc;
	border-radius:4px;
}
.oberek:hover {
	margin:10px;
	box-shadow: 1px 1px 10px #666;
}

#linki_panel_klienta {
	margin-right: 35px;
	font-size: 13px;
	font-weight: normal;
	color: #aeaeae;
	float: right;

}
.oferta ul {
	margin: 0px;
	padding: 0px;
}
.oferta li {
	font-family: var(--czcionka);
	list-style: none;
	display: block;
	float: left;
	cursor: pointer;
	background-color: #3b3b3b;
	margin: 10px;
	padding: 10px;
	color: #FFF;
	box-shadow: 1px 1px 5px #ccc;
	border-radius:4px;
	width:230px;
	height:50px;
}
.oferta li:hover {
	box-shadow: 1px 1px 15px #666;
	background-color: #dedede;
	color: #d40000 !important;
}
.oferta li:hover a {
	color: #d40000 !important;
}
.oferta li a {
	text-decoration:none;
	color: #FFF;
}
.oferta li a:hover {
	text-decoration: none;
	color: #d40000;
}
.alignnone {
	margin: 1.625em;
	box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
}
.alignnone:hover {
	box-shadow: 1px 1px 8px #999;
	-moz-box-shadow: 1px 1px 8px #999;
	-webkit-box-shadow: 1px 1px 8px #999;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
}
.alignleft:hover {
	box-shadow: 1px 1px 8px #999;
	-moz-box-shadow: 1px 1px 8px #999;
	-webkit-box-shadow: 1px 1px 8px #999;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
}
.alignright:hover {
	box-shadow: 1px 1px 8px #999;
	-moz-box-shadow: 1px 1px 8px #999;
	-webkit-box-shadow: 1px 1px 8px #999;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
}
.aligncenter:hover {
	box-shadow: 1px 1px 8px #999;
	-moz-box-shadow: 1px 1px 8px #999;
	-webkit-box-shadow: 1px 1px 8px #999;
}
#do_gory {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding:5px;
	z-index: 10000;
	cursor: pointer;
	font-size:30px;
	color: rgba(0,0,0,0.5);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#do_gory:hover {
	color: var(--kolor-glowny);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	
}
.wybor_powiazanych_knt {
	margin-left: 3%;
	margin-top: 2%;
}
.wybor_powiazanych {
	border:1px solid #cfcfcf;
	margin: 0 0 25px 0;
	padding:0 26px 0 10px;
	/*width:50px;*/
	height:40px;
	font-size: 18px;
	text-align:left;
	float:left;
	background-color:#f9f9f9;
	max-width: 100%;

}


/*SLIDER*/
	.slajderInx {
			height: auto;
			width: 100%;
			min-height: 33vw;
		}
	.slajderInx a {
			height: auto;
			width: 100%;
		}
	.slajderInx a img{
			height: auto;
			width: 100%;
		}
	.pager {
			text-align: center; 
			width: 100%; 
		height:40px; 
		z-index: 500; 
		overflow: hidden; 
		 position: absolute; 
		 z-index: 300; 
		margin-top: -15px; 
		/*right: 3vw; */
		 }
	.pager span { width: 15px; height: 15px; display: inline-block; color: #acacac; background-color:#acacac; margin-right:10px; overflow: hidden; opacity: 1;
				 border: 6px rgba(255,255,255,1) solid; border-radius: 50%;
				-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out; font-size: 1px;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none; }
	.pager span.cycle-pager-active { color: var(--kolor-glowny); background-color:var(--kolor-glowny); opacity: 1; font-size: 1px;
						  border: 6px rgba(255,255,255,1) solid; border-radius: 50%;
						-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none;}
	.pager > * { cursor: pointer;}

/*SLIDER*/


/*nowe css produktu*/
	.tlo_produktu{
		width: auto;
		margin: 2vw 20vw; 
		border-radius: 25px;
	}
	.tlo_produktu .produkt_galeria{
		width: 40%;

	}
	.tlo_produktu .produkt_dane{
		width: 60%;
		box-sizing: border-box;
	}
	.tlo_produktu .produkt_galeria img
	{
		max-width: 100%;
		max-height: none;
		border-radius: 0px 3vw 3vw 3vw;
	}
	.tlo_produktu .tekst {
	    padding: 1vw 3vw;
	}
	.tlo_produktu .tekst h1{
		text-align: left;
		text-align: left;
	    text-transform: none;
	    font-weight: 400;
	    font-size: 36px;
	    line-height: 40px;
	    letter-spacing: 1px;
	    margin-bottom: 0px;
	    color: #000;
	    font-weight: 500;

	}
	.tlo_produktu .opcje_dodatkowe{
		margin: 0px;
		padding: 0px;
		border: 0px;
		box-shadow: none;
		background-color:transparent;
		margin-top:30px;

	}
	.tlo_produktu #koszykboksanchor ul.kolumny2 li {
	    margin: 0px;
	    width: 50%;
	}

	.tlo_produktu ul.produkt_opcje{
		margin: 2vw 0px;
		display: grid;
		grid-template-columns: 300px 1fr;
		align-items: center;
	}

	.tlo_produktu ul.produkt_opcje li{
		width: 100% ;
		font-size: 18px;
	}

	.tlo_produktu a.formBtn{
		float:left;
		border-radius: 25px;
		margin-top:10px;
	}

	.tlo_produktu #ilosc{
		    border-radius: 20px 0px 0px 20px;
	}

	.sciezkaBox{

	}
	.sciezkaBox ul.sciezka{
		padding: 0px;
		margin: 0px;
		list-style: none;
		overflow: hidden;
		margin-bottom:30px;
	}
	.sciezkaBox ul.sciezka li{
		float: left;
	}
	.sciezkaBox ul.sciezka li i,
	.sciezkaBox ul.sciezka li svg{
		margin: 0px 5px;
		color: #999999;
	}
	.sciezkaBox ul.sciezka li a{
		color: var(--kolor-szary);
		font-size: 12px;
		text-transform: uppercase;
	}
	.sciezkaBox ul.sciezka li a:hover{
		color: var(--kolor-glowny);
	}
	.socialsharing_product{
		margin-top:30px;
	}
	.socialsharing_product span{
		font-weight: 800;
		font-size: 14px;
		color: #7a7a7a;
		text-transform: uppercase;

	}
	.socialsharing_product i,
	.socialsharing_product svg{
		color: var(--kolor-szary);
		font-size:26px;
		margin: 0px 15px;
		cursor: pointer;
	}

	.generujZestaw{
		display: grid;
		grid-template-columns:  1fr 1fr;

		box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
		border-radius: 0px 3vw 3vw 3vw;
		padding:0px !important;
		background: rgba(0,0,0,0.01);
	}

	.generujZestaw div.wszystkieProdukty{ 
		padding:  3vw;
	}

	.generujZestaw div.wybraneProdukty{ 
		padding:  3vw;
		border:  3px solid var(--kolor-glowny);
		border-radius: 0px 3vw 3vw 0px;
	}
	#wszystkieProduktyTab, #wybraneProduktyTab{
		width: 100%;
	}

	#wszystkieProduktyTab tr{
		cursor: pointer;
	}

	.generujZestaw h3{
		margin: 0px;
	}
	.generujZestaw .id_produkt{
		display: none;
	}
	.generujZestaw .nazwa_produktu{
		display: block;
		line-height: 16px;
		font-size: 15px;
		padding: 5px 0px;
	}
	.blokadaTR{
		opacity: 0.2 !important;
		cursor: no-drop  !important;
	}
	#maxProduktow{
		background-color: rgba(88,155,0,0.2);
		color: var(--kolor-glowny);
		text-transform: uppercase;
		border-radius: 25px;
		padding: 5px 20px;
		text-decoration: none;
		float: right;
		border: 2px solid var(--kolor-glowny);
		font-weight: 500;
		width: calc(100% - 40px);
		text-align: center;
		margin-top: 10px;
	}

	#brakProduktow{
		background-color: rgba(0,0,0,0.1);
		color: #000;
		text-transform: uppercase;
		border-radius: 25px;
		padding: 5px 20px;
		text-decoration: none;
		border: 2px solid #000;
		font-weight: 500;
		width: calc(100% - 40px);
		text-align: center;
		margin-top: 10px;
		display: block;
	}
	#wybraneProduktyTab a.usun{
		color: #ed1c24;
		cursor: pointer;
	}



	.opisyBoks{
		box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
		border-radius: 0px 3vw 3vw 3vw;
		padding:0px !important;
		background: rgba(0,0,0,0.1);
	}	

	ul.opis_menu {
		display: flex;
		padding:0px;
		margin:0px;
		list-style: none;

	}

	ul.opis_menu li{
		flex: auto;
		padding: 0px 20px;
		border: 0px;
		background-color: rgba(255,255,255,0.05)
		color: #000;
		text-transform: uppercase;
		padding:5px;
		
	}
	ul.opis_menu li.wybrane{
		background-color: #fff;
	}
	ul.opis_menu li h2{
		color: #7d7d7d;
		padding: 0px;
		font-weight: 500;
		margin: 20px 0px;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
	}
	ul.opis_menu li.wybrane h2{
		color: #333333;
	}
	ul.opis_tekst {
		padding:0px;
		margin:0px;
		list-style: none;
	}
	ul.opis_tekst li {
	    list-style: none;
	    margin: 0px;
	    padding:40px;
	    background-color: #fff;
	    border-left: 1px solid #fff;
	    border-right: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    border-radius: 0px 0px 3vw 3vw;
	}
	ul.opis_tekst li img{
			height: auto !important;
	}
	.liGri/*d{
		display: grid;
		grid-template-columns: 1.5fr 1fr;*/
	}
	.opis_tekst li ul{

	}
	.opis_tekst li ul li{
		padding:2px;
		list-style: disc;
	}

/*nowe css produktu*/

.tlo_koszyk{
	margin: 2vw 10vw;
}

#site_left form{
	overflow: hidden; 
}

#site_left .next{
	float: right;
	margin-top:0px;
}



#modalProduktu{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	width: 100vw;
	height: 100vh;
	z-index: 999;

}
#modalProduktu .modalBox{
	width: 60vw;
	height: auto;
	max-height: 60vh;
	background-color: #fff;
	position: relative;
	top: 20vh;
	margin: 0 auto;
	padding: 2vw;
	box-sizing: border-box;
	overflow-y: scroll;
}

#modalProduktu .modalBox .close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #999;
    cursor: pointer;
}

#modalProduktu .modalBox .close:hover{
	color: #000;
}


#modalProduktu #modalNext,
#modalProduktu #modalPrev{
	position: absolute;
	top: 35vh;
	font-size: 30px;
	color: #000;
	opacity: 0.6;
	background-color: #fff;
	margin: 0px;
	cursor: pointer;
}
#modalProduktu #modalNext i,
#modalProduktu #modalNext svg,
#modalProduktu #modalPrev i,
#modalProduktu #modalPrev svg{
	padding: 1vw;
}

#modalProduktu #modalNext:hover,
#modalProduktu #modalPrev:hover{
	opacity: 1;
}


#modalProduktu #modalNext{
	right: 10vw;
}

#modalProduktu #modalPrev{
	left: 10vw;
}







.tlo_produktu_modal{
	margin: 0px;
}
.ladowanieP{
	text-align: center;
}

#modalProduktu .wierszProduktu{
	width: 100%;
	overflow: hidden;
}
#modalProduktu .wierszProduktu .produkt_galeria{
	width: 40%;
	float:left;
}
#modalProduktu .wierszProduktu #formKoszyk{
	width: 60%;
	float:left;
}
#modalProduktu .wierszProduktu .produkt_dane{
	width: auto;
}


#modalProduktu .wierszProduktu .produkt_dane .kolumny2 li{
	width: 100%;
}








ul.kolumny2_kropki { padding:0px; margin:0px; } 

ul.kolumny2:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 

ul.kolumny2_kropki li {

	float:left;

	margin: 0px 3% 0px 3%;

	width:44%;

	text-align:left;

} 

ul.kolumny2 { padding:0px; margin:0px; } 

ul.kolumny2:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 

ul.kolumny2 li {

	list-style:none;

	float:left;

	margin: 0px 3% 0px 3%;

	width:44%;

} 

ul.kolumny3 { padding:0px; margin:0px; } 

ul.kolumny3:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 

ul.kolumny3 li {

	list-style:none;

	float:left;

	margin: 0px 2% 0px 2%;

	width:29%;

} 

ul.kolumny4 { padding:0px; margin:0px; } 

ul.kolumny4:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 

ul.kolumny4 li {

	list-style:none;

	float:left;

	margin: 0px 2% 0px 2%;

	width:29%;

} 

ul.kolumny5 { padding:0px; margin:0px; } 

ul.kolumny5:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 

ul.kolumny5 li {

	list-style:none;

	float:left;

	margin: 0px 1% 0px 1%;

	width:18%;

} 
.informacja {
	padding-top:25px !important;
	padding-left:15px !important;
	line-height:28px;
	text-align:center;
}


#promocja_knt {
	width:100%;
	background-color:rgba(255,255,255,0.6);
	position: fixed;
	z-index: 10002;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#promocja {
	width: calc(100% - 60px);
	max-width:600px;
	background-color:#FFF;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	border-radius: 0px 20px 20px 20px;
	margin: 50px auto;
	position: static;
	padding: 30px;
	text-align:center;
	font-size:16px;
}
#promocja a {
	text-decoration:none;
}
#promocja img {
	max-width:100%;
	height:auto;
}
#zamknij_promocje {
	cursor:pointer;
	position:absolute;
	margin-left:680px;
	margin-top:-35px;
	z-index: 10003;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#zamknij_promocje:hover {
	 transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.sukces {
	padding-top: 15px;
/*	padding: 5px 15px 5px 15px;
	background-color: #f3f3f3;
	border: 1px solid #eee;*/
}
.sukces {
	color:var(--kolor-glowny);
	font-weight:bold;
	font-size: 16px;
	font-weight: 900;
}
.blad {
	color:#c00;
	font-weight:bold;
}
.facebook_knt {
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	pointer-events: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.box_index #black-div{
	display:none;
}
.box_index #pop-div{
	right: 10px;
	bottom: 10px;
	top: auto;
	left: auto;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	padding: 10px;
	padding-right:30px;
}

.box_index #pop-div .kontynuuj{
	display:none;
}


/** Menu mobilne **/
		#menu_mobil {
			display: none;
		    position: relative;
		    height: 65px;
		}
		.box_m {
		  border-radius: 2px;
		  transform: translate(-50%, -50%);
		  position: relative;
		  top: 30px;
		  margin: 0 auto;
		}

		.box_m {

		  transform: translate(-50%, -50%);
		  width: 45px;
		  cursor: pointer;
		}

		.box_m span {
		  display: block;
		  width: 100%;
		  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
		  border-radius: 3px;
		  height: 3px;
		  background: #000;
		  /*background-image: url('../img/btn_tlo.jpg');*/
		  transition: all .3s;
		  position: relative;
		}

		span + span {
		  margin-top: 10px;
		}

		.active span:nth-child(1) {
		  animation: ease .7s top forwards;
		}

		.not-active span:nth-child(1) {
		  animation: ease .7s top-2 forwards;
		}

		.active span:nth-child(2) {
		  animation: ease .7s scaled forwards;
		}

		.not-active span:nth-child(2) {
		  animation: ease .7s scaled-2 forwards;
		}

		.active span:nth-child(3) {
		  animation: ease .7s bottom forwards;
		}

		.not-active span:nth-child(3) {
		  animation: ease .7s bottom-2 forwards;
		}

		@keyframes top {
		  0% {
		    top: 0;
		    transform: rotate(0);
		  }
		  50% {
		    top: 18px;
		    transform: rotate(0);
		  }
		  100% {
		    top: 18px;
		    transform: rotate(45deg);
		  }
		}

		@keyframes top-2 {
		  0% {
		    top: 8px;
		    transform: rotate(45deg);
		  }
		  50% {
		    top: 8px;
		    transform: rotate(0deg);
		  }
		  100% {
		    top: 0;
		    transform: rotate(0deg);
		  }
		}

		@keyframes bottom {
		  0% {
		    bottom: 0;
		    transform: rotate(0);
		  }
		  50% {
		    bottom: 8px;
		    transform: rotate(0);
		  }
		  100% {
		    bottom: 8px;
		    transform: rotate(135deg);
		  }
		}

		@keyframes bottom-2 {
		  0% {
		    bottom: 8px;
		    transform: rotate(135deg);
		  }
		  50% {
		    bottom: 8px;
		    transform: rotate(0);
		  }
		  100% {
		    bottom: 0;
		    transform: rotate(0);
		  }
		}

		@keyframes scaled {
		  50% {
		    transform: scale(0);
		  }
		  100% {
		    transform: scale(0);
		  }
		}

		@keyframes scaled-2 {
		  0% {
		    transform: scale(0);
		  }
		  50% {
		    transform: scale(0);
		  }
		  100% {
		    transform: scale(1);
		  }
		}


		.arrow-icon {
			display: none;
		    position: relative;
		    cursor: pointer;
		    border-radius: 2px;
		    float: right;
			width: 50px;
			margin-top: -40px;
			height: 20px;
			right: 25px;
		}

		.left-bar {
		  position: absolute;
		  background-color: transparent;
		  top: 0;
		  left:0;
		  width: 20px;
		  height: 5px;
		  display: block;
		  transform: rotate(35deg);
		  float: right;
		  border-radius: 2px;
		  margin-top: 10px;
		 }

		  .left-bar:after {
		    content:"";
		    background-color: #ccc;
		    width: 20px;
		    height: 5px;
		    display: block;
		    float: right;
		    border-radius: 6px 10px 10px 6px;
		    transition: all 0.5s cubic-bezier(.25,1.7,.35,.8);
		    z-index: -1;
		  }


		.right-bar {
		  position: absolute;
		  background-color: transparent;
		  top: 0px;
		  left:13px;
		  width: 20px;
		  height: 5px;
		  display: block;
		  transform: rotate(-35deg);
		  float: right;
		  border-radius: 2px;
		}  

		.right-bar:after {
		    content:"";
		    background-color: #ccc;
		    width: 20px;
		    height: 5px;
		    display: block;
		    float: right;
		    border-radius: 10px 6px 6px 10px;
		    transition: all 0.5s cubic-bezier(.25,1.7,.35,.8);
		    z-index: -1;
		  }



		    .open .left-bar:after {
		    transform-origin: center center;
		    transform: rotate(-70deg);
		  }
		  .open .right-bar:after {
		    transform-origin: center center;
		    transform: rotate(70deg);
		  }

	/** Menu mobilne **/


	.newsletter_box .tresc_new{
		/*background-image: url(../img/parzenica.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 150px;*/
  		text-align: center;
	}

	.newsletter_box .tresc_new h2{
		padding: 0px;
	}


	.newsletter_box .tresc_new form{
		width: 386px;
  		margin: 0 auto;
	}

	.newsletter_box .tresc_new input{
	  background-color: #fff;
	  color: #000;
	  text-transform: uppercase;
	    border-radius: 25px 0px 0px 25px;
	  padding: 10px 20px;
	  text-decoration: none;
	  float: left;
	  border: 2px solid var(--kolor-glowny);
	  font-weight: 500;
	}
	.newsletter_box .tresc_new button{
	  background-color: var(--kolor-glowny);
	  color: #fff;
	  text-transform: uppercase;  
	  border-radius: 0px 25px 25px 0px;
	  padding: 10px 18px;
	  text-decoration: none;
	  float: left;
	  border: 1px solid var(--kolor-glowny);
	  font-weight: 600;
	}

	.notice-success,
	.notice-success p{
		color: var(--kolor-glowny) !important;
	}
	.notice-error,
	.notice-error p{
		color: red !important;
	}


	/** FORMULARZ TELEFONU **/	
		

		.newsletter_knt {
			width:100%;
			background-color:rgba(0,0,0,0.5);
			position: fixed;
			z-index: 1000;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			text-align: center;
			display: none;
		}
		.c_newsletter {
			display: inline-block;
			max-width: 80vw;
			max-height: 76vh;
			max-height: calc(80vh - 2vw);
			box-shadow: none;
			width: auto;
			height: auto;
			font-weight: 500;
			position: relative;
			overflow-x: hidden;
			/*border-radius: 10px;*/
			  padding: 60px 30px;
			text-align: left;
			  min-height: 210px;
			  min-width: 300px;
		}

		.c_newsletter label{
			display: block;
			  font-size: 22px;
			  font-weight: bold;
			  color: #000;
		}
		.c_newsletter p{
			color:var(--kolor-szary);
		}
		.c_newsletter strong{
			  font-size: 16px;
			  font-weight: bold;
			  color: var(--kolor-glowny);
			  text-transform: uppercase;
		}

		.c_newsletter input{

  			background-color: #fff;
			  color: #000;
			  text-transform: uppercase;
			  border-radius: 25px 0px 0px 25px;
			  padding: 10px 20px;
			  text-decoration: none;
			  float: left;
			  border: 2px solid var(--kolor-glowny);
			  font-weight: 500;
			}


		.c_newsletter button{
			background-color: var(--kolor-glowny);
			  color: #fff;
			  text-transform: uppercase;
			  border-radius: 0px 25px 25px 0px;
			  padding: 10px 20px;
			  text-decoration: none;
			  float: left;
			  border: 1px solid var(--kolor-glowny);
			  font-weight: 500;
		}
		.c_newsletter button:hover {
 		 	color: var(--czarny) !important;
		}

		.newsletter_zawartosc {
			display: inline-block;
			max-width: 80vw;
			max-height: 80vh;
			margin: 9vh auto;
			box-shadow: none;
			width: 500px;
			height: auto; 
			font-weight: 500;
			position: relative;
			padding: 20px;
			/*border-radius: 10px;*/
			background: rgb(112,112,112);
			  background: -moz-linear-gradient(313deg, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 100%);
			  background: -webkit-linear-gradient(313deg, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 100%);
			  background: linear-gradient(313deg, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 100%);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#707070",endColorstr="#000000",GradientType=1);

			color: #fff;
			background-image: url('../img/tlo-newsleter.webp');
			background-size: cover;
			background-position: center bottom;
			padding-right: 300px;
		}
	
		.newsletter_zawartosc img.zamknij_newsletter{
			cursor: pointer;
			position: absolute;
			z-index: 100;
			right: -20px;
			top: -20px;
			width: 40px;
			height: 40px;
			box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
			-webkit-transition: 0.2s ease-in-out;
			-moz-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
			border-radius: 50%;
		}
		.newsletter_zawartosc img.zamknij_newsletter:hover {
			transform: rotate(90deg);
			-webkit-transition: 0.2s ease-in-out;
			-moz-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
		}

		label.rodo{
			  display: block;
			  float: left;
			  width: 100%;
			  text-align: left;
			  font-size: 12px;
			  padding-left: 5px;
			  margin-top: 3px;
		}
		label.rodo span{
			padding-left: 5px;
			font-weight: normal;
		}
		label.rodo a{
			font-size: 12px;
			font-weight: bold;
			display: inline;
			padding: 0px;
			margin-left: 5px;
			text-decoration: none;
			color: #000;
		}
		
		label.rodo a:hover{
			color: var(--kolor-glowny);
		}
	/** FORMULARZ TELEFONU **/


	.opineo-side-slider-widget {
		z-index: 999 !important;
	}
	.owl-stage-outer {
		aspect-ratio: 2000 / 673;   /* 60 / 25; */
	}
	#banerInx {
		height: 36vw;
		overflow: hidden;
	}