html { 
	-webkit-text-size-adjust:none;
	width:100%;
}
body {
	font-family: 'Maven Pro', sans-serif;
	font-size: 17px;
	font-weight:400;
	margin:0;
	padding:0;
	width:100%;
	color:#000;
	background-color: #fff;
}
.clear{
	clear:both;
}
h1, h2, h3{
	margin:0;
	padding:0;
	font-weight:500; /*definir*/
}
h1{
	font-size:22px;
	color:#000;
	padding-bottom:5px;
	border-bottom: solid 2px #e5e5e5;
	margin-bottom:30px;
	font-weight:500;
}
h1 span{
	font-size:16px;
	font-weight:500;
	margin-left:20px;
}
h2{
	font-size:20px;
	color:#000;
}
h3{
	font-size:16px;
	color:#000;
}
h3 span{
	font-size:14px;
}
a{
	text-decoration:none;
	color:#ff6600;
}
a:hover{
	color:#ffcc00;
}
header{
	max-width:100%;
	height:auto;
	background-color:#fff;
}
#topo{
	max-width:95%;
	height:95px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:hidden;
}
#logo{
	width:301px;
	height:63px;
	display:inline;
	text-align:center;
	padding-left:10px;
	margin-top:16px;
	float:left;
}
#logo img{
	height: 100%;
}
#boxBusca{
	
	position:absolute;
	left:50%;
	margin-left: -170px;
	width:340px;
	height:35px;
	background-color:#fff;
	
	margin-top:30px;
	border: solid 1px #999;
	border-radius: 15px;
}
.btnBuscaTop{
	height: 25px;
	width: 60px;
	margin-top:5px;
	background-color:#ccc;
	font-size:14px;
	font-weight:400;
	border:none;
	color:#666;
	display:inline-block;
	border-radius: 10px;
}
.btnBuscaTop:hover{
	background-color:#999;
	color:#fff;
	cursor:pointer;
}
.campobuscar {
	height: 32px;
	width: 260px;
	border: none;
	color: #666;
	font-size: 15px;
	font-weight:500;
	background-color: #fff;
	display: inline-block;
	padding:0;
}
#boxFuncoes{
	width:220px;
	height:75px;
	float:right;
	display:inline;
	margin-left:20px;
	margin-top:12px;
	text-align:center;
}
#compare{
	width:43px;
	height:42px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	margin-left:17px;
	margin-right:17px;
	background-image:url(../imgslj/geral/iconeCompare.png);
	background-repeat:no-repeat;
}
#carrinho{
	width:50px;
	height:41px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	margin-left:17px;
	margin-right:17px;
	background-image:url(../imgslj/geral/iconeCarrinho.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#qtd1{
	color:#fff;
	position:absolute;
	width:28px;
	height:20px;
	margin-left:15px;
	padding-top:10px;
	font-size:13px;
	text-align:center;
}
#cadastre{
	width:220px;
	height:22px;
	display:inline-block;
	font-size:15px;
	margin-top:15px;
}
#cadastre a{
	color:#666;
}
#cadastre a:hover{
	color:#ff6600;
}
#boxIdiomas{
	float:right;
	display:inline;
	padding: 10px;
	margin-top: 20px;
}
.lang-switch{
	display:flex;
	gap:10px;
}

.lang-switch img{
	width:30px;
	height:30px;
	border-radius:50%;
	object-fit:cover;
	cursor:pointer;
	
	border:2px solid transparent;
	
	transition:all .18s ease;
}

/* hover */
.lang-switch img:hover{
	transform:scale(1.1);
}

/* idioma ativo */
.lang-switch img.active{
	border:2px solid #222;
	box-shadow:0 0 0 3px rgba(0,0,0,0.15);
	transform:scale(1.08);
}
nav{
	width:100%;	
	height:40px;
	background-color:#424242;
	
}
#menu{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
/*menu desktop*/
.jqueryslidemenu{
	width: 1000px;
	height: 40px;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline-block;
	color:#fff;
	z-index: 1000;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-top:1px;
	padding-top: 10px;
	padding-bottom:14px;
	padding-right: 10px;
	padding-left: 10px;
	height: 16px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:hover{
	text-decoration:none;
	color:#e5e5e5;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
	padding-top:0px;

}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 190px;
	margin: 0;
	height:auto;
	
	font-weight:400;
	background-color:#e5e5e5;
	margin-left:0px;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	color:#333;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background-color:#ff6600;
background-image:none;
color:#fff;
}
.jqueryslidemenu ul li ul li ul li a{
width: 150px; /*width of sub menus*/
border-left:solid 3px #fff;
margin-left:0px;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 18px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 5px;
}
/*fim menu desktop*/
section{
	max-width:95%;
	min-height:300px;	
	height:auto;
	padding-bottom:40px;
	padding-top:20px;
	margin-left: auto;
  	margin-right: auto;
}

footer{
	width:94%;
	height:auto;
	background-color:#e5e5e5;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 3%;
	padding-right: 3%;
	text-align:center;
}
#footer1{
	width:180px;
	height:160px;
	display:inline-block;
	margin-right:45px;
	font-size:14px;
	text-align:left;
}
#footer1 ul{
	margin:0;
	padding:0;
	margin-top:8px;
}
#footer1 ul li{
	list-style:none;
	margin-left:0;
	margin-top:6px;
}
#footer1 ul li a{
	color:#000;
	font-weight:700;
}
#footer1 ul li a:hover{
	color:#ff6600;
}
#footer2{
	width:180px;
	height:130px;
	display:inline-block;
	vertical-align:top;
	margin-right:45px;
	font-size:16px;
	font-weight:700;
	text-align:left;
}
#footer2 img{
	margin-top:15px;
}
#footer3{
	width:210px;
	height:160px;
	display:inline-block;
	vertical-align:top;
	margin-right:45px;
	font-size:16px;
	font-weight:700;
	background-image:url(../imgslj/geral/atendimento3.png);
	background-repeat:no-repeat;
	background-position: 5px 25px;
	text-align:left;
}
#footer3 ul{
	margin:0;
	margin-left:35px;
	padding:0;
	margin-top:2px;
}
#footer3 ul li{
	list-style:none;
	margin-left:0;
	margin-top:10px;
	
	font-weight:400;
	font-size: 14px;
	color:#666;
}
#footer3 ul li a{
	font-weight:400;
	color:#666;
}
#footer3 ul li a:hover{
	color:#ff6600;
}

