#products .wbproductcountdown .count.curr, #products .wbproductcountdown .count.bottom,
.wbproductcountdown .count.curr, .wbproductcountdown .count.bottom {
    display: none;
}
.wbproductcountdown .hidden {
    display: none;
}
.wbpc-main .time {
    text-align: center;
    position: relative;
    transition: 0.3s ease;
    border-radius: 5px;
    display: inline-block;
    margin-right: 7px;
    background-color: #f8f8f8;
    width: 55px;
    height: 55px;
    padding: 8px 0;
}
.wbpc-main .count {
    font-size: 16px;
    transition: 0.3s ease;
    font-weight: 500;
    display: block;
    position: relative;
    color: #f3283d;
}
.wbpc-main .label {
    text-transform: capitalize;
    font-size: 12px;
    display: block;
    color: #3d3d3d;
    text-align: center;
}
