/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.smw-soldout {
    color: #ffffff;
    background: #2B2167;
    font-size: 12px;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    font-weight: bold;
    width: auto;
    height: auto;
    border-radius: 0px;
    z-index: 9999;
    text-align: center;
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 6px;
}