#footer4{
	width:122px;
	height:140px;
	display:inline-block;
	vertical-align:top;
	margin-top:0px;
	text-align:center;
}
#footerCompra1{
	width:200px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	font-size:14px;
	text-align:center;
}
#footerCompra1 img{
	margin-bottom:5px;
}
#footerCompra2{
	width:200px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	font-size:14px;
	text-align:center;
}
#cadastro{
	max-width:700px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#cadastro h2{
	font-size:22px;
	margin-bottom:15px;
	font-weight:700;
	color:#ff6600;
}
#cadastro label{
	font-weight:700;
}
.itemCadastro{
	width:46%;
	height:auto;
	display:inline-table;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:10px;
}
.campos{
	border:solid 1px #666;
	background-color:#f7f7f7;
	font-size:16px;
	padding-left:15px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:95%;
	margin-top:5px;
	border-radius: 10px;
}
.campos2{
border:solid 1px #666;
	background-color:#f7f7f7;
	font-size:16px;
	padding-left:15px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	border-radius: 10px;
	margin-left:0;
}
.botao{
	padding:10px 20px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
}
.botao:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.botao3d{
	padding:5px 10px;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
}
.botao3d:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.botaoTopo{
	padding:5px 10px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	float: left;
	display: inline;
	margin-top: 30px;
	margin-left: 200px;
}
.botaoTopo:hover {
	background: #ff9900;
	color: #fff;
}

#status{
	color:#F00;
	font-weight:700;	
}
.bannerslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.bannerslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.bannerslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.bannerslides img {
  display: block;
  height: auto;
  
  width: 100%;
  border: 0;
  }
#leftBanner{
	width:30px;
	height:30px;
	background-color:#ccc;
	float:left;
	position:relative;
	z-index:1000;
}
#rightBanner{
	width:30px;
	height:30px;
	background-color:#ccc;
	float:right;
	position:relative;
	z-index:1000;
}
#listaItems{
	text-align: center;
}
.cadaPrancha{
	width:150px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	text-align:center;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
	margin-top: 30px;
}
.cadaPrancha .fotosprancha{
	margin-bottom:10px;
	width:150px;
	height:409px;
	position:relative;
	z-index:0;
}
.cadaPrancha img{
	width:150px;
	height:409px;
	/*display:inline-block;*/
	position:relative;
	z-index:0;
}
.cadaPrancha .nm_prancha{
	font-weight:700;
	color:#000;
	font-size:18px;
	position:relative;
	z-index:100;
}
.cadaPrancha .preco{
	color:#F60;
	font-weight:700;
	font-size:18px;
}
.cadaPrancha .preco_promo{
	font-weight:400;
	color:#666;
	font-size:15px;
}
.cadaPrancha .parcelas{
	font-weight:700;
	color:#000;
	font-size:12px;
	line-height:1.1em;
	margin:0;
}
.cadaPrancha .prazoproducao, .cadaProduto .prazoproducao{
	font-weight:400;
	color:#F00;
	font-size:12px;
	line-height:1.1em;
	margin:0;
	margin-top:10px;
}
.cadaPrancha .apartir, .cadaProduto .apartir, .cadaStandUp .apartir{
	font-weight:400;
	color:#000;
	font-size:14px;
	margin:0;
}
.compareBox1{
	height:80px;
	overflow:hidden;
	margin-top:10px;
	position:relative;
	z-index:100;
}
.compareBox2{
	font-size:13px;
	font-weight:400;
	height:450px;
	margin-top:10px;
	border-top: solid 1px #e5e5e5;
	padding-top:15px;
}
.compareBoxMedidas{
	font-size:14px;
	font-weight:400;
	height:auto;
	margin-top:10px;
	border-top: solid 1px #e5e5e5;
	padding-top:15px;
	padding-bottom:10px;
	width:180px;
}
.compareBoxMedidasEncomenda{
	font-size:14px;
	font-weight:400;
	height:200px;
	overflow:scroll;
	margin-top:10px;
	border-top: solid 1px #e5e5e5;
	padding-top:15px;
	padding-bottom:10px;
	line-height:0.8em;
}
.compareBox3{
	height:80px;
	overflow:hidden;
	margin-top:10px;
	border-top: solid 1px #e5e5e5;
	padding-top:15px;
}
.compareBox4{
	overflow:hidden;
	margin-top:10px;
	text-align:center;
	height:auto;
}
.compareBox4 .btnComprar{
	float:none;
}
.compareBoxLogo{
	margin-top:10px;
	text-align:center;
	height:70px;
}
.compareBoxLogo img{
	width:auto;
	height:auto;
}
.btnLimparCompare{
	padding:5px 20px;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	background-color:#ff0000;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	float:right;
}
.btnLimparCompare:hover {
	background: #ff0000;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.btnExcluirCompare, .btnDelQtd, .btnRemover{
	padding:5px 5px;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	background-color:#ff0000;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	margin-top:15px;
}
.btnExcluirCompare:hover, .btnDelQtd:hover, .btnRemover:hover {
	background: #ff0000;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.btnAddQtd{
	padding:5px 5px;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	background-color:#390;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	margin-top:15px;
}
.btnAddQtd:hover {
	background: #390;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.configEncomendaCarrinho{
	font-size:13px;
}
.cadaProduto{
	width:150px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	text-align:center;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:35px;
	overflow:hidden;
}
.cadaStandUp{
	width:282px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	text-align:center;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:35px;
	overflow:hidden;
}
.cadaProduto img{
	display:inline-block;
}
.cadaStandUp img{
	display:inline-block;
	max-width:280px;
}
.cadaProduto .nm_produto, .cadaStandUp .nm_produto{
	font-weight:700;
	color:#000;
	font-size:20px;
}
.cadaProduto .preco, .cadaStandUp .preco{
	color:#F60;
	font-weight:700;
	font-size:18px;
}
.cadaProduto .preco_promo, .cadaStandUp .preco_promo{
	font-weight:400;
	color:#666;
	font-size:15px;
}
.cadaProduto .parcelas, .cadaStandUp .parcelas{
	font-weight:700;
	color:#000;
	font-size:12px;
	line-height:1.1em;
	margin:0;
}

