.tt-omni-toolbar {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  min-height: 5.6rem;
  z-index: 3 !important;
}
.tt-omni-toolbar .md-toolbar-tools {
  height: 5.6rem;
  max-height: 5.6rem;
}
.tt-omni-toolbar .tt-menu-button {
  margin: 0 1.6rem 0 0;
}
.toolbar-show-hide {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.tt-omni-bar-components {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 5.6rem;
  max-height: 5.6rem;
  padding: 0 1.6rem;
  margin: 0;
}
.tt-omni-pad-user {
  padding: 0 0 0 4.4rem;
}
.tt-omni-pad-brand {
  padding: 0 4.4rem 0 0;
}
.toolbar-label-button {
  font-size: 1.6rem;
  padding: 0 0.4rem;
  min-width: 4.4rem;
}
.toolbar-label-button span {
  vertical-align: middle;
}
.toolbar-icon-button md-icon {
  line-height: 2.2rem !important;
  color: #696969 !important;
}
.omni-product-icon {
  height: 3.7rem;
  width: 3.7rem;
}
.omni-product-icon.omni-product-icon-sm {
  height: 2.4rem;
  width: 2.4rem;
}
.omni-product {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 2.0rem;
  white-space: nowrap;
  padding: 0 0 0 1.8rem;
}
.omni-product.omni-product-sm {
  font-size: 1.4rem;
  vertical-align: 0.1rem;
  padding: 0 0 0 1.2rem;
  white-space: normal;
}
.omni-product.omni-product-light {
  color: #4870a3;
}
.tt-omni-brand-button {
  margin: 0;
  padding: 0;
}
.tt-omni-app-menu-more {
  color: #696969;
  background: #f6f6f6;
  text-decoration: none;
  line-height: 4rem;
  text-align: center;
  cursor: pointer;
  height: 4rem;
  overflow: hidden;
  margin: 0;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
}
._tt-omni-app-menu-wrapper {
  padding: 0;
  width: 32rem;
  max-height: 120rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
.tt-omni-app-button {
  padding: 0.8rem 0.2rem;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
  width: 8.4rem;
  text-align: center;
}
.tt-omni-app-button img {
  height: 6.4rem;
  width: 6.4rem;
}
.tt-omni-app-button md-icon {
  height: 6.4rem;
  width: 6.4rem;
}
.tt-omni-app-menu-scroll {
  padding: 2.8rem;
  overflow-y: auto;
}
.tt-omni-app-menu-content {
  width: 26.4rem;
}
.md-button.tt-omni-cart {
  line-height: 3rem;
  padding: 5px;
}
.md-button.tt-omni-cart md-icon {
  font-size: 3rem;
  height: 3rem;
  width: 3rem;
  min-height: 3rem;
  min-width: 3rem;
}
.tt-omni-cart-count {
  background-color: #ffab40;
  color: rgba(0, 0, 0, 0.870588);
  position: relative;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1.4rem;
  border-radius: 0.2rem;
}
.tt-omni-cart-count.tt-cart-sm {
  width: 1.6rem;
  left: 0.7rem;
  top: -3.2rem;
}
.tt-omni-cart-count.tt-cart-md {
  width: 2.2rem;
  left: 0.4rem;
  top: -2.5rem;
}
.tt-omni-cart-count.tt-cart-lg {
  width: 3rem;
  left: 0.1rem;
  top: -2.5rem;
}
._tt-omni-profile-menu-wrapper {
  padding: 0;
  width: 34rem;
  overflow-x: hidden;
  overflow-y: hidden;
  /*.md-button {
            margin:0;
    }*/
}
.tt-omni-profile-name {
  font-weight: bold;
}
.tt-omni-selected-item {
  font-weight: bold !important;
}
.tt-omni-profile-email {
  color: #666;
}
.tt-omni-avatar-button {
  padding-top: 0.4rem !important;
  padding-right: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  padding-left: 0.4rem !important;
}
.tt-omni-profile-avatar-image {
  background-size: 3.2rem 3.2rem;
  line-height: normal;
  height: 3.2rem;
  width: 3.2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tt-omni-profile-avatar-letter {
  margin: -0.4rem;
}
.tt-omni-profile-avatar {
  width: 9.6rem;
  height: 9.6rem;
  margin: 0 1.6rem 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tt-omni-profile-avatar > .tt-omni-profile-avatar-image {
  background-size: 9.6rem 9.6rem;
  height: 9.6rem;
  width: 9.6rem;
}
.tt-omni-profile-avatar .tt-omni-profile-avatar-letter {
  margin: 0;
}
.tt-omni-profile-material {
  margin: 0.8rem 1.6rem;
}
.tt-omni-profile-actions {
  background: #f6f6f6;
}
tt-omni-search {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.2rem;
  position: relative;
  display: block;
  margin-top: 0.8rem;
  height: 4rem;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-transition-property: background, opacity;
  -moz-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}
tt-omni-search :hover {
  background: rgba(255, 255, 255, 0.25);
}
tt-omni-search.tt-search-mode {
  background: #fff;
}
tt-omni-search.ng-hide {
  opacity: 0;
}
._tt-omni-search-container {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
._tt-omni-search-container input {
  background: none;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 0 0.8rem;
  height: 4rem;
  position: absolute;
  width: 100%;
  margin: 0;
  outline: none;
  pointer-events: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
._tt-omni-search-container ::-webkit-input-placeholder {
  color: #fff;
}
._tt-omni-search-container :-ms-input-placeholder {
  color: #fff;
}
._tt-omni-search-container ::-moz-input-placeholder {
  color: #fff;
}
._tt-omni-search-container :-moz-placeholder {
  color: #fff;
}
.tt-search-mode > ._tt-omni-search-container input {
  color: #212121;
}
.tt-search-mode > ._tt-omni-search-container ::-webkit-input-placeholder {
  color: #696969;
}
.tt-search-mode > ._tt-omni-search-container :-ms-input-placeholder {
  color: #696969;
}
.tt-search-mode > ._tt-omni-search-container ::-moz-input-placeholder {
  color: #696969;
}
.tt-search-mode > ._tt-omni-search-container :-moz-placeholder {
  color: #696969;
}
tt-omni-search-actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 0 0.8rem;
}
tt-omni-search-actions > :first-child {
  margin-left: 0 !important;
}
tt-omni-search-actions > :last-child {
  margin-right: 0 !important;
}
tt-omni-search-actions * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
tt-omni-select-actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 0 0.8rem;
}
tt-omni-select-actions > :first-child {
  margin-left: 0 !important;
}
tt-omni-select-actions > :last-child {
  margin-right: 0 !important;
}
tt-omni-select-actions * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tt-omni-select-text {
  line-height: 5.6rem;
}
tt-omni-suggestions {
  margin-top: 1.2rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.tt-omni-notification-count {
  background: #ffab40;
  color: rgba(0, 0, 0, 0.870588);
  position: relative;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1.4rem;
  top: -2.6rem;
  border-radius: 0.2rem;
}
.tt-omni-notification-count.tt-notification-sm {
  width: 1.6rem;
  left: 0.8rem;
}
.tt-omni-notification-count.tt-notification-md {
  width: 2.2rem;
  left: 0.2rem;
}
.tt-omni-notification-count.tt-notification-lg {
  width: 3rem;
  left: -0.3rem;
}
tt-omni-menu-arrow {
  width: 0;
  height: 0;
  display: block;
  border-left: 0.8rem solid transparent;
  /* left arrow slant */
  border-right: 0.8rem solid transparent;
  /* right arrow slant */
  border-bottom: 0.8rem solid #fff;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 1.2rem;
}
#omni-help-options-append-container md-list-item md-icon {
  margin-top: 12px;
}
._tt-omni-help-menu-no-scroll {
  max-height: initial;
}
