#defaultCountdown { width: 240px; height: 45px; }
/* jQuery Countdown styles 2.0.0. */
.countdown{
	float: left;
	width: 100%;
	margin: 10px 0 5px;
}
.product_list .product-miniature .countdown{
	position: absolute;
	bottom: 5px;
	margin: 0px;
	opacity: 1;
}
.product_list .product-miniature:hover .countdown{
	opacity: 0;
}
.product_list .product-miniature .countdown .running {
	justify-content: center;
}
.product_list .product-miniature .countdown .countdown-row{
	background-color: #ffffffcf;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	padding: 0px 5px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.product_list .product-miniature .countdown .countdown-section{
	margin: 0px;
	background: transparent;
	width: 45px;
	height: 45px;
}
.is-countdown {
	float: left;
	width: 100%;
	margin: 15px 0 5px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: auto;
	padding: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.countdown-show1 .countdown-section {
	width: 98%;
	background-color: #f5f5f5;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-row .countdown-section {
    width: 48px;
    background-color: #efefef;
	color: #182630;
    margin-left: 5px;
    height: 48px;
    padding: 3px;
    border-radius: 5px;
}
.countdown-row .countdown-section:first-child {
	margin-left: 0;
}
.countdown-row .countdown-section:last-child {
	margin-right: 0;
}
.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;
	text-align: center;
}
.countdown-amount {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;	
}
.countdown-period {
	display: block;
	font-size: 12px;
	line-height: 12px;	
	font-weight: 500;
}
.countdown-descr {
	display: block;
	width: 100%;
}
@media(max-width: 1449px){
	.countdown-row .countdown-section{width: 43px;}
}
@media (max-width: 1199px){
	.countdown-row .countdown-section {
		width: 44px;
	}
}

@media (max-width: 991px){
	.countdown-row .countdown-section{margin: 0 5px;}
}
@media (max-width: 767px){
	.countdown-row .countdown-section {
		width: 42px;
		margin: 0 3px;
	}
}
@media (max-width: 480px){
	.countdown-period{
		line-height: 6px;
	}
	.countdown-row .countdown-section{
		width: 38px;
		margin: 2px 2px;
	}
	.is-countdown{
		margin: 10px 0 5px;
	}
}