
#pluginAppObj_353_wrapper{
    z-index: 999999999999!important;
}
#pluginAppObj_353{
    z-index: 999999999999!important;
}
#icm_stickybuttonpluginAppObj_353 {
    background-color:rgba(0, 147, 74, 1);
    padding: 15px 15px 15px 15px;
    color:rgba(255, 255, 255, 1);
    position:fixed;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
    border-radius: 10px 10px 0px 0px; /* Cambiamo la posizione del radius in base alla posizione della label */
    z-index: 999999999999!important;
    font:16px 'Open Sans';
    font-weight: normal;
    font-style: normal;
    /* line-height:19.2px; */
    transition: transform 1s;
    
}

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

#icm_stickybuttonpluginAppObj_353>img {
    display:inline-block;
    max-width:20px;
    border:0;
    height: auto;
    max-height:20px;
    margin-right: 6px;
    vertical-align: middle;
}