.single_variation {
    margin-bottom: 27px;
}

.manaoru-stock-wrapper{
    margin-bottom:12px;
}

.manaoru-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:5px 12px;
    margin-left:8px;
    border-radius:10px;
    font-size:13px;
    font-weight:600;
}
.manaoru-badge.low-stock{ background:#FFE8E8; color:#E53935 ; }
.manaoru-badge .warning-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#e84e4b;   /* custom red color */
    color:#fff;           /* white icon */
    font-size:10px;
}

.manaoru-badge .dot{
    width:10px;
    height:10px;
    border-radius:50%;
}

.manaoru-badge.in-stock{
    background:#E6F7ED;
    color:#1BAA5C;
}
.manaoru-badge.in-stock .dot{
    background:#1BAA5C;
}

.manaoru-badge.out-stock{
    background:#EEEEEE;
    color:#666;
}
.manaoru-badge.out-stock .dot{
    background:#666;
}

.woostify-single-product-stock {
    margin-bottom: 50px;
    margin-top: -15px;
    display:none;
}
