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

.shop-product .selectbox select {
    width: 220px;
    background: #fff;
}

.shop-product .description h1 {
    text-transform: none;
    letter-spacing: normal;
}


/**
* For Hugo
*/

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

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


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

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


@media only screen and (max-height: 800px) {
	.shop-order{ padding: 10% 22%;}
}
