/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2021 | 11:07:37 */
.out_of_stock_badge_single {
    min-height: 70px!important;
    width: 70px!important;
    padding: 24px 15px 6px 15px!important;
    position: absolute;
    top: 108px;
    right: -29px;
    margin: 0;
    border-radius: 100px;
    background: black;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    z-index: 20;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.out_of_stock_badge_loop {
    min-height: 90px;
    min-width: 90px;
    width: 90px;
    padding: 25px 15px 0px 15px;
    position: absolute;
    top: -10px;
    right: 82px;
    left: auto;
    margin: 0;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background: black;
    color: #fff;
    font-style: bold;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    z-index: 50;
    text-transform: uppercase;
    line-height: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}