:root {
  --title-inverse: #fff;
  --border: rgba(243, 243, 243, 1);
  --shadow: rgba(0, 0, 0, 0.15);
}

body::-webkit-scrollbar {
  width: 7px
}

body:hover::-webkit-scrollbar-thumb {
  background-color: #b7b7b7
}

body::-webkit-scrollbar-thumb {
  background-color: #b7b7b700;
  -webkit-border-radius: 1ex;
  transition: all 0.3s ease
}

.wait {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none
}

.btn-compra {
  color: #FFF
}

#lstProd .lst_store {
  list-style: none;
  padding: 0
}

.lst_store .totalprod {
  font-size: 16pt
}

.preco_promo {
  text-decoration: line-through;
  color: #222
}

.footer p,
.footer a {
  color: #FFF
}

#lstProd .lst_store>div {
  border-radius: 5px;
  min-height: 500px
}

#lstProd .lst_store>div:hover {
  border: 2px solid #2ec908;
  transform: scale(1.03)
}

.lst_store .item {
  position: relative
}

.lst_store .valor {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0
}

#lstProd .titulo-prod p {
  min-height: 100px;
  font-size: 14pt;
  font-weight: bold
}

#lstProd .img-prod {
  min-height: 200px
}

.thumb {
  margin: 0;
  padding: 0;
  list-style: none
}

.qtde-prod {
  max-width: 70px;
  float: left
}

.qtde-prod input[type="text"] {
  width: 40px;
  height: 36px;
  float: left;
  border: #b0b0b0 solid;
  border-width: 1px;
  transition: all .2s ease-out;
  background-color: #f1f1f1;
  color: #262626;
  font-size: 16px;
  outline: none;
  font-weight: bold;
  text-align: center;
  border-right: none;
  border-radius: 4px 0 0 4px
}

.qtde-prod .btn-qtde {
  float: left;
  width: 30px;
  height: 18px;
  display: block;
  font-weight: lighter;
  line-height: 15px;
  text-align: center;
  background-color: #064169;
  cursor: pointer;
  color: #FFF
}

.qtde-prod .btn-qtde .fa {
  color: #FFF;
  font-size: 10px
}

.qtde-prod .btn-plus {
  border-bottom: 1px solid #FFF;
  border-radius: 0 4px 0 0
}

.qtde-prod .btn-minus {
  border-top: 1px solid #FFF;
  border-radius: 0 0 4px 0
}

.btn-compra-produto {
  float: left;
  margin-left: 15px;
  margin-top: 1px
}

.btn-compra-produto .btn {
  background-color: #064169;
  border-color: #064169;
  color: #FFF
}

.totalProd {
  font-size: 23pt
}

#popup,
#imgView,
.popUp,
.popUptamanhos {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  overflow: auto;
  height: 100vh
}

.popUptamanhos>div {
  border-radius: 5px
}

.popUptamanhos.active {
  display: flex !important;
  justify-content: center;
  align-items: center
}

ul.variacoes_prod {
  list-style: none;
  margin: 0;
  padding: 0
}

ul.variacoes_prod input[type='checkbox'] {
  display: none
}

ul.variacoes_prod ul li {
  padding: 5px 0px;
  list-style: none;
  text-align: center;
  min-width: 15%;
  display: inline-grid;
  margin: 0 1px
}

ul.variacoes_prod li ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0
}

ul.variacoes_prod label {
  padding: 5px;
  background-color: #999;
  font-size: 14pt;
  border-radius: 5px
}

ul.variacoes_prod li ul li:hover input[type='checkbox']+label {
  opacity: 1
}

ul.variacoes_prod li ul li input[type='checkbox']+label {
  transition: all 0.3s ease;
  opacity: 0.4
}

ul.variacoes_prod li ul li input[type='checkbox']:checked+label {
  background-color: #2ec908;
  opacity: 1
}

#lstPedidos input {
  margin: 0 !important
}

#lstPedidos tbody tr:hover,
#lstPedidos tbody tr.sel {
  background: #c5c5c5;
  cursor: pointer
}

@media (max-width: 768px) {
  .titulo-prod {
    margin-bottom: 100px;
  }

  table.table_declaracao thead {
    display: none
  }

  ul.opCliente {
    grid-template-columns: 1fr 1fr
  }

  table.table_declaracao tbody tr {
    display: block;
    padding: 5px;
    border: 1px solid #c1bbbb;
    border-radius: 8px;
    margin: 10px 0
  }

  table.table_declaracao tbody tr td {
    display: block
  }

  table.table_declaracao tbody td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: gray
  }

  #lstPedidos table thead {
    display: none
  }

  #lstPedidos table thead {
    display: none
  }

  #lstPedidos table tbody td:before {
    content: attr(data-label);
    position: relative;
    left: 0px;
    display: block;
    font-weight: bold;
    color: gray
  }

  #lstPedidos table tbody tr {
    display: block;
    border: 1px solid silver;
    margin-bottom: 15px;
    border-radius: 8px
  }

  #lstPedidos table tbody td {
    display: block;
    text-align: left;
    font-size: 12pt
  }

  #lstPedidos table tbody td img {
    width: 200px !important
  }
}

