.page-store{
	padding:10px 0;
}
.findStore{
	margin-bottom: 44px;
	box-shadow: 0 0 12px rgb(0 0 0 / 12%);
	border-radius: 12px;
	padding: 16px 25px 39px 21px;
}
.findStore .findStore-head{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom:15px;
}
.findStore-head h3{
	font-size:14px;
	margin:0;
}
.findStore-head .findStore-near{ 
  height: 40px;      
  padding: 10px;     
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;   
  font-weight: bold;
  color: #ffffff;
  background-color: #0044D0;
  border: none;
  border-radius: 10px;  
  cursor: pointer;
  outline: none;
  transition: all 0.1s ease; 
  user-select: none; 
}

.findStore-filter{
  max-width: calc(60% - 15px);
  flex: 1;
}
.findStore-form .findStore-group{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.findStore-form .findStore-group .findStore-input{
	flex: auto;
  
	-ms-flex: auto;
	position:relative;
}
.findStore-form .findStore-group .keyword-search{
	width:100%;
	padding-right:30px;
	border: 1px solid #ddd;
	height: 40px;
	outline: none;
	background:#fff;
	transition:all 0.3s;
}

.findStore-form .findStore-group .keyword-search:focus,
.findStore-form .findStore-group .keyword-search:hover{
	box-shadow: 0 0 4px rgba(233,233,233,0.6);
}
.findStore-form .findStore-group .clear-searchStore{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	line-height: 0;
}
.findStore-form .btn-search-store{
	width: 90px;
	font-size: 14px;
	background: #fff;
	border: 1px solid blue;
	margin-left: 8px;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	background: blue;
	color: #fff;
}
.pageStore-content{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pageStore-left{
	width: 40%;
	padding: 15px;
	background: #fafafa;
	border-radius: 12px;
	border: 1px solid #e5e5e5;
}
.pageStore-right{
	width: 60%;
	padding-left: 15px;
}
.listStore{
	max-height: 625px;
	padding-right:15px;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.listStore .store-card{
	border: 1px solid #e5e5e5;
	background-color: #fff;
	cursor: pointer;
	width: 100%;
	box-shadow: 0 0 12px rgba(15,61,145,12%);
	border-radius: 8px;
	padding: 10px 16px;
	margin-bottom: 16px;
	border:1px solid transparent;
}
.listStore .store-card.active{
	border-color:blue;
	background:#f2f6fe;
}
.store-card .store-text .txt-label{
	color: #b3bdca;
	margin-right: 5px;
	font-size: 14px;
	margin-bottom: 0;
}
.store-card .store-text .txt-label *{
  width: 20px;
}
.store-card .store-text .txt-value{
	font-size: 14px;
	color: #000;
}
.store-card .store-text.store-des{margin-top:8px;}
.store-card .store-contact{
  display: flex;
  align-items: center;
  margin-top: 5px;
  justify-content: center;
}
.store-card .item-contact a{
    font-size: 12px;
    font-weight: 500;
    margin-right: 4px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.store-card .item-contact a img{
      width: 15px;
    height: 15px;
}
.store-card .item-contact .contact-call{
      color: red;
}
.store-card .item-contact .contact-zalo{
      color: #485fc7;
}
.store-card .item-contact .btn-store-map{
      color: #000;
    font-weight: 700;
}
.listStore .store-empty{
	font-size: 16px;
	max-width: 259px;
	margin: 0 auto;
}
.store-maps{
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.store-maps iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.store-actions{text-align:right;}
.store-actions .btn-store-booking {
	display: inline-block;
	padding: 5px 0px;
	background: blue;
	max-width: 70px;
	width: 100%;
	text-align: center;
}

.store-actions .btn-store-booking img {
	width: 34px;
}

.autocomplete-items {
    position: absolute;
    top: 100%; /* Nằm ngay sát dưới đáy ô input */
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-top: none;
    max-height: 200px; /* Giới hạn chiều cao */
    overflow-y: auto; /* Tạo thanh cuộn dọc giống trong ảnh */
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.autocomplete-items li {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.autocomplete-items li::before {
    content: "";
    display: inline-block;
    width: 14px; 
    height: 14px; 
    margin-right: 8px;
    vertical-align: middle;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M285.6 444.1C279.8 458.3 264.8 466.3 249.8 463.4C234.8 460.4 223.1 447.3 223.1 432V256H47.1C32.71 256 19.55 245.2 16.6 230.2C13.65 215.2 21.73 200.2 35.88 194.4L387.9 50.38C399.8 45.5 413.5 48.26 422.6 57.37C431.7 66.49 434.5 80.19 429.6 92.12L285.6 444.1z'></path></svg>");    
    background-repeat: no-repeat;
    background-size: contain;
}

.autocomplete-items li:hover {
    background-color: #e9e9e9; 
}

@media (max-width:991px){
	.pageStore-left{
		width:100%;
		order:0;
		-ms-order:0;
	}
	.pageStore-right{
		width: 100%;
		padding-left: 0;
		order: 1;
		-ms-order:1;
		margin-bottom: 20px;
	}
	.store-maps{

		padding-bottom: 35%;
	}
}
@media (max-width:480px){
  .findStore .findStore-head{
    flex-direction: column;
  }
	.findStore-head h3{
		font-size:13px;
	}
	.findStore-head .findStore-near{
		font-size:10px;
    margin-left: auto;
	}
	.findStore{
		padding:15px 10px 15px 10px;
		margin-bottom:20px;
	}
  .findStore-filter {
    flex: 1;
    padding-top: 10px;
    max-width: inherit;
  }
}
