#imHeader_pluginAppObj_21 {
    position: static!important;
}


#imHeader_pluginAppObj_21_wrapper{
    z-index: 999999999999!important;
}
#imHeader_pluginAppObj_21{
    z-index: 999999999999!important;
}
#icm_stickybuttonimHeader_pluginAppObj_21 {
    background-color:rgba(216, 16, 86, 1);
    padding: 2px 10px 10px 10px;
    color:rgba(255, 255, 255, 1);
    position:fixed;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 1px 13px rgba(255, 255, 255, 1);
    border-radius: 0px 0px 10px 10px; /* Cambiamo la posizione del radius in base alla posizione della label */
    z-index: 999999999999!important;
    font:14px 'Montserrat';
    font-weight: normal;
    font-style: normal;
    /* line-height:16.8px; */
    transition: transform 1s;
    
}

#icm_stickybuttonimHeader_pluginAppObj_21.icm_stickybuttonhidden {
    transform: translate(0,-200%); /*Top negativo*/
}


#icm_stickybuttonimHeader_pluginAppObj_21>img {
    display:inline-block;
    max-width:30px;
    border:0;
    height: auto;
    width:100%;
    max-height:30px;
    
    vertical-align: middle;
}