/* ADV SKIN */
.backgroundAdv {
  background-color: #f7f6f2;
}

.backgroundAdv .page-wrapper {
  background-color: #f7f6f2;
}

.backgroundAdv #header-fisso {
  position: sticky;
  margin: 0 auto;
}

.pos-fixed {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.backgroundAdv #header-fisso .top-bar {
  position: relative;
  width: 100%;
}

.backgroundAdv #navHeader-container {
  margin-top: 0px;
}

#nav-lab,
#nav-sole {
  cursor: pointer;
  z-index: 9999999 !important;
}

@media (min-width: 1024px) {
  .backgroundAdv .shrinkable {
    max-width: 1020px !important;
    margin: 0 auto;
  }
}

@media (min-width: 1540px) {
  .backgroundAdv .shrinkable {
    max-width: 1260px !important;
  }
}