#nav-cliente {
	position: absolute;
	top: 20px;
	right: 20px;
	width: auto;
	height: 100px;
	margin: 0;
	padding: 0 9px;
	float: right;
	overflow: hidden;
}

#nav-cliente a{
	height: 25px;
	font-size: 1em;
	display: block;
	margin: 1px;
	padding: 12px 15px;
	float: right;
	color: #1d1d1d;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	background: #efefef;
	
	/* borders */
	border: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
	
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#nav-cliente a:hover {
	color: #1d1d1d;
	background: #FFF;
	text-decoration: none;
	
	/* borders */
	border: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
	
	/*transition*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
	
	/************************************************************************************
	NUMERO CARRINHO
	*************************************************************************************/

	#nun-conta{
		height: 26px;
		font-size: 1em;
		display: block;
		margin: 1px 2px;
		padding: 12px 21px;
		float: right;
		overflow: hidden;
		
		font-size: 1.1em;
		font-weight: 500;
		text-align: center;
		color: #1d1d1d;
		background: #FFF;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
	}
	
/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 980px) {

	#nav-cliente {
		position: absolute;
		top: 15px;
		right: 10px;
		width: auto;
		height: 100px;
		margin: 0;
		padding: 0 9px;
		float: right;
		overflow: hidden;
	}

	#nav-cliente a{
		height: 25px;
		font-size: 1em;
		display: block;
		margin: 1px;
		padding: 12px 15px;
		float: right;
		color: #1d1d1d;
		text-decoration: none;
		text-transform: uppercase;
		text-align: right;
		background: #efefef;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#nav-cliente a:hover {
		color: #1d1d1d;
		background: #FFF;
		text-decoration: none;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/*transition*/
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	/************************************************************************************
	NUMERO CARRINHO
	*************************************************************************************/

	#nun-conta{
		height: 26px;
		font-size: 1em;
		display: block;
		margin: 1px 2px;
		padding: 12px 21px;
		float: right;
		overflow: hidden;
		
		font-size: 1.1em;
		font-weight: 500;
		text-align: center;
		color: #1d1d1d;
		background: #FFF;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
	}		

}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {

	#nav-cliente {
		position: fixed;
		top: 60px;
		right: 10px;
		width: 45px;
		height: auto;
		margin: 0;
		padding: 0 9px;
		overflow: hidden;
	}

	#nav-cliente a{
		height: 20px;
		font-size: 1em;
		display: block;
		margin: 1px;
		padding: 12px 15px;
		float: right;
		color: #1d1d1d;
		text-decoration: none;
		text-transform: uppercase;
		text-align: right;
		background: #efefef;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#nav-cliente a:hover {
		color: #1d1d1d;
		background: #FFF;
		text-decoration: none;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/*transition*/
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	
	/************************************************************************************
	NUMERO CARRINHO
	*************************************************************************************/

	#nun-conta{
		height: 18px;
		font-size: 1em;
		display: block;
		margin: 1px 2px;
		padding: 12px 21px;
		float: right;
		overflow: hidden;
		
		font-size: 1.1em;
		font-weight: 500;
		text-align: center;
		color: #1d1d1d;
		background: #FFF;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
	}		

}


/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {

	#nav-cliente {
		position: fixed;
		top: 60px;
		right: 10px;
		width: 45px;
		height: auto;
		margin: 0;
		padding: 0 9px;
		overflow: hidden;
	}

	#nav-cliente a{
		height: 20px;
		font-size: 1em;
		display: block;
		margin: 1px;
		padding: 12px 15px;
		float: right;
		color: #1d1d1d;
		text-decoration: none;
		text-transform: uppercase;
		text-align: right;
		background: #efefef;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#nav-cliente a:hover {
		color: #1d1d1d;
		background: #FFF;
		text-decoration: none;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/*transition*/
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	
	/************************************************************************************
	NUMERO CARRINHO
	*************************************************************************************/

	#nun-conta{
		height: 18px;
		font-size: 1em;
		display: block;
		margin: 1px 2px;
		padding: 12px 21px;
		float: right;
		overflow: hidden;
		
		font-size: 1.1em;
		font-weight: 500;
		text-align: center;
		color: #1d1d1d;
		background: #FFF;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;	

}


/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/

@media all and (max-width : 480px) {

	#nav-cliente {
		position: absolute;
		z-index: 100000;
		top: 5px;
		right: -15x;
		width: 45px;
		height: auto;
		margin: 0;
		padding: 0px;
		overflow: hidden;
	}

	#nav-cliente a{
		height: 20px;
		font-size: .9em;
		display: block;
		margin: 1px;
		padding: 12px 9px;
		float: right;
		color: #1d1d1d;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		background: #efefef;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#nav-cliente a:hover {
		color: #1d1d1d;
		background: #FFF;
		text-decoration: none;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/*transition*/
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	
	/************************************************************************************
	NUMERO CARRINHO
	*************************************************************************************/

	#nun-conta{
		height: 18px;
		font-size: 1em;
		display: block;
		margin: 1px 2px;
		padding: 12px 15px;
		float: right;
		overflow: hidden;
		
		font-size: 1.1em;
		font-weight: 500;
		text-align: center;
		color: #1d1d1d;
		background: #FFF;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
	}	

}
