.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, .shop-cart {
    padding: 20px 10px;
}

.tablet .shop-products img {max-width: none;}

.shop-order {
    padding-top:10%;
}
.shop-order-content {width:500px; margin: 0 auto;}
.shop-products, .shop-product, .shop-cart {margin: 0 auto; width:960px}

.shop-cart { width: auto; max-width: 960px;}

.shop-cart .shop-return-button {margin-top: 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 { width:auto}
}

