/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.ColorLabel:after {
    display:inline-block;
    content:attr(data-after);
    margin-left:5px;
    font-weight:bold;
	color: black;
    font-size: medium;
}

.TextOutlet:after {
    display:inline-block;
    content:'Hasta fin de existencias';
    margin-left:5px;
    color: red;
    font-size: medium;
}