/* stock */
.stock-progress-bar .status {
	font-weight:bold;
}
.stock-progress-bar-title {
	text-align: center;
	text-transform: uppercase;
}
.ta-stock .status-0{
	background-color: #b90000;
}
.ta-stock .status-1{
	background-color: #F8BF00;
}
.ta-stock .status-2{
	background-color: #1C871E;
}
/* whatsapp */
.chat-icon.whatsapp {
	width: 55px;
	height: 55px;
	padding: .6rem;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right : 20px;
	z-index: 10;
}