#defaultCountdown { width: 240px; height: 45px; }
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	float: left;
	width: 100%;
	margin: 7px 0 0;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
    clear: both;
    width: auto;
    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: auto;
    background-color: #fef2f2;
    height: auto;
    line-height: 16px;
    padding: 5px 5px;
    border-radius: var(--global-border-radius);
    border: 1px solid #df3030;
    position: relative;
    margin: 0 3px;
}
.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: 17px;
    font-weight: 500;
    color: #df3030;
    display: inline-block;
    vertical-align: middle;
}
.countdown-period {
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    color: #df3030;
    text-transform: lowercase;
}
.countdown-descr {
	display: block;
	width: 100%;
}
#specialProduct .products .base_countdown span.countdown_block {
	display: none;
}
@media (max-width: 1199px){

	.product-information .product-actions .base_countdown .countdown-amount {
		font-size: 16px;
		line-height: 20px;
	}
	.product-information .product-actions .base_countdown .countdown-period {
		font-size: 13px;
		line-height: 16px;
	}
}
@media (max-width: 767px) {
	.countdown-period {
		font-size: 12px;
		line-height: 14px;
	}
	.countdown-row .countdown-section{
		padding: 3px 3px;
		margin: 0 2px;
	}
	.countdown-amount{
		font-size: 13px;
		line-height: 17px;
	}
}
@media (max-width: 575px){
	#specialProduct .product-miniature .thumbnail-container:hover .base_countdown {
		opacity: 1;
	}
}
@media (max-width: 543px){
	.product-information .product-actions .base_countdown .is-countdown .countdown-section {
		margin: 0 3px;
	}
	
	.countdown-amount {
		font-size: 14px;
		line-height: 16px;
	}
	.countdown-period {
		font-size: 12px;
		line-height: 15px;
	}
}
@media (max-width: 479px){
	#specialProduct .products .base_countdown{
		bottom: 5px;
	}
	.countdown-row .countdown-section{
		padding: 2px 2px;
		margin: 0 1px;
	}
	.countdown-amount {
		font-size: 12px;
		line-height: 15px;
	}
}