
@media screen and (max-width: 991px) {
	.container {
	    width: 100%;
	}
	.stores,
	.favstores {
		flex-wrap: wrap;
	}
	.store_item {
		margin-bottom: 20px;
	}
	.section {
	    padding: 20px 0px;
	}
}
@media screen and (max-width: 767px) {
	.nav_logo span {
		font-size: 18px;
	}
	.m_nav {
		display: block;
	}
	.nav_menu {
		display: none;
	}
	.appstores {
		margin: 0px;
	}
	.appstores > .flex,
	.footer1 .flex {
		display: block;
	}
	.footer1 .socials {
		margin-bottom: 20px;
	}
	.img_cover {
		width: 100%;
		margin-top: 20px;
	    object-fit: contain;
	}
	.isOpenMobile {
		position: fixed;
		background: #fff;
		width: 100%;
		top: 70px;
		left: 0px;
		z-index: 99;
	    display: block;
	    box-shadow: #aaa 0px 3px 5px 0px;
	    max-height: calc(100vh - 70px);
	    overflow-x: hidden;
	    overflow-y: auto;
	}
	.nav_item {
		width: 100%;
    	display: block;
	}
	.nav_sub_menu {
		display: block;
	    position: relative;
	    top: 0;
	    border: 0px;
	    padding-bottom: 0px;
	}
	.pb_title {
		font-size: 16px;
	}
	.banner .row {
		display: block;
	}
	.row .pbanner,
	.row .pbanner img {
		max-height: 150px;
	}
	.stores,
	.favstores {
		display: block;
    	white-space: nowrap;
    	overflow-x: auto;
	}
	.body_stores .stores {
		display: flex;
		white-space: normal;
	}
	.shopping_item {
		width: 97%;
	}
	.store_item {
		margin: 0px 10px;
	}

	.d_item {
		width: 98%;
		display: flex;
		margin: 7px 1%;
	}
	.d_item > img {
		width: 100px !important;
		height: 100px;
	}
	.d_title {
		font-size: 18px;
	}
	.d_cont {
    	padding: 10px;
    	line-height: 1.2;
    	height: 100%;
    	width: calc(100% - 100px);
    }
    .d_store {
    	display: none;
    }
    .store_item img {
	    width: 61px;
	    height: 61px;
	}
    .d_category {
    	font-size: 10px;
    	padding: 3px 5px;
    }
    .favsection .d_item {
    	display: block;
    }
    .favsection .d_item > img {
    	width: 100% !important;
    	height: 200px;
    }
    .favsection .d_cont {
    	width: 100%;
    	height: calc(100% - 200px);
    }
	.page_banner {
	    background: #b938c8;
		height: auto;
    	padding: 15px 10px;
	}
	.page_banner_title {
		display: block;
		text-align: center;
		font-size: 32px;
	}
	.page_banner_title i {
		display: none;
	}
	.section {
	    padding: 20px 0px;
	}
	.p_detail .p_cont {
		padding: 20px 0px;
	}
	.p_image > img {
		max-height: 280px;
	}
	.p_detail .d_store {
		display: block;
	}
	.p_detail > .buttons {
		display: block;
	}
	.p_detail > .buttons .bt {
		display: block;
		margin-bottom: 20px;
	}
}