/****************************
******** 17/11/2017 *********
****CORE��O DE BUG NO CSS****
****************************/

#cadastro {
  text-align: center;
  font: 14px Open Sans, Arial, Helvetica, sans-serif;
  line-height: 14px;
}

#cadastro form {
  max-width: 700px;
}
#cadastro input[type="text"], #cadastro input[type="password"], #cadastro select, #cadastro option, #cadastro textarea {
  margin-top: 5px;
}
#cadastro input[type="button"], #cadastro input[type="submit"], #cadastro button {
  width: 150px;
}
#cadastro h1 {
  font-size: 22px;
}

#cadastro p {
  padding: .5em;
}

#pedido {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

#pedido h1 {
  color: #d81c0a;
  font-size: 22px;
  line-height: 22px;
  cursor: auto;
  margin-bottom: 50px;
  margin-top: 20px;
}

#pedido h2 {
  font-size: 22px;
  line-height: 22px;
  max-width: 450px;
  margin-bottom: 50px;
  cursor: auto;
}

#pedido table {
  width: 100%;
}

#pedido table img {
  border: 0px;
  max-width: 80px;
  max-height: 180px;
  border-radius: 3px;
}

#pedido table tr td:nth-child(2) {
  text-align: left;
}

#pedido td {
  color: #333;
  border: 0px;
  border-bottom: solid 1px #DAD9D9;
  text-align: center;
  /*font-weight: bold;*/
}

#pedido td b {
  color: #333;
}

/*#pedido input[type="submit"] {
  min-width: 25%;
  height: 40px;
  margin-top: 10px;
  font-weight: bold;
}*/

#pedido a:link, #pedido a:visited {
  color: #333;
  font-weight: normal;
}

.frete_servico {
  color: #333;
  font-weight: normal;
  margin: 5px;
}

#frete_entrega {
  text-align: center;
  color: #FFFFFF;
}

#frete_entrega div {
  display: inline-block;
  max-width: 180px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #333;
  padding: .5em;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
  cursor: pointer;
}

#frete_entrega div b {
  font-size: 16px;
}

.carrinho_quantidade {
  white-space: nowrap;
  text-align: center;
}

.carrinho_quantidade input {
  margin: 0px;
  padding: 5px;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  background: #FFFFFF;
}

.carrinho_quantidade a:link, .carrinho_quantidade a:visited {
  background: #F2F2F2;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #E3E3E3;
  vertical-align: middle;
  text-align: center;
}

.pedidos td {
  cursor: pointer;
}

.pedidos tr:hover td {
  color: #FFFFFF;
  background: #333;
}

.pedidos tr.pedidos_detalhes:hover td {
  color: #727272;
	background: #FFFFFF;
  cursor: auto;
}

.pedidos_detalhes th, .pedidos_detalhes td {
  text-align: center;
  font: 13px Open Sans, Arial, Helvetica, sans-serif;
}

.pedidos_detalhes td table {
  width: 100%;
}

#total {
  color: #d81c0a;
  font-weight: 700;
}

.btn-pag {
  float: right;
}

@media (max-width: 768px) {
  .btn-pag {
    float: none;
    margin-top: 10px;
  }
}

.campo {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  padding: .5em;
}

.notice {
  font: 16px Open Sans, Arial, Helvetica, sans-serif;
}

.erros, .error {
  font: 16px Open Sans, Arial, Helvetica, sans-serif;
  display: table;
  margin: auto;
  margin-bottom: 1em;
	color: #000000;
	border: 0px;
	background: transparent;
  padding: 1em;
}

.erros ul {
  list-style-type: square;
  color: #FF0000;
}

.erros li {
  text-align: left;
}

.campo_email, input.campo_email, #cadastro input[type="text"], #cadastro input[type="password"] {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 400px;
  height: 40px;
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-right: 0px;
  padding: 0 15px;
  font-size: 0.75em;
}

textarea.campo_email, #cadastro textarea {
  height: 150px;
  padding: 15px 15px;
}

p.campo_email {
  font-size: 2em;
  font-weight: bold;
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: 0px;
}

/*@media all and (max-width: 1310px) {
  #cadastro {
    margin-left: 20%;
  }
}

@media all and (max-width: 1100px) {
  #cadastro {
    margin-left: 15%;
  }
}

@media all and (max-width: 850px) {
  #cadastro {
    margin-left: 5%;
  }
}

@media all and (max-width: 765px) {
  #cadastro {
    margin-top: 0px;
    margin-left: 0px;
  }
}*/

@media all and (max-width: 480px) {
  .campo_email, input.campo_email, #cadastro input[type="text"], #cadastro input[type="password"] {
    width: 90%;
  }
}
.whatsapp-color {
  color: #34af23;
  font-size: 1.3em;
}