.widget_wf_farmacia_sidebar,
.wf-sidebar-widget,
.wf-current{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
}
.wf-current{
    display:flex;
    line-height:0;
    justify-content:center;
    overflow:hidden;
}
.wf-current[hidden]{
    display:none!important;
}
.wf-current-image{
    display:block;
    width:var(--wf-image-width,100%);
    max-width:100%;
    height:auto;
    box-sizing:border-box;
    object-fit:contain;
}
.wf-sidebar-widget.wf-align-left .wf-current{justify-content:flex-start}
.wf-sidebar-widget.wf-align-center .wf-current{justify-content:center}
.wf-sidebar-widget.wf-align-right .wf-current{justify-content:flex-end}

@media (max-width:767px){
    .widget_wf_farmacia_sidebar,
    .widget_wf_farmacia_sidebar .wf-sidebar-widget,
    .widget_wf_farmacia_sidebar .wf-current{
        display:flex;
        visibility:visible;
        opacity:1;
        width:100%;
        max-width:100%;
        min-width:0;
    }
    .widget_wf_farmacia_sidebar{
        flex-direction:column;
        overflow:visible;
    }
    .widget_wf_farmacia_sidebar .wf-current-image{
        width:100%;
        max-width:100%;
        height:auto;
    }
}
