﻿/*@import url("https://use.typekit.net/ljk4ksk.css");*/

/*<link rel="stylesheet" href="https://use.typekit.net/ljk4ksk.css" >*/

@font-face {
  font-family: 'Abel';
  src: url("fonts/Abel-Regular.ttf");
}

* {
  box-sizing: border-box;
}

/* ---------------------- baseShopTemplate compensation -----------------------------*/

body {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

#menu {
  display: none;
}

a:link, a:visited, a:active, a:hover {
  color: #3875ff;
}

input[type=button], input[type=submit], button, .icoButton, .icoButtonOver, .ibBookNow, .ibBookNowOver, .ibBookNowTall, .ibBookNowOverTall, .ibBookNowSelected,
.Bookings2DivCalendarTimes, .Bookings2DivCalendarTimesOver, .Bookings2DivCalendarShowMore, .Bookings2DivCalendarShowMoreOver,
.ibShowMoreTickets, .ibShowMoreTicketsOver, .ibMoveSeatSpace, .ibMoveSeatSpaceOver {
  border-radius: 8px;
  border: 0px;
  margin: 0px;
  box-sizing: content-box;
  background-color: #ff7700 !important;
  font-size: 14px;
  border-color: #ff7700 !important;
}

.slick-dots button, .walletButton {
  background-color: transparent !important;
}

.ibBookNowTall, .ibBookNowOverTall {
  padding: 0;
}

.ibBookNowOver, .ibBookNowOverTall {
  background-color: #ff7700 !important;
}

body, div, p, a, select, input, td, h4, h5, h6, span {
  font-family: 'brandon-grotesque', Arial, sans-serif !important;
}

/*p, a, select, td, h4, h5, h6, span {
  font-family: 'Abel', Arial, sans-serif !important;
}*/

.matchTitleLine, .matchDescriptionLine, .matchDateLine, .frontPageAnnouncementTitle, .frontPageMessage > p {
  font-family: Abel, Arial, sans-serif !important;
  color: white;
}

p, td, span {
  color: white !important;
}

.tooltiptext {
  color: black !important;
}

div {
  color: white;
}

h1, h2, h3 {
  font-family: 'brandon-grotesque', Arial, sans-serif !important;
  font-weight: 700 !important;
  color: white;
}

h1 {
  text-transform: uppercase;
}

.curvedBoxHeader, .changeToHomeAway {
  font-size: 25px;
  font-family: 'brandon-grotesque', Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #ff7700;
  text-transform: uppercase;
}

#basketBar {
  background-color: black;
  border: 2px solid #ff7700;
  margin-bottom: 10px;
}

.basketTotal {
  color: white;
  font-family: 'Abel', Arial, sans-serif !important;
}

#cbxReceipt, #cbxReceipt table {
  color: white;
}

#cbxReceipt {
  text-align: center !important;
}

.walletButton {
  color: transparent !important;
}

.sectionTitle {
  color: white;
  font-size: 48px;
  font-family: 'brandon-grotesque', Arial, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.vl {
  border-left: 1px solid rgba(28, 8, 11, 0.5);
  height: 20px;
  position: relative;
  top: 12px;
}

.maincontentContainer, .curvedBox {
  background-color: black;
}

.mainContent {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

#topLogoMobileContainer {
  padding-left: 16px;
  display: flex;
}

.slick-slide {
  opacity: 1;
}

#shopSlider {
  width: 95%;
}

  #shopSlider picture {
    object-fit: cover;
    border-radius: 10px;
  }

.slick-dots li.slick-active button:before {
  color: #862633;
}

#burgerMenuButtonContainer {
  display: flex;
  align-items: center;
  width: 181px;
  margin-left: auto;
}

.menuSearchItem, menuSearchItem:hover {
  background-color: #ff7700 !important;
}

.menuSearchItem, #menu {
  border-radius: 4px;
}

.menuShopItem {
  color: #ff7700 !important;
}

.menuShopItem {
  color: #ff7700 !important;
}

  .menuShopItem:hover, .productPrimaryPrice {
    color: black !important;
    background-color: #ff7700 !important;
  }

.selectQuantity {
  display: flex;
}

.selectQuantityEntry {
  background-color: white;
  color: black;
  padding: 10px 10px 10px 10px !important;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
  height: 40px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  font-family: 'Placa', sans-serif !important;
  font-weight: 400;
}


.selectQuantityButton {
  color: black !important;
  background-color: #ff7700;
  border: 2px solid #FF7700;
  transition: all 0.3s ease;
}

  .selectQuantityButton:hover {
    background-color: black;
  }

.selectQuantityMinus:hover::before {
  color: #FF7700;
}

.selectQuantityPlus:hover::before {
  color: #FF7700;
}

.selectQuantityMinus {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  height: 40px;
  background-image: none;
  display: flex;
  justify-content: center;
}

  .selectQuantityMinus::before {
    font-weight: bold;
    color: black;
    content: "-";
    font-size: 30px !important;
    align-self: center;
    transition: all 0.3s ease;
  }

