/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 0px solid #ccc;
	background-color: transparent;
	position: absolute;
	width:100%;
	top:-25px;
}
.product-grid.dayspecial .is-countdown {
	border: 0px solid #ccc;
	background-color: transparent;
	position: relative;
	width:100%;
	top: inherit;
 } 
.countdown-kargo.is-countdown {
	border: 0px solid #ccc;
	background-color: transparent;
	position:relative;
	top: inherit;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	display:inline-block;
	padding:2px;
	text-align: center;
	margin-bottom:10px;
	margin-top:3px;
 }
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width:30px;
 	background-color:#045ba7;
	color:#FFFFFF;
	margin-left:8px;
	padding:3px;
	padding-top:1px;
	text-align:center;
	padding-bottom:1px;
}
.countdown-show3 .countdown-section .countdown-amount {
    font-size:14px;
 	font-weight:500;
	color:#fff;
 }
.countdown-row {
	clear: both;
	width: 100%;
	display:inline-block;
	padding:2px;
	text-align: center;
	margin-bottom:10px;
	margin-top:3px;
 } 
.countdown-show4 .countdown-row {
	clear: both;
	width: 100%;
	display:inline-block;
	padding:0px;
	text-align: right;
	margin-bottom:0px;
	margin-top:0px;
 } 
.countdown-show4 {
 	text-align: center;
 }  
 .countdown-show3 {
 	text-align: right;
	margin-bottom:5px;
	
 }  
.countdown-show4 .countdown-section {
	width: 24.5%;
	border: 1px solid #ddd;
	border-right:0px;
	padding-top:8px;
	padding-bottom:5px;
}
.countdown-show4:last-child .countdown-section {
 border-right:1px solid #ddd;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
} 
.countdown-section {
display:inline-block;
	font-size: 75%;
	text-align: center;
	background-color: #fff;
}
.countdown-amount {
    font-size: 200%;
	font-weight:600;
	color:#000;
	line-height:0.7;
}
.countdown-period {
    display: block;
	color: #4639EF;
	font-weight:500;
	line-height: 10px;
}
.countdown-descr {
	display: block;
	width: 100%;
}
