
/* --------------------------------------
   Countdown Timer
   -------------------------------------- */

#countdown {
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
    text-align: left;
	
}

#countdown .bgBox {
    width: 56px;
    text-align: center;
	padding: 2px 1px 4px 1px;
	margin: 10px 0px 10px 0px;
	text-transform: none;
    border: 1px solid #fff;
    border-radius: 6px;

}

#countdown .countdown-number {
    font-family: 'Kanit', sans-serif;
  font-weight: 700;
    text-transform: uppercase;    
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	
}

#countdown .countdown-title {
    font-family: 'Open Sans', sans-serif;
      font-weight: 600;    
	font-size: 9px;
	line-height: 14px;
	color: #FFF;    
	text-transform: none;    
	
}

.sale-text {
	font-size: 120%;
    line-height: inherit;
	
}

	
