#defaultCountdown { width: 240px; height: 45px; }
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

.product-information .base_countdown .is-countdown {
    margin: 10px 0 5px;
}
.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: 44px;
    background-color: var(--global-palette9);
    height: 47px;
    padding: 2px 0px;
    border-radius: var(--global-border-radius);
    border: var(--border);
    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: 15px;
    line-height: 16px;
    font-weight: 500;
    color: var(--global-palette3);
}
.countdown-period {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: var(--global-palette6);
}
.countdown-descr {
	display: block;
	width: 100%;
}
@media(max-width: 1449px){
	.countdown-row .countdown-section{
		width: 43px;
	}
}
@media (max-width: 1199px){

	.product-information .product-actions .wd_countdown .countdown-amount {
		font-size: 16px;
		line-height: 20px;
	}
	.product-information .product-actions .wd_countdown .countdown-period {
		font-size: 13px;
		line-height: 16px;
	}
}


@media (max-width: 767px){
	.is-countdown{
		margin: 8px 0 0;

	}
}
@media (max-width: 543px){
	.product-information .product-actions .wd_countdown .is-countdown .countdown-section {
		width: 45px;
		height: 43px;
	}
	.countdown-amount {
		font-size: 14px;
		line-height: 16px;
	}
	.countdown-period {
		font-size: 12px;
		line-height: 15px;
	}
}
@media (max-width: 479px){
	.countdown-row .countdown-section {
		width: 40px;
		height: 42px;
	}
}