:root {
  --primary-color: #eb2662!important;
  --primary-color-light: #eb2662!important;
  --primary-color-dark: #eb2662;
  --secondary-color: #eb2662;
  --secondary-color-light: #eb2662;
  --secondary-color-dark: #eb2662;
  --bg-custom-1: #518da7;
  --bg-custom-2: #8e7258; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Hind" !important; }

.navbar .navbar-brand {
  background-color: transparent !important;
  border-radius: 2px;
  padding: 0; }
  .navbar .navbar-brand img {
    width: 140px; }
    @media (max-width: 767px) {
      .navbar .navbar-brand img {
        width: 90px; } }
@media (min-width: 768px) {
  .navbar .navbar-nav {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
    text-align: right; }
    .navbar .navbar-nav .nav-item:nth-of-type(1) {
      margin-left: 50px; }
    .navbar .navbar-nav .nav-link {
      color: #333333;
      font-weight: bold; }
    .navbar .navbar-nav .nav-item-cta .nav-link {
      color: #ffffff; } }

.bg-custom-1 {
  background-color: var(--bg-custom-1); }

.bg-custom-2 {
  background-color: var(--bg-custom-2); }

.business-information-section:not(.citygrid-context) {
  background-color: var(--bg-custom-1);
  color: #fff; }

#choose-voucher-section {
  background-color: var(--bg-custom-1);
  color: #fff; }
  #choose-voucher-section .section-title {
    color: currentColor; }

#send-gift-section {
  background-color: var(--bg-custom-2);
  color: #fff; }
  #send-gift-section .section-title {
    color: currentColor; }
  #send-gift-section .print-thumbnail .stack-wrap .img-stack {
    background-color: rgba(104, 178, 213, 0.5); }
  #send-gift-section .mail-thumbnail .stack-wrap .img-stack {
    background-color: rgba(180, 208, 85, 0.5); }
  #send-gift-section .email-thumbnail .stack-wrap .img-stack {
    background-color: rgba(228, 150, 78, 0.5); }

#payment-section {
  background-color: var(--bg-custom-1);
  color: #fff; }
  #payment-section .section-title {
    color: currentColor; }
  #payment-section .illustration-section {
    color: var(--bg-custom-1); }

.scene-section form label .label-helper {
  color: #ffffff; }

.alert-info-primary {
  background-color: var(--primary-color);
  color: #ffffff; }

/*# sourceMappingURL=boncado-city.andenne.css.map */
