@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krub:ital,wght@1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

html {
  position: relative;
  min-height: 100%;
  scrollbar-width: thin;
  /* 20210415 - Scrollbar style for firefox*/
}

body {
  margin: 0 0 60px;
  /* bottom = footer height */
  font-family: "Manrope" !important;
}

footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  /* height: 60px; */
  /* background-color: green; */
}

/*centralização do que esta no body do html (table, grid e list)*/

.center-body {
  margin-left: 50px;
  margin-right: 50px;
}

.center-body-grid {
  margin-left: 10px;
  margin-right: 10px;
}

/*Correção icone My Profile*/

.icon-r {
  margin-left: 15px;
}

/*altera campo quantidade das tables*/

/* .rcorners {
    border: solid 1px black;
    border-radius: 6px;
    background: #ffffff;
  } */

/*altera a dimensão da logo na página de login e recuperação de senha*/

.logo-login {
  max-width: 300px;
  max-height: 100px;
}

/*altera o tamanho da fonte da tabela da página inicial*/

.table-font {
  font-size: 13px;
  color: grey;
}

/*altera cor do icone na table coluna Estoque disponivel*/

.fa-check {
  color: rgb(47, 218, 13);
  font-size: 15px;
}

/*altera cor do icone na table coluna Estoque disponivel*/

.fa-times {
  color: red;
  font-size: 15px;
}

.fa-heart-red {
  color: red;
}

/* 
.red{
    color: red;
} */

/*altera a cor de quando passamos o mouse em cima das linhas da tabela
  .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgb(151, 221, 151);
  }
  */

/* altera as bordas do campo quantidade 
  .border-quantity-table{
    border: 1px solid rgb(197, 196, 196);
  }
  */

/*altera o botão de adicionar o carrinho da tabela*/

.btn-table {
  padding: 5px 5px;
  font-size: 16px;
}

/*Ajuste para posicionmaneto do icone que aparece ao lado 
das labels da página de registro (validação dos campos) */

.icon-label {
  margin-top: 8px;
  position: absolute;
  margin-left: 435px;
}

/*Ajuste para posicionmaneto do icone que aparece ao lado 
das labels da página de alteração de senha (validação dos campos) */

.icon-label-senha {
  position: absolute;
  margin-top: -30px;
  margin-left: 435px;
}

/*altera o botão de adicionar o carrinho da tabela*/

.btn-table-cart {
  margin-top: 3px;
  padding: 5px 5px;
  font-size: 14px;
}

/*altera o tamanho dos botoes mais e menos de quantidade*/

/* .btn-table-quantity {
    padding: 4px 4px;
    font-size: 12px;
    background-color: #d4d1d1;   
} */

/*altera tamanho do input coluna quantidade*/

.input-table {
  border-radius: 5px;
  width: 35px;
  border-color: #7e7171;
  border-width: 1px;
}

/* altera a altura da imagem do modal   */

/* .img-modal { */

/* margin-top: 40px; */

/* width: 400px;
    height: 400px; */

/* width: 500px;
    height: 450px; */

/* } */

/* alinha os campos das tabelas a esquerda*/

.table td {
  text-align: left;
}

/* alinha o cabeçalho das tabelas a esquerda */

.table th {
  text-align: left;
}

/* altera padding dos nomes dos produtos na página lista para poder ficar alinhado com as demais informações abaixo*/

.btn-lft {
  padding: 0rem 0rem;
}

/* estilos para botão voltar ao inicio ou voltar ao topo que aparecem na tabela, lista e grid */

a[href="#top"] {
  padding: 10px;
  position: fixed;
  top: 81%;
  right: 40px;
  display: none;
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  border-color: black;
  background-color: #2bad36;
  border-radius: 12px;
  margin-left: 20px;
}

a[href="#top"]:hover {
  text-decoration: none;
}

/* Cor do icone modal de registro */

.fa-check-square {
  color: #2bad36;
}

/* classes para div de bloqueio enquanto tela pesquisa */

