.header__main .header__logo-wrapper .logo {
    top: 2px;
    height: 55px;
    width: auto;
    position: relative;
}

footer img.logo {
    max-width: 80%;
}

#topbar ul li svg path {
    fill: var(--accent-colour);
}

footer .col ul li:nth-of-type(1) a {
    color: var(--accent-colour);
}

form.filters select,
#product-list select {
    background-image: url('../../img/menu-varybond.svg');
}

form#search input,
form#featured-products-search input,
form#latest-news-search-form input,
form#datasheet-search-form input,
form#kb-search-form input,
form#searches input,
form#product-searches input {
    background-image: url('../../img/search-varybond.svg');
}

a.link:after {
    background-image: url('../../img/arrow-varybond.svg');
}

.product-main img {
    width: auto;
    margin: 140px auto;
}

.product-filters,
#featured-products form#featured-products-search{
    display: none !important
}