*{
  margin: 0;
  padding: 0;
  font-family: calibri;
}

a:hover{
  text-decoration: none;
}

li{
  list-style: none;
}

/*************************
   Topo
***************************/

.top{
  color: #fff;
  background: #6d1f1d;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 1em;
  line-height: 30px;
}

.top-mobile{
  display: none;
}

span{
  color: #595959;
}

.user{
  float: right;
  height: 30px;
  margin-right: 5%;
  color: #fff;
  font-size: 1.2em;
}

.icone-menu-mobile-user{
  display: none;
}

.logar img{
  width: 250px;
  padding: 20px;
  margin:  0 auto;
  display: block;
}

.user img{
  height: 26px;
  margin-top: 2px;
  
}




.logo-menu{
  width: 28%;
  float: left;
  margin-left: 5%;
  padding-bottom: 6px;
  display: table;
  height: auto;
}

.logo-menu img{
  width: 90%;
  max-height: 70px;;
  padding-bottom: 6px;
  height: auto;
  margin:  5px 0;
  float: left;
  -webkit-transform: scale(1);    
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
}

.logo-menu img:hover{
  -webkit-transform: scale(1.02);    
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1.02);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1.02);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
}


.dados-menu{
  width: 20%;
  float: right;
  margin-right: 5%;
  margin-left: 10%;
  margin-top: 15px;
}

.dados-menu img{
  height: 50px;
}

.dados-menu li{
  list-style: none;
  float: right;
  line-height: 65px;
  margin-left: 6%;
}

.dados-menu img{
  height: 35px;
}

.centralizar{
  width: 40%;
  height: 30px;
  margin: 0 5%;
  float: left;
}

.input-busca{
  width: 50%;
  height: 30px;
  margin-top: 12.5px;
  border: none;
  background: #eaeaea;
  border-bottom: 1px solid #6d1f1d;
  float: left;
  font-size: 0.85em;
  padding-left: 10px;
  font-style: italic;
}

.buscar{
  width: 30px;
  height: 30px;
  border: none;
  background:#eaeaea url('../images/lupa.png');
  margin-top: 12.5px;
  border-bottom: 1px solid #6d1f1d;
  float: left;
}


.centralizar{
  width: 40%;
  height: 30px;
  margin: 0 5%;
  float: left;
}

.input-busca{
  width: 50%;
  height: 30px;
  margin-top: 12.5px;
  border: none;
  background: #eaeaea;
  border-bottom: 1px solid #D6C1C0;
  float: left;
  font-size: 0.85em;
  padding-left: 10px;
  font-style: italic;
}

.buscar{
  width: 30px;
  height: 30px;
  border: none;
  background:#eaeaea url('../images/lupa.png');
  margin-top: 12.5px;
  border-bottom: 1px solid #D6C1C0;
  float: left;
}

.masculino{
  padding-top: 15px;
  float: left;
  width: 25%;
  float: left;
  text-align: center;
}

.menu-mob{
  display: none;
}



/*************************
   Banner das Linhas
***************************/
.linhas{
  width: 100%;
  height: auto;
  display: table;
  margin-top: 40px;
}

.box-linhas{
  width: 48%;
  float: left;
  height: auto;
  display: table; 
}

.box-linhas img {
    width: 100%;
    -webkit-transform: scale(1);    
    -webkit-transition-timing-function: ease-out;   
    -webkit-transition-duration: 500ms;
    transform: scale(1);    
    transition-timing-function: ease-out;   
    transition-duration: 500ms;
    -moz-transform: scale(1);    
    -moz-transition-timing-function: ease-out;   
    -moz-transition-duration: 500ms;
}

.box-linhas img:hover {
  -webkit-transform: scale(1.02);    
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1.02);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1.02);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
}

.box-linhas p{
  text-align: center;
  font-size: 1.3em;
  padding-top: 5px;
}

.box-linhas p a{
  color: #000;
}

.confira{
  text-align: center;
}

.confira a{
  color: #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 3px 8px;
  -webkit-transform: scale(1); 
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
}

.confira a:hover{
  text-decoration: none;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #000;
  -webkit-transform: scale(1.02);    
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1.02);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1.02);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
}

.box-linhas-divisor{
  width: 4%;
  height: auto;
  min-height: 50px;
  float: left;
}

.mobile{
  display: none;
}

/*************************
   Carrossel de produtos
***************************/
.linha-produtos{
  width: 100%;
  height: auto;
  display: table;
  margin-top: 50px;
}

.separaDesk{
  width: 100%;
  height: 3px;
  clear: both;
}

.destaque a{
  color: red;
}

.linha-produtos p{
  font-size: 1.3em;
  margin-left: -0.5%;
  padding-left: 0
}

.box-produtos{
  width: 17%;
  margin: 0 1.5% 40PX 1.5%;
  float: left;
  height: auto;
  display: table;
  -webkit-transform: scale(1); 
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
  border: 1px solid #eaeaea;
  border-radius: 25px;
  padding: 25px
}

.desconto a li{
  color: #D6C1C0;
  font-weight: bold;
}

.box-produtos:hover{
  -webkit-transform: scale(1.02); 
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1.02);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1.02);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
  box-shadow: 0;
}



.box-produtos li{
  padding-left: 2%;
  list-style: none;
  color: #7f1917;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.box-produtos h4{
  padding-left: 2%;
  list-style: none;
  color: #ff9a00;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.box-produtos h4 span{
  list-style: none;
  color: #ff9a00;
  font-weight: 100;
  text-align: left;
  font-size: 0.8em;
}

.ass{
  width: 100%;
  height: 45px;
  color: #ff9a00;
}

.assl{
  color: #696969;
}

.detalhes{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10px;
  
}

.detalhes a{
  color: #FFF;
  padding: 6px 12px;
  -webkit-transform: scale(1);    
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
  background: #5daa7d;
  font-size: 1.1em;
  border-radius: 5px;
}

.detalhes a:hover{
  text-decoration: none;
  color: #fff;
  background: #4c9b6d;
  -webkit-transform: scale(1.02);    
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1.02);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1.02);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
}

.sobe{
  width: 100%;
  height: 1px;
  margin-top: -50px;
}

.imagem-produto{
  width: 100%;
  height: auto;
  display: table;
  background: #eaeaea;
}

.imagem-produto img{
  width: 100%;
}

.linha-produtos p{
  font-size: 1.3em;
  padding-left: 2%
}

/*************************
   Banner tema do mês
***************************/
.banner_mes{
  width: 100%;
  height: auto;
  display: table;
  margin-top: 50px;
}

.banner_mes img{
  width: 100%;
}

.banner_mes_mobile{
  display: none;
}

/*************************
   Descrição empresa Home
***************************/
.empresa{
  width: 100%;
  height: auto;
  display: table;
  padding: 50px 5%;
}

.descricao-empresa{
  width: 60%;
  float: left;
  height: auto;
  display: table;
}

.descricao-empresa img{
  float: left;
  height: 100px;
  margin-right: 15px;
}

.descricao-empresa h1{
  font-size: 1.3em;
  font-weight: bold;
}

