.gbo_bc_theme_views_header__free_shipping {
  display: none;
  position: absolute;
  left: 50px;
  top: 10px
}

@media(min-width:768px) {
  .gbo_bc_theme_views_header__free_shipping {
    display: block
  }
}

.gbo_bc_theme_views_header__free_shipping:hover {
  color: currentColor
}

.gbo_bc_theme_views_header__free_shipping .free {
  --gi-text-opacity: 1;
  color: rgba(239, 68, 68, var(--gi-text-opacity));
  font-weight: 700
}

.gbo_bc_theme_views_header__free_shipping .oversize {
  --gi-text-opacity: 1;
  color: rgba(113, 113, 122, var(--gi-text-opacity));
  font-size: .75rem;
  line-height: 1rem;
  padding-left: .5rem
}

.gbo_bc_theme_views_header__wholesale_link {
  --gi-text-opacity: 1;
  color: rgba(247, 45, 38, var(--gi-text-opacity));
  float: right;
  line-height: 21px;
  right: 254px;
  padding-bottom: 0;
  top: 15px;
  position: absolute;
  z-index: 999;
  font-weight: 700;
  padding-right: .5rem;
  display: block;
  padding-left: .5rem;
  padding-top: 0
}

.gbo_bc_theme_views_header__wholesale_link span {
  font-weight: 400;
  --gi-text-opacity: 1;
  color: rgba(113, 113, 122, var(--gi-text-opacity))
}

.gbo_bc_theme_views_header__wholesale_link span:hover {
  --gi-text-opacity: 1;
  color: rgba(34, 197, 94, var(--gi-text-opacity))
}

.gbo_bc_theme_views_header__contact_info_top {
  padding-top: .5rem;
  padding-bottom: .5rem
}

@media(min-width:1024px) {
  .gbo_bc_theme_views_header__contact_info_top ul {
    display: flex
  }
}

@media(min-width:1024px) {
  .gbo_bc_theme_views_header__contact_info_top ul {
    gap: 1rem
  }
}


.gbo_bc_theme_views_header__navigation_top {
  display: none;
  --gi-text-opacity: 1;
  color: rgba(85, 85, 85, var(--gi-text-opacity))
}

@media(min-width:768px) {
  .gbo_bc_theme_views_header__navigation_top {
    display: block
  }
}

.gbo_bc_theme_views_header__navigation_top span {
  --gi-text-opacity: 1;
  color: rgba(85, 85, 85, var(--gi-text-opacity))
}

.gbo_bc_theme_views_header__navigation_top a {
  --gi-text-opacity: 1;
  color: rgba(85, 85, 85, var(--gi-text-opacity))
}

.gbo_bc_theme_views_header__navigation_top a:hover {
  --gi-text-opacity: 1;
  color: rgba(22, 163, 74, var(--gi-text-opacity))
}

.gbo_bc_theme_views_header__newsletter_form input {
  margin-left: 0
}

.gbo_bc_theme_views_header__newsletter_form a {
  text-decoration: underline;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --gi-text-opacity: 1;
  color: rgba(37, 182, 0, var(--gi-text-opacity));
  font-weight: 700;
  text-align: center;
  display: block;
  padding-left: .25rem;
  padding-right: .25rem;
  margin-left: auto;
  margin-right: auto
}

.gbo_bc_theme_views_header__logo a {
  display: block;
  max-width: 150px;
  margin-left: 2rem;
  margin-top: .75rem;
  margin-bottom: .75rem
}

@media(min-width:640px) {
  .gbo_bc_theme_views_header__logo a {
    max-width: 181px
  }
}

@media(min-width:768px) {
  .gbo_bc_theme_views_header__logo a {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }
}

@media(min-width:1024px) {
  .gbo_bc_theme_views_header__logo a {
    max-width: 250px
  }
}

@media(min-width:768px) {
  .gbo_bc_theme_views_header__logo a {
    margin-top: 2.5rem
  }
}

@media(min-width:768px) {
  .gbo_bc_theme_views_header__logo a {
    margin-left: 0
  }
}

