@media (max-width: 849px) {
  /* Flatsome offsets the mobile navigation container by 15px. */
  .pak-mobile-utility--commerce {
    left: -15px;
    width: 100vw;
    max-width: none;
    transform: none;
  }
}

