File: /home/demo/public_html/roofleak/assets/scss/theme-shop.scss
@import 'mixins/mixins';
@import 'variables';
/*
* Name: Ave - Shop styles
* Written by: LiquidThemes
*/
/*----------------------------------------
[ TABLE OF CONTENTS ]
1. WOOCOMMERCE
|- 1.1. Shop Product
|- 1.2. Shop Single Page
|- 1.3. Shop Cart Page
|- 1.4. Shop Checkout Page
|- 1.3. Shop Extra
2. WOOCOMMERCE RESPONSIVE
|- 2.1. Shop Product
|- 2.2. Shop Single Page
|- 2.3. Shop Cart Page
|- 2.4. Shop Checkout Page
|- 2.5. Shop Extra
-----------------------------------------*/
/* 1.1. Shop Product */
@import 'shop/product/product';
/* 1.2. Shop Single Page */
@import 'shop/single/single';
/* 1.3. Shop Cart Page */
@import 'shop/cart/cart';
/* 1.4. Shop Checkout Page */
@import 'shop/checkout/checkout';
/* 1.5. Shop Extra */
@import 'shop/shop-extra/shop-extra';
/*
2. SHOP RESPONSIVE
*/
/* 2.1. Shop Product */
@import 'theme-responsive/shop/product/product';
/* 2.2. Shop Single Page */
@import 'theme-responsive/shop/single/single';
/* 2.3. Shop Cart Page */
@import 'theme-responsive/shop/cart/cart';
/* 2.4. Shop Checkout Page */
@import 'theme-responsive/shop/checkout/checkout';
/* 2.5. Shop Extra */
@import 'theme-responsive/shop/shop-extra/shop-extra';