.site-logo {
  width: 60px;
}

.notification-bar {
  background-color: var(--szron-notification-bar);
}

.notification-bar p, .notification-bar a {
  color: #fff;
  font-size: 14px;
  font-family: "Bai Jamjuree", sans-serif !important;
  text-decoration: none !important;
}

.notification-bar .fa-times {
  color: #fff;
}

.header__top-links {
  text-decoration: none;
  font-size: 12px;
  font-family: "Bai Jamjuree", sans-serif !important;
  color: var(--szron-dark-blue);
}

.header__top-links:hover {
  color: var(--szron-orange);
}

.mobile__menu-info-cart {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Bai Jamjuree", sans-serif !important;
  top: -5px;
  position: relative;
}

.employee-dropdown .dropdown-item {
  font-size: 14px;
}

