/*

No Sidebar Layout

*/

.woocommerce #sidebar-area{
    display:none;
}

.woocommerce #content,
.woocommerce #content{
    width:100%;
    padding:0;
    padding-bottom:150px; 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
