.ui-menu {
    z-index: 9999
}

.ui-menu.ui-autocomplete {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border: 1px solid #efefef;
    padding: 3px 6px;
    overflow-y: auto;
    max-height: -webkit-calc(100vh - 94px);
    max-height: calc(100vh - 94px);
    position: absolute;
}

.ui-menu .font-normal {
    font-weight: 400
}

.ui-menu .font-color-normal {
    color: #333
}

.ui-menu .label,.ui-menu .label-contain {
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.ui-menu .label-contain {
    display: inline-block;
    padding: 5px;
    font-size: 85%;
    font-weight: 700;
    color: #fff
}

.ui-menu .label-category {
    background-color: #d9534f
}

.ui-menu .label-motor {
    background-color: #0069d9
}

.ui-menu .label-brand {
    background-color: #17a2b8
}

.ui-menu .ui-menu-item {
    padding: 6px;
}

.ui-menu .ui-menu-item a.ui-menu-item-wrapper {
    height: auto;
    line-height: 1.2;
    padding: 0;
}

.ui-menu .ui-menu-item a.ui-menu-item-wrapper label.label-product-number {
    display: inline;
    color: #000;
}

.ui-menu .ui-menu-item a.ui-menu-item-wrapper span.label {
    white-space: unset;
    padding: 0 0 0 3px;
    color: black;
    font-weight: normal;
}

.ui-menu .ui-menu-item:hover {
    background: #efefef;
}

.ui-menu .ui-menu-item .ui-state-active {
    background: transparent;
    border: 0;
    color: #000;
    margin: 0;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-widget-content {
    background: #fff;
    border: 1px solid #ddd;
}

.header-search-suggestion {
    display: none;
    top: 94px;
    left: 12px;
    width: -webkit-calc(100vw - 24px);
    width: calc(100vw - 24px)
}

.header-search-suggestion.show {
    display: block
}


.dotted-line-1, .dotted-line-2, .dotted-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.dotted-line-2 {
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    max-height: 40px;
}