.product p.stock.tc-available-in-days,
.stock.tc-available-in-days {
	color: #0f834d;
	font-weight: normal;
}

.product p.stock.tc-available-in-days:before {
	position: relative;
	top: 3px;
	margin-right: 0.5rem;
	display: inline-flex;
	width: 15px;
	height: 15px;
	content: "";
	background: #0f834d;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
}
