.mbws_stores {
  border-radius: 10px;
  background: #f9f9f9;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.mbws_stores .mbws-row {
  display: flex;
  flex-wrap: wrap;
}
.mbws_stores .mbws-row .search-warp-store {
  width: 40%;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .mbws_stores .mbws-row .search-warp-store {
    width: 100%;
  }
}
.mbws_stores .mbws-row .search-warp-store #form-search {
  display: flex;
  gap: 20px;
  gap: 10px;
}
.mbws_stores .mbws-row .search-warp-store #form-search select {
  width: calc(50% - 5px);
  margin-bottom: 0;
  border-radius: 5px;
  height: 40px;
  cursor: pointer;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store {
  height: 537px;
  overflow-y: scroll;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store::-webkit-scrollbar {
  width: 5px;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store::-webkit-scrollbar-track {
  border-radius: 10px;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store::-webkit-scrollbar-thumb {
  background: rgb(146, 146, 146);
  border-radius: 0px;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .store-loading {
  padding: 10px;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .meta-store {
  margin-top: 10px;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  cursor: pointer;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store h3 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p {
  display: flex;
  margin-bottom: 0px;
  font-size: 14px;
  align-items: center;
  gap: 10px;
  margin-top: 3px;
  margin-bottom: 0;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p.store-address::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/maps.svg);
  background-size: cover;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p.store-phone::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/phone.svg);
  background-size: cover;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p.store-website::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/world.svg);
  background-size: cover;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p.store-email::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/email.svg);
  background-size: cover;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p.store-social a[href*="facebook.com"]::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/facebook.svg);
  background-size: cover;
  display: inline-block;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p.store-social a[href*=instagram]::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/instagram.svg);
  background-size: cover;
  display: inline-block;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p.store-social a[href*=zalo]::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/zalo.svg);
  background-size: cover;
  display: inline-block;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store p.store-social a[href*=youtube]::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/youtube.svg);
  background-size: cover;
  display: inline-block;
}
.mbws_stores .mbws-row .search-warp-store .list-map-store .item-store svg {
  width: 15px;
  height: 15px;
}
.mbws_stores .mbws-row .view-iframe {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .mbws_stores .mbws-row .view-iframe {
    width: 100%;
  }
}