.selectQuantityPlus {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  height: 40px;
  background-image: none;
  display: flex;
  justify-content: center;
}

  .selectQuantityPlus::before {
    font-weight: bold;
    color: black;
    content: "+";
    font-size: 30px !important;
    align-self: center;
    transition: all 0.3s ease;
  }

select {
  border-radius: 2px;
}

input[type=text], .addReviewTextArea {
  border-radius: 2px;
}

.txt {
  border: 0px;
  border-radius: 2px !important;
}

#txtPersonaliseName, #txtPersonaliseNumber, .textField, #GiftVoucherCode {
  border: 1px solid rgb(65, 65, 65);
}

#txtPersonalisationPlayer {
  appearance: none; /* modern browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 1.5rem;
  padding-left: 1rem;
}

.ibBookNow {
  border: 2px solid #ff7700 !important;
  margin: 0 !important;
  color: black !important;
  transition: all 0.3s ease;
/*  font-family: Placa, sans-serif !important;*/
}

.ibBookNow:hover {
  border: 2px solid #ff7700;
  background-color: black !important;
  border: 2px solid #ff7700;
  transition: all 0.3s ease;
  margin: 0 !important;
  color: #ff7700 !important;
}

.ibBookNow * {
  color: black !important;
  font-weight: 700 !important;
}

.ibBookNowOver {
  border: 2px solid #ff7700;
  background-color: black !important;
  border: 2px solid #ff7700;
  transition: all 0.3s ease;
  margin: 0 !important;
/*  font-family: Placa, sans-serif !important;*/
}

.ibBookNowOver * {
   color: #ff7700 !important;
}

.shopSmallButton {
  background-image: none;
  background-position-x: 96.5%;
  font-size: 20px !important;
}

.shopButton {
  background-image: none;
  background-position-x: 101.5%;
  font-size: 20px !important;
}

.wishlistButton {
  background-image: none;
  background-position-x: 97%;
  font-size: 20px !important;
}

#txtPersonaliseNumber {
  margin-left: 5px;
  margin-bottom: 3px;
}

#txtPersonaliseName {
  margin-bottom: 3px;
}

#chkDoubleCheckSize {
  vertical-align: middle !important;
  margin-bottom: 3px !important;
}

#sectionLinks2 {
  display: flex;
  justify-content: center;
}

.productSecondaryHeader {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left !important;
  align-self: flex-start !important;
  font-family: 'Placa', sans-serif !important;
  font-weight: 400;
}

.productSecondaryPhotoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
/*  height: 250px !important;*/
/*  max-height: 250px !important;*/
/*  max-width: 250px !important;*/
  height: fit-content !important;
  width: fit-content !important;
  margin-left: 5px;
  margin-right: 5px;
}

.productSecondaryPhoto {
  max-height: 250px !important;
  max-width: 250px !important;
}

.productSecondary {
  height: fit-content;
  width: fit-content !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.productButtons {
  padding-top: 20px;
  width: 100% !important;
}

.basketTotal {
  margin-right: 10px;
}

.productPersonalisationBox {
  color: white;
}

.productPersonalisationBox * {
  font-family: Placa, Arial, sans-serif !important;
  font-weight: normal !important;
}

.shopSmallButton {
  
}

.productPrimaryOptions {
  background-color: black;
  padding-left: 0px;
  padding-right: 0px;
  width: 100% !important;
}

/*other option?*/
#OptionS, #OptionC {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0;
  border: 2px solid #FF7700;
  padding: 15px;
  font-family: Placa, Arial, sans-serif !important;
  font-weight: 400;
  font-size: large;
  appearance: none; /* modern browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
}

#OptionS > option, #OptionC > option {
    font-family: Placa, Arial, sans-serif !important;
  font-weight: 400;
}

.productPrimaryPrice {
  border-radius: 10px;
  text-align: center;
  font-family: 'Placa', sans-serif !important;
  font-weight: 400;
}

.productButtons > input {
  font-family: 'Placa', sans-serif !important;
  font-weight: 400 !important;
}

.productPrimaryOptionsContainer {
  background-color: black;
  width: 100% !important;
}

#image-row {
  display: flex;
  flex-direction: row;
}

#productDetailsOuterContainer {
  padding-left: 12px;
  padding-right: 12px;
}

.productDetailsContainer {
  display: flex;
  justify-content: center;

  border-top: #ff7700 1px solid !important;
  border-right: #ff7700 1px solid !important;
  border-left: #ff7700 1px solid !important;
  border-radius: 0px !important;
  background-color: black !important;
  margin-top: 0px !important;
}

.productDetailsContainer button {
  color: white !important;
  background-color: black !important;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Placa', sans-serif !important;
  font-weight: 400 !important;
}

.tabcontent, .tabcontent * {
  font-family: 'Placa', sans-serif !important;
  font-weight: 400 !important;
}

#productDetails {
  border-bottom: #ff7700 1px solid;
  border-right: #ff7700 1px solid;
  border-left: #ff7700 1px solid;
  background-color: black;
  color: white;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px !important;
  text-align: center !important;
}

#productDetails * {
  text-align: center !important;
  font-size: 16px;
}

#productSpecificationButton, #productReviewsButton {
  display: none;
}

.productResultsContainer {
  margin-top: 30px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*  text-align: left;*/
}

