#map_google img {
    max-width: initial !important;
}
.css-19r1zod{
	margin-bottom: 40px;
}
#app{
	width: 100%;
}
.title_container{
	margin: 0px auto 42px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 20px;
	width: 100%;
	max-width: 1320px;
}
.swiper-wrapper {
	height: auto;
}
.swiper-slide{
	display: flex;
	height: auto;
}
.store_tab_model_container .tabSwiper{
	max-width: 1200px;
	margin: auto;
}
.swiper-container-outter {
	width: 100%;
}
.swiper-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.store_tab_model_container .swiper-wrapper {
	justify-content: center;
}
.swiper-button-disabled{
	display: none;
}
body.v4 .swiper-button-prev{
	background-image: url(/privileges_and_support/contact_us/store_location/common/arrow_left_desktop.png);
	background-position: 0;
}
body.v4 .swiper-button-next{
	background-image: url(/privileges_and_support/contact_us/store_location/common/arrow_right_desktop.png);
	background-position: 100%;
}
.store_tab_item{
	padding: 11px 6px;
	border-radius: 12px;
	border: 1px solid var(--Color-Grey60, #C8C8C8);
	width: 100%;
	/* max-width: 120px; */
	height: 50px;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--Color-Black, #333);
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "Noto Sans TC";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	background-color: #fff;
}
.store_tab_item.active{
	border: 2px solid var(--Color-Red---Default, #F00);
	color: var(--Color-Red---Default, #F00);
}
.theme[lang=en-US] .store_tab_item{
	font-family: titling-gothic-fb-condensed, Noto Sans, Noto Sans TC;
	font-weight: 500;
}
.store_location_graybg{
	background-color: #F6F6F6;
	padding: 60px 0;
}
.roaming-components .tabs{
	background: #F6F6F6;
}
.roaming-components .tab-container{
	max-width: 1320px;
	margin: auto;
}
.roaming-components .tabs .tab.selected{
	filter: unset;
	box-shadow: 0 -4px 8px 0 rgb(0 0 0 / 5%);
	border-radius: 12px;
}
.roaming-components{
	max-width: 1320px;
	margin: 0 auto;
	background-color: #EBECEE;
	border-radius: 20px;
}
.tabSwiper {
	padding: 21px 39px;
	border-radius: 0 0 20px 20px;
	border-top-left-radius: 0;
	box-shadow: 0 0 8px 0 rgb(0 0 0 / 5%);
	filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.05));
	background: #fff;
	position: relative;
}
.swiper-navigation-tab{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0%;
}
.swiper-button-prev, .swiper-button-next {
	top: -29px;
}
body.v4 .swiper-button-next, body.v4 .swiper-button-prev{
	width: 100px !important;
    height: 100px !important;
}
.page-title{
	max-width: 1320px !important;
	padding: 0;
}
.store_district_selected{
	color:red;
	border: red 2px solid;
}
.map_and_list_container{
	max-width: 1320px;
	margin: 0 auto 0;
	display: grid;
	grid-template-columns: 450px 1fr;
	gap: 40px;
	padding: 40px 0 0px;
}
#map_google{
	width: 450px;
	height: 450px;
	border-radius: 20px;
}
.display_desktop{
	display: block;
}
.display_mobile{
	display: none;
}
.store_list_container{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-height: 660px;	
	padding-right: 20px;
	padding-bottom: 20px;
}
.store_list_scroll {
	overflow-y: scroll;
}
.store_list_box{	
    display: grid;
    padding: 40px;
    gap: 40px;
    border-radius: 30px;
    border: 2px solid var(--Color-Grey60, #C8C8C8);
    background: #FFF;
    grid-template-columns: 180px auto;
	cursor: pointer;
}
.store_list_box.active{
	border: 2px solid var(--Color-Red---Default, #F00);
}	
/* body.v4 img.storeImg{
	max-width: 180px !important;
	height: 180px;
	border-radius: 20px; 
}*/
.storeImg{
	width: 180px;
    height: 180px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.store_list_box_des{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}
.theme[lang=zh-HK] .store_list_box_des .h7,.theme[lang=zh-HK] .store_list_box_des .h8{
	margin-bottom: 4px;
}
.dayGrid{
	display: grid;
    grid-template-columns: 140px 1fr;
    margin-bottom: 4px;
    gap: 20px;
}
hr{
	width: 100%;
	margin: 40px 0;
}
.icon{
	width: 32px;
}
.store_list_box_right,.store_list_box_des div{
	width: 100%;
}
.store_list_box_des_bottom{		
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}
.store_list_box_des_bottom>div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 1360px) {
	.title_container{
		padding: 0 20px;
	}
	.roaming-components,.map_and_list_container{
		margin: 0 20px;
	}
	.store_list_container{
		padding: 0;
	}
}
@media screen and (max-width: 1100px) {
	.store_list_box {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}
	.store_tab_item{
		padding: 16px 5px;
	}
	.map_and_list_container{
		grid-template-columns: 350px 1fr;
		gap: 20px;
	}
	#map_google {
		width: 350px;
		height: 350px;
	}
}

@media screen and (max-width: 768px) {
	.roaming-components .tabs{
		background-color: unset;
	}
	.roaming-components .tabs .tab{
		background-color: #fff;
	}
	.swiper-button-prev, .swiper-button-next {
		top: 0%;
	}
	body.v4 .swiper-button-prev{
		background-image: url(/privileges_and_support/contact_us/store_location/common/arrow_left_tab_mob.png);
		left: 0;
		width: 28px !important;
    	height: 45px !important;
	}
	body.v4 .swiper-button-next{
		background-image: url(/privileges_and_support/contact_us/store_location/common/arrow_right_tab_mob.png);
		right: 0;
		width: 28px !important;
    	height: 45px !important;
	}
	body.v4 .swiper-navigation-store .swiper-button-prev{
		background-image: url(/privileges_and_support/contact_us/store_location/common/arrow_left_card_mob.png);
		left: 0;
	}
	body.v4 .swiper-navigation-store .swiper-button-next{
		background-image: url(/privileges_and_support/contact_us/store_location/common/arrow_right_card_mob.png);
		right: 0;
	}
	.title_container{
		gap: 8px;
		margin: 0 auto;
	}
	.store_location_graybg{
		margin: 40px 0;
		padding: 0;
		background-color: #fff;
	}
	.roaming-components,.map_and_list_container{
		margin: 0;
	}
	.tabSwiper{
		border-radius: 0;
	}
	.map_and_list_container{
		display: block;
		width: 100%;
		padding: 0 20px;
		background-color: #fff;
	}
	#map_google {
		width: 100%;
		height: 180px;
		margin: 10px auto 20px;
	}
	.roaming-components .tabs .tab .content {
		padding: 17px 2px;
	}
	.roaming-components{
		background-color: unset;
	}
	.store_tab_item{
		background-color: #fff;
		font-size: 14px;
		padding: 12px 8px;
		line-height: 18px;
	}
	.theme[lang=en-US] .store_tab_item{
		max-width: unset;
		padding: 12px 0px;
		font-size: 12px;
	}
	.tabSwiper {
		padding: 10px 20px;
		position: relative;
	}
	.display_desktop{
		display: none;
	}
	.display_mobile{
		display: block;
	}
	.store_list_box_des_top{
		display: flex;
		gap: 12px;
		align-items: center;
	}
	.store_list_box_des{
		text-align: left;
	}
	.store_list_box{
		padding: 20px;
		gap: 0px;
		flex-direction: column;
		color: #333333;
		width: 100%;
	}
	hr {
		margin: 20px 0;
	}
	.store_list_box_des_bottom{
		grid-template-columns: 1fr;
		gap: 12px;
	}
	/* body.v4 img.storeImg{
		border-radius: 12px;
		width: 82px;
		height: 82px;
	} */
	 .storeImg{
		border-radius: 12px;
		width: 82px;
		height: 82px;
	}
	.store_list_box_des_bottom>div{
		gap: 10px;
	}
	.storeSwiper{
		position: relative;
	}
	.swiper-navigation{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}
	body.v4 .swiper-navigation-store .swiper-button-prev{
		left: -20px;
		width: 29px !important;
        height: 70px !important;
	}
	body.v4 .swiper-navigation-store .swiper-button-next{
		right: -20px;
		width: 29px !important;
        height: 70px !important;
	}
	.icon{
		width: 24px;
	}
}
@media screen and (max-width: 430px){
	.store_tab_item{
		/* max-width: 80px; */
	}
}