.listaproduktow{
	padding-top: 20px;
}

h1.tytulkategorii{
    font: 500 24px/1.35 Poppins,Helvetica Neue,Verdana,Arial,sans-serif;
    color: #121212;
    margin: 0px 0px 20px 30px;
}

.product-item {
	text-align:center;
}


.product-item img {
	max-width:100%;
	height: auto;
	display:inline-block;
    box-shadow: 0 2px 5px #e1e1e1;
    -moz-box-shadow: 0 2px 5px #e1e1e1;
    -webkit-box-shadow: 0 2px 5px #e1e1e1;
    -o-box-shadow: 0 2px 5px #e1e1e1;
    -ms-box-shadow: 0 2px 5px #e1e1e1;
}

.product-item img {
	min-height:180px;
	max-height:400px;
}



p.product-item-title {
	color: #282828;
    text-decoration: none;
	    font: 500 14px/1.35 Poppins,Helvetica Neue,Verdana,Arial,sans-serif;
		text-align:center;
		padding-top: 20px;
}
