/**** LIST PAGE ****/

.storelocator-list .storelocation-list-item {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.storelocator-list .storelocation-list-item .storelocation-box {
    width: 25%;
    float: left;
}

.storelocator-list .storelocation-list-item h3 {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 20px;
}

.storelocator-list .storelocation-list-map {
    width: 80%;
    display: inline-block;
}

.storelocator-list .storelocation-box {
    margin-top: 30px;
    padding-left: 5px;
    min-height: 150px;
}

.storelocator-list .mapbox {
    text-align: center;
    margin-top: -24px;
    margin-right: -20px;
}

.storelocator-list .storelocation-email a,
.storelocator-list .storelocation-web a {
    word-wrap: break-word;
}


/**** VIEW PAGE ****/

.storelocator-view .page-title.storelocation-title {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 40px;
}

.storelocator-view .storelocation-left {
    width: 48%;
    float: left;
}

.storelocator-view .storelocation-right {
    width: 48%;
    float: right;
}

.storelocator-view .form-add {
    float: left;
    clear: both;
    margin-top: 20px;
}

.storelocator-view .storelocation-box {
    padding-left: 20px;
    padding-bottom: 20px;
}

.storelocator-view .storelocation-row {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.storelocator-view .storelocation-map {
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.storelocator-view .storelocation-image,
.storelocation-image img {
    max-width: 100%;
    text-align: center;
}

.storelocator-view .storelocation-image img {
    display: inline-block;
}


/**** COMMENTS SECTION ****/

.storelocator-view #storelocation-reviews .pager {
    float: right;
    overflow: hidden;
    width: 100%;
    text-align: right;
    margin-top: -50px;
}

.storelocator-view #storelocation-reviews .pager .count-container {
    float: right;
}

.storelocator-view .plugincompany-storelocator-storelocation-view #storelocation-reviews h2 {
    display: none;
}

.storelocator-view .commentlist {
    float: left;
    clear: both;
    width: 100%;
}

.storelocator-view .commentlist .author {
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

.storelocator-view .storecomment {
    border: 1px solid #eee;
    padding: 1%;
    width: 97%;
    float: left;
    position: relative;
    margin: 5px;
    margin-left: 2px;
}

.storelocator-view .commentcontent {
    padding: 5px;
}

.storelocator-view .commentlist p.commenttitle {
    font-weight: bold
}


/** Responsive css **/

@media only screen and (max-width: 1000px) {

    .storelocator-list .mapbox {
        margin-top: 0px;
    }

    #loc-list {
        display: none;
    }

    #store-locator-container #map {
        width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {

    .storelocation-view .storelocation-left,
    .storelocation-view .storelocation-right {
        width: 98%;
        margin: 1%;
        clear: both;
    }

    .storelocator-list .mapbox {
        margin-top: 30px;
        padding-right: 30px;
    }

    .storelocator-list .storelocation-list-item .storelocation-box {
        width: 50%;
    }
}

@media only screen and (max-width: 770px) {
    .storelocator-view #storelocation-reviews .pager {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 500px) {
    .storelocator-view .form-add {
        width: 100%;
        padding-left: 25px;
    }

    #comment-form {
        display: block;
        width: 100%;
    }
    #comment-form input,
    #comment-form textarea {
        width: 95% !important;
    }

    .selectivity-multiple-selected-item{position: static!important;}
}

/*  STORE LOCATOR */
.gm-style a,
.gm-style div,
.gm-style label,
.gm-style span {
    font-family: Arial, Helvetica, sans-serif
}

.bh-sl-error {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #ae2118;
    font-weight: 700
}

.bh-sl-container {
    color: #333
}

.bh-sl-container .jumbotron {
    padding-top: 30px
}

.bh-sl-container .form-input input,
.bh-sl-container .form-input label,
.bh-sl-container .form-input select {
    margin-right: 10px
}

.bh-sl-container .bh-sl-loading {
    float: left;
    margin: 4px 0 0 10px;
    width: 16px;
    height: 16px;
    background: url(../img/ajax-loader.gif) no-repeat
}

.bh-sl-container .bh-sl-filters-container {
    clear: both;
    width: 100%;
    margin: 15px 0
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    list-style: none;
    float: left;
    padding: 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    margin: 5px 0
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
    display: inline
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
    display: block;
    float: left;
    margin: 2px 8px 2px 0
}

.bh-sl-container .bh-sl-map-container {
    margin-top: 27px
}

.bh-sl-container .bh-sl-map-container a {
    color: #607e9a;
    text-decoration: underline
}

.bh-sl-container .bh-sl-map-container a:active,
.bh-sl-container .bh-sl-map-container a:hover {
    text-decoration: underline
}

.bh-sl-container .bh-sl-loc-list {
    height: 530px;
    overflow-x: auto;
    position: relative;
    font-family: "Crimson Text";
}

