.sale-countdown{
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	opacity: 0;
	z-index: 2;
	.canvas{
		display: inline-block;
		width: 35px;
		@include border-radius(4px);
		height: 35px;
		text-align: center;
		line-height: 35px;
		color: #fff;
		span.title{
			display: none;
		}
	}
}
.single-thumbnail-wrap .sale-countdown{
	bottom: 60px;
	.canvas{
		width: 60px;
		height: 60px;
		padding-top: 10px;
		margin-right: 2px;
		margin-left: 2px;
		span{
			display: block;
			line-height: 1.4;
		}
		span.times{
			font-size: 18px;
		}
		span.title{
			font-size: 14px;
		}
	}
}