/* Start of add Sticky header EvoX */
@media only screen and (min-height: 768px) {
.menubarStick {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 15;
  background: #2b2b2b;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 100% !important;
    max-width: none !important;
}

.headersection-2.menubarStick > .row-2 {
    max-width: 1635px;
  padding: 0;
    margin: 0 auto;
}

/* change me to the height of the sticky row */
.menubarHeader {
    padding-top:115px;
}
}
/* end of add Sticky header EvoX */

.ex-customer .panel-group .panel-collapse {
  height: auto;
  max-height: none;
  overflow: auto;
}

.hero-slider.pdp-minibanner .ms-bullets.ms-dir-h {
 bottom: 0; 
}

header .header-full .logo {
  max-height: 85px;
  display: flex;
  justify-content: center;
  align-items: normal;
}

header .header-full .logo img {
 object-fit: contain; 
}

header .header-mobile .logo img {
 max-height: 85px; 
}