/* Custom styles for the countdown timer on single product pages */
.onsale.countdown {
    font-weight: bold;
    font-size: 14px;
    color: #ff0000;
}

/* Custom styles for the countdown timer on archive pages */
.countdown-wrapper-archive {
    position: absolute;

    top: 0;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 10;
}
@media (max-width: 768px) {
    span.onsale.countdown {
        font-size: 0.7em !important;
    }
    .countdown-wrapper-archive {
    position: absolute;
    top: 30px;
    padding: 0px;
    left: 0;
}
}
