/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	margin: 15px 0;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 29px;
    color: #0C297C;
}

.countdown-section:not(:last-child):after {
    content: ':';
    position: absolute;
    top: -2px; right: -3px;
    font-size: 29px;
    color: #0C297C;
}

.countdown-period {
    display: block;
    font-size: 16px;
    color: #898989;
    margin-top: 15px;
}

.countdown-descr {
	display: block;
	width: 100%;
}

/* Custom */
.ft_sale_countdown_container {
    display: inline-block;
    float: left;
    width: 243px;
    padding: 20px 25px;
    background-color: #D5DAE8;
    border-radius: 10px;
    margin-top: 43px;
}

.ft_sale_countdown_container h3 {
    font-size: 22px;
    color: #4C4C4C;
    text-align: center;
}
