
* {
	margin:0 auto;
	padding:0;
}

@media only screen and (max-width: 480px) {
      ul#MostraOculta {
      	display: none;
      }      
  }

.butcomprar {
		background: blue url(../images/cart.png) no-repeat 10px 7px;
		padding:10px 30px 10px 50px;
		color:#f8f8f8;
		border:1px solid blue;		
		-webkit-box-shadow:0 2px 2px #999;
		box-shadow: 1px 1px 3px #999;
		font-size:16px;	
        cursor:pointer;
	}
.butcomprar:hover {
	opacity:0.8;
}
.butcomprarPadrao {
		background: #333;
		padding:10px 30px 10px 30px;
		color:#f8f8f8;
		border:1px solid #333;
		webkit-box-shadow:0 2px 2px #999;
		box-shadow:0 1px 2px #999;
		font-size:16px;	
        cursor:pointer;
	}
.butcomprarPadrao:hover {
	opacity:0.8;
} 
body {
	/* min-width:1000px; */
	font-family:"Open Sans",sans-serif;
}
ul {
	list-style:none;
}
hr {
	margin:0 20px;
}		
a {
	text-decoration:none;
	font-size:16px;
	cursor:pointer;
}
a img {
	border:none;
}
.linkpadrao {
		color:#09F;
	}
.linkpadrao:hover {
		color:#069;
	}		
p {
	color:#666;
}
h1, h3 {
	font-weight:normal;
}
.links {
	color:#069;
	font-size:13px;
}
.links:hover {
	color:#73BF00;
}		
.titulos {
	font-size:1.6em;
	margin-left:1%;
	color:#003366;
}
.textos {
		margin-left:1%;
		line-height:22px;
		font-size:0.9em;
	}
.tabelas {
	width: 98%;
	border-collapse: collapse;
}
.tabela-pedido {
		width:100%;
		border-collapse: collapse;
	}
.tabela-pedido td {
	padding:4px 6px;
	font-size:0.8em;
}
.tabela-pedido td strong {
	font-family:"Open Sans",sans-serif;
	font-size:14px;
}	
.link-min-cart {
		font-size:0.75em;
		color:#73BF00;
	}
.tabelas td {
	padding:10px 10px;
	font-size:0.9em;
}
.tabelas td strong {
	font-family:"Open Sans",sans-serif;
	font-size:14px;
}	
.clean {
	clear:both;
}
/*
#topologo {
	height:130px;
	background:#fff url(../images/banner-topo.jpg) no-repeat center;
} */
#logo {
	margin-left:2%;
	margin-top:10px;
	float:left;
    z-index:999;
}


#login {
	width:150px;
	float:right;
	margin-right:2%;
	margin-top:50px;
	font-size: 14px;	
}
#login a {
	color:#FFF;
}
#login a:hover {
	color:blue;
}	
#login a#cadastrar {
	color:blue;
}
#login a#cadastrar:hover {
	color:#FFF;
}	
#login img {
	float:left;
	margin-right:5px;
}	
/*
.formbusca {
	min-width:570px;		
	float:left;
	min-height:30px;
	margin-left:10%;
	margin-top:50px;
	position:relative;
}
*/
.formpadrao {
	width:600px;		
	min-height:30px;
	margin-top:12px;
}
.inputbusca {
	width:500px;
	padding:8px 6px;
	border:1px solid blue;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	color:#666;
	font-size:14px;    
}			
.inputstext {
	width:500px;
	padding:8px 6px;
	border:1px solid blue;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	color:#666;
	font-size:14px; 	
}
#lupa {
	position:absolute;
	margin-left:-35px;
	margin-top:4px;
}			
#topomenu {
	height:55px;
	background: #E3A328; /* -------- ROXO DO LOGO -------- */
	border-bottom:2px solid #333; /* ------- VERDE DO LOGO -------- */
	position:relative;
}	
#topomenu ul {
	width:86%;
	height:52px;
	float:left;	
}

#topomenu ul li {
	height: 38px;
	position: relative;
	float: left;
	background: #E3A328;
	text-align: center;
	padding:12px 3% 0 3%;
    margin-top:2px;
    border-right:1px solid #666; }