.feature > h3 {
  text-transform: uppercase;
  font-family: 'Placa', sans-serif !important;
  font-size: 40px;
  font-weight: 400 !important;
  text-align: left;
}

@media (max-width:992px) {
  /* mobile view product */

  #image-row {
    flex-direction: column;
    width: 66.66666667%;
  }

    #image-row > * {
      margin-right: 0;
      margin-left: 0;
    }

  .infoContent {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .productDetailsContainer {
    margin-top: 24px !important;
  }

  .tabcontent {
    margin-bottom: 14px !important;
  }

  .productPrimaryPhotoContainer {
    width: 66.66666667% !important;
/*    width: 80% !important;*/
  }
}

@media (max-width: 575px) {
  .productPrimaryPhotoContainer {
    width: 100% !important;
  }

  .productPrimaryPhotoThumbnailColumn {
    margin-left: 10px;
    margin-right: 10px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }

  .productPrimaryTitle {
    text-align: center;
  }
}

.productPrimaryPhotoThumbnailColumn {
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  /*  justify-content: center;*/
  /*  align-items: center;*/
  width: fit-content !important;
}

.productPrimaryPhotoMobile {
  display: none !important;
}

.productPrimaryPhotoDesktop {
  display: flex;
  justify-content: center;
}

@media (max-width: 610px) {
  .productPrimaryPhotoDesktop, .photoWithThumbnailsDesktop
  {
/*    display: block !important;*/
  }
}

.productPrimaryPhotoContainer {
  width: 100%;
  margin-bottom: 16px;
}

.productPrimaryTitle {
  font-family: 'Placa' !important;
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 10px;
}

.productSecondaryHeader {
  color: white;
  font-size: 32px;
  text-transform: uppercase;
/*  font-weight: 700;*/
}

.productSecondaryTitle, .productSecondaryPrice {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  font-family: 'Placa', sans-serif !important;
  max-width: 250px;
}

div.backLink {
  margin-top: 50px;
  display: none;
}

a.backLink {
  background-color: #ff7700;
  color: black !important;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid #ff7700;
  transition: all 0.3s ease;
}

a.backLink:hover {
  background-color: black;
  color: #ff7700 !important;
}

.feature {
  padding-left: 0px;
}

.infoContent {
  width: 100%;
  max-width: none !important;
}

.infoContent2Col {
  width: 100%;
}

.infoContentCentralize {
  max-width: none !important;
  width: 100%;
}

.productSecondaryContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.productSecondary:hover, .productSecondary {
  border: 0px !important;
  padding: 0px 0px 0px 0px;
}

.productSecondary {
  margin-bottom: 100px !important;
  transition: transform 0.3s ease;
}

.productSecondary:hover {
  transform: scale(1.05);
  
  .productSecondaryTitle {
    color: #FF7700
   }

  .productSecondaryPrice {
    color: #FF7700
  }
}

@media (max-width: 976px) {
  .productSecondaryContainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .productSecondary {
    width: 50%;
    height: fit-content;
  }

  .productSecondaryPhoto {
    max-width: 100%;
    max-height: 300px;
  }

  .productSecondaryPhotoContainer {
    height: fit-content;
  }

  .productSecondaryHeader {
    align-self: center !important;
  }
}

@media (max-width: 560px) {
  .productSecondary {
    width: 100%;
  }
}

.productPrimaryForm {
  margin-left: 12px;
}

.registerHeader, .registerHeaderBlue {
  color: white;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 24px !important;
}

#trusernameLoginForm {
  margin-top: 20px !important;
}

#cbxLogin {
  text-align: center !important;
}

#cbxLogin > .curvedBox {
  display: flex;
  flex-direction: row;
}

#cbxLogin > .curvedBox > * {
  border: 2px solid #ff7700;
  margin: 10px;
  transition: transform 0.3s ease;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

#cbxLogin div {
  font-size: 16px;
}

#cbxLogin input {
  margin-top: 5px;
}

.normalText {
  background-color: black !important;
}

script {
  display: none !important;
}

#cbxLogin > .curvedBox > *:hover {
  transform: scale(1.02);
}

#cbxLogin > .curvedBox > * a {
  color: #ff7700;
}

#cbxLogin > .curvedBox > * * {
  text-decoration-color: #ff7700 !important;
}

@media (max-width: 990px) {
  #cbxLogin > .curvedBox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #cbxLogin > .curvedBox > * {
    width: 66.66667%;
  }
}

@media (max-width: 575px) {
  #cbxLogin > .curvedBox > * {
    width: 100%;
  }
}

.ibMoveSeatSpace *, .ibMoveSeatSpaceOver *, .ibShowMoreTickets *, .ibShowMoreTicketsOver * {
  color: black;
}

#cbxNewMember .curvedBox {
  padding: 20px;
}

#cbxNewMember > .curvedBox > #frmReturningCustomers {
  border: 2px solid #ff7700;
  transition: transform 0.3s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  span, a, .registerLabel
    {
      font-family: 'Abel', Arial, sans-serif !important;
    }
}

#cbxNewMember > .curvedBox > #frmReturningCustomers:hover {
  transform: scale(1.02);
}

