.custom-header-logo img {
    width: 180px !important;
    height: auto !important;
}

@media (max-width: 768px) {

    .header-middle .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .logo-header,
    .main-megamenu,
    .header-middle-right {
        width: 100% !important;
        text-align: center !important;
    }

    .logo-header img {
        width: 140px !important;
    }

    .custom-header-logo img {
        width: 150px !important;
    }

    .navigation-megamenu-wrapper .note-msg {
        display: none !important;
    }
}
