#cadastro {
  text-align: center;
  font: 14px Open Sans, Arial, Helvetica, sans-serif;
  line-height: 14px;
}

.cad 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: 20px;
  color: #7AC245;
  font-weight: 700;
}

#cadastro p {
  padding: .5em;
}

.password {
  color: #707070;
  text-decoration: underline;
  text-transform: initial;
  font-size: 14px;
  font-weight: 700;
}

.password:hover {
  color: #707070;
}

#pedido {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

#pedido h1 {
  font-size: 20px;
  line-height: 22px;
  cursor: auto;
  margin-bottom: 50px;
  font-weight: 700;
  color: #7AC245;
}

@media (max-width: 768px) {
  #pedido h1 {
    margin-bottom: 0px;
  }
}

.enderecos {
  text-align: center;
}

.enderecos hr {
  color: #b08e27;
}

.btn.btn-sm {
  margin-bottom: 10px;
  background: #025097;
  color: #fff;
  /*background: #b08e27;
  color: #b08e27;*/
}

.enderecos  h1 {
  color: #7AC245;
  font-size: 20px;  
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 25px;
}

.enderecos-modelo {
  border: 1px solid #555;
  border-top: none;
}

.btn-endereco {
  background: #025097;
  border-radius: 0px;
  width: 50%;
  color: #fff;
}

.btn-endereco:hover {
  color: #fff;
}

.btn-endereco:active {
  color: #fff;
}

.btn-endereco:link {
  color: #fff;
}

@media (max-width: 768px) {
  .btn-endereco {
    width: 100%;
  }
}

#listapedido h1 {
  font-size: 20px;
  line-height: 22px;
  cursor: auto;
  margin-bottom: 50px;
  font-weight: 700;
  color: #7AC245;
  text-align: center;
}

.pedido-layout img {
  border: 0px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 3px;
}

.pedido-header {
  color: #555;
  padding: 1em;
  border: 1px solid #999;
  background-color: #e9e9e9;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .pedido-desk {
    display: none;
  }
  .pedido-desk-center h2 {
    display: none;
  }
}

@media (max-width: 768px) {
  .pedido-desk-center {
    text-align: center;
  }
  .pedido-desk-center h2 {
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
  }
  .pedido-desk {
    text-align: center;
  }
  .pedido-mobi {
    display: none;
  }
  .row-mobi {
    margin-left: -9px;
  }
}

.nome-pedido a {
  color: #7AC245;
}

.nome-pedido a:hover {
  text-decoration: none;
  color: #025097;
  transition: 2s;
}

.pedido-tile {
  font-size: 12px;
}

.pedido-again:hover {
  text-decoration: none;
}

.pedido-rb {
  color: rgb(85, 85, 85);
  font-weight: 501;
}

.panel-border {
  border: 1px solid #999;
}

@media (max-width: 768px) {
  #listapedido h1 {
    margin-bottom: 15px;
  }
}

#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: 80px;
  border-radius: 3px;
}

/*@media(max-width: 768px) {
  #pedido table img {
    display: none;
  }
}*/

#pedido table tr td:nth-child(2) {
  text-align: left;
}

#pedido td {
  color: #333;
  border: 0px;
  border-bottom: solid 1px #DAD9D9;
  text-align: center;
  margin-bottom: 5px;
  /*font-weight: bold;*/
}

#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: 700;
  font-size: .875rem;
}

@media (max-width: 768px) {
  #pedido a:link {
    margin-top: 10px;
  }
}

.custom {
  color: #025097;
  font-weight: 700;
  font-size: 14px;
}

.fa {
  font-weight: 0;
}

.remove {
  font-size: 13px;
  text-decoration: underline;
}

.remove-mobi {
  text-decoration: none;
  font-weight: 100;
}

.remove:hover {
  color: #5a2d82;
  text-decoration: none;
  cursor: pointer;
}

.remove-mobi:hover {
  text-decoration: none;
  cursor: pointer;
}

.esp {
  float: right;
  margin-top: -8px;
}

@media (max-width: 768px) {
  .esp {
   margin-top: 0px;
  } 
  #frete_cep_mobi {
    margin-top: 5px;
  }
  .f {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.frete_servico {
  color: #7AC245;
  font-weight: normal;
  margin: 5px;
}

#frete_entrega {
  text-align: center;
  color: #FFFFFF;
}

#frete_entrega div {
  display: inline-block;
  max-width: 90px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #7AC245;
  padding: .5em;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
  cursor: pointer;
}

#frete_entrega div b {
  font-size: 16px;
}

#frete_entrega_mobi {
  text-align: center;
  padding: 10px;
}

#frete_entrega_mobi div {
  display: inline-block;
  max-width: 90px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #7AC245;
  padding: .5em;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
  cursor: pointer;
}

#frete_entrega_mobi div b {
  font-size: 16px;
}

#total {
  color: #FF0000;
  font-weight: bold;
  font-size: 20px;
}

#total-th {
  font-size: 14px;
  font-weight: 700;
}

.fm {
  display: inline-block;
  width: auto;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .fm {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}

.subtotal {
  font-size: 14px;
  font-weight: 700;
}

.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: #E8171E;
}

/*.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%;
}*/

.detalhe {
  color: #666;
  text-align: center;
}

.detalhe h3 {
  color: #555;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}

.detalhe h5 {
  font-weight: 501;
  color: #025097;
}

.detalhe h6 {
  margin-bottom: 10px;
  font-size: 14px;
}

.detalhe span {
  font-weight: 501;
}

.old {
  color: #025097;
}

.campo {
  text-align: left;
  /*vertical-align: top;*/
  display: inline-block;
  padding: .5em;
}

.notice {
  font: 16px Open Sans, Arial, Helvetica, sans-serif;
  text-align: center;
}

.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 #bcbcbc;
  /*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%;
  }
}

@media (max-width: 768px) {
  .tabela-desk {
    display: none;
  }
}

@media (min-width: 768px) {
  .tabela-mobi {
    display: none;
  }
}

@media(max-width: 768px) {
  .tk {
    margin-bottom: 15px;
  }
}

.admin {
  color: #b08e27;
  font-weight: 501;
}

.convenio-desk {
  margin-top: 15px;
}

@media(max-width: 768px) {
  .convenio-mobi {
    margin-top: 15px;
  }
}