﻿.blue-location-row {
    background-color: var(--wtw-background-blue);
    display: inline-flex;
    width:100%;
    margin-bottom: 1em;
}
.location-row {
    display: inline-flex;
    width: 100%;
    margin-bottom: 1em;
}
.location-title {
    font-weight: bold;
    color: var(--wtw-blue);
    font-size: 17px;
    font-family: Hind;
    padding-top: 12px;
    cursor: pointer;
}
.location-image-store img{
    border-radius: 5%;
    border:none;
    height:100%;
    max-height:125px;
    max-width:140px;
   
}
.location-image-store {
margin-right: 1em;
}
.location-main-info {
    margin-left:3em;
    text-transform: uppercase;
}
.location-add p {
    margin-bottom: .1em;
}
.location-add-2 p {
    margin-bottom: 2.5em;
}
.location-icons {
height:100%;
padding-top: 1.5em;
text-align:center;
display:inline;
}
.location-icons img{
    margin-left:1em
}

@media only screen and (max-width: 600px) {


    .location-region h4 {
        margin-left: 10px;
    }

    .location-image-store img {
        border-radius: 5%;
        border: none;
        height: 100%;
        max-height: 100px;
        max-width: 140px;
    }

    .location-image-store {
        display: none;
        margin-right: .2em;
    }

    .location-main-info {
        margin: 5px 5px -15px 20px;
        text-transform: uppercase;
    }

    .location-add p {
        margin-bottom: .1em;
    }

    .location-add-2 p {
        margin-bottom: 2.5em;
    }

    .location-icons {
        height: 100%;
        padding-top: 1.5em;
        text-align: center;
        display: inline;
    }

        .location-icons img {
            margin-left: .15em
        }

}

    .cnttxt-text {
        margin-left: 2em;
    }

    h3 {
        font-size: 24px;
        text-transform: uppercase;
    }

    .bottom-text {
        max-width: 380px;
        margin-left: 1em;
        margin-bottom: 1em;
    }
}
.col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
h4 {
text-transform: uppercase;
}
.invisible2 h1 {
font-size: 58px;
visibility:hidden;
}
.market-select {
    background-color: var(--wtw-medium-cool-gray);
    padding: 15px 15px 15px 33px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.market-select form-select{
    width:auto;
}
.filter-header {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-color: var(--wtw-blue);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.filter-select {
    padding: 20px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--wtw-background-blue);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--wtw-dark-gray);
}
    .filter-select label {
        margin-top: 13px;
        line-height: 24px;
        margin-top: 20px;
        font-family: Hind, sans-serif;
        font-size: 18px;
    }
.filter-select input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 0px;
}
.col-6 fieldset {
margin-right: 2px;
}
.icon-row {
    margin: 14px 12px -25px 20px;
    justify-content: center;
    display: flex;
}
.ind-icon {
  
   
}
.fs-hidden 
{
    display:none;
}

.swapLocation button {
    text-transform: uppercase;
    margin: 0px 5px;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: var(--wtw-deep-blue);
    text-decoration: underline;
    text-align: right;
    border:none;
    background: white;
}

.swapLocation .active button {
    font-weight: bold;
    text-decoration: none !important;
    color: var(--wtw-blue) !important;
}
.swapLocation {
    text-align:right;
}

.service-select {
    margin: -5px 0px 10px 15px;
}