.boxBotoes{
	width:130px;
	height:30px;
	/*position:absolute;*/
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	z-index:100;
}
.boxBotoes img{
	width:30px;
	height:30px;
	float:right;
}
.btnComprar{
	width:90px;
	height:30px;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	float:left;
	text-transform: uppercase;
}
.btnComprar:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.btnPersonalize{
	width:120px;
	height:30px;
	/*position:absolute;*/
	margin-top:0px;
	margin-bottom:10px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	position:relative;
	z-index:100;
}
.btnPersonalize:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#btnPersonalize2{
	padding:5px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	text-transform:uppercase;
	margin-left:10px;
	margin-right:10px;
}
#btnPersonalize2:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.btnComprarProduto{
	width:90px;
	height:30px;
	position:absolute;
	margin-left:30px;
	margin-top:110px;
	z-index:1000;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
}
.btnComprarProduto:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
/*B&W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}

.tag{
	width:73px;
	height:51px;
	position:absolute;
	z-index:100;
}
.tag img{
	width:73px;
	height:51px;
}
#faixaNav{
	max-width:100%;
	height:auto;
	padding-top:11px;
	margin-bottom:20px;
}
#faixaNav h1{
	margin:0;
	padding:0;
	font-size:22px;
	color:#000;
	border:none;
	display:inline;
	float:left;
}
#comboOrdem{
	display:inline;
	float:right;
	width:340px;
	text-align:right;
	font-size:14px;
}
#filtros{
	max-width:100%;
	margin-bottom:10px;
}
#filtros h2{
	margin:0;
	padding:0;
	font-size:17px;
	padding-left:5px;
	cursor:pointer;
	
}
#boxTipos{
	margin-bottom:10px;
	margin-top:10px;
	
	display: table;
 	 width: 100%;
 
}
#boxTipos a{
	display: table-cell;
  text-align: center;
  width: 20%;
	border-right:solid 10px #fff;
}
#boxTipos img {
  width: 100%;
  max-width: 190px;
}

#boxMarcas{
	background-color:#e5e5e5;
	margin-bottom:10px;

}
#marcasLabel{
	display:inline-table;
	width:9%;
	font-size:13px;
	vertical-align:middle;
	text-align:center;
	padding-left:10px;
}
#marcasLista{
	display: inline-table;
 	 width: 90%;
}
#marcasLista a{
	display: table-cell;
  text-align: center;
  width: 10%;
	
}
#marcasLista img {
  vertical-align:middle;
	max-width:80%;
	padding-top:5px;
	padding-bottom:10px;
}
#marcasLista a.checked{
	/*background-image:url(../imgslj/geral/checkmarca.png);
	background-repeat:no-repeat;
	background-position:center 90%;*/
	
	background-image:url(../imgslj/geral/setamarca.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	
}
#boxFiltros{
	/*display:none;*/
	background-color:#e5e5e5;
	padding:10px;
	text-align:center;
}
#boxTabelas{
	max-width:100%;
	padding:0px;
	margin-bottom:30px;
	position:relative;
	z-index:100;
}
#boxTabelas a{
	padding:10px;
	background-color:#e5e5e5;
	font-weight:500;
	width:45%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:center;
	font-size:16px;
}
#boxTabelas .btn1{
	float:left;
	display:inline;
	
}
#boxTabelas .btn2{
	float:right;
	display:inline;
	color:#666;
}
#btnLimpar {
	padding: 5px 20px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	width:230px;
	margin:5px;
	display:inline-block;
	background-color:#999;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}
#btnLimpar:hover {
	background: #ccc;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#btnFinalizarCompra{
	width:250px;
	float:right;
	display:inline;
	padding:10px 20px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	margin-top:20px;
}
#btnFinalizarCompra:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#btnVoltar{
	width:250px;
	float:left;
	display:inline;
	padding:10px 20px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background-color:#999;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	margin-top:20px;
}
#btnVoltar:hover {
	background: #ccc;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#btnCEP, #btnCupom{
	padding:5px 10px;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
}
#btnCEP:hover , #btnCupom:hover{
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#opcaoFrete{
	font-size:15px;
	display:block;
	font-weight:700;
	padding:5px;
}
#opcaoFrete label{
	font-weight:500;
}
.aviso{
	background-color:#fc0;
	font-weight:500;
	color:#000;
	font-size:15px;
	padding:10px;
	text-align:center;
}
table.listaCarrinho{
	border-collapse: collapse;
	font-size:15px;
}
table.listaCarrinho tr{
	
}
table.listaCarrinho tr td {
	border: none;
	padding:10px;
	border:solid 1px #e5e5e5;
}
table.listaCarrinho tr td.labels {
	text-align:right;
}
table.listaCarrinho tr td a{
	font-size:18px;
	font-weight:500;
}
.cada{
	font-size:13px;
}
table.listaResumo{
	border-collapse: collapse;
	margin-top:10px;
}
table.listaResumo tr{
	
}
table.listaResumo tr td {
	border: none;
	padding:5px;
	border:none;
}
table.listaResumo tr td.labels {
	text-align:right;
}

/* Dropdown control */
.selectBox-dropdown {
    min-width: 230px;
max-width: 230px;
    position: relative;
    border: solid 1px #ccc;
    
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background-color: #FFF;
    display: inline-block;
    cursor: default;
	font-size:15px;
	font-weight:400;
	margin:5px;
	margin-right:10px;
	margin-left:0px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #ff6600;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    /*display: inline-block;*/
    white-space: nowrap;
    overflow: hidden;

}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../imgslj/geral/jquery.selectBox-arrow.png) 50% center no-repeat;
    
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 400px;
    
    border: solid 1px #ccc; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
	font-size:15px;
	font-weight:400;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
border-color:#ff6600;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 5px;
    white-space:normal;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}
