.max-w750{
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bold {
    font-weight: bold;
}
.store-empty{
    text-align: center;
    margin: 0 auto;
}






.type-filter.nav-inline{
    list-style: none;
}
.type-filter.nav-inline li{
    display: inline-block;
    padding: 10px 15px;
}

.store-form .search{
    width: 220px;
    height: 35px;
    padding: 0 35px 0 8px;
    font-size: 13px;
    border: none;
    border-radius: 0px 0px 4px 4px;
    border-bottom: 1px solid #A8DDF5;


    
}

.store-form button{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    border: none;
    background: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.store-form fieldset {
    border: none;
   
}

.store-form fieldset label{
    display: inline-block;
    padding: 15px 5px;
}

ul.store-locator li{
    list-style: none;
}


.store-locator{
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.store-locator .item {
    margin-bottom: 30px;
    display: block;
    background-color: #F8F8F8;
    padding: 40px 25px;
    position: relative;
    /* cursor: pointer; */
    height: 225px;
}

.store-locator .item .item-inner {
    overflow: hidden
}

.store-locator .item .item-inner .thumb {
    border-radius: 6px;
    float: left;
    margin-right: 20px;
    width: 170px
}

.store-locator .item .item-inner .title {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #0056B8;
}

.store-locator .item .item-inner .desc {
    color: #1E1E1E
}

.store-locator .item .item-inner .divtext {
    overflow: hidden
}

.store-locator .item .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -25px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    opacity: 0
}

.store-locator .item:hover .btn {
    opacity: 1
}

.store-locator .item .badge{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    font-size: 80%;
    padding: 5px 10px;
    /* border-radius: 15px; */
}

.store-locator .item .address{
    min-height: 40px;
    font-size: 90%;
    font-style: italic;
}

.store-locator .item .phone,
.store-locator .item .city{
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .store-locator .item {
        text-align:center
    }

    .store-locator .item .item-inner .thumb {
        float: none;
        margin: 0 auto 10px auto
    }

    .store-locator .item .btn {
        right: 0;
        opacity: 1
    }
}
