
.timer-grid {border-radius: 4px;margin-top:0px;
	overflow: hidden;background: none;padding:5px 5px 0;
	display: inline-block;border: 1px #f3f3f3 solid;font-family:Quicksand;
}
.timer-grid .box-time-date {
	background: #ffff;
	font-size: 9px; 
	color: #222;
	width: 45px;
	float:left;position:relative;
	min-height: 40px;
	text-align: center;
	margin-top: 0px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0px;
	border-right: 0px #ddd solid;
	display: block;
	margin-right:10px;
	 
}
.timer-grid .box-time-date:last-child {border-right:none;}
.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: 16px;font-weight:700;
	color: #222;padding-top:0px;
	margin-top: 0px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