#blanket,
#aguarde {
  position: fixed;
  display: none;
}

#blanket {
  left: 0;
  top: 0;
  background-color: #f1f1f19f;
  filter: alpha(opacity=35);
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  opacity: 0.65;
  z-index: 9998;
}

#aguarde {
  width: auto;
  height: 30px;
  top: 40%;
  left: 45%;
  /* background: url('http://i.imgur.com/SpJvla7.gif') no-repeat 0 50%;  */
  line-height: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 9999;
  padding-left: 27px;
}

#blanket2,
#gravando {
  position: fixed;
  display: none;
}

#blanket2 {
  left: 0;
  top: 0;
  background-color: #f8f8f8;
  filter: alpha(opacity=20);
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  opacity: 0.4;
  z-index: 9998;
}

/*20230418*/
/* #gravando {
    width: auto;
    height: 30px;
    top: 40%;
    left: 47%;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    padding-left: 27px;
} */

#gravando {
  position: fixed;
  top: calc(50% - 7em);
  left: calc(50% - 6em);
  right: calc(50% - 5em);
  bottom: calc(50% - 5em);
  z-index: 10000;
}

/*20230418*/

/* ----------------------------------- */

/* altera cor icone de desconto fas fa-tags */

.fa-tag {
  color: #f17d00;
}

.fa-money-check-alt {
  color: rgb(14, 190, 29);
}

/* Define largura e altura modal assim nao fica alterando o tamanho sozinho  */

/* .modal-dialog {
    width: auto;
    height: 650px;
} */

/* classe teste para altura do modal */

/* .modalHeightAuto {
    width: auto;
    height: auto;
    max-height: 650px;
} */

/* Utilizado no input da coluna quantidade para poder visualizar melhor as informações que antes eram cobertas por um padding maior */

.padding-decrease {
  padding: 0.1rem 0.1rem;
}

/* Classes para input quantidade  
input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* 
.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

.input-group input[type='button'] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
} 

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 38px;
    position: relative;
}

.input-group .quantity-field {
    position: relative;
    height: 38px;
    left: -6px;
    text-align: center;
    width: 40px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0px;
    resize: vertical;
}

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
*/

/* .adjust {
    margin-top: 8%;
    
} */

/* Cor para background sweet alert  */

.swal-overlay {
  background-color: rgba(43, 165, 137, 0.45);
}

/* Remove setas dosc ampos de quantidade das tabelas para o input de type number */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* modal sweet alert */

.swal-title {
  font-size: 16px;
}

/* efeito para deixar animação sweet alert lenta */

.slow-animation {
  animation: swal2-show 1s !important;
}

/* cor background input quantTable - quantidade da tabela */

/* .filled-background {
    color: rgb(47, 218, 13);
} */

/* altera fonte do titulo sweet alert */

.swal2-title {
  font-style: normal;
  font-family: "Krub", sans-serif;
  /* font-family: 'Manrope', sans-serif; */
  /* font-family: 'Open Sans Condensed', sans-serif; */
}

/* altera tamanho do icone da caixa da tabela */

.font-box {
  font-size: 17px;
}

/* altera altura do botão da caixa aberta na tabela */

.box-table {
  height: 38px;
  text-align: left;
}

/* altera fonte dos filtros com checkbox abaixo da logo (Estoque, favoritos, novos, carrinho e chegou estoque) */

.filtros-left {
  font-size: 15px;
}

/* faz com que seja possível scroll dentro do modal politica de privacidade do login aqui tbm define-se a altura do modal  */

.scrollable-content {
  height: 500px;
  overflow: auto;
}

/* Efeito para fazer a borda do botão piscar */

@keyframes blink {
  50% {
    border-color: green;
  }
}

.blink-button {
  border: 2px solid;
  border-color: #acb3bf;
  animation: blink 0.5s step-end infinite alternate;
  margin-left: -20px;
}

/* 20210215 INICIO */

@keyframes chegouEstoque {
  50% {
    border-color: orange;
  }
}