.descricao-empresa p{
  color: #666;
}

.descricao-empresa li{
  list-style: none;
  padding-top: 15px;
}

.bolinha{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D6C1C0;
  float: left;
  margin-right: 6px;
  margin-top: 5px;
}

.fachada-empresa{
  width: 40%;
  float: right;
}

.fachada-empresa img{
  width: 80%;
  float: right;
}


/*************************
   Newsletter
***************************/
.newsletter{
  width: 100%;
  background: #E0D5D2;
  height: auto;
  display: table;
  text-align: center;
  padding: 20px 0;
  font-size: 1.2em;
}

.newsl{
  width: 300px;
  border: none;
  border-bottom: 1px solid #666;
  background: transparent;
  height: 30px;
  margin-left: 15px;
  font-style: italic;
}

.conf{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  border: none;
  font-size: 1em;
  font-weight: 100;
}

.newsletter img{
  height: 35px;  
}

.newsletter p{
  font-size: 1.3e,;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.newsletter li{
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 0.8em;
}

.sucesso-news{
  text-align: center;
  font-size: 1.2em;
  padding: 4px 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 50%;
  margin: 0 auto;
  background: #000;
  color: #fff;
}


/*************************
   Rodapé do site
***************************/
footer{
  width: 100%;
  background: #4b1419;
  height: auto;
  display: table;
  padding-top: 50px;
}

.acessos{
  width: 70%;
  float: left;
  height: auto;
  display: table;
}

.box-acessos{
  width: 22%;
  float: left;
  margin: 0 1.5%;
  padding-bottom: 50px;
}

.box-acessos p{
  color: #fff;
  font-weight: bold;
  text-align: left;
}



.box-acessos li{
  padding: 0;
  text-align: left;
}

.rede-social img{
  float: right;
  margin: 15px 0 0 15px;
}

.box-acessos  li a, .box-acessos  li{
  color: #787878;
}

.social{
  width: 25%;
  float: right;
  height: auto;
  display: table;
  margin-right: 3%;
  text-align: right;
}

.social p{
  color: #fff;
  font-weight: bold;
}

.social img{
  height: 25px;
  float: right;
  margin-right: 3%;
  -webkit-transform: scale(1);    
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
}


.bandeiras{
  width: 100%;
  clear: both;
}

.bandeiras img{
  height: 70px;
}



/*************************
   Rodapé Renders
***************************/
.fim{
  background: #3f1014 ;
  width: 100%;
  color: #fff;
  height: auto;
  display: table;
  padding-bottom: 20px;
}

.politica{
  width: 45%;
  float: left;
  padding-top: 30px;
}

.politica li{
  display: inline;
  margin: 0 1.5%;
  padding-top: 30px;
  color: #787878;
}

.politica li a{
  color: #787878;
}

.cop{
  width: 80%;
  padding-top: 30px;
  color: #eaeaea;
  margin: 0 auto;
  text-align: center;
}

.cop img{
  height: 25px;
}

.box-produtos p{
  padding-left: 2%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}

.box-produtos h3{
  padding-left: 2%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 0.9em;
  text-align: left;
  color: #666;
  margin-top: 0;
  padding-top: 0;
}


.faixaadd{
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  height: auto;
  display: table;
  padding: 15px 0;
  background-color: rgb(242, 247, 177);
  margin-top: 50px;
}



.infoadd{
  float: left;
  width: 33.33%;
  border-right: 1px solid #eaeaea;
  padding: 0 30px
}

.infoadd2{
  float: left;
  width: 100%;
  border-right: 1px solid #eaeaea;
  padding: 0 30px;
  padding-bottom: 10px;
  background: rgb(242, 247, 177);
}

.fotoinfo{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eaeaea;
  float: left;
  margin-right: 10px;
}

.fotoinfo2{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eaeaea;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.fotoinfo2 img{
  height: 45px;
  margin-top: 8px;
  padding: 2px 10px;
}


.fotoinfo img{
  height: 45px;
  padding: 3px 6px;
  border-radius: 50%;
  margin-top: 2px;
}

.infoadd p{
  color: green;
  font-size: 1.2em;
  padding-top: 8px;
  margin-bottom: 0px;
}

.infoadd2 p{
  color: green;
  font-size: 1.3em;
  padding-top: 30px;
  margin-bottom: 0px;
}

.vercarrinho{
  width: 150px;
  background: #801a16;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #801a16;
  float: left;
  margin-right: 8px;
}

.finalizarcarrinho{
  width: 150px;
  background: #fff;
  height: 40px;
  color: #801a16;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #801a16;
  float: left;
}

.pesquisa{
  width: 150px;
  background: #801815;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #801815;
  float: left;
  margin-top: 23px;
}

.meio-carrinho{
  width: 90%;
  margin: 30px auto;
}

.linha-carrinho{
  width: 100%;
  height: auto;
  padding: 25px;
  border-bottom: 1px solid #eaeaea;
  display: table;
}

.linha-produto{
  width: 100%;
  height: 95px;
  padding: 25px;
  border-bottom: 1px solid #eaeaea;
}



.linha-carrinho img, .linha-produto img{
  height: 50px;
  float: left;
  margin-right: 30px;
}

.desc-prod{
  float: left;
  width: 30%;
  margin-right: 5%;
  font-size: 1.2em;
  padding-top: 8px;
  font-weight: bold;
}

.desc-prod span{
  color: #ccc;
  font-size: 0.8em;
  margin-top: -10px;
}

.desc-prodx{
  width: 40%;
  height: 20px;
  float: left;
}

.xx{
  float: left;
  width: 15%;
}

.xxx{
  float: left;
  width: 15%;
  margin-left: 5%;
}

.inp-prod{
  float: left;
  width: 15%;
}

.qt{
  width: 60px;
  height: 35px;
  border: 1px solid #eaeaea;
  padding: 5px;
  float: left;
}

.inp-val{
  width: 90px;
  height: 35px;
  padding: 5px;
  float: left;
}

.valor-prod{
  float: left;
  width: 20%;
  font-weight: bold;
  font-size: 1.2em;
}

.remover{
  width: 35px;
  height: 35px;
  background: #801a16;
  float: right;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  font-size: 1.3em;
  line-height: 35px;
  padding-top: 8px;
  margin-top: -30px;
}

.cadse{
  color: #801a16;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

.cadse a{
  color: #801a16;
}

.remover a, .finalizar a, .finalizar2 a{
  color: #fff;
  text-decoration: none;
}

.total{
  margin-left: 50%;
  padding: 30px;
}

.cinq{
  width: 50%;
  float: left;
  font-size: 1.4em;  
}

.cinq1{
  width: 50%;
  float: left;
  font-size: 1.4em;  
  text-align: right;
  padding-right: 30px;
}

.max{
  font-weight: bold;
  font-size: 1.7em; 
  margin-bottom: 10px;
}

.finalizar{
  width: 150px;
  background: #5daa7d;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #5daa7d;
  margin: 0 auto;
  clear: both;
}

.rad{
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  float: left;
  margin-bottom: 0;
}

.opcao_frete{
  width: 100%;
  margin-top: 30px;
  margin-left: 15px;
}

.linha_frete{
  width: 100%;
  height: 2px;
  background: #ccc;
  margin-bottom: 15px;
}

.opcao_frete h2{
  font-size: 1.1em;
  color: #D6C1C0;
}

.opcao_frete p{
  line-height: 25px;
  margin-bottom: -10px;
}

.finalizar3{
  width: 150px;
  background: #5daa7d;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #5daa7d;
  display: block;
  margin: 0 auto;
  clear: both;
}

.loadingBoleto{
  width: 150px;
  background: #5daa7d;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #5daa7d;
  margin: 0 auto;
  clear: both;
  display: none;
}

.Boleto{
  color: #eaeaea;
}

.loadingBoleto img, .loadingCartao img{
  width: 20px;
}

.finalizar2{
  width: 150px;
  background: #5daa7d;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #5daa7d;
  margin: 0 auto;
  clear: both;
  margin-top: 25px;
  margin-left: 30px;
}

.loadingCartao{
  width: 150px;
  background: #D6C1C0;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #D6C1C0;
  margin: 0 auto;
  clear: both;
  margin-top: 25px;
  margin-left: 30px;
}

.truck{
  width: auto;
  background: #D6C1C0;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 10px 0px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #D6C1C0;
  margin: 26px auto 0 auto;
  clear: both;
  padding: 0 20px;
  background: #D6C1C0 url('../images/truck.png');
  background-size: cover;
}

.truck2{
  width: auto;
  background: #D6C1C0;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 10px 0px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #D6C1C0;
  margin: 20px auto 0 auto;
  clear: both;
  padding: 0 20px;
  background: #D6C1C0 url('../images/truck.png');
  background-size: cover;
}


.nao{
  width: 100%;
  clear: both;
  text-align: left;
  margin-top: -50px;
  padding-top: 0;
}

.cem{
  width: 100%;
  height: auto;
  display: table;
}

.acessar{
  width: 150px;
  background: #5daa7d;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #5daa7d;
  margin: 0 auto;
  clear: both;
  display: block;
  margin-bottom: 20px;
}

.marx{
  width: 18px;
  height: 18px;
  background: #7f1917;
  float: right;
  color: #fff;
  text-align: center;
  line-height: 17px;
  margin-top: 40px;
  border-radius: 40%;
  font-size: 0.6em;
  margin-left: -8px;
  position: relative;
  z-index: 10;
}

.logar{
  width: 40%;
  margin: 00px auto;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 40px;
}

.logar2{
  width: 60%;
  margin: 00px auto;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 40px;
  height: auto;
  display: table;
}

.logar4{
  width: 60%;
  margin: 00px auto;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 40px;
  height: auto;
  display: table;
  
}

#abrindo{
  display: none;
}

.logar3{
  width: 60%;
  margin: 00px auto;
  background: #f0f0f0;
  border-radius: 0 10px 10px  0 ;
  padding: 20px;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 40px;
  height: auto;
  display: table;
  border-left: 2px solid #6d1f1d;
  color: #6d1f1d;
  font-weight: bold;
  cursor: pointer;
}

.menu-conta{
  width: 60%;
  margin: 30px 20% 0 20%;
}

.menu-contax{
  width: 100%;
  margin: 30px 0;
}

.fim-menu{
  width: 100%;
  height: 1px;
  clear: both;
}

.menu-conta li{
  float: left;
  padding: 8px 12px
}


.menu-conta a li:hover{
  text-decoration: underline;
}

.ativo a{
  color: #801815;
}

.inativo a{
  color: #ccc;
}










.input{
  border: none;
  border-bottom: 2px solid #6d1f1d;
  width: 90%;
  height: 35px;
  background: transparent;
  margin-bottom: 30px;
  padding: 0 10px;
}

.brand{
  border: none;
  border-bottom: 2px solid #6d1f1d;
  width: 90%;
  height: 35px;
  background: transparent;
  margin-bottom: 30px;
  padding: 0 10px;
}

.BandeiraCartao{
  margin-top: -50px;
  width: 50px;
  height: 50px;
}

.BandeiraCartao img{
  margin-bottom: -20px;
}

.mesinput{
  border: none;
  border-bottom: 2px solid #6d1f1d;
  width: 30px;
  height: 35px;
  background: transparent;
  margin-bottom: 30px;
  padding: 0 3px;
  float: left;
}

.barra{
  border: none;
  width: 12px;
  height: 35px;
  background: transparent;
  margin-bottom: 30px;
  padding: 0 3px;
  float: left;
}

.anoinput{
  border: none;
  border-bottom: 2px solid #6d1f1d;
  width: 50px;
  height: 35px;
  background: transparent;
  margin-bottom: 30px;
  padding: 0 3px;
  float: left;
}

.inputset{
 
  width: 65%;
  margin-right: 5%;
  float: left;
}

.inputtres{
  width: 30%;
  float: left;
}

.inputtres2{
  width: 30%;
  float: left;
}

.inputquatro{
  width: 38%;
  float: left;
  margin-right: 2%;
}

.inputdois{
  width: 20%;
  float: left;
}

.inputoito{
  width: 78%;
  float: left;
  margin-right: 2%;
}

.inputcinco{
  width: 47%;
  float: left;
  margin-right: 3%;
}

.linhacartao{
  width: 47%;
  float: left;
  margin-right: 3%;
  height: auto;
  min-height: 90px;
}

.linhacartao2{
  width: 47%;
  float: left;
  margin-right: 3%;
  height: auto;
  min-height: 90px;
}

.linhacartao img, .linhacartao2 img{
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.inputcinco2{
  width: 50%;
  float: left;
}

.inputcinc{
  width: 47%;
  float: left;
  margin-left: 3%;
}

.logar p{
  color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.logar p a{
  color: #666;
}

.logar p a:hover{
  text-decoration: underline;
}

.geral h1{
  color: #000;
  font-size: 1.6em;
  font-weight: bold;
  margin: 50px 0 20px 30%;
}

.geral2 h1{
  color: #000;
  font-size: 1.6em;
  font-weight: bold;
  margin: 40px 0 20px 20%;
}

.cad-cad{
  margin: 0 auto;
  display: block;
}

.info-cad{
  width: 90%;
  margin: 0 5%;
}

.sucesso{
  width: 100%;
  padding: 10px;
  border: 1px solid green;
  color: green;
  background: rgb(195, 243, 195);
  border-radius: 6px;
  margin-bottom: 20px;
}

.erro{
  width: 100%;
  padding: 10px;
  border: 1px solid red;
  color: red;
  background: #f9dee2;
  border-radius: 6px;
  margin-bottom: 20px;
}



.subA{
  float: left;
  font-size: 1.3em;
  margin: 0 20px
}

.subB{
  float: right;
  font-size: 1.3em;
  margin: 0 20px
}

.subC{
  width: 50%;
  float: left;
  font-size: 1.3em;
}

.valorfrete{
  width: 100%;
  height: auto;
  display: table;
  color: #D6C1C0;
  font-size: 1.3em;
}



.valorfrete h5{
  color: #D6C1C0;
  padding-left: 20px;
}



/* Página confirmar dados */
.geral{
  width: 90%;
  margin: 0 auto;
}

.geral_dados{
  width: 70%;
  float: left; 
  height: auto;
  min-height: 500px;
}

.novos_banners{
  width: 100%;
  height: auto;
  display: table;
  margin-top: 40px;
}

.novos_banners img{
  width: 50%;
  float: left;
  padding: 0 20px 20px 20px;
}

.sucess{
  width: 83%;
  background: rgb(50, 167, 85);
  color: #fff;
  font-size: 1.3em;
  padding: 15px;
  text-align: center;
}

.sucessx{
  width: 100%;
  background: rgb(50, 167, 85);
  color: #fff;
  font-size: 1.3em;
  padding: 15px ;
}

.error{
  width: 83%;
  background: red;
  margin-left: 50px;
  color: #fff;
  font-size: 1.3em;
  padding: 15px;
}

.warning{
  width: 83%;
  background: rgb(240, 192, 36);
  margin-left: 50px;
  color: #fff;
  font-size: 1.3em;
  padding: 15px;
}

.ped{
  margin-left: 50px;
  font-weight: bold;
  font-size: 1.4em;
  padding-top: 30px;
}

.geral_dados h2{
  font-size: 1.6em;
  padding-top: 30px;
  font-weight: bold;
  margin-left: 50px;
}

.geral_dados h1, .accordion h1{
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
}

.adrres{
  width: 90%;
  background: #f0f0f0;
  height: auto;
  display: table;
  padding: 15px;
  border-left: 3px solid #6d1f1d;
  margin-bottom: 50px;
}

.adrres a{
  color: #fff;
  margin-top: 30px;
}

.opcoes2{
  width: 150px;
  background: #6d1f1d;
  height: 35px;
  line-height: 35px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
}

.img-responsive{
  width: 400px;
}


.icone_adress{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 2em;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.icone_adress img{
  height: 45px;
  margin-top: -5px;
}

.adrres h5{
  font-size: 1.2em;
  font-weight: bold;
}

.accordion h3{
  font-size: 1em;
  font-weight: bold;
}

.accordion h4{
  font-size: 1em;
  font-weight: bold;
  text-align: right;
}

.adrres p{
  font-size: 1em;
  margin-top: -8px;
}

.opcoes{
  margin-left: 60px;
  width: 150px;
  background: #5daa7d;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #5daa7d;
  clear: both;
}

.limite{
  width: 100%;
  height: 50px;
  background: #eaeaea;
  clear: both;
}

.geral_produtos{
  width: 30%;
  float: left;
  background: #f0f0f0;
  min-height: 480px;
  height: auto;
  display: table;
  padding: 0 30px;
}

.geral_produtos h2{
  font-size: 1.4em;
  padding-top: 30px;
}

.linep{
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 5px 0;
  clear: both;
}

.infA{
  width: 50%;
  float: left;
  height: 20px;
  font-weight: bold;
}

.infB{
  width: 50%;
  float: left;
  text-align: right;
  height: 20px;
}

.continuar{
  margin-top: 50px;
}

/* Accordion */
.accordion {
  margin: 50px;
}
.accordion dt, .accordion dd {
  width: 90%;
  background: #f0f0f0;
  height: auto;
  display: table;
  padding: 15px;
  border-left: 3px solid #6d1f1d;
  margin-bottom: 20px;
}

.accordion dd{
  min-height: 300px;
}
.accordion dt:last-of-type, .accordion dd:last-of-type {
}
.accordion dt a, .accordion dd a {
  display: block;
  color: black;
  font-weight: bold;
}
.accordion dd {
  border-top: 0;
  font-size: 12px;
  margin-top: -20px;
}
.accordion dd:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}

.accordion dd p {
  margin-left: 30px;
  font-size: 1.2em;
}

.accordion li{
  margin-top: 20px;
  float: left;
  font-size: 1.2em;
}

.accordion p{
  margin-top: 23px;
  float: left;
  font-size: 0.9em;
  font-weight: 100;
}

.separa{
  width: 100%;
  height: 3px;
  clear: both;
}

.separa2{
  width: 100%;
  height: 100px;
  clear: both;
}

.separa3{
  width: 100%;
  height: 40px;
  clear: both;
  border-bottom: 2px solid #6d1f1d;
  margin-bottom: 30px;
}

.det_pag{
  width: 100%;
  padding: 0 0 0 30px;
}

.det_pag2{
  width: 100%;
  padding: 0 0 0 30px;
  font-size: 1.3em;
}

.det_pag li{
  float: left;
  font-weight: bold;
  margin-top: 12px;
}

.det_pag p{
  margin-top: 0px;
  margin-left: 80px;
}

.diferencial{
  width: 100%;
  margin: 0 auto;
  border-left: 3px solid #6d1f1d;
  height: auto;
  display: table; 
  background: #E0D5D2;
  margin-top: -10px;
}

.infodif{
  width: 25%;
  float: left;
  border-right: 1px solid #dfdbdb;
  padding: 15px;
}

.infodif i{
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 1.2em;
  color: #E0D5D2;
  float: left;
  margin-right: 5px;
}

.infodif p{
  margin-top: 10px;
  font-size: 1.2em;
}

.infofooter{
  width: 100%;
  padding: 15px 5%;
  background: #6d1f1d ;
  height: auto;
  display: table;
}

.boxfooter{
  width: 33.33%;
  float: left;
  border-right: 1px solid #eaeaea;
  padding: 0 20px;
  text-align: center;
}

.ultimo{
  border: none;
}

.boxfooter i{
  text-align: center;
  font-size: 2em;
  width: 100%;
  color: #fff;
}

.meiofoo{
  width: 80%;
  margin: 0 auto;
  background: transparent;
  height: auto;
  display: table;
}

.boxfooter p{
  color: #fff;
  padding-top: 5px;
  font-size: 1.3em;
}

.boxfooter li{
  color: #ccc;
}

.maiores{
  font-size: 1.3em;
}

.maiores i{
  color: #D6C1C0;
}

.maiores li a:hover, .maiores li:hover{
  color: #D6C1C0;
}

.atendiment{
  font-size: 1.2em;
}

/***********************************************
Minhas compras
**********************************************/
.compras{
  width: 70%;
  margin: 80px auto;
}

.ddpedido{
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.detcomp, .detcomp2{
  float: left;
}

.detcomp h5{
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.detcomp2 h5{
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}

.detcomp2 li{
  padding-top: 0px;
}

.detcomp li{
  padding-top: 5px;
}

.ddpedido tr td{
  width: 50%;
}

.ddpedido a{
  color: #D6C1C0;
}

.ddpedido a:hover{
  text-decoration: underline;
}

.iconfoto{
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  float: left;
}

.iconfoto img{
  width: 25px;
  margin-left: 8px;
  margin-top: 5px;
}

.compras h2{
  color: #D6C1C0;
  padding-top: 15px;
  font-size: 1em;
  font-style: italic;
}

.meio-compra{
  width: 100%;
  background: #f0f0f0;
  padding: 15px;
  border-radius: 10px;
  height: auto;
  display: table;
  border-bottom: 1px solid #fff;
}

.item-compra{
  width: 100%;
  height: auto;
  display: table;
  clear: both;
}

.item-compra h2{
  font-size: 1.2em;
  padding: 0;
  color: #D6C1C0;
  font-weight: bold;
}

.item-compra h3{
  font-size: 1.1em;
  margin-top: -5px;
}

.icone-compra{
  float: left;
  margin-right: 20px;
}

.icone-compra img{
  width: 50px;
  height: auto;
  background: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 60px;
}

.parteA{
  width: 60%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.verdetalhe{
  width: 40%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.line-compra{
  width: 100%;
  height: 4px;
  background: #fff;
  clear: both;  
}

.lista-compra h5{
  font-weight: bold;
  padding: 10px 0 0 0;
}

.lista-compra li{
  margin-top: -10px;
}

.resumo_compra{
  width: 60%;
  font-size: 1.2em;
}

.tree{
  display: none;
}

.CartaoCredito{
  width: 100%;
  height: auto;
  clear: both;
  display: table;
  margin-bottom: 15px;
}

.CartaoCredito img{
  float: left;
  margin: 2px;
}

.lbl{
  width: 100%;
  font-size: 1.2em;
}

.lbl span{
  color: #666;
  font-weight: 100;
  font-size: 0.8em;
  font-style: italic;
}

.carmaior{
  width: 70%;
  float: left;
  margin-top: 40px;
}

.carmenor{
  width: 30%;
  float: right;
  background: #f0f0f0;
  min-height: 480px;
  height: auto;
  display: table;
  padding: 20px;
  font-size: 1em;
}


.carmenor h2{
  font-size: 1.1em;
}



/* Modal*/
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.mod{

  font-size: 0.9em;
  margin-top: -30px;
  margin-left: 140px;
}

.mod a{
  color: #696969;
  text-decoration: underline;
  color: rgb(81, 81, 201);
}

.mod img{
  width: 15px;
}

.modal-trigger{
  font-size: 1em;
}

.modal-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
  background: #D6C1C0;
  color: #ffffff;
}

.modal-body {
  background: #ECEFF1;
}

.modal-body img{
  width: 100%;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

.relacionamento{
  width: 80%;
  margin: 50px 10% 100px 10%;
}

.relacionamento h1{
  text-align: left;
  color: #6d1f1d;
  width: 100%;
  border-bottom: 1px solid #6d1f1d;
  margin: 0;
}

.relacionamento h2{
  font-size: 1.2em;
  font-weight: bold;
}

.relacionamento p{
  text-align: justify;
}

.pag{
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.pag img{
  width: 250px;
  height: 150px;
  margin: 0 auto;
}

.box-produtos span{
  color: rgb(161, 159, 159);
  font-size: 0.8em;
  font-weight: 100;
}




#slider{
  width:100%;
  height:350px;
  position:relative;
  overflow:hidden;
  margin-top: -20px;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:auto;
}

/* Legend */
/*
.legend{
  border:350px solid transparent;
  border-left:610px solid rgba(220, 106, 55, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
}
*/

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:300px;
  height:150px;
  float:left;
  position:relative;
  top:120px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}
.content-txt h1{
  font-family:Arial;
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
  color: #dc6a37;
}
.content-txt h2{
  font-family:arial;
  font-weight:normal;
  font-size:14px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}


/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#D6C1C0;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#D6C1C0;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

.cupom_desconto{
  clear: both;
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.cupom_desconto p{
  font-weight: bold;
}

.cupom{
  width: 200px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #ccc;
  padding-left: 8px;
}

.aplicar{
  background: #5daa7d;
  height: 40px;
  border-radius: 0 5px 5px 0;
  color: #fff;
  padding: 0 3px;
  border: 1px solid #5daa7d;
  margin-left: -5px;
}

.aplicar:hover, .finalizar:hover{
  background: #479266;
}

.erro_correio{
  margin-top: 40px;
  font-weight: bold;
  font-size: 1.2em;
}

.menu-mobile{
  display: none;
}




/*Novo Menu*/
.navbar {
  display: block;
  background: #f0f0f0;
  position: relative;
  z-index: 999;
  height: 125px;
}
.navbar > .brand {
  display: inline-block;
  padding: 1.1em;
  text-decoration: none;
  color: #801817;
  font-weight: bold;
}
.navbar label {
  display: inline-block;
  float: right;
  padding: 10px 0.8em;
  font-size: 2em;
  cursor: pointer;
  font-weight: bold;
}
.navbar > input[type="checkbox"] {
  display: none;
}
.navbar > input[type="checkbox"]:checked ~ .menu-items {
  max-height: 100vh;
  margin: 1em 0 0 0;
}
.navbar .menu-items {
  display: block;
  width: 80%;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}
.navbar .menu-items li {
  display: block;
}
.navbar .menu-items li a {
  text-decoration: none;
  color: #7f1819;
  display: block;
  padding: 0.8em;
  margin-top: 15px;
}

.navbar .menu-items li a img{
  width: 30px;
}

.navbar .menu-items li a + ul {
  max-height: 0;
  background: #f0f0f0;
  transition: all 0.25s;
  overflow: hidden;
}
.navbar .menu-items li a + ul li {
  display: block;
}
.navbar .menu-items li a + ul li a {
  color: #666;
}
.navbar .menu-items li a + ul li a:hover {
  background: #e4e2e2;
}
.navbar > .brand:hover,
.navbar label:hover,
.navbar .menu-items li:hover {
  background: #f0f0f0;
}
.navbar > .brand:hover,
.navbar label:hover,
.navbar .menu-items li:hover,
.navbar > .brand:hover a,
.navbar label:hover a,
.navbar .menu-items li:hover a {
  color: #801817;
}
.navbar > .brand:hover ul,
.navbar label:hover ul,
.navbar .menu-items li:hover ul {
  max-height: 900px;
}
@media screen and (min-width: 1000px) {
  .navbar label {
    display: none;
  }
  .navbar .menu-items {
    width: auto;
    margin: 0 !important;
    display: inline-block;
    overflow: visible;
    padding-top: 5px;
    font-size: 1.2em;
    text-transform: uppercase;
  }
  .navbar .menu-items > li:hover > a {
    color: #666;
  }
  .navbar .menu-items li {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid transparent;
  }
  .navbar .menu-items li ul {
    position: absolute;
    min-width: 100%;
    top: 100%;
    margin-top: 3px;
    height: 600px;
  }
  .navbar .menu-items li ul li {
    white-space: nowrap;
  }
  .navbar .menu-items li ul li a {
    padding: 0.8em 1.6em;
  }
  .navbar .menu-items li:hover {
    background: none;
    border-color: #D6C1C0;
  }
}

.navbar .menu-items li ul li:hover {
  background: none;
  border-color: transparent;
}

.info{
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: table;
  clear: both;
}

.info a{
  color: #801815;
  text-decoration: underline;
  font-weight: bold;
}

.tab{
  width: 50%;
  border-collapse: collapse;
}

.titlex{
  background: #801815;
  font-weight: bold;
  padding: 8px 15px;
}



.tab tr td{
  border: 1px solid #ccc;
  border: 1px solid #D6C1C0;;
  padding: 8px 15px;  
  font-size: 1.2em;
}

.more_more{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  clear: both;
}

.more_more img{
  width: 27px;
  height: 27px;
  border: 2px solid #D6C1C0;
  margin: 6px 3px;
}

.more_more li{
  width: 25px;
  height: 25px;
  margin: 6px 0px;
  float: left;
  color: #666;
}

.more_images{
  width: auto;
  margin: 0 auto;
  height: auto;
  display: table;
}

.more_tamanho {
  width: auto;
  margin: 0 auto;
  height: auto;
  display: table;
}

.awSlider .carousel{
  display:table;
  z-index:2;
  -moz-box-shadow: 0 0 4px #444;
  -webkit-box-shadow: 0 0 4px #444;
  box-shadow: 0 0 15px rgba(1,1,1,.5);
}

.awSlider{
  margin:30px auto;
  padding:30px;
  position:relative;
  display:table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.awSlider:hover > img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:1;
}

.awSlider img{
  pointer-events: none;
}

.awSlider > img{
  position:absolute;
  top:30px;
  z-index:1;
  transition:all .3s;
  filter: blur(1.8vw);
  -webkit-filter: blur(2vw);
  -moz-filter: blur(2vw); 
  -o-filter: blur(2vw); 
  -ms-filter: blur(2vw);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:.5;
}

.item img{
  width: 100%
}

.carousel-inner{
  margin-top: -18px;
  margin-bottom: 10px;
}

#filtro, #categoria,  #tamanho, #cor, #colecao, #tecido, #extra, #aplicar {
  display:none;
}

label { 
 -webkit-appearance: push-button;
 -moz-appearance: button; 
 display: inline-block;
 cursor: pointer;
 padding: 5px;
}

/* CSS padrão da div */
#mostra, #todaCategoria, #todoTamanho, #todaCor, #todaColecao, #todoTecido, #todoExtra, #todaCalcinha, #todoSutia {
  display:none;
}

/* CSS quando o checkbox está marcado */
#filtro:checked ~ #mostra {
  display:block;
  background: #f2eeee;
}

#mostra i{
  float: right;
}



#filtro:checked ~ #aplicar {
  display:block;
  width: 100%;
  background: #f2eeee;
  margin-top: -6px;
  padding-top: 8px;
}

#filtrar{
  background: #d4b8b7;
  border:none;
  color: #fff;
  float: right;
  margin-right: 15px;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
}

#categoria:checked ~ #todaCategoria {
  display:block;
}

#calcinha:checked ~ #todaCalcinha{
  display:block;
  margin-top: 15px;
}

