.ziofix_shop{
	float:left;
	width:calc(33% - 10px);
	margin-right:10px;
	margin-bottom:10px;
}

.ziofix_shop:nth-child(3n+1) {
	clear: left;
}

.ziofix_shop *{display:block}

.ziofix_shop .zfxshop_description
{
	background-color:#c6e0e7;
	color:white;
	font-family: "Lato", arial, sans-serif;
	text-align: center;
}

.zfxshop_title{padding:0 5px;font-weight: bold;text-transform: uppercase;font-size:14px;}
.zfxshop_price{font-style: italic;font-size:14px;}

.clearfix{clear:both}

@media screen and (max-width: 500px) {
  .ziofix_shop{
	width:calc(50% - 10px) !important;
  }

  .ziofix_shop img{width:100% !important}

  body .ziofix_shop:nth-child(3n+1) {
	clear: none;
  }

  body .ziofix_shop:nth-child(2n+1) {
	clear: left !important;
  }

}