.devvn_localstore_wrap,
.devvn_localstore_wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: inherit;
}
div#localstore_maps {
    width: 100%;
    height: 600px;
}
.devvn_localstore_wrap {
    position: relative;
    overflow: hidden;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.localstore_maps {
    z-index: 2;
    position: relative;
    padding-left: 40%;
    transition: all .3s ease;
}
.localstore_search_wrap {
    width: 40%;
    position: absolute;
    height: 100%;
    background: #fdfdfd;
    z-index: 10;
    border-right: 1px solid #eee;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}
.localstore_search_results {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    flex: 1;
}
.localstore_search_results::-webkit-scrollbar {
    width: 6px;
    background: #f1f1f1;
}
.localstore_search_results::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.localstore_search_results::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c1c1c1;
}
.localstore_searchbox {
    background: #f3f3f3;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.dvls_flex {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}
.dvls_flex_box {
    display: flex;
    max-width: 50%;
    flex-basis: 50%;
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;
}
.dvls_col_2 {
    max-width: 50%;
    flex-basis: 50%;
}
.dvls_col_full {
    max-width: 100%;
    flex-basis: 100%;
}
form#localstore_search_form {
    margin: 0;
}
.devvn_localstore_wrap input[type="text"] {
    width: 100%;
    outline: none;
    padding: 0 40px 0 15px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 4px;
    background: rgba(255,255,255,0.5);
    font-size: 14px;
    margin: 0;
    box-shadow: none;
    transition: all 0.2s ease;
}
.devvn_localstore_wrap input[type="text"]:focus {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.devvn_localstore_wrap button.btton_submit {
    position: absolute;
    right: 5px;
    height: 40px;
    border: 0;
    background: transparent;
    overflow: hidden;
    width: 40px;
    cursor: pointer;
    min-height: auto;
    outline: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.devvn_localstore_wrap select {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 4px;
    background: rgba(255,255,255,0.5) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAVklEQVQImX3KQQ3AIBBE0bkjBTHIwUF9sBI2+4VgAwscyqUH0tD+ZC6TJ6AD98+63D0D4wMMd8+SJKAA8wUmULQXEXVHEVF1CmgPakcgSWaWgMvM0v4v8Btn7NLEpSUAAAAASUVORK5CYII=") right 12px center no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    padding: 0 30px 0 12px;
    font-size: 14px;
    outline: none;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.devvn_localstore_wrap select:focus {
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
}
.localstore_box {
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}
.localstore_box:hover {
    background-color: #fafafa;
}
.localstore_box.active {
    background-color: #f0f7f4;
    border-left: 4px solid var(--second-color, #0078A8);
    padding-left: 11px;
}
.localstore_img {
    width: 29%;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
}
.localstore_img img {
    width: 100%;
    height: auto;
    display: block;
}
.localstore_info {
    overflow: hidden;
}
.localstore_info_name > strong {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0 0 8px 0;
    color: #333;
}
.localstore_info > ul {
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
}
.localstore_info > ul li {
    margin: 0 0 6px 0 !important;
    position: relative;
    padding: 0 0 0 25px;
    color: #666;
    font-size: 13px;
}
.localstore_info > ul li i.fas,
.localstore_info > ul li i.fa {
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--primary-color, #FDCC0C);
    font-size: 14px;
    width: 16px;
    text-align: center;
}
.localstore_action a {
    text-decoration: none;
    margin-right: 10px;
    color: var(--second-color, #0078A8);
    outline: none !important;
    font-size: 13px;
    font-weight: 600;
}
.localstore_action a:hover {
    color: var(--primary-color, #FDCC0C);
}
.localstore_action a.localstore_btn {
    text-decoration: none;
    display: inline-block;
    padding: 5px 12px;
    background: var(--primary-color, #FDCC0C);
    color: #333 !important;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.localstore_action a.localstore_btn:hover {
    opacity: 0.9;
}
.localstore_search_count {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-align: center;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    background: #fdfdfd;
}
.localstore_search_results > p {
    padding: 15px;
    margin: 0;
    color: #888;
    text-align: center;
}

/* Loading overlay */
.localstore_loading {
    position: relative;
    pointer-events: none;
}
.localstore_loading:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.localstore_loading:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid var(--second-color, #0078A8);
    border-top-color: transparent;
    animation: localstore_spin 0.8s linear infinite;
    z-index: 1000;
}
@keyframes localstore_spin {
    to { transform: rotate(360deg); }
}

/* Leaflet Popup overrides to match demo style */
#localstore_maps .leaflet-popup-content-wrapper {
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(0,0,0,0.15);
}
#localstore_maps .leaflet-popup-content {
    width: 420px !important;
    margin: 0 !important;
}
#localstore_maps .leaflet-popup-content .localstore_box {
    border-bottom: 0;
    padding: 10px !important;
}
#localstore_maps .leaflet-popup-content .localstore_img {
    width: 30%;
}
#localstore_maps .leaflet-popup-content .localstore_info_name > strong {
    font-size: 14px;
}

/* Marker scaling fix */
#localstore_maps img.leaflet-marker-icon {
    max-width: none !important;
    max-height: none !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .localstore_search_wrap {
        width: 100%;
        position: relative;
        height: auto;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
    .localstore_maps {
        padding-left: 0;
    }
    div#localstore_maps {
        height: 450px;
    }
    .localstore_search_results {
        max-height: 350px;
    }
    .localstore_search_results.hide_mobile {
        display: none;
    }
    .localstore_search_results.show_mobile {
        display: block !important;
    }
}
@media (max-width: 600px) {
    .localstore_img {
        width: 30%;
        margin-right: 12px;
    }
    .localstore_info_name > strong {
        font-size: 14px;
    }
    #localstore_maps .leaflet-popup-content {
        width: 280px !important;
    }
    div#localstore_maps {
        height: 350px;
    }
}

.fas.fa-map-marker-alt:before {
	content: "";
    font-family: fontawesome;
}
.fas.fa-clock:before {
	content: "";
    font-family: fontawesome;
}
.fas.fa-envelope:before {
	content: "";
    font-family: fontawesome;
}
.fas.fa-phone-alt:before {
	content: "";
    font-family: fontawesome;
}
.fas.fa-search:before {
	content: "";
    font-family: fontawesome;
}
.localstore_info ul li {
	color: #111;
}
img.leaflet-marker-icon {
	width: 30px !important;
	height: auto !important;
		
}