.flex-container {
  display: flex;
  flex-wrap: wrap; /* Wrap children to the next line if needed */
}
.nav-tabs {
    border: none !important;
    display: none;
}

.hideMe {
    display: none;
}

.half-width-1 #nonActiveListTitle{
    padding-bottom: 12px;
}

.shopListHeader{
    width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
.full-width {
  flex: 1 0 100%; /* Take up full width */
  padding: 15px;
  text-align: left;
}

.half-width-1 {
  flex: 1 0 50%; /* Take up half of the available width */
  padding: 10px;
  text-align: left;
  padding: 30px 0 2px 12px;
  font-size: 22px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.half-width-2 {
    flex: 1 0 50%; /* Take up half of the available width */
    padding: 5px 10px 2px 0;
    text-align: right;
}

.full-width #search_term{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #969696;
    border-color: transparent;
    border-bottom: 1px solid #ddd;
    cursor: default;
    display: none;
}
.icon-location-02{
    font-size: 20px;
    text-decoration: none;
}
.greenIcon{
    color: green;
}
.resultTitle{
    font-size: 20px;
    font-weight: bold;
}
.shopSortSelector{
    width: 320px;
    float: right;
}


.nav>li>a>.showMap {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0px;
    cursor: pointer;
    text-decoration: underline !important;
}
.locationSearcher{
    font-style: italic;
    font-weight: 400;
}
#officeAmount {
    float: right;
    padding: 3px 0;
    height: 30px;
}

@media screen and (max-width: 641px) {
    .shopListHeader{
        width: 100%;
    }
    .full-width #search_term {
        font-size: 20px;
    }
    .resultTitle {
        font-size: 18px;
    }
    .shopListHeader {
        flex-direction: column;
        justify-content: inherit;
        align-items: inherit;
    }
    .half-width-1 {
        order: 2;
    }
    .half-width-2 {
        order: 1;
        padding: 0 8px 0 8px;
        
    }
    .shopSortSelector {
        width: 100%;
    }
    menu{
        margin: 0;
        padding: 0;
    }

    menu select{
        text-align-last: center;
    }

    .full-width,
    .half-width-1,
    .half-width-2{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1399px) {
    .shopListHeader{
        width: 100%;
    }
}