main {
  background-color: white;
}

main div.row:first-of-type {
  background-color: #101e2b;
  overflow: hidden;
}

/* CONTAINER INFORMA  ES DA CATEGORIA */


#box-cate-info a {
  display: block;
  padding-top: 10px;
  color: #e5e5e5;
}

#box-cate-info a:hover {
  font-weight: bold;
  transition: 0.2s;
}

#box-cate-info h1,
#box-cate-info h2 {
  margin-top: 10px;
  font-style: italic;
  color: #f1d342 !important;
}

#box-cate-info h1 {
  font-size: 40pt !important;
}

#box-cate-info h2 {
  font-size: 30pt !important;
}

#box-cate-info hr {
  border-top: 4px solid #f1d342;
  margin-top: -13px;
  margin-left: 20px;
  width: 95%;
}

#box-cate-info p#descricao {
  width: 95%;
}

#box-cate-info p {
  color: #e5e5e5;
  margin-bottom: 0;
}

#box-cate-info p.par-preco,
#box-cate-info p.par-preco-publico {
  border: 2px solid #005fa3;
  color: #005fa3;
  padding: 5px;
  margin-top: 5px;
  background-color: yellow;
  display: inline-block;
}

#box-cate-info p.par-msg-incentivo {
  border: 2px solid #465656;
  color: #fff;
  padding: 9px;
  margin-top: 5px;
  background-color: #337ab7;
  display: inline-block;
  width: 82.8% !important;
  font-size: 10pt !important;
}

#box-cate-img-banda {
  height: 120px;
  cursor: pointer;
  padding: 0;
  background-size: 100% !important;
}

#box-cate-img-banda img {
  width: 100%;
  margin-top: 20px;
}

#box-cate-img {
  text-align: center;
}

#box-cate-img img {
  width: 70%;
}

/* * * * */

#row-produtos-login {
  color: #f1cd1c;
  background-color: #101e2b;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}

#row-produtos-login a {
  color: #f1cd1c;
}

#row-produtos-login > div {
  padding: 15px;
}

#row-produtos-login p {
  margin: 0;
  padding: 0;
}

#row-produtos-login > div:last-of-type p {
  line-height: 2.5;
  font-weight: normal;
}

#row-produtos-login span {
  border: 1px solid #f1cd1c;
  padding: 5px;
}

/* INFO PEDIDO */

.mobile {
  display: none !important;
}

#info-pedido {
  background-color: #101e2b;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
}

#info-pedido p {
  padding: 5px;
  margin: 0;
  color: #e5e5e5;
}

#info-pedido span {
  color: #f1d342 !important;
  font-weight: bold;
}

#info-pedido strong.preco-kg {
  font-style: italic;
  font-size: 25px;
  color: #f1d342; !important;
}

#info-pedido button {
  color: #101e2b;
  background-color: #f1d342;
  font-weight: bold;
  padding: 8px 10px;
  border: none;
  border-radius: 3px;
  margin: 5px;
}

div#especif-tec {
  display: flex;
  margin-top: 40px;
  margin-left: 19px;
}

div#especif-tec div#content {
  display: flex;
}

div#especif-tec center {
  margin-right: 30px;
}

div#especif-tec p {
  font-size: 12px;
  text-align: center;
  margin: 5px auto;
}

/* TABELA PRODUTOS */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

form#frm-produtos {
  margin-top: 15px;
  margin-right: 0;
  margin-left: 0;
}

#tbl-produtos {
  /*margin-top: 0;*/
  border: none;
  font-size: 9pt;

  margin-top: 0;
  margin-bottom: 0;
}

#tbl-produtos thead {
  color: #292929;
  font-size: 12px;
}

#tbl-produtos thead tr td {
  border: 2px solid #f1d342;
  padding: 0;
  padding-bottom: 8px;
}

#tbl-produtos thead tr td div#titulo {
  display: flex;
  flex-direction: column;
}

#tbl-produtos thead tr td img {
  margin: auto;
  width: 95px;
}

#tbl-produtos thead tr td span {
  margin-top: -15px;
}

#tbl-produtos th br {
  display: inline;
}