#cbxNewMember > .curvedBox > * * {
  text-decoration-color: #ff7700 !important;
}

#cbxNewMember > .curvedBox > * a {
  color: #ff7700;
}

#cbxNewMember > .curvedBox > #frmSignUp {
  border: 2px solid #ff7700;
  transition: transform 0.3s ease;
  display: block;
  text-align: center !important;
  padding: 10px;
  padding-bottom: 30px;

  *:not(.ibBookNow *) {
      font-family: 'Abel', Arial, sans-serif !important;
    }
}

@media(min-width: 1000px) {
  #cbxNewMember > .curvedBox > #frmSignUp:hover {
    transform: scale(1.02);
  }
}

#cbxNewMember > .curvedBox > #frmSignUp * {
  text-align: center !important;
}

#frmSignUp {
#trpassword, #trpassword2, #trtitle, #trforename, #trsurname, #trmobile, #trtelDaytime, #trsearchAddress, #trcompanyName,
#trstreet, #trdistrict, #trtown, #trcounty, #trpostcode, #trcountry, #trdateOfBirth {
  width: 34%;
  display: inline-block;
  padding: 10px;

  input {
          width: 100%;
          max-width: 100% !important;
        }
}
}

@media (max-width: 900px) {
  #frmSignUp {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #trpassword, #trpassword2, #trtitle, #trforename, #trsurname, #trmobile, #trtelDaytime, #trsearchAddress, #trcompanyName,
  #trstreet, #trdistrict, #trtown, #trcounty, #trpostcode, #trcountry, #trdateOfBirth {
    width: 70% !important;
  }
}

input[type=checkbox] {
  accent-color: #ff7700;
}

.interest {
  display: inline-block;
  width: 30%;
  border: 1px solid #ff7700;
  margin: 5px;
  padding: 10px;
  transition: transform 0.3s ease;
}

.interest:hover {
  transform: scale(1.02);
  border: 2px solid #ff7700;
}

#cbxNewMember .registerHeader {
  text-align: center;
  color: #ff7700;
  font-size: 24px;
}

#cbxNewMember .registerHeader + .normalText{
  margin-bottom: 20px;
}

#cbxNewMember .registerHeaderBlue {
  color: #ff7700;
  font-size: 24px;
}

#cbxNewMember input[type=text], #cbxNewMember input[type=password] {
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#cbxFullBasket {
  text-align: center !important;
  width: 100% !important;
  padding-left: 0px !important;
}

#receipt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

div:has(#divAppleWalletButton) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div:has(>input.ibBookNow) {
  transition: 0.3s;
  margin: 20px auto;
  border: 2px solid #ff7700;
  width: max-content;
  padding: 20px;

  .ibBookNow {
    margin-left: 10px !important;  
  }
}

div:has(>input.ibBookNow):hover {
  transform: scale(1.1);
}

@media (max-width: 450px) {
  #receipt > div {
    flex-direction: column;
  }
}

#cbxFullBasket > .curvedBox > div {
  display: flex;
  justify-content: center;
  align-items: center !important;
  margin-top: 20px;
  margin-bottom: 20px;
  
  a {
      color: #ff0000 !important;
      font-size: 20px;
      padding: 10px;
    }

  a:hover {
    text-decoration: none;
  }
}

#frmCheckout *:not(#btnPayNow *) {
  font-family: 'Abel', Arial, sans-serif !important;
}

#cbxFullBasket > .curvedBox {
  overflow: visible;
}

.basketCheckout {
  text-align: center !important;
}

.checkoutAddressSelected {
  background-color: #ff7700a6 !important;
}

#divAgreeTerms a {
  color: #ff7700;
}

#divPaymentConfirmationCardText a {
  color: #ff7700;
}

/* tickets */
.upcomingEventDivder,
.upcomingEvent,
.upcomingEventDisabled {
  width: 100% !important;
}

.upcomingEvent:hover,
.upcomingEventDisabled:hover {
  transform: scale(1.02);
}

.upcomingEvent,
.upcomingEventDisabled {
  transition: 0.5s;
  background: black;
  padding: 20px;
  border: 2px solid #ff7700;
  margin-bottom: 30px;
}

.sectionTitle {
  color: white;
}

.ibBookNowDisabled * {
  color: black !important;
}

.upcomingEventDivider {
  display: none !important;
  color: #ff7700;
}

#divPromoCode {
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ff7700;
  margin-top: 20px;
  width: fit-content;
  align-self: center;
  padding: 10px;
  transition: transform 0.3s ease;
}

#divPromoCode:hover {
  transform: scale(1.1);
}

.curvedBoxHeader,
.curvedBox {
  text-align: center;
}

#cbxAreaSelect .curvedBox {
  display: flex;
  flex-direction: column;
}

#cbxAreaSelect .curvedBox > div[style="font-size:10pt;"] {
  font-family: 'Abel', Arial, sans-serif !important;

  a {
  font-family: 'Abel', Arial, sans-serif !important;
  }
}

@media (min-width: 1024px) {
  div[style="font-size:10pt;"] {
    font-size: 20px !important;
    line-height: 32px;
  }
}

.addTickets {
  margin-top: 20px;
  margin-bottom: 20px;
}

