@charset "UTF-8";

/*
Theme Name: Sugar Town
Theme URI: https://sugartown.gavencreative.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Introducing SugaTown, a WordPress theme as delightful and irresistible as your sweetest creations. Crafted with meticulous attention to detail, SugaTown is the perfect recipe for bakeries, pastry shops, chocolate boutiques, and cafes looking to establish a delectable online presence. SugaTown blends modern elegance with functional design, offering a rich array of customizable layouts and captivating elements tailored specifically for the world of sweet treats. Whether you're showcasing artisanal chocolates, exquisite cakes, handcrafted pastries, or aromatic coffees, SugaTown provides the perfect canvas to display your culinary artistry. Seamlessly integrated with WooCommerce, SugaTown empowers you to transform your website into a thriving online store, allowing you to effortlessly sell your products to a global audience. From mouth-watering product galleries to streamlined checkout processes, SugaTown is designed to enhance the online shopping experience for your customers.
Requires at least: WordPress 4.9.6
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: sugartown
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
    --display: flex;
    --flex-direction: row;
    --main: #1A311F;
    --accent: #FA9650;
    --secondary: #375534;
    --text: #375534;
    --light: #E3EED4;
    --light-green:#AEC3B0;
    --white: #ffffff;
    --green: #70833c;
    --heading: #0F2A1D;
    --body: #375534;
    --bodybg: #ffffff;
    --btn-color: #ffffff;
    --btn-color2: #0F2A1D;
    --btn-bgcolor: #0F2A1D;
    --btn-bgcolor2: #FA9650;
    --e-global-color-primary: #1A311F;
    --e-global-color-secondary: #FA9650;
    --menu-color: #0F2A1D;
    --font-size-sm: 14px;
    --line-height-sm: 19.6px;
    --font-size-md: 18px;
    --line-height-md: 25.2px;
}

.btn-theme {
    background: var(--main);
    color: #ffffff;
    height: 50px;
    padding: 0 40px;
    text-align: center;
    line-height: 50px;
}

button.btn-theme {
    border: 0;
}