#topomenu ul li#removeborder {
	border:none;
}
#topomenu ul li a {
	color:#fff;
	font-size:0.8em;
	line-height:22px;
	font-family: "Open Sans",sans-serif;
}
#topomenu ul li a:hover {
	text-decoration:underline;
}
*/
#promocao {
	float:right;
	margin-right:10px;
	margin-top:7px;
/*	position:absolute;
*/}
span.icons	{
	display:block;
	width:28px;
	height:23px;
}
a.computadores .icons	{		
	background:url(../images/icon-computador.png) no-repeat;
}
a.monitores .icons	{		
	background:url(../images/icon-monitor.png) no-repeat;
}
a.tablet .icons	{		
	background:url(../images/icon-tablet.png) no-repeat;
}	
a span.icons:hover {
	background-position: 0 -23px;
}	

.cart-link {
	display: block;		
	width: 80px;
	height:55px;
	text-align: center;
	background:#333 url(../images/cart.png) no-repeat 25px 22px; /* ----- VERDE ------ */
	float:right;			
}
.cart-link:hover {
	opacity:0.9;
}
.cart-link small {
		color:#f8f8f8;
		font-size:11px;	
	}
/*
#menuleft {
	width:20%;
	min-height:600px;
	float:left;
	margin-left:1%;
} */
.titulosnav {
	color:#ccc;
	font-weight:normal;
	margin-left:1%;
	float:left;
}
.titulosnav span {
	margin:0px 0 0 5px;
	float: left;
}
.titulosnav-produtos {
	color:#ccc;
	font-weight:normal;
	margin-left:1%;
	float:left;
	font-size:1.4em;
}
.titulosnav-produtos a {
	color:#ccc;
}	
.titulosnav-produtos span {
	float:left;
	margin:12px 0 0 5px;
}

.breadcumb-list:before {
	content: '';
	width:23px;
	height:36px;
	background: url('../images/marcador-lista.png') no-repeat;
	margin:2px 5px 0 0px;
	float:left;
}
.breadcumb:before {
	content: '';
	width:60px;
	height: 36px;
	background: url('../images/icon-home.png') no-repeat;
	margin:3px 5px 0 0;
	float:left;
}
.navdestaque {
		margin-left:0;
	}
.navdestaque span {
		font-size:1.8em;
		margin-top:4px;
	}
#listaprodutos li {
	display:block;		
	border-bottom:2px solid #E2E2E2;
	font-weight:100;
}
#listaprodutos li.itens-cat a {
	color:#003366;	
	padding:3px 0 3px 4px;
	line-height:34px;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
}
#listaprodutos li a:hover {
	color:blue;
	text-decoration: none;
}		
li.catprincipal {		
	display:block;		
	background-color:#E5E5E5;		
	border-bottom: none;
}
li.catprincipal a {
	color:#003366;	
	display:inline-block;
	border-left:1px solid #d8d8d8;
	padding:6px 0 6px 0;
	font-weight: bold;
}
li.catprincipal a:hover {
	text-decoration: none;
}
li.catprincipal a:before {
	width:1px;
	padding:5px 0;
	border-left:1px solid #FFF;
	margin-right:10px;
	content:"";		
}
.icon-titulo {
	display:inline-block;
	background:url(../images/marcador-ul-titulo.png) no-repeat;
	width:14px;
	height:8px;
	margin:0 12px 0 12px;
}
.icon-produtos {
	display:inline-block;
	background:url(../images/marcador-ul-produtos.png) no-repeat;
	width:14px;
	height:8px;
	margin:0 12px 0 12px;
}	
.contador-item {
	color:#999;
	font-size:12px;
}
#conteudo {
	float:left;
	max-width:77%;
	/* min-width:76%; */
	min-height:600px;
	margin-left:1%;
}
#conteudo-centro {
	width:960px;
	min-height:500px;
}	
#msg-condicoes {
	height:40px;
	float:right;
	margin-right:2%;
	position:absolute;
	right:0px;
}
#msg-condicoes h1, #msg-condicoes h3 {
	text-align:right;
	color:#592D86;
}
#msg-condicoes span {
		color:#666;
	}
