.homepage-sa-reviews {
	padding: 50px 0;
}

@media only screen and (max-width : 768px) {
	
	body.home #wrapper-navbar {
		display: none;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.wpmenucart-display-right {
		display: none;
	}
	
	body.home .featured-products [class^=col-] {
		padding: 2.5px;
		/* Not sure how prev dev screwed up the bootstrap columns but it's janky */
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.woocommerce .woocommerce-message {
		text-align: center;
	}
	.woocommerce .woocommerce-message a.wc-forward {
		display: block;
		text-align: center;
		margin-bottom: 1rem;
		float: none;
	}
	
}

body.home .featured-products .product {
	height: 100%;
}


/* Mobile Cart icon */
@media only screen and (min-width : 768px) {
	.mobile-cart-icon {
		display: none;
	}
}
@media only screen and (max-width : 768px) {
	#wpmenucartli {
		display: none;
	}
}
.mobile-cart-icon {
	position: fixed;
	left: 20px;
	bottom: 20px;
    z-index: 9999;
}
.mobile-cart-icon__link {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #23acbd;
	border-radius: 50%;
	text-align: center;
	position: relative;
}
.mobile-cart-icon__link i {
	color: #FFF;
	line-height: 60px;
	font-size: 26px;
}
.mobile-cart-icon__count {
	display: block;
	top: -3px;
	right: -6.5px;
	position: absolute;
	line-height: 26px;
	font-size: 12px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fb9b28;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.quote-form-header {
	font-size: 18px;
}