.menu
{
text-decoration:none;
color:white;
margin-left:20px;
margin-right:20px;
margin-top:25px;
display:inline-block;
}
.menu:hover
{
font-weight: bold;	
color:#f2f2f2;
text-decoration:none;
}	
.img_g{
box-shadow: 0 0 1px 1px #00000029;
}
.img-glowne
{
overflow: hidden;
padding: 0;
box-shadow: 0 0 1px 1px #00000029;
}
.img-glowne img
{
transition-duration: 3s;
margin: 0 auto;
display: block;
}
.img-glowne img:hover
{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
z-index: 0;
}
.bg-black
{
background-color:black;	
}
.bialy
{
color:white;
}

.fb
{
color:white;
}
.fb:hover{
color:#007bff;
}	

.ig
{
color:white;
}
.ig:hover{
color:#f2f2f2;
}	

.active
{
color:white;	
font-weight: bold;	

margin-right:20px;
border: 5px solid white;
 padding: 5px;

}
.active:hover
{
color:white;	
font-weight: bold;	
text-decoration:none;
}
.dol
{
color:grey;
text-decoration:none;	
}
.dol:hover
{
color:white;
text-decoration:none;	
}
.rotate{
}
.rotate:hover{
transition: all 0.2s;
transform:rotate(-0.5deg) scale(1.05); 
-webkit-transform:rotate(-0.5deg) scale(1.05); 

}	
.cursor
{	
cursor: hand;
}
.cursor:hover
{	
cursor: hand;
color:#f2f2f2;
}
.koszyk
{	
color:white;
}
.koszyk:hover
{
color:#f2f2f2;
}
.item
{
padding-top: 5px;
text-decoration:none;
color:#212529;
display:inline-block;
}
.item:hover
{
padding-top: 5px;
font-weight: bold;
color:#212529;
text-decoration:none;
}
.zobacz_produkt
{
color:grey;	
font-size:12px;
}	
.zobacz_produkt:hover
{
color:grey;	
font-size:12px;
}	
.kolor-szary
{
background-color:grey;
}
.img-produkt
{
overflow: hidden;
padding: 0;
box-shadow: 0 0 1px 1px #00000029;
}
.img-produkt img
{
transition-duration: 3s;
margin: 0 auto;
}
.img-produkt img:hover
{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
z-index: 0;
}