.mwc-pricing-table {
	margin: 16px 0 24px;
	padding: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fafafa;
}
.mwc-pricing-title {
	margin: 0 0 12px;
	font-size: 1.05em;
}
.mwc-pricing-table-grid {
	width: 100%;
	border-collapse: collapse;
}
.mwc-pricing-table-grid th,
.mwc-pricing-table-grid td {
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.mwc-pricing-table-grid th {
	font-weight: 600;
	background: #f0f0f0;
}
.mwc-pricing-table-grid tr.mwc-active td {
	background: #e8f5e9;
	font-weight: 600;
}
.mwc-pricing-note {
	margin-top: 10px;
	font-size: 0.9em;
	color: #666;
}
.mwc-tiers-data { display: none; }

.mwc-price-old {
	color: #999;
	margin-right: 8px;
	font-weight: normal;
	opacity: 0.8;
}
.mwc-price-new {
	text-decoration: none;
	font-weight: 600;
}
.ecomus-product-price .price .mwc-price-old,
.summary > .price .mwc-price-old {
	font-size: 0.75em;
}

.mwc-next-tier-hint {
	margin: 10px 0;
	padding: 10px 12px;
	background: #fff8e1;
	border-left: 3px solid #f9a825;
	font-size: 0.95em;
	border-radius: 3px;
	color: #333;
}
.mwc-next-tier-hint.mwc-hint-max {
	background: #e8f5e9;
	border-left-color: #43a047;
}
.mwc-next-tier-hint:empty { display: none; }
