section[data-structure="shop"] .container > *,
section[data-structure="shop"] .container .static-grid-item {
    visibility: hidden;
}

.shop-product .hide {display: none;}

.shop-product .selectbox select {
    width: 220px;
    background: #fff;
}

.shop-product .description h1 {
    text-transform: none;
    letter-spacing: normal;
}

@media only screen and (max-height: 800px) {
	.shop-order{ padding: 10% 22%;}
}



.shop-page {padding: 0px 0px 45px;}

.shop-order{
    padding: 15% 22%;
    box-sizing: border-box;
}

.shop-order-content {width:500px; margin: 0 auto;}

.shop-cart .shop-return-button {margin-top: 20px;}

.shop-products nav {
	text-align: left;	
	padding-bottom: 30px;
}

.shop-products nav ul li:first-child {
    padding-left: 0px;
}

.shop-products, .shop-product, .shop-cart {
    min-width: 960px; width: auto;
}

.shop-products .shop-category-description {
    margin-bottom: 20px;
}

.shop-content-main {
    margin: 0px 0px 0 145px;
}

.shop-menu.vertical {
    margin-top: 0px;
}


/*mobile devices*/
@media only screen and (max-width: 960px) {
  .shop-products, .shop-product, .shop-cart { width:auto !important; min-width: inherit; padding: 10px !important;}
}

section.shop article ol {
    list-style-type: decimal;
    list-style-position: inside;
}