
.timer-grid {border-radius: 4px;margin-top:0px;text-align:center;
	overflow: hidden;background: none;padding:5px 5px 0;
	display: inline-block;
}
.timer-grid .box-time-date {
	background: #0472A1;
	font-size: 9px; 
	color: #fff;
	width: 35px;
	float:left;position:relative;
	min-height: 35px;
	text-align: center;
	margin-top: 0px;text-align:center;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
	border: 2px #0472A1 solid;
	display: block;padding:4px;
	margin-left:3px;
	 
}

 
 
.product-thumb:hover .timer-grid .box-time-date {
	opacity: 1;transform: scale(1);visibility: visible;
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 14px;font-weight:700;
	color: #fff;padding-top:0px;
	margin-top: 0px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
