diff --git a/git_info.json b/git_info.json
index 084bfc6..db2d92d 100644
--- a/git_info.json
+++ b/git_info.json
@@ -1 +1 @@
-{"branch_name":"beta","last_commit_date":"2022-01-24T12:46:48.000Z","last_commit_author":"anju j","last_commit_hash":"29509c005abdd92691f4543999a119df3fd403c0"}
\ No newline at end of file
+{"branch_name":"beta","last_commit_date":"2022-01-24T12:54:49.000Z","last_commit_author":"rakesh","last_commit_hash":"4ffb843e46532353dd9a1963aa9f3f079c2ebed2"}
\ No newline at end of file
diff --git a/src/components/retailer/retailer-search/RetailerSearchProducts.vue b/src/components/retailer/retailer-search/RetailerSearchProducts.vue
index 0a12042..9b3d146 100644
--- a/src/components/retailer/retailer-search/RetailerSearchProducts.vue
+++ b/src/components/retailer/retailer-search/RetailerSearchProducts.vue
@@ -1,6 +1,6 @@
 <template> 
 <div>
-      <v-row v-if="searchResults.page.length && !inProgress" class="mx-4"> 
+      <v-row v-if="searchResults.page.length && !inProgress" > 
         <v-col cols="12" lg="12" md="12" sm="12"  >
           <v-row v-if="inProgress">
             <v-col
@@ -109,7 +109,7 @@
               sm="12"
               cols="12" v-else>
              
-              <v-alert type="error" text class="font-weight-300 body-font h3">{{
+              <v-alert small class="ma-0 pa-0" type="error" text >{{
                 noProducts
               }}</v-alert>
             </v-col>
diff --git a/src/routes/retailer/cart_products.vue b/src/routes/retailer/cart_products.vue
index 932e271..5f20e68 100644
--- a/src/routes/retailer/cart_products.vue
+++ b/src/routes/retailer/cart_products.vue
@@ -27,6 +27,7 @@
                   v-model="searchData"
                   v-on="on"
                   @input="searchProducts"
+                  hide-details
                 >
                 </v-text-field>
               </template>