.filtro_rapido {
  display: flex
}

#totaisPedido {
  font-size: 16pt;
  background: #266684;
  color: #FFF
}

#vwPedido .btnViewOrder {
  position: sticky;
  top: 0;
  text-align: right;
  box-shadow: 1px -1px 5px #CCC;
  padding: 0.4em
}

#vwPedido {
  width: 0%;
  position: fixed;
  right: 0;
  height: 100vh;
  top: 0;
  background-color: #fff;
  box-shadow: 1px 0px 15px #000;
  overflow: auto;
  z-index: 1030;
  margin-right: -50%;
  transition: all 0.5s ease
}

#vwPedido.show {
  margin-right: 0%;
  width: 50%
}

#vwPedido.fullscreen {
  margin-right: 0%;
  width: 100%;
  overflow: unset !important
}

#vwPedido .btnViewOrder {
  position: sticky;
  top: 0;
  text-align: right;
  box-shadow: 1px -1px 5px #CCC;
  padding: 0.4em
}

.lst_status #ckStatus span {
  display: inline-block;
  border-radius: 5px;
  background-color: var(--bg-status-color);
  color: var(--color-status);
  font-size: 11pt;
  font-weight: bold;
  max-width: var(--width-status);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 1px;
  padding: 0px 12px
}

.lst_status {
  position: relative;
  min-width: 100%
}

.lst_status i.fas {
  position: absolute;
  right: 4px;
  top: 6px
}

.lst_status:hover .lista {
  height: 150px;
  transition: 0.2s;
  opacity: 1
}

.lst_status .lista {
  position: absolute;
  top: 29px;
  left: 0;
  background-color: #FFF;
  padding: 0px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 0;
  overflow: auto;
  transition: 0.2s;
  opacity: 0;
  z-index: 1
}

.lst_status ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.lst_status li input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  left: 0
}

.lst_status .lista input[type='checkbox']:checked+label span {
  opacity: 1
}

.lst_status li label {
  display: block
}

.lst_status .status_pedido_block {
  display: block;
  cursor: pointer;
  text-align: center;
  opacity: 0.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase
}

.lst_status #ckStatus span {
  display: inline-block;
  border-radius: 5px;
  background-color: var(--bg-status-color);
  color: var(--color-status);
  font-size: 11pt;
  font-weight: bold;
  max-width: var(--width-status);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 1px;
  padding: 0px 12px
}

.btnWhatsP1 {
  position: fixed;
  right: 5px;
  bottom: 10%;
  z-index: 1;
}

#item-16748584740 {
  display: block;
}

#item-16748584740 .ba-button-wrapper {
  text-align: right;
}

#item-16748584740 .ba-button-wrapper a {
  flex-direction: row-reverse;
}

#item-16748584740 .ba-button-wrapper a {
  color: var(--title-inverse);
  background-color: rgba(18, 181, 0, 0.97);
  border-radius: 50%;
  padding: 2px 10px;
}

#item-16748584740 .ba-button-wrapper a span {
  font-size: 0px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 2px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

#item-16748584740 .ba-button-wrapper a {
  color: var(--title-inverse);
  font-size: 4em;
}


body footer,
footer ul,
footer ol,
footer table,
footer blockquote {
  color: var(--text);
  font-family: 'PT Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 40px;
  text-align: left;
  text-transform: none;
}

/* carrossel */
.containerCar {
  width: 100%;
}

.containerCar:hover .itemCar {
  animation-play-state: paused;
}

.carrossel {
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.itemCar {
  width: 20%;
  height: 100%;
  position: absolute;
  left: 100%;
  animation: autoRun 10s linear infinite;
  animation-delay: var(--delay);
  cursor: pointer;
}

.itemCar img {
  width: 100%;
}

@keyframes autoRun {
  from {
    left: 100%;
  }

  to {
    left: -22%;
  }
}

@media only screen and (max-width: 572px) {
  .s4 .btncad {
    left: 0;
    width: 100%;
    background-color: var(--cor-bg2);
    padding: 0;
    text-align: center;
    margin-left: -10px;
  }

  .containerCar {
    width: 200%;
  }
}