/* ARIIX Buy Button Redirect - minimal styling, inherits the theme button look. */

.abr-buy-wrap {
	margin: 1em 0 1.5em;
}

.abr-buy-button--single {
	display: inline-block;
}

.abr-buy-note {
	margin: 0.6em 0 0;
	font-size: 0.85em;
	line-height: 1.45;
	opacity: 0.75;
}

/* Hide a leftover add to cart form if the theme rendered one anyway. */
.abr-buy-wrap + form.cart {
	display: none;
}
