
.countdown .cd-wrapper div {
	position: relative;
	padding: 20px;
	text-align: center;
}

.cd-wrapper span {
	display: block;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 4vw;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	 transform: translateY(-50%);
}

.cd-wrapper small {
	width: 100%;
	position: absolute;
	bottom: 1vw;
	left: 0;
	color: #aaa;
}

/* ======================================================= */
/* !CIRCLE
/* ======================================================= */

.countdown-circle .cd-wrapper div,
.countdown-circle-bg .cd-wrapper div {
	border: 1px solid #bbb;
	border-radius: 50%;
}

.countdown-circle-bg .cd-wrapper div {
	border: none!important;
}


/* ======================================================= */
/* !SQUARE
/* ======================================================= */

.countdown-square .cd-wrapper div {
	border: 1px solid #bbb;
}

.countdown-square .cd-wrapper span,
.countdown-square-bg .cd-wrapper span {
	top: 45%;
	font-size: 5vw;
}


/* ======================================================= */
/* !ABSTRACT
/* ======================================================= */

.countdown-abstract .cd-wrapper span {
	font-weight: bold;
	font-size: 6vw;
	z-index: 1;
}

.countdown-abstract .cd-wrapper small {
	top: 45%;
	font-weight: bold;
	font-size: 1.5vw;
}


/* ======================================================= */
/* !COUPON
/* ======================================================= */

.coupon-like {
	font-weight: 200;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
}
