/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.store-map .asl-cont .sl-container {
	padding-left: 0;
	padding-right: 0;
}
.sl-main-cont .sl-addr-sec {
	background-color: #F4F6FF;
	border: 1px solid #d1d7f4;
}
.store-map #asl-storelocator.asl-cont.asl-template-4 .asl-wrapper .asl-top-area .Filter_section .asl-advance-filters .asl-ddl-filters.asl-tabs-ddl ul.adropdown-menu.multiselect-container>li>a>label.checkbox{
	background-color: #D1DBFF;
}
.store-map .asl-cont .asl-top-area .pol-md-6,
.store-map .asl-cont .asl-top-area .pol-lg-6 {
	flex: 0 0 100%;
    max-width: 100%;
	width: 100%;
}
.store-map .Filter_section {
	margin-bottom: 25px;
	display: flex;
    flex-direction: row;
}
.store-map .Filter_section .search_filter {
	width: 100%;
	margin-right: 10px;
}
.store-map .asl-filter-top-title,
.store-map .Num_of_store {
	display: none !important;
}
.store-map .asl-map {
	min-height: 400px;
}

@media (max-width: 580px) {
	.store-map .Filter_section {
		flex-direction: column;
		margin-bottom: 10px;
	}
}