.chegouEstoque-button {
  box-shadow: 0px 2px 6px 0px rgb(128 128 128);
  border: 2px solid;
  border-color: #acb3bf;
  animation: chegouEstoque 0.5s step-end infinite alternate;
  margin-left: -20px;
}

@keyframes produtoNovo {
  50% {
    border-color: red;
  }
}

.produtoNovo-button {
  box-shadow: 0px 2px 6px 0px rgb(128 128 128);
  border: 2px solid;
  border-color: #acb3bf;
  animation: produtoNovo 0.5s step-end infinite alternate;
  margin-left: -20px;
}

/* 20210215 FIM */

/* style para o texto aviso de caixa fechada */

.aviso-caixa {
  font-size: 8.1px;
  color: green;
  text-align: center;
  font-weight: bold;
}

/* Modal resumo carrinho INICIO  */

.modal-resumo {
  position: absolute;
  float: right;
  width: 280px;
  /* top: 52%; */
  top: calc(100% - 350px);
  /* right: calc(100% - 99%); */
  right: 1%;
  padding: 10px;
  display: block;
  max-height: 200px;
}

/* .modal-backdrop {
    display: none !important;
} */

.modal-pEventsNone {
  pointer-events: none;
  /* display: none !important; */
}

.moveToBottom {
  line-height: 5px;
  position: fixed;
  bottom: 0px;
  width: 260px;
  height: 45px;
}

/* THOMAZ ---> pesquisar e testar causando glitch na tela */

/* .modal-open { */

/* overflow: visible; */

/* } */

/* Modal resumo carrinho FIM  */

.fix-caixa {
  margin-left: 30px;
}

/* ===================== MOBILE ========================== */

/* classes para div de bloqueio enquanto tela pesquisa */

#blanketMobile,
#aguardeMobile {
  position: fixed;
  display: none;
}

#blanketMobile {
  left: 0;
  top: 0;
  background-color: #f1f1f19f;
  filter: alpha(opacity=35);
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  opacity: 0.65;
  z-index: 9998;
}

#aguardeMobile {
  width: auto;
  height: 30px;
  top: 40%;
  /* left: 45%; */
  left: calc(100vw - 71%);
  /* background: url('http://i.imgur.com/SpJvla7.gif') no-repeat 0 50%;  */
  /* line-height: 30px; */
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  /* z-index: 9999; */
  /* padding-left: 27px; */
}

#blanket2Mobile,
#gravandoMobile {
  position: fixed;
  display: none;
}

#blanket2Mobile {
  left: 0;
  top: 0;
  background-color: #f8f8f8;
  filter: alpha(opacity=20);
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  opacity: 0.4;
  z-index: 9998;
}

#gravandoMobile {
  width: auto;
  height: 30px;
  top: 40%;
  left: calc(100vw - 71%);
  /* background: url('http://i.imgur.com/SpJvla7.gif') no-repeat 0 50%;  */
  /* line-height: 30px; */
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  /* z-index: 9999; */
  /* padding-left: 27px; */
}

/* 20210212 INICIO */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border: none;
  border-bottom: #48b754 solid 3px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-top: none;
  border-left: none;
  border-right: none;
}

/* 20210212 FIM */

/* 20210415 - INICIO - Scrollbar style for chrome safari opera*/

::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

::-webkit-scrollbar {
  width: 6px;
  background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
  background: #dad7d7;
}

/* 20210415- FIM - Scrollbar style*/

/* 20210428 - Inicio */
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");

.fontMarca {
  /* text-align: center !important; */
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 1px;
  color: #646464;
  /* font-family: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-weight: 600;
}

.fontMarca2 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #646464;
  /* font-family: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  padding: 4px;
  font-weight: 600;
}

.fontMarca3 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #646464;
  /* font-family: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-weight: 600;
}

.fontMarcaMobile {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #646464;
  /* font-family: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-weight: 600;
}

/* 20210428 - Fim */

#modalMarcas {
  /* font-family: Tahoma, Geneva, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  word-spacing: 0.8px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: capitalize;
  /* --webkit-scrollbar-width: thin; */
  scrollbar-width: thin;
}

