/* Direct CSS Fix for Logo Size and Header Layout */
.logo img,
.custom-logo,
.header-middle .col-lg-3 img {
    max-height: 60px !important;
    width: auto !important;
    max-width: 180px !important;
}

@media (min-width: 992px) {

    .header-middle .col-lg-3:first-child,
    .logo-column {
        flex: 0 0 auto !important;
        width: 9% !important;
    }
}

/* Hide Fast Delivery Section */
.delivery-process {
    display: none !important;
}