.is-countdown {
    border: 1px solid #ccc;
    background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	display: flex;
	align-items: center;
	justify-content: center;
	clear: both;
	text-align: center;
	margin: auto;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32%;
}
.countdown-show4 .countdown-section {
	width: 24%;
}
.countdown-show5 .countdown-section {
	width: 19%;
}
.countdown-show6 .countdown-section {
	width: 16%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	/*display: flex;
	justify-content: center;
	text-align: center;*/
	text-align: center;
	
}
.align-center .countdown-section {

}

.countdown-section:not(:first-child):before {
	content: ':';
	display: block;
	position: absolute;
	font-weight: 600;
}
.countdown-amount {
	font-size: 20px;
	font-weight: 600;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.countdown-period {
    display: block;
	color: #777;
	font-size: 14px;
	line-height: 1;
}
