/*
Theme Name: WOWOOOCART OS Lite
Theme URI: https://wowooocart.com
Author: Jitin Srivastava
Author URI: https://wowooocart.com
Description: Professional Indian Multi Vendor WooCommerce Marketplace Theme.
Version: 2.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wowooocart-os-lite
Tags: ecommerce, woocommerce, marketplace, multivendor, responsive, fast, seo
*/

/* =====================================================
   WOWOOOCART OS Lite
   Base Theme Styles
===================================================== */

html,
body{
    margin:0;
    padding:0;
    font-family:Arial,Helvetica,sans-serif;
    background:#ffffff;
    color:#222;
}

*{
    box-sizing:border-box;
}

a{
    text-decoration:none;
    color:inherit;
}

img{
    max-width:100%;
    height:auto;
}

.wow-container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 15px;
}