
.time_special {
	overflow: hidden;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
}
.product-thumb .time_special_box {
	position: absolute;
	margin-top: -110px;
	justify-content: space-around;
	width: calc(100% - 20px);
	background: #00000066;
	border: 1px #666 solid;
	padding: 0 10px;
}
.product-thumb .time_special_box p {
	font-size: 0.8em;
	color: #fff;
}
.time_special .box-time-date {
	background: #fbfbfb;
	font-size: 9px;
	color: #808080;
	min-width: 48px;
	min-height: 48px;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px #e8e8e8 solid;
	display: inline-block;
	margin-right:5px;
}
.product-thumb .time_special .box-time-date {
	margin: 7px auto;
}
.product-thumb .time_special .box-time-date:first-child {
	margin-left: 0;
}
.product-thumb .time_special .box-time-date:last-child {
	margin-right: 0;
}
.time_special .box-time-date span {
	display: block;
	font-size: 16px;
	color: #3f3f3f;
	margin-top: 6px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
