.wrap_search_widget {
    position: relative;
}

#search_popup {
    position: absolute;
    left: 0;
    right: 0;
    margin: 1rem;
    margin-top: 10px;
    z-index: 1000;
    display: none;
}

#search_popup .wrap_item {
    padding: 10px;
}

#search_popup .wrap_item .product {
    margin-bottom: 10px;
}

#search_popup .wrap_item .product:last-child {
    margin-bottom: 0;
}

#search_popup .product .search_img {
    border: 1px solid #ddd;
    float: left;
    margin-right: 5%;
    width: 70px;
}
#search_popup .product .search_img:hover {
    border: 1px solid #777;
}

#search_popup .product .search_img img{
    max-width:100%;
    height: auto;
}

#search_popup .search_info {
    width: 65%;
}

#search_popup .search_info .product_name {
    color: #009fe1;
    font-size: .875rem;
    font-weight: 700;
}

#search_popup .search_info .price {
    display: block;
    font-size: .875rem;
    color: #1bc018;
    font-weight: 400;
    margin-top: 4px;
}
.bonsearch_key {
    color: #fff;
    border: none;
    padding: 10px;
    background-color: var(--pry-color);
    width: 100%;
    transition: background 300ms;

}
.bonsearch_key:hover{
    color: white;
    border: none;
    padding: 10px;
    background-color: #481f02;
    width: 100%;
    transition: background 300ms;

}
.bor-search {
    display: block;
    border: 1px solid #e4e4e4;
    padding: 5px;
    border-radius: 30px;
}
.super-search {
    width: 100%;
    height: 2.5rem;
    padding-right: 1rem;
    border: none;
    background-color: #f5f5f5;
    border-radius: 30px;
    padding-left: 1rem;
    font-size: 14px;
}
button.head-search {
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 6px;
    left: 6px;
    background: var(--color-1);
    border-radius: 30px;
    border: none;
    font-size: 13px;
    height: 40px;
    padding-right: 12px;
    transition: background 300ms;
}
button.head-search:hover {
    background: var(--color-3);
    transition: background 300ms;
}