div.summary.entry-summary > p.stock.out-of-stock {
background-color: red;
padding: 10px;
width: 120px;
color: white;
font-size: 20px;
border-radius: 10px;
text-align: center;
}
div.summary.entry-summary > p.stock.out-of-stock {
background-color: red;
padding: 10px;
width: 120px;
color: white;
font-size: 20px;
border-radius: 10px;
text-align: center;
display: none;
}