#storelocatorwidget-container .storelocator-btn-primary, #storelocatorwidget-container .storelocator-btn-primary:active, #storelocatorwidget-container .storelocator-btn-primary:visited, #storelocatorwidget-container .storelocator-btn-primary:focus, #storelocatorwidget-container .storelocator-btn-danger, #storelocatorwidget-container .storelocator-btn-danger:active, #storelocatorwidget-container .storelocator-btn-danger:visited, #storelocatorwidget-container .storelocator-btn-danger:focus {
	  border-color: #051179 !important;
    background-color: #051179 !important;
    background-image: none !important;
    border-radius: 18px !important;
}

#storelocator-map_canvas {
	border-radius: 20px;
}

#storelocatorwidget .storelocator-store .storelocator-btn-danger {
		display: flex;
		justify-content: center;
		align-items: center;
}

#storelocatorwidget {
	border: none;
}

#storelocatorwidget-container #storelocator-nearby:hover, #storelocatorwidget-container .storelocator-store .storelocator-buttons .storelocator-btn-danger:hover,#storelocatorwidget-container .storelocator-buttons .storelocator-btn-danger:hover, #storelocatorwidget-container .storelocator-btn-danger:hover {
	border-color: rgba(5, 17, 121, 0.8) !important;
	background-color: rgba(5, 17, 121, 0.8) !important;
}

#storelocator-nearby {
	display: flex;
	justify-content: center;
	align-items: center;
}

#storelocatorwidget-container .aa-Form {
	border-radius: 20px;
}

#storelocator-search-bar #storelocator-search-label {
	display: none;
}

.aa-InputWrapperPrefix {
	height: 36px !important;
}

.storelocator-btn-primary .fa-location-arrow:before,
.storelocator-buttons .fa-arrow-right:before,
.storelocator-btn-primary .fa-arrows:before {
	  font-family: "Material Symbols";
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    margin-right: 0.25rem;
}

.storelocator-btn-primary .fa-location-arrow:before {
			content: "\e55c";
}

.storelocator-buttons .fa-arrow-right:before {
	content: "\e55b";
}

.storelocator-btn-primary .fa-arrows:before {
	content: "\eacd";
}

#storelocator-search-label, #search_radius_text, #storelocator-filter_text, #storelocator-category_text, #storelocator-filter_checkbox_text, #storelocator-category_checkbox_text {
    color: #051179 !important;
}

#storelocatorwidget .storelocator-storename, #storelocator-search-label {
	  text-transform: uppercase;
    color: #0c3471 !important;
}

#storelocatorwidget .storelocator-store {
	font-weight: bold;
}

.storelocator-logo {
	display: none;
}

#storelocatorwidget-container #storelocator-nearby {
  height: 50px;
  margin-left: 0;
}

#storelocatorwidget-container .aa-Input {
	border: none;
	border-radius: 0 20px 20px 0;
	height: 44px;
 }

#storelocatorwidget-container #storelocator-search_combined {
  margin-top: 0;
  margin-bottom: 10px;
}

#storelocatorwidget-container #storelocator-filter_checkbox_text {
	margin-right: 16px;
}

#storelocator-filter_checkbox_box .storelocator-checkbox {
	margin-right: 10px;
}

#storelocator-filter_checkbox_box .storelocator-checkbox-primary input[type="checkbox"]:checked + label::before {
	background: var(--color-brand1-500);
	border-color: var(--color-brand1-500);
	font-size: 16px;
	color: #ffffff;
}

#storelocator-filter_checkbox_box .storelocator-checkbox-primary input[type="checkbox"]:checked:hover + label::before{
	background-color: var(--color-brand1-500);
	border-color: #1F2937;
}

#storelocator-filter_checkbox_box .storelocator-checkbox-primary input[type="checkbox"]:hover + label::before{
	background-color: var(--color-brand1-50);
	border-color: #1F2937;
}

#storelocator-filter_checkbox_box .storelocator-checkbox-primary input[type="checkbox"]:checked + label::after {
	display: none;
}

@media screen and (min-width: 768px) {
	#storelocator-filter_checkbox {
		display: flex;
    align-items: center;
	}
	
	#storelocator-filter_checkbox #storelocator-filter_checkbox_text {
		padding-bottom: 0;
	}
	
	#storelocator-filter_checkbox .storelocator-filter_checkbox_span {
		margin-right: 0;
    width: fit-content;
	}
}

#storelocatorwidget .storelocator-store {
	border-radius: 20px;
	border-color: var(--color-brand1-100);
}

@media screen and (max-width: 767px) {
	#storelocatorwidget #storelocator-nearby {
		width: 100%;
	}
}