#products .wbproductcountdown .count.curr, #products .wbproductcountdown .count.bottom,
.wbproductcountdown .count.curr, .wbproductcountdown .count.bottom {
    display: none;
}
.wbproductcountdown .hidden {
    display: none;
}

/*#product .wbproductcountdown {
    width: 280px;
    padding: 10px 0 0 0;
    text-align: center;
    background: rgba(255,255,255,0.5);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}*/

.product-miniature .wbproductcountdown {
    position: absolute; 
    left: 0;
    right: 0;
   /*  bottom: 135px; */
    padding-top: 7px;
    padding-bottom: 2px;
    margin-top: 5px;
}
.wbproductcountdown {
    padding-bottom: 5px;
}

.wbpc-main .time {
    margin: 0 4px 0 4px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 70px;
    width: 21%;
    max-width: 4em;
}
#products .wbpc-main .count,
.wbpc-main .count {
    background: #fff;
    color: #212121;
    display: block;
    font-size: 2em;
    line-height: 1.6em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    box-shadow: 0 0 15px #fff;
    font-weight: 600;
}
/* .wbpc-main .seconds .count,
#products .wbpc-main .seconds .count {
    color: #f13340;
} */
.wbpc-main .label {
    font-size: 12px;
    display: block;
    position: absolute;
    top: 4em;
    width: 100%;
    color: #212121;
    padding: 0;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .wbpc-main .count {
        font-size: 1.5em;
    }
    .wbpc-main .time {
        /*width: 36px;*/
        /*margin-bottom: 20px;*/
    }
    .wbpc-main .label {
        top: 45px;
    }
}