.addTickets a {
  background-color: #ff7700;
  padding: 10px;
  color: black;
  border: 2px solid #ff7700;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.addTickets a:hover {
  background-color: black;
  color: #ff7700;
}

.ibBookNowTall * {
  color: black;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.ibBookNowOverTall * {
  color: #ff7700;
  background-color: black;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.ibBookNowTall, .ibBookNowOverTall {
  border: 2px solid #ff7700;
}

#venueMap td {
  color: black !important;
}

  .returnToStadium + div + table {
    display: flex;
    justify-content: center;
    transform: scale(1.5);
  }

#venueMap {
  width: 80% !important;
  overflow-x: auto;
  margin-left: 10%;
  zoom: 1.5;
  margin-top: 40px;
}

.returnToStadium + div {
  margin-top: 55px !important;
  font-size: 20px !important;
  margin-bottom: 20px !important;
}

#cbxAreaSelect .curvedBox ul {
  display: flex;
  justify-content: center;
  padding-left: 0px;
}

.returnToStadium + div + table {
  border: none !important;
}

table:has(>tbody> tr> td .tickTransparent) {
  margin: 30px auto;
}

.tickTransparent {
  height: 40px;
}

#receipt h1 {
  color: #ff7700 !important;
  font-size: 32px !important;
}

#receipt > table * {
  font-family: 'Abel', Arial, sans-serif !important;
}

table:has(>tbody> tr> td.grandTotalsLabel) {
  background: #262928a1 !important;
  border-radius: 15px;
  padding: 25px !important;
  text-align: left;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 2px solid #ec6d0c;
  box-shadow: 0 3px 3px 3px #0000003d;
  transition: 0.3s;
}

.infoContent {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#venueMap div table[style="width: 100%; height: 100%;  z-index: 99;  background-color: #000; color: #FFF;   border-style: solid; border-width: 1px; border-color: #000;"] {
  background-color: #ff7700 !important;
}

div[style="position:relative; width:20px; height:20px; color:#FFF; background-color:#000; border:1px solid #000;"] {
  background-color: #ff7700 !important;
}

.pcaflaglabel {
  color: black;
}

#trcountry {
  vertical-align: top;
}

.costCentreLogoImageHolder {
  border-top: 2px solid #ff7700;
  border-left: 2px solid #ff7700;
  border-right: 2px solid #ff7700;
  background-color: black;
}

.costCentreLogosName {
  border-bottom: 2px solid #ff7700;
  border-left: 2px solid #ff7700;
  border-right: 2px solid #ff7700;
  background-color: black;
  text-transform: uppercase;
}

.costCentreLogo {
  transition: transform 0.3s ease;
}

.costCentreLogo:hover {
  transform: scale(1.02);
}

.selectMembershipType {
  background-color: black;
  border: 1px solid #ff7700;
  color: white;
}

.selectMembershipType:hover {
  background-color: #a74d10;
}

#membershipSelectMembershipType input {
  border: 2px solid #ff7700;
  color: black;
  transition: all 0.3s ease;
}

#membershipSelectMembershipType input:hover {
  background-color: black !important;
  color: #ff7700 !important;
}

/* from barnet*/
.seatViewHolder {
  display: block;
}

.seatViewBlock table {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  background: black;
  width: fit-content;
  padding: 20px;
  border: 2px solid #ff7700;
  transition: transform 0.3s ease;
  text-align: left;
  color: #ff7700;
}

@media (min-width: 1024px) {
  .seatViewBlock table:hover {
    transform: scale(1.1);
  }
}

.seatViewBlock2 > div {
  font-size: 20px;
  line-height: 55px;
}

/* barnet custom css */
.logo-overlap-left {
  position: absolute;
  top: 50px;
  left: 2%;
  max-height: 130px;
  z-index: 10;
}

@media (max-width: 768px) {
  .logo-overlap-left {
    display: none;
  }
}

.navbar-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.black-navbar {
  background-color: #0D0807;
  display: flex;
  flex-wrap: nowrap !important;
  text-align: center;
  margin: 0 -15px;
  padding: 1rem 0;
  align-items: center;
  margin: 0;
  justify-content: space-between;
}

.logo-space-div {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1;
  align-items: center;
}

.black-nav-items-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 3;
}

.black-nav-item {
  font-size: 18px;
  font-weight: bold;
  color: #FF7700 !important;
  text-decoration: none !important;
  border: #0D0807 4px solid;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .black-nav-item {
    font-size: 16px;
  }
}

.black-nav-item:hover {
   border: #FF7700 4px solid;
}

.orange-active {
  border: #FF7700 4px solid;
}

.barnetfc-text-container, .efl-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1;
}

.barnetfc-text {
  max-height: 30px;
  width: auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 990px) {
  .barnetfc-text {
    display: none;
  }
}

.efl-logo {
  max-height: 90px;
  width: auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .efl-logo {
    max-height: 70px;
  }
}

.orange-navbar {
  background-color: #FF7700;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: .5rem 0;
  align-items: center;
  margin: 0;
  min-height: 56px;
}

.orange-navbar-space {
  width: 16.666%;
  display: none;
}

