/*-----------------------------
|            FONTES
------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


/*------------------------------
|    CORES PERSONALIZADAS
-------------------------------
#dc3545 > Vermelho Preço Quad-Pro MainPage
#1c2e4a > Azul Fundo Destaque Quad-Pro MainPage
#ebf5fb > Azul Claro Barro Top
#f8f9fa > Cinza Claro (Fundo)
#007bc3 > Azul Claro (Barra Topo)
#343a40 > Cinza Escuro
#001f3f > bg-navy
rgba(0,31,63,.9) > bg-navy
rgba(60,141,188,.85) > bg-navy (Claro)
-----------------------------*/
/*---- Backgrounds ----*/
.bg-gray {
  background-color: #e4e2e2;
}
.bg-purple {
  background-color: #7554ae;
}
.bg-black {
  background-color: #000;
}
.bg-azul-claro-1 {
  background-color: #007bc3;
}
.bg-azul-1 {
  background-color: #1c2e4a;
}
.bg-azul-navy {
  background-color: #1D4362;
}
.bg-barra-topo {
  background-color: #000;/*#ebf5fb;*/
  border-bottom: 4px solid #ffffff;
}
.bg-barra-titulo {
  background-color: #1E90B3;
}
/*---- Checkout Barra Navegacao Rodape Quadro ----*/
.bg-quadro-rodape {
  background-color: #e4e2e2;
}
.txt-green-dark {
  color: #008000;
}
.txt-orange-dark {
  color: #ffa901;
}

/*-----------------------------
|      ESTILOS PRINCIPAIS
------------------------------*/
html,body {
  max-width: 1366px;
  margin:0 auto;
  height: 100%;
  position: relative;
  min-height: 100%;
  font-family: 'Inter', sans-serif;
  background-color: #f8f9fa;
}

/*footer {
  width: 100%;
  position: static;
  left: 0;
  bottom: 0;
}
*/
/*-------------------------------
|    CONTAINERS ESPECIFICOS
-------------------------------*/
.content-wrapper-sem-menu {
  /*min-height: 100%;*/
  min-height: calc(100vh - calc(6.4rem + 15px) - calc(6.4rem + 15px));
  position: relative;
  /*padding-bottom: 20px;*/
  background-color: #f8f9fa;
}
.content-max-width {
  max-width: 1280px;
}


/*----------------------------
|     INPUT PESQUISAR
-----------------------------*/
/* #fpesquisa {
  font-size: 1.2rem;
  height: 6vh;
} */

/*----------------------------
|     PAGINACAO
-----------------------------*/
.page-item, .page-link {
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height:40px;
  margin:0;
  padding:0;  
  font-weight: bold;
  text-align: center;
}


/*----------------------------
|     PAGINACAO
-----------------------------*/
.item-clique {
  cursor:pointer;
}
.custom-control-input {
  cursor:pointer;
}


/*---------------------------
|    REGISTRO LABEL/INPUT
----------------------------*/
.col-form-label  {
  font-size: 14px;
  margin: 0;
}


/*----------------------------
|      CARRINHO GRID
-----------------------------*/
.carrinho-grid input:disabled {
  cursor: not-allowed;
  color: #000;
  border-color: #444;
}
/*----------------------------
|      CARRINHO LATERAL
-----------------------------*/
.carrinho-lateral {
  width: 340px;
  background-color: #fff;
  color: #001f3f;
  z-index: 999;
}
.carrinho-lateral tr:hover {
  background-color: #ccc;
}
.carrinho-lateral-tabela {
  position: relative;
  max-height: 52vh;
  overflow: auto;
}
.carrinho-lateral .btn {
  color: white;
}
/*---- Badge NavBar ----*/
.carrinho-lateral-qtde {
  font-weight: 300;
  position: absolute;
  right: 4px;
  top: 6px;
}
#dropdown-carrinho-items {
  font-size: 0.74rem;
}


/*------------------------------
|    BARRA NAVEGAÇÃO DEPTOS
--------------------------------*/

/*----  Drop-Down Area ----*/
.navbarDeptoMarca .dropdown {
  position:static !important;
}
.navbarDeptoMarca a.dropdown-toggle {
  color: #fff;
}
.navbarDeptoMarca .dropdown-menu { 
  width:100% !important;
  margin: 0 auto !important;
  padding: 10px 0px;
  min-height: 120px;
  overflow: hidden;
  background-color: #fff;
}
.navbarDeptoMarca .dropdown-item {
  max-height: 30px;
  background-color: #fff; 
}

/*----  Listas  ----*/
a.lista-depto, a.lista-marca {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 2);
}
a.lista-depto:first-letter {
  text-transform: uppercase;
}

a.lista-depto:hover, a.lista-marca:hover {
  text-decoration: underline; 
  text-underline-position: under;
}
a.lista-depto.active, a.lista-marca.active {
  text-decoration: underline; 
  text-underline-position: under;
  text-decoration-style: dotted;
  font-weight: bold;
}


