 .stock.in-stock { font-size: 0 !important; color: green !important; }  .stock.in-stock:after { content: "DISPONIBLE" !important; font-size: 14px !important;  visibility: visible !important; display: inline !important; }  .stock.in-stock span.amount, .stock.in-stock .quantity { display: none !important; }  .stock.out-of-stock { color: red !important; }