1/*
2Theme Name: eKart
3Text Domain: ekart
4Template: shopire
5Version: 1.0.12
6Tested up to: 6.8
7Requires at least: 4.7
8Requires PHP: 5.6
9Author: WPFable
10Author URI: https://wpfable.com/
11Theme URI: https://wpfable.com/themes/ekart-free/
12Description: eKart is a fast, clean, lightweight theme. eKart is customizable and modern-looking free responsive WooCommerce WordPress theme for e-commerce stores like clothing, fashion, electronics, ebooks, dress store, sports shop, marketplace, multivendor, equipments or online products. Theme is compatible with Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack and other popular plugins. The theme is SEO friendly, WPML and RTL ready. Looking for a WooCommerce theme? Look no further! eKart Pro demo https://demos.wpfable.com/premium/ekart/
13Tags: one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
14License: GPLv3 or later
15License URI: https://www.gnu.org/licenses/gpl-3.0.html
16
17This theme, like WordPress, is licensed under the GPL.
18Use it to make something cool, have fun, and share what you've learned
19with others.
20*/
21
22:root {
23 --wf-main-rgb: 213, 21, 34;
24 --wf-secondary-color: #17273B;
25}
26
27
28/* Header--six */
29
30.header--six .wf_mobilenav-topbar-content,
31.header--six .wf_header-topbar {
32 color: #fff;
33 background-color: var(--wf-secondary-color);
34}
35
36
37.header--six .wf_mobilenav > .wf-container {
38 border-bottom: 1px solid rgba(189, 189, 189, 0.4);
39}
40
...
</html>