.c-store-detail-tab__top-row .hero-img {
margin-bottom: 16px;
width: 100%;
}

.c-store-detail-tab__top-row img {
border: 0;
}

.c-store-detail-tab__top-row img {
vertical-align: middle;
max-width: 100%;
}

.c-store-detail-tab__top-row .thumb-img {
margin-left: -15px;
}

.c-store-detail-tab__top-row .thumb-img li {
list-style: none;
float: left;
margin-left: 16px;
margin-bottom: 14px;
cursor: pointer;
border-bottom: 4px solid transparent;
transition: all 0.3s ease;
width: 43px;
height: 42px;
}

.c-store-detail-tab__top-row .thumb-img li img {
height: 39px;
width: 43px;
}

.c-store-detail-tab__top-row .thumb-img li.active {
border-bottom-color: #92bc02;
}

.location-details .md {
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  .location-details .md > .hd {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #03324c;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.about-md > .bd {
    line-height: 24px;
}

.table-row {
    display: table-row;
}

.table, .table-auto {
    display: table;
}

.table {
    width: 100%;
}

ul.table-row>li {
    display: table-cell;
    float: none;
}

.location-details .bd > ul > li {
    list-style: none;
    margin-bottom: 3px;
    width: 33.333333333333333%;
    padding: 3px 10px 3px 0;
    vertical-align: middle;
}

.location-details .bd a, .location-details .bd .psb-item {
    color: #36bae2;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: inline-block;
    line-height: 1em;
}

.md.member-ship-md {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.member-ship-md .bd {
    margin-bottom: 65px;
}

.member-ship-md .bd li {
    float: left;
    list-style: none;
    width: 100px;
    margin-right: 20px;
}

.location-details .bd a {
    color: #36bae2;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: inline-block;
    line-height: 1em;
}

.promo {
    position: relative;
    margin-bottom: 20px;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}