@media screen and (max-width: 1200px)
{
	.box-header .container > .d-flex{justify-content: center !important;}
	.box-header .col__2{padding: 15px 0;}
	.menu ul li a{padding: 12px 20px;}
	.row{margin: 0 !important;}

	.cover-nutrition .col__1{background: none;}
}
@media screen and (max-width: 1024px) 
{
	.menu ul li a{padding: 12px 15px;}
}
@media screen and (max-width: 960px) 
{
	:root
	{
		--item__margin: 5px;
		--item__width: calc((100% / 4) - (var(--item__margin) * 2));
		--item__page__margin: 5px;
	}

	.box-header{position:relative;}	
	.box-header.fixed #google_language_translator{position: fixed !important;top: 0;right:10px;z-index: 1002;}
	#google_language_translator{position:absolute;top:100%;right:10px;z-index:1002;height:38px;}
	#google_language_translator select{height:32px;padding:5px 15px;}
	.menu-mobile,.hc-offcanvas-nav{display:block !important;}
	.nav-menu{display:none !important;}
}
@media screen and (max-width: 800px) 
{
	.cover-about .col__2{margin-top: 10px;}
	.cover-benefit .row{background: none;}
	.item-brand .img{top: 0;}
	.item-brand .info{padding-top: 10px !important;}

	.col-footer{margin-bottom: 20px;}
	.copyright .d-flex{justify-content: center !important;text-align: center;}
}
@media screen and (max-width: 700px) 
{
	:root
	{
		--item__width: calc((100% / 3) - (var(--item__margin)*2));
		--item__page__width: calc((100% / 3) - (var(--item__margin)*2));
	}
	.benefit-slider{position: static;width: 100%;}
	.item-contactIns{width: 100%;margin-top: 20px;}	
}
@media screen and (max-width: 600px) 
{
	.box-header .col__2{display: none;}
	.box-header .col__1 > .d-flex{justify-content: center !important;}
	.box-header .col__3{text-align: center !important;}
}
@media screen and (max-width: 480px) 
{
	:root
	{
		--font__title: var(--bold) 25px/var(--line__height) var(--title__font);
		--item__width: calc((100% / 2) - (var(--item__margin)*2));
		--item__page__width: calc((100% / 2) - (var(--item__margin)*2));
	}
	.box-header .top .item-textSlider{font-size: 15px;}
}