.wpslm_link { color: #4e74b9; }

.wpslm_container { width: 100%; position: relative; }
.wpslm_container:after { content: ''; overflow: hidden; width: 100%; clear: both; }
.wpslm_container .loading { display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('../img/loading.gif') center no-repeat #fff; border: solid 1px #f0f0f0; z-index: 1; }

.wpslm_container .wpslm_stores {
	display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; display: flex;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.wpslm_container .wpslm_stores .wpslm_map { width: 66.6667%; height: 480px; position: relative; }
.wpslm_container .wpslm_stores .wpslm_info { overflow: hidden; width: 33.3333%; height: 480px; position: relative; }
.wpslm_container .wpslm_stores .wpslm_info .loading { border: none; }

.wpslm_container .wpslm_stores .wpslm_list { overflow-x: hidden; overflow-y: scroll; width: 100%; height: 100%; }
.wpslm_container .wpslm_stores .wpslm_list table { width: 100%; border: none; border-collapse: collapse; border-spacing: 0; }
.wpslm_container .wpslm_stores .wpslm_list table td { padding: 15px 20px; font-size: 13px; line-height: 1.4; border: none; border-bottom: solid 1px #e0e0e0; }
.wpslm_container .wpslm_stores .wpslm_list table td.address { font-weight: bold; }
.wpslm_container .wpslm_stores .wpslm_list table td.directions { width: 72px; }

.wpslm_container .wpslm_search { margin-bottom: 12px; padding: 15px 0; text-align: center; background: #f3f3f3; }
.wpslm_container .wpslm_search .item { display: inline-block; margin: 6px 24px; }
.wpslm_container .wpslm_search .item label { font-weight: bold; margin-right: 10px; }
.wpslm_container .wpslm_search .item input, .wpslm_container .wpslm_search .item .nice-select { height: 36px; font-size: 13px; color: #000; border: solid 1px #000; border-radius: 3px; }
.wpslm_container .wpslm_search .item input { width: 180px; padding: 0 8px; }
.wpslm_container .wpslm_search .item input.error { border-color: #a20000; }
.wpslm_container .wpslm_search .item .nice-select { display: inline-block; width: 140px; float: none; padding-left: 8px; line-height: 36px; }
.wpslm_container .wpslm_search .item .nice-select::after { width: 8px; height: 9px; border-right-color: #000; border-bottom-color: #000; }
.wpslm_container .wpslm_search .item .nice-select .list { width: 100%; margin-top: 1px; }
.wpslm_container .wpslm_search button {
	display: inline-block; position: relative; padding: 7px 20px; font-weight: 700; font-size: 15px; color: #fff;
	background: #eb1d47; border: none; border-radius: 30px;
}

#wpslm-map-controls { overflow: hidden; position: absolute; margin: -6px; right: 10px; bottom: 18px; z-index: 3; border-radius: 2px; }
#wpslm-map-controls .icon { display: inline-block; margin: 6px; padding: 8px 10px 8px 9px; font-size: 13px; line-height: 1; font-family: 'wpsl-fontello'; color: #777; background: #fff; }
#wpslm-map-controls .icon:hover { color: #000; }



@media screen and (max-width: 980px) {

.wpslm_container .wpslm_stores .wpslm_map { width: 100%; order: 1; }
.wpslm_container .wpslm_stores .wpslm_info { width: 100%; height: 240px; order: 2; }

.wpslm_container .wpslm_search .item-submit { display: block; }

}



@media screen and (max-width: 768px) {

.wpslm_container .wpslm_search .item { display: block; margin: 20px; }
.wpslm_container .wpslm_search .item label { display: block; margin: 0 0 6px; }
.wpslm_container .wpslm_search .item input { width: 100%; }
.wpslm_container .wpslm_search .item .nice-select { width: 100%; }

}



@media screen and (max-width: 480px) {

.wpslm_container .wpslm_stores .wpslm_list table { display: block; width: 100%; }
.wpslm_container .wpslm_stores .wpslm_list table tr { display: block; width: 100%; border-bottom: solid 1px #e0e0e0; }
.wpslm_container .wpslm_stores .wpslm_list table td { display: block; width: 100%; border: none; }
.wpslm_container .wpslm_stores .wpslm_list table td.directions { width: 100%; padding-top: 0; }

}