#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 44px;
        right: 1px;
        background-color: #000;
        list-style-type: none;
        z-index: 12;
        min-width: 265px;
        background-color: rgba(255, 255, 255, 1);
        padding: 20px;
        -webkit-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
        box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
        border: 1px solid #f0f0f0;
        overflow: auto;
        z-index: 10000;
        
}
#livesearch_search_results li {
        padding: 5px;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #000;
        text-decoration: underline;
}
#livesearch_search_results a:hover {
        color: #666;
        text-decoration: none;
}

#livesearch_search_results img {
        border: 1px solid #f0f0f0;
        border-radius: 5px;
}

.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #dddddd;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #ffdf88;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #ffdf88;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.search .dropdown-menu {
    width: 100%;
    max-width: 100%;
    overflow: hidden auto;
    max-height: 60vh;
}
.search .dropdown-menu::-webkit-scrollbar-track {
    background-color: transparent;
}
.search .dropdown-menu::-webkit-scrollbar {
    width: 4px;
    background-color: white;
}
.search .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
}

.search .dropdown-menu,
.search .dropdown-menu div,
.search .dropdown-menu span {
    padding: 0;
    text-align:left;
}
.search .dropdown-menu  li a,
.search .dropdown-menu  li.disabled {
    padding: 5px 10px;
    white-space: normal;
    display: block;
}
.search .dropdown-menu li {
    list-style-image:  none !important;
    clear: both;
}
.search-suggestion {
    overflow: hidden;
    width: 100%;
}
.search-suggestion span {
    margin-right: 5px;
}
.search-suggestion .label {
    font-weight: bold;
    color: black;
}
.search-suggestion  .image img {
    border: 1px solid #E7E7E7;
}
.search-suggestion  .price-old {
    margin-right: 2px;
    color: #F00;
    text-decoration: line-through;
}
.search-suggestion  .price-new {
    font-weight: bold;
}
