/* jQuery Countdown styles 2.0.0. */

.is-countdown {
	display: inline-block;
	margin-top: 28px;
}
.pos-special-product .is-countdown{padding-top: 0;font-size: 16px!important;}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	text-align: center;

}
#product .countdown-row{background: none;}
.countdown{
	margin-top: 30px;
}
.countdown .title-countdown{
	position: relative;
	font-size: 15px;
	color: #333;
	padding-top: 30px;
}
.countdown .title-countdown:before{
	content: "";
	background: #ededed;
	height: 1px;
	width: 230px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.countdown-section { 
	background: #eaeaea;
	border-radius: 3px;
	width: 58px;
	display: inline-block;
	padding: 12px 0;
	margin: 0 5px;
}
.countdown-section:first-child{
	background: #cf0016;
}
.countdown-section:first-child .countdown-amount, .countdown-section:first-child .countdown-period{color: #fff;}
.countdown-amount {
	font-size: 20px;
	color: #333;
	position: relative;
	display: block;
	line-height: 24px;
}
.countdown-period {
    font-size: 12px;
	font-weight: normal;
	color:#333;
	line-height: 24px;
	text-transform: capitalize;
}
.countdown-descr {
	display: block;
	width: 100%;
}
@media (max-width:767px) {
/* 
	.countdown-section {
		width:auto;
		margin:0 !important;
		border-radius:0 !important;
	}
	.countdown-show1 .countdown-section {
		width: 100%;
	}
	.countdown-show2 .countdown-section {
		width: 50%;
	}
	.countdown-show3 .countdown-section {
		width: 33.33%;
	}
	.countdown-show4 .countdown-section {
		width: 25%;
	}
	#product .countdown-show4 .countdown-section{width: auto;}
	.countdown-show5 .countdown-section {
		width: 19.5%;
	}
	.countdown-show6 .countdown-section {
		width: 16.25%;
	}
	.countdown-show7 .countdown-section {
		width: 14%;
	}  */
}
#defaultCountdown { width: 240px; height: 45px; }
@media (max-width: 480px) {
	.countdown-amount{
		font-size: 13px !important;
	}
	.countdown-period{
		font-size: 9px !important;
	}
	.countdown-amount::before{display: none;}
	.countdown .title-countdown:before{width: 165px;}
}
