@import url("https://use.typekit.net/nme6qey.css");
.burger-menu-btn {
  cursor: pointer; }

.wc_payment_method.payment_method_bridgerpay_gateway {
  text-align: center !important; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  left: 47% !important;
  margin: -1em auto 0px auto !important; }

.takeover {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 32px 96px;
  box-sizing: content-box;
  width: 265px;
  height: 100vh;
  background-color: #8667b5;
  transform: translatex(-100%);
  transition: all 0.5s;
  overflow-y: auto; }
  .takeover a {
    text-transform: uppercase;
    opacity: 0.75;
    color: #FFFFFF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none !important; }
    .takeover a:hover {
      opacity: 1; }
    .takeover a.custom-btn {
      background-color: #FFFFFF;
      color: #8667b5 !important;
      font-size: 16px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      margin-bottom: 32px; }
  .takeover.visible {
    transform: translatex(0); }
  .takeover .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 24px; }
    .takeover .menu > li {
      display: flex;
      flex-direction: column;
      row-gap: 24px; }
    .takeover .menu .sub-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      row-gap: 14px;
      margin-left: 24px; }
      .takeover .menu .sub-menu a {
        font-weight: 400 !important; }

.takeover::-webkit-scrollbar {
  width: 0px;
  /* Width of the scrollbar */
  border-radius: 8px; }

/* Handle (thumb) of the scrollbar */
.takeover::-webkit-scrollbar-thumb {
  background: #343434;
  /* Color of the scrollbar handle */
  border-radius: 8px; }

/* Track (the area on which the handle travels) */
.takeover::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the scrollbar track */
  border-radius: 8px; }

.top-header {
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding: 32px 0; }
  .top-header .top-logo img {
    width: 75px;
    height: 64px; }
  .top-header .top-links {
    align-items: center;
    column-gap: 40px; }
    .top-header .top-links a {
      color: #343434 !important;
      text-decoration: none;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .top-header .top-links a.custom-btn-pink {
      background-color: #8667b5;
      color: #FFFFFF !important;
      font-size: 16px !important; }

/*# sourceMappingURL=header.css.map */
