/* Flashsales module styles */
.flashsale-badge {
}

.flashsale-badge small {
    background: #FFC107;
    padding: 0.25rem 1rem;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    font-weight: bold;
    flex-direction: column;
    align-items: center;
    line-height: 14px;
}

.flashsale-countdown {
    font-weight: bold;
    color:#fff
}

#product .flashsale-badge {
    display: flex;
    margin-top: -3rem;
    margin-bottom: 1rem;
}

@media (max-width: 590px) {  
    .flashsale-badge small {
        padding: 0 1rem;
        line-height: 14px;
        margin-top: 4px;
        display: flex;
        font-weight: bold;
        flex-direction: row;
        align-items: center;
    }
    .flashsale-countdown {
        margin-left: 5px;
    }
}