.shop .summary .price .amount {
  font-size: 22px;
  font-weight: bold;
  color: #08c;
}
.shop .summary .price .inf {
  font-size: 17px;
  color: #515151;
}

.toggle > label+p {
  height: 0px;
}

.product-thumb-info h4 {
  font-size: 16px;
  line-height: 21px;
  height: 65px;
  overflow: hidden;
}
.shop ul.products .product .add-to-cart-product {
  top: 30px;
  border-radius: 0px;
  background: #ca4444;
  opacity: 1;
}
.product-thumb-info .product-thumb-info-act {
  font-size: 12px;
}
.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;
}
.product-thumb-info img {
  height: 150px;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .product-thumb-info img {
     height: auto;
  }
}
