/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 07 2025 | 04:54:50 */
.stock.out-of-stock{
    padding: 0px 0px 0px 10px;
    background: red;
    color: #fff!important;
    border-radius: 5px;
    font-size: 12px;
    width: 103px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}