/** Stores **/
#stores .store-content {padding-bottom: 30px;}
#stores .store-content-select {padding-top: 30px;}
#stores .store-title {margin-bottom: 16px;}
#stores #stores_loader {display: none;margin-left: 5px;}
#stores #stores-table {display: none;}
#stores #stores-table th, #stores #stores-table tbody td {padding: 20px;text-align: left;border-bottom: 1px solid #e4e4e4;}
#stores #stores-table tbody td.name span {padding-left: 15px; }   
@media (max-width: 767px) {
  #stores #stores-table tbody td.name span {padding-left: 0px;display: block;}  
  #stores #stores-table tbody tr {display: block;border: 1px solid #e4e4e4;margin-bottom: 30px;}
}
#stores #map {width: 100%;height: 447px;margin-bottom: 26px; }
#stores #stores_loader {display: none;margin-left: 5px;}
.store-image img {width: 100%;min-width: 100px;}
