.product_card-label.product_card-label--soldout {
	background-color: #470700;
}
.product_card-label.product_card-label--new {
	background-color: #9DE116;
}
.product_card-label.product_card-label--Bestseller {
	background-color: #FF8000;
}
.product_card-label.product_card-label--kofe-nedeli, .product-label.product-label--kofe-nedeli {
  background-color: #621f09;
}
.product_card-label.product_card-label--chay-nedeli, .product-label.product-label--chay-nedeli {
  background-color: #76b852;
}
.img-collection{
    display: flex;
    align-items: center;
}
.img-collection img {
	width: 32px;
  	height: 32px;
  	display: inline-block;
}
.img-collection a {
  width: 100%;
}

.nav-collections .list-unstyled .img-collection {
  padding-left: 15px;
}

.nav-collections .list-unstyled .img-collection a {
  padding-left: 5px;
}
