/** Custom Styles **/
.logo {
    max-height: 58px !important;
}


@media all and (max-width: 767px) {
   .logo {
       max-height: 32px;
   }
}

img#StoreLogo.logo.logo-dark {
    height: 58px !important;
    max-height: 58px !important;
}