/**
 * @package WC_Global
 *
 * Copyright: (c) 2003-2022 Chillcode
 */
 
 .product-soldout {
    padding: 3px 8px;
    text-align: center;
    background: #222;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 12px;
}

.product-new,
.product-pack {
    padding: 3px 8px;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 16px;
    background: rgba(42, 210, 197, 1);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 30px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}