
#home_banner_product_selector {
	padding: 40px;
}
#home_banner_product_selector table {
	border: 0;
	color: #211f1e;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

#home_banner_product_selector th {
	background: none;
	font-size: 20px;
	padding: 0.8rem;
	text-align: center;
}
#home_banner_product_selector th:first-child {
	border-right: 1px solid #6b6561;
}

#home_banner_product_selector td {
	border-top: 1px solid #6b6561;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-size: 15px;
	padding: 0.8rem 2rem;
	text-align: center;
}
#home_banner_product_selector td:first-child {
	border-right: 1px solid #6b6561;
}

#home_banner_product_selector .hydrogen-button {
	background: #ce2129;
    padding: 0 25px;
	margin-top: 10px;
	text-transform: none;
}

@media screen and (max-width: 600px) {
	#home_banner_product_selector {
		padding: 0;
	}
	#home_banner_product_selector th {
		padding: 0.6rem;
	}
	#home_banner_product_selector td {
		padding: 0.6rem 0.4rem;
	}
}

#home_banner_product_selector .mobile-info {
    font-weight: bold;
    max-width: 589px;
    text-align: center;
    margin: 20px auto;
}
@media screen and (max-width: 600px) {
	#home_banner_product_selector .mobile-info {
		display: block !important;
	}
}

.app-popup {
	display: block;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}
.app-popup-button {
	display: inline-block;
	margin-top: 20px;
}
.app-popup-button {
    color: #666;
	cursor: pointer;
	font-size: 15px;
    font-weight: bold;
    padding: 7px;
    text-transform: uppercase;
}
.app-popup-button.primary {
	background: #CC0001;
	color: #fff;
	margin-right: 10px;
}
.app-popup-button:hover {
	color: #000;
}
.app-popup-button.primary:hover {
	color: #E7E7E7 !important;
}