.navegacao
{
	width:auto;
	display:table;
	float:right;
	box-sizing:border-box;
	text-align:right;
	padding-right:5px;
	height:65px;
	line-height:50px;
	padding-bottom:15px;
	padding-top:0px;
	margin-top:0px;
	margin-left:10px;
}

.navegacao img
{
	width:25px;	
}

.nav-mob
{
	display: none;
	width:auto;
	float:left;
	height:30px;
	padding:5px;	
	cursor:pointer;	
}

.search
{
	width:auto;
	float:left;
	height:28px;
	padding:5px;	
	margin-top:8px;
	cursor:pointer;	
}

.user
{
	width:auto;
	float:left;
	height:29px;
	padding:5px;
	margin-top:6px;
	cursor:pointer;	
}

.shop
{
	width:auto;
	float:left;
	height:29px;
	padding:5px;
	margin-top:7px;
	cursor:pointer;	
}

.botoes_topo
{
	width:315px;
	float:right;
	margin-right:5px;
	margin-top:10px;
}

.menu_user
{
	display:none;
	width:300px;
	position:absolute;	
	z-index:99999999999 !important;
	right:10px;
	margin-top:-8px;
	box-sizing:border-box;
	padding:10px;
	padding-bottom:35px;
	padding-top:25px;
	border-radius:5px;
	
	background-color:#272727;
	
}

.menu_user_close
{
	position:absolute;
	right:-8px;
	top:2px;
	width:30px;
	height:30px;
	border-radius:30px;
	
	line-height:28px;
	background-color:#0c803b;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	font-weight:500;
}

.menu_user_close:hover
{
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    transform: scale(1.09);	
}

.menu_user>li
{
	width:100%;
	box-sizing:border-box;
	float:left;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	line-height:40px;
	display:block !important;
}

.menu_busca
{
	display:none;
	width:310px;
	position:absolute;	
	z-index:9999999999999999;
	right:-10px;
	margin-top:-8px;
	margin-right:10px;
	box-sizing:border-box;
	border-radius:5px;
	
	padding:15px;
	padding-bottom:20px;
	padding-top:5px;
	
	background-color:#000000;
}

.menu_busca>li
{
	width:100%;
	box-sizing:border-box;
	float:left;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	line-height:40px;
	display:block !important;
}

.menu_busca_close
{
	position:absolute;
	right:-8px;
	top:2px;
	width:30px;
	height:30px;
	border-radius:30px;
	
	line-height:28px;
	background-color:#0c803b;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	font-weight:500;
}

.menu_busca_close:hover
{
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    transform: scale(1.09);	
}

.saudacao_nome
{
	width:300px;
	min-width:300px;
	max-width:320px;
	display:table;

	position:absolute;
	top:78px;
	right:0px;

	font-size:11px;
	height:30px;

	text-align:right;
	padding-right:15px;
	padding-left:15px;
	padding-top:7px;

	color:#FFFFFF;
	background-color:#000000;

	border-radius:30px 0px 0px 30px;
	z-index:-9;
}

.aba_usuario_home
{
	line-height:20px;
	text-decoration:none;	
}

.aba_usuario_home_nome
{
	width:100%;
	float:left;
	margin-bottom:15px;
	font-size:15px;
	color:#006917;
	padding-top:10px;
}

.aba_usuario_home a
{
	text-decoration:none !important;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
}
.aba_usuario_home a:hover
{
	color:#CCCCCC;
}

.whatsapp_topo
{
	float:left;
	width:185px;
	margin-left:5px;
	padding:4px;
	text-align: center;
	border-radius:30px;
	
	color:#fff;
	background-color: #1ad03f;
	transition: 0.5s;
	line-height: 25px;
	margin-top: 0px;
	padding-bottom:2px;
	padding-top:5px;
	
	background-image: url(../images/whats.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	padding-left:22px;
	background-position:8px 6px;
	height:38px;
	cursor:pointer;
	
	font-family:'Barlow Condensed', sans-serif;	
	font-weight:400;
}

.whatsapp_topo:hover
{
	border-radius: 10px 10px 0px 0px;
	border-bottom: 0px;
}

.whatsapp_topo:hover ul
{
	display: block;
	transition: 1s;
	opacity: 1;
	margin-top: 2px;
	border-radius:0px 0px 10px 10px;
	z-index:99999999999999999 !important;
}

.whats_texto_1
{
	font-size: 16px;
}

.whatsapp_topo ul
{
	position: absolute;
	padding:9px;
	text-align: left;
	background-color:#1ad03f;
	margin-left:-22px;
	width: 185px;
	padding-bottom:10px;
	
	border-top: 0px;
	transition: 1s;
	opacity: 0;
	margin-top: -15px;
}

.whatsapp_topo ul li:first-child
{
	border-bottom: 1px solid rgb(255,255,255,0.2);
}

.whatsapp_topo ul li
{
	list-style: none;
	font-size: 13px;
	margin-left: 6px;
	line-height: 25px;
	margin-right: 6px;
}

.whatsapp_topo ul li:hover
{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);		
}

.promocoes
{
	float:left;
	width: 120px;
	margin-right:5px;
	text-align: center;
	line-height: 34px;
	height:38px;
	border-radius:38px;
	color: #fff;
	background-color:#000000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	transition: 0.5s;
	cursor:pointer;

	background-image: url(../images/promo.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	padding-left:20px;
	background-position:5px 6px;
	
	font-family:'Barlow Condensed', sans-serif;	
	font-size: 16px;
	font-weight:500;
}

.promocoes:hover{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);		
}