
.hw-countdown{
	width:100%;
	float:left;
	margin-top: var(--hw-product-pd);
	text-align: var(--hw-ag,left);
	margin-bottom: 0px;
}
.hw-cd-item{
	display:inline-block;
	margin-right:7px;
	padding:00px; 
 	--hw-cd-sz:calc(var(--hw-fn-md) * var(--hw-cd,3.5));	
}
.hw-cd-item > span:first-child{
	display:block;
	vertical-align:top;
	position:relative;
	width:var(--hw-cd-sz);
	height:var(--hw-cd-sz);
border-radius: var(--hw-btn-rd);	line-height: var(--hw-cd-sz);


 	background:var(--hw-cd-bg,#f2f5f8) !important;
 font-weight: 500;	
	font-size: calc(var(--hw-fn-md) * var(--hw-cd-fn-sz,1.5));
	color:var(--hw-post-tl-lk);
	vertical-align: top;
 	text-align:center;
 	overflow:hidden;
	 color:var(--hw-cd-num) !important;
	box-shadow:none !important;
}
.hw-cd-item > span:last-child{
	width:var(--hw-cd-sz);
	color:var(--hw-cd-txt);
	display:block;
	font-size:var(--hw-fn-sm,11px);
	text-align:center;
	line-height: 1em;
	margin-top: 8px;
	vertical-align:top;
	
}
.hw-countdown > div.hw-cd-item:last-child{
	margin-right:0px;
}

 
 

 
 @container vb_aw (width >= 101px) and (width <= 150px){

 .hw-cd-item{
	margin: 2px;
	width:auto !important;
}
  .hw-cd-item span:first-child{
	  font-size:11px !important;
	width:auto !important;
}
   .hw-cd-item > span:last-child{
	  font-size:10px !important;
}
 }
 