.search-dropdown .nasa-show-search-form .search-wrapper form select[name="product_cat"], .nasa-search-space .nasa-show-search-form .search-wrapper form select[name="product_cat"] {
position: absolute;
right:150px;
top: 2px;
width: 25%;
font-size: 100%;
height: 40px;
background: transparent;
margin-right:20px;
border: none;
color: #334141;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent: 15px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: linear-gradient(45deg, transparent 50%, #296dc1 50%), linear-gradient(135deg, #296dc1 50%, transparent 50%);
background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
}