/*fim select*/
#fotoProduto{
	width:40%;
	height:auto;
	float:left;
	display:inline;
	text-align:center;
	font-size:12px;
	margin-top:20px;
}
#fotoProduto img{
	border: none;
}
#detalhesProduto{
	width:55%;
	height:auto;
	float:left;
	display:inline;
	margin-left:4%;
}
#detalhesPrancha{
	width:55%;
	height:auto;
	float:left;
	display:inline;
	margin-left:4%;
	margin-top:20px;
}
#detalhesProduto h1, #detalhesPrancha h1{
	color:#000;
	line-height:0.7em;
	font-size:30px;
	border:none;
	padding:0;
	font-weight:700;
	margin-bottom:0;
	margin-bottom:30px;
}
#detalhesProduto h2, #detalhesPrancha h2{
	color:#f60;
	margin-bottom:10px;
	font-size:30px;
	border:none;
	padding:0;
	font-weight:500;
}
#detalhesProduto h1 span, #detalhesPrancha h1 span{
	font-size: 15px;
	color: #000;
	margin-left:0;
	margin-bottom:0;
	line-height:0.8em;
	
}
#preco{
	width:270px;
	height:auto;
	color:#ff5a00;
	font-size:26px;
	font-weight:700;
	float:left;
	display:inline;

}
#preco span{
	color:#666;
	font-size:15px;
	font-weight:400;
}
#preco #parcelamento{
	font-size:15px;
	color:#ff5a00;
}
#boleto{
	margin-top:10px;
	font-size:13px;
	color:#000;
	font-weight:400;
}
#boleto span{
	color:#ff5a00;
	font-weight:500;
}
#bonus{
	margin-top:10px;
	font-size:13px;
	color:#000;
	font-weight:400;
}
#fotosExtras{
	margin-top:0px;
}
#fotosExtras img{
	float:left;
	display:inline;
	border:none;
}
#fotosExtras img.ampliar{
	margin-left:-30px;
	margin-top:90px;
}
.btnComprarPagina{
	width:140px;
	height:40px;
	font-weight: 500;
	font-size: 16px;
	margin-left:10px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	float:left;
}
.btnComprarPagina:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#comboOpcionais{
	margin-top:15px;
}
#fotoPrancha{
	width:40%;
	height:auto;
	float:left;
	display:inline;
	text-align:center;
	font-size:14px;
	margin-top:20px;
}
#fotoPrancha span{
	font-size:12px;
}
#fotoPrancha img{
	border: none;
}
/* fotos página da prancha*/
.bannerslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.bannerslides2 li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  }
.bannerslides2 li.menor {
	/*margin-left:90px;*/
}
.bannerslides2 li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.bannerslides2 img {

  height: auto;
  border: 0;
  }
#controlesfoto{
	padding:5px;
	font-size:14px;
}
#controlesfoto a{
	color:#000;
	
}
#esquerda{
	float:left;
	display:inline;
}
#direita{
	float:right;
	display:inline;
}

/* fim fotos*/



/*Formulario de configuração*/
#geralConfig{
	width:300px;
	height:auto;
	float:left;
	display:inline;
}
#geralConfig h2{
	margin:0;
	font-size:20px;
}
.fotosatributos{
	width:300px;
	text-align:center;
	margin-top:10px;
	height:auto;
}
.itemForm{
	width:300px;
	height:auto;
	float:left;
	display:inline;
	margin-right:35px;
	margin-top:10px;
	margin-bottom:15px;
}
.itemForm label{
	font-weight:bold;	
}
.itemForm select, .itemForm input{
	width:298px;
	border:solid 1px #999;
	background-color:#f7f7f7;
	color:#000;
	font-size:14px;
	padding:5px;
	margin-top:5px;
}
#geralConfig .itemForm{
	width:300px;
	height:auto;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
#geralConfig .itemForm label{
	font-weight:bold;	
}
#geralConfig .itemForm select, #geralConfig .itemForm input{
	width:300px;
	border:solid 1px #999;
	background-color:#f7f7f7;
	color:#000;
	font-size:14px;
	padding:5px;
	margin-top:5px;
}
#tipoModeloE, #boxMedidasE, #boxConfigE, #boxOpcionaisE, #boxLogoE, #boxPinturasE, #boxFinalE, #boxClienteE{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.thumbLogo{
	width:140px;
	height:110px;
	float:left;
	display:inline;
	text-align:center;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:10px;
	border: solid 1px #ccc;
	padding:5px;
	font-size:11px;
}
.thumbLogo img{
	border:none;
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
	
}

#geralConfig #amostraPintura{
	width:110px;
	height:300px;
	float:left;
	display:inline;
	text-align:center;
	background-color:#f7f7f7;
	margin-left:100px;
}
#imgDesPrancha{
	display:none;
	width:400px;
	height:auto;
}
/* fim campos config */
#logins{
	text-align: center;
}
#divLogin {
	background-color: #f7f7f7;
	height: auto;
	width: 445px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
	display: inline-table;
	vertical-align: top;
	text-align:center;
}
#divLogin form{
	margin: 0px;
	margin-top:10px;
}
#divCadastre {
	background-color: #f7f7f7;
	height: auto;
	width: 445px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: inline-table;
	vertical-align: top;
	margin-left:30px;
	text-align:center;
}
.camposLogin {
	width: 350px;
	border:solid 1px #666;
	background-color:#fff;
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0;
}

.erroLog {
	color:#F00;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	font-weight:700;
}
#divEsqueciSenha{
	width:700px;
	height:auto;
	padding:20px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f7f7f7;
	text-align:center;
}
h1.passos{
	font-size:25px;
	font-weight:500;
	border:none;
}
h1.passos span{
	color:#999;
}
#boxResumo {
	background-color: #f7f7f7;
	height: auto;
	width: 46%;
	padding: 2%;
	display: inline-table;
	vertical-align: top;
	border-radius: 15px;
}
#boxEnderecoEntrega {
	background-color: #f7f7f7;
	height: auto;
	width: 43%;
	padding: 2%;
	display: inline-table;
	vertical-align: top;
	margin-left:2%;
	border-radius: 15px;
}
#formasPagamento{
	width:96%;
	height:auto;
	background-color: #e5e5e5;
	padding: 2%;
	display: block;
	margin-top:2%;
	border-radius: 15px;
}
#formasPagamento img.cielo{
	margin-top:10px;
	margin-bottom:10px;
	max-width:523px;
}
#formasPagamento img.bb{
	margin-top:10px;
	margin-bottom:10px;
	max-width:40px;
}
#formasPagamento input, #formasPagamento label{
	cursor:pointer;
}
#btnPagamento{
	width:250px;
	padding:10px 20px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	margin-top:20px;
}
#btnPagamento:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#formAlterarEndProcesso{
	background-color:#ffffff;
	margin-top:20px;
	padding:20px;
	display:none;
	margin-bottom:20px;
}
#formAlterarEndProcesso h2{
	border:none;
	font-size:20px;
	margin-bottom:10px;	
}
.itemAltEnd{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
.itemAltEnd label{
	font-weight:700;
	font-size:16px;
}
#altEnd{
	color:#ff6600;
	cursor:pointer;
}
#telaSucesso{
	 text-align: center;
	
}
#telaSucesso h1{
	border:none;
	font-size:30px;
	margin-bottom:10px;
}
#telaSucesso h2{
	border:none;
	font-size:20px;
	color:#ff6600;
	margin-bottom:10px;
}
#telaSucesso a img{
	border:none;
	margin-right:20px;
}
#dadosBancariosFinalizacao{
	width: 50%;
	display: inline-block;
	text-align: left;
}

