@media only screen and (min-width: 1px) and (max-width: 619px) {
	.product-wrap {
		width: 48%;
	}
}
@media only screen and (min-width: 620px) and (max-width: 1000px) {
  .product-wrap {
    width: 48%;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .product-wrap {
    width: 48%;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1530px) {
  .product-wrap {
    width: 33%;
  }
}

@media only screen and (min-width: 1530px) and (max-width: 1780px) {
  .product-wrap {
    width: 24%;
  }
}

@media only screen and (min-width: 1780px) {
  .product-wrap {
    width: 20%;
  }
}

.product {
  height: 410px;
  border: none;
}
.product .image img {
  max-height: 256px;
  max-width: 98%;
  border: none;
}

.product .image {
  height: 260px;
}

.template-ostoskori .product {
  height: 400px;
}
