#products .wbproductcountdown .count.curr, #products .wbproductcountdown .count.bottom,
.wbproductcountdown .count.curr, .wbproductcountdown .count.bottom {
    display: none;
}
.wbproductcountdown .hidden {
    display: none;
}
.wbpc-main .time {
    border: 2px solid #194ca1;
    border-radius: 50%;
    width: 60px;
    min-height: 60px;
    margin-bottom: 10px;
    padding-top: 8px;
}
#products .wbpc-main .count,
.wbpc-main .count {
    font-size: 14px;
    display: block;
}
.wbpc-main .seconds .count,
#products .wbpc-main .seconds .count {
    color: #000;
}
.wbpc-main .count{
	border-radius: 4px;
    font-size: 18px;
    text-align: center;
    transition: 0.3s ease;
    font-weight: 500;
}
.wbpc-main .label{
	color: #222;
	text-transform: capitalize;
	font-size: 12px;
	display: block;
	text-align: center;
}