
.timer-grid {border-radius: 4px;margin-top:0px;text-align:center;
	overflow: hidden;background: none;padding:2px 4px 0;margin-left:-5px;
	display: inline-block; font-family:'Poppins';
}
.timer-grid .box-time-date {
	background:#FF5E00;
	font-size: 9px; 
	color: #fff;
	width: 40px;
	float:left;position:relative;
	min-height: 30px;
	text-align: center;
	margin-top: 0px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
	border: 1px #FF5E00 solid;
	display: block;padding:3px;
	margin-left:10px;
	 
}
 
/*.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: 13px;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%;
} 