a.minhaConta{
	background-color: #ff6600;
	height: auto;
	width: 29%;
	padding:1%;
	display: inline-table;
	vertical-align: top;
	text-align:center;
	margin: 1%;
	font-weight:500;
	font-size:20px;
	color:#fff;
	border-radius: 10px;
}
a.minhaConta:hover{
	background-color:#ffcc00;
}
table.tabPedidos {
	border-collapse: collapse;
	margin-top:25px;
	font-size:15px;
	margin-bottom:20px;
}
table.tabPedidos th{
	background-color:#ff6600;
	color:#fff;
	font-weight: 500;
	border: 1px solid #e5e5e5;
	padding:5px;
}

table.tabPedidos tr td {
	border: 1px solid #e5e5e5;
	padding:5px;

}


table.tabItensPedido{
	margin-top:20px;
	margin-bottom:20px;
	border-collapse: collapse;
}
table.tabItensPedido th{
	background-color:#ccc;
	color:#000;
	font-weight: bold;
	border: 1px solid #999;
	padding:5px;
}

table.tabItensPedido tr td {
	border: 1px solid #CCC;
	padding:5px;

}
#boxPed1{
	float:left;
	display:inline;
	width:460px;
	height:auto;
	background-color:#f7f7f7;
	padding:10px;
	font-size:14px;
}
#boxPed2{
	float:left;
	display:inline;
	width:460px;
	padding:10px;
	height:auto;
	background-color:#f7f7f7;
	margin-left:30px;
	font-size:14px;
}
#boxPed3{
	float:left;
	display:inline;
	width:460px;
	padding:10px;
	height:auto;
	background-color:#f7f7f7;
	margin-left:30px;
	margin-top:30px;
	font-size:14px;
}
#boxPed1 h2, #boxPed2 h2, #boxPed3 h2{
	margin-top:0;
	color:#000;
}
#andamento{
	padding:20px;
	width:920px;
	background-color:#e5e5e5;
	margin-top:30px;
}

#homeMarcas{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	text-align:center;
	overflow:hidden;
	padding-top:25px;
	margin-top:20px;
}
#logos .item img{
  	display: block;
  	height: auto;
}
.item a img{
	border:none;
}
#homePranchasEstoque .cadaPrancha, #homePranchasEncomenda .cadaPrancha{
	margin-bottom:15px;
}
#fotosLoja{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}

#bannerMeio{
	margin-top:20px;
	margin-bottom:30px;
	width:100%;
}
#teorias h2{
	color:#333;	
	font-size:20px;
}
#teorias h3{
	font-size:16px;
	color:#666;
	margin:0px;
	font-style:italic;
}
.rabeta{
	width:27%;
	height:auto;
	float:left;
	display:inline;
	margin-bottom:30px;
	margin-left:2%;
	margin-right:2%;
}
.rabeta img{
	float:left;
	display:inline;
	margin-right:10px;
}
.textoRabeta{
	float:left;
	display:inline;
	width:300px;
}
.sisQuilhas{
	width:100%;
	height:auto;
	float:left;
	display:inline;
	margin-bottom:30px;
}
.sisQuilhas img{
	float:left;
	display:inline;
	margin-right:10px;
}
.textoSis{
	float:left;
	display:inline;
	width:80%;
}
.borda{
	width:27%;
	height:auto;
	float:left;
	display:inline;
	margin-bottom:30px;
	margin-left:2%;
	margin-right:2%;
}
.borda img{
	float:left;
	display:inline;
	margin-right:10px;
}
.textoBorda{
	float:left;
	display:inline;
	width:297px;
}
#teorias table.bordasimples {
	border-collapse: collapse;
}

#teorias table.bordasimples tr td {
	border: 1px solid #ccc;
	padding:5px;
}
#btnFale {
	padding: 5px 25px;
	font-weight: 700;
	font-size: 15px;
	color:#fff;
	background-color: #ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	margin-top:20px;
}
#btnFale:hover{
	background-color: #E96F35;
}
#leftFale{
	display:inline-table;
	vertical-align: top;
	width:60%;
}
#leftFale label{
	font-weight:700;
}
#leftFale .campos{
	margin-bottom:10px;
}
#rightFale{
	display:inline-table;
	vertical-align: top;
	width:20%;
	margin-left:5%;
	text-align: center;
}
#rightFale img{
	max-width: 300px;	
}
.cadaShaper{
	width:27%;
	height:100px;
	display:inline-block;
	margin:2%;
	background-color:#f7f7f7;
	padding:1%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.cadaShaper h2 a{
	font-size:25px;
	color:#000;
}
.cadaShaper img{
	float:left;
	margin-right: 20px;
	border:none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.btnMais{
	position:absolute;
	padding:0;
	margin-top:65px;
	margin-left:380px;
	background-color:#ff6600;
	text-align:center;
	font-size:18px;
	font-weight:500;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:5px 15px;
}
.btnMais a{
	color:#fff;
	
}
.btnMais a:hover{
	color:#000;
	text-decoration:none;
}
.btnMais:hover{
	background-color:#ffcc00;
}
#shaper{
	width:100%;
}
#shaper img{
	width:40%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:right;
	display:inline;
	margin-left:20px;
	margin-bottom:20px;
}
#dadosShaper{
	float:left;
	width:55%;
}
#endLoja{
	display:inline;
	float:left;
	width:35%;
	height:auto;
	
}
#mapaLoja{
	display:inline;
	float:right;
	width:60%;
	height:400px;
	margin-left:20px;
}
.cadaLocal{
	width:290px;
	padding:10px;
	background-color:#f7f7f7;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin-right:20px;
	margin-top:20px;
	display:inline-table;
	vertical-align:top;
	color:#000;
}
.cadaLocal h3{
	margin:0;
	font-size:20px;
	font-weight:700;
	color:#ff6600;
	margin-bottom:5px;
}
#uf, #marcaspinturas{
	width:350px;
	border:solid 1px #999;
	font-size:16px;
	font-weight:700;
	padding:5px;
}
table.tabDetalhes{
	border-collapse:collapse;
	width:80%;
	margin-top:20px;
	margin-bottom:20px;
}
.pranchaShaper{
	width:120px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	margin-top:5px;
	padding:5px;
	font-size:15px;
}

