﻿/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */


.center-menu {
	width: 100%;
}

.html-account-page .center-menu {
	width: calc(100% - 280px);
}


.center-menu .item-box {
	width: 24.25%;
}

.center-menu .item-box:nth-child(3n+1),
.center-menu .item-box:nth-child(5n+1) {
	margin-left: 1%;
	clear: none;
}

.center-menu .item-box:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}

.center-menu .product-list .item-box .details {
    margin: 0 25% 0 290px;
}

.center-menu .product-list .item-box .add-info {
	width: 25%;
}

 
}