.product-labels.labels-rounded .product-label{
    display:flex;align-items:center;
    justify-content:center;
    padding:5px 7px;min-height:25px;border-radius:35px;
    font-size:14px}
.product-labels.labels-rounded .label-with-img{
        padding:0;min-height:
        auto;max-width:55px}
.product-labels.labels-rounded .out-of-stock{
    position:relative;left:5px;
    width:100%;font-size:12px;
    border:1px solid #E0B252; 
    padding:5px 7px 5px; min-width:25px!important
}
@media (max-width: 576px){
    .product-labels.labels-rounded .product-label{
        position:relative;
        top:0px!important;
        left:-14px;font-size:10px}
    .product-labels.labels-rounded .label-with-img{
        min-height:auto}
}
