/* batch6: content overflow safety (nav handled by site-header-nav.css) */
html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

.nav a,
.menu a,
.title a,
.tit a,
.name a,
.product_item .item_name a,
.items_list .product_item .item_name {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
