.dvls_maps_wrap,
.dvls_maps_wrap *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dvls_maps_wrap{
    overflow: hidden;
}
.dvls_maps_wrap:after,
.dvls_maps_row:after,
.dvls_maps_col:after,
.dvls_maps_3col:after
{
    content: '';
    display: table;
    clear: both;
}
.dvls_maps_header_left {
    float: left;
    overflow: hidden;
    font-size: 20px;
    line-height: 35px;
    text-transform: none;
    font-weight: 300;
}
.dvls_maps_header_right {
    overflow: hidden;
}
.dvls_maps_header {
    background: #f2f2f2;
    padding: 15px;
    margin: 0;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}
.dvls_maps_wrap select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAVklEQVQImX3KQQ3AIBBE0bkjBTHIwUF9sBI2+4VgAwscyqUH0tD+ZC6TJ6AD98+63D0D4wMMd8+SJKAA8wUmULQXEXVHEVF1CmgPakcgSWaWgMvM0v4v8Btn7NLEpSUAAAAASUVORK5CYII=") right 10px center no-repeat #FFF !important;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 3px;
    padding: 0 10px;
    height: 35px;
    width: 100%;
}
.dvls_maps_col {
    /*padding: 0 5px;*/
    padding: 0px;
    width: 100%;
}
.dvls_maps_3col {
    margin: 0 -5px;
}
.dvls_maps_header_right {
    padding-left: 15px;
}
.dvls_maps_3col .dvls_maps_col {
    width: 33.333%;
    float: left;
}
.dvls_maps_wrap input.dvls-submit {
    border: 0;
    background: #4f1c78;
    height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
}
.dvls_maps_wrap .dvls_near_you{
    margin: 10px 0 0;
    display: inline-block;
}
.dvls_maps_sidebar {
    background: #f8f8f8;
    float: left;
    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}
.dvls_maps_main {
    overflow: hidden;
    padding-left: 350px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.dvls_maps_body {
    position: relative;
}
div#dvls_maps{
    width: 100%;
    height: 500px;
}
.dvls_result_thumb {
    width: 80px;
    float: left;
    margin: 0 10px 0 0;
}
.dvls_result_infor {
    overflow: hidden;
}
.dvls_maps_wrap .dvls_result_infor h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.dvls_result_infor p {
    margin: 0 0 5px;
}
.dvls_result_item {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}


.infobox-wrapper .item {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 10px;
}
.infobox-wrapper .item:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.infobox-wrapper .infobox {
    width: 408px;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
    padding: 8px 0;
}
.infobox-wrapper .infobox .item_infobox_thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.infobox-wrapper > img {
    position: absolute !important;
    z-index: 1;
    right: -15px;
    top: -15px;
}
.infobox-wrapper .item_infobox_infor h3 {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 18px;
}
.infobox-wrapper .item_infobox_infor {
    padding: 5px;
    font-size: 13px;
    line-height: 18px;
}
.infobox-wrapper .item_infobox_infor p{
    margin: 0 0 5px;
    line-height: 18px;
}
.dvls_result_status{
    display: none;
    padding: 5px 10px;
}
.dvls_result_status.show{
    display: block;
}
.dvls_maps_body.devvn_loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.5);
    z-index: 10;
}
#dvls_fountainG {
    position: absolute;
    width: 102px;
    height: 12px;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -51px;
    z-index: 9;
    display: none;
}
.devvn_loading #dvls_fountainG {
    display: block;
}
#dvls_fountainG .fountainG{
    position:absolute;
    top:0;
    background-color:rgb(0,0,0);
    width:12px;
    height:12px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:8px;
    -o-border-radius:8px;
    -ms-border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}

#dvls_fountainG #fountainG_1{
    left:0;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#dvls_fountainG #fountainG_2{
    left:13px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#dvls_fountainG #fountainG_3{
    left:25px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#dvls_fountainG #fountainG_4{
    left:38px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#dvls_fountainG #fountainG_5{
    left:51px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#dvls_fountainG #fountainG_6{
    left:64px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#dvls_fountainG #fountainG_7{
    left:76px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}

#dvls_fountainG #fountainG_8{
    left:89px;
    animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}
