.product-thumb-info h4 {
  font-size: 16px;
  line-height: 21px;
  height: 65px;
  overflow: hidden;
}

.shop ul.products li.product .onsale {
  width: 100px;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.shop ul.products .product .price {
  font-size: 12px;
  font-weight: bold;
}

.shop ul.products .product .price .inf {
  color: #6c6c6c;
}

.shop ul.products .product .btnb {
  border-top: 1px solid #ccc;
  margin: 5px -15px 2px -15px;
  padding: 16px 0px 0px 0px;
  text-align: center;
}

.shop ul.products .product .btnb span {
  background-color: #e9f2f5;
  color: #2a6a45;
  border: 1px solid #34905b;
  font-size: 14px;
  padding: 7px 24px;
  float: none;
  border-radius: 13px;
}

.product-thumb-info img {
  height: 150px;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .product-thumb-info img {
    height: auto;
  }
}

.shop ul.products li.product .img-licenca {
  position: absolute;
  left: -9px;
  top: -34px;
  z-index: 2;
  width: 75px;
}

.shop ul.products li.product .img-licenca img {
  max-width: 100%;
}