/* ECOMM02-3050 - change to mobile logo */
.header-mobile a.logo {
  filter: none;
}

.header-mobile .logo img {
  display: none;
}

.header-mobile .logo::before {
  content: "";
  background-image: url("https://us.evocdn.io/dealer/1363/content/media/My_Theme/Logo - White.svg");
  background-repeat: no-repeat;
  display: block;
  width: 80px;
  height: 20px;
}