#header .logo {
    max-width: 190px;
    max-height: 79px;
    width: auto!important;
}
#footer #_desktop_logo img {
    max-width: 165px;
    max-height: 50px;
}
#_desktop_logo svg {
    max-width: 165px;
    width: 100%;
}
#checkout.checkout-minimize #_desktop_logo svg {
    height: auto;
    max-height: 60px;
}
#header #_mobile_logo svg {
    max-width: 150px;
    width: 100%;
}
#header .header-top.fixed-menu #_desktop_logo svg {
    height: auto;
    max-height: 60px;
}
@media (max-width: 991px) {
    #header .logo {
        width: auto
    }
    #header .header-nav.tablet-h .top-logo a img {
        max-height: 40px;
        max-width: 117px;
    }
}
@media (max-width: 767px) {
    #header .header-nav .top-logo a img {
        max-height: 50px;
        max-width: 100%
    }
}