/* Make hamburger icon bigger */
.zs-mobile-menu-btn i {
    font-size: 28px !important;   /* adjust size */
}

/* Change the icon color */
.zs-mobile-menu-btn i {
    color: #ffffff !important;    /* replace with your color */
}
@media (max-width: 768px) {
    .zs-overlay-content {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
}