#tbl-produtos th,
#tbl-produtos td {
  text-align: center;
}

#tbl-produtos tbody td {
  vertical-align: middle;
  border-top: none !important;
}

#tbl-produtos tbody tr {
  height: 50px; /* Definida altura porque alguns casos n o tem o "input", assim padroniza a altura em todas linhas */
}

#tbl-produtos input[type="number"] {
  text-align: center;
  max-width: 45px;
}

.tr-promo {
  color: white;
  background-color: #3fa535 !important;
  font-weight: bold;
}

.tr-promo input[type="number"] {
  color: #292929;
  font-weight: normal;
}

#l1 {
  background: rgba(0, 0, 0, .05);
}

#avisa-estoque-atualizado {
  border: none; background-color: #28a745; color: #fff;
  font-weight: bold; padding: .2em .6em .3em; font-size: 12px; border-radius: 3px;
}

/*
.optTransportadora a:hover {
  cursor: pointer;
}
*/

.transpInfo {
  font-size: 5px;
}
/* In cio div promo  o*/

p.adendo-promocao {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.container-relampago {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.container-relampago .thumb {
  text-align: center;
}

.container-relampago {
  padding: 25px;
}

.container-relampago .detalhe {
  padding: 25px;
}

.container-relampago .promocao-detalhes-produto {
  padding: 0 15px;
}

.container-relampago .promocao-detalhes {
  padding: 15px;
  padding-left: 45px;
}

.descricao .promocao-titulo {
  font-size: 50px;
  font-weight: bold;
  margin-top: 15px;
}

.descricao .promocao-titulo {
  font-size: 65px;
  font-weight: bold;
  margin: 0;
  line-height: 75px;
  padding-left: 35px;
  margin-bottom: 20px;
}

.descricao .descricao {
  font-size: 15px;
  padding-left: 45px;
}

.promocao-detalhes-produto .promocao-titulo {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.promocao-detalhes-produto {
  text-align: center;
}

.promocao-detalhes-produto .cont-img img {
  padding: 0 15px;
  border-bottom: 4px solid #005fa3;
}

.promocao-detalhes-produto .descricao-quantidade {
  font-size: 16px;
  /*font-weight: bolder;*/
  max-width: 480px;
}

.container-relampago .produto {
  font-weight: bold;
  font-size: 42px;
}

.promocao-detalhes-produto > p.promocao-titulo.produto {
  margin-bottom: 0px;
}

.container-relampago .relampago {
  color: #de0b12;
}

.container-relampago .promocao-detalhes p.preco-antigo {
  font-size: 33px;
  text-decoration: line-through;
}

.container-relampago .promocao-detalhes p.preco-novo {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 68px;
}

.container-relampago .promocao-detalhes p.preco-novo span {
  font-size: 32px;
}

.container-relampago .promocao-detalhes p span.expiracao {
  font-weight: bold;
  margin-right: 7px;
  color: #de0b12;
}

.container-relampago .promocao-detalhes p span.sucesso {
  color: #00aa00;
  display: none;
}

#promocao-relampago .promocao-detalhes > p > input[type="number"] {
  text-align: center;
  max-width: 70px;
}

#promocao-relampago .promocao-detalhes > p > button {
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #de0b12;
  border: none;
  margin: 5px;
}
/* fim div promo  o*/

/* Modal amplo, mas responsivo */
.swal2-blocked {
  width: min(760px, 92vw);
  padding: 24px 28px;
  border-radius: 16px;
  text-align: left;
}

/* Título mais limpo */
.swal2-blocked .swal2-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 4px 0 12px;
  text-align: center;
}

