.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: white;
    border: none;
    padding: 10px;
    background-color: #009fe1;
    width: 100%;
}
.bonsearch_key:hover{
    color: white;
    border: none;
    padding: 10px;
    background-color: #34506f;
    width: 100%;
}