/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-countdown{
    display: inline-block;
    BACKGROUND: rgba(84, 51, 51, .8);
    font-weight: 500;
    color: #f39324;
    z-index: 3;
    float: left;
    font-size: 0.8em;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .14);
}
