.store-tabs h3 {
    font-size: 1.5em;
    text-transform: uppercase;
}

.store-tabs img.img-responsive {
    width: 100%;
    height: auto;
}

/* Tabbar Styles */
.store-tabs ul.nav.nav-tabs {
    margin-bottom: 20px;
}

.store-tabs ul.nav.nav-tabs li {
    width: 25%;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: relative;
}
.store-tabs ul.nav.nav-tabs li:last-child {
    border-right: 1px solid #ddd;

}

.store-tabs ul.nav.nav-tabs li a {
    border-radius: 0;
    border: none;
    color: #333333;
    margin: 0;
}
@media (max-width:480px) {
    .store-tabs ul.nav.nav-tabs li a {
        font-size: .7em;
        min-height: 40px;
        padding: 12px 0 0;
    }
}


.store-tabs ul.nav.nav-tabs li a:hover {
    background-color: #FBFBFB;
}

.store-tabs ul.nav.nav-tabs li.active a {
    background: #EF3F3B;
    color: white;
}

.store-tabs ul.nav.nav-tabs li.active::before {
    content: "\f0d7";
    position: absolute;
    z-index: 999;
    color: #EF3F3B;
    bottom: -24px;
    font-family: FontAwesome;
    font-size: 32px;
}
@media (max-width:480px) {
    .store-tabs ul.nav.nav-tabs li.active::before {
        left: 40%;
    }
}
.store-map-a-tag {
    display: block;
    text-align: center;
}

/* Style for the Alphabet tabs */
ul.tab_link li {
    display: inline-block;
    padding: 5px;
}

ul.tab_link {
    border: 1px solid #303030;
    padding: 0;
}

ul.tab_link li a {
    font-weight: bold;
    color: #303030;
    padding: 2px 7px;
    display: block;
}

ul.brandlist {
    padding: 0;
    float: left;
    width: 19%;
    margin-top: 12px;
}

ul.brandlist:first-child {
    margin-left: 0%;
}

ul.tab_link li a:active,ul.tab_link li a:focus{
    text-decoration: none;
}

ul.tab_link li a.on {
    background: #EF3F3B;
    color: #fff;
}

/* Style for the Tab Content */
.tab_content table.table {
    margin-top: 30px;
    border-top: 2px solid #303030;
    text-align: center;
}

.tab_content table.table a {
    color: #666;
    cursor: pointer;
}

.tab_content table.table thead {
    text-align: center;
}

.tab_content table.table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
}
.mobile-container-details p {
    margin-top: 20px;
}

/* list responsive */
@media (min-width: 767px) {
    .mobile-container-details {
        display: none;
    }
}
@media (max-width: 767px) {
    #brandsLocationTable th:not(:nth-child(2)), #brandsLocationTable td:not(:nth-child(2)) {
        display: none;
    }
}


/* Style for pagination links */
p.pagination-holder a {
    display: inline-block;
    margin: 0px 5px;
    color: #F26562;
    padding: 0px 8px;
    font-size: 1.2em;
}
p.pagination-holder a.active {
    cursor: default;
    color: #fff;
    background: #EF3F3B;
}
span.sublocations {
    display: block;
    padding-bottom: 10px;
}