.footer{
  display: none;
}
.mapfloor{
  font-size: 100px;
}

.mapsbox {
width: 100%;
height: calc(100vh - 60px);
display: flex;
position: relative;
}

.mapsbox-l{
width: 384px;
height:100%;
position: relative;
}
.mapsbox-l:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  height: 40px;
  background-image: linear-gradient(180deg, rgba(97,63,255,0.00) 0%, #fff 68%);
}
.googlesearchbox{
  position: relative;
  display: flex;
  font-size: 18px;
  height: 48px;
  background: #F6F6F6;
  border-radius: 12px;
  padding-left:44px;
  margin:20px;
  z-index: 2;
}
.googlesearchbox.searchboxshadow{
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.googlesearchbox input{
width: calc(100% - 40px);
line-height:48px;
padding-right:44px;
background: transparent;
font-size: 14px;
}
.icon-location{
  width: 22px;
  height:22px;
  display: block;
  background: url(/static/images/web/maps/blue_local_icon.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left:14px;
  top:12px;
}

.icon-mapclose{
  display: none;
  width: 18px;
  height:18px;
  background: url(/static/images/web/maps/close.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right:60px;
  top:15px;
  cursor: pointer;
}
.icon-mapclose::after{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  right: -14px;
  top: -4px;
  bottom: -4px;
  background: #E1E1E1;
}
.icon-location-gray{
  width: 18px;
  height:18px;
  display: block;
  background: url(/static/images/web/maps/location.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left:0;
  top:0;
}
.icon-call{
  width: 18px;
  height:18px;
  display: block;
  background: url(/static/images/web/maps/call.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left:0;
  top:0;
}
.icon-directions{
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 24px;
  height:24px;
  display: block;
  background: url(/static/images/web/maps/directions_gm.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
.icon-mapsearch{
  width: 20px;
  height:20px;
  display: block;
  background: url(/static/images/web/maps/search.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right:14px;
  top:14px;
  cursor: pointer;
}
.icon-clock{
  width: 18px;
  height:18px;
  display: block;
  background: url(/static/images/web/maps/clock.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left:0;
  top:0;
}
.googlesearchbox input:-webkit-autofill{
background: #F6F6F6 !important;
background-color: #F6F6F6 !important;
border: none !important;
-webkit-box-shadow: 0 0 0 1000px #F6F6F6 inset !important;
}
.googlesearchbox .icon-search{
  position: absolute;
  right:14px;
  top:14px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.searchdropbox{
  position: absolute;
  overflow: auto;
  display: none;
  top:48px;
  left:0;
  right:0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  background: #F6F6F6;
}
.searchdropbox li{
  font-size: 16px;
  padding: 12px 12px 12px 44px;
  cursor: pointer;
  color:#333;
  background: url(/static/images/web/maps/suggest-item-view.svg) no-repeat 12px 12px;
}
.searchdropbox li:hover{
  background: url(/static/images/web/maps/suggest-item-view.svg) no-repeat 12px 12px #F0F0F0;
}
.searchdropbox li:last-child{
  border-bottom:0;
}
.noresults{
  display: none;
  color:#000;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
.noresults img{
  margin: 0 auto 32px auto;
}
.noresults div{
  font-size:16px;
  color:#000;
  font-weight: 500;
}
.noresults p{
  margin-top:8px;
  font-size:14px;
  color:#666;
}
.noscope{
  display: none;
  color:#000;
  margin:20% auto;
  text-align: center;
  opacity: .8;
}
.noscope div{
  font-size: 18px;
}
.noscope-title{
  font-size: 16px;
  color:#000;
  display: none;
  margin-bottom: 8px;
}
.backstorelist .icon-arrow-left{
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.backstorelist{
  display: none;
  cursor: pointer;
  margin-top:32px;
  font-weight: 500;
  font-size: 14px;
  width: 146px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
}
.google-storelist{
  position: absolute;
  overflow: auto;
  top: 88px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom:20px
}
.google-storelist .recommend_icon{
  display: none;
  width: 20px;
  height:20px;
  background: url(/static/images/web/recommend_icon.svg) no-repeat center center;
  margin-right:8px;
  background-size: 80%;
  vertical-align: top;
}
.google-storelist.showall {
  top: calc(1.4em + 110px);
}
.google-storelist li{
  position: relative;
  padding:16px 48px 16px 20px;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.08);
}

.google-storelist li.shopfocus{
  background:  rgba(250,243,254);
}
.google-storelist li .clickitem{
  cursor: pointer;
}

.google-storelist-row{
  margin-right:-28px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.google-storelist-title{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.google-storelist-address{
  font-weight: 500;
  margin-top:12px;
  font-size: 14px;
  line-height: 20px;
  padding-left:32px;
  color:#666;
  position: relative;
}
.google-storelist-address .icon-location{
  font-size:16px;
  margin:3px 12px 0 0;
  left:0;
  top:0;
}
.google-storelist-phone{
  margin-top:12px;
  font-size: 14px;
  color:#666;
  line-height: 20px;
  display: flex;
  position: relative;
  padding-left:32px;
}
.google-storelist-phone a{
  font-weight: 500;
  color:#666;
}
.google-storelist-time,.google-storelist-desc{
  margin-top:12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: relative;
  padding-left:32px;
}

.google-storelist-dropbox{
  display: none;
  color:#666
}
.moredetails{
  cursor: pointer;
  text-decoration: underline;
}

.google-storelist-more{
  font-size:14px;
  font-weight: 500;
  margin-top:12px;
  padding-left: 32px;
  color:#333;
}

.google-storelist-distance{
  font-size:14px;
  font-weight: 500;
  white-space:nowrap
}
.googletext-1{
font-size: 18px;
margin-bottom:8px;
}
.googletext-2{
color:#808080;
}
.gm-style .gm-style-iw{
padding:16px !important;
border:none !important;
}
.gm-style .gm-style-iw-d{
overflow: hidden !important;
}
.googledropbox{
width: 280px;
position: fixed;
z-index: 9999;
top:50px;
left:200px;
padding:16px;
background: #fff;
border-radius: 2px;
box-shadow: 1px 1px 4px #999;
}
.mapsbox-r{
  display: none;
  width: calc(100% - 384px);
  height:100%
}

.pac-container {
width: 344px !important;
left:20px !important;
border-radius: 0 0 16px 16px !important;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2) !important;
background: #F6F6F6 !important;
border-top: 0 !important;
}

.pac-container .pac-item{
font-size: 16px;
padding: 8px 8px 8px 16px;
cursor: pointer;
color:#333;
}
.pac-container .pac-item:hover{
background: #F0F0F0;
}
.pac-container .pac-item:last-child{
border-bottom:0;
}

@media (max-width: 767px) {
  .mapsbox{
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    height:calc(100vh - 52px)
  }
  .mapsbox-l{
      background: #fff;
      width: 100%;
      height: 60%;
      bottom: 0;
      z-index: 2;
      border-radius: 12px 12px 0 0;
      box-shadow: 0 -2px 4px rgba(0,0,0,.1);
  }
  .mapsbox-r{
      width: 100%;
      height: 40%;
  }

  .backstorelist{
      margin-bottom:12px 0;
  }
  .mapsbox-l:after{
      content: none;
  }
  .noscope div,.noresults div{
      font-size: 14px;
  }
  .noscope{
      margin: 15% auto;
  }
  .pac-container{
    width: calc(100% - 40px) !important;
  }
}
