/* #page-header it just included for the examples */
#page-header {
    display: block;
    float: left;
    max-width: 800px;
}

#page-header .bh-sl-title {
    color: #797874;
    font: normal 20px/1.4 Arial, Helvetica, sans-serif;
}

@media (min-width: 1024px) {
    #page-header .bh-sl-title {
        font-size: 30px;
    }
}

/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-family: Arial, Helvetica, sans-serif;
}

/* InfoBubble font size */
.bh-sl-window {
    font-size: 13px;
}

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

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: none !important;
    max-width: none !important;
}

.bh-sl-container {
    box-sizing: border-box;
    color: #555;
    float: left;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
    width: 100%;
    margin: auto;
    /* Avoid issues with Google Maps and CSS frameworks */
}

.bh-sl-container > * {
    box-sizing: content-box !important;
}

.bh-sl-container .bh-sl-form-container {
    clear: left;
    float: left;
    margin-top: 15px;
    width: 100%;
}

.bh-sl-container .form-input {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .bh-sl-container .form-input {
        width: auto;
    }
}

.bh-sl-container .form-input label {
    display: block;
    font-weight: bold;
    width: 100%;
}

@media (min-width: 768px) {
    .bh-sl-container .form-input label {
        display: inline-block;
        width: auto;
    }
}

.bh-sl-container .form-input input, .bh-sl-container .form-input select {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
    margin: 15px 0;
    padding: 6px 12px 6px 5px;
    width: 100%;
    -webkit-border-radius: 4px;
}

@media (min-width: 768px) {
    .bh-sl-container .form-input input, .bh-sl-container .form-input select {
        width: auto;
        margin: 0 15px 0 10px;
    }
}

.bh-sl-container .loc-alt-dist {
    display: none;
}

.mp-store-loc-search {
    position: relative;
    width: 30%;
    margin-bottom: 15px;
}

.bh-sl-container button {
    background: #0249D3;
    border: none;
    border-radius: 4px;
    color: #0249D3;
    cursor: pointer;
    float: left;
    font: bold 14px/1.4 Arial, Helvetica, sans-serif;
    white-space: nowrap;
    -webkit-border-radius: 4px;
}

.bh-sl-container .bh-sl-loading {
    float: left;
    margin: 4px 0 0 10px;
    height: 16px;
    width: 16px;
}

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

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

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

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
    display: inline;
    vertical-align: text-bottom;
}

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

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
}

.bh-sl-container .bh-sl-map-container {
    position: relative;
    border-left: none;
    clear: left;
    float: left;
    margin-top: 27px;
    width: 100%;
}

@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-map-container {
        margin-bottom: 20px;
    }
}

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

.bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
    text-decoration: none;
}

.bh-sl-container .bh-sl-loc-list {
    background: #FFFFFF;
    font-size: 13px;
    height: 963px;
    width: 100%;
}

@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-loc-list {
        width: 30%;
    }
}

.bh-sl-container .bh-sl-loc-list ul, .mp-no-location-search-by-area {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    clear: left;
    list-style: none;
    padding: 0;
    height: 100%;
}

.mp-no-location-search-by-area {
    position: absolute;
}

.bh-sl-container .bh-sl-loc-list ul li {
    margin-bottom: 0 !important;
    /* Adding this to prevent moving li elements when adding the list-focus class*/
    box-sizing: border-box;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
}

.bh-sl-container .bh-sl-loc-list .list-label {
    background: #00192d;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    margin: 10px 0 0 15px;
    padding: 4px 7px;
    text-align: center;
    width: auto;
    min-width: 13px;
}

.bh-sl-container .bh-sl-loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 80%;
}

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

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

.bh-sl-container .bh-sl-loc-list .list-focus {
    border-left: 7px solid #0249D3;
    transition: border 0.1s linear 0s, box-shadow 0.1s linear 0s;
    background-color: #D9E4F8 !important;
}

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

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

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
    margin: 0 2%;
    /* Avoid issues with table-layout */
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
    table-layout: auto;
    width: 100%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
    vertical-align: middle;
    border-collapse: separate;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
    padding: 1px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
    margin: 10px 0;
    border: 1px solid #c0c0c0;
    padding: 5px 10px;
}