/* Container do conteúdo */
.swal2-blocked .swal2-html-container {
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Texto introdutório e rodapé */
.alert-desc {
  font-size: 1.2rem;
  margin: 8px 0 14px;
  text-align: left;
}

/* Área rolável da lista */
.alert-list {
  max-height: 50vh;
  overflow: auto;
  padding: 14px 18px;
  border-radius: 12px;
  background: #fafafa;
  border: 1px solid #eee;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Lista */
.alert-list ul {
  margin: 0;
  padding-left: 1.2rem;
}
.alert-list li {
  margin: 4px 0;
  white-space: normal;
}

/* Botão com mais destaque */
.swal2-blocked .swal2-actions .swal2-confirm {
  font-size: 1rem;              /* botão maior */
  padding: 10px 22px;
  border-radius: 8px;
}

/* Scrollbar mais discreta */
.alert-list::-webkit-scrollbar {
  width: 8px;
}
.alert-list::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 8px;
}
.alert-list::-webkit-scrollbar-track {
  background: transparent;
}

/* === MEDIA QUERIES === */

@media (max-width: 1915px) {
  #box-cate-info p.par-msg-incentivo {
    width: 57.7% !important;
  }
}

@media (max-width: 1440px) {
  #box-cate-info p.par-msg-incentivo {
    width: 77.9% !important;
  }
}

@media (max-width: 1280px) {
  #box-cate-info p.par-msg-incentivo {
    width: 88.9% !important;
  }
}

@media (max-width: 500px) {
  #box-cate-info hr {
    display: none;
  }

  div#especif-tec div#content {
    display: block;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .swal2-blocked { width: 94vw; padding: 18px; }
  .swal2-blocked .swal2-title { font-size: 1.25rem; }
  .alert-list { max-height: 56vh; padding: 10px 12px; }
  .alert-list li { font-size: 0.9rem; }
}

@media (min-width: 768px) {
  main div.row:first-of-type {
    height: 380px; /* Altura para controle da imagem gigante, por exeplo, pneu da banda */
  }

  #box-cate-info h1 {
    font-size: 48pt;
    margin-top: 40px;
    margin-left: 20px;
  }

  #box-cate-info h2 {
    font-size: 25pt;
    margin-top: 40px;
    margin-left: 20px;
  }

  #box-cate-info p {
    margin-left: 25px;
    font-size: 12pt;
  }

  #box-cate-info p.par-preco {
    font-size: 22pt;
  }

  #box-cate-info p.par-preco-publico {
    font-size: 11pt;
  }

  #box-cate-img-banda {
    height: 100%;
    background-size: auto !important;
  }

  #box-cate-img img {
    height: 300px; /* IMPORTANTE: conforme altura da row */
    width: auto;
  }

  #row-produtos-login {
    font-size: 14pt;
  }

  /* TABELA PRODUTOS */

  #tbl-produtos {
    font-size: 12pt;
  }

  #tbl-produtos th br {
    display: none;
  }

  #tbl-produtos input[type="number"] {
    max-width: 70px;
  }

  #info-frete button {
    padding: 0.2rem 2rem;
  }
}

@media (max-width: 600px) {
  #info-frete button {
    padding: 0;
    font-size: 0.3rem;
    margin: 0.1rem;
  }

  #info-frete .fake-cell {
    display: none;
  }
}

/* INFO FRETE */
#info-frete {
  background-color: #e8e8e8;
  margin-bottom: 20px;
  padding: 20px;
}

#info-frete button {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.3rem 3rem;
  background-color: #de0b12;
  border: none;
  margin: 0.3rem;
}

#info-frete #left,
#info-frete #right {
  text-align: center;
}

#info-frete #left .title {
  font-size: 16px;
}

.link-frete {
  margin: 0 auto;
  margin-bottom: 7px;
  text-align: center;
  width: 150px;
}

#info-frete #left .link-frete {
  color: #de0b12;
  text-decoration: underline;
  font-size: 17px;
  cursor: pointer;
  margin-bottom: 5px;
}

#info-frete #left table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
}

#info-frete #left table .oferta {
  text-align: left;
}

#info-frete #right {
  border-left: 1px solid #333;
}

#info-frete #right .title {
  font-size: 16px;
}

#info-frete #right .total-pedido {
  font-size: 35px;
  font-size: 2.5rem;
  color: #de0b12;
}

#info-frete #right .total-pedido-vista {
  font-size: 12px;
}

#info-frete #calcular-frete-fake-btn {
  background-color: #de0b12;
  color: #ffffff;
  padding: 5px !important;
  margin: 5px auto;
  width: 75px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
