/*-----------------------------
|            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%;
  font-family: 'Inter', sans-serif;
  background-color: #f8f9fa;
}

footer {
  width: 100%;
  position: static;
  left: 0;
  bottom: 0;
}

/*-------------------------------
|    CONTAINERS ESPECIFICOS
-------------------------------*/
.wrapper {
  min-height: 100%;
  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;
}

/*---------------------------
|     LOGIN-USER MENU
----------------------------*/
.home-login .nav-link  {
  line-height: 1.2em;
  color: #fff/*#1D4362*/;
}
a.dropdown-user {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: .96rem;
}
a.dropdown-user:hover {
  background-color: #e4e4e4;
}


/*----------------------------
|      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;
}


/*-------------------------------/
|    PRODUTOS LISTA HOMEPAGE
|--------------------------------*/

/*---- Quadro Produto ----*/
.prod-quadro {
  max-width: 24vw;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  cursor:  pointer;
  background-color: #FFF;
  opacity: 1;
}
.prod-quadro a {
  color: #000;
}
.prod-quadro:hover {
  border: 1px solid #001f3f;
}
.prod-tarja-oferta {
  font-weight: bold;
  color: #fff;
}
.prod-img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  padding:0;
  margin:0 auto;
}
.prod-area-descricao {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.2;
  height: 14vh;
}
.prod-area-preco {
  background-color: #1c2e4a;
  color: #fff; /*#001f3f; #dc3545*/
  font-size: 1.5rem;
}

/*---- Quadro Destaca ----*/
.prod-area-info-destaca > .prod-area-preco, .prod-area-info-destaca > .prod-area-mensagem, .prod-area-info-destaca > .prod-area-descricao {
  background-color: #1c2e4a;
  color: #fff;  
}
.prod-area-info-destaca > .prod-area-mensagem {
  background-color: #c1d4f3;
  color: #1c2e4a;  
}

.prod-quadro-opaco {
  opacity: 0.5; 
}
/*----/ Media Query - max-width: 575.98px /----*/
@media (max-width: 575.98px) {
  .prod-quadro {
    max-width: 49.5vw;
  }  
  .prod-area-descricao {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    height: 9vh;    
  }
  .prod-area-preco { 
    font-size: 1.2rem;
    bottom: 0;
  }
}


/*-----------------------------
|      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));
}
@media (max-width: 575.98px) {
  .login-page {
    height:calc(50vh - calc(5.5rem + 1px) - calc(5.5rem + 1px));
  }
}
/*-----------------------------
|          COMPRAR 
------------------------------*/
/* InputMaskCurrency */
.alignLeft, .form-control.alignLeft {
  text-align: left !important; 
}
/* InputDisabled */
.comprar input:disabled {
  cursor: not-allowed;
  background-color: #f8dee0;
  color: #444;
  border-color: #fa5050;
}
/*---- Links ----*/
.comprar .link:hover {
  text-decoration: underline; 
  text-underline-position: under;
  cursor: pointer;
}
.comprar img.icon-pgto {
  display: block;
  width: 30px;
}
/*---- Descricao Produto ----*/
.comprar .produto-descricao {
  background-color: #1D4362 /*#216676*/;
  border-radius: 8px;
  color: #fff;
}
/*---- Legenda Comp/Larg/Conv ----*/
.comprar legend.clc {
  font-size: 1em;
}
/*---- Painel Informacoes ----*/
.comprar .produto-painel {
  padding: 20px;
  margin-bottom: 10px;
  /* border-radius: 6px;
  border: thin solid #cdcdcd; */
}
.comprar .produto-painel-texto {
  font-size: 1.0rem;
  color: #666;
}
.comprar .produto-painel-titulo h5 a {
  font-size:  1.2rem;
  font-stretch: expanded;
  color: #333;
}
.comprar .produto-painel-titulo a:after {
    font-family:"Font Awesome 6 Free";
    content:'\f077';
    float:right;
    font-size:20px;
    font-weight:300;
}
.comprar .produto-painel-titulo a.collapsed:after {
    font-family:"Font Awesome 6 Free";
    content:'\f078';
}
.comprar img {
  object-fit: contain;
}
/*---- Media Querys ----*/
@media (max-width: 575.98px) {
  .comprar #parcelamento {
    max-height: 40vh;
  }
  .comprar legend.clc {
    font-size: .9em;
  }  
}


/*-------------------------------
|            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 ---- */
#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;
}


/*| ANIMACOES
 * fa-beat
/* FONT AWESOME GENERIC BEAT 
.fa-beat {
  animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.25);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.25);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.25);
  }
  70% {
    transform:scale(1);
  }
  85% {
    transform:scale(1.25);
  }
  90% {
    transform:scale(1);
  }
}
*/

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
position: relative;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #f8f8ba;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 20%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
     -moz-animation: ball-fall 1s ease-in-out infinite;
       -o-animation: ball-fall 1s ease-in-out infinite;
          animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
     -moz-animation-delay: -200ms;
       -o-animation-delay: -200ms;
          animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
     -moz-animation-delay: -100ms;
       -o-animation-delay: -100ms;
          animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
     -moz-animation-delay: 0ms;
       -o-animation-delay: 0ms;
          animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
      opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
      opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
         transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
         transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
       transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
       transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
       -moz-transform: translateY(-145%);
         -o-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
       -moz-transform: translateY(145%);
         -o-transform: translateY(145%);
            transform: translateY(145%);
  }
}
.blink {
  animation: blink 0.68s ease-in infinite;
}
@keyframes blink {
  60% {
    opacity: 0;
  }
}


/*======================================/
|  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;
  }
  #form-pesquisa input {
    height: 50%;
  }
  .carrinho-lateral-tabela {
    max-height: 50vh;
  }
  /*---- Quadro Produto ----
  .prod-area-preco, .prod-area-mensagem, .prod-area-descricao {
    background-color: #e4e2e2;
  }*/

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

}

