diff --git a/src/styles/main.scss b/src/styles/main.scss
index de77aa377e4238b94913a5ea52fb7d6577f347e5..e91a1332e818bd940797e22792f9f875b5b4a393 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -295,6 +295,38 @@ sib-trigger.back {
   grid-row-end: middle;
 }
 
+
+
+
+
+#offers-list > sib-form > form {
+  select {
+    display: inline-block;
+    font: inherit;
+    line-height: 1.5em;
+    padding: 0.5em 3.5em 0.5em 1em;
+
+    margin: 0;
+    box-sizing: border-box;
+    -webkit-appearance: none;
+    -moz-appearance: none;
+
+    background-image:
+      linear-gradient(45deg, transparent 50%, gray 50%),
+      linear-gradient(135deg, gray 50%, transparent 50%),
+      linear-gradient(to right, white, white);
+    background-position: 
+      calc(100% - 20px) calc(1em + 2px),
+      calc(100% - 15px) calc(1em + 2px),
+      calc(100% - 2.5em) 0.5em;
+    background-size:
+      5px 5px,
+      5px 5px,
+      1px 1.5em;
+    background-repeat: no-repeat;
+  }
+}
+
 sib-form-label-text {
   background: aqua;
 }