.header__main .header__logo-wrapper .logo {
    top: 1px;
    height: 44px;
    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-easyline.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-easyline.svg');
}

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

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

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

.content-block {
    padding: 75px 0 0;
}

#video-slider {
    padding: 115px 0 0;
}

.video-carousel .owl-dots {
    margin-top: 120px;
}