/**
* Sale End blocks style for Product Page and Category page
*/
.sale-end-block {
    clear: both;
    width: 100%;
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.sale-end-block-category {
    color: red;
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 5px;
}