
.timer-grid { 
	overflow: hidden; 
	display: inline-block;
}
.timer-grid .box-time-date {
	background: #1B7D96;
	font-size: 11px;
	color: #fff;
	min-width: 50px;
	min-height: 50px;
	text-align: center;
	margin-top: 7px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px #1B7D96 solid;
	display: inline-block;
	margin-right:5px;
	 
	 
}
.product-thumb:hover .timer-grid .box-time-date {
	 
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 6px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