.modalMarcas {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  word-spacing: 0.8px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: capitalize;
}

/*2030418 - INI*/
/* @media screen and (max-width: 1200px) {
    .cardCenter {
        margin-top: 3%;
    }
}

@media screen and (min-width: 1500px) {
    .cardCenter {
        margin-top: 5%;
    }
}

@media screen and (min-width: 1920px) {
    .cardCenter {
        margin-top: 8%;
    }
} */

/* X-Small devices (portrait phones, less than 576px) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cardCenter {
    margin-top: 3em;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cardCenter {
    margin-top: 3em;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cardCenter {
    margin-top: 3em;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cardCenter {
    margin-top: 3em;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .cardCenter {
    margin-top: 7em;
  }
}

/* up 1700px */
@media (min-width: 1700px) {
  .cardCenter {
    margin-top: 12em;
  }
}

/*2030418 - FIM*/

/* .heightSearch {
    height: 42px;
}

.heightSearch > * {
    height: 42px;
} */

/* @media screen and (max-width: 1260px) {
    .whPrivacidade {
        display: none;
    }
} */

@media screen and (max-width: 600px) and (min-width: 100px) {
  .logo {
    max-width: 405px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 100px) {
  .logo {
    max-width: 175px;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1150px) {
  .logo {
    max-width: 220px;
  }
}

.section-header .logo {
  max-height: 90px;
  width: auto;
}

/*20241218 - INI*/
.btn-primary {
  color: #fff;
  background-color: #000741;
  border-color: #000741;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000741;
  border-color: #000741;
}

.btn-primary::after {
  color: #fff;
  background-color: #000741;
  border-color: #000741;
}

.inputLine {
  padding: 0px;
  border: 0px;
  border-bottom: 1.5px solid gray;
  border-radius: 1px;
  background-color: white !important;
}

.inputLine:focus {
  /* outline: none !important; */
  /* box-shadow: none; */
  box-shadow: 0px 14px 12px -15px #f17d00;
  border-bottom: 2px solid #f17d00;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #f17d00;
  border-color: #f17d00;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f17d00;
  border-color: #f17d00;
}

.search-header .form-control:focus {
  border-color: #595959;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #000741;
  border-color: #000741;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #000741;
  box-shadow: 0 0 0 0.2rem #000741;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000741;
  border-color: #000741;
}

.btn-outline-primary {
  color: #000741;
  border-color: #000741;
}

.btn-outline-primary:hover {
  background-color: #fff;
  color: #000741;
  border-color: #000741;
}

a:hover {
  color: #f17d00;
}

.inputQuant:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1f751500;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #000741;
  box-shadow: 0 0 0 0.1rem #000741;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000741;
}

select:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #000741 !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0.2rem #000741 !important;
  box-shadow: 0 0 0 0.1rem #000741 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border: none;
  border-bottom: #000741 solid 3px;
}

[class*="card-product"] a.title:hover {
  color: #f17d00;
}

.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  border-radius: 3rem;
  color: #fff;
  background-color: #f17d00;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem #000741;
  box-shadow: 0 0 0 0.2rem #000741;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000741;
  border-color: #000741;
}

/*20241218 - FIM*/

/* Container principal que envolve o captcha e o form */
.captcha-container {
  display: flex; /* Alinha os elementos horizontalmente */
  align-items: center; /* Alinha verticalmente ao centro */
}

/* Estilo para a imagem do captcha */
.captcha-container img {
  /* margin-right: 20px; Espaço entre o captcha e o form */
}

/* Estilo para o formulário */
aside form .formCaptcha {
  display: flex; /* Coloca o input e o botão em linha */
  align-items: center; /* Alinha o input e o botão verticalmente */
}

