.menu-weekly-specials,
.menu-paper,
.menu-office-supplies,
.menu-technology,
.menu-furniture,
.menu-facilities,
.menu-safety-ppe,
.menu-ink-toner-finder {
  @media only screen and (max-width: 768px) {
    a::before {
      content: "";
      display: block;
      height: 20px;
      width: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
  }

}


.menu-weekly-specials a::before {background-image: url("https://eu.evocdn.io/dealer/1396/content/media/My_Theme/icons/menu-monthly-specials.svg");}
.menu-paper a::before {background-image: url("https://eu.evocdn.io/dealer/1396/content/media/My_Theme/icons/menu-paper.svg");}
.menu-office-supplies a::before {background-image: url("https://eu.evocdn.io/dealer/1396/content/media/My_Theme/icons/menu-office-supplies.svg");}
.menu-technology a::before {background-image: url("https://eu.evocdn.io/dealer/1396/content/media/My_Theme/icons/menu-technology.svg");}
.menu-furniture a::before {background-image: url("https://eu.evocdn.io/dealer/1396/content/media/My_Theme/icons/menu-furniture.svg");}
.menu-facilities a::before {background-image: url("https://eu.evocdn.io/dealer/1396/content/media/My_Theme/icons/menu-facilities.svg");}
.menu-safety-ppe a::before {background-image: url("https://eu.evocdn.io/dealer/1396/content/media/My_Theme/icons/menu-safety-ppe.svg");}
.menu-ink-toner-finder a::before {background-image: url("https://eu.evocdn.io/dealer/1396/content/media/My_Theme/icons/menu-ink-toner-finder.svg");}

header .header-mobile .header-menu .cd-dropdown-wrapper .cd-dropdown .h3::after {
  content: "Browse Categories";
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
  header .header-full .menu {
    top: 0;
  }
}

.bg-primary {background-color: #ffdb48;}
.bg-secondary {background-color: #29b2c4;}