table.adp-placemark {
    border-radius: 8px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
    padding: 3px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: bold;
    margin: 15px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
    margin: 0 15px;
}

.bh-sl-container .loc-name {
    /* Picked up by both list and infowindows */
    font-size: 15px;
    font-weight: bold;
}

.bh-sl-container .bh-sl-map {
    float: right;
    height: 963px;
    width: 100%;
}

@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-map {
        width: 70%;
    }
}

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

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

#vertical_layout .bh-sl-pagination-container ol {
    margin: 15px 0 0 0;
}
.bh-sl-container .bh-sl-pagination-container ol li {
    border: 1px solid #BABFC3;
    cursor: pointer;
    display: inline-block;
    font: bold 16px Arial, Helvetica, sans-serif;
    padding: 10px;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 8px;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    background-color: #0249D3;
    color: #fff;
    cursor: auto;
}

/* Modal window */
.bh-sl-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

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

.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
    margin-top: 50px;
    /* increase map container margin */
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 1%;
    /* there's already a margin on the top of the map-container div */
    width: 98%;
}

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

.bh-sl-close-icon {
    cursor: pointer;
    height: 24px;
    position: absolute;
    width: 24px;
}

.bh-sl-close-icon:after, .bh-sl-close-icon:before {
    background: #ccc;
    content: '';
    display: block;
    height: 18px;
    margin: -3px 0 0 -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 3px;
    top: 3px;
    width: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
    background: #b3b3b3;
}

.bh-sl-close-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/************************************************ CSS for store locator **********************************/

/** list location style */
.mp.store-view {
    background: #FFFFFF !important;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.mp-store-view-info {
    float: left;
    width: 100%;
}

.mp-row-store-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: fill;
    border-radius: 5px !important;
}

.mp-row-store-img {
    float: left;
    width: 118px;
    height: 129px;
}

.mp .row-store-info {
    float: right;
    width: calc(100% - 128px);
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
    padding-left: 10px;
}

.mp .row-store-info .mp-store-name-fav {
    position: relative;
}

.row-store-info .mp-store-name span {
    font-size: 17px;
    color: #1F1F1F;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.row-store-info .store-phone {
    display: inline-block;
    width: 100%;
}

.row-store-info .store-phone .phone {
    float: left;
    width: 50%;
}

.row-store-info .store-info .store-addr .mp-main-addr {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-addr span.mp-state-addr {
    font-size: 13px;
    color: #888;
    display: block;
}

.store-addr .loc-web {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-status-Open {
    font-weight: bold;
    color: #188038 !important;
}

.store-status-Close {
    font-weight: bold;
    color: #B3261E;
}

.store-status-At {
    font-weight: bold;
    color: #0249D3;
}

.dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #555;
    border-radius: 50%;
    margin: 2px 5px;
}

.link-action {
    margin-top: 5px;
}

.link-action .mp-direction {
    padding-right: 3px;
    border-right: 1px solid #4d4c4c;
    color: #0249D3;
    margin-right: 7px;

}
.link-action .link-derection {
    text-decoration: underline;
}
.link-action .link-derection:hover {
    text-decoration: none;
}

.link-action .mp-detail-store-view {
    cursor: pointer;
}

.row-store-info .store-info-detail {
    padding: 0 10px;
}

.row-store-info .mp-collapse-store-view {
    text-align: center;
    padding: 5px 0;
}

.link-collapse::after {
    font-size: 10px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    text-align: center;
    padding-left: 3px;
}

.btn-location {
    display: block;
    background: #0249D3 !important;
    color: #fff !important;
    margin-bottom: 10px;
    margin-top: 5px !important;
    padding: 6px 18px !important;
}

.store-phone {
    margin-top: 6px;
}

.store-email, .store-web, .store-facebook, .store-twitter, .store-fax {
    margin: 6px 0;
}

.store-info-detail {
    position: absolute;
    background: #fff;
    right: -70%;
    top: 0;
    border: 1px solid #eee;
    border-radius: 0 5px 5px 5px;
    z-index: 1;
    width: 70%;
    cursor: auto;
}

.popup-store-info {
    padding: 15px;
}

.store-info-detail .mp-store-name {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}

.store-info-detail .store-addr {
    margin-bottom: 5px;
}

.store-info-detail .store-daytime {
    margin-bottom: 5px;
}

.store-daytime .hours {
    color: #000;
    font-weight: bold;
}

.store-info-detail .label {
    font-weight: bold;
    color: #000;
}

.store-info-detail .close-popup-detail {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #555;
    cursor: pointer;
}

.store-info-detail .close-popup-detail:hover {
    color: #000;
}

.store-info-detail .close-popup-detail:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 14px;
    content: '\e616';
    font-family: 'luma-icons';
}

