body.smartsearchsuggestions-active .ac_results,
body.smartsearchsuggestions-active ul.ui-autocomplete,
body.smartsearchsuggestions-active .ui-autocomplete {
    display: none !important;
    visibility: hidden !important;
}

.sss-box {
    position: absolute;
    z-index: 99999;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 12px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.sss-list {
    max-height: 500px;
    overflow-y: auto;
}

.sss-item {
    display: table;
    width: 100%;
    padding: 13px 15px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
    box-sizing: border-box;
    transition: background 0.15s ease;
}

.sss-item:hover,
.sss-item:focus {
    background: #f7fbff;
    color: #222222;
    text-decoration: none;
}

.sss-image {
    display: table-cell;
    width: 82px;
    height: 82px;
    vertical-align: top;
    padding-right: 14px;
}

.sss-image img {
    display: block;
    max-width: 82px;
    max-height: 82px;
    border-radius: 9px;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.sss-image-empty {
    width: 0;
    padding-right: 0;
}

.sss-content {
    display: table-cell;
    vertical-align: top;
}

.sss-name {
    display: block;
    font-size: 14px;
    line-height: 1.32;
    font-weight: bold;
    color: #222222;
    margin-bottom: 5px;
}

.sss-desc {
    display: block;
    font-size: 12px;
    line-height: 1.38;
    color: #707070;
    margin-bottom: 8px;
}

.sss-prices {
    display: block;
    line-height: 1.2;
}

.sss-old-price {
    display: inline-block;
    margin-right: 8px;
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}

.sss-price {
    display: inline-block;
    color: #d00000;
    font-size: 16px;
    font-weight: bold;
}

.sss-loading,
.sss-empty {
    padding: 15px 16px;
    font-size: 13px;
    color: #666666;
    background: #ffffff;
}

.sss-footer {
    display: table;
    width: 100%;
    padding: 11px 14px;
    font-size: 12px;
    color: #777777;
    background: #fafafa;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
}

.sss-footer-note {
    display: table-cell;
    vertical-align: middle;
    color: #777777;
}

.sss-more {
    display: table-cell;
    float: right;
    margin: 0;
    padding: 8px 14px;
    border: 0;
    border-radius: 6px;
    background: #333333;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
    text-align: center;
}

.sss-more:hover,
.sss-more:focus {
    background: #111111;
    color: #ffffff;
}

.sss-more[disabled] {
    opacity: 0.55;
    cursor: default;
}

@media (max-width: 700px) {
    .sss-box {
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
        border-radius: 9px;
    }

    .sss-list {
        max-height: 70vh;
    }

    .sss-item {
        padding: 11px;
    }

    .sss-image {
        width: 64px;
        height: 64px;
        padding-right: 10px;
    }

    .sss-image img {
        max-width: 64px;
        max-height: 64px;
    }

    .sss-name {
        font-size: 13px;
    }

    .sss-desc {
        font-size: 11px;
        line-height: 1.32;
    }

    .sss-footer,
    .sss-footer-note,
    .sss-more {
        display: block;
        width: 100%;
    }

    .sss-footer-note {
        margin-bottom: 8px;
        text-align: center;
    }

    .sss-more {
        float: none;
        padding: 10px 12px;
    }
}
