
.timer-grid {border-radius: 4px;margin-top:0px;text-align:center;
	overflow: hidden;background: none;padding:5px 5px 0;margin-left:-5px;
	display: inline-block; font-family:'Roboto';
}
.timer-grid .box-time-date {
	background: #fff;
	font-size: 9px; 
	color: #000;
	width: 38px;
	float:left;position:relative;
	min-height: 35px;
	text-align: center;
	margin-top: 0px;text-align:center;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0px;
	border-right: 2px #000 solid;border-bottom: 2px #000 solid;
	display: block;padding:0px 6px;
	margin-left:5px;
	 
}
 
.product-thumb:hover .timer-grid .box-time-date {
	opacity: 1; 
}
.timer-grid .box-time-date span {
	display: block;border-bottom:1px solid #333;
	font-size: 15px;font-weight:700;
	color: #000;padding:0px;
	margin: 0px 0 3px;
}
.box-timer {
	left: 0px;
	text-align: 2px;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