#by {
	font-size: 11px;
	display: inline;
	float: right;
	height: auto;
	text-align:right;
	margin-top:5px;
	margin-right:10px;
}
#by a{
	color:#b7b7b7;	
}
#by a:hover{
	color:#666;
	text-decoration:none;
}
.cadaDepoimento{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#f7f7f7;
	border-radius:10px;
	margin-bottom:20px;
	border:solid 1px #e5e5e5;
}
.cadaDepoimento img{
	width:100px;
	height:100px;
	border-radius:50px;
	float:left;
	display:inline;
	margin-left:20px;
}	
.cadaDepoimento .texto{
	float:left;
	display:inline;
	margin-left:20px;
	width:80%;
}
.cadaDepoimento span{
	font-size:14px;
}
.containerDepoimentos{
	display: flex;
	justify-content: space-between;
}
.cadaDepoimentoHome{
	width:27%;
	padding:20px;
	padding-left: 2%;
	padding-right: 2%;
	background-color:#f7f7f7;
	
	margin-bottom:20px;
	border:solid 1px #e5e5e5;
	display:inline-table;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	font-size:15px;
}
.cadaDepoimentoHome img{
	width:50px;
	height:50px;
	border-radius:25px;
	margin-right:10px;
	float:left;
}	
.cadaDepoimentoHome .texto{
	height:200px;
	overflow:auto;
	margin-bottom:15px;
}
.cadaDepoimentoHome .nome{
	float:left;
	display:inline;
}
.cadaDepoimento .nome{
	float:left;
	display:inline;
	margin-left:20px;
	width:80%;
	float:left;
}
.cadaDepoimento span, .cadaDepoimentoHome span{
	font-size:14px;
}
#resultados3d{
	text-align:center;
}
#resultados3d h1{
	
	font-size:35px;
}
#resultados3d p{
	font-size:18px;
}

#left3d{
	width:420px;
	height:auto;
	margin-top:20px;
	text-align:center;
	display:inline-table;
}
#left3d img{
	display:inline-table;
}
#right3d{
	width:560px;
	margin-left:20px;
	height:auto;
	margin-top:20px;
	text-align:left;
	display:inline-table;
	vertical-align:top;

}
.cadaTecnologia{
	max-width:100%;
	height:auto;
	background-color:#f7f7f7;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	border-radius:15px;
	margin-bottom:30px;
}
.cadaTecnologia img{
	max-width:960px;
	border-radius:15px;
}
.textoTec{
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	
}
.textoTec h2{
	font-size:25px;
}
#ssltrust{
	border: solid 2px #000;
	width: 91px !important;
	height: 48px !important;
	margin-left: 5px;
	margin-bottom: 15px;
}

#topo2{
	display: none;
}
#menu2{
	display: none;
}
#mapa_local{
	width: 100%;
	height: 400px;
}
.padding_in{
	padding: 20px;
}
#aviso_wp{
	width: 100%;
	background-color: #f7f7f7;
	text-align: center;
}
#aviso_wp img{
	vertical-align: middle;
	width: 30px;
	margin-right:5px;
	margin-top: -5px;
	}

#chat_wp{
	position:fixed;
	bottom: 10px;
	right:20px;
	text-align:center;
	color:#fff;
	padding: 10px;
	font-size:18px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #5BB251;
	border: none;
	z-index:1000;
}
#chat_wp a{
	color: #fff;
	font-weight: 700;
}
#chat_wp a:hover{
	text-decoration: none;
}
#chat_wp img{
	vertical-align: middle;
	width: 25px;
	margin-right:5px;
	
}
	
	
	
/* telas menores */
@media screen and (max-width: 1199px) {

section{
	width: 95%;
	min-height:300px;	
	height:auto;
	padding-bottom:40px;
	padding-top:20px;
	margin-left: auto;
  	margin-right: auto;
padding-left:10px;
padding-right:10px;
}
#topo{
	display: none;
}
#menu{
	display: none;
}

#topo2{
	max-width:999px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	display: block;
}
#logo2{
	max-width:50%;
	float:left;
	display:inline;
	text-align:center;
	padding-left:10px;
	margin-top:0px;
	font-size:0.7em;
}
#logo2 img{
	width:100%;
	margin-bottom:10px;
}
#logo2 a{
	color:#999;
}
#logo2 a:hover{
	color:#ff6600;
}
#boxIdiomas2{
	float:right;
	width:auto;
	margin-right: 20px;
	
}
.lang-switch img{
	width:20px;
	height:20px;
}
#boxFuncoes2{
	width:40%;
	float:right;
	display:inline;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;

}
#compare2{
	width:43px;
	height:48px;
	display:inline-table;
	vertical-align:top;
	cursor:pointer;
	margin-right:10px;
	background-image:url(../imgslj/geral/iconeCompare.png);
	background-repeat:no-repeat;
}
#carrinho2{
	width:50px;
	height:41px;
	display:inline-table;
	vertical-align:top;
	cursor:pointer;
	margin-left:10px;
	background-image:url(../imgslj/geral/iconeCarrinho.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#qtd2{
	color:#fff;
	position:absolute;
	width:28px;
	height:20px;
	margin-left:15px;
	padding-top:10px;
	font-size:13px;
	text-align:center;
}

#compare2 img, #carrinho2 img{
	max-width:100%;
}
nav{
	height:auto;
	display:block;
}
#menu2{
	display: block;
	width:93%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	display:block;
}
#btnMobile{
	cursor:pointer;
	position:absolute;
	margin-top:6px;
	width:85px;
}
#btnMobile span{
	color:#fff;
	position:absolute;
	right:0;
	margin-top:0px;
}
.linhaBtn1, .linhaBtn2, .linhaBtn3{
	width:30px;
	height:3px;
	background-color:#fff;
}
.linhaBtn2{
	margin-top:5px;
	margin-bottom:5px;
}
#mobilemenu{
	max-width:300px;	
	height:auto;
	padding:0;
	display:none;
	clear:both;
	padding-top:10px;
}
#mobilemenu ul{
	margin:0;
	padding:0px;
}
#mobilemenu ul li{
	background-color:#f7f7f7;
	list-style:none;
	border-bottom: solid 1px #ccc;
	text-transform:uppercase;
	padding:10px;
	
}
#mobilemenu ul li.more{
	background-image:url(../imgslj/geral/downblack.png);
	background-repeat:no-repeat;
	background-position:270px center;
	}