#sutia:checked ~ #todoSutia{
  display:block;
  margin-top: 15px;
}

#tamanho:checked ~ #todoTamanho {
  display:block;
}

#cor:checked ~ #todaCor {
  display:block;
}

#colecao:checked ~ #todaColecao {
  display:block;
}

#tecido:checked ~ #todoTecido {
  display:block;
}

#extra:checked ~ #todoExtra {
  display:block;
}

.filtro{
  width: 100%;
  height: 50px;
  background: #eeeeee;
  line-height: 50px;
  text-align: center;
  border: 1px solid #cccccc;
}



#mostra label > input{
  visibility: hidden;
}
#mostra label > input + img{
  cursor:pointer;
  border-radius:50%;
  padding:3px;
  width: 38px;
  height: 38px;
  float: left;
  margin-right: -22px;
}
#mostra label > input:checked + img{
  border:4px solid #d4b8b7;
}



#mostra label > input + p{
  cursor:pointer;
  border-bottom:1px solid #fff;
  border-radius:3px;
  width: 300px;
  height: 25px;
  padding:3px;
  margin-top: -40px;
  margin-left: 12px;
}
#mostra label > input:checked + p{
  border-bottom:4px solid #d4b8b7;
}


#mostra label > input + li{
  cursor:pointer;
  border:4px solid #fff;
  border-radius:3px;
  width: 40px;
  height: 40px;
  margin-top: -35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