#msg-condicoes select {
		padding:4px 6px;
		border:1px solid #CCC;
		-webkit-box-shadow:1px 1px 1px #CCC;
		box-shadow:1px 1px 1px #CCC;
		-webkit-border-radius:3px;
		border-radius:3px;
		font-size:1em;
		color: blue;
	}	

.box-produtos {
	border-top:1px solid #f8f8f8;
	border-bottom:3px solid #d8d8d8;
	background-color:#FFF;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	paddding: 20px;
	min-height: 320px;
}

.box-produtos:hover {
	border-top:1px solid #d8d8d8;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-bottom:3px solid #333;
	-webkit-box-shadow: 0 1px 1px #999;
	box-shadow: 0 1px 1px #999;
}

#paginator {
	width: 100%;
	margin:10px 0;
	float: left;
}

#paginator p {
	float:left;
}

#paginator a {
	float:left;
	padding:1px 6px;
	margin:0 5px;
}

#paginator .paginas_n {
	color:#73BF00;	
}

#paginator .pagina_ativa {
	background: blue;
	color:white;
}

.levejunto {
	margin-left:2%;
	margin-right:0;
}	
.desc-produtos {
	font-size:0.9em;
	color:#003366;
}
.desc-cor {
	color:#003366;
}
.desc-produtos:hover {
	text-decoration:underline;
}	
.de-produtos {
	font-size:0.8em;
	margin-top:5px;
	line-height:20px;

}
.de-produtos-gratis {
	font-size:1.15em;
	margin-top:5px;
	color:#73BF00;
	line-height:20px;
}
.termos {
	font-size:13px;
	color:#666;
	text-decoration:underline;
}	
.preco-produtos {
	color:blue;

}
.preco {
	color:blue;
	font-size:1.5em;
}
.box-detalhes {
	/* float:left; */
	min-height:300px;
	margin-left:2%;
	background-color:#FFF;
	-webkit-border-radius:4px;
	border-radius:4px;
	/* position: relative; */
}
.produto {
	max-width:40%;
	/* min-width:39%; */
	margin-left:1%;			
}
.comprar {				
	max-width:55%;
	/* min-width:54%; */
	/* margin-left:2%; */
}						
.thumbs {
	width:20%;
	min-height:200px;
	float:left;
}
#box-thumb {
	padding:4px;
	border:1px solid #d8d8d8;
	width:70px;
	height:50px;
	margin:5px 10px 5px 5px;
	text-align:center;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#box-thumb img {
	max-width:50px;
	max-height: 50px;
}
#box-thumb img:hover {
	opacity:0.7;
}		
.foto-capa {
	float:left;
	max-width:74%;
	margin-left:2%;
	position:relative;
}	

.foto-capa:hover {
	opacity:0.7;
	cursor:pointer;
}	
.desc {
	float:left;
	display:inline-block;
	width:31%;
	padding:2%;
	min-height:80px;
}
.condicao {
	width:52%;
}
.but-comprar {
	margin-left:2%;
}
.border-vertical {
	background:url(../images/line-vertical-min.png) no-repeat right center;
}	
#carrier-consult {
	display:block;
	min-height:20px;
	background-color:#f4f4f4;
	padding:2%;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#carrier-consult .carrier-response {
	margin:10px 0;
}
.carrier-response p {
		color:#763CB0;
	}
.mininput {
		padding:2px 2px;
	}
.inputpadrao {
	padding:6px 6px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
}
.but-frete {
	cursor:pointer;
}

.but-cart {
	background: none;
	border: none;
	
}

#meuCarousel {
	border-bottom: 3px solid #d8d8d8;
}

.camera_wrap {
	height:300px;
	border-bottom: 4px #333 solid;
}

.but-cart img:hover {
	cursor:pointer;
	opacity:0.7;
	border: none;
}

.but-cart:active {
	outline: none;
}

