.product-stock__label {
	
	font-weight: 700;
    background-color: green;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
	font-size: 0.9rem;
	letter-spacing: 1px;
}

.product-parameter__stock[data-stock-status-id="9"] .product-stock-wrapper {
	
	background: none;
	
padding: 0;
	
}

.product-stock__icon {
    width: 22px;
	height: 22px;
}