#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu li a:not(.botao) > span:last-child{
	display: none !important;
}

@media(min-width: 992px){
	#cabecalho.fixed .menu-carrinho{
	    left: 40px !important;
	}
	
	#cabecalho.fixed .menu.superior .nivel-um{
		display: inline-flex !important;
	}
}

@media(max-width: 767px){
	.carrinho-interno{
	    top: 58px !important;
    	right: -317px !important;
	}
	
	#cabecalho:not(.fixed):before{
		background: #fff !important;
	}
	
	#cabecalho.fixed:before{
		height: 60px !important;
	}
	
	#cabecalho .menu-handler{
		top: 10px !important;
	}
	
	#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu .menu-carrinho{
		top: 10px !important;
	}
}