
.imgcontainer img{
width: 90px;
height: 60px;
object-fit: cover;
}
.shopper{
	border: 1px solid  #48829B;
	width: 165px;
	text-align: center;
	border-radius: 6px;
}
.shopper:hover{
	cursor: pointer;
	/*background-color: #48829B;*/
	
}
.hotsale{
	color: darkred;

}
.hotsale a:hover{
	background: white;
	color:  red;
}
.hotsale h6{
	color: black;
}
.hotsale:hover h6{
	color: red;
	font-weight: bolder;
}