/* jQuery Countdown styles 2.0.0. */
/*.is-countdown {

}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	overflow:hidden;
	display:inline-block;
}
!* .countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 20%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
} *!
.countdown-descr {
	display: block;
	width: 100%;
}*/
#defaultCountdown { width: 240px; height: 45px; }



/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	display: block !important;
	overflow: hidden;
	text-align: center;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	margin-bottom: 35px;
}
.products .product-miniature:hover .is-countdown{
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-section {
	position: relative;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	margin-right: 20px;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-show4 .countdown-section:last-child {
	margin: 0;
}  
.countdown-section {
	display: block;
	float: left;
	text-align: center;
}
.countdown-amount {
	font-size: 26px;
	line-height: 26px;
	display: block;
	font-weight: 600;
	position: relative;
	width: 60px;
	height: 60px;
	padding: 16px 0;
	border: 1px solid #b2b1b0;
}
.countdown-period {
	display: block;
	width: 100%;
	padding: 0;
	text-transform: capitalize;
}
.countdown-section:last-child::before {
	display: none;
}
.countdown-descr {
	display: block;
	width: 100%;
}
@media(max-width:479px) {
.countdown-show4 .countdown-section {
	margin-right: 8px;
  }
}
