Filter Drop Downs Dawn Theme color change

Does anyone know what coding I need to enter to change the background color on the filter dropdowns. I have attached an image below. Currently it is transparent and hard to see.

https://2-broke-chicks-tees-more.myshopify.com/

Please add below css code in bottom of assets/base.css file

.facets-container .parent-display {
background: #fff8f3;

}
Thank you.

Hello Denishamakwana, This worked for the Availiability Filter but the price filter is still transparent. Do you know what I need to change to get the price filter the same way?

Please add below css code in bottom of assets/base.css file

.facets__display {
background: #fff8f3;

}
Thank you.