:root {
  --evo-brand-secondary: #b21f17;
  --evo-brand-accent: #3f7652;
  --evo-header-background: #fff;
--evo-row-spacing: 20px;
}

.logo img { max-height: 180px !important; }
/* text color on customer menu */
div.customertools .your-account, div.customertools h4, div.customertools .nav .sidebar-logout a { color: white !important; }

#cdash_address h4 {
    align-items: center;
    color: #000 !important;
    display: flex;
    gap: 10px;
}
 
#cdash_address .with-padding-trl {
    background-color: #fff;
    padding: 15px;
}
 
div.customertools .nav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 20px 0px;
    overflow: hidden scroll;
    color: white;
}
 
div.customertools .switch-account-new {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding: 15px 0px;
    display: block !important;
    visibility: visible !important;
    color: white;
}
 
div.customertools .your-account {
    background: none;
    color: red;
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-shadow: none;
}

@media (max-width: 769px) {
	img.responsive.mobileimg { height: 500px; object-fit: cover; }
  .homecontactform { padding-left: 30px; }
  .homecontacttext { padding: 0px 20px; }
}
.social a:focus-visible i, .social a:hover i, .social a {color: white;}