:root {
  --evo-brand-secondary: #333333;
  --evo-brand-accent: #007034;
  --evo-header-background: #fff;
}
.header-mobile .logo img {content:url('https://us.evocdn.io/dealer/1400/content/media/WCBS Logo 2024 GREY.png')};


.ex-searchresult .quoteme-wrapper,
.ex-category .quoteme-wrapper {
display: block !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;
}

.ex-searchresult .quoteme-wrapper,
.ex-category .quoteme-wrapper {
display: block !important;
}
button#addItemToCart.btn-add-to-cart,
button#addItemToCartCollection{
  display: none !important;
}
.ex-loggedin button#addItemToCart.btn-add-to-cart,
.ex-loggedin button#addItemToCartCollection{
  display: block !important;
}