body .dvls_maps_wrap img {
    border-radius: 0;
    box-shadow: none;
}
@media (max-width: 767px){
    .dvls_maps_header_right {
        float: left;
        padding-left: 0;
    }
    .dvls_maps_3col .dvls_maps_col {
        width: 100%;
        margin: 0 0 10px;
    }
    .dvls_maps_header_left {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .dvls_maps_sidebar {
        position: relative;
        width: 100%;
        height: inherit;
        max-height: 250px;
    }
    .dvls_maps_main {
        padding: 0;
    }
    .infobox-wrapper .infobox {
        width:90%;
    }
}













/*cus tom*/
.gm-style { font: unset !important; }
.gmnoprint.gm-style-mtc-bbw { display: none; }
.search_form_details {
  display: flex;
  justify-content: space-between;
}

.dvls_col_full,
.dvls_city_box,
.dvls_district_box,
.dvls_button_box {
  flex: 1;
  margin-right: 20px;
}

.dvls_button_box {
  margin-right: 0;
}
.locator-filter-section {
    padding-bottom: 24px !important;
}

.localstore_search_count { display: contents; font-size: 0 !important; } 
.localstore_count { display: inline; font-size: 20px;color: #7F7F7F} 
.localstore_search_count strong { display: inline !important; font-size: 20px;color: #7F7F7F }
.localstore_count span { font-size: 20px; font-weight: bold; color: #000}
.col-inner.storelocator-main-all {
    padding: 24px;
    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
}
.titel-cuahang {
    padding: 0px 0px 24px 0px !important;
}
.localstore_search_results .localstore_box:nth-last-child(1) {
    border: unset;
}
form#localstore_search_form input, form#localstore_search_form select, form#localstore_search_form button {
    height: 48px;
    margin-bottom: 0px;
    box-shadow: unset;
    border-radius: 8px;
}
form#localstore_search_form button.btton_submit.expand {
    color: white;
    background-color: #EC1C24;
    font-size: 18px;
}
form#localstore_search_form input, form#localstore_search_form select {
    border: 1px solid #B3B3B3;
}
.col-inner.storelocator-localstore-search-results {
    box-shadow: 0px 4px 12px 0px rgba(47, 47, 47, 0.20);
    background-color: white;
    padding: 16px;
    border-radius: 8px;
}
.devvn_localstore_wrap, .devvn_localstore_wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div#localstore_maps,div#dvls_maps {
    width: 100%;
    height: 525px;
    border-radius: 8px;
}
.devvn_localstore_wrap {
    position: relative;
    overflow: hidden;
    color: #000;
}
.localstore_maps {
    z-index: 2;
    position: relative;
    padding-left: 40%;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}
.localstore_search_wrap {
    width: 40%;
    position: absolute;
    height: 100%;
    background: #f8f8f8;
    z-index: 10;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.localstore_info_name strong {
    text-transform: capitalize !important;
    color: #1C1A17;
}

.localstore_info_name {
    display: flex;
    align-items: center;
}
.localstore_info ul {
    margin-left: 30px;
}

.localstore_search_results {
    max-height: 475px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 16px;
}
.localstore_info_name span.icon_info img {
    width: 32px;
}
.localstore_search_results::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background: unset !important;
}
.localstore_search_results::-webkit-scrollbar-track {

    background-color: unset !important;
}
.localstore_search_results::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}

.localstore_searchbox {
    background: var(--primary-color, #FDCC0C);
    padding: 10px 10px 0 10px;
}
.dvls_flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px;
}
.dvls_flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;
}
.dvls_col_2 {
    max-width: 66.6666666666%;
    -ms-flex-preferred-size: 66.6666666666%;
    flex-basis: 66.6666666666%;
}
/*.dvls_col_full {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}*/
form#localstore_search_form {
    margin: 0;
}
.devvn_localstore_wrap input[type="text"] {
    width: 100%;
    outline: none;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 0;
    background: #ffffff66;
    font-size: 14px;
    outline: none;
    margin: 0;
    box-shadow: none;
}
.devvn_localstore_wrap button.btton_submit {
    position: absolute;
    right: 0;
    height: 100%;
    border: 0;
    background: transparent;
    overflow: hidden;
    width: 50px;
    cursor: pointer;
    min-height: auto;
    outline: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
}
.devvn_localstore_wrap select {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #ffffff66;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    margin: 0;
    box-shadow: none;
}
.devvn_localstore_wrap select:focus {
    box-shadow: none;
    background-color: #ffffff66;
}
.localstore_box {
    overflow: hidden;
    padding: 0px;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
#localstore_maps .leaflet-popup-content .localstore_box {
    border: unset;
}
.localstore_img {
    width: 29%;
    float: left;
    margin: 0 15px 0 0;
}
.localstore_img img {
    width: 100%;
    height: auto;
}
.localstore_info {
    overflow: hidden;
}
.localstore_info_name > strong {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0 0 10px 0;
}
.localstore_info > ul {
    margin: 0 0px 15px 32px !important;
    padding: 0;
    list-style: none;
}
.localstore_info > ul li {
    margin: 0 0 8px 0 !important;
    position: relative;
    padding: 0px;
    color: #666;
}
.localstore_info > ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--primary-color, #FDCC0C);
    display: none;
}