/** css form search */
#bh-sl-user-location {
    width: 84%;
    height: 42px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #71757A;
}

#bh-sl-user-location:focus-within {
    border-color: #0249D3;
}

.form-input {
    width: calc(100% - 85px) !important;
    height: 100%;
    left: 6px;
    border-radius: 4px;
    display: inline;
    z-index: 10;
}

#bh-sl-address {
    width: 100%;
    font-size: 15px;
    margin: 0;
    height: 100%;
    border: none;
    outline: none;
}

#bh-sl-submit {
    outline: none;
    background: #fff !important;
    display: inline-block;
    height: 100%;
    width: 40px;
    padding-top: 10px;
    color: inherit;
    margin-right: 0 !important;
}

.mp-filter-radius {
    padding: 15px 15px 0;
    color: #333;
}

.mp-radius-label {
    display: inline-block;
    margin: 5px 5px 5px 0;
    font-size: 16px;
    font-weight: 600;
    width: 122px;
    position: relative;
}

.mp-filter-radius-box {
    width: 100%;
    display: inline-block;
}

.mp-filter-radius-box select {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 1pt 0.5pt #d3d3d3;
}

button#mp-location-icon {

    background: #FFFFFF;
    padding: 10px 8px 0px 12px;
}

.link-detail {
    position: relative;
    color: #0249D3;
    text-decoration: underline;
}

.link-detail p {
    position: absolute;
    font-size: 16px;
    top: -3px;
    left: 43px;
}

.mp-store-info {
    overflow: auto;
    position: absolute;
    top: 12%;
    left: 5%;
    width: 90%;
    height: 85%;
    background: #FFFFFF;
}

#bh-sl-address:focus {
    box-shadow: none !important;
}

#mp-store-loc-list {
    position: relative;
}

.mp-dialog-setting {
    width: 100%;
    background: #eee;
    top: 0;
    z-index: 100;
    border-radius: 0 5px 5px;
    position: absolute;
    left: 100%;
}

