/*
Theme name: Ecomedic Website
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

/** store locator **/
.wpsl-dropdown {
    width: 125px;
}
#wpsl-search-btn {
	border: 1px solid black !important;
    background-color: transparent;
    border-radius: 30px !important;
    padding: 6px 32px;
    color: black;
    text-transform: uppercase !important;
}
#wpsl-radius .wpsl-selected-item {
	padding: 7px 12px !important;
}
#wpsl-radius label,
.wpsl-input label {
	width: auto !important;
}
#wpsl-search-wrap form {
	display: flex;
    justify-content: space-between;
}
#wpsl-search-wrap .wpsl-input {
	margin: 0 !important;
}
.wpsl-search-btn-wrap,
.wpsl-search-btn-wrap #wpsl-search-btn {
	margin: 0!important;
}
.wpsl-search {
	padding: 12px !important;
}
#wpsl-search-wrap .wpsl-select-wrap {
	margin: 0;
}
#wpsl-result-list ul {
	display: flex;
    flex-wrap: wrap;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    flex-basis: 33.333%;
}