/*Maps*/
.shop-now-link {
  background-color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
  color: #fff !important;
  margin-right: 10px;
}

.shop-now-link:hover {
  background-color: #a4d9cd !important;
  border-color: #a4d9cd !important;
  color: #fff !important;
}

.store-detail-link {
  padding: 0px !important;
  background-color: transparent !important;
  color: var(--e-global-color-primary) !important;
}

.store-detail-link:hover:hover {
  color: #a4d9cd !important;
}

/*Map*/

.map-wrapper {
  display: flex;
  background: #F7F7F7;
  overflow: hidden;
  flex-wrap: wrap;
}

.map-form-wrap {
  background-color: #a4d9cd;
  padding: 16px 30px;
}

.map-form-wrap input {
  color: #fff !important;

  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1) !important;
  border: 0px;
  max-width: calc(100% - 21px);
  width: 100%;font-family: "Poppins", Sans-serif;
}

.map-form-wrap input:focus{
  box-shadow: none !important;outline: none !important;
}

.map-form-wrap input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.map-form-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;opacity: 1;
}

.map-form-wrap input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;opacity: 1;
}

.map-form-wrap h3 {
  margin: 0px 0px 10px;
  color: #343a5c;
  font-weight: 600;
  font-size: 20px;
}

#dispMap {
  width: 35%;
}

#mapFull {
  width: 65%;
}

#searchForm {
  display: flex;
  align-items: center;
}

#searchForm figure {
  width: 26px;
  padding-right: 10px;
}
#searchForm img {
  width: 100%;
}

#dispensary-map-list-wrapper {
  width: 100%;
}

#dispensary-map-list-wrapper {
  flex-basis: 100%;
  max-height: 900px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

#dispensary-map-list-wrapper::-webkit-scrollbar {
  width: 3px;
}

#dispensary-map-list-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

#dispensary-map-list-wrapper::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.max-360,
#mapListings {
  max-width: 500px;
  margin: 0px auto;
  width: 100%;
}

#mapListings .location {
  display: flex;
  flex-direction: column;
  background-color: #343a5c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 15px;
  z-index: 2;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  transition-duration: 0.25s;
  overflow: hidden;
}

#mapListings .location .top-banner {
  background-color: #a4d9cd;
  text-align: center;
  width: 100%;
  color: #fff;
}

#mapListings .location .wrapper {
  display: flex;
}

#mapListings .location:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#mapListings .location.active {
  background-color: #a4d9cd;
}

#mapListings .location.active span.name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

#mapListings .location.active .info .time,
#mapListings .location.active .info p {
  color: #343a5c;
}

#mapListings .location.active .info .elementor-button.elementor-size-md {
  color: #fff;
  border-color: #343a5c;
  background-color: #343a5c;
}

#mapListings .location.active .info .elementor-button.elementor-size-md:hover {
  background-color: #fff;
  border-color: #fff;
  color: #343a5c;
}

#mapListings .location.active .info .elementor-button.elementor-size-sm {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
  opacity: 1;
  padding: 0px;
}

#mapListings .location.active .info .elementor-button.elementor-size-sm:hover {
  color: #a4d9cd;
}

#mapListings .location .thumb {
  overflow: hidden;
  width: 38%;
}

#mapListings .location .thumb img {
  height: auto;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#mapListings .location:hover .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#mapListings .location span.name {
  line-height: 1.3em;
  display: block;
  margin-bottom: 9px;
  color: #a4d9cd;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#mapListings .location span.shopping-at {
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
  margin-top: 6px;
  color: #343a5c;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}

#mapListings .location .top-banner {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  padding: 5px 5px 3px 5px;
}

#mapListings .location .info {
  width: 62%;
  padding: 10px 10px 16px 24px;
  min-height: 169px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#mapListings .location.coming-soon .info {
  min-height: 142px;
}

#mapListings .location .info .btn-wrap {
  margin-top: 20px;
  display: block;
}

#mapListings .location .info .time,
#mapListings .location .info p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0px 0px 6px;
}

#mapListings .location .info .elementor-button.elementor-size-md {
  /* background-color: #a4d9cd; */
  border-color: #a4d9cd;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
  border-radius: 10px;
  padding: 9px 17px 6px !important;font-size: 12px;background-color: transparent;
}
#mapListings .location .info .elementor-button.dire-btn {
	font-size: 12px;
}
#mapListings .location .info .elementor-button.elementor-size-md:hover {
  background-color: #a4d9cd;
  border-color: #a4d9cd;
  color: #fff;
}

#mapListings .location .info .elementor-button.elementor-size-sm {
  padding: 0px;
  background-color: transparent !important;
  color: #fff;
  font-weight: 600;
}

#mapListings .location .info .elementor-button.elementor-size-sm:hover {
  color: #a4d9cd;
}

#mapFull .gmnoprint,
#mapFull .gm-svpc,
#mapFull button.gm-fullscreen-control,
#mapFull .gmnoprint {
  display: none !important;
}
#mapListings .location .info .elementor-button.shop-btn::after {
  opacity: 0 !important;
}
.hour-container-disp p {
  margin-bottom: 0px !important;
}

.hour-container-disp {
  padding-top: 10px;
}

.map-wrapper #mapFull .gm-style-iw-ch{
  padding-top: 0px;
}
.map-wrapper #mapFull .gm-style-iw-d p{font-weight: 500;font-family: "Poppins", Sans-serif;}
.map-wrapper #mapFull .store-detail-link{
  font-size: 12px ;
}
.map-wrapper #mapFull .shop-now-link {
  padding: 9px 17px 6px !important;font-family: "Poppins", Sans-serif;    border-color: #a4d9cd !important;
  border-width: 2px;border-radius: 10px !important;font-size: 12px;
  border-style: solid;background: transparent !important;color: #343a5c !important;
} 
.map-wrapper #mapFull .shop-now-link:hover{
  background: #a4d9cd !important;
}
.map-wrapper #mapFull .shop-now-link::after {
  opacity: 0;
}
.map-wrapper #mapFull button.gm-ui-hover-effect {width: 30px !important;height: 30px !important;padding: 0px !important;display: flex !important;align-items: center;justify-content: center;}
.map-wrapper #mapFull button.gm-ui-hover-effect > span {
  margin: 0px !important;
}
.map-wrapper #mapFull .gm-style-iw-d h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
#mapListings .location .top-banner p {
  margin-bottom: 0px;
  font-size: 16px;
  padding: 6px;
  letter-spacing: 2px;
}
#mapListings .location .info .elementor-button.elementor-size-md {
    margin-bottom: 10px;
}
/*Media Queries*/
@media(max-width: 1280px){
  #dispMap {
    width: 40%;
  }
  #mapFull {
    width: 60%;
  }
}
/*Media Queries*/
@media(max-width: 1199px){
  #dispMap {
    width: 50%;
  }
  #mapFull {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  #mapListings .location .info {
    padding: 10px 10px 16px 15px;width: 100%;
  }

  #dispMap {
    width: 45%;
  }

  #mapFull {
    width: 55%;
  }
  #mapListings .location .thumb{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .map-wrapper {
    flex-direction: column-reverse;
  }

  #dispMap {
    width: 100%;
  }

  #mapFull {
    width: 100%;
    height: 400px;
  }

  #mapListings {
    height: auto;
  }

  #mapListings .location .thumb {
    display: none;
  }

  #mapListings .location .info {
    width: 100%;
    padding-right: 0;
  }

  #mapListings .location span.name {
    font-size: 18px;
  }

  #mapListings .location .info .time,
  #mapListings .location .info p {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  #mapFull {
    height: 300px;
  }
}