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;
	}
}

.product-detail-des ul
{
	list-style-type: disc;
	margin-left: 20px;
}

/* make filter image radios in menu */
#menu input.appliance_menu_make {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

#menu input.appliance_menu_make + label {
	display: inline-block;
	padding: 4px;
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#menu input.appliance_menu_make + label img {
	display: block;
	max-height: 50px;
}

#menu input.appliance_menu_make:checked + label {
	border-color: #9D2932;
	background-color: #fff3f4;
	box-shadow: 0 0 0 2px rgba(157, 41, 50, 0.2);
}

#menu input.appliance_menu_make:focus + label,
#menu input.appliance_menu_make:focus-visible + label {
	border-color: #ffc107;
	box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.25);
}

.make-image-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.make-image-filters input.make_image_filter {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.make-image-filters input.make_image_filter + label {
	display: inline-block;
	padding: 4px;
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	margin-bottom: 0;
	background-color: #ffffff;
}

.make-image-filters input.make_image_filter + label img {
	display: block;
	max-height: 40px;
}

.make-image-filters .make-filter-all-label {
	padding: 8px 12px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
}

.make-image-filters input.make_image_filter:checked + label {
	border-color: #9D2932;
	background-color: #fff3f4;
	box-shadow: 0 0 0 2px rgba(157, 41, 50, 0.2);
}

.make-image-filters input.make_image_filter:focus + label,
.make-image-filters input.make_image_filter:focus-visible + label {
	border-color: #ffc107;
	box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.25);
}