#opacity-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 1002;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.ui-autocomplete-category {
    padding-top: 5px;
}

.ui-autocomplete-category-name {
    overflow: hidden;
}

.ui-autocomplete-category-world-1 {
    float: left;
    color: #339933;
    padding-right: 5px;
    font-family: Trebuchet MS,Helvetica,sans-serif !important;
}

.ui-autocomplete-category-world-2 {
    float: left;
    color: #f9a20b;
    padding-right: 5px;
    font-family: Trebuchet MS,Helvetica,sans-serif !important;
}

.ui-autocomplete-category-world-4 {
    float: left;
    color: #800080;
    padding-right: 5px;
    font-family: Trebuchet MS,Helvetica,sans-serif !important;
}

.ui-autocomplete-filter {
    padding-left: 32px !important;
    font-size: 0.9em;
}

.ui-menu {
    z-index: 1003; /* 1001 is MagicThumb-container (enlarged product pictures). 1002 is white transparent layer for background opacity. */
}

.ui-menu-item-icon {
    background: no-repeat 14px, 4px;
    background-size: 70px;
    padding-left: 95px !important;
    padding-bottom: 23px !important;
    padding-top: 10px !important;
}

.ui-menu-item-product {
    border-top: 1px solid #dddddd;
}

.ui-menu-item-product-label {
    display: block;
    white-space: nowrap; /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-menu-item:active {
    background-color: #f3f3f3; /* used for split second, while clicking the item */
}

.ui-menu-item-active {
    background-color: #f3f3f3;
}

.ui-autocomplete-term {
    font-weight: bold;
}

/* override ui-state-active from jquery-ui css */
.ui-menu-item-price {
    margin: 0 !important;
    background: none !important;
    color: black !important;
    border: none !important;
    line-height: 20px; !important;
    font-weight: 500;
    padding-top: 5px;
    font-size: 1em;
}

.ui-menu-item-price--strikethrough {
     text-decoration: line-through;
     font-weight: unset !important;
}

.ui-menu-item-price--discount {
     margin-left: 8px !important;
     color: #d0021b !important;
     font-weight: 900 !important;
 }