.localstore_action a {
    text-decoration: revert;
    margin-right: 10px;
    color: #EC0000;
    outline: #EC0000 !important;
    font-weight: 700;
}
.localstore_action {
    margin-left: 32px;
}
.localstore_action a:hover {
    color: var(--primary-color, #FDCC0C);
}
.localstore_action a.localstore_btn {
    text-decoration: none;
    display: inline-block;
    padding: 3px 10px;
    background: var(--primary-color, #FDCC0C);
    color: #525252 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#localstore_maps .leaflet-popup-content {
    margin: 10px 19px 10px 10px;
}
#localstore_maps .leaflet-popup-content .localstore_box {
    padding: 0;
    font-size: 14px;
}
#localstore_maps .leaflet-popup-content .localstore_box .localstore_info_name > strong {
    font-size: 16px;
}
#localstore_maps .leaflet-popup-content .localstore_img {
    width: 34%;
}
span.localstore_rating {
    text-align: left;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 3px 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    line-height: 1em;
    color: #FDC508;
}
span.localstore_rating span.localstore_rating_first {
    overflow: hidden;
    float: left;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
span.localstore_rating span:not(.localstore_rating_first) {
    overflow: hidden;
    float: left;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
span.localstore_rating span {
    font-size: 0;
}
span.localstore_rating span i{
    font-size: 16px;
}
.localstore_box.active {
    background-color: #f5f5f5;
}
#localstore_maps .leaflet-popup-content li {
    margin-bottom: 5px;
}
.localstore_search_results > p {
    padding: 5px 20px;
    margin: 0;
}
span.close_search {
    position: absolute;
    top: 82px;
    right: -42px;
    width: 30px;
    height: 30px;
    background: var(--primary-color, #FDCC0C);
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;

    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;

    line-height: 30px;
}

.localstore_loading {
    position: relative;
    pointer-events: none;
}
.localstore_loading:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 60%);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.localstore_loading:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-animation: devvn_localstore_loading .6s linear;
    animation: devvn_localstore_loading .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    border-color: var(--primary-color,#00c48c) transparent transparent;
    border-style: solid;
    border-width: .3em;
    box-shadow: 0 0 0 1px transparent;
    z-index: 9999;
}
@-webkit-keyframes devvn_localstore_loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes devvn_localstore_loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#localstore_maps .leaflet-popup-content {
    width: 460px !important;
}
#localstore_maps img {
    box-shadow: none !important;
}

a.leaflet-buttons-control-button.satellite {
    background: url(../images/ic_default-1x.png) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: contain;
}
a.leaflet-buttons-control-button.satellite.satellite_default {
    background: url(../images/ic_satellite-1x.png) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: contain;
}

.localstore_search_count {
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
}

#localstore_search_form button.find_store_near {
    padding: 0;
    min-height: auto;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    margin: 0;
    border: 0;
    height: auto;
    line-height: 20px;
    text-align: left;
    display: inline-block;
}
#localstore_search_form button.find_store_near:hover{
    text-decoration: underline;
}
.island-vn {
    white-space: nowrap;
    font-size: 20px;
    color: #4074b5;
    text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff;
}

@media (min-width: 1001px){
    .hidden_search .close_search .fas.fa-angle-left:before {
        content: "\f105";
    }
    .hidden_search .localstore_maps {
        padding-left: 0;
    }
    .hidden_search .localstore_search_wrap {
        transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@media (max-width: 600px){
    .search_form_details {
    flex-direction: column; /* Chuyển thành hiển thị dọc */
  }

  .dvls_col_full,
  .dvls_city_box,
  .dvls_district_box,
  .dvls_button_box {
    flex: none; /* Hủy flex để các phần tử có chiều rộng 100% */
    margin-right: 0;
    width: 100%; /* Chiều rộng 100% */
    margin-bottom: 0px; /* Khoảng cách dưới phần tử */
  }

    .pdmb-0 {
    padding-bottom: 0px !important;
}

    .col-inner.storelocator-main-all {
    padding: 0px;
    background-color: unset;
    border: unset;
    border-radius: unset;
}
     
     .storelocator-title h3 {
    margin-bottom: 16px;
}

form#localstore_search_form input, form#localstore_search_form select {
    margin-bottom: 16px;
}


.col-inner.storelocator-main-item {
    padding: 16px;
    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    margin-bottom: 24px;
}
.col-inner.storelocator-localstore-search-results {
    border: unset;
    box-shadow: unset;
    padding: unset;
}

    .localstore_img {
        position: absolute;
        margin: 0;
        width: 100px !important;
        height: 68px;
    }
    .localstore_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .has_thumb .localstore_info_name {
        min-height: 68px;
        margin-bottom: 15px;
        padding-left: 110px;
    }
    .localstore_info_name > strong {
            font-size: 16px;
    font-weight: 700;
    }
    span.localstore_rating span i {
        font-size: 12px;
    }
    
    .localstore_info > ul li {
    font-size: 14px;
}
.localstore_info {
    margin-right: 16px;
}

.locator-panel {
    margin-bottom:  24px !important;
}
div#localstore_maps,div#dvls_maps {
    height: 318px;
}

.titel-cuahang h1 {
    font-size: 24px;
}
    
}