.psproductcountdown {
    float: left;
    padding: 15px 0 5px 0;
    width: 100%;
}

#product .psproductcountdown {
    width: 100%;
    padding: 15px 0 5px 0;
    text-align: center;
    background: transparent;
    margin-bottom: 1rem;
}

.pspc-main .time {
    margin: 0 4px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 60px;
    width: 58px;
    border-radius: 6px;
    background: #242424;
    padding: 8px 4px 14px 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.pspc-main .time .count {
    color: #32CD32 !important;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
}

.pspc-main .label {
    color: #FFEA00 !important;
    display: block;
    font-weight: 600;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    width: 100%;
    left: 0;
    bottom: 4px;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.pspc-main h4 {
    color: #32CD32 !important;
}

.pspc-main .time.days {
    margin-left: 0;
}

.pspc-main .time:last-child {
    margin-right: 0;
}

#products .psproductcountdown .count.curr,
#products .psproductcountdown .count.bottom,
.psproductcountdown .count.curr,
.psproductcountdown .count.bottom {
    display: none;
}

.psproductcountdown .hidden {
    display: none;
}

.product-miniature .psproductcountdown {
    float: none;
    text-align: center;
}

.product-miniature .psproductcountdown .pspc-main .time {
    height: 50px;
    width: 48px;
    padding: 6px 3px 12px 3px;
}

.product-miniature .psproductcountdown .pspc-main .time .count {
    font-size: 20px;
}

.product-miniature .psproductcountdown .pspc-main .label {
    font-size: 9px;
    bottom: 3px;
}

@media (max-width: 767px) {
    .psproductcountdown {
        padding-top: 10px;
        float: none;
        text-align: center;
        display: inline-block;
    }
    .pspc-main .time {
        margin: 0 3px;
        height: 52px;
        width: 50px;
    }
    .pspc-main .time .count {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .pspc-main .time {
        margin: 0 3px;
        height: 46px;
        width: 44px;
        padding: 4px 2px 10px 2px;
    }
    .pspc-main .time .count {
        font-size: 18px;
    }
    .pspc-main .label {
        font-size: 8px;
    }
}