#mobilemenu ul li a{
	display:block;
	color:#333;
	font-size:16px;
	font-weight:500;
}
#mobilemenu ul li a:hover{
	color:#ff6600;
	
}

#mobilemenu ul li ul{
	display:none;
}
#mobilemenu ul li ul li{
	background-color:#f7f7f7;
	list-style:none;
	border:none;
	text-transform:uppercase;
	padding:0;
	padding-top:10px;
	padding-left:20px;
}
#mobilemenu ul li ul li a{
	display:block;
	color:#333;
	font-size:14px;
	font-weight:400;
	padding-top:5px;
	padding-bottom:5px;
}
#boxBusca2{
	float:right;
	display:inline;
	width:70%;
	height:30px;
	background-color:#fff;
	border: none;
}
.btnBuscaTop2{
	height: 24px;
	margin-top:2px;
	font-size:14px;
	font-weight:400;
	border:none;
	color:#666;
	display:inline;
	float:right;
	background-color:#fff;
}
.campobuscar2 {
	height: 30px;
	width: 75%;
	border: none;
	color: #666;
	font-size: 15px;
	font-weight:500;
	background-color: #fff;
	display: inline-block;
	padding:0;
	padding-left:5px;
}
.cadaPrancha{
	width:150px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:35px;
}
.cadaProduto{
	width:150px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:35px;
	overflow:hidden;
}
.cadaStandUp{
	width:282px;
	height:auto;
	display:inline-table;
	vertical-align:top;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:35px;
	overflow:hidden;
}
select{
	width:150px;
	margin:5px;
	padding:8px;
	display:inline-block;
}
#comboOrdem{
	display:block;
	width:340px;
	text-align:right;
	font-size:14px;
}
#btnLimpar {
	width:150px;
	font-size:10px;
	font-weight:400;
}
#fotoProduto{
	width:100%;
	height:auto;
	font-size:12px;
	margin-top:20px;
	text-align:center;
}
#fotoProduto img{
	border: none;
	max-width: 500px;
    height: auto;
}

#fotosExtras{
	width:100%;
	text-align:center;
}
#fotosExtras img{
	float:none;
}
#fotosExtras img.ampliar{
	margin-left:-30px;
	margin-top:90px;
}
#fotoPrancha{
	width: 100%;
	height:auto;
	font-size:12px;
	margin-top:20px;
	text-align:center;
	display:block;
	/*position:absolute;
	left:50%;
	margin-left:-175px;*/
}
#fotoPrancha img{
	border: none;
	max-width: 350px;
    height: auto;
}
.bannerslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.bannerslides2 li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.bannerslides2 li.menor {
	/*margin-left:65px;*/
}
.bannerslides2 li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.bannerslides2 img {
  /*display: block;*/
  height: auto;
  border: 0;
  }

#detalhesProduto{
	width:100%;
	height:auto;
	margin:0;
	margin-top:10px;
	text-align:center;
	display:inline-block;
	clear:both;
}
#detalhesPrancha{
	width:100%;
	height:auto;
	margin:0;
	margin-top:60px;
	text-align:center;
	display:block;
	clear:both;
}
#detalhesProduto h1{
	color:#000;
	margin-bottom:10px;
	font-size:30px;
	border:none;
	padding:0;
	line-height:0.9em;
	font-weight:700;
}
#detalhesProduto h2{
	color:#f60;
	margin-bottom:10px;
	font-size:30px;
	border:none;
	padding:0;
	font-weight:500;
}
#detalhesProduto h1 span{
	font-size: 15px;
	color: #000;
	margin-left:0px;
}
#preco{
	width:100%;
	height:auto;
	color:#ff5a00;
	font-size:26px;
	font-weight:700;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:inline-block;
}
#preco span{
	color:#666;
	font-size:15px;
	font-weight:400;
}
#preco #parcelamento{
	font-size:15px;
	color:#ff5a00;
}
#boleto{
	margin-top:10px;
	font-size:13px;
	color:#000;
	font-weight:400;
}
#boleto span{
	color:#ff5a00;
	font-weight:500;
}
.btnComprarPagina{
	width:200px;
	height:40px;
	font-weight: 500;
	font-size: 16px;
	margin:0;
	margin-top:10px;
	color: #fff;
	background-color:#ff6600;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor:pointer;
	clear:both;
	float:none;
	margin-left:0 !important;
}
.btnComprarPagina:hover {
	background: #ff9900;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#comboOpcionais{
	margin-top:15px;
}
#geralConfig{
	width:320px;
	height:auto;
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#cadastro{
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.itemCadastro{
	width:100%;
	height:auto;
	display:block;
	margin-right:20px;
	margin-bottom:10px;
}
table.listaCarrinho {
	width:95%;
	text-align:center;
	font-size:20px;
}
table.listaCarrinho img{
	max-width:200px;
}
table.listaCarrinho tr th {
	display:none;
}
table.listaCarrinho tr{
	margin-bottom:20px;
	display:block;
	background-color:#f7f7f7;
}
table.listaCarrinho tr td {
	display:block;
	width:100%;
	border:none;
	padding:10px;
}
table.listaCarrinho tr td.labels {
	text-align:center;
}
#btnFinalizarCompra{
	display:block;
	float:none;
	width:100%;
}

#btnVoltar{
	float:none;
	display:block;
	width:100%;
}
.btnAddQtd, .btnDelQtd{
	width:50px;
	height:50px;
	padding:0;
	font-weight: 500;
	font-size: 25px;
}
.btnRemover{
	width:30px;
	height:3 0px;
	padding:0;
	font-weight: 500;
	font-size: 15px;
}

