footer {
  margin-top: 2em;
  position: relative;
  background-color: #373737;
  padding: 7rem 7rem 2.75rem 7rem;
}


  @media (max-width: 600px) {
    footer {
      margin-top: 1em !important;
      padding: 2rem !important;
    }
  }

footer .footer-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  opacity: 0.5;
  z-index: -1;
}

footer .red-line {
  height: 8px;
  background-color: #cf2323;
}

footer .footer-content {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
  justify-content: space-around;
}

footer .footer-content .footer-logo {
  display: flex;
  flex-basis: 180px;
  flex-flow: column;
  width: 300px;
}

footer .footer-content .footer-logo a img {
  width: 170px;
  height: 170px;
}

footer .footer-content .footer-logo label {
  font-size: 30px;
}

footer .footer-content .footer-logo p {
  font-size: 15px;
  text-align: start;
  color: #fafafa;
}

footer .footer-content .footer-nav-menu {
  display: flex;
  flex-basis: 175px;
  flex-flow: column;
  gap: 2em;
}

footer .footer-content .contact-info {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}

footer .footer-content .contact-info div h1,
footer .footer-content .footer-nav-menu h1 {
  font-size: 22px;
  color: #fafafa;
  font-weight: 800;
}

footer .footer-content .contact-info div a,
footer .footer-content .footer-nav-menu a {
  text-decoration: none;
  color: #fafafa;
  font-weight: 500;
}

footer .footer-content .footer-social-cont {
  margin: 0;
}

footer .footer-content .footer-social-cont p {
  color: #fafafa;
  font-weight: 300;
  font-size: 13px;
  width: 18.125rem;
}

footer .footer-content .footer-social-cont h3 {
  color: #ff0c0c;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
}

footer .footer-content .footer-social-cont .footer-socials {
  display: flex;
  gap: 2em;
  padding-top: 1rem;
}

footer .footer-content .footer-social-cont .footer-socials a img {
  width: 45px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}

footer .footer-content .footer-social-cont .footer-socials {
  width: 250px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13px, 3fr));
  gap: 3em;
}

footer .copy-rights {
  padding-top: 90px;
  text-align: center;
  margin: 0;
  padding-bottom: 1em;
  font-weight: 600;
  color: #fafafa;
}

#displayed_and_purchased_gift_cards {
  text-align: left;
}

.rtl #displayed_and_purchased_gift_cards,
#displayed_and_purchased_gift_cards[dir="rtl"] {
  text-align: right;
}

@media screen and (max-width: 745px) {
  footer .footer-content {
    align-items: center;
  }

  footer .footer-content .footer-logo a img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 465px) {
  footer .footer-content .footer-nav-menu {
    margin-top: 1em;
    text-align: center;
  }
}
