/*-- Layouts --*/	

.g-wrapper { background: url('../images/bg.png') 0 0; min-height: 100%; height: auto !important; height: 100%; }

/* Header */
.l-header-top { position: fixed; z-index: 4; width: 100%; height: 30px; padding: 10px 0; background: #3a3a3a; }
.l-header-bottom { position: relative; z-index: 3; height: 170px; padding: 50px 0 0 0; }
.l-header-bottom:after { content: " "; position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 4px; background: url('../images/header-bottom-wave-bg.png') 0 0 repeat-x; }
/* Header cart page */
.p-cart .l-header-bottom { height: 80px; line-height: 80px; background: #6fa812; }


/* Content */
.l-content { position: relative; z-index: 2; padding: 0 0 40px 0; }

/* Left col */
.l-left-col {}

/* Right col */
.l-rigth-col { padding: 30px 0 0 0; }

/* Content pages */
.l-content-page { padding: 30px 0 40px 0; }

/* Checkout content */
.l-content-checkout { position: relative; padding: 30px 0 40px 0; }

/* Search page */
.l-content-search {}
.l-content-search .product-filter,
.l-content-search .product-compare { display: none; }
.l-content-search .b-product-list .products-list { width: 100%; }
.l-content-search .b-product-list .products-list .product-item { width: 225px; }

/* Error content */
.l-content-error { padding: 0 0 40px 0; }

/* Success checkout content */
.l-content-succes { padding: 0 0 40px 0; }


/* Footer */
.l-footer { position: relative; z-index: 3; }
.l-top-footer { position: relative; padding: 30px 0; background: #bec2ad;}
.l-top-footer:before { content: " "; position: absolute; top: -4px; width: 100%; font-size: 0; padding: 4px 0 0 0; background: url('../images/footer-top-bg-wave.png') 0 0 repeat-x;}
.l-bottom-footer { position: relative; height: 150px; background: url(../images/footer-bottom-bg.jpg) 0 0;}


/*-- Pages --*/
/* Home */
.p-home {}

/* Category */
.p-clp {}

/* Product */
.p-pdp {} 

/* Cart */
.p-cart {}