/*
 * Wholesale Customers For Woo — Frontend Styles
 *
 * Loaded on product pages, cart, checkout, and My Account.
 * All classes here are overridable by theme stylesheets.
 */

/* ==========================================================================
   Product page: wholesale price & notices
   ========================================================================== */

.wcs-wholesale-price {
	margin: 0.5em 0;
	font-size: 0.95em;
	color: #555;
}

.wcs-you-save {
	margin: 0 0 0.5em;
	font-size: 0.9em;
	color: #2c7a2c;
}

.wcs-wholesale-notice {
	margin: 0.75em 0;
	font-size: 0.9em;
	color: #555;
}

/* Cart line-item wholesale badge */
.wcs-cart-badge {
	display: inline-block;
	font-size: 0.75em;
	font-weight: 600;
	color: #fff;
	background: #2c7a2c;
	padding: 1px 7px;
	border-radius: 3px;
	vertical-align: middle;
	margin-left: 5px;
}

/* Cart totals: savings row */
.wcs-savings-row th,
.wcs-savings-row td {
	color: #2c7a2c;
	font-weight: 600;
}

/* Catalog / private-store mode price */
.wcs-catalog-price {
	font-size: 0.95em;
	color: #555;
}

/* ==========================================================================
   My Account: wholesale status panel
   ========================================================================== */

.wcs-account-status {
	background: #f0faf0;
	border: 1px solid #c3e6c3;
	border-left: 4px solid #2c7a2c;
	padding: 1em 1.5em;
	margin-bottom: 2em;
	border-radius: 3px;
}

.wcs-account-status h3 {
	margin-top: 0;
	color: #2c7a2c;
}

.wcs-account-since {
	margin-bottom: 0;
	font-size: 0.9em;
	color: #555;
}