.gbo_bc_theme_views_header__logo a img {
  width: 100%;
  object-fit: scale-down
}

.gbo_bc_theme_views_home__card_img {
  display: block;
  border-width: 1px;
  --gi-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--gi-border-opacity));
  width: 100%
}

.gbo_bc_theme_views_home__card_img_link {
  display: block;
  border-width: 1px;
  --gi-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--gi-border-opacity))
}

.gbo_bc_theme_views_home__card_img_link img {
  width: 100%
}

.gbo_bc_theme_views_home__main_cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_home__main_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(min-width:768px) {
  .gbo_bc_theme_views_home__main_cards {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.gbo_bc_theme_views_home__banner {
  width: 100%;
  overflow: hidden
}

@media(min-width:768px) {
  .gbo_bc_theme_views_home__banner {
    margin-bottom: .5rem
  }
}

.gbo_bc_theme_views_home__banner img {
  width: 100%;
  display: inline-block
}

.gbo_bc_theme_views_home__stacked {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media(min-width:768px) {
  .gbo_bc_theme_views_home__stacked {
    flex-direction: row
  }
}

.gbo_bc_theme_views_home__stacked img {
  display: block;
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden
}

.gbo_bc_theme_views_home__new_tools {
  margin-bottom: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_home__new_tools {
    margin-top: .5rem
  }
}

.gbo_bc_theme_views_home__new_tools .banner {
  width: 100%;
  object-fit: scale-down;
  max-width: none;
  margin-bottom: 0
}

.gbo_bc_theme_views_home__new_tools .banner.mobile {
  display: block
}

@media(min-width:768px) {
  .gbo_bc_theme_views_home__new_tools .banner.mobile {
    display: none
  }
}

.gbo_bc_theme_views_home__new_tools .banner.desktop {
  display: none
}

@media(min-width:768px) {
  .gbo_bc_theme_views_home__new_tools .banner.desktop {
    display: block
  }
}

.gbo_bc_theme_views_home__new_tools .wholesale {
  --gi-bg-opacity: 1;
  background-color: rgba(16, 46, 106, var(--gi-bg-opacity));
  padding: 1rem
}

.gbo_bc_theme_views_home__new_tools .wholesale .stacked {
  --gi-bg-opacity: 1;
  background-color: rgba(16, 46, 106, var(--gi-bg-opacity))
}

.gbo_bc_theme_views_home__new_tools .stacked {
  --gi-bg-opacity: 1;
  background-color: rgba(0, 111, 203, var(--gi-bg-opacity));
  gap: 1rem;
  justify-content: center
}

@media(min-width:768px) {
  .gbo_bc_theme_views_home__new_tools .stacked {
    gap: 1rem
  }
}

.gbo_bc_theme_views_home__new_tools .cards {
  display: flex;
  flex-direction: column;
  --gi-bg-opacity: 1;
  background-color: rgba(0, 111, 203, var(--gi-bg-opacity));
  padding-top: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  gap: 1rem;
  padding-bottom: .75rem
}

.gbo_bc_theme_views_home__new_tools .cards .tall-card {
  display: block
}

.gbo_bc_theme_views_home__new_tools .cards .tall-card img {
  object-fit: scale-down;
  display: block
}

.gbo_bc_theme_views_category_links__links_block {
  padding: 1rem;
  --gi-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--gi-bg-opacity));
  display: flex;
  gap: 1rem;
  justify-content: center
}

.gbo_bc_theme_views_category_links__links_block a {
  display: block
}

.gbo_bc_theme_views_custom_category_blank-table__products_table {
  overflow-x: scroll;
  margin-top: 0
}

.gbo_bc_theme_views_custom_category_blank-table__products_table table {
  table-layout: auto
}

.gbo_bc_theme_views_custom_category_products-table__products_table {
  overflow-x: scroll;
  margin-top: 0
}

.gbo_bc_theme_views_custom_category_products-table__products_table table {
  table-layout: auto
}

.gbo_bc_theme_views_custom_category_products-table__split_header {
  align-items: center;
  --gi-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--gi-bg-opacity))
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_products-table__split_header {
    display: flex
  }
}

