:root {
  /* --wpt_primary: #EA592A; */
  --wpt_primary: #FFA500;
  --wpt_primary_deep: #ac7103;
  --wpt_primary_deepest: #cf8e19;
  --wpt_primary_light: #EA592A;

  --wpt_secondary: #f7f6f5;
  --wpt_secondary_deep: #af5436;
  --wpt_secondary_light: rgb(218, 159, 138);

  --wpt_link: var(--wpt_primary);
  --wpt_link_hover: var(--wpt_primary_deepest);
  --wpt_link_deep: #4B1E19;
  --wpt_link_light: #4b3a38;
  

  --wpt_text: #EA592A;
  --wpt_text_deep: #9e3e1e;
  --wpt_text_light: #e0b0a0;  

  --wpt_warning: #ffeb3b;
  --wpt_danger: #EA592A;
  --wpt_cart_highliter: #F5704A;

  --wpt_off_white: #14141414;
  --wpt_deep_off_white: #cbcbcb;
  --wpt_white: #ffffff;
  --wpt_gray: gray;
  --wpt_black: #000000;

  --wpt_review: #ffc107;
  --wpt_thead_bg: #EA592A;
  --wpt_thead_text: var(--wpt_white);

  --wpt_product_title: #C0587E;
  --wpt_product_title_hover: var(--wpt_primary);
  
  --wpt_table_bg: var(--wpt_white);
  --wpt_table_tr_odd: transparent;
  --wpt_table_tr_boder: var(--wpt_secondary);

  --wpt_btn_color: var(--wpt_white);
  --wpt_btn_color_hover: var(--wpt_primary);

  --wpt_btn_bg: var(--wpt_primary);
  --wpt_btn_bg_hover: transparent;
  
  --wpt_sorted_head_bg: rgba(0, 0, 0, 0.18);
  --wpt_sorted_head_text: inherit;
  --wpt_sorted_td_bg: rgba(0, 0, 0, 0.03);
}
