
	@media screen and (max-width: 1000px){
		body #mobile_header .menu_box{justify-content: flex-end;}
		body #mobile_header .menu_box .logo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
		body #mobile_header .menu_box .logo img{right: 0;}

		body .nav_center_fixed{display: flex; flex-direction: column;}
		body .nav_center_fixed > div{order: 99;}
		body .nav_center_fixed .box_top{order: 1;}
		body .nav_center_fixed .account_box{border-top: 0; border-bottom: 1px solid #e6e6e6; position: static; order: 2;}

		body .ly_header_54 .logo_box{position: static; justify-content: flex-end;}
		body .ly_header_54 .logo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
	}

	@media screen and (max-width: 550px){
		body .ly_header_54 .bx_nav_one{padding: 20px 0;}
		body .ly_products_88.index_arrival .arrival_box{margin-top: 0; padding-top: 0;}
		body .default_products_list1 .list_products_box .list_products_item .item_price{text-align: center;}
	}
