/* ==================================================
   CSS Variables Reference
   ================================================== */

/*
:root {
  --brand-primary: #2f3150;
  --second-primary: #e2464d;
  --third-primary: #f8f8f8;
  --white: #ffffff;
  --black: #000000;
}
*/

/* ==================================================
   Promotion Styles
   ================================================== */
.coupons {
	padding: 2rem;
	margin-bottom: 1rem;
	text-align: center;
	background: #fff;
	outline: 2px dashed #e2464d;
}

.financing.coupons {
	margin-bottom: 5rem;
	border: 4px dashed #2f3150;
	border-top: 0;
}

.coupons p {
	margin-bottom: 0;
	text-align: center;
	font-size: 1.2rem;
}

.financing .coupons .note {
	margin-bottom: 0;
}

/* ==================================================
   Coupon Inner Section
   ================================================== */
.coupon-inner {
	width: 100%;
}

@media (max-width: 767.98px) {
	.coupon-inner {
		margin: 0;
	}
}

.financing .coupon-inner {
	display: block;
}

.financing .coupon-inner::after {
	content: "";
	display: block;
	border-top: 1px solid rgba(204, 204, 204, .5);
	padding-top: 1.25rem;
	margin: 0 2rem 0;
}

.coupon-inner .line::after {
	top: 20%;
	width: 1px;
}

@media (max-width: 767.98px) {
	.coupon-inner .line::after {
		width: 0;
	}
}

/* ==================================================
   Coupon Columns
   ================================================== */
.coupon-inner .left {
	vertical-align: middle;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 140px;
}

.coupon-inner .left h2 {
	font-size: 32px;
	font-weight: 400;
}

.coupon-inner .left span {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
}

.coupon-inner .left span strong {
	color: #e2464d;
	font-size: 4rem;
	display: block;
}

.financing .coupon-inner .left span strong {
	padding-top: .5rem;
	font-size: 1.85rem;
	color: #f8f8f8;
}

.coupon-inner .right {
	vertical-align: middle;
}

.coupon-inner .right .location {
	margin: 0;
}

.coupon-inner .right .phone {
	display: block;
	font-weight: 700;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.coupon-inner .right .phone i {
	color: #000;
}

/* ==================================================
   Coupon Components
   ================================================== */
.coupon-logo {
	margin-top: 1rem;
	width: 200px;
}

@media (max-width: 767.98px) {
	.coupon-logo {
		margin: 20px auto;
	}
}

.coupon-wrapper {
	padding-top: 10px;
}

.coupon-wrapper:first-child {
	margin-top: 40px;
}

/* ==================================================
   Promotion Banner
   ================================================== */
.sales-promo-banner {
	background-color: #e2464d;
	padding: 5px;
	border-radius: 50px;
	transition: all .3s ease;
}

.sales-promo-banner:hover {
	background-color: #2f3150;
}

.sales-promo-banner .promo-wrapper {
	display: block;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	margin: 1px;
	padding: 10px;
}

.sales-promo-banner .promo-wrapper .row {
	gap: 10px;
}

.sales-promo-banner .promo-title, .sales-promo-banner .btn-cta {
	font-size: 2rem;
	font-weight: 700;
	text-align: right;
}

.sales-promo-banner .promo-text h3 {
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	margin: 0;
}

.sales-promo-banner .bar {
	width: 1px;
	height: 20px;
	background-color: #fff;
}

.sales-promo-banner .btn-cta {
	color: #fff;
	text-decoration: underline !important;
}

/* ==================================================
   Mobile Styles
   ================================================== */
@media (max-width: 767.98px) {
	.sales-promo-banner {
		border-radius: 100px;
	}
	
	.sales-promo-banner .promo-wrapper {
		padding-bottom: 15px;
		border-radius: 100px;
	}
	
	.sales-promo-banner .row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.sales-promo-banner .promo-text {
		padding: 0 10px;
	}
	
	.sales-promo-banner .promo-text .promo-title, .sales-promo-banner .promo-text h3 {
		font-size: 1.7rem;
	}
	
	.sales-promo-banner .bar, .sales-promo-banner .promo-cta {
		display: none;
	}
}
