/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


#wpsl-wrap #wpsl-stores li {
  color: #000 !important;
  background: #373737 !important;
}
#wpsl-search-input {
	color: #000 !important;
  background: #ffff !important;
}
#wpsl-wrap #wpsl-stores li span,
.wpsl-direction-wrap {
	color: #ffffff  !important;
}
.wpsl-store-location p strong {
	color: #ea193a !important;
}
#wpsl-wrap #wpsl-stores li a,
#wpsl-gmap .wpsl-info-window {
  color: #ea193a !important;
}