.tp-product-tab-content .tp-product-item .m-img img {
    height: 300px;
}

.tp-product-sm-item .tp-product-thumb a img {
    height: 150px;
}

.tp-product-item .m-img img {
	height: 280px;
}
.tp-header-top-border {
  display: none;
}
.product-extra-info .item-label {
  font-size: 12px;
  line-height: 100%;
}
.product-extra-info .vat-label {
  color: #888;
}
.product-extra-info .discount-label {
  color: #00a63e;
}

@media (max-width: 640px) {
  .tp-product-tab-content .tp-product-item .m-img img {
    height: 240px;
  }

  .tp-product-item .m-img img {
      height: 240px;
  }
}