/*
Theme Name: dg2woo-theme Child
Theme URI: http://underscores.me/
Template: dg2wootheme
Author: Digital2
Author URI: https://digital2.rs
Description: Custom D2 woo integration theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1644322807
Updated: 2022-02-08 13:20:07

*/
:root {
  /* --main-color: #00b8b0;
  --second-color: #434343;
  --lighter-color: #f2f7f6;
  --darker-color: rgb(140, 140, 140); */
  --main-color: rgb(0,160,227);
  --second-color: rgb(51, 51, 51);
  --lighter-color: rgb(238, 238, 238);
  --darker-color: rgb(140, 140, 140);
  --new-color: #5dab6f;
}

.style-2 #category-navigation a.header-style2-text {
  color: #ffffff;
}
ul.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}