.asw-menu-btn {
    background-color: #7c5ba8 !important;
    width: 35px !important;
    height: 35px !important;

}
.asw-menu-header {
    background: #7c5ba8 !important;
    color: #fff;
}

.asw-footer {
    background: #7c5ba8 !important;
    color: #fff;
}

.asw-adjust-font div[role=button] {
    background: #7c5ba8 !important;
    color: #fff;
}

@media (max-width: 768px) {
    .asw-menu,
    .asw-menu-btn {
        top: 780px;  /* quitamos el top fijo */
        bottom: 2px; /* boton abajo */
        width: 50px;
        height: 50px;
    }

    .asw-menu-btn svg {
        width: 18px;
        height: 18px;
    }

    .asw-menu-btn .material-icons {
        font-size: 18px;
    }
}