/*-----------------------------
|      LOGIN / REGISTRO
-----------------------------*/
.login-form input:not([type="checkbox"]) {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.1rem;
  padding: 20px 20px 8px 8px;
}
.login-form input[type="checkbox"] {
  /* Double-sized Checkboxes */
  transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
}
.login-form label.place-holder {
  color: #b1b2b2; 
  font-size: 1.1rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 6px;
  z-index: 99;
}
/* active */
.login-form input:focus ~ label.place-holder, input.used ~ label.place-holder {
  top: -6px;
  left: 4px;
  transform: scale(.75);
  color: #000;
}
.validate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  height: 10px;
  padding: 0;
  margin-bottom: 4px;
  color: red;
  font-weight: 400;
  font-size: 0.8rem;
}
.login-page {
  min-height:calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px));
}
.registro-page {
  min-height:calc(100vh - calc(4.5rem + 1px) - calc(4.5rem + 1px));
}

@media (max-width: 575.98px) {
  .login-page {
    height:calc(50vh - calc(5.5rem + 1px) - calc(5.5rem + 1px));
  }
}


/*-------------------------------
|            PEDIDO/GRID
--------------------------------*/
/* T-R-B-L */
.pedido p {
  margin: 0;
  padding: 0;
}
.abre-pedido {
  cursor: pointer;
}
.pedido .btn-pedido-fechar:hover {
  cursor: pointer;
  opacity: 0.6;
}
.btn-separar, .btn-entregar, .btn-cliente-retira {
  width: 50px;
  margin: 0 auto;
  padding: 2px;
  cursor: pointer;
  color: #999;
  border: 1px solid #cecece;
  border-radius: 4px;
}
.btn-retirado {
  width: 90%;
  margin: 0 auto;
  padding: 2px;
  cursor: pointer;
  background-color: #444;
  color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
}
.btn-separar:hover, .btn-entregar:hover, .btn-cliente-retira:hover, .btn-retira:hover {
  cursor: pointer;
  color: #444;
  background-color: #fff;
}
.btn-separar.ativado, .btn-entregar.ativado {
  color: #eee;
  background-color: #367fa9;
  border-color: #2f6e92;
}
.btn-retira.ativado {
  cursor: pointer;
  color: #444;
  background-color: #fff;
  border: 1px solid #999;  
}
.btn-reimprime {
  cursor: pointer;
}
.btn-reimprime.ativado {
  color: #eee;
  background-color: #e6390e;
  border-color: #eb0a0a;
}
select.fas,option.fas { 
  font-family: 'Inter', 'Font Awesome 6 Free';
  font-weight: normal;
  font-size: 1.1rem;
}

/*-------------------------------
|             CHECKOUT
--------------------------------*/

#checkout_carrinho table, thead {
  border: hidden;
}
#checkout_carrinho table tbody tr td {
  vertical-align: middle;
}
#checkout_carrinho table thead tr th {
  vertical-align: middle;
  text-align: center;
  font-weight: lighter;
  border: 1px solid;
}
#checkout_carrinho table tbody tr {
  cursor: pointer;
}
#checkout_carrinho input[type=radio] {
  cursor: pointer;
}

/*---- Checkout Tab's ---- */
#topvendas-pgto .form-check {
  cursor: pointer;
}
#checkout-tabs-pgto {
  height: 28vh;  
}
.checkout-topvendas-card {
  height: 66vh;
}
.checkout-topvendas-tabcontent {
  height: 20vh;
  margin-bottom: 10px;
}
.checkout-tabela-parcelamento {
  height: 40vh;
}
@media (max-width: 575.98px) {
  .checkout-topvendas-card {
    height: 48vh;
  }
  .checkout-topvendas-tabcontent {
    height: 16vh;
    margin-bottom: 10px;
  }
  .checkout-tabela-parcelamento {
    height: 52vh;
  }  
}

.tabs-checkout li a {
  color:#000!important;
  border-color: #000!important;
  border-top-color: transparent;
  border-top: 2px;
}
.tabs-checkout li a.active{
  background-color:#000!important;
  color:#fff!important;
  font-weight: bolder;
  border-top-color: #000!important;
  border-bottom-color: transparent; 
}
.tabs-checkout li > a:hover {
  background-color:#000!important;
  border-top-color:#000!important;  
  color:#fff!important;
}
/*@media (max-width: 575.98px) {
  .tabs-checkout li a {
    height: 8vh;
  }
}*/

/*---- Checkout TimeLine ----*/
.bs4-order-tracking {
    overflow: hidden;
    color: #878788;
}
.bs4-order-tracking li {
    list-style-type: none;
    font-size: 12px;
    width: 30vw;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}
.bs4-order-tracking li:first-child:before {
    margin-left: 5px !important;
    padding-left: 2px !important;
    text-align: left !important
}
.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 2px !important;
    text-align: right !important
}
.bs4-order-tracking li>div {
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    font-size: 12px;
    background: #878788 /*#878788*/;
    border-radius: 50%;
    margin: 0 auto;
}
.bs4-order-tracking li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1
}
.bs4-order-tracking li:first-child:after {
    left: 50%
}
.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 50% !important
}
.bs4-order-tracking li.active {
    font-weight: bold;
    color: #415FC1 /*#dc3545*/
}
.bs4-order-tracking li.active>div {
    background: #415FC1;
}
.bs4-order-tracking li.active:after {
    background: #415FC1;
}
.card-timeline {
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .bs4-order-tracking li {
    width: 36vw;
  }
}