#mostra label > input:checked + li{
  border:4px solid #d4b8b7;
}


#calcinha, #sutia{
  display: none;
}

.xtotal{
  width: 100%;
  border-bottom: 1px solid #d6c1c0;
}

.xxtotal{
  width: 95%;
  margin-left: 5%;
  border-bottom: 1px solid #d6c1c0;
  margin-bottom: -25px;
}

.xtitulo{
  font-weight: BOLD;
  width: 100%;
  border-bottom: 1px solid #666;
  padding: 5px 12px 5px 12px ;
  font-size: 1em;
}

.testea{
  margin-top: -22px;
}

.avancado{
  display: none;
}

.paginax{
  width: 75%;
  height: auto;
  display: table;
  float: left;
}






.desloca_conteudo{
  width: 100%;
  float: right;
  height: auto;
  display: table;
}

.filtrox{
  width: 20%;
  height: auto;
  display: table;
  float: left;
  margin-right: 5%;
}

.form_filtroy{
  width: 15%;
  height: 500px;
  display: table;
  border-right: 1px solid #F0F0F0;
  float: left;
}

.tituloy{
  width: 100%;
}

.totaly{
  text-align: CENTER;
  height: 35px;
  background: #f0f0f0;
  width: 100%;
  font-size: 1.1em;
}

