.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{
	font-size: 14px;
	color: blue;
}
.findStore-form{
	max-width: 450px;
}
.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-value{
	font-size: 14px;
	color: #000;
}
.store-card .store-text.store-des{margin-top:8px;}
.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;
}
@media (max-width:991px){
	.pageStore-left{
		width:100%;
		order:1;
		-ms-order:1;
	}
	.pageStore-right{
		width: 100%;
		padding-left: 0;
		order: 0;
		-ms-order:0;
		margin-bottom: 20px;
	}
	.store-maps{

		padding-bottom: 35%;
	}
}
@media (max-width:480px){
	.findStore-head h3{
		font-size:13px;
	}
	.findStore-head .findStore-near{
		font-size:10px;
	}
	.findStore{
		padding:15px 10px 15px 10px;
		margin-bottom:20px;
	}
}
