/* 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;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
top: auto;
right: 0;
left: 0;
bottom: 0;
text-align: center;
}
.products .product-miniature:hover .is-countdown{
	opacity: 0;
	transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
}
.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 {
	  text-align: center;
	  position: relative;
	  height: 50px;
	  width: 50px;
	  font-size: 12px;
	  line-height: 30px;
	  font-weight: 500;
	  margin: 0;
	  display: inline-block;
	  vertical-align: top;
	  padding: 10px;
}

.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;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	bottom: 0;
	font-size: 14px;
	line-height: 11px;
}
.countdown-period {
display: block;
width: 100%;
padding: 0;
font-weight: 500;
text-transform: capitalize;
color: #ffffff;
font-size: 11px;
line-height: 26px;
}
.countdown-section::before {
  content: ":";
position: absolute;
color: #ffffff;
right: 0;
left: auto;
top: auto;
bottom: auto;
margin: 0 auto;

}
.countdown-section:last-child::before {
	display: none;
}
.countdown-descr {
	display: block;
	width: 100%;
}