.aplicar_filtroy{
  width: 120px;
  height: 35px;
  float: right;
  margin-right: 10px;
  background: #d6c1c0;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}

#filtroy, #categoriay,  #tamanhoy, #cory, #colecaoy, #tecidoy, #extray, #aplicary {
display:none;
}

label { 
-webkit-appearance: push-button;
-moz-appearance: button; 
display: inline-block;
cursor: pointer;
padding: 5px;
}

/* CSS padrão da div */
#todoTamanhoy, #todaCory, #todaColecaoy, #todoTecidoy, #todoExtray, #todaCalcinhay, #todoSutiay {
display:none;
}

#todoTamanhoy li{
list-style: none;
margin-top: 10px
}

/* CSS quando o checkbox está marcado */
#filtroy:checked ~ #mostray {
display:block;
background: #f2eeee;
width: 100%;
height: 40px;
}

#mostray i{
float: right;
}



#filtroy:checked ~ #aplicary {
display:block;
width: 100%;
background: #f2eeee;
margin-top: -6px;
padding-top: 8px;
}

#filtrary{
background: #d4b8b7;
border:none;
color: #fff;
float: right;
margin-right: 15px;
padding: 8px 15px;
border-radius: 8px;
font-size: 1.1em;
font-weight: bold;
}

