.header_omg_im_scrolled .ybc-menu-toggle {
    padding: 10px 15px;
}

.header_omg_im_scrolled .ybc-menu-toggle .ybc-menu-button-toggle_icon {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 3px;
}

.header_omg_im_scrolled .mm_menu_content_title {
    padding: 0px 1vw;
    min-height: 40px;
}

/* FRESHMOD | botones adicionales sticky */
#header .header-fullwidth #_desktop_cart,
#header .header-fullwidth #search_widget_sticky,
#header:not(.header_omg_im_scrolled) .header-fullwidth #stickysearch, #logosticky {
    display: none;
}

#header.header_omg_im_scrolled .header-fullwidth div#_desktop_cart,
#header.header_omg_im_scrolled .header-fullwidth #search_widget_sticky, #header.header_omg_im_scrolled #logosticky {
    display: inline-block;
}

#header.header_omg_im_scrolled .header-fullwidth div#_desktop_cart,
#header.header_omg_im_scrolled .header-fullwidth #search_widget_sticky {
    float: left;
}

#header.header_omg_im_scrolled .header-fullwidth .ets_mm_megamenu {
    max-width: calc(100% - 200px);
    display: inline-block;
    position: relative;
    /* width: auto; */
    margin: auto 5px;
}

#stickysearch {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: auto;
    z-index: 11;
    width: 40px;
    height: initial;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

#stickysearch.collapse.in {
    width: 100%;
    max-width: 500px;
    right: 0;
    left: auto;
}


#stickysearch.collapsing {
    width: 0;
    overflow: hidden;
    right: 0;
    left: auto;
}

#search_widget_sticky a:not(.collapsed) i span {
    display: none;
}

#search_widget_sticky a:not(.collapsed) i:before {
    content: 'close';
}

@media (min-width: 786px) {
    #header.header_omg_im_scrolled .header-fullwidth {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
    }


    #header.header_omg_im_scrolled .header-nav {
        display: none;
    }

    #header.header_omg_im_scrolled .header-top {
        padding-top: 60px !important;
    }
}

@media (max-width: 785px) {
    #header.header_omg_im_scrolled .header-fullwidth {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    }

    #header.header_omg_im_scrolled nav {
        margin: 0px !important;
        padding: 0px !important;
        border: none !important;
    }
}

@media (max-width: 767px) {
    #header.header_omg_im_scrolled .header-fullwidth .ets_mm_megamenu {
        max-width: calc(100% - 100px);
    }
}

@media (min-width: 576px) {
    .omg_im_fixed .modal-dialog {
        margin-top: 50px !important;
    }
}