.bh-sl-container .bh-sl-loc-list ul {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.bh-sl-container .bh-sl-loc-list ul li {
    display: block;
    clear: left;
    float: left;
    margin: 3% 4%;
    cursor: pointer;
    width: 92%;
    border: 1px solid #fff
}

.bh-sl-container .bh-sl-loc-list .list-label {
    float: left;
    margin: 0;
    padding: 0;
    width: 32px;
    border-radius: 0%;
    line-height: 32px;
    height: 28px;
    text-align: center;
    background: #607e9a;
    color: #fff;
    font-weight: 700
}

.bh-sl-container .bh-sl-loc-list .list-details {
    float: left;
    margin-left: 8px;
    width: calc(100% - 40px);
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
    padding: 0;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    font-weight: 700;
    font-style: italic;
    color: #8e8e8e
}

.bh-sl-container .bh-sl-loc-list .list-focus {
    background:#f4f4f4 !important;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
    width: 100%;
    height: 20px;
    position: relative
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    top: 0;
    right: 6px
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: 700;
    color: #607e9a
}

.bh-sl-container .loc-name {
    color: #607e9a;
    font-weight: 700;
    line-height: 32px;
}

.bh-sl-container .bh-sl-map {
    height: 530px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
    z-index: 2;
    position: relative;
}

.bh-sl-container .bh-sl-pagination-container {
    clear: both
}

.bh-sl-container .bh-sl-pagination-container ol {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 10px 0
}

.bh-sl-container .bh-sl-pagination-container ol li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font: 700 14px Arial, Helvetica, sans-serif;
    color: #607e9a;
    text-decoration: underline
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    color: #333;
    cursor: auto;
    text-decoration: none
}

.bh-sl-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url(../img/overlay-bg.png) repeat
}

.bh-sl-overlay .bh-sl-modal-window {
    position: absolute;
    left: 50%;
    margin-left: -460px;
    margin-top: 60px;
    width: 920px;
    height: 590px;
    z-index: 10010;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 22px
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
    top: -6px;
    right: -6px
}

.bh-sl-close-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #2c2c2c url(../img/close-icon.png) 3px 3px no-repeat;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 3px #656565
}

.bh-sl-container .bh-sl-loc-list ul li {
    display: block;
    clear: left;
    float: left;
    margin: 3% 0%;
    cursor: pointer;
    width: 100%;
    border: 0;
    background: none !important;
    margin-left: 0px;
}

#bh-sl-address,
#bh-sl-maxdistance {
    width: 100%;
    max-width: unset;
    height: 40px;
    margin: 0;
    padding: 4px 8px;
    border-radius: 0;
    border: 1px solid #c3c3c3;
    outline: 0;
    color: #333333;
    font-family: "Crimson Text";
}

#bh-sl-maxdistance {
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' style='background-color:%23ffffff00'%3E%3Cpath fill='%23111' d='M8 11.797L.86 4.64l-.704.704L8 13.204l7.86-7.86-.704-.703L8 11.8z'/%3E%3C/svg%3E");
    background-position: right 8px center;
    background-repeat: no-repeat;
}

#bh-sl-submit {
    display: block;
    box-sizing: border-box;
    margin-top: 16px;
}

#bh-sl-search {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #eeeeee;
    color: #5e5e5e;
    display: block;
    font-family: arial, sans-serif;
    font-size: inherit;
    padding: 10px;
    width: 95%;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    height: 46px;
}

.form-input {
    position: relative
}

.bh-sl-directions-panel {
    width: 80%;
}

@media(min-width:1100px) {
    .bh-sl-loc-list {
        width: 26%;
        float: left
    }

    .bh-sl-map {
        width: 74%;
        float: right
    }
}

@media(max-width:1099px) {
    .bh-sl-loc-list {
        float: right;
        width: 100%;
    }

    .bh-sl-map {
        float: right;
        width: 100%;
    }
}

.nodirections {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
    width: 95%;
    box-sizing: border-box;
    border: 1px solid #efefef;
    margin: 4px;
}

.locatordesc {
    margin-bottom: 20px;
}

.adp-substep {
    max-width: 190px;
}

.bh-sl-directions-panel {
    overflow-x: hidden;
}


.store_attributes {
    width: 100%;
    border-collapse: collapse;
}

.store_attributes td {
    padding: 6px;
    width: 50%;
}

.store_attributes,
.store_attributes tr,
.store_attributes td {
    border: 1px solid #efefef;
}

.bh-sl-filters {
    overflow-y: auto;
    float: none !important;
    vertical-align: top;
    display: inline-block;
    min-width: 75px;
    width: 160px;
    margin: 0px;
}

.bh-sl-filters-container {
    background: white;
    border: 1px solid #efefef;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.storelocation-list-container i,
.storelocation-view i {
    margin-right: 5px;
    color: #FF9893;
}

.storelocation-view i {
    margin-left: -10px;
}

.storelocation-list-container i {
    margin-left: -5px;
}

input.form-control-rating {
    visibility: hidden;
}

.starrr {
    display: inline-block;

}

.starrr i {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #ffd119;
    margin: auto;
}

.print-directions {
    color: #494949 !important;
    font-size: 21px;
    right: 33px;
    cursor: pointer;
    position: absolute;
    top: -7px;
}

#storeLocatorWrapper,
div.off-canvas-wrapper
 {
    -webkit-overflow-scrolling:initial!important;
}