:root {
  /*** Global ***/
  --theme-primary: #306a2f; /* dark green */
  --theme-secondary: #306a2f; /* off white */
  --theme-tertiary: #30a22f; /* bright green */
  --theme-text: #3a3a3a; /* dark grey */
  --theme-lightgrey: #f2f2f2; /* light grey */

  /* Top Bar */
  --topbar-bg: #306a2f;
  --topbar-icons: #fff;
  --topbar-text: #fff;
  --topbar-hover: #30a22f;
  
  /* Main Header */
  --header-bg: #fff;
  --header-icons: #306a2f;
  --header-text: #306a2f;
  --header-hover: #30a22f;
  
  /* Header Search Bar */
  --search-bg: #f2f1ed;
  --search-icons: #306a2f;
  --search-text: #306a2f;
  --search-focus: var(--theme-primary);
  
  /* Main Navigation */
  --nav-bg: #306a2f;
  --nav-border: #dfdfdf;
  --nav-icons: var(--theme-primary);
  --nav-text: #ffff;
  --nav-hover: var(--theme-tertiary);
  
  /* USP Strip */
  --strip-bg: #f2f1ed;
  --strip-icons: #306a2f;
  --strip-text: var(--theme-text);
  --strip-hover: var(--theme-tertiary);
  
  /* Footer */
  --footer-bg: #306a2f;
  --footer-icons: #FFF;
  --footer-text: #FFF;
  --footer-hover: #30a22f;
  
  /* Footer Newsletter Input*/
  --footnews-bg: #fff;
  --footnews-icons: var(--theme-primary);
  --footnews-text: var(--theme-text);
  --footnews-focus: var(--theme-primary);
  
  /* Footer Social Icons */
  --footsocial-bg: #306a2f;
  --footsocial-icons: #fff;
  --footsocial-bg-hover: #25592b;
  --footsocial-icons-hover: #fff;
  
  /* Title Underline Underline Colour */
  --title-underline: #306a2f;
  
  /* Simple / Link Boxes */
  --linkbox-bg: var(--theme-primary);
  --linkbox-text: #fff;
  --linkbox-hover-bg: var(--theme-tertiary);
  --linkbox-hover-text: #fff;
}

.text-input-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-input-wrap label {
  font-weight: 700;
  font-size: 1rem;
}
.text-input-wrap textarea {
  padding-left: 20px;
  width: 100%;
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid lightgrey;
}

/* Changing the text of the cart */
.minicart_container .toolbar .cart-btn > a.btn::before {
  content: "Your Cart";
}

/* Changing the cart icon */
.minicart_container .toolbar .cart-btn > a.btn i::before {
  content: "\f07a";
}

/* Changing the background for Milwaukee Packout 2 blog post */
body.ex-name-milwaukeepackout2 .catalog-grid { background-image: url('https://us.evocdn.io/dealer/1350/content/media/Blog/Milwaukee Packout/background.png'); background-size: contain; }
body.ex-name-milwaukeepackout2 .catalog-grid .container { background: transparent; }

/* Changing the background for 2025-8 blog post*/
body.ex-name-20258 .catalog-grid { background-image: url('https://us.evocdn.io/dealer/1350/content/media/Blog/2025-8/clover.jpg'); background-size: contain; }
body.ex-name-20258 .catalog-grid .container { background: transparent; }