aside input[type="text"] {
  padding: 8px;
  font-size: 16px;
  width: 150px; /* Ajuste a largura do input conforme necessários] */
}

aside input[type="submit"] {
  padding: 8px 16px;
  font-size: 16px;
  margin-left: 10px; /* Espaço entre o input e o botão */
}

.bannerPromo {
  /* max-height: 310px; */
  background-color: transparent;
  border: 0px;
}

.imgBannerPromo {
  border-radius: 15px;
}

#tabela {
  background-color: #fff;
  font-size: 12px !important;
}

#tabela td {
  padding: 10px 10px;
}

#tabela .btn-sm,
.btn-group-sm > .btn {
  /* padding: 0.35rem 0.5rem; */
  /* font-size: 0.82rem; */
  font-size: 11.5px;
  line-height: 1.2;
  border-radius: 0.37rem;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 207, 86, 0);
  box-shadow: 0 0 0 0.2rem rgba(96, 207, 86, 0);
}

.tableCart {
  font-size: 1vh !important;
  padding: 0vh !important;
}

#areaLogo {
  font-size: 14px;
}

#areaWidgets {
  font-size: 14px;
}

#areaSearch {
  padding: 0px 45px 0px 10px;
}

/* @media screen and (max-width: 1890px) {
    #widgetPrivacidade {
        display: none;
    }
} */

@media screen and (max-width: 1890px) {
  #widgetProdutos {
    display: flex;
  }

  #areaSearch {
    padding: 0px 10px 0px 10px;
  }
}

#areaIcones {
  font-size: 14px;
}

#flagPagina {
  color: #666666;
  font-weight: 400;
}

.search-header select {
  -ms-flex-preferred-size: 115px !important;
  flex-basis: 115px !important;
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

@media (max-width: 1200px) {
  .whPrivacidade {
    display: none;
  }
}

@media (max-width: 990px) {
  #widgetProdutos {
    display: none;
  }
}

@media (max-width: 1330px) {
  .search-header select {
    -ms-flex-preferred-size: 50px !important;
    flex-basis: 50 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
}

#areaPesquisar {
  padding: 0px 40px 0px 75px !important;
}

@media (max-width: 720px) {
  #areaPesquisar {
    padding: 0px 0px 0px 0px !important;
  }
}

@media (max-width: 990px) {
  #areaPesquisar {
    padding: 0px 0px 0px 0px !important;
  }
}

.badgeBaixoEstq {
  animation: blinkBaixoEstq 2.5s infinite;
}

@keyframes blinkBaixoEstq {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.badgeBaixoEstq {
  background-color: #df3737;
  color: #ffffff;
  font-size: 10px;
}

.badgePromocao {
  background-color: #e6e6e656;
  color: #000;
  font-weight: 400;
  font-size: 11px;
  border: 1px solid #e9e9e956;
}

.badgeLoteAnt {
  background-color: #f5ef7d;
  color: #000;
  font-weight: 400;
  font-size: 11px;
}

#divBannersArea {
  border-radius: 15px;
}

/* col-12 */
@media screen and (max-width: 1399px) {
  #headerMain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #divTop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #area_filtro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #grid_produtos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #flagPagina {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* 20250925 - INI
  #divBannersArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  } 
  20250925 - FIM*/

  #headerTop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #grid_carrinho {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #gridPedidos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #divFinanceiro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #divMinhaconta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #divSac {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #divProduto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #divPagamento {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #divFlagPagina {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* col-10 */
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  #headerMain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #divTop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #area_filtro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #grid_produtos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #flagPagina {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* 20250925 - INI
  #divBannersArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  } 
  20250925 - FIM */

  #headerTop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #grid_carrinho {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #gridPedidos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #divFinanceiro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #divMinhaconta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #divSac {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #divProduto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #divPagamento {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #divFlagPagina {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

/* col-8 */
@media screen and (min-width: 1681px) {
  #headerMain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #divTop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #area_filtro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #grid_produtos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #flagPagina {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* 20250925 - INI
  #divBannersArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  } 
  20250925 - FIM */

  #headerTop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #grid_carrinho {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #gridPedidos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #divFinanceiro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #divMinhaconta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #divSac {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #divProduto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #divPagamento {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #divFlagPagina {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

#tabelaCarrinho td {
  padding: 20px 5px 20px 5px !important;
}

#tableEstoque td,
#tableEstoque th {
  vertical-align: middle; /* Alinha o conteúdo verticalmente ao centro */
  padding: 15px;
}

