.storepoint-container {
  text-align: left;
  font-family: Oswald;
  background-color: #3d1728;
  color: #e7dec7;
}
input.mapboxgl-ctrl-geocoder--input {
  color: #e7dec7;
}
input.mapboxgl-ctrl-geocoder--input:focus {
  color: #e7dec7;
}
.storepoint-location {
  background-color: #3d1728;
}
.location-details .map img {
  display: none !important;
}
.storepoint-button-label {
  text-transform: uppercase;
  color: #3d1728;
  
}
.storepoint-button .storepoint-directions-button {
  background-color: #F8D651 !important;
}
.storepoint-location-detail-panel-header ,
.storepoint-location-detail-panel {
    background: #3d1728 !important;
}

a.storepoint-location-detail-panel-back-button {
    color:#e7dec7 !important;
}

a.storepoint-button.storepoint-directions-button {
    background:#f8d651;
    border:2px solid #f8d651;
}
span.storepoint-button-label {
    filter:none;
}

a.storepoint-button.storepoint-directions-button:hover {
    background-color:transparent !important;
}
a.storepoint-button.storepoint-directions-button:hover .storepoint-button-label{
    color:#f8d651
}
.storepoint-search .geolocation-btn{
    color:#e7dec7 !important;
    opacity:1;
}
.dropdown-arrow,
.mapboxgl-ctrl-geocoder--icon,
button.mapboxgl-ctrl-geocoder--button *,
button.mapboxgl-ctrl-geocoder--button {
    color:#e7dec7 !important;
    opacity:1;
    fill:#e7dec7 !important;
}