/*---------------------------------------
# Footer
---------------------------------------*/
/*
#fd7e14 > Laranja 
#367fa9 > Azul_Claro
#6f42c1 > Purple
#dc3545 > Red
#008000 > Green
#f1b81a > Gold
#91503d > Brown
#007bc3 > Blue
*/

#footer {
  background: #0d2735;
  color: #fff;
  font-size: 14px;
  border-top: 4px solid #fd7e14;
}

#footer .footer-top {
  background: #0b212d;
  border-top: 1px solid #123649;
  border-bottom: 1px solid #123649;
  padding: 30px 0px 0px 0px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 400;
  color: #a2cce3;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #a2cce3;  
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1e4356;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 6px;
  color: #a2cce3;
  font-size: 10px;
  line-height: 2;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

#footer .footer-top .footer-contact, #footer .footer-top .footer-links, #footer .footer-top .footer-info {
  margin-bottom: 26px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}




/*========================================/
|
|    ESPECIFICOS
|
=========================================*/ 

/*--------------------------------------------------------------
/  SWEET ALERTS 
/-------------------------------------------------------------*/
.swal-modal {
  text-align: center;
  border: 3px solid #666;
}
.swal-title {
  color: #000;
  border-radius: 6px;
  font-size: 20px;
  margin: 0;
  padding: 4px;
  height: 1rem;
  text-align: center;
}
.swal-text {
  color: #000;
  border-radius: 6px;
  margin: 0;
  padding: 10px;
  height: 2.6em;
  text-align: center;
}
.swal-footer {
  text-align: center;
  justify-content: space-between;
}
.swal2-footer {
  text-align: center;
  justify-content: space-between;  
}
.tabela-swal-button {
  display: block;
  width: 250px;
  padding: 8px 8px;
  border-radius: 4px;
  background-color: #4962B3;
  text-align: right;
  font-size: 20px;
  border: 1px solid #32488f;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.tabela-swal-button:hover {
  background-color: #6882d4;
  color: #fff;
}
.tabela-swal-button-venda {
  display: block;
  width: 250px;
  padding: 8px 8px;
  border-radius: 4px;
  color: #000;
  background-color: #cecece;
  border: 1px solid #000;
  text-align: right;
  font-size: 20px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.tabela-swal-button-venda:hover {
  background-color: #999;
  color: #eee;
}
.swal-preco-venda::after {
  position: absolute;
  content: 'PV>';
  display: block;
  top: 20%;
  left: 4px;
}
.swal-preco-1::after {
  position: absolute;
  content: 'T1>';
  display: block;
  top: 20%;
  left: 4px;
}
.swal-preco-2::after {
  position: absolute;
  content: 'T2>';
  display: block;
  top: 20%;
  left: 4px;
}
.swal-preco-3::after {
  position: absolute;
  content: 'T3>';
  display: block;
  top: 20%;
  left: 4px;
}
.swal-preco-4::after {
  position: absolute;
  content: 'T4>';
  display: block;
  top: 20%;
  left: 4px;
}
.swal-preco-5::after {
  position: absolute;
  content: 'T5>';
  display: block;
  top: 20%;
  left: 4px;
}



/*--------------------------------------------------------------
/  # Botao Voltar TOPO
/-------------------------------------------------------------*/
.header-scrolled {
  position: fixed;
  top: 0;
  max-width: 1366px;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid #1e4356;
  box-shadow: 0px 0px 10px rgba(127, 137, 161, 10);  
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #68A4C4;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #85b6cf;
  transition: background 0.2s ease-in-out;
}
/*-------------------------------------------------------------*/



/*--------------------------------------------------------------
/  # Realce SOMBRA Foco
/-------------------------------------------------------------*/
.borda {
  border: 1px solid #ccc;
  box-shadow: 0 0 0.2em #ddd;
}
.bordershadow {
  margin: 0px 4px 4px 0px;
  text-align:center;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #6c757d;
  transition: all 200ms ease-out;
}
.bordershadow:hover {
  box-shadow: 0 0 4px #17a2b8;
  cursor: pointer;
}

/* Modal Spinner Full */
.modal-dialog-full-spinner {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width:none !important;
}




/*======================================/
|  MEDIA QUERYS - Max-Width: 575.98px
|======================================*/

@media (max-width: 575.98px) {
  .main-header .navbar-nav[class*='-right'] .dropdown-menu {
    left: 0;
    bottom: 0;
    right: auto;
  }
  .brand-link{
    display: block;
    position: relative;
    align-content: flex-start;
    width: 100%;
  }
  .btn-fluid {
    font-size: 2.8vw;
    padding-left: 1.3vw;
    padding-right: 1.3vw;
    margin: 0;
  }
   
  #form-pesquisa {
    display: block;
    position: relative;
    width: 100%;
    align-content: flex-end;
  }

  /*---- Tab's Checkout ---- */
  #checkout-tabs-pgto {
    height: 260px;  
  }

}

