#cabecalho {
  background: #000 !important;
  border-bottom: 1px solid #222 !important;
}

#cabecalho .logo,
#cabecalho .span6 {
  display: none !important;
}

#cabecalho .superior {
  background: #000 !important;
  padding: 22px 0 18px !important;
}

#cabecalho .superior .row-fluid {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#cabecalho .superior .span3 {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

#cabecalho .conteudo-topo {
  width: 430px !important;
}

#cabecalho .busca {
  width: 100% !important;
  margin: 0 !important;
}

#cabecalho .busca input {
  width: 100% !important;
  height: 46px !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 0 48px 0 18px !important;
  font-size: 14px !important;
  background: #fff !important;
  color: #222 !important;
}

#cabecalho .span3.hidden-phone {
  min-width: 430px !important;
}

#cabecalho .actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

#cabecalho .actions li,
#cabecalho .actions li a {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

#cabecalho .actions li::before,
#cabecalho .actions li::after,
#cabecalho .actions li a::before,
#cabecalho .actions li a::after {
  display: none !important;
  content: none !important;
}

#cabecalho .actions li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#cabecalho .actions li a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #fff !important;
  text-decoration: none !important;
}

#cabecalho .actions .titulo {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  white-space: nowrap !important;
}

#cabecalho .actions .support .titulo {
  font-size: 0 !important;
}

#cabecalho .actions .support .titulo:after {
  content: "Suporte" !important;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 700 !important;
}

#cabecalho .actions svg,
#cabecalho .actions .icon {
  margin: 0 !important;
  color: #ffd400 !important;
  fill: #ffd400 !important;
}

#cabecalho .cart-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
}

#cabecalho .content-cart {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}

#cabecalho .content-cart strong,
#cabecalho .content-cart span {
  color: #fff !important;
  font-size: 13px !important;
  line-height: 15px !important;
  white-space: nowrap !important;
}

#cabecalho .qtd-carrinho {
  display: none !important;
}