.popupImposto,
.popupFrete {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 10px 20px 10px; /* Adicionando padding-top para garantir espaço para o botão X */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: 230px;
  left: 50%; /* Alinha o popup ao centro da coluna */
  bottom: 65%; /* Exibe o popup acima da coluna */
  transform: translateX(-50%); /* Centraliza o popup em relação ao ícone */
  margin-bottom: 10px; /* Dá um pequeno espaçamento entre o popup e a coluna */
}

.thImposto,
.thFrete {
  position: relative;
  min-width: 95px;
}

.popupImposto::before,
.popupFrete::before {
  content: "";
  position: absolute;
  bottom: -10px; /* A seta fica abaixo do popup */
  left: 50%; /* Alinha a seta ao centro do popup */
  transform: translateX(-50%); /* Centraliza a seta */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff; /* Seta apontando para baixo */
}

.iconInfo {
  font-size: 14px;
  cursor: pointer;
}

.closeBtn {
  position: absolute;
  top: -5px; /* Ajustando para dar mais espaço ao conteúdo */
  right: 10px;
  font-size: 20px;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10; /* Garante que o botão "X" fique acima do conteúdo */
}

.closeBtn:hover {
  color: red;
}

.closeBtn:focus {
  outline: 0px;
  outline: 0px auto -webkit-focus-ring-color;
}

.desProd3 {
  font-size: 13px;
}

.search-header {
  border-top: 0px solid #b0b1b0;
  border-left: 0px solid #b0b1b0;
  border-bottom: 0px solid #b0b1b0;
  border-right: 0px solid #b0b1b0;
}

#input_pesquisar {
  /* border-left: 1px solid #d5d5d5; */
  border: 1px solid #939393;
  height: 42px;
}

#selectBusca {
  border-right: 1px solid grey;
}

.heightSearch > * {
  height: 42px;
}

.heightSearch > * :disabled {
  height: 42px;
}

.search-header .custom-select {
  /* border-left-width: 100px; */
  /* border-color: #d5d5d5; */
  border-color: #939393;
}

/* 20250303 - INI */
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #efefef;
  border-color: #fff0e5;
}

select:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border: 1px solid #000741 !important;
  outline: 0 !important;
  /* -webkit-box-shadow: 0 0 0 0.2rem #000741 !important; */
  box-shadow: 0 0 0 0.1px #000741 !important;
}
/* 20250303 - FIM */

#tablePrecos td {
  /* cursor: pointer; */
  cursor: default;
}

#tablePrecos .selected-row {
  /* background-color: #ffefdc !important; */
  background-color: #e2e2e2 !important;
}

.badge-orange {
  background-color: #f17d00;
  color: #fff;
}

/* Style input radio */
/* 
    input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }  */

#qtdItem:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1f751500;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #000741;
  box-shadow: 0 0 0 0.1rem #000741;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #000741;
  box-shadow: 0 0 0 0.2rem #000741;
}

.page-link:hover {
  z-index: 2;
  color: #000741;
  text-decoration: none;
  background-color: #e5e7ea;
  border-color: #dee2e6;
}

/* .form-control:disabled,
    .form-control[readonly] {
      background-color: #f7f7f7;
      opacity: 1;
      border-color: #efefef !important;
    } */

.custom-select:disabled {
  color: #545454;
  background-color: #f7f7f7;
}

.form-control[disabled][readonly] {
  background-color: #f7f7f7;
  opacity: 1;
  border-color: #efefef !important;
  border-color: #939393 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}
