/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/map.css ***!
  \*************************************************************************************************************/
  .footer {
    display: none;
  }

  .mapfloor {
    font-size: 100px;
  }

  .mapsbox {
    width: 100%;
    height: calc(100vh - 120px);
    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/dist/assets/blue_local_icon_afdca8.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/dist/assets/close_3aa1df.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/dist/assets/location_268f16.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/dist/assets/call_4ffc78.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .icon-directions {
    width: 24px;
    height: 24px;
    display: block;
    background: url(/static/dist/assets/directions_dab861.svg) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
  }

  .icon-mapsearch {
    width: 20px;
    height: 20px;
    display: block;
    background: url(/static/dist/assets/search_86e834.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/dist/assets/clock_021e2e.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/dist/assets/suggest-item-view_1b590b.svg) no-repeat 12px 12px;
  }

  .searchdropbox li:hover {
    background: url(/static/dist/assets/suggest-item-view_1b590b.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-bottom: 32px;
  }

  .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.showall {
    top: calc(1.4em + 110px);
  }

  .google-storelist li {
    padding: 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 {
    display: flex;
    justify-content: space-between;
    align-items: top;
  }

  .google-storelist-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
  }

  .google-storelist-address {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 32px;
    color: #666;
    display: flex;
    position: relative;
  }

  .google-storelist-address .icon-location {
    font-size: 16px;
    margin: 3px 12px 0 0;
  }

  .google-storelist-phone {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    position: relative;
    padding-left: 32px;
  }

  .google-storelist-time,
  .google-storelist-desc {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    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: 400;
    margin-top: 12px;
    padding-left: 32px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .google-storelist-distance {
    font-size: 14px;
    font-weight: 400;
    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%
  }

  @media (max-width: 1024px) {
    .mapsbox {
      height: calc(100vh - 104px);
    }
  }

  @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;
    }
  }
