/*=====================================================
    
    HD SCREENS

=====================================================*/


@media all and (min-width:1601px) {


	.center-menu {
		width: 100%;
	}
	.center-menu .item-box {
		width: 19.2%;
	}

	.center-menu .item-box:nth-child(4n+1),
	.center-menu .item-box:nth-child(6n+1) {
		margin-left: 1%;
		clear: none;
	}

	.center-menu .item-box:nth-child(5n+1) {
		margin-left: 0;
		clear: both;
	}

	.center-menu .product-list .item-box .buttons .button-2 {
		padding: 0 30px;
	}



}