
:root {
      /* Blue NEW */
  /* text */
  --txtcolor1: #000;
  --txtcolor2: #fff;
  /* icons */
  --maincolor1: #2563EB;
  --maincolor1_rgba: 37, 99, 235;
  --icons1: #2563EB;
  /* hovers */
  --maincolor2: #1D4ED8;
  /* price */
  --price: #2563EB;

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

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

  /* btn */
  --hovercolor1: #fff;
  --btnColor: #fff;
  --btnBackground: #2563EB;
  --btn_hover: #1D4ED8;

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

}