* {
  box-sizing: border-box;
}

.store {
  display: flex;
  flex-direction: column;
  margin-block-start: 0 !important;
}
.store .mobile-tabs {
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.store .mobile-tabs .tab-item {
  flex: 1;
  text-align: center;
  padding: 10px 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
}
.store .mobile-tabs .tab-item.active {
  background-color: #000;
  color: #fff;
}
.store .mobile-tabs .tab-item:active {
  background-color: #000;
  color: #fff;
}
.store .mobile-tabs-header {
  padding: 0 10px;
}
.store .mobile-tabs-header .view-all {
  padding: 5px 0px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.store .mobile-tabs-header .mobile-tabs {
  display: none;
}

.store .map-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 600px;
  position: relative;
}

.store .map-wrap .left {
  background-color: #f5f5f5;
  height: 100%;
  width: 400px;
}

.store .search {
  background-color: #fff;
  padding: 10px 10px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  margin: 16px;
}

.store .search .search-input {
  width: 100%;
  padding: 5px;
  border: none;
  border-radius: 4px;
  outline: none;
  font-size: 18px;
}

.store .search .search-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.store .store-list {
  align-items: center;
}

.store .store-list .store-item:hover {
  background-color: #fff;
}

.store .store-list .store-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  gap: 16px;
  padding: 10px;
  cursor: pointer;
}

.store .store-list .store-item .store-image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  flex: 1;
  border-radius: 10px;
  object-fit: cover;
  background-color: #f5f5f5;
}

.store .item-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.forward-icon {
  margin-top: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.store-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.store-phone {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.store-address {
  font-size: 16px;
  color: #666;
  line-height: 1;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.store-info {
  position: absolute;
  z-index: 999999;
  width: 300px;
  height: 580px;
  left: 320px;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}

.store-info .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 50%;
  filter: brightness(0.5);
}

.store-info .image {
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
}
.store-info .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-info .name {
  font-size: 24px;
  font-weight: 500;
  padding: 5px 0;
  line-height: 1.2;
}
.store-info .address {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  padding: 5px 0;
}
.store-info .phone {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.store-info .tabs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.store-info .tabs .tab {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #007b8b;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.store-info .tabs .tab.active::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  background-color: #007b8b;
}
.store-info .tab-content {
  max-height: 200px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.store-info .tab-content .no-venue {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 20px;
}
.store-info .tab-content .venue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
}
.store-info .tab-content .venue .venue-left {
  padding: 5px 0;
}
.store-info .tab-content .venue .venue-left .venue-title {
  font-size: 16px;
  color: #333;
}
.store-info .tab-content .venue .venue-left .venue-address {
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.store-info .tab-content .venue:hover {
  background-color: #f5f5f5;
}
.store-info .tab-content .instructors {
  padding: 10px 0;
}
.store-info .tab-content .instructors .instructor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.store-info .tab-content .instructors .instructor .instructor-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.store-info .tab-content .instructors .instructor .instructor-left .instructor-avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.store-info .tab-content .instructors .instructor .instructor-left .instructor-name {
  font-size: 16px;
  color: #333;
}
.store-info .tab-content .instructors .instructor:hover {
  background-color: #f5f5f5;
}
.store-info .tab-content .course-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.store-info .tab-content .course-categories .course-category-title {
  padding: 5px 0;
}

.btn-left-menu {
  display: none;
  position: absolute;
  top: 15px;
  left: 40px;
  cursor: pointer;
}

.btn-left-menu2 {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  display: none;
}

@media screen and (max-width: 768px) {
  .store .map-wrap .left {
    left: 0;
    z-index: 999;
    width: 100%;
  }
  .btn-left-menu, .btn-left-menu2 {
    display: flex;
  }
  .map-container {
    margin: 20px 0;
  }
  .store-info {
    left: 0px;
    top: 0;
    width: 100%;
    right: 0;
    margin: auto;
  }
  .store .mobile-tabs-header {
    display: block;
  }
  .store .mobile-tabs-header .mobile-tabs {
    display: flex;
  }
}

/*# sourceMappingURL=stores.css.map */
