.nav {
  background-color: var(--white-color);
  box-shadow: 1px 0px 3px #00000071;
}

.logo img {
  width: 120px;
}

.superior i {
  font-size: 20px;
}

.superior p {
  font-weight: 600;
  transition: .5s;
  font-size: 14px;
}

.superior p a:hover {
  color: var(--red-color);
}

.search {
  width: 30%;
}

.search input {
  outline: 0;
  background: var(--grey-color);
  border: none;
  width: 70%;
  padding: 0.4rem 0.5rem;
  border-radius: 0.5rem;
}

.search input::placeholder {
  color: #3a3a3ac6;
  font-family: var(--font-principal);
  font-size: 14px;
}

.search i {
  position: absolute;
  color: #3a3a3ac6;
}

nav ul li a {
  padding: 0.8rem 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: .5s;
}

nav ul li a:hover {
  color: var(--red-color);
}

.button-shop {
  background: var(--red-color);
  padding: 0.6rem 0;
  width: 11.2rem;
  border-radius: 0.5rem;
}

.button-shop i {
  font-weight: 600;
  color: var(--white-color);
}

.button-shop a {
  font-weight: 600;
  color: var(--white-color);
  font-size: 14px;
}

.number-shop {
  background: var(--white-color);
  color: var(--red-color);
  font-weight: bold;
  padding: 0.1rem 0.5rem;
  border-radius: 10000%;
}

.button-shop i {
  font-size: 22px;
}

nav {
  padding: 0.5rem 0;
}

.dropdown-menu {
  transform: translate(-131px, 30px);
}

.dropdown-menu a {
  color: var(--text-color);
}

.dropdown:hover .dropdown-menu {
  display: block;
  will-change: transform;
}

.separador {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}

.dropdown-body img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.dropdown-body {
  max-width: 305px;
  max-height: 90px;
  overflow: hidden;
  margin-right: 1rem;
}

.dropdown-produto {
  color: var(--text-color);
  width: 220px;
  font-weight: bold;
}

.dropdown-info p {
  color: var(--text-color);
  font-weight: bold;
}

.dropdown-info i, .real {
  color: var(--red-color);
  font-size: 18px;
}

.dropdown-info .parcela {
  font-size: 14px;
}

.dropdown-valor {
  font-size: 20px;
}

.subtotal h6 {
  margin-bottom: 0 !important;
  font-weight: bold;
  color: var(--red-color);
}

.subtotal p {
  font-weight: bold;
}

.dropdown-button button {
  border: none;
  background: var(--red-color);
  color: var(--white-color);
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
}

.dropdown-button button:hover {
  filter: brightness(80%);
}

.btn-login:hover {
  filter: brightness(80%);
}

.itens {
  color: var(--red-color);
  font-weight: bold;
  font-size: 1rem;
}

/*Dropdown minha conta*/
.myaccount p {
  color: var(--greymedium-color);
  font-weight: 400 !important;
}

.conta .dropdown-menu {
  transform: translate(-54px, 19px) !important;
}

.myaccount {
  width: 253px;
}

.myaccount p {
  text-align: justify;
  font-size: 13px;
}

.register-dropdown a button {
  background: transparent;
  border: 1px solid var(--red-color);
  color: var(--red-color);
  transition: 0.5s;
}

.register-dropdown a button:hover {

  background: var(--red-color);
  color: var(--white-color);
}


/*HEADER EMPRESA*/
.nossa-loja button {
  color: var(--white-color);
  font-weight: bold;
  border: none;
  background: var(--red-color);
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler i {
  font-size: 2rem;

}

.navbar-toggler:focus {
  box-shadow: none !important
}

.menu-account {
  width: 190px;
}

.menu-account ul {
  padding-left: 0 !important;
}

.menu-account ul li a p:hover {
  color: var(--red-color);
}

.menu-account ul li a p {
  color: var(--greymedium-color);
  font-size: 0.9rem;
  display: flex;
  padding-bottom: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.menu-account ul li a p i {
  color: var(--red-color);
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.logout a p {
  padding-bottom: 0 !important;
}