.coupon-wrap-outer * {
	display: flex; }
.coupon-wrap-outer {
	display: flex; }
.coupon-left {
	flex-direction: row;
	flex: 1;	}

.coup-prefix {
	justify-content: flext-start; }
.coup-amount {
	justify-content: center; }
.suffix-wrap {
	justify-content: space-around; }

.coup-suffix {
	justify-content: center; }
.coup-quant {
	justify-content: center; }

.coup-prefix,
.coup-amount,
.suffix-wrap,
.coup-suffix,
.coup-quant {
	height: 100%; }

.coupon-right {
	flex-direction: column;
	justify-content: space-between;
	flex: 1; }
.expire-wrap {
	flex-direction: row;
	justify-content: space-between; }

.coup-expiration {
	height: 100%;
	flex-direction: column;
	justify-content: center; }
	
/* .coup-title {}
.coup-subtitle {}
.coup-fineprint {}
.coup-descrip {} */


@media (min-width: 992px) {
.coupon-wrap-outer {
		flex-direction: row; }
}
@media (max-width: 991.98px) {
.coupon-wrap-outer {
		flex-direction: column; }

}
