.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;
}

.menu .catalog-block {
    background: #3c3c3c !important;
}

header .minicart_container .cart-btn>a.btn .minicart_count {
    align-items: center;
    background: #3c3c3c;
    border-radius: 100%;
    color: #fff;
    display: flex
;
    height: 24px;
    justify-content: center;
    transition: color .35s ease, background .35s ease;
    width: 24px;
}

/* HEADER MENU STYLING BEGIN */
/* background */
header .menu {
    background: #000000;
}

/* links */
a.cd-dropdown-trigger,
a.cd-dropdown-trigger:active,
a.cd-dropdown-trigger:focus,
a.cd-dropdown-trigger:hover,
a.cd-dropdown-trigger:visited,
.menu .container li.menuitem a {
    color: white !important;
}

/* arrow for the shop by vertical menu */
.cd-dropdown-trigger:after,
.cd-dropdown-trigger:before {
    background: white !important;
}

/* hover effect - optional */
.menu .container li.menuitem:hover,
.no-touch .cd-dropdown-trigger:hover,
.menu .container li.menuitem:hover a {
    color: #56acdf !important;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #ffffff;
    display: flex
;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>span>span {
    color: #ffffff;
    transition: color .35s ease;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon:before {
    content: "\f007";
    color: #ffffff;
}

/*HEADER NAV LINK COLOUR AND HOVER*/
nav.menu .catalog-block ul.catalog>li>a {
  color: #ffffff;}
 
nav.menu .catalog-block ul.catalog>li>a:focus-visible,nav.menu .catalog-block ul.catalog>li>a:hover {
    color: var(--evo-header-background);
}
/* HEADER MENU STYLING END */
  
  .fa-envelope:before {
    content: "\f0e0";
    color: white;
}
  
.fa-phone:before {
    content: "\f095";
    color: white;
}
  
  .fa-location-pin:before, .fa-map-marker:before {
    content: "\f041";
    color: white;
}
  
  footer.footer .logo_container .logo img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
  
  .fa-list-alt:before, .fa-rectangle-list:before {
    content: "\f022";
    color: white;
}
  
  header .shoppingtools_container a.account-btn.btn-outlined-invert>span>span {
    color: #3C3C3C;
    transition: color .35s ease;
}
  
  header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon:before {
    content: "\f007";
    color: #3C3C3C;
}
  
  .fa-list-alt:before, .fa-rectangle-list:before {
        content: "\f022";
        color: #3C3C3C;
    }
}

/*Header amendments*/
.header-full .vertical-align::before {
  display:none;
}

.header-full .vertical-align::after {
  display:none;
}

.header-full .vertical-align {
  justify-content: space-between;
}

.header-full .vertical-align > div{
  width: auto;
}

.header-full .search_container {
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .header-full .logo img {
    max-width: 150px !important;
  }
}
/*End header amendments*/

.live-inventory-v2-wrapper .in-stock, .live-inventory-v2-wrapper .out-stock, .product-stock .in-stock, .product-stock .out-stock {
    font-size: 1rem;
}

.categoryfiltermenu_container, .filters_container {
    background-color: #f1ffd3;
    border-radius: 5px;
    padding: 35px 20px;
}

.live-inventory-v2-wrapper .in-stock, .live-inventory-v2-wrapper .out-stock, .product-stock .in-stock, .product-stock .out-stock {
    font-size: 0.8rem;
}

.label-danger {
    background-color: #32CD32;
}