.widget_sd_widget_menu_toggle a {
    display: none;
}

@media screen and (max-width: 1200px) {
    .widget_sd_widget_menu_toggle {
        display: flex;
        align-items: center;
    }

    .widget_sd_widget_menu_toggle a {
        display: inline-flex !important;
        background: #e01861;
        justify-content: center;
        align-items: center;
        padding: 0;
        border-radius: 15px;
        height: 40px;
    }

    .widget_sd_widget_menu_toggle a svg {
        height: 20px;
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
    }

    .menu-toggle {
        display: flex !important;
        background: #e01861;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
        margin-top: 0;
        margin-bottom: 0 !important;
        padding: 0;
        height: 40px;
        width: 40px;
    }

    .menu-toggle svg {
        display: block !important;
        height: 30px;
        color: #fff;
    }

    .menu-toggle:hover svg {
        color: #e01861;
    }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}