.topo
{
	position:fixed;
	top:-200px;
	width:100%;
	float:left;
	/*background-color:rgb(17,15,15,0.9);*/
	background-image:url(../images/bg_black.png);
	background-repeat:repeat-x;
	height:190px;

	display:table !important;
	padding-top:5px;
	padding-bottom:5px;
	z-index:9999 !important;
	
	transition: all 0.2s;
	/*border:solid 1px #000000;*/
}

.logotipo
{
	width:230px;
	float:left;
	box-sizing:border-box;
	text-align:left;
	padding-left:10px;
	padding-top:15px;
	cursor:pointer;
	height:auto;
	margin-left:20px;
}

.logotipo img
{
	margin-right:13px;
	max-width:181px !important;
}

.topo_links
{
	top:0px !important;
	background-color:rgb(0,0,0) !important;
	box-shadow:0px 0px 10px rgb(0,0,0,0.3) !important;
	transition: all 0.2s !important;
	
	height:60px !important;
	max-height:60px !important;
}

.menu_mobile_close
{
	display:none;	
}

.menu_top
{
	width:auto;
	margin:0 auto;
	float:left;
	text-align:right;
	
	box-sizing:border-box;
	padding-right:10px;
	height:60px;
	padding-top:10px;
}

@media screen and (max-width:900px) 
{
	.topo
	{
		position:absolute;	
		background-color:rgb(0,0,0) !important;
		height:70px;
	}
	
	.logotipo
	{
		width:100%;
		margin-left:0px !important;
		text-align:center !important;
	}
	
	.logotipo img
	{
		width:85% !important;	
	}
	
	.navegacao
	{
		width:200px;
		float:left;
		margin-top:0px;
		margin-left:0;
		padding-top:0px;
		z-index:999999999 !important;
		box-sizing:border-box !important;
	}
	
	#img_user
	{
		width:28px !important;
		margin-right:5px;
		margin-left:5px;	
	}
	
	#img_menu
	{
		width:26px !important;	
	}
	
	#img_car
	{
		width:29px !important;	
		margin-top:-4px;
		margin-right:4px;
		margin-left:2px;
	}
	
	.search
	{
		width:36px;
		float:left !important;
		margin-top:5px !important;	
		margin-left:4px;
	}
	
	.user
	{
		float:left !important;
	}
	
	.shop
	{
		float:left !important;
		width:38px;
		margin-top:6px;
		margin-left:0px;
	}
	
	.nav-mob
	{
		display: block;
		width: 35px;
		float:right;
		margin-top: 6px;
		margin-right:0px;
		margin-left:6px !important;
	}

	.botoes_topo
	{
		position:relative;
		width:auto !important;
		min-width:auto !important;
		float:none !important;
		margin:0px auto;
		top:0px !important;
		display:table;
		
		padding-left:6px;
		padding-right:6px;
		padding-top:5px;
		padding-bottom:0;
		height:38px;
		background-color:transparent !important;
	}

	.topo_links_mob
	{
		background-color:#EBEBEB;
		height:120px !important;
		max-height:120px !important;
		position:relative !important;
		background-image:none !important;
		border-bottom:solid 1px #CFCFCF;
	}

	.topo_links_mob .linha_topo
	{
		background-image:none;
	}

	.saudacao_nome
	{
		margin-top: 45px !important;
		text-align: center !important;
	}

	.promocoes{
		float: left !important;
		margin: auto !important;
		
	}
}