#b_mobile_toggle {
  display: none !important;
}

.logo {
  display: inline-block;
  background-size: cover;
}
  .logo.has-image { text-indent: -9999px; }

.bfcms-nav {
  display: inline-block;

  margin: 0;
  padding: 0;

  list-style: none;
}

  .bfcms-nav > li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
  }
    .bfcms-nav > li > a {
    }

    .bfcms-nav > li > ul {
      display: none;

      position: absolute;
      z-index: 100;

      min-width: 150px;
      margin: 0;
      padding: 15px;

      list-style: none;

      background: #eee;
    }
      .bfcms-nav > li:hover > ul {
        display: block;
      }


#b_head { position: relative; z-index: 1000; }
#b_head:before {
  content: '';
  display: block;
  height: 30px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}


.bf-frsb-product {
  position: fixed;
  left: 50%;
  bottom: -150px;
  z-index: 999;

  height: 5rem;
  min-width: 450px;
  margin-left: -200px;
  padding: 0 1rem;

  text-align: center;

  background-color: #000;
  border-radius: 0.25rem 0.25rem 0 0;
  border-top: 9px solid rgb(238,208,58);

  transition: bottom 0.25s;
}
  .bf-frsb-product .bf-product .bf-product-name { display: none; }
  .bf-frsb-product .bf-product .bf-product-teaser { display: none; }
  .bf-frsb-product.show {
    bottom: 0;
  }

  .bf-frsb-product .bf-product-add {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    color: #fff;
  }
    .bf-frsb-product .bf-product-add .button {
      margin-bottom: 0;
    }

.bf-frsb-ctr {
  display: grid;
  grid-template-columns: 0.5fr repeat( 10, 1fr );
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}

  .bf-frsb-square {
    position: relative;

    padding-top: 100%;

    border: 3px solid transparent;
    background-color: rgba( 0, 0, 0, 0.10 );
    border-radius: 0.25rem;

    opacity: 0.7;
  }
    .bf-frsb-square.selected:after {
      content: '\f00c';

      display: flex;
      justify-content: center;
      align-items: center;

      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;

      font-family: 'Font Awesome 5 Pro';
      font-size: 2rem;

      background: rgba(230,255,230,0.75);
    }
    .bf-frsb-square:hover {
      opacity: 1;
      cursor: pointer;

      border: 3px solid rgba( 0, 0, 0, 0.2 );
    }
    .bf-frsb-square-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;

      display: flex;
      align-items: center;
      justify-content: center;
    }

      .bf-frsb-square.locked .bf-frsb-square-content {
        flex-direction: column;

        font-size: 0.8rem;
        font-weight: 600;
        line-height: 1rem;
        text-align: center;
      }

      .bf-frsb-square.locked .bf-frsb-square-content:before {
        content: '\f023';
        margin-bottom: 0.25rem;

        font-family: 'Font Awesome 5 Pro';
        font-size: 1rem;
        font-weight: 500;
      }

      .bf-frsb-square.reserved:after {
        content: '\f256';

        display: flex;
        justify-content: center;
        align-items: center;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;

        font-family: 'Font Awesome 5 Pro';
        font-size: 1rem;
        font-weight: 500;

        background: rgba( 255, 230, 230, 0.75 );
      }

  .bf-frsb-header {
    font-weight: bold;

    background-color: rgba( 0, 0, 0, 0.15 );
    opacity: 1;
  }
  .bf-frsb-top {
    padding-top: 50%;
  }


  .bf-frsb-shell-row {
    display: grid;
    grid-template-columns: 4em 1fr;
    column-gap: 0.5rem;
    row-gap: 0.25rem;

    margin-bottom: 0.5rem;
    min-height: 4rem;
  }

  .bf-frsb-team-x,
  .bf-frsb-team-y {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;

    background: rgb(238,208,58);
    border-radius: 0.25rem;
  }

  .bf-frsb-shell-corner {
    background: #000;
    border-radius: 0.25rem;
  }

  .bf-frsb-team-y > span {
    transform: rotate(-90deg);
    display: block;
    min-width: 300px;
  }


.bf-frsb-results > ul > li {
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 1rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.bf-frsb-results > ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bf-frsb-results {
    background: rgb(238,208,58);
    border-radius: 0.25rem;
    border: 3px solid #000;
    margin-bottom: 3rem;
    padding: 1rem 2rem;
    text-align: center;
}
.bf-frsb-prize-winner {
    font-weight: bold;
}

#bf-payment-cart {
  padding-top: 0;
}
#bf-payment-cart header .bf-payment-inner .bf-payment-close {
  left: auto;
  right: 11px;

  width: 30px;
  height: 30px;

  font-size: 17px;
  line-height: 30px;

  background: rgba( 0, 0, 0, 0.5 );
}
#bf-payment-cart .bf-payment-inner .bf-payment-logo {
  position: absolute;
  top: -75px;
  left: 50%;

  width: 220px;
  height: 150px;
  max-height: none;
  margin-left: -110px;
}
#bf-payment-cart .bf-payment-description {
  margin-top: 0;
  border-top: 5rem solid rgb(238,208,58);
}

#b_head #b_mobile_toggle:after {
  text-shadow: 1px 2px white;
}

#b_head.fixed #b_nav>ul.bfcms-nav>li>a {
  display: none !important;
}

#cell_8299 { z-index: 999; }

div#raffle-timer > div {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
div#raffle-timer > div div {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
}
div#raffle-timer {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
