.an_productattributes .an_pa_product-variants>.product-variants-item {
    display: none !important;
}

.an_productattributes-qty-add {
    display: none !important;
}

#products img {
    filter: brightness(1) !important;
}

.an_productattributes {
    display: none !important;
}

.Aowl-carousel.owl-loaded {
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    max-width: 1110px;
    margin-top: 10px;
}

#header .logo {
    max-width: 218px;
    max-height:  58px;
    padding: 0;
    width: auto;
    height:  auto;

}
#header #_mobile_logo svg,
#header #_desktop_logo svg,
#footer #_footer_logo svg {
    max-width: 218px;
    max-height: 63px;
    width: 100%;
}
@media (max-width: 991px) {
    #header .logo {
        width: auto
    }
    #header .header-nav.tablet-h .top-logo a img {
        max-height: 50px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #header .header-nav .top-logo a img {
        max-height: 50px;
        max-width: 175px;
    }
}