/* jQuery Countdown styles 2.0.0. */
.products-countdown {
	display:inline-block;
	width:100%;
	margin:5px 0 0;
	padding-bottom:18px;
	position:relative;
}
.products-countdown:after {
	content:'';
	height:5px;
	width:100%;
	border-radius:10px;
	background:#ebebeb;
	position:absolute;
	left:0;
	bottom:0;
}
.products-countdown:before {
	content:'';
	height:5px;
	width:70%;
	border-radius:10px;
	background:#fd6602;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.is-countdown {
	text-align: left;
	margin:0;
	float:left;
}
.countdown-rtl {
	direction: rtl;
}
.title-countdown { float:left; }
.title-countdown h2 {
	font-size:14px;
	color:#242424;
	margin:0 10px 0 0;
	font-family: 'Rubik', sans-serif;
	text-transform:inherit;
	font-weight:400;
	line-height:22px;
}
.countdown-row { width:100%; display:inline-block;}
.countdown-row .countdown-section {
    margin-right: 10px;
    padding: 0;
    background: none;
    display: inline-block;
	position:relative;
}
.countdown-row .countdown-section:before {
	content:':';
	position:absolute;
	right:-7px;
	top:0;
}
.countdown-row .countdown-section:last-child:before {
	display:none;
}
.countdown-row .countdown-section:last-child {
	margin:0 !important;
}
.countdown-amount {
    font-size: 14px;
	font-weight:400;
	color:#242424;
	font-family: 'Rubik', sans-serif;
}
.countdown-period {
    font-size:14px;
	color:#a4a4a4;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
}
.countdown-descr {
	display: block;
	width: 100%;
}