#main-wrapper {
  max-width: 100%;
}

.portal-message-list {
  padding: 0;
  margin: 0;
}

#main-wrapper .col-12 {
  padding: 0 !important;
  margin: 0 !important;
}

.portal-message-list,
.breadcrumb {
  display: none;
}

@media (max-width: 991px) {
  .portal-header-wrapper,
  .portal-header__bottom {
    height: 100px;
  }

  .portal-header__search {
    margin-top: 10px;
  }

  .portal-header__bottom .fieldErrors {
    margin: 0;
  }

  .portal-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }

  .portal-header.is-sticky .portal-header__bottom {
    border-bottom: 0;
  }

  .portal-header__user:not(:last-of-type) {
    border: 0;
  }

  .portal-header__bottom .portal-header__user.dropdown.hidden-lg-up {
    display: none !important;
  }

  .mv-btn-cart i {
    display: none;
  }

  .category-list__wrapper {
    top: 0;
    height: calc(100vh);
    z-index: 99;
  }

  .category-list .category-list__item.is-selected .category-sublist__wrapper {
    top: 0;
  }

  .category-list__container {
    height: 100%;
  }
}