@media (min-width:576px) {
  .orange-navbar-space {
    display: block;
  }
}

.orange-navbar-centering {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width:576px) {
  .orange-navbar-centering {
    width: 66.666%;
  }
}

.navigation {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (min-width:992px) {
  .navigation {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
}

.inner-navigation-container {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav-container {
  display: flex;
}

.mobile-logo {
  display: none;
  max-height: 60px;
  margin-right: .5rem;
}

@media (min-width:992px) {
  .mobile-logo {
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile-logo {
    display: block !important;
  }
}

.navbar-toggler {
  margin-left: auto;
  display: none;
  align-self: center;
  padding-right: 16px;
}

.navbar-collapse {
  display: flex;
}

@media (max-width: 976px) {
  .navbar-toggler {
    display: block;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-nav {
    flex-direction: column !important;
  }
}

.navbar-toggler-icon::before {
  content: url("images/burgerSquare.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  align-self: center;
  margin-right: 4px;
  position: relative;
  top: -3px;
}

  @media (max-width: 768px) {
    .navbar-collapse {
      margin-top: 10px;
    }
  }

  .navbar-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  @media (min-width:992px) {
    .navbar-nav {
      justify-content: flex-start;
      margin-left: auto;
    }
  }

  .nav-item {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-link {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #0D0807 !important;
    text-decoration: none !important;
    border: #FF7700 4px solid;
    margin-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

    .nav-link:hover {
      border: #0D0807 4px solid;
    }

.dropdown .nav-link::after {
  content: url("images/triangle_down.svg");
  display: inline-block;
  align-self: center;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

    .dropdown:hover > .dropdown-menu {
      display: block;
    }

  .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    list-style: none;
    padding: .5rem 0;
    background-color: #0D0807;
    border: none;
    z-index: 100;
    text-align: left;
  }

  .dropdown-menu li {
    padding: 14px 18px; 
  }

.dropdown-item {
  color: #FF7700 !important;
  font-weight: bold;
  font-size: 16px;
  text-align: left !important;
  text-decoration: none !important;
}

.dropdown-item:hover {
  color: #FFFFFF !important;
}

  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }

.nav-item * {
  text-wrap: nowrap;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-item::after {
  content: url("images/triangle_down_orange.svg");
  display: inline-block;
  align-self: center;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.dropdown-submenu > .dropdown-item:hover::after {
  content: url("images/triangle_down_white.svg");
  display: inline-block;
  align-self: center;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  margin-top: 0;
}

.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu.show > .dropdown-menu {
  display: block !important;
}

  /* Dropdown Arrow for product  */
/*  #sizeDropdown::after {
    transition: transform 0.3s ease;
  }

  #sizeDropdown.show::after {
    transform: rotate(180deg);
  }*/

  @media (max-width: 990px) {
    .dropdown-submenu > .dropdown-menu {
      position: relative;
      left: 0;
      top: 0;
      display: none;
      margin-left: 1rem;
    }

    .dropdown-submenu:hover > .dropdown-menu,
    .dropdown-submenu.show > .dropdown-menu {
      display: block !important;
      margin: 0;
      padding-top: 16px;
      padding-bottom: 8px;
    }

    .dropdown-submenu:hover {
      padding-bottom: 0px;
    }
  }

  .custom-buy-btn {
    display:block;
    background-color: #0D0807;
    color: #FF7700 !important;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #FF7700;
    padding-right: 16px !important;
    padding-left: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
  }

    .custom-buy-btn:hover {
      background-color: #FF7700;
      color: #0D0807 !important;
      border: 2px solid #0D0807;
    }

  @media (max-width: 768px) {
    .custom-buy-btn {
      width: 100%;
      margin-top: 10px;
    }
  }

/* ------------------- shopmenu ------------------------- */

.shopmenu-welcome-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  padding: 3rem 0;
  padding: 0 1.5rem;
  background: #000;
  text-align: center;
}

@media (min-width:992px) {
  .shopmenu-welcome-container {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

.shopmenu-welcome-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 1rem;
}

.shopmenu-welcome-text {
  font-size: 2rem;
  color: white;
  font-weight: 700;
}

.shopmenu-welcome-img-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.shopmenu-welcome-img-div {
  padding: .5rem;
}

@media (min-width:576px) {
  .shopmenu-welcome-img-div {
    width: 33.333%;
  }
}

.shopmenu-welcome-img {
  max-width: 100%;
  height: auto;
}

.shopmenu-enter-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 3rem;
}

.shopmenu-enter-button-container-inner {
  width: auto;
}

.shopmenu-enter-button-text {
  padding: .5rem 1rem;
  font-size: 1.75rem;
  margin-right: 0px !important;
}

#shopmenu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px !important;
  transition: opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

#shopmenu-container.show {
  display: flex;
  opacity: 1;
  visibility: visible;
  height: fit-content !important;
}

@media(max-width: 1400px) {
  #shopmenu-container-inner {
    width: 66.66667%;
  }
}

@media(max-width: 330px) {
  #shopmenu-container-inner {
    width: 90%;
  }

  .shopmenu-button {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

#shopmenu-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid white;
}

#shopmenu-header {
  font-size: 32px;
}

#shopmenu-product-group-header {
  font-size: 50px;
  font-weight: 400 !important;
  margin: 40px;
  font-family: 'Placa', sans-serif !important;
  text-align: left;
}

#shopmenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.shopmenu-button {
  width: 300px;
  min-height: 280px;
  background-color: #ff7700;
  margin: 10px;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.shopmenu-button:hover {
  transform: scale(1.05);
}

.shopmenu-button-text {
  text-decoration: none !important;
  font-family: 'Placa', Arial, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: black !important;
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
}

.shopmenu-button-text-xs {
  font-size: 15px;
}

.shopmenu-button-text-sm {
  font-size: 20px;
}

.shopmenu-button-text-md {
  font-size: 30px;
}

.shopmenu-button-text-lg {
  font-size: 40px;
}

.shopmenu-button-text-xl {
  font-size: 60px;
}

@media (max-width: 450px) {
  .shopmenu-button-text-xs {
    font-size: 11px;
  }

  .shopmenu-button-text-sm {
    font-size: 15px;
  }

  .shopmenu-button-text-md {
    font-size: 18px;
  }

  .shopmenu-button-text-lg {
    font-size: 30px;
  }

  .shopmenu-button-text-xl {
    font-size: 40px;
  }

  #shopmenu-product-group-header {
    font-size: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 1400px) {
  #shopmenu {
    flex-direction: column;
  }

  .shopmenu-button {
    width: 100%;
  }
}

#shopmenu-email-list-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #ff7700;
}

#shopmenu-email-list-link {
  font-size: 28px;
  cursor: pointer;
  color: white;
}

#shopmenu-email-list-link:hover {
  text-decoration: underline;
  font-weight: normal !important;
}