.mp-dialog-setting .btn-close-popup-filter {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.mp-dialog-setting .btn-close-popup-filter:hover {
    color: #000;
}

.mp-dialog-setting .btn-close-popup-filter:before {
    line-height: 14px;
    content: '\e616';
    font-family: 'luma-icons';
}

.mp-menu-icon {
    height: 44px;
    width: 44px;
    padding: 0 5px !important;
    position: absolute;
    top: 0;
    right: 0;
}

.mp-menu-icon img {
    padding-top: 10px;
    width: 24px;
}

    /*INFOWINDOW STYLE*/
.mp-loc-map {
    width: 195px;
}
.mp-loc-img {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.mp-loc-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.mp-loc-info {
    display: inline-block;
    line-height: 1.6;
    padding: 8px 10px;
    width: 88%;
}

.mp-loc-info .mp-loc-name {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mp-loc-info .mp-main-addr {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mp-loc-info .mp-log-view {
    font-size: 12px;
}

.gm-style-iw-ch {
    display: none;
}

button.gm-ui-hover-effect {
    position: absolute !important;
    right: 0;
    z-index: 1;
    background: #bfbfbf !important;
    border-radius: 12px;
    margin: 3px 3px 0 0 !important;
    width: 16px !important;
    height: 16px !important;
}

button.gm-ui-hover-effect span {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

.bh-sl-map .gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.bh-sl-map .gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style-iw-d .gm-iw {
    padding: 5px 10px;
}

/*STYLE DETAIL STORE LOCATION VIEW*/

.mp-back-results {
    padding: 10px 0 0 15px;
    position: relative;
}

.mp-back-results span {
    font-size: 12px;
    color: rgb(153, 153, 153);
    font-weight: 600;
    position: absolute;
    left: 45px;
}

.mp-back-results img {
    cursor: pointer;
}

.mp-detail-store-name {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.mp-detail-info {
    color: #000000;
}

.mp-detail-info-text {
    margin-left: 10px;
}

.mp-detail-info-item {
    position: relative;
    padding: 15px 0 0 15px;
}


.item img {
    width: 100%;
    height: 100%;
}

.mp-detail-info hr {
    margin-left: 23px;
    margin-right: 23px;
}

.mp-detail-info h3 {
    padding-left: 16px;
}

.mp-detail-info-item .mp-detail-info-text {
    display: block;
    padding-left: 25px;
}

.mp-detail-info-item img {
    position: absolute;
}

.mpstorelocator-list-img {
    margin-top: 7px;
}


.mpstorelocator-list-img .item, #mpstorelocator-noimg-img .item {
    width: 89%;
    padding: 20px;
}

.mpstorelocator-list-img .owl-prev {
    position: absolute;
    top: 45%;
    font-size: 22px;
    color: #e4e4e4;
    left: -0px;
}

.mpstorelocator-list-img .owl-next {
    position: absolute;
    top: 44%;
    font-size: 22px;
    right: 0;
    color: #e4e4e4;
}

#mp-detail-store-open i {
    cursor: pointer;
}

.mp-openday-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mp-openday-list-value {
    float: right;
    width: 50%;
    text-align: right;
}

.mp-openday-list-value .time1, .mp-openday-list-value .time2 {
    display: block;
}

.mp-openday-list td {
    padding: 5px 10px 0 10px;
}

.mp-openday-list .mp-openday-list-title, .mp-openday-list .mp-break-list-title {
    float: left;
}

.mp-openday-list .mp-break-time {
    font-size: 1.1rem;
    position: relative;
    top: -5px;
}

.mp-font-bold td {
    font-weight: bold;
}

span.mp-detail-phone-text {
    padding-left: 35px;
}

.mp-phone-list {
    margin-left: 25px;
    width: 80%;
}

.mp-phone-list td {
    padding: 5px 10px 0 10px;
}

.mp-phone-list .mp-phone-list-title {
    width: 32%;
}

.mp-phone-list .mp-fax-title {
    width: 32%;
}

.mp-detail-phone-text i {
    cursor: pointer;
}

/*fix google autocomplete does not show up in popup*/
.pac-container.pac-logo {
    z-index: 9999;
}
.pac-container {
    border: none;
}
.bh-sl-directions-panel {
    overflow: auto;
    height: inherit;
}
/*# sourceMappingURL=storelocator.css.map */

/** css form search */
#mp-store-loc-search-by-area {
    top: 15%;
    left: 2.5%;
    border-radius: 5px;
    padding: 15px;
}

#mp-store-loc-search-by-area select, #mp-store-loc-search-by-area input {
    margin: 3px 0 10px 0;
    border: unset;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 1pt 0.5pt #D3D3D3;
    height: 35px;
}

.empty {
    color: gray;
}

.mp-country option:first-child {
    color: gray;
}

.mp-country option:not(:first-child) {
    color: #000000;
}

#mp-store-loc-search-by-area .primary button {
    margin-left: 1%;
    padding: 7px 15px;
}

button.search-by-area-btn {
    padding: 7px 20px !important;
}

button.search-by-area-btn:hover {
    background-color: #0241d3 !important;
}

button.reset-search-by-area-btn {
    background: #fff !important;
    color: #0249D3 !important;
    border: 1px solid #c2c2c2 !important;
}

button.reset-search-by-area-btn:hover {
    background: #faf7f7 !important;
}

#mp-store-loc-search-by-area .mp-store-loc-search-by-area-title {
    padding: 8px 8px 8px 0;
    color: #0249D3;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
}

