/*
Theme Name: Sugar Town Child
Theme URI: https://sugartown.jwsuperthemes.com
Template: sugartown
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: SugarTown is a meticulously designed WordPress theme tailored for bakeries, patisseries, chocolate boutiques, and cafés seeking a sophisticated online presence. Combining modern aesthetics with user-friendly functionality, it offers a variety of customizable layouts and engaging design elements that highlight the beauty of confectionery and artisanal products. Fully integrated with WooCommerce, SugarTown enables seamless e-commerce capabilities, making it easy to showcase products, manage sales, and deliver an exceptional online shopping experience to a global audience.
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
Version: 1.1.1
Updated: 2025-04-24 04:18:39
*/
: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;
}
