:root {
  --primaryAppColor: #140F4B;
  --cartAlert:#FFEFEE;
  --cartAlertBorder:#E40A1A;
  --cartNotice:#FFF9DB;
  --cartNoticeBorder:#F7A800;
  --cartSucess:#EFF9E3;
  --cartSucessBorder:#59A719;
  --cartInformative:#E9FAFF;
  --cartInformativeBorder:#008EFF;
  --cartimportant:#F8ECFF;
  --btndisabled:rgba(0,0,0,0.1);
  --btndisabledtext:rgba(0, 0, 0, 0.3);
  --cartimportantBorder:#C121EB;
  --alertIcon: url(../images/alertLarge.svg);
  --flagIcon: url(../images/servlet.png);
  --warningIcon: url(../images/warning--alt.svg);


  --linkTextColor: #1010EB;
  --linkTextHoverColor: #0C0CA5;
  --primaryBtnBackGroundColor: #1010EB;
  --primaryBtnColor: #ffffff;
  --secondaryBtnBackGroundColor: transparent;
  --secondaryBtnColor: #1010EB;
  --primaryBtnHoverBckColor: #0C0CA5;
  --primaryBtnHoverColor: #ffffff;
  --btnFontSize: 16px;
  --btnLineHeight: 17px;

}


