.links {
  position: relative;
  max-width: 100%;
  padding-bottom: 30px;
  background-color: #d5d5d5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
  z-index: 1;
}

.links a {
  max-width: 100%;
  text-decoration: none;
  color: black;
  font-size: 18px;
  float: right;
  padding-left: 10px;
  padding-right: 5px;
}
.links button{
  max-width: 100%;
  text-decoration: none;
  color: black;
  font-size: 18px;
  float: right;
  padding-left: 10px;
  padding-right: 5px;
  border: none;
  background: none;
}

/* nav li {} */

.nav-link {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.search-form input[type="text"] {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 10px 40px;
  width: 400px;
  font-size: 16px;
  margin-left: 400px;
}

.cart-button {
  background-image: url("assets/../../img/novocarrinho.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
  width: 30px;
  height: 30px;
  border: none;
  max-width: 200px;
  min-width: 30px;
}
.container_footer {
  max-width: 100%;
  padding: 0; /* Remova o padding padrão da classe container se houver */
  margin: 0; /* Remova a margem padrão da classe container se houver */
} 

footer {
  background-color: #000000;
  width: 100%;
  height: 245px;
  /* altura do footer */

  position: relative;
}

@media screen and (max-width: 1340px) {
  #footerMain {
    width: 100%;
  }
}

/* #footerMain {
  width: 100%;
} */

footer h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-bottom: 8px;
}

footer ul li a {
  color: #ffffff;
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
}

.oi {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  margin-left: 00px;
  color: #ffffff;
}

hr {
  border: none;
  background-color: rgb(255, 255, 255);
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  margin-left: 200px;
  margin-right: 200px;
}

.oi2 {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-right: 10%;

}

.oi3 {
  padding-left: 15px;
}

.logo2 {
  max-width: 30px;
  position: relative;
}

.pp {
  font-size:0,1;

}