/* Make product image area relative */

.woocommerce ul.products li.product,
.woocommerce div.product {

    position: relative;

}

/* Round red badge */

.shiv-online-badge {

    position: absolute;
    top: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
    background: red;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    z-index: 99;


}

.shiv-shipping-message{

margin:15px 0;

padding:12px 15px;

border-radius:8px;

font-size:14px;

line-height:1.6;

}


.shiv-shipping-message.online{

background:#fff8dc;

border-left:4px solid #d4a017;

}


.shiv-shipping-message.ready{

background:#e9f8ee;

border-left:4px solid #198754;

}