.mp-store-loc-search-by-area-field label {
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.mp-store-loc-search-by-area-field-button {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.mp-store-loc-search-by-area-field-button button {
    float: none !important;
}

.mp-no-location-search-by-area {
    display: none;
}

.mp-store-loc-list-loc {
    border-top: 3px solid #d1d1d1;
    height: 100%;
}

.mp-list-desc-title {
    font-weight: 600;
}
.pickup-checkbox {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background-color: #F1F1F1;
    border-radius: 6px;
    font-weight: 550;
    padding: 0 10px;
    color: #1F1F1F;
    font-size: 12px;
    margin-top: 5px;
}

#horizontal_layout .link-action {
    margin-top: -1px !important;
}
@media (max-width: 768px) {
    #bh-sl-submit {
        padding: 11px 7px 7px 7px;
    }
    .favorites.tooltiptext {
        display: none !important;
    }
    .row-store-info .store-info .store-addr .mp-main-addr {
        -webkit-line-clamp: 2;
    }
    .mp-row-store-img {
        float: left;
        width: 60px;
        height: 70px;
    }
    .mp .row-store-info {
        width: calc(100% - 70px);

    }

    .mp-store-loc-search {
        clear: both;
        padding: 15px 0 0 !important;
    }
    .mp-menu-icon {
        top: 15px;

    }
    .container_layout {
        display: none;
    }
    .mp-store-loc-search {
        width: 100%;
    }

    .modal_store_filter .tooltip-message {
        top: -15px;
        left: 127px;
        width: 185px !important;
        font-weight: 400;
    }
    .modal_store_filter .mp-dialog-setting {
        position: relative;
        left: 0;
        right: 0;
        background: transparent;
        top: 0 !important;
    }
    .checkout-index-index .modal-popup.modal_store_filter .modal-inner-wrap, .checkout-index-index .modal-popup.modal_store_info_detail .modal-inner-wrap {
        width: 100vw !important;
    }

    .modal_store_filter .modal-inner-wrap {
        width: 100vw !important;
        bottom: -50px;
        border-radius: 6px 6px 0 0;
        left: 0 !important;
        right: unset;
    }
    .modal_store_filter .modal-content {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow-x: hidden;
    }
    .modal_store_filter .modal-header {
        padding: 1rem;
    }
    .modal_store_filter .mp-dialog-setting .btn-close-popup-filter {
        display: none;
    }
    .modal_store_filter .action-close {
        padding: 7px !important;
    }

    .bh-sl-container .bh-sl-map {
        height: 390px;
    }
    .popup-store-info {
        padding: 0 15px 15px 15px;
    }

    .modal_store_info_detail .modal-header {
        padding: 1rem;
    }
    .modal_store_info_detail .action-close {
        padding: 7px !important;
    }
    .modal_store_info_detail .store-info-detail {
        position: relative;
        right: unset;
        top: unset !important;
        width: 100% !important;
        border: 0;
    }
    .modal_store_info_detail .modal-inner-wrap {
        width: 100vw !important;
        bottom: -50px;
        border-radius: 6px 6px 0 0;
        left: 0 !important;
        right: unset;
    }
    .modal_store_info_detail .modal-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .modal_store_info_detail .store-info-detail .close-popup-detail {
        display: none;
    }
    .mp-dialog-setting {
        width: 100%;
    }

    #mp-store-loc-search-by-area {
        top: 7%;
    }
}
 .mp-location-icon {
     background-color: #FFFFFF !important;
 }

 .mp-openday-list .mp-time {
     border-bottom: 1px solid #eee;
     padding: 5px 0;
 }

.mp-openday-list .to-day {
    font-weight: bold;
    color: #000;
}

.mp-storelocator-list-location::-webkit-scrollbar {
    width: 8px !important;
}


#bh-sl-maxdistance {
    margin-right: 10px;
    width: 100%;
    box-shadow: 0 0 1pt 0.5pt #D3D3D3;
    height: 35px;
}

#bh-sl-mindistance-value {
    font-size: 16px;
    width: 15px;
}

#bh-sl-maxdistance-value {
    font-size: 16px;
    width: 80px;
}

.tooltip-filter {
    float: right;
    height: 18px;
    padding-top: 2px;
}

.tooltip-filter .tooltip-icon:hover {
    color: #000;
}

.tooltip-filter:hover .tooltip-message {
    visibility: visible;
    opacity: 1;
}

.tooltip-message {
    position: absolute;
    left: -15px;
    top: -50px;
    visibility: hidden;
    width: 23rem;
    background-color: #FFFFFF;
    color: #4B4D4E;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    font-size: 14px;
    font-weight: 300;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.mp-storelocator-list-location li {
    opacity: unset !important;
}
