.search-product {
    width: 500px !important;
}

@media only screen and (max-width: 640px) {
    .search-product {
        width: 100%;
    }
}