#categoriay:checked ~ #todaCategoriay {
display:block;
}

#calcinhay:checked ~ #todaCalcinhay{
display:block;
margin-top: 15px;
}

#sutiay:checked ~ #todoSutiay{
display:block;
margin-top: 15px;
}

#tamanhoy:checked ~ #todoTamanhoy {
display:block;
}

#cory:checked ~ #todaCory {
display:block;
}

#colecaoy:checked ~ #todaColecaoy {
display:block;
margin-top: 20px
}

#tecidoy:checked ~ #todoTecidoy {
display:block;
margin-top: 20px;
}

#extray:checked ~ #todoExtray {
display:block;
margin-top: 20px
}

.filtroy{
width: 100%;
height: 50px;
background: #eeeeee;
line-height: 50px;
text-align: center;
border: 1px solid #cccccc;
}



#mostray label > input{
visibility: hidden;
}
#mostray label > input + img{
cursor:pointer;
border-radius:50%;
padding:3px;
width: 38px;
height: 38px;
float: left;
margin-right: -22px;
}
#mostray label > input:checked + img{
border:4px solid #d4b8b7;
}



#mostray label > input + p{
cursor:pointer;
border-bottom:1px solid #fff;
border-radius:3px;
width: 300px;
height: 25px;
padding:3px;
margin-top: -40px;
margin-left: 12px;
}

