#products .psproductcountdown .count.curr,
#products .psproductcountdown .count.bottom,
.psproductcountdown .count.curr,
.psproductcountdown .count.bottom {
    display: none;
}

.psproductcountdown .hidden {
    display: none;
}

#product .psproductcountdown {
    margin: 30px 0;
    display: block;
}

.pspc-main lable {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.039em;
}

.pst-hometabcontent .products .product-miniature .pspc-main .time {
    height: 50px;
    width: 50px;
    margin-bottom: 15px;
}

.pst-hometabcontent .products .product-miniature .pspc-main .count {
    line-height: 23px;
}

.pspc-main .time {
    text-align: center;
    position: relative;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
}
.pspc-main {
    margin: 0;
}

#products .pspc-main .count,
.pspc-main .count {
    display: block;
    overflow: hidden;
    color: #000000;
    font-weight: 700;
    position: relative;
    bottom: 0;
    font-size: 22px;
    border: 1px solid #dfdfdf;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 0 10px 0;
}

.pspc-main .time.seconds:after {
    display: none;
}

.pspc-main .time.seconds .count {
    color: #f13340;
}

.pspc-main .label {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}

@media (max-width: 479px) {
    #products .pspc-main .count,
    .pspc-main .count {
        font-size: 20px;
    }
    #product .psproductcountdown {
        width: 100%;
    }
    .pspc-main .time {
        margin: 0 10px 0 0;
    }
    #products .pspc-main .count, .pspc-main .count {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }
}