﻿/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {
  
/* PRODUCT PAGE */

.product-specs-box {
	margin: 0 -6vw;
	padding: 40px 22%;
}

.attributes-wrapper > div {
	padding: 0;
	margin-left: 0;
}

.attributes {
	max-width: 320px;
}
.attributes dt,
.attributes dd {
	text-align: left;
}

.breadcrumb li > a,
.breadcrumb li > span,
.breadcrumb li > strong {
	margin: 0 6px 0 0;
}

.ui-tabs .inputs label {
	width: 290px;
}

/* WISHLIST & COMPARE LIST */

.wishlist-page .share-info {
	margin: 70px 0 50px;
}

/* SHOPPING CART & CHECKOUT */


.order-progress a {
	width: 180px;
}
}