/* user.css ----------------------------------------------------------------- */

/* Equalheight fix */
div.list-group>div:has(> div.equal-height) { display: flex; flex-flow: row wrap; }
div.list-group-item:has(> div.equal-height) { margin-bottom: 10px; }

#themeSwitch { margin-top: 10px; margin-bottom: 10px;}

/* modal background fade fix */
.modal-backdrop.fade.in {
z-index: -1;
}


/* typeahead */
ul.typeahead>li>a>table>tbody>tr>td:first-child>img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.typeahead>li>a>table>tbody>tr>td:first-child {
  text-align: -moz-center;
  text-align: center;
}

ul.typeahead>li>a>table>tbody>tr>td:first-child>i.fa-sitemap {
  color: #5FBA7D;
}


ul.typeahead>li>a {
    white-space: normal;
    padding: 3px 12px;
}

@media only screen and (min-width : 1200px) {
  ul.typeahead.dropdown-menu {
      min-width: 360px;
  }
}

@media only screen and (max-width : 320px) {
  ul.typeahead.dropdown-menu {
      max-width: 300px;
  }
}

div.stepWizardTool>div.stepwizard>div.stepwizard-row>div.stepwizard-step button>i, a>button>i {
  transform: translate(-5px, -2px);
}

div.stepWizardTool>div.stepwizard {
  margin-top: 12px;
}

/* Hide Cart buttons for Catalogs
.Catalog { visibility: hidden; } */

.morespace, ul.accountLinkList {
  line-height: 2.1;
}