/* CARRINHOS */
#form_carrinho {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#form_carrinho .desconto label {
  font-size: 0.9rem;
  display: none;
}
#form_carrinho .desconto input[type=text] {
  max-width: 80px;
  margin: 13px auto 0 auto;
  text-align: center;
  padding: 1rem 0.5rem;
}
#form_carrinho .envio {
  padding: 12rem 2rem 3rem 2rem;
  border: 1px #e2e2e2 solid;
  -webkit-box-shadow: 0 32px 29px -22px rgba(0, 0, 0, 0.35);
          box-shadow: 0 32px 29px -22px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 48em) {
  #form_carrinho .envio {
    padding: 3rem 3rem 3rem 16rem;
  }
}
@media only screen and (min-width: 62em) {
  #form_carrinho .envio {
    max-width: 57%;
  }
}
#form_carrinho .envio h3 {
  letter-spacing: 0;
}
#form_carrinho .envio .box_bt {
  margin-top: 3rem;
}
#form_carrinho .envio .box_bt .btn_site {
  background: transparent;
  border: 2px #949494 solid;
  color: #949494;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: 'open_sansbold';
  border-radius: 4px;
}
#form_carrinho .envio .box_bt .btn_site .fa {
  font-size: 1.2rem;
}
#form_carrinho .envio .box_bt .btn_site:hover {
  background: #fe3131;
  color: #fff;
  border: 2px #fe3131 solid;
  opacity: 1;
}
#form_carrinho .success {
  background: url(../imagens/successful.svg) #f1f1f1 center 20px no-repeat;
}
@media only screen and (min-width: 48em) {
  #form_carrinho .success {
    background: url(../imagens/successful.svg) #f1f1f1 50px 33px no-repeat;
  }
}
#form_carrinho .error_box {
  background: url(../imagens/error.svg) #f1f1f1 center 20px no-repeat;
}
@media only screen and (min-width: 48em) {
  #form_carrinho .error_box {
    background: url(../imagens/error.svg) #f1f1f1 50px 33px no-repeat;
  }
}
#form_carrinho .carrinho_vazio {
  background: url(../imagens/carrinho_vazio.svg) #f1f1f1 center 20px no-repeat;
}
@media only screen and (min-width: 48em) {
  #form_carrinho .carrinho_vazio {
    background: url(../imagens/carrinho_vazio.svg) #f1f1f1 50px 33px no-repeat;
  }
}
#form_carrinho .load {
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tabela {
  width: 99%;
  min-width: 900px;
  border-collapse: collapse;
  margin: 1rem 0;
  font-family: 'open_sansregular';
  font-weight: normal;
  text-align: center;
}
.tabela thead {
  color: #fff;
  font-size: 1rem;
  background: #7f8c8d;
}
.tabela thead tr th {
  border-top: 1px #7f8c8d solid;
  border-bottom: 1px #7f8c8d solid;
  border-left: 1px #b0bcbd solid;
  font-weight: normal;
  padding: 1rem;
  width: 1px;
  text-align: center;
}
.tabela thead th:first-child {
  border-left: none;
}
.tabela thead th:last-child {
  border-right: 1px #7f8c8d solid;
}
.tabela td {
  border: 1px #dcdcdc solid;
  color: #333;
  font-size: 1rem;
  padding: 1rem;
  font-weight: normal;
}
.tabela .quantity {
  text-align: center;
  position: relative;
}
.tabela .quantity input[type=text] {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.tabela .quantity a {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem;
}
.tabela .quantity a .fa {
  margin-top: 0.55rem;
}
.tabela .quantity .muda-qtde-menor {
  text-align: right;
}
.tabela .info_produto {
  text-align: left;
}
.tabela .info_produto img {
  max-width: 100px;
  float: left;
}
.tabela .info_produto span em {
  display: block;
  font-style: normal;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.tabela .remove {
  position: relative;
}
.tabela .remove a {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.tabela .remove a:before {
  width: 1.3rem;
  height: 1.3rem;
}
.tabela .valor_total {
  display: block;
  text-align: right;
}
.tabela .valor_total strong {
  font-size: 1.3rem;
}
.tabela .adicionar {
  background: #f1f1f1;
  float: left;
}
.tabela .adicionar .fa {
  margin-right: 0.5rem;
}
.tabela .bt-finaliza {
  background: #fe3131;
  display: block;
  float: left;
  color: #fff;
  float: right;
}
.tabela .bt-finaliza:hover {
  opacity: 0.5;
}
.meus_pedidos {
  min-height: 500px;
}
.meus_pedidos .tabela {
  min-width: 866px;
}
.sem_pedidos {
  max-width: 400px;
  margin: 5rem auto 0 auto;
  padding: 4rem 2rem;
  text-align: center;
  border: 1px #dcdcdc solid;
  background: #f1f1f1;
}
.sem_pedidos p {
  margin-bottom: 0;
}
#form_dados_cliente .box_form {
  border: 1px #dcdcdc solid;
  padding: 3rem;
  margin-bottom: 2rem;
}
.minhas_compras {
  min-width: 100%;
  width: inherit;
}
.minhas_compras .info_produto {
  width: 80%;
}
.minhas_compras td {
  font-size: 0.9rem;
  padding: 0;
}
.minhas_compras .info_produto span em {
  margin-top: 0.5rem;
}
.minhas_compras .info_produto img {
  max-width: 80px;
}
.valor_final {
  font-size: 0.9rem;
  border: 1px #dcdcdc solid;
  padding: 1rem;
}
.valor_final strong {
  font-size: 1.2rem;
}
.bt_mais_produtos {
  text-align: center;
}
.meus_pedidos .pedidos {
  min-width: inherit;
}
.meus_pedidos .pedidos tbody {
  display: none;
}
.meus_pedidos .pedidos .down {
  color: #fff;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.meus_pedidos .pedidos .closed {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.meus_pedidos .pedidos .cancel {
  color: #fff;
  font-size: 0.85rem;
}
.meus_pedidos .pedidos .cancel .fa {
  font-size: 1.1rem;
  margin-left: 0.3rem;
}
.meus_pedidos .pedidos .info_produto span a {
  font-family: 'open_sansbold';
  margin: 1rem 0;
  display: block;
}
.meus_pedidos .pedidos .info_produto span em {
  font-size: 0.85rem;
}
.meus_pedidos .pedidos .info_produto span span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.85rem;
  color: #9e9e9e;
}
.meus_pedidos .pedidos .info_produto span span strong {
  font-size: 1.1rem;
  color: #656565;
}
.meus_pedidos .pedidos .info_produto span span + span {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px #dcdcdc solid;
}
.meus_pedidos .pedidos td {
  padding: 1rem;
}
@media only screen and (min-width: 62em) {
  .meus_pedidos .pedidos td {
    padding: 1rem 2rem;
  }
}
.meus_pedidos .pedidos tfoot tr th {
  padding: 1rem;
  text-align: right;
  border: 1px #dcdcdc solid;
  color: #949494;
}
.meus_pedidos .pedidos tfoot tr th strong {
  font-size: 1.2rem;
  color: #525252;
}
.meus_pedidos .pedidos tfoot tr .box_botao .btn_site {
  padding: 0.5rem 1rem;
}
.meus_pedidos .pedidos tfoot tr .box_botao .pdf {
  background: #e74c3c;
}
.meus_pedidos .pedidos tfoot tr .box_botao .pdf .fa {
  margin-left: 0;
}
.meus_pedidos .pedidos tfoot tr .box_botao .enviar {
  background: #27ae60;
}
.meus_pedidos .pedidos tfoot tr .box_botao .editar {
  background: #f39c12;
}
.tabela .quantity .recalc_item {
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 4px;
  -webkit-box-shadow: 4px 3px 6px -1px rgba(0, 0, 0, 0.26);
          box-shadow: 4px 3px 6px -1px rgba(0, 0, 0, 0.26);
  display: none;
  padding: 10px;
  position: absolute;
  right: -27px;
  top: 0;
}
.tabela .quantity .recalc_item .save {
  padding: 0 5px;
  font-size: 0.9rem;
}
.tabela .quantity .recalc_item .close {
  padding: 0;
  position: relative;
}
.tabela .quantity .recalc_item .close:before {
  width: 10px;
  height: 10px;
}
.table-responsive {
  position: relative;
}
.bg_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 991;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.modal {
  max-width: 640px;
  display: none;
  padding: 2rem;
  background: #fff;
  margin: 0;
  z-index: 999;
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 62em) {
  .modal {
    bottom: 15rem;
    height: 200px;
  }
}
.modal h3 {
  margin-bottom: 2rem;
}
.resultado {
  padding: 1rem;
  color: #ed1c24;
}
.close_modal {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.close_modal .fa {
  font-size: 1.5rem;
}
