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

/**
* For Oscar
*/
.shop-products, .shop-product, .shop-cart {
    margin: 0 auto; 
    padding: 0px;
    /* max-width:960px; */
}

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

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

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

.shop-cart .shop-cart-footer{ display: table; }

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

.shop-order-content {width:500px; margin: 0 auto;}

/*mobile devices*/
@media only screen and (max-width: 960px) {
  .shop-products, .shop-product, .shop-cart { width:auto}
  
  .shop-cart .shop-cart-footer{ display: table; }
}


@media only screen and (max-width: 420px) {
    
    .shop-products, .shop-product, .shop-cart {
        padding-left: 0px;
        padding-right: 0px;
    }
    
}