@charset "UTF-8";

.prodsell_wrap{
	flex-wrap: wrap;
}
.prodsell_wrap > main{
	width: 100%;
	max-width: 1000px;
}

@media all and (max-width: 1250px)
{
	/* 商品分類 */
	.shoppinghome_categories{
		position: fixed;
		z-index: 9999;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.shoppinghome_categories_title{
		background-color: #EF5627;
	}

	/* 商品分類第1層選單 */
	.shoppinghome_categories_ul{
		height: 50vh;
		overflow: auto;
		display: none;
	}
}