#shopify-section-announcement-bar {
  position: relative;
}
.notification-bar {
  text-align: center;
  display: flex;
  padding: 0 15px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.notification-bar .sm-icons {
  justify-content: center;
  margin-bottom: 0;
}
.notification-bar .sm-icons li a {
  margin: 5px 8px;
  line-height: 0;
}
@media only screen and (min-width: 992px) {
  .notification-bar {
    flex-direction: row;
  }
  .notification-bar.notification-bar--with-text.notification-bar--with-icons {
    justify-content: space-between;
  }
  .notification-bar.notification-bar--with-text.notification-bar--with-icons
    .notification-bar__message {
    max-width: 500px;
  }
  .notification-bar.notification-bar--with-text.notification-bar--with-icons
    .sm-icons {
    justify-content: flex-end;
  }
  .notification-bar.notification-bar--with-text.notification-bar--with-icons
    .notification-bar_right-div,
  .notification-bar.notification-bar--with-text.notification-bar--with-icons
    .notification-bar__empty-div {
    flex: 1 1 0;
  }
}
@media screen and (max-width: 991px) {
  .notification-bar .sm-icons {
    margin-top: 10px;
  }
}
.notification-bar__message {
  font-size: var(--body-font-size);
  font-family: var(--body-font-stack);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  width: 100%;
  padding: 10px 15px;
}
.notification-bar__message p {
  display: inline-block;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 990px) {
  .notification-bar_right-div{
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .notification-bar_right-div {
    display: none;
  }
}
.header-social-links .sm-icons svg {
  height: var(--body-font-size);
  width: var(--body-font-size);
}
.header-social-links{
  display: flex;
  align-items: center;
}
.btn-b2b{
  padding: .375rem .75rem;
}