﻿.aa-dropdown-menu {
  position: relative;
  top: -6px;
  border-radius: 3px;
  margin: 6px 0 0;
  padding: 0;
  text-align: left;
  height: auto;
  position: relative;
  background: white;
  border: none;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1011 !important;
}

  .aa-dropdown-menu:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    top: -7px;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    transform: rotate(-45deg);
    border-radius: 2px;
    z-index: 999;
    display: block;
    left: 24px;
  }

  .aa-dropdown-menu .aa-suggestions {
    position: relative;
    z-index: 1000;
  }

  .aa-dropdown-menu [class^="aa-dataset-"] {
    position: relative;
    border: solid 1px #D9D9D9;
    border-radius: 3px;
    overflow: auto;
    padding: 8px 8px 8px;
  }

  .aa-dropdown-menu * {
    box-sizing: border-box;
  }

.aa-suggestion {
  font-size: 1.1em;
  padding: 0 4px;
  display: block;
  width: 100%;
  height: 40px;
  clear: both;
}

.aa-suggestions {
  width: 100% !important;
}

.aa-dataset-1 {
  padding: 2px 3px !important;
}

.aa-suggestion span {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-flex;
  float: left;
  line-height: 2em;
  width: 100%;
  cursor: pointer;
  align-items: center;
}

.aa-suggestion.aa-cursor {
  background: #eee;
}

.aa-suggestion em, .no-result em {
  color: #4098CE;
  font-style: normal;
  padding: 0 4px;
}

.aa-suggestion img {
  float: left;
  vertical-align: middle;
  height: auto;
  width: 40px;
  max-height: 40px;
  margin-right: 6px;
}

#small-search-box-form span {
  /*float: left;*/
  width: 100%;
}

.branding {
  display:none;
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding: 2px;
}

  .branding img {
    height: 12px;
    display: inline-block;
    position: absolute;
    margin: 2px;
  }

.no-result {
  padding: 6px;
  width: 100%;
}

.search-box-filter input {
  width: calc(100% - 90px);
}

.search-box-filter button {
  margin-left: -4px;
  width: 90px;
  height: 45px;
  border: none;
  background-color: #eebe00;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}

span.content-name {
  font-size: 14px;
}

.product-filter.search-box-filter {
  margin: 5px 0;
}
