header .menu
{
	background-color:#9D2932 !important;
}

header .menu-links li a:hover
{
	color: #ffc107 !important;
}

header .menu-links li > .drop-down a:hover{
	color: #9D2932 !important;
}

header .menu-links li > .drop-down a.button:hover{
	color: white !important;
}


.stripe_payment{
				
	padding: 20px;
	margin-top: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	
}

.stripe_payment h3{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.stripe_logos{
	text-align: right;
}

.stripe_logos img{
	
	max-height: 40px;
	margin-left: 10px;
	
}

.customer_details{
	margin-top: 15px;
}

.card-label{
	padding-top: 5px;
}

.card-control{
	border-radius: 4px !important;
	border: 1px solid transparent;
}

.finish_button{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #aaa;
	text-align: center;
}

.card-row{
	margin-bottom: 4px;
}

.StripeElement {
	background-color: white;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	padding-top:16px;
	padding-bottom:16px;
}
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
	border-color: #fa755a;
}
.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.stripe_payment input{
	background-color:white !important;
}

.stripe_payment .card-label{
	padding-top: 10px;
}

.error_area{
	background-color: #fa755a;
	text-align: center;
	color: white;
	padding: 10px;
	margin-bottom: 15px;
	display:none;
}

/* fix megamenu having too many appliances in it */
@media (min-width: 992px) {
	.drop-down.grid-col-12.effect-expand-top {
		max-height: 720px;
		overflow: auto;
	}
}