.hr-copyright {
  text-align: center;
  margin-top: 15px;
  font-family: Roboto;
  font-size: 12px;
}

.hr-stores-golive-text {
  padding-right: 25px;
  padding-left: 25px;
  font-size: 30px !important;
  font-family: var(--bebas-neue) !important;
  margin-bottom: 6px;
}

.hr-stores-container {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--theme__color2);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.burger-menu {
  border: solid 3px white;
  position: fixed;
  right: -3px;
  top: 52px;
  width: 80px;
  height: 48px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  display: flex;
  /* background-color: var(--heydark); */
  z-index: 3;
  cursor: pointer;
  padding-top: 4px;
}

.burger-menu span {
  align-self: center;
  padding-left: 26px;
}

.close-burger-menu-modal {
  position: absolute;
  top: 52px;
  right: 24px;
  height: 48px;
  display: flex;
}

.close-burger-menu-modal span {
  cursor: pointer;
  align-self: center;
  padding-left: 20px;
}

.burger-menu-modal {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: var(--heydark);
  z-index: 1001;
}

@media (max-width: 390px) {
  .header-logo {
    width: 130px;
  }
}

@media (max-width: 575px) {
  .hide-mobile {
    display: none;
  }
}

.header-section-inner {
  min-height: 70px;
}

@media (max-width: 1399px) {
  .burger-menu {
    top: 45px;
    width: 80px;
    height: 48px;
  }
  .close-burger-menu-modal {
    top: 45px;
  }
  .hero-section-inner {
    padding-top: 140px;
  }
}

.copyright li {
  padding-top: 4px;
}
