:root {
  --ms-name: "suntripsb2b2c";

  --s-color-brand-primary: #c8c8c8;
  --s-color-brand-dark: #888886;

  --s-color-route-1: #e4b02a;
  --s-color-route-2: #888886;
  --s-color-route-3: #FDDB11;
  --s-color-route-4: #888886;

  --s-sb-main-bg-color: #888886;
  --s-sb-main-content-color: 255, 255, 255;
}

.c-fast-confirm__price {
  color:#6DC151;
}

.c-button.bg-clr--brand {
  background-color:#6DC151;
  &:hover {
    background-color: #62ae49 !important;
  }
}