.but-right:after {
		content:"";
		display:inline-block;
		width:16px;
		height:16px;
		background: url(../images/marcador-ul.png) no-repeat;
		margin-left:10px;		
	}
.but-right {
	float:right;
	margin:0 20px 10px 0;
	cursor:pointer;
	background:blue;
	color:#FFF;
	padding:10px 15px 10px 25px;	
	font-size:16px;
	font-family:"Open Sans",sans-serif;
	-webkit-box-shadow:1px 3px 3px #CCC;
}
.but-right:hover {
	opacity:0.7;
}					

#rodape {
	min-height:330px;
	background: #000A40;
	border-top:2px solid #0298CA;
	position:relative;
}
#menu_rodape {
		display:block;
		margin-top:10px;
	}
#menu_rodape li {
		display:inline-block;
	}
#menu_rodape li:after {
		content:"";
		display:inline-block;
		width:2px;
		height:19px;
		background:url(../images/line-vt-ul.png) no-repeat 0 5px;
	}
li#removeafter:after {
		background:none;
	}		
#menu_rodape li a {
		color:#fff;
		padding:0 10px;		
  		font-size: 1.1em;  		
		display:inline-block;
	}
#menu_rodape li a:hover {
		color:#fff;
	}		
#dentrorodape {	
	text-align:center;
	position:relative;
}
#copyright {	
	margin-top:10px;
}

.box-conteudo {	
	min-height:400px;
	padding:10px;
	border:1px solid #d8d8d8;
	border-bottom:3px solid #AA5500;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

.box-form-cadastro {
	max-width:478px;
	min-height:300px;
	/* float:left; */
	border:1px solid #d8d8d8;
	border-bottom:3px solid #AA5500;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
.box-form-login {
	max-width:478px;
	min-height:300px;
	/* float:left; */
	border:1px solid #d8d8d8;
	border-bottom:3px solid #AA5500;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.titulo-h3 {
	font-weight:bolder; 
	color:#333;
	padding:10px 0 10px 15px;
}
.label-form {
	/* display:inline-block; 
	margin:10px 0 10px 15px; */
	color:#666;	
	/* text-align:right;
	font-size:14px; */
}
.desc-label {
	width:100%;
	display:inline-block;
}
.error {
	color: red;
}
.campos-input {
	width:300px;
	border:1px solid #CCC;
	padding:10px;
	webkit-border-radius:3px;
	border-radius:3px;
	color:#666;
}
.campos-input-min {
	width:150px;
	border:1px solid #d8d8d8;
	padding:10px;
	webkit-border-radius:3px;
	border-radius:3px;
	color:#666;
}						
#picture {
		border:5px solid #e8e8e8;
		-webkit-border-radius:110px;
		border-radius:110px;
		float:left;
		margin-right:10px;
	}	
#nav-user {
		margin-top:20px;
		float:left;
	}
#nav-user h3 {
		padding-bottom:10px;
	}	
#nav-user li {
		line-height:22px;
		margin-top:5px;
	}
#nav-user li a {
		padding-left:20px;
		color:#6DCE19;
	}
#nav-user li a:hover {
		color:#763CB0;
	}	
.end {
		display:block;
		width:255px;
		min-height:155px;
		border:1px solid #CCC;
		-webkit-border-radius:4px;
		border-radius:4px;
		padding:15px;
		float:left;
		margin:10px 10px 0 0;
		color:#666;
		font-size:16px;
	}
.novoendereco {
		border-style:dashed;
		text-align:center;
	}
#exluirend {
		float:right;
		text-indent:-9999px;
		overflow:hidden;
		background:url(../images/icon-excluir-cms.png) no-repeat;
		display:block;
		width:20px;
		height:21px;
	}
#editarend {
		float:right;
		text-indent:-9999px;
		overflow:hidden;
		background:url(../images/icon-edite.png) no-repeat;
		display:block;
		width:24px;
		height:19px;
		margin-right:10px;
	}	
#exluirend:hover {
		opacity:0.7;
	}							

.campos-vazios {
	border:1px red solid;
}

