
:root {
      /* Blue NEW */
  /* text */
  --txtcolor1: #191919;
  --txtcolor2: #fff;
  /* icons */
  --maincolor1: #00579E;
  --maincolor1_rgba: 0, 87, 158;
  --icons1: #343330;
  /* hovers */
  --maincolor2: #1D4ED8;
  /* price */
  --price: #191919;

  /* light bg: cookie info, widget*/
  --bgLight: #fff;
  /* bg box - hotspot, offer, filters, offer*/
  --bgBox: #fff;
  /* dark bg: footer */
  --bgcolor2: #EBF4FB;
  /* dark bg text color: footer */
  --bgcolor2Contrast: #000;
  /* dark bg border color: footer */
  --bgcolor2Border: #EBF4FB;

  /* NOT SET YET */
  --supportcolor1: #e5e5e5;

  /* btn */
  --hovercolor1: #fff;
  --btnColor: #fff;
  --btnBackground: #00579E;
  --btn_hover: #191919;
  --btnBorder: #fff;
  --btnRadius: 100px;

  /* border color: offer, offers etc */
  --bordercolor: #C4C7C8;

}