.shop-product .hide {display: none;}

.content.shop {
	overflow: auto;
	padding-right: 20px;
}


.shop-products{
    max-width:1030px;
}
.shop-products nav {
	text-align: left;	
	padding-bottom: 30px;
}

.shop-products .products-list-pagination {
    margin-bottom: 10px;
}
 
/**
 * Shop - cart
 */
 
.shop-cart { float:left}
.skuCountCell {height:26px !important;}


 
#menu .lnk-cart .shop-basket {font-size: 20px;}

.shop-order-content{width:500px; margin: 20% auto}

@media only screen and (max-height: 800px) {
	.shop-order-content{ margin: 10% auto}
}

/**
* For Oliver
*/


.shop-cart {

}
.shop-cart .skuCount {
    height: 26px;
}
.shop-product select {
    width: 220px;
}

.shop-products-content, .shop-product-content, .shop-cart-content{
	max-width:960px;
    height: 100%;
    padding: 30px 37px;
    margin-bottom: 40px;
   
}
.scrollbar {height: 100%}
.empty-block{height:20px;}

.shop-cart {float:none; overflow: hidden;}

.shop-order {max-width: 960px;}

.scrollbar{max-width:1050px; height:95%;}
.jspVerticalBar{margin-top:4%;}
.shop-cart-order-form {margin-bottom: 20px;}

.shop-products .shop-category-description {margin-top: -35px; }
.shop-products .shop-category-description.shop-no-categories { margin-top: -50px; }
