.search-panel-container-product {
    background:var(--yellow-color);
}
.search_item {
    min-height:70px;
}
.search_item.search-btn {
    width: 18.5% !important;
    margin-right: 0;
}
.search-panel-container-product .search-button {
    width: 100%;
    height: 100%;
}
.search-panel-container-product .searchDuration {
    width:25%;
}
.search_item i {
    color:#fff;
}

@media only screen and (max-width:450px) {
    .search-panel-container-product .search-button {
        height: 45px;
      
    }
    .search-panel-container-product .searchDuration {
        width: 100%;
    }
}