/**
 * @file
 * Use this CSS file to override components CSS rules
 */
/* Fix contextual links size */
.contextual-region .contextual .contextual-links a {
  font-size: small;
  padding: 0.4em 0.6em;
}
.page-view-type-products .hero-top {
  background-position: 50% 19%;
}

/* Main menu - left justify */
#block-mt-business-showcaseplus-mainnavigation {
  text-align: left;
}
#block-mt-business-showcaseplus-mainnavigation .sf-menu {
  float: right;
}

/* Account menu - top right, larger text */
#block-showcaseplus-account-menu {
  float: right;
  text-align: right;
}
#block-showcaseplus-account-menu a {
  font-size: 1.1em;
  font-weight: bold;
}

/* Cart - larger, to the left of account menu */
.header-top-highlighted .block-commerce-cart {
  float: right;
  font-size: 1.2em;
  margin-right: 15px;
}
