/* Badges/labels for the vw_* shortcode kit */
.vw-stock { font-size: 14px; font-weight: 600; }
.vw-stock-in_stock { color: #1a7f37; }
.vw-stock-in_stock_scarce { color: #b35900; }
.vw-stock-out_of_stock { color: #c11c2c; }

.vw-savings {
	display: inline-block;
	background: #cc0c39;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 3px;
}

.vw-deal {
	display: inline-block;
	background: #b12704;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 2px 8px;
	border-radius: 3px;
}

.vw-product-image { max-width: 100%; height: auto; }
