.bh-usa-smart-price-element .bh-price {
	font-size: 2em;
	font-weight: bold;
}

.bh-sku-simple,
.bh-sku-variable {
	font-size: 1em;
}

.bh-upc-simple,
.bh-upc-variable {
	font-size: 1em;
}

.return-policy,
.shipping-policy {
	cursor: pointer;
	display: block;
	font-size: 14px;
}

.return-modal,
.shipping-modal {
	cursor: default;
}

.return-modal,
.shipping-modal {
	display: none;
	/* Hidden by default */
	z-index: 10000;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */
.return-modal-content,
.shipping-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 25%;
	/* Could be more or less, depending on screen size */
	z-index: 100;
	border-radius: 15px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.return-close-btn,
.shipping-close-btn {
	background-color: rgba(42, 82, 152, 1);
	color: white;
	border: none;
	border-radius: 7px;
}

.return-close,
.shipping-close {
	position: fixed;
	z-index: 10;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
}

.special-item-message {
	font-size: .6em;
	line-height: .5em !important;
}

.price-label {
	font-size: .5em !important;
}