CSS
@media only screen and (max-width: 767px) {
#cabecalho ul.actions-menu > li.visible-phone,
#cabecalho ul.actions-menu li.menu-login {
position: fixed!important;
top: 3px!important;
z-index: 9999!important;
}
#cabecalho ul.actions-menu li.menu-login {
left: 55px!important;
}
#cabecalho ul.actions-menu > li.visible-phone {
left: 107px!important;
}
#cabecalho > .conteiner .main-header .busca {
border-top: 0px;
}
#cabecalho .conteiner .logo {
margin: 0;
height: 100px
}
#cabecalho .conteiner .logo img {
max-height: 150px;
margin: 20px auto 0px;
padding: 0px;
}
#cabecalho:before {
border-bottom: none;
}
#cabecalho.fixed>.conteiner .main-header .conteudo-topo .actions-menu .menu-login > a > i {
background: var(--principal);
}
}