#divLogin {
	background-color: #f7f7f7;
	height: auto;
	width: 100%;
	padding:0;
	padding-top: 15px;
	padding-bottom: 11px;
	display:block;
	text-align:center;
	
}
#divLogin form{
	margin: 0px;
	margin-top:10px;
}
#divCadastre {
	background-color: #f7f7f7;
	height: auto;
	width: 100%;
	padding:0;
	padding-top: 10px;
	padding-bottom: 10px;
	
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
}
.camposLogin {
	width: 80%;
	border:solid 1px #666;
	background-color:#fff;
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0;
}
#divEsqueciSenha{
	width:100%;
	height:auto;
	padding:0;
	padding-top:30px;
	padding-bottom:20px;
	background-color:#f7f7f7;
	text-align:center;
	display:block;
}
#boxResumo {
	background-color: #f7f7f7;
	height: auto;
	width: 100%;
	padding:0;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	text-align:center;
}
#boxEnderecoEntrega {
	background-color: #f7f7f7;
	height: auto;
	width: 100%;
	padding:0;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	margin:0;
	margin-top:30px;
	text-align:center;
}
#formasPagamento{
	width:100%;
	height:auto;
	background-color: #e5e5e5;
	padding:0;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top:30px;
	display:block;
}
#formasPagamento img.cielo{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
#formasPagamento img.bb{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
#formAlterarEndProcesso{
	margin-top:20px;
	padding:0;
	padding:10px;
	display:none;
	margin-bottom:20px;
	width:80%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#formAlterarEndProcesso h2{
	border:none;
	font-size:20px;
	margin-bottom:10px;	
}
.itemAltEnd{
	width:100%;
	height:auto;
	display:block;
	margin-right:20px;
	margin-bottom:10px;
}
.itemAltEnd label{
	font-weight:700;
	font-size:16px;
}

#telaSucesso{
	text-align:center;
}
a.minhaConta{
	background-color: #ff6600;
	height: auto;
	width: 100%;
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:500;
	font-size:20px;
	color:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
table.tabPedidos {
	border-collapse: collapse;
	margin-top:25px;
	font-size:14px;
	margin-bottom:20px;
}
table.tabPedidos th{
	background-color:#ff6600;
	color:#fff;
	font-weight: 500;
	border: 1px solid #e5e5e5;
	padding:0;
}

table.tabPedidos tr td {
	border: 1px solid #e5e5e5;
	padding:0;

}
#boxPed1 , #boxPed2, #boxPed3{
	display:block;
	width:99%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#e5e5e5;
	padding:0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
	margin-bottom:20px;
	text-align:center;
}

#logos .item img{
  	display: block;
  	height: auto;
	
}
.rabeta{
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin-bottom:30px;
	margin-top:20px;
}
.rabeta img{
	float:left;
	display:inline;
	margin-right:10px;
}
.textoRabeta{
	float:left;
	display:inline;
	width:50%;
}
.sisQuilhas{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:40px;
	text-align:center;
}
.sisQuilhas img{
	display:inline-block;
	float:none;
	margin:0;
}
.textoSis{
	display:block;
	width:100%;
	
}
.borda{
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin-bottom:30px;
	margin-top:20px;
}
.borda img{
	float:left;
	display:inline;
	margin-right:10px;
}
.textoBorda{
	float:left;
	display:inline;
	width:50%;
}
#teorias table.bordasimples {
	border-collapse: collapse;
}
#teorias table.bordasimples .tittab{
	font-size:11px;
	text-wrap:normal;
}
#teorias table.bordasimples tr td {
	border: 1px solid #ccc;
	padding:1px;
	font-size:14px;
}
.cadaShaper{
	width:100%;
	height:100px;
	display:block;
	margin:0;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.cadaShaper h2{
	padding-top:10px;
}
.cadaShaper h2 a{
	font-size:22px;
}
.btnMais{
	position:absolute;
	padding:0;
	margin:0;
	margin-top:55px;
	right:25px;
	background-color:#ff6600;
	text-align:center;
	font-size:18px;
	font-weight:500;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:5px 15px;
}
#endLoja{
	display:block;
	float:none;
	width:100%;
	height:auto;
	
}
#mapaLoja{
	display:block;
	float:none;
	width:100%;
	height:300px;
	margin:0;
	margin-top:20px;
}
#uf, #marcaspinturas{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 1px #999;
	font-size:16px;
	font-weight:700;
	padding:0;
	margin:0;
}
#leftFale{
	float:none;
	display:block;
	width:100%;
}
#rightFale{
	float:left;
	display:block;
	width:100%;
	margin:0;
	margin-top:20px;
}
#rightFale img{
	max-width:60%;
}
#boxTabelas{
	max-width:1000px;
	padding:0px;
	margin-bottom:30px;
}
#boxTabelas a{
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#e5e5e5;
	font-weight:500;
	width:100%;
	text-align:center;
	font-size:15px;
}
#boxTabelas .btn1{
	float:none;
	display:block;
	
}
#boxTabelas .btn2{
	float:none;
	display:block;
	color:#666;
	margin-top:10px;
}
.btnLimparCompare{
	width:40%;
	float:none;
	display:block;
	padding-top:12px;
	padding-bottom:12px;
	margin-top:10px;
	text-align:center;
}
#listaItems{
	text-align:center;
}

	#footer2,#footer3,footer4{
		margin-top:20px;
		margin-left:10px;
		margin-right:10px;
	}
	
	#marcasLabel{
		display:block;
		width:100%;
		padding:0;
		margin-bottom:5px;
	}
	#marcasLista{
		display: inline-table;
 	 	width: 100%;
	}
	
	.cadaDepoimento img{
	width:60px;
	height:60px;
	border-radius:30px;
	float:left;
	display:inline;
	margin-left:20px;
	}	
	.cadaDepoimento .texto{
		width:60%;
	}
	
	.cadaDepoimentoHome{
	width:100%;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#f7f7f7;
	margin:0;
	margin-bottom:20px;
	border:solid 1px #e5e5e5;
	display:inline-table;
	vertical-align:top;
	font-size:15px;
}
.cadaDepoimentoHome img{
	width:50px;
	height:50px;
	border-radius:25px;
	margin-right:10px;
	float:left;
	margin-left:10px;
}	
.cadaDepoimentoHome .texto{
	height:auto;
	margin-bottom:15px;
	padding-left:20px;
	padding-right:10px;
}
.cadaDepoimento .nome{
	float:left;
	display:inline;
	margin-left:20px;
	width:80%;
	float:left;
}
.cadaDepoimento span{
	font-size:14px;
}

#left3d{
	width:100%;
	margin-top:20px;
	text-align:center;
	display:block;
}
#left3d img{
	display:inline-table;
	max-width:50%;
}
#right3d{
	width:100%;
	margin-left:0;
	margin-top:20px;
	text-align:left;
	display:block;

}

.cadaTecnologia{
	width:100%;
	height:auto;
	background-color:#f7f7f7;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	border-radius:15px;
	margin-bottom:30px;
}
.cadaTecnologia img{
	width:90%;
	border-radius:15px;
}
.botaoTopo{
	margin-top:15px;
	margin-left: 15px;
}

}