.localstores-page-wrapper{background: #fff;padding-top: 30px}
.trendystore_maps_wrap, .trendystore_maps_wrap *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.trendystore_maps_wrap{overflow: hidden;margin-bottom: 60px}
.trendystore_maps_wrap:after, .trendystore_maps_row:after, .trendystore_maps_col:after, .trendystore_maps_3col:after {content: '';display: table;clear: both}
.maps_header_title h2 {text-align: center;font-size: 40px}
.trendystore_maps_header_left {float: left;overflow: hidden;font-size: 15px;text-transform: none;font-weight: 300;margin-top: -5px}
.trendystore_maps_header_right {overflow: hidden}
.trendystore_maps_header {
    padding: 15px;
    display: flex;
    justify-content: center;
}
.trendystore_maps_wrap select{
    height: 45px;
    margin-bottom: 0;width: 250px;border-radius: 25px;
}
.trendystore_maps_col {
    padding: 0 5px;
    width: 100%;
}
.trendystore_maps_3col {
    margin: 0 -5px;
}
.trendystore_maps_header_right {
    padding-left: 15px;
}
.trendystore_maps_3col .trendystore_maps_col {
    width: max-content;
    float: left;font-size: 14px;
}
.trendystore_maps_wrap input.trendystore-submit {
    border: 0;
    height: 45px;
    border-radius: 25px;
    margin-bottom: 0;    line-height: 27px;
}
.trendystore_maps_wrap .trendystore_near_you{
    margin: 10px 0 0;
    display: inline-block;
}
.trendystore_maps_sidebar {
    background: #f8f8f8;
    float: left;
    width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}
.trendystore_maps_main {
    overflow: hidden;
    padding-left: 360px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.trendystore_maps_body {
    position: relative;
}
div#trendystore_maps{
    width: 100%;
    height: 600px;
}
.trendystore_result_thumb {
    width: 85px;
    float: left;
    margin: 0 10px 0 0;
}
.trendystore_result_infor {
    overflow: hidden;
}
.trendystore_maps_wrap .trendystore_result_infor h3 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 18px;
}
.trendystore_result_infor p{
    margin: 0 0 5px;
}
.trendystore_result_infor p.address,.trendy-icon-store.phone {
    font-size: 13.5px;
}
.trendystore_result_item {
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}
.trendystore_result_item .viewlink,.item_infobox_infor .viewlink{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.5px;
}
.trendy-icon-store:before{
    content:'';
    background-size: 15px!important;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    display: inline-block;top: 3px;
}
p.address:before {
    background: url(../images/address-icon.png) no-repeat;
}
p.phone:before {
    background: url(../images/phone-icon.png) no-repeat;margin-right: 5px;
    top: 2px;
}
p.mail:before {
    background: url(../images/mail-icon.png) no-repeat;
}
p.open:before {
    background: url(../images/open-icon.png) no-repeat;
}
a.get-directions:before {
    background: url(../images/get-directions-icon.png) no-repeat;
}
a.view-detail:before {
    background: url(../images/icon-right.png) no-repeat;
}
.trendystore_result_wrap .trendystore_result_item:nth-child(2n+1) {
    background: #f2f2f2;
}
.trendystore_result_wrap .trendystore_result_item:hover,.trendystore_result_wrap .trendystore_result_item.active {
    background: #e6e6e6;
}
.infobox-wrapper .item {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    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: 300px;
    background: #fff;
    margin-top: 20px;
    border-radius: 15px;
}
.infobox-wrapper .infobox .item_infobox_thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.infobox-wrapper > img {
    position: absolute !important;
    z-index: 1;
    right: 0;
    top: 20px;
    width: 30px;
}
.infobox-wrapper .item_infobox_infor h3 {
    font-size: 18px;
    padding-right: 20px;
    line-height: 18px;
}
.infobox-wrapper .item_infobox_infor {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
}
.infobox-wrapper .item_infobox_infor p{
    margin: 0 0 5px;
    line-height: 18px;
}


.trendystore_result_status{
    display: none;
    padding: 5px 10px;
}
.trendystore_result_status.show{
    display: block;
}
.trendystore_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;
}
#trendystore_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 #trendystore_fountainG {
    display: block;
}
#trendystore_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;
}

#trendystore_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;
}

#trendystore_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;
}

#trendystore_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;
}

#trendystore_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;
}

#trendystore_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;
}

#trendystore_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;
}

#trendystore_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;
}

#trendystore_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;
}
.gm-style-mtc button {
    font-size: 15px!important;
}


@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);
    }
}
.trendystore_maps_wrap img.store-img {
    border-radius: 0;
    box-shadow: none;height: 140px;
    object-fit: cover;
}
@media (max-width: 767px){
    .trendystore_maps_header_right {
        float: left;
        padding-left: 0;
    }
    .trendystore_maps_3col .trendystore_maps_col {
        width: 100%;
        margin: 0 0 10px;
    }
    .trendystore_maps_header_left {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .trendystore_maps_sidebar {
        position: relative;
        width: 100%;
        height: inherit;
        max-height: 250px;
    }
    .trendystore_maps_main {
        padding: 0;
    }
    .infobox-wrapper .infobox {
        width: 220px;
    }
}