.product-block img {
    max-height: 195px;
}
.collection-list-item.sale {
  background-color: white; 
}
.collection-list-item.sale span {
  color: red; 
}
.collection-list-item.sale:hover {
  background: #f6f0e3;
  border-color: #f6f0e3;
}
header.header-top {
  height: auto; 
}
@media screen and (max-width: 480px) {
.product-block .price, .product-block .old_price {
    font-size: 0.7em;
}
.product-block .old_price {
  padding-left: 0.2em;
}
}
.popup-cart-wrap{
	top: 35px;
}

.product-block a.img {
	height: 195px;
}

.coupon .auth_text {
 color: red;
}

.index-text{
  color: #000;
}
