#columns{
  padding-left: 0;
  padding-right: 0;
}

#center_column{
    padding-left: 0;
    padding-right: 0;
}

#stores #map {
    width: 100%;
    height: 500px;
    margin-bottom: 26px;
}

#stores input#addressInput {
    display: inline-block;
    width: 269px;
    height: 50px;
    margin-bottom: 15px;
}

#stores .address-input {
    float: left;
    margin-right: 19px;
}

@media (max-width: 767px) {
    #stores .address-input {
        width: 100%;
    }
}

#stores label[for="addressInput"], #stores label[for="radiusSelect"] {
    margin-right: 5px;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #efefef;
    font-family: 'Saira Condensed', Arial, sans-serif;
    font-weight: 700;
    margin-right: -1px;
    margin-bottom: 15px;
}

#stores .radius-input {
    float: left;
    line-height: 50px;
    margin-right: 20px;
    height: 50px;
}

#stores .radius-input label,
#stores .radius-input .selector {
    float: left;
}

#stores .radius-input #radiusSelect {
    height: 50px;
    margin-bottom: 15px;
}

#stores .store-content {
}

#stores .store-content div button {
    height: 50px;
    margin-bottom: 15px;
}

#stores .store-content-select .selector {
    visibility: hidden;
    display: none;
}

#stores .store-content-select.active {
    padding-top: 30px;
    margin-bottom: 30px;
}

#stores .store-content-select.active .selector {
    visibility: visible;
    display: block;
}

#stores .store-title {
    margin-bottom: 16px;
}

#stores #stores_loader {
    display: none;
    margin-left: 5px;
}

#stores #locationSelect {
    max-width: 356px;
    visibility: hidden;
    height: 50px;
    margin-bottom: 15px;
}

#stores #stores-table {
    display: none;
}

#stores #stores-table tbody td {
    padding: 20px;
}

#stores #stores-table tbody td.num {
    background: #fbfbfb;
    width: 46px;
}

#stores #stores-table tbody td.name span {
    padding-left: 15px;
}

@media (max-width: 767px) {
    #stores #stores-table tbody td.name img {
        display: none;
    }
}

.store-image img {
    width: 100%;
    min-width: 100px;
}

#stores .store-content-select {
    text-align: left;
}

#stores #stores-table img {
    max-width: 120px
}

#stores .columns-container > .container {
    max-width: 100% !important;
    padding-top: 0;
}

#stores .columns-container > .container > .row {
    margin: 0 !important;
}