  #aw-store-location-div {
    display: block !important;
  }


  #aw-store-location-div a {
    text-decoration: none !important;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }

  .aw-topnav {
    overflow: hidden;
  }

  .aw-topnav div {
    float: left;
    display: block;
    text-align: left;
    padding: 4px 12px;
    text-decoration: none;
    font-size: 17px;
  }

  .aw-topnav .icon {
    display: none;
  }

  .aw-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 95%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    word-wrap: break-word;
  }

  .aw-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .aw-row::after {
    content: '';
    clear: both;
    display: table;
  }

  [class*='aw-col-'] {
    float: left;
    padding: 15px;
  }

  .aw-col-4 {
    width: 33.33%;
  }

  .aw-col-8 {
    width: 66.66%;
  }

  #pac-input {
    width: 70%;
    padding: 5px 15px;
    border: 1px solid black;
    border-radius: 4px;
  }

  @media screen and (min-width: 601px) {
    .aw-search-div {
      float: right !important;
      width: 35%;
    }
  }

  @media screen and (max-width: 600px) {
    .aw-topnav div:not(:first-child) {
      display: none;
    }

    .aw-topnav div.icon {
      float: right;
      display: block;
      margin-right: 30px;
    }
  }

  @media screen and (max-width: 600px) {
    .aw-topnav.responsive {
      position: relative;
    }

    .aw-topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .aw-topnav.responsive div {
      float: none;
      display: block;
      text-align: left;
    }

    .aw-topnav.responsive div *:not(svg) {
      width: 100%;
    }

    .aw-col-4 {
      width: 100%;
    }

    .aw-col-8 {
      width: 100%;
    }

    #pac-input {
      width: 100%;
    }
  }

  .aw-btn {
    /*background: #000000;
      color: white;
      box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
      */
    padding: 5px 15px;
    border: 1px solid black;
    border-radius: 4px;
  }

  .aw-location-card {
    background: #95959545;
    border: #e7e7e7 solid;
  }

  #aw-store-location-div .aw-get-direction-btn {
    text-decoration: none !important;
    font-size: 10px;
    padding: 4px;
    float: right;
  }

  .aw-location-hr {
    border: none;
    height: 1px;
    background-color: rgba(var(--color-foreground), 0.2);
    display: block;
    margin: 5px 0px 0px 0px;
  }

  .aw-main-item {
    padding: 10px;
    background-color: #fff;
    width: auto;
  }

  .aw-background-masker {
    background-color: #fff;
    position: absolute;
  }

  .btn-divide-left {
    top: 0;
    left: 25%;
    height: 100%;
    width: 5%;
  }

  @keyframes placeHolderShimmer {
    0% {
      background-position: -800px 0;
    }

    100% {
      background-position: 800px 0;
    }
  }

  .aw-animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 70px;
    position: relative;
  }

  .aw-static-background {
    background-color: #f6f7f8;
    background-size: 800px 104px;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
  }

  .shared-dom {
    width: 800px;
    height: 110px;
  }

  .sub-rect {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    float: left;
    margin: 20px 20px 20px 0;
  }

  .pure-background {
    background-color: #eee;
  }

  .css-dom:empty {
    width: 280px;
    height: 220px;
    border-radius: 6px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;

    background-image: radial-gradient(circle 16px, lightgray 99%, transparent 0), linear-gradient(lightgray, lightgray),
      linear-gradient(lightgray, lightgray), linear-gradient(lightgray, lightgray),
      linear-gradient(lightgray, lightgray), linear-gradient(#fff, #fff);

    background-size: 32px 32px, 200px 32px, 180px 32px, 230px 16px, 100% 40px, 280px 100%;

    background-position: 24px 30px, 66px 30px, 24px 90px, 24px 142px, 0 180px, 0 0;
  }

  input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
  }

  .aw-label {
    border: 1px solid black;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: white;
    color: black;
    padding: 3px 10px;
    border-radius: 3px;
    .transition;
  }

  input[type="radio"]:checked+label {
    background-color: black;
    color: white;
  }

  #aw-store-location-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #aw_tags_div label {
    border: 1px solid black;
    padding: 5px;
    margin: 4px 2px;
    display: inline-block;
  }

  .gm-style-iw-chr {
    display: none !important;
  }