#shopmenu-container .feature > h3 {
  display: none;
}

/*shop menu introducing margin*/
body {
  margin: 0;
}

/* ----------------------  main ---------------------- */
.outer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: black;
}

.basket-container {
  margin-top: 20px;
}

/* --------------------- footer ----------------------- */

.footer a:not(.social-icon):hover {
  color: #ff7a00 !important;
}

.footer {
  background: #000;
  color: #fff;
}

.footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 3rem;
  text-align: center;
}

.social-media-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.social-media-div {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 16px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none !important;
  margin: 0 6px;
  transition: transform 0.25s ease;
}

.social-icon i {
  font-size: 1.25rem;
}

.social-icon.facebook {
  background-color: #1877f2;
  color: #fff;
}

.social-icon.twitter {
  background-color: #181818;
  color: #fff;
}

.social-icon.youtube {
  background-color: #ff0000;
  color: #fff;
}

.social-icon.instagram {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.social-icon.whatsapp {
  background-color: #69727d;
  color: #25d366;
}

.social-icon:hover {
  transform: scale(1.1);
}

.footer-logo-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
  margin-bottom: 3rem;
}

.footer-logo-div {
  width: auto;
}

.footer-logo-img {
  max-width: 100%;
  height: auto;
}

.sponsor-logo-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.sponsor-logo-div {
  margin-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  width: 50%;
  max-width: 145px;
  max-height: 70px;
}

@media (min-width:576px) {
  .sponsor-logo-div {
    width: 33.333%;
  }
}

@media (min-width:768px) {
  .sponsor-logo-div {
    width: 25%;
  }
}

@media (min-width:992px) {
  .sponsor-logo-div {
    width: 8.333%;
  }
}

.sponsor-img {
  max-width: 100%;
  height: auto;
}

.footer-divider {
  border: solid 3px #FF7700;
  border-top-width: 3px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  opacity: 1;
  margin: 0;
}

.footer-links-container {
  width: 100%;
  color: #fff;
  padding: 3rem 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .footer-links-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .footer-links-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .footer-links-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .footer-links-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .footer-links-container {
    max-width: 1320px;
  }
}

.footer-links-centering {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%
}

@media (min-width:768px) {
  .footer-links-centering {
    text-align: left;
  }
}

.footer-links-left-container {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width:768px) {
  .footer-links-left-container {
    width: 66.666%;
    margin-bottom: 0;
  }
}

.footer-links-left-centering {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width:768px) {
  .footer-links-left-centering {
    justify-content: flex-start;
  }
}

.footer-link {
  text-decoration: none !important;
  margin-right: 1rem;
  margin-bottom: .5rem;
  font-size: 16px;
  color: white !important;
}

@media (min-width:768px) {
  .footer-link {
    margin-bottom: 0;
  }
}

.footer-links-right-container {
  width: 100%;
  text-align: center;
}

@media (min-width:768px) {
  .footer-links-right-container {
    width: 33.333%;
    text-align: right;
  }
}

.copyright {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
}

.safeguarding-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  padding: 1.5rem 0;
}

