:root {
  --default_color: #111;
  --line-height: 1.425;
  --main_color: #E81A64;
  /* top bar */
  --topbar_color: #fda00f;
  /* end top bar */

  /* main menu */
  --mainmenu_color: #fda00f;
  --text_mainmenu_color: #fff;
  --text_mainmenu_hover_color: #ebe9e9;
  /* end main menu */
  

  /* text color */
  --title_color: #27282c;
  --text_color: #444;
  --text_hover_color: #E81A64;
  --text_price_color: #111;
  /* end text color */

  /* btn */
  --btn_color: #E81A64;
  /* end btn */
  
  --color-primary:#E81A64;
}