:root {
  --wp--preset--color--color-0: #cf303a;
  --wp--preset--color--color-1: #d5495b;
  --wp--preset--color--color-2: #dd6d7e;
  --wp--preset--color--color-3: #010000;
  --wp--preset--color--color-4: #efefef;
  --wp--preset--color--color-5: #ffffff;
  --wp--preset--color--color-6: #ffffff;
  --wp--preset--color--color-7: #ffffff;
}

/* Let some pages start at the top */
:is(.page-id-501, .page-id-597, .page-id-601, .page-id-622, .page-id-659, .page-id-666, .page-id-2881) .content-wrapper {
  margin-top: 0 !important;
}

/* Woocommerce cart go to checkout button */
.woocommerce-cart .cart_totals .checkout-button,
.product-gallery-summary .botiga-single-addtocart-wrapper .button {
  text-transform: capitalize !important;
}

/* The button CTA in the desktop menu */
.in-menu-cta-button {
  font-size: 14px !important;
  padding: 10px 20px !important;
}

@media (max-width: 1024px) {
  /* Start consult banner under header on mobile */
  .bhfb.bhfb-header .bhfb-component-html, .bhfb.bhfb-header .bhfb-component-html .header-html {
    text-align: center;
    width: 100%;
  }

  .bhfb.bhfb-header .bhfb-component-html .header-html a {
    padding: 6px 0px !important;
    display: block;
  }

  .bhfb-below_header_row {
    min-height: 0px !important;
  }

  /* Search icon in mobile menu */
  .bhfb-mobile-offcanvas-col .bhfb-component-search {
    margin: -5px 0 0 0 !important;
  }
}
