/* Hide header row on login page */
html.LoginPage #main-nav,
html.LoginPage .headermenu,
html.LoginPage .header-spacer.ict-header-spacer {
    display: none !important;
}
.login__wrapper .catfish-container .page-title:before {
  background: 0;
  width: 0;
  height: 0;
  margin-bottom: 0;
}
.login__wrapper > .catfish-container {
  float: right;
  width: 700px !important;
  width: 100%;
  padding-top: 0 !important; /* add this */
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  background: white;
  min-height: 100vh;
  max-width: 100%;
}
.media-content-details.block.is-small {
  display: none;
}
div.button.is-light.is-danger {
  display: none !important;
}
/* Move basket button left for equal spacing between GO button and admin button */
.navbar-item.is-hidden-touch {
  padding-left: 0.5rem;
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button.multi-selector-switch {
  display: none;
}
.title {
  font-size: 2.074em;
  font-weight: 600;
}
.homeFeaturedCategoriesWrapper {
  display: inline-block;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  padding-bottom: 6rem;
}
.columns.is-gapless > .column {
  margin: auto;
  padding: 0 !important;
}
.orderDetailsBillingPaymentMethod,
.dispatchBy {
    display: none;
}
td.orderDetailsBillingAddressHeader,
td.orderDetailsBillingContainer {
    display: none;
}
.wishlist-page .shareinfo {
    display: none;
}
/* Yellow (#FFCD05) buttons: solid black text instead of the
   default rgba(26, 21, 1, 0.7) */
.catfish-button:not(.is-danger),
.download-btn,
.button:not(.is-primary):not(.is-danger),
.ui-button:not(.is-primary):not(.is-danger) {
    color: #000 !important;
}
/* Infigo approval grid — reveal truncated columns */
.row__container.catfish-container {
  max-width: 70vw !important;
  width: 70vw !important;
}
.catfish-classes,
.t-widget.t-grid,
.table-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.table-wrapper { overflow-x: auto !important; }
.table-wrapper table {
  width: 100% !important;
  table-layout: auto !important;
}
.table-wrapper th,
.table-wrapper td {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
/* Remove the big top padding on the approval page wrapper */
.approval-page {
    padding-top: 0 !important;
}
/* Hide the "Approval" page title */
.approval-page .approval-page--top .title {
    display: none !important;
}
/* Collapse the gap the title block left behind */
.approval-page .approval-page--top {
    margin-bottom: 0 !important;
}
.arone-footer {
    display: none !important;
}