@media (max-width: 1399px) { /* xl */

}


@media (max-width: 1199px) { /* lg */


}


@media (max-width: 991px) { /* md */
	
	#header nav {overflow-x: auto}
	
	.breadcrumb {
		/*overflow-x: auto;
		overflow-y: hidden;*/
		
		max-height: 20px;
		flex-wrap: nowrap;
		width: max-content;		
	}
	
	.mp_products_new_wrapper, .mp_news_wrapper {overflow-x: auto}
	
	.mp_products_new_wrapper > div,
	.mp_news_wrapper > div
	{ flex-wrap: nowrap; justify-content: left !important }
	
	.mp_products_new_wrapper .product, 
	.mp_news_wrapper .news-item
	{width: 316px;}
	
	

}

@media (max-width: 767px) { /* sm */
	.mp_articles_wrapper .a_icon2 svg {width: 16px; height: auto;}

}


@media (max-width: 639px) { 

	#cat-list-btn {display:none}

}



@media (max-width: 575px) { /* xs */

	#header .h2 {font-size: calc(1.3rem + 0.6vw)}
	#header .h3 {font-size: calc(1.275rem + 0.3vw)}
	#header .h4 {font-size: 1.25rem}
	#header .h5 {font-size: 1rem}

}



@media (max-width: 420px) { 
	.footer_address {max-width: 160px}
	
	#header .h2 {font-size: calc(1.275rem + 0.3vw)}
	#header .h3 {font-size: 1.25rem}
	#header .h4 {font-size: 1rem}

	#header .breadcrumb-wrapper {margin-top: 0.5rem !important}
}

