.cities-np-dropdown, .departments-np-dropdown {
border: 1px solid black;
border-width: 4px;
background: black;
max-height: 200px;
overflow-y: auto;
}
.cities-options-list, .departments-options-list {
background: black;
list-style-type: none;
padding: 0;
margin: 0;
}
.cities-options-list li, .departments-options-list li{
padding: 8px;
cursor: pointer;
}
.cities-options-list li:hover, .departments-options-list li:hover {
background-color: #0a0a0a;
}
#np_delivery_method_field select{
width: 100%;
border: none;
padding-left: 0;
}