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

/**
* For Hugo
*/

.shop-products, .shop-product {
    padding-top: 20px;
    padding-bottom: 20px;
}
.shop-cart {
     margin: 20px 0;
}

.shop-order-content {width:500px; margin: 0 auto;}
.shop-products, .shop-product, .shop-cart {
    width:960px;
    margin: 0 20px; 
}

.shop-products.bind_products {
    margin: 0;
}

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

#layout form#orderForm,
#layout .shop-cart .shop-cart-title,
#layout .shop-product {
    padding-left:10px;
    padding-right:10px;
}

#layout .shop-cart-footer {
    display: block;
}

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

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

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

/*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;}
.shop-page.shop-cart .shop-cart-footer {
    padding-bottom: 20px;
}