/*
 Theme Name:   Woodmart Child
 Theme URI:    https://woodmart.xtemos.com/
 Description:  Woodmart Child Theme - Add your custom styles and functionality here.
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
 License:      GNU General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
*/

/* =============================================================
   WOODMART CHILD THEME — Custom Styles
   Add your custom CSS below. This file is loaded after the
   parent theme stylesheet so your rules will take priority.
   ============================================================= */


/* ------------------------------------------------------------------
   1. GLOBAL / TYPOGRAPHY
   ------------------------------------------------------------------ */

/* Example: Change body font
body {
    font-family: 'Your Font', sans-serif;
}
*/


/* ------------------------------------------------------------------
   2. HEADER
   ------------------------------------------------------------------ */


/* ------------------------------------------------------------------
   3. NAVIGATION / MENU
   ------------------------------------------------------------------ */


/* ------------------------------------------------------------------
   4. SHOP / PRODUCT ARCHIVE
   ------------------------------------------------------------------ */


/* ------------------------------------------------------------------
   5. SINGLE PRODUCT
   ------------------------------------------------------------------ */


/* ------------------------------------------------------------------
   6. CART & CHECKOUT
   ------------------------------------------------------------------ */


/* ------------------------------------------------------------------
   7. MY ACCOUNT
   ------------------------------------------------------------------ */


/* ------------------------------------------------------------------
   8. FOOTER
   ------------------------------------------------------------------ */


/* ------------------------------------------------------------------
   9. RESPONSIVE — TABLET ( ≤ 1024px )
   ------------------------------------------------------------------ */
@media (max-width: 1024px) {

}


/* ------------------------------------------------------------------
   10. RESPONSIVE — MOBILE ( ≤ 767px )
   ------------------------------------------------------------------ */
@media (max-width: 767px) {

}
