:root {
  --bs-body-font-family: Neuzeit Grotesk, sans-serif;
  --bs-body-font-size: 1.15rem;
  --bs-font-sans-serif: "Neuzeit Grotesk", sans-serif;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Neuzeit Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.text-sm {
    font-size: 1.0rem !important;
}
.dropdown-menu {
    font-size: 0.93rem;
}
.dropdown-menu.megamenu .megamenu-list {
    font-size: 0.93rem;
}
.sidebar-icon-submenu {
    font-size: 0.93rem;
}
a.sidebar-icon-menu-link {
    font-size: 0.93rem;
}
.dropdown-header {
    font-size: 0.93rem;
}
.mb-md-3 {
	margin-bottom: 1rem !important;
}
.btn.btn-selectpicker {
    text-align: left;
}
.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 1rem !important;
}
tr.mainpageversionhighlight	{background-color: #FFDD44; 
}
.top-bar {
    z-index: 1050;
}
@media (max-width: 576px) {
  .product-image {
    height: 220px;
  }
}