.topbar {
  border: 1px solid #000000;
  background: #000000;
  padding: 8px 16px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  /* z-index: 9999; */
}
.topbar .text-wrapper {
  /* width: calc(100% - 64px - 32px); */
  width: 100%;
}
.topbar .text-wrapper p {
  font-family: 'Poppins';
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.topbar .text-wrapper p a {
  color: #FFFFFF;
  font-size: 0.875rem;
  display: inline;
  margin: 0 5px;
  text-decoration: underline;
  font-weight: 400;
}
.topbar .text-wrapper p a:hover {
  text-decoration: none;
}
/*.topbar .hide-topbar {
  border: 0;
  background-color: transparent;
  outline: 0;
  padding: 0;
  margin-left: 32px;
  height: 32px;
}
.topbar .hide-topbar i {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 400;
}
.topbar .hide-topbar:hover {
  opacity: 0.8;
}*/

body header {
  top: 39px;
}
body header.fixed-header {
  top: 0;
}
body .menu-wrapper {
  top: calc(56px + 39px);
}
body .menu-wrapper.fixed-menu-wrapper {
  top: 30px;
}
@media (max-width: 767.98px) {
  body .menu-wrapper {
    top: calc(30px + 39px);
  }
}

@media (max-width: 575.98px) {
  .topbar .text-wrapper {
    /* width: calc(100% - 32px - 8px); */
    width: 100%;
  }
  /*.topbar .hide-topbar {
    margin-left: 8px;
  }*/
}
