#defaultCountdown { width: 240px; height: 45px; }
/* jQuery Countdown styles 2.0.0. */
.countdown{
	float: left;
	width: 100%;
	margin: 10px 0 5px;
}
.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: 12px 24px 12px 35px;
	text-align: center;
	display: inline-block;
	vertical-align: top;	
	display: flex;
	justify-content: center;
	margin: 0px 15px;
	border-radius: 0px;
	background-color: #ffffff;	
	opacity: 1;
	gap: 16px;
	position: relative;
}
.countdown-row::after{
	content: "";
	position: absolute;
	left: 5px;
	top: 11px;
    -webkit-mask-image: url(../img/clock_icon.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 14px;
    mask-image: url(../img/clock_icon.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 14px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    background-color: #000000;
}
.product-page .countdown-row {
	box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
}
.product-page .countdown-row { 
	width: auto;
    margin: 0px;
    background-color: #f6f6f8;
    box-shadow: none;
    border-radius: 3px;
    padding: 12px 24px 12px 35px;
}
.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 {	
	background-color: transparent;
	margin: 0px 0px;	
	padding: 0px;	
	position: relative;	
	display: flex;
	align-items: center;
}
.countdown-row .countdown-section::after{
	content: ":";
	position: absolute;	
	right: -11px;
	top: -1px;
	font-size: 20px;
	color: #c5c5c5;
}
.countdown-row .countdown-section:last-child::after { display: none;}

.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;
	font-weight: 500;	
}
.countdown-period {
	display: block;	
	text-transform: uppercase;
}
.countdown-descr {
	display: block;
	width: 100%;
}
@media(max-width: 1449px){
	.countdown-row .countdown-section{width: auto;}
}
@media (max-width: 1199px){
	.products .product_list .product-countdown{ display: none;}	
	.countdown-row .countdown-section {
		width: auto;
	}	
}

@media (max-width: 991px){
	.countdown-row .countdown-section{margin: 0 5px;margin-block-end: 5px;}
}
@media (max-width: 767px){
	.countdown-row .countdown-section {
		width: auto;
		margin: 0 3px;
	}
}
@media (max-width: 480px){
	.countdown-row {padding: 2px 14px;}
	.countdown-amount {
		font-size: 12px;
		line-height: 12px;
	}
	.countdown-period {
		font-size: 11px;
		line-height: 11px;
	}
	.countdown-period{
		line-height: 6px;
	}
	.countdown-row .countdown-section{
		width: auto;
		margin: 2px 2px;
	}
	.is-countdown{
		margin: 10px 0 5px;
	}
}