#defaultCountdown { width: 240px; height: 45px; }
/* jQuery Countdown styles 2.0.0. */
.countdown{
	float: left;
	width: 100%;
	margin: 10px 0 5px;
}
.is-countdown {
	float: left;
	width: 100%;
	margin: 15px 0 5px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: auto;
	padding: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.countdown-show1 .countdown-section {
	width: 98%;
	background-color: #f5f5f5;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-row .countdown-section {
    width: 55px;
    background-color: #f2f2f2;
    margin: 0px 4px;
    height: 55px;
    padding: 3px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#index .countdown-row .countdown-section {
    width: 50px;
}
.countdown-row .countdown-section:first-child {
	margin-left: 0;
}
.countdown-row .countdown-section:last-child {
	margin-right: 0;
}
.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;
	text-align: center;
}
.countdown-amount {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.countdown-period {
	display: block;
	font-size: 12px;
	line-height: 12px;	
}
.countdown-descr {
	display: block;
	width: 100%;
}
@media(max-width: 1449px){}
@media (max-width: 1199px){}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 480px){
	.special-products .countdown .running {justify-content: center;}
	.is-countdown{
		margin: 10px 0 5px;
	}
}