#mostray label > input:checked + p{
border-bottom:4px solid #d4b8b7;
}


#mostray label > input + li{
cursor:pointer;
border:4px solid #f0f0f0;
border-radius:3px;
width: 40px;
height: 40px;
margin-top: -25px;
text-align: center;
line-height: 35px;
border-radius: 50%;
}

#mostray label > input:checked + li{
border:4px solid #d4b8b7;
}


#calcinhay, #sutiay{
display: none;
}

.naox{
  font-size: 1.5em;
  margin-left: 15px;
  margin-bottom: 80px;
}

.galinha{
  width: 100%;
  height: auto;
  display: table;
}

.galinha img{
  width: 100%;
}

.bt-add{
  float: right;
  width: 70%;
  background: #03f496;
  color: #000;
  border: none;
  height: 35px;
  border-radius: 5px;
}

.bt-avise{
  width: 70%;
  background: #e6e922;
  color: #000;
  border: none;
  height: 35px;
  border-radius: 5px;
  margin:  0 15%;
}

.branco{
  color: #fff;
}

.number2-wrapper {
  position: relative;
}
.number2-wrapper input[type="number"] {  
  padding: 0;
  text-align:left;
  width: 25%;
  height: 35px;
  font-size: 1.5em;
  padding-left: 5px;
  font-weight: bold;
  color: #000
}
.number2-wrapper:after,
.number2-wrapper:before {
  position: absolute;
  right: 1px;
  width: 15px;
  height: 13px;
  font-size: 12px;
  pointer-events: none;
}
.number2-wrapper:after {
  color: #000;
  content: "\25B2";
  margin-top: 5px;
}
.number2-wrapper:before {
  color: #000;
  content: "\25BC";
  margin-bottom: 2px;
  bottom: -.5em;
}

.breve{
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.destacar{
  font-size: 0.8em;
}

.assinatura{
  margin-top: 30px;
}

.assinatura i{
  color: #ff9a00;
}

.asss{
  color: #ff9a00;
  margin-left: 25px;
  font-size: 0.9em;
}

.assinatura h2{
  font-weight: bold;
  margin-top: 15px;
  color: #ff9a00;
  font-size: 1.5em;
}

.dest{
  color: #ff9a00;
  font-size:1em;
}

.assinatura h3{
  font-weight: bold;
  margin-top: 15px;
  font-size: 1em;
}

.quero{
  width: 100%;
  border: 1px solid #ccc;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
  display: none;
}

.quero p{
  margin-top: -10px;
}

.rd{
  width: 15px;
  height: 15px;
  margin-top: 10px;
}

.tb_ass{
  width: 100%;
}

.tb_ass tr td{
  padding: 0 0px;
}

.cancelar_ass{
  background: #ff9a00;
  color: #000;
  padding: 8px 10px;
  border-radius: 5px;
  border: none;
  margin-top: 30px;
}

.fretegratis{
  color: #4b1419;
  font-weight: bold;
  padding-top: 15px;
  font-size: 1.2em;
  
}

#foo{
  display: none;
  padding: 6px;
  background: #9aeccc;
  color: #000;
  border-radius: 6px;
  width: 150px;
  margin-left: 150px;
  margin-top: 15px;
  text-align: center;
}

.LA{
  width: 100%;
  color: #000;
  font-size: 1em;
  padding: 15px;
  font-family: calibri;
}

.copiacola{
  width: 300px;
  border: 1px solid #ccc;
  color: #666;
  height: 40px;
  border-radius: 8px;
}

#botao{
  width: 300px;
  border: 1px solid  rgb(30, 14, 244);
  color: #fff;
  height: 40px;
  border-radius: 8px;
  background:  rgb(30, 14, 244);
  margin-top: 15px;
  
}

.minhas{
  margin-top: 15px;
  margin-left: 70px;
  font-weight: bold;
  color: rgb(30, 14, 244);
  margin-bottom: 200px;
}

.geral_dadosx{
  width: 50%;
  margin: 0 25%;
}


/*
vendedor
*/

.meio-painel{
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 50px 50px;
}

.meio-painel2{
  width: 90%;
  margin-left: 8%;
}

.bordaA{
  width: 60px;
  height: 3px;
  background: #000;
  float: left;
}

.bordaB{
  width: 40px;
  height: 3px;
  background: red;
  float: left;
}

.fim-borda{
  width: 100%;
  height: 20px;
  clear: both;
}



.noventa{
  width: 100%;
}


/***********************************
 Produtos
***********************************/

.busca{
  width: 70%;
  float: left;
  margin-bottom: 30px;
}

.campo-busca{
  width: 80%;
  float: left;
  height: 35px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 5px 0 0 5px; 
  padding: 0 5px;
}

.buscarx{
  background: url('../images/lupa.png');
  background-size: cover;
  width: 35px;
  height: 35px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0 5px 5px 0; 
  cursor: pointer;
}

.buscarx:hover{
  box-shadow: 0px 0px 3px #000;
  color: #000;
}



.tbcliente{
  font-size: 0.9em;
  width: 100%;
}

.tbcliente tr td img{
  height: 20px;
}

.btcliente{
  width: 180px;
  height: 35px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 35px;
  float: left;
  cursor: pointer;
  border: none;
  margin-right: 10px;
  border-radius: 5px;
}



.paginacao{
  background: #666;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 4px;
  color: #fff;
  border-radius: 5px;
  float: left;
  text-align: center;
  margin-bottom: 5px;;
}

.paginacao2{
  background: #000;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  color: #fff;
  border-radius: 5px;
  float: left;
  text-align: center;
  line-height: 30px;
  margin-bottom: 5px;;
}

.paginacao a, .paginacao2 a{
  color: #fff;
}

.paginando{
  width: auto;
  float: right;
}

.paginacao2:hover, .paginacao:hover{
  background: #000;
}

.navegador{
  color: #666;
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 10px;
}


table{
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #ccc;
}



