.is-countdown {
	position: relative;
	overflow: hidden;
	display: flex;
}

.countdown-rtl {
	direction: rtl;
}

.countdown-holding span {
	color: #fff;
}

.countdown-row {
	display: flex;
}

.countdown-section {
	display: flex!important;
	flex-direction: column!important;
	justify-content: center!important;
	align-items: center!important;
	padding: 0.5rem 0;
	width: 64px;
	height: auto;
	border: 2px solid #fff;
	background: transparent;
	color: #fff ;
}

.countdown-amount {
	width: 100%;
	text-align: center;
  font-size: 2rem;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	font-weight: bold;
}

.countdown-period {
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
	line-height: 1;
	margin-top: 0.25rem;
}

.countdown-row .countdown-section:last-child {
	color: #fff ;
}

.countdown-row .countdown-section {
	position: relative;
}

.countdown-row .countdown-section + .countdown-section {
	margin-left: 8px;
}

.countdown-row .countdown-section:last-child:after {
	display: none;
}