:root {
  --evo-brand-secondary: #86cb3e;
  --evo-brand-accent: #86cb3e;
  --evo-header-background: #fff;
}
.header-full .logo img {
/* Change this for desktop */
    max-width: 250px !important;
    height: auto !important;
    max-height: none !important;
}

.fa-leaf:before {
    content: "\f06c";
    color: green;
}

.fa-recycle:before {
    content: "\f1b8";
    color: limegreen;
}

header .header-full > div:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

nav.menu .catalog-block ul.catalog > li {
  max-width: none;
}