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

.content.shop {
	overflow: auto;
}


.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;
}

.zoomContainer {
    z-index: 10;
}

.shop-products-content, .shop-product-content, .shop-cart-content{
	max-width:980px;
    height: 100%;
    box-sizing: border-box;
}

.shop-products-content.with-horizontal, .shop-product-content, .shop-cart-content{
	padding: 30px 30px;
    margin-bottom: 40px;
}

.empty-block{height:20px;}

.shop-cart {float:none; overflow: hidden;}

.shop-order {max-width: 1000px;}

.scrollbar{max-width:980px; height:100%;}
.jspVerticalBar{margin-top:4%; height: 92%;overflow: inherit;}
.shop-cart-order-form {margin-bottom: 20px;}

.shop-products .shop-category-description { }
.shop-products .shop-category-description.shop-no-categories { }

.shop-products .shop-menu.horizontal-dropdown .shop-sub-menu {
    display: none;
    position: absolute;
    padding-top: 18px;
    z-index: 999;
    margin-left: -14px;
    min-width: 145px;
}
.shop-products .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item {
    display: block;
    margin: 0px;
    padding: 2px 15px;
    text-align: left;
    background: #cfcfcf;
}

.shop-products .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item:first-child {
    padding-top: 12px;
}

.shop-products .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item:last-child {
    padding-bottom: 12px;
}

.shop-products .shop-menu.horizontal-dropdown {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.shop-products .shop-category-description {
    margin-top: 0px;
}


.shop-menu.vertical ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0px 0px 5px 0px;
    position: relative;
}

.shop-menu.vertical  .shop-sub-menu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0px 0px 1px 0px;
    position: relative;
}

.shop-menu.vertical .shop-menu-item .shop-sub-menu {
    display: none;
    padding: 5px 0px 5px 0px;
}

.shop-menu.vertical {
    width: 130px;
    display: block;
    position: absolute;
    top: 30px;
    left: 37px;
    z-index: 10;
    text-align: left;
}

.shop-menu.vertical .shop-menu-item.active .shop-sub-menu {
    display: block;
}

.shop-content-main {
    display: block;
    margin: 30px 30px 0 200px;
}

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

.shop-product .shop-content-main .shop-bread-crumbs {padding-top: 0px;}