table tr td{
  border-bottom: 1px solid #ccc;
  padding: 8px 4px;
  border-collapse: collapse;
  font-size: 1.3em;
  text-align: left;
}

table tr td i{
  font-size: 2em;
  color: #6d1f1d;;
}

table tr:hover{
  background: #f0f0f0;
}

.sub_tb{
  width: 100%;
  background: #eaeaea;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.title3{
  font-size: 1em;
  font-weight: 700;
  background: #eaeaea;
  height: 30px;
  text-align: center;
}

.novo{
  background: #6d1f1d;
  width: 150px;
  height: 40px;
  float: right;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
}

a .novo{
  color: #fff;
}

.msg{
  color: red;
  margin-top: 30px;
}


.taxar{
  text-decoration: line-through;
}

.ass h4 span{
  font-size: 0.8em;
}

.frequencia{
  width: 100%;
  margin-top: 10px;
  margin-left: 50px;
}

.plano{
  width: 80%;
  height: auto;
  display: table;
  border-bottom: 2px solid #ff9a00 ;
  padding-bottom: 0px;
  padding-top: 10px;
}

.sup{
  border-bottom: 2px solid #ff9a00 ;
  width: 80%;
  height: 1px;
  display: table;
}

.opcao{
  width: 90%;
  padding: 12px 8px;
  box-shadow: 0px 0px 6px #666;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 20px;
  background: #fff;
}

.opcao p{
  line-height: 30px;
}

.frequencia h4{
  font-size: 1.2em;
  font-weight: bold;
}

.plano table{
  margin-left: 20px;
  margin-top: -5px;
}

.plano p{
  font-size: 1em;
  font-weight: bold;
}

.andamento {
  width: 60%;
  margin: 20px auto;
  height: auto;
  display: table;
  margin-bottom: 35px;
  background: #f0f0f0;
  padding: 15px 30px;
  border-radius: 10px;
  border: 1px solid #6d1f1d;
}

.passo{
  width: 33.33%;
  float: left;
}

.linha{
  width: 100%;
  height: 3px;
  background: #6d1f1d;
  margin-top: -17.5px;
}

.bola{
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #6d1f1d;;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.bola2{
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #6d1f1d;;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  float: right;
  margin-top: -17.5px;
  color: #6d1f1d;;;
  text-align: center;
}

.bola i, .bola2 i{
  font-size: 1.5em;
  text-align: center;
  margin-top: 8px;
}

.cheio{
  background: #6d1f1d;;;
  color: #fff;
}

.rg{
  float: right;
  margin-top: -15px;
}

.radio-toolbar table{
  font-size: 0.9em;
  border: none;
  margin-bottom: -0px;
}

.radio-toolbar table tr:hover{
  background: transparent;
}

.radio-toolbar table tr td{
  font-size: 1em;
  border: none;
  padding: 0;
}

.pedidopago{
  width: 250px;
  text-align: center;
  height: 35px;
  color: #fff;
  background: #6d1f1d;
  border-radius: 6px;
  
}

.passo{
  width: 200px;
  text-align: center;
  height: 35px;
  color: #fff;
  background: #6d1f1d;
  border-radius: 6px;
  margin-left: 150px;
  margin-top: 40px;
}

.confirmacao{
  width: 95%;
  margin-left: 5%;
  height: 500px;
}

.confirmacao h2{
  margin-left: 0;
  margin-bottom: 30px;
}

.bta{
  width: 350px;
  height: 35px;
  border: 1px solid #666;
  border-radius: 6px;
}


.box-produtos-maior{
  width: 47%;
  margin: 20px 1.5% 40PX 1.5%;
  float: left;
  height: auto;
  display: table;
  -webkit-transform: scale(1); 
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
  border: 1px solid #eaeaea;
  border-radius: 25px;
  padding: 25px
}

.desconto a li{
  color: #D6C1C0;
  font-weight: bold;
}

.box-produtos:hover, .box-produtos-maior:hover{
  -webkit-transform: scale(1.02); 
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1.02);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1.02);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
  box-shadow: 0;
}



.box-produtos li, .box-produtos-maior li{
  padding-left: 2%;
  list-style: none;
  color: #7f1917;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.box-produtos h4, .box-produtos-maior h4{
  padding-left: 2%;
  list-style: none;
  color: #ff9a00;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.box-produtos h4 span, .box-produtos-maior h4 span{
  list-style: none;
  color: #ff9a00;
  font-weight: 100;
  text-align: left;
  font-size: 0.8em;
}

.ass{
  width: 100%;
  height: 85px;
  color: #ff9a00;
  font-size: 1.1em;
}

.importante{
  border: 3px solid #ff9a00;
  background: rgb(255,255,255,0.7);
}


.assl{
  color: #696969;
}

.mudacat{
  width: 100%;
  clear: both;
  margin-top: 50px;
  margin-left: 0%;
  border-bottom: 2px dotted #ff9a00;
  color: #4b1419;
  font-size: 1.7em;
  font-weight: bold;
}

.breve p{
  width: 101%;
  height: auto;
  min-height: 50px;
  background: #6d1f1d;
  border: 1px solid #6d1f1d;
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 15px;
}

.breve h3{
  margin-top: 7px;
}

.centralizado{
  width: 95%;
  margin: 0 2.5%;
}


.especial{
  width: 180px;
  height: 55px;
  background: #6d1f1d;
  position: fixed;
  top: 30px;
  right: -60px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  transform: translate(-50%, -50%);
  animation: animate 2s linear infinite;
  line-height: 65px;
}

.especial h2 {           
  
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 13px;
  letter-spacing: 0.6px;
}


.imagem-produto-maior{
  width: 45%;
  height: auto;
  display: table;
  background: #eaeaea;
  float: left;
  margin-right: 5%;
  border-radius: 10px;
}

.imagem-produto img, .imagem-produto-maior img{
  width: 100%;
}

.menu_total{
  width: 100%;
  height: 60px;
  background: #ff9a00;
  clear: both;
  text-align: center;
  flex-flow: row wrap;  
  margin-top: -10px;
}

.influenciador{
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
}

.inf{
  width: 100%;
  height: 35px;
  border: 1px solid #666;
  border-radius: 5px;
}

.btp{
  float: left;
  margin-left: 50px;
  padding: 10px ;
  margin-top: -45px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ccc;
  width: 150px;
  text-align: left;
}

.form_entrega{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
   height: 42px;
}

.info_entrega{
  font-size: 1.1em; 
  width: 83%;
  margin-left: 4%;
  margin-bottom: -20px;
  padding: 0 10px;
}


.tbentrega tr td{
  padding: 0 8px;

}


.form_lead{
  width: 95%;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 5px;
}

.title{
  font-weight: bold;
  padding-left: 10px;
}

.programa_leads{
  padding-bottom: 30px;
  margin-top: 20px;
}

.msg{
  color: red;
  font-size: 0.8em;
}

.mm{
  font-size: 0.8em;
}


.cupom_desconto li{
  font-size: 0.8em;
  color: #9f9b9b;
}

.programa_leads table tr td{
  font-size: 0.8em;
}

.tudo{
  width: 100%;
}




























