Thank you Skandha, i modify i little bit the first CSS to make it work, in the rest everything work like a charm. Thank you again for help as always!
@media screen and (min-width:550px) {
#scrollup {
display:none !important;
}
}
To (max instead min)
@media screen and (max-width:550px) {
#scrollup {
display:none !important;
}
}