.stock[stock='0']:before {
	content: 'Without stock';
}

.stock[stock='0'] span:before{
	content: ' No delivery forecast ';
}

.stock[stock='1']:before {
	content: 'In stock for immediate shipment';
}

.stock[stock='2']:before {
	content: 'Low Stock';
}

.stock[stock='3']:before {
	content: 'Without stock';
}

.stock[stock='3'] span:before{
	content: ' Expected in stock again: ';
}

.stock[stock='4']:before {
	content: 'Without stock';
}

.stock[stock='4'] span:before{
	content: ' Expected in stock after ordered: ';
}

.stock[insuficiente]:before {
	content: 'Stock Insufficient';
}

.stock[insuficiente] span:before{
	content: ' No delivery forecast ';
}

.stock[insuficiente][re-stock-weeks] span:before{
	content: ' Expected in stock after ordered: ';
}

.stock[insuficiente][re-stock-date] span:before{
	content: ' Expected in stock again: ';
}

