
.timer-grid {text-align: center;
	overflow: hidden;float:none;padding:5px 10px;
	display: inline-block;margin:0 auto;
}
.timer-grid .box-time-date {
	background: #333;
	font-size: 12px;
	color: #fff;float:left;
	width: 55px;
	min-height: 25px;
	text-align: center;
	margin-top: 0px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0px;
	border: 0px #ddd solid;
	display: block;
	margin-right:0px;
	margin-right:0px;
}
.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: 19px;
	color: #fff;
	margin-top: 0px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