.gbo_bc_theme_views_custom_category_products-table__split_header .category-image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  object-fit: scale-down;
  display: block
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_products-table__split_header .category-image {
    max-width: 20%
  }
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: .5rem;
  --gi-text-opacity: 1;
  color: rgba(34, 197, 94, var(--gi-text-opacity));
  line-height: 1.375;
  font-weight: 400
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc a.title {
  display: block;
  text-decoration: underline;
  user-select: none
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc a.title:hover {
  cursor: pointer
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc a.title:hover {
  --gi-text-opacity: 1;
  color: rgba(34, 197, 94, var(--gi-text-opacity))
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc .click {
  width: 7.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: .5rem;
  margin-bottom: .5rem
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc .faqs {
  padding: 1rem;
  padding-top: 0
}

@media(min-width:70rem) {
  .gbo_vendor_gb_products_hunt-products__gator_faq_bc .faqs {
    column-count: 2;
    column-width: 50%
  }
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item {
  margin-bottom: 1rem;
  border-width: 0;
  border-bottom-width: 1px;
  --gi-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--gi-border-opacity));
  border-style: solid
}

@media(min-width:768px) {
  .gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item {
    margin-bottom: .5rem
  }
}

@media(min-width:768px) {
  .gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item {
    border-style: none
  }
}

@media(min-width:768px) {
  .gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item {
    display: inline-block
  }
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item h3 {
  --gi-text-opacity: 1;
  color: rgba(34, 197, 94, var(--gi-text-opacity));
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  display: block;
  line-height: 1.625;
  line-height: 1.25
}

@media(min-width:768px) {
  .gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item h3 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

@media(min-width:768px) {
  .gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item h3 {
    text-align: left
  }
}

@media(min-width:768px) {
  .gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item h3 {
    font-weight: 700
  }
}

@media(min-width:768px) {
  .gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item h3 {
    font-size: 1rem;
    line-height: 1.5rem
  }
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item .faq-body {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.gbo_vendor_gb_products_hunt-products__gator_faq_bc .faq-item .faq-body p {
  text-align: left;
  letter-spacing: .025em;
  line-height: 1.25;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: .75rem
}

.gbo_bc_theme_views_custom_category_hunts-table__cart_link {
  line-height: 1rem;
  --gi-text-opacity: 1;
  padding-bottom: .5rem;
  margin: 0;
  --gi-bg-opacity: 1;
  font-size: .75rem;
  background-color: rgba(34, 197, 94, var(--gi-bg-opacity));
  padding-right: 1rem;
  border-radius: .25rem;
  box-sizing: border-box;
  color: rgba(255, 255, 255, var(--gi-text-opacity));
  padding-left: 1rem;
  padding-top: .5rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__cart_link {
    font-size: .875rem;
    line-height: 1.25rem
  }
}

@media(max-width:40em) {
  .gbo_bc_theme_views_custom_category_hunts-table__cart_link {
    line-height: 1.2em;
    font-size: 8px
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__raffle_cart_link {
  line-height: 1rem;
  --gi-text-opacity: 1;
  padding-bottom: .5rem;
  margin: 0;
  --gi-bg-opacity: 1;
  font-size: .75rem;
  background-color: rgba(34, 197, 94, var(--gi-bg-opacity));
  padding-right: 1rem;
  border-radius: .25rem;
  box-sizing: border-box;
  color: rgba(255, 255, 255, var(--gi-text-opacity));
  padding-left: 1rem;
  padding-top: .5rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__raffle_cart_link {
    font-size: .875rem;
    line-height: 1.25rem
  }
}

@media(max-width:40em) {
  .gbo_bc_theme_views_custom_category_hunts-table__raffle_cart_link {
    line-height: 1.2em;
    font-size: 8px
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__product_row {
  width: 100%;
  border-width: 1px;
  padding-bottom: .5rem;
  border-color: rgba(212, 212, 216, var(--gi-border-opacity));
  border-style: solid;
  margin-top: 0;
  --gi-bg-opacity: 1;
  margin-bottom: 0;
  --gi-border-opacity: 1;
  background-color: rgba(255, 255, 255, var(--gi-bg-opacity));
  padding-right: 2.5rem;
  box-sizing: border-box;
  padding-left: 2.5rem;
  padding-top: .5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: center
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__product_row {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__product_row {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__product_row h2 {
  font-weight: 700;
  grid-column: span 6 / span 6;
  letter-spacing: 0
}

.gbo_bc_theme_views_custom_category_hunts-table__product_row h2 a {
  font-size: 1rem;
  line-height: 1.5rem;
  --gi-text-opacity: 1;
  color: rgba(22, 163, 74, var(--gi-text-opacity))
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__product_row h2 a {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__product_row h2 {
    grid-column: span 5 / span 5
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__product_row .hunt-price {
  text-align: right;
  font-weight: 700;
  grid-column: span 2 / span 2;
  letter-spacing: -0.025em
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__product_row .hunt-price {
    letter-spacing: 0
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__product_row .deposit {
  font-weight: 700;
  text-align: right;
  font-weight: 400;
  grid-column: span 2 / span 2;
  line-height: 1.25;
  font-size: .875rem;
  line-height: 1.25rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__product_row .deposit {
    font-size: 1rem;
    line-height: 1.5rem
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__product_row .deposit .text {
  white-space: nowrap
}

.gbo_bc_theme_views_custom_category_hunts-table__product_row .cart-link {
  grid-column: span 2 / span 2;
  text-align: right
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__product_row .cart-link {
    grid-column: span 3 / span 3
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__products_table {
  --gi-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--gi-bg-opacity));
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__products_table {
    width: 75%
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__gator_container {
  --gi-bg-opacity: 1;
  background-color: rgba(64, 95, 63, var(--gi-bg-opacity));
  padding-bottom: 5rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__gator_container {
    padding-bottom: 3rem
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__title_banner {
  object-fit: scale-down;
  width: 100%
}

.gbo_bc_theme_views_custom_category_hunts-table__hunt_pics {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__hunt_pics {
    width: 75%
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__hunt_pics img {
  max-width: 30%;
  object-fit: contain;
  margin: 1rem
}

.gbo_bc_theme_views_custom_category_hunts-table__description {
  line-height: 1.625;
  --gi-text-opacity: 1;
  padding-bottom: 1rem;
  margin-right: auto;
  text-align: center;
  margin-left: auto;
  letter-spacing: 0;
  color: rgba(255, 255, 255, var(--gi-text-opacity));
  padding-top: 1rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__description {
    width: 75%
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__description .reserve {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: .25rem
}

.gbo_bc_theme_views_custom_category_hunts-table__description a.site-link {
  text-transform: uppercase;
  --gi-text-opacity: 1;
  color: rgba(34, 197, 94, var(--gi-text-opacity));
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: .025em
}

.gbo_bc_theme_views_custom_category_hunts-table__description a.site-link:hover {
  --gi-text-opacity: 1;
  color: rgba(187, 247, 208, var(--gi-text-opacity))
}

.gbo_bc_theme_views_custom_category_hunts-table__description .gator-site-link {
  line-height: 1.25;
  margin-bottom: .5rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__description .gator-site-link br {
    display: none
  }
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__description .gator-site-link {
    margin-bottom: 0
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__description a.form-link {
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  border-radius: .25rem;
  --gi-text-opacity: 1;
  color: rgba(255, 255, 255, var(--gi-text-opacity));
  --gi-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--gi-bg-opacity));
  line-height: 1.375
}

.gbo_bc_theme_views_custom_category_hunts-table__description a.form-link:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--gi-bg-opacity))
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__description a.form-link br {
    display: none
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__description .contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__description .contact-links {
    gap: 1rem
  }
}

.gbo_bc_theme_views_custom_category_hunts-table__description .contact-links a {
  font-weight: 700;
  --gi-text-opacity: 1;
  color: rgba(34, 197, 94, var(--gi-text-opacity))
}

.gbo_bc_theme_views_custom_category_hunts-table__description .contact-links a:hover {
  cursor: pointer
}

.gbo_bc_theme_views_custom_category_hunts-table__description .contact-links a:hover {
  text-decoration: underline
}

.gbo_bc_theme_views_custom_category_hunts-table__faq {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  --gi-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--gi-bg-opacity));
  padding: 1rem
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_hunts-table__faq {
    width: 75%
  }
}

.gbo_bc_theme_views_custom_category_bub-sale__products_table {
  overflow-x: scroll;
  margin-top: 0
}

.gbo_bc_theme_views_custom_category_bub-sale__products_table table {
  table-layout: auto
}

.gbo_bc_theme_views_custom_category_bub-sale__bub_category_intro img {
  max-height: 300px
}

@media(min-width:768px) {
  .gbo_bc_theme_views_custom_category_bub-sale__bub_category_intro img {
    max-height: 200px
  }
}

.gbo_bc_theme_views_custom_category_alps-seats-sale__product_row img {
  object-fit: scale-down;
  max-width: 75px
}

.gbo_bc_theme_views_custom_category_alps-seats-sale__product_row table,
.gbo_bc_theme_views_custom_category_alps-seats-sale__product_row .product-table,
.gbo_bc_theme_views_custom_category_alps-seats-sale__product_row td.name {
  text-align: center;
  text-align: center;
  font-weight: 700;
  font-size: 1rem
}

.gbo_bc_theme_views_custom_category_alps-seats-sale__product_row .sale-marker {
  display: block;
  position: absolute;
  text-align: center;
  top: 1px;
  text-transform: uppercase;
  --gi-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--gi-bg-opacity));
  --gi-text-opacity: 1;
  color: rgba(255, 255, 255, var(--gi-text-opacity));
  padding-left: .25rem;
  padding-right: .25rem;
  padding-top: 5px;
  padding-bottom: 5px
}

.gbo_bc_theme_views_custom_category_alps-seats-sale__products_table {
  overflow-x: scroll;
  margin-top: 0
}

.gbo_bc_theme_views_custom_category_alps-seats-sale__products_table table {
  table-layout: auto
}

.gbo_bc_theme_views_cart_backorder-warning__backorder_warning {
  line-height: 1.25rem;
  padding-bottom: .5rem;
  margin-right: auto;
  --gi-bg-opacity: 1;
  margin-bottom: auto;
  order: -9999;
  margin-left: auto;
  font-size: .875rem;
  background-color: rgba(241, 252, 247, var(--gi-bg-opacity));
  padding-right: .75rem;
  border-radius: .375rem;
  padding-left: .75rem;
  padding-top: .5rem;
  line-height: 1.375
}

@media(min-width:768px) {
  .gbo_bc_theme_views_cart_backorder-warning__backorder_warning {
    width: 50%
  }
}

.gbo_bc_theme_views_cart_backorder-warning__backorder_warning #backorders {
  display: flex;
  padding-top: 1rem
}

.gbo_bc_theme_views_cart_backorder-warning__backorder_warning .star {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-right: .5rem;
  display: block;
  --gi-text-opacity: 1;
  color: rgba(239, 68, 68, var(--gi-text-opacity))
}

.gbo_bc_theme_views_cart_backorder-warning__backorder_warning a.link {
  --gi-text-opacity: 1;
  color: rgba(239, 68, 68, var(--gi-text-opacity))
}

@media(min-width:768px) {
  .gbo_bc_theme_views_cart_backorder-warning__backorder_warning br {
    display: none
  }
}

.gbo_bc_theme_views_cart_backorder-warning__backorder_warning #cart-contains-backordered {
  --gi-text-opacity: 1;
  color: rgba(239, 68, 68, var(--gi-text-opacity));
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  display: none
}
