diff --git a/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/CSS.js b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/CSS.js
new file mode 100644
index 0000000000..58733e25a8
--- /dev/null
+++ b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/CSS.js
@@ -0,0 +1,6 @@
+/*
+Get the HTML for Requested For on order confirmation popup and hide it.
+*/
+.form-group>.row>.col-sm-8{
+ display:none;
+}
diff --git a/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
new file mode 100644
index 0000000000..003a47944a
--- /dev/null
+++ b/Specialized Areas/Styles/Hide RequestedFor on Order Confirmation Modal/README.md
@@ -0,0 +1,18 @@
+**Use Case**
+
+This CSS code will hide the option to select "Requested For" on the delivery confirmation popup while submitting the catalog item.
+Mostly organizations want the option for delivery information and special instructions but not "Requested For" as mostly there is a variable for "Requested For" in variable sets.
+
+**How to Use**
+
+Add this CSS code in the "sc_cat_item" page specific CSS or "esc_cat_item" page specific CSS based on the portal you are using.
+
+**Before**
+
+
+
+
+**After**
+
+
+