.product-info-block .product-label1 {
  background-color: #3f3d40;
}
.product-info-block .product-label2 {
  background-color: #0a6572;
}
.product-info-block .product-label3 {
  background-color: #690b1f;
}
.product-info-block .product-label4 {
  background-color: #4e522f;
}

.product-info-block a:hover{
  color: #f82e56;
}
.product-info-block a:visited{
  color: #f82e56;
}



/*================================*/
.product-item{
	border-bottom:1px solid #e8e8e8; 
	margin-bottom:10px; 
	padding-bottom:10px;
}

.product-item-img {
	float:left;
	width:10%;
}

.product-item-text{
	float:right; 
	width:86%; 
	color:#333745; 
	font-size:0.8em;
}

@media screen and (max-width: 767px) {
.product-item-img {
	float:left;
	width:20%;
}
.product-item-text{
	float:right; 
	width:76%; 
	color:#333745;
	font-size:0.999em;
}
}

.into{
	color:#f82e56;
	margin: 0px;
}