.shop-product .hide {display: none;}

.shop-product .selectbox select {
    width: 220px;
    background: #fff;
}

.shop-product .description h1 {
    text-transform: none;
    letter-spacing: normal;
}

.shop-order{margin: 20% 22% 15% 22%;}

@media only screen and (max-height: 800px) {
	.shop-order{ margin: 10% 22% 10% 22%;}
}

/**
* For Hugo
*/

.shop-products, .shop-product {
    padding-top: 20px;
    padding-bottom: 20px;
}
.shop-cart {
     margin: 20px 0;
}

.shop-order {
    padding-top:10%;
}
.shop-order-content {width:500px; margin: 0 auto;}
.shop-products, .shop-product, .shop-cart {
    margin: 0 20px; 
    width:960px
}

.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-page.shop-cart { 
    padding-top: 20px; 
}

.shop-page.shop-cart.shop-order {
    padding-top: 10%;
}

/*mobile devices*/
@media only screen and (max-width: 767px) {
  .shop-products, .shop-product { width:auto}
}

.menu .lnk-cart .shop-basket.shop-tablet {margin-top: -5px;}
.menu .lnk-cart .shop-basket.shop-tablet {vertical-align: top;}
