.shop-products .shop-menu.horizontal-dropdown, .shop-product .shop-menu.horizontal-dropdown {
    margin-bottom: 50px;
}

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

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

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

h1.name.bind_product {
	text-align: center;
}

/**
* For Hugo
*/


.shop-cart-footer {
    height: auto;
}

.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-width: 800px) {
	.shop-order{ padding: 10% 22%;}
}