.safeguarding-centering {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.safeguarding-text-container {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width:768px) {
  .safeguarding-text-container {
    width: 66.666%;
  }
}

@media (min-width:992px) {
  .safeguarding-text-container {
    width: 50%;
    text-align: left;
  }
}

.safeguarding-text {
  margin-bottom: 1rem;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  font-family: 'Abel', Arial, sans-serif !important;
}

.email-text {
  color: #ff7a00 !important;
  overflow-wrap: anywhere;
  text-decoration: none !important;
  font-family: 'Abel', Arial, sans-serif !important;
  font-size: 18px;
}

.qr-container {
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width:768px) {
  .qr-container {
    width: 16.666%;
  }
}

.qr-img {
  max-width: 100%;
  height: auto;
}

  /* Buttons */
.orangeprice,
.orangeorder,
.shopButton,
.wishlistButton,
.shopSmallButton {
box-sizing: border-box !important;
width: 100%;
  background-color: #FF7700 !important;
  border-radius: 10px !important;
  color: #000000 !important;
  border: 2px solid #FF7700 !important;
  transition: all 0.3s ease;
  max-width: 100% !important;
  margin-right: 0px !important;
}

.orangeorder:hover,
.shopButton:hover,
.wishlistButton:hover,
.shopSmallButton:hover {
  background-color: #0D0807 !important;
  color: #FF7700 !important;
  border: 2px solid #FF7700 !important;
  padding: 10px 10px 10px 10px !important;
}

/* Inputs & Number Inputs */
.number-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.number-input input[type=number] {
  text-align: center;
  font-weight: bold;
}

.number-input button {
  background-color: #FF7700;
  color: #0D0807;
  font-weight: bold;
  border: 2px solid #FF7700;
  transition: all 0.3s ease;
}

.number-input button:hover {
  background-color: #0D0807;
  color: #FF7700;
  border: 2px solid #FF7700;
}


/* Thumbnails */
.productPrimaryPhotoThumbnailImage {
  cursor: pointer;
  transition: border 0.3s;
  border: none;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  max-height: 200px;
  max-width: 260px;
}

.productPrimaryPhotoThumbnailImage:hover {
  border: none;
}

.productPrimaryPhotoThumbnailImage.selected {
  border: 4px solid #ff7a00;
}

.productPrimaryPhotoMainImageContainer {
  margin-left: 12px;
  margin-right: 12px;
}

/* Number Input Field */
.whitenumber {
  background-color: #FFFFFF;
}

/* Borders */
.orangeborder {
  border: #FF7700 1px solid;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Media Queries */
@media (max-width: 768px) {
  .navbar-collapse {
    margin-top: 10px;
  }
}

/* Responsive Button/Headline Spacing */
@media (max-width: 1184px) and (min-width: 842px) {
  .merch-btn {
    margin-bottom: 0rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 841px) and (min-width: 576px) {
  .merch-btn {
    margin-bottom: 1.5rem;
    margin-right: 0rem;
  }
}

@media (max-width: 914px) and (min-width: 842px) {
  .merch-btn {
    margin-bottom: 0rem;
    margin-right: 0rem;
  }
}

@media (min-width: 1184px) {
  .merch-btn {
    margin-right: 1.5rem;
  }
}

@media (max-width: 575px) and (min-width: 443px) {
  .headline {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 442px) {
  .headline {
    margin-bottom: 1.5rem;
  }

  .merch-btn {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) and (min-width: 419px) {
  .merch-btn {
    margin-right: 1.5rem !important;
    margin-bottom: 0rem;
  }
}

@media (max-width: 419px) and (min-width: 297px) {
  .merch-btn {
    margin-bottom: 0rem !important;
    margin-right: 0rem;
  }
}

/* Cards */
.orangecards {
  background-color: #FF7700;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0D0807;
  transition: transform 0.3s ease;
}

.orangecards:hover {
  transform: scale(1.05);
}

/* top level product groups menu */
.shopParentGroups {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.shopParentGroupForThisProduct {
  margin-right: auto;
  margin-left: 10px;
}

.shopParentGroupForThisProductText {
  font-family: Placa, sans-serif !important;
  font-size: 40px;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: white !important;
  text-transform: uppercase;
}

.otherShopParentGroups {
  /*  justify-self: flex-end !important;*/
  background-color: #ff7700;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition:all ease 0.2s;
}

.otherShopParentGroups:hover {
  transform: scale(1.03);
}

.otherShopParentGroupsText {
  font-family: Placa, sans-serif !important;
  font-size: 30px;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: black !important;
  text-transform: uppercase;
}

.productSecondary[onclick*="displayProductGroup.asp"] {
  display: none;
}

form[action="subscribe.asp"] {
  padding-left: 10px;
  padding-right: 10px;
}

form[action="subscribe.asp"] * {
  font-family: 'Abel', sans-serif !important;

/*    text-align: center;*/
  h1 {
    font-family: Placa, sans-serif !important;
    font-weight: 400 !important;
  }
}

input[value="Confirm"], input[value="Unsubscribe"] {
  color: black;
  text-transform: uppercase;
  font-family: Placa, sans-serif !important;
  font-weight: 400;
  border: 2px solid #ff7700;
}

input[value="Confirm"]:hover, input[value="Unsubscribe"]:hover {
  color: #ff7700;
  background-color: black !important;
}

/*form[action="keysOrder.asp"] .feature:has(.productResultsContainer ~ .productResultsContainer) > .productResultsContainer:first-of-type {
  display: none;
}*/

.productGroupResultsContainer {
  display: none;
}