.footer {
  background-color: var(--secondary-background-color);
  border-top: 1px solid var(--default-color);
  display: flex;
  justify-content: center;
}

.first-container {
  display: flex;
  justify-content: center;
  padding: 50px 10px;
}

.second-container {
  padding: 50px 10px;
}

.second-container .container-block {
  width: 100%;
  padding: 0 5rem;
}

.second-container .footer_links {
  margin-top: 5rem;
}

.footer .content {
  padding: 20px 0;
}

.footer .border {
  width: 100%;
  height: 10px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    var(--color-text-black) 0%,
    var(--color-text-black) 30%,
    #383838 100%
  );
  border: unset !important;
}

.footer_block {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer_block span {
  color: var(--secondary-background-text-color);
  font-size: 1rem;
  letter-spacing: 0.2px;
}


.footer_links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 210px;
}

.footer_links article h1 {
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer_links article ul li {
  margin-bottom: 10px;
}

.footer_links article ul li a,
.footer_links article ul li span {
  color: var(--secondary-background-text-color);
  font-size: 0.8rem;
}

.footer_links article ul li a:hover {
  font-weight: 700;
}

.footer_links article ul li a i,
.footer_links article ul li i {
  font-size: 1rem;
  vertical-align: middle;
  padding-right: 12px;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  width: 100%;
}

.footer .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.footer .logo img {
  height: 50px;
}

.footer .social-midia {
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.footer .social-midia a {
  color: var(--color-text-white);
  background-color: #383838;
  padding: 7px 10px;
  border-radius: 30px;
  font-size: 25px;
}

.support-service span {
  font-size: 12px;
}

.google-maps {
  margin-top: 20px;
}

.google-maps a {
  background-color: var(--color-background-white);
  padding: 10px 20px;
  color: var(--color-background-black);
  font-weight: 700;
  border-radius: 5px;
}

.footer-icon span {
  background-color: white;
  padding: 13px 12px 10px 12px;
  border-radius: 20px;
}

.footer-icon span::before {
  font-size: 20px;
  color: black;
}

.footer-bottom {
  background-color: #58595b;
  height: 10px;
}

.footer-cart {
  background-color: var(--primary-background-color);
  padding: 3rem 0;
}

.footer-cart h4 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary-background-text-color);
  margin-bottom: 2rem;
}

.footer-cart .cart-social {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.footer-cart .cart-social i {
  font-size: 2rem;
  color: var(--primary-background-text-color);
}

.footer-cart p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary-background-text-color);
  margin-top: 2rem;
}

/*
SOCIAL MEDIAS - START
*/
.social-medias {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.footer .social-medias {
  padding-bottom: 10px;
}

.social-medias .item a {
  font-size: 30px;
  color: #c79b68;
}

.footer .footer-imgs .payment {
  width: 270px;
}

.footer .footer-imgs .shipping {
  width: 220px;
}

.footer .footer-imgs .security {
  width: 200px;
}

.footer .social-medias .item {
  width: 48px;
}

/*
SOCIAL MEDIAS - END
*/

@media (max-width: 1024px) {
  .footer {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .footer .first-container {
    width: 100%;
  }

  .footer .first-container .container-block {
    display: flex;
    gap: 27px;
  }

  .footer .second-container {
    width: 100%;
  }

  .second-container .container-block {
    padding: 0 1rem;
  }

  .footer .footer_block {
    justify-content: unset;
  }
}

@media (max-width: 990px) {
  .footer-content {
    flex-direction: column-reverse;
  }

  .first-block {
    align-items: flex-start !important;
  }

  #add_contact_news button {
    width: 100%;
  }
}

/*
768px
*/
@media (max-width: 48em) {
  .footer_links {
    flex-wrap: wrap;
  }

  .footer_links article {
    padding: 0;
  }

  .footer .footer-imgs {
    column-gap: 92px;
  }

  footer .email {
    word-wrap: break-word;
  }
}

@media (max-width: 600px) {
  .footer .first-container .container-block {
    display: block;
  }

  .first-container {
    padding: 39px 24px;
    justify-content: start;
  }
}

/*
544px and 768px
*/
@media (min-width: 34em) and (max-width: 48em) {
  .footer_links article {
    margin: 15px 0 15px 0 !important;
  }

  .footer_contact_whatsapp {
    font-size: 1.3rem;
  }

  .footer_about_social a i {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}