.selec-vv {
	margin:10px 3px;
	border: 1px #efefef solid;
	padding:5px;
	border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	float:left;
}
.selec-vv h3 {
	font-size:.95em;
	color:#333;
	margin:5px 2px;
}
.selec-vv .selec-vv-v {
	float:left;
	margin:4px 10px;
}
.selec-vv .selec-vv-v span {
	width:16px;
	height: 16px;
	float: left;
	margin:0 5px;
}
.selec-vv .selec-vv-v  input {
	margin:1px 2px;
	cursor: pointer;
}
.selec-vv .selec-vv-v label {
	font-size:.85em;
	color:#666;
}


.box-social-prd {
		float:left;
		height:40px;
		clear: both;
		margin:5px 0 0 10px;
}
.boxsocial {
		float:right;
		height:65px;
		margin:0 5px;
}

@media only screen and (max-width:1360px) {
	/*#topomenu ul {
		width:92%;
	}*/
	.titulosnav span {
		margin-top:-4px;	
	}
	.navdestaque span {
		padding-top:3px;
	}
}

@media only screen and (max-width:1280px) {
	.box-produtos {
	 /*	margin-right:1%; */
	}
}

/* --------------------- @media Only ----------------------- */

@media only screen and (max-width:1180px) {
	/*
	.formbusca {
		width:290px;
		margin-left:10%;
	} */
	.inputstext {
		width:270px;
	}
	#login {		
		margin-right:1%;
	}
	/*
	#topomenu ul {
		width:80%;		
	}
	*/
	li#catremover {
		visibility:hidden;
		text-indent:-9999px;
		overflow:hidden;		
	}
	/*
	.box-produtos {
		max-width:20%;
		min-width:19%;
	} */
.condicao {
	width:48%;
}
	.foto-capa {
		width:70%;
	}
.titulosnav {
		font-size:1.8em;
	}

.box-produtos {
		min-height:320px;
	}
li.itens-cat a {
			font-size:0.8em;
			}
li.catprincipal a { 
			font-size:0.8em;
		}
.desc-produtos {
			font-size: 0.8em;
		}							
	
	} /* end media 1160 pixel */

@media only screen and (max-width:1024px) {
		/*
		#topomenu ul {
			width:86%;		
		}	
		*/
		/*li#cat2remover {
			visibility:hidden;
			text-indent:-9999px;
			overflow:hidden;		
		}*/
		/*
		#conteudo { 
			min-width:760px;
		} */
		#box-thumb {
			width:70px;
			height:50px;
		}
		#box-thumb img {
			width:50px;
		}
		.titulosnav {
			font-size:1.3em;
		}
		.titulosnav span {
			margin:6px 0 0 5px;
			float: left;
		}
	
		.titulos {
			font-size:1.3em;
		}
		.box-produtos {
			min-height:320px;
		}
		/*
		#adquirir_loja {
				top:12px;
			}
		*/

			

} /* end media 1000 pixel */



@media only screen and (max-width:1024px) {
		/*		
		#topomenu ul {
			width:86%;		
		} */	
		/*li#cat2remover {
			visibility:hidden;
			text-indent:-9999px;
			overflow:hidden;		
		}*/
		#conteudo { 
			/* min-width:760px; */
		}
		#box-thumb {
			width:70px;
			height:50px;
		}
		#box-thumb img {
			width:50px;
		}
		.titulosnav {
			font-size:1.3em;
		}
		.titulosnav span {
			margin:6px 0 0 5px;
			float: left;
		}
	
		.titulos {
			font-size:1.3em;
		}
		.box-produtos {
			min-height:320px;
		}
					

} /* end media 1000 pixel */


@media print {
	/*
	#topo {
		display:none;
	}
	*/
	.thumbs {
		display:none;
	}

}
.navbar-nav .nav-link {
	padding: 5px 20px;
}
.itensMenu a {    
  font-size: 1.1em;           
}
.itensMenu a:hover{
	background-color: black;
	border-radius: 5px;
	
}

div.pesquisa {
	line-height: 40px;
	max-width: 600px;
}

#adquirir_loja a{
	color: white;
	text-decoration: none;
}

.box-form-cadastro .form-control{
	width: 100%;
}