.hide {
    display: none !important;
}
/* a.search-popup-query__clear-history {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    text-decoration: underline;
    color: #9d9d9d;
} */
a.search-popup-query__clear-history:hover {
    text-decoration:none;
}

.theme2 .search-popup__products {
    height: calc(100vh - 288px);
}
.theme2 .search-result-item__image {
    min-width: 90px;
    min-height: 60px;
    height: 60px;
    width: 90px;
}
.theme2 .search-result-item__image img {
    width: 100%;
    height: 100%;
}

.theme2 .search-result-item__label-wrap {
    justify-content: end;
}

.theme2 .search-result-item.exact-result {
    border: 4px solid #ffcc18;
}

.search-popup__filter-outofprod {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
}
.search-popup__filter-outofprod-button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    display: flex;
    width: 100%;
    gap: 8px;
}
.search-popup__filter-outofprod-button div {
    margin: 0;
    padding: 0;
    border: 0;
    width: calc(100% - 32px);
    text-align: left;
    color: #444642;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 200px;
}
.search-popup__filter-outofprod-button svg {
    transform: rotate(180deg);
    margin-top: 5px;
}
.search-popup__filter-outofprod-button.active svg {
    transform: rotate(0deg);
    color: #F6E200;
}

.theme2 .search-popup__queries {
    min-width: 210px;
    width: 210px;
    margin-right: 24px;
}

@media (max-width: 1279px) {
    .theme2 .search-result-item__label-wrap {
        gap: 4px;
    }
}

@media (max-width: 767px) {
    .theme2 .search-popup__queries {
        min-width: 100%;
        width: 100%;
    }
    .search-popup__filter-outofprod-button div {
        max-width: 100%;
    }
}
