.layoutMain {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.OnlineStoreProduct_title_container h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

#cartLayout .storeCartControlNav__back {
  display: none;
}

.WaGadgetOnlineStoreCartCheckout .formContainer {
  width: unset;
}

.storeCartContent #step-3-content p + p {
  margin-top: 0.5rem;
}

.OnlineStoreCatalog_list_item {
  margin: 0px;
}

.delivery-method-label span {
  font-weight: normal !important;
}

#idCheckoutWizardContainer .formField input, 
#idCheckoutWizardContainer .formField select {
box-shadow: inset 0 .0625em .125em rgba(10,10,10,0.05);
  max-width: 100%;
  width: 100%;

  background-color: #fff;
  border-color: #dbdbdb;
  border-radius: 2px;
  color: #363636;

  font-size: 1rem;
  height: 2.5em;
  line-height: 1.5;

  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
}

#idCheckoutWizardContainer .formField input:disabled {
  background-color: #dbdbdb;
}

#idCheckoutWizardContainer h2{
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

#idCheckoutWizardContainer label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5em;
}

.OnlineStoreCatalog_list_item_link {
  font-size: 1.25rem;
}

#idCheckoutWizardContainer .stepsContainer {
      font-size: 1.5rem;
  margin-bottom: 1rem;
}

#OnlineStoreCart_content_container .stepsContainer {
    font-size: 2rem;
  margin-bottom: 1rem;
}

.OnlineStoreProduct_description h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.addToCartContainer {
  display: flex;
  flex-direction: column;
  line-height: 0;
  gap: 0.5rem;
}

#OnlineStoreProduct_addToCart, .toCheckout,
.storeCartControlNav .wizardNextButton,
#button_pay_online {
background-color: #3142fb;
  border-color: transparent;
  color: #fff;
  font-size: 1rem;
  height: 2.5em;
  font-weight: bold!important;

  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
}

#button_pay_online:disabled {
  opacity: 0.5;
}

#OnlineStoreProduct_addToCart:hover, .toCheckout:hover,
.storeCartControlNav .wizardNextButton:hover, #button_pay_online:hover{
background-color: #2437fb;
  color: #fff;

  font-weight: bold!important;
}

#OnlineStoreProduct_viewCart,
.storeCartControlNav_left a {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;

  margin: 0px;

  -webkit-appearance: none;
  align-items: center;
    border-style: solid;
  border-radius: 2px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;

    padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);

  line-height: 1.5;
  position: relative;
  vertical-align: top;
}

#idRegistrationInfo {
    font-size: 1.5rem;
}

.generalFieldsContainer .radioGroupContainer .label{
    flex-direction: column
}

.registrationInfo li {
    margin-bottom: 1rem;
}

.boxInfoContainer, .eventInfoStartTime {
    margin-bottom: 1rem;
}

.boxOuterContainer {
    display: flex;
}

.eventInfoBoxLabel {
    font-size: 1.5rem;
}
.eventInfoStartTime .eventInfoBoxLabel {
    display: none;
}

h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1023px){
    .rate-table.is-box tr td:nth-child(2)::before{
        content:'Computer'
    }
    .rate-table.is-box tr td:nth-child(3)::before{
        content:'Phone'
    }
    .rate-table.is-box tr td:nth-child(4)::before{
        content:'Car'
    }
    .rate-table.is-box tr td:nth-child(5)::before{
        content:'Software'
    }
    .rate-table.is-box tr td:nth-child(6)::before{
        content:'Kit'
    }
    .rate-table.is-box tr td{
        margin-bottom:1.5rem
    }
}

@media screen and (max-width: 1023px){
    .rate-table.is-tv tr td:nth-child(2)::before{
        content:'BAND 3 TV (£6M < £9M / HR)'
    }
    .rate-table.is-tv tr td:nth-child(4)::before{
        content:'BAND 2 TV (£3M < £6M / HR)'
    }
    .rate-table.is-tv tr td:nth-child(6)::before{
        content:'BAND 1 TV (£850K < £3M / HR)'
    }
}

@media screen and (max-width: 1023px) {
  .rate-table.is-film tr td:nth-child(3)::after, .rate-table.is-film tr td:nth-child(5)::after, .rate-table.is-film tr td:nth-child(7)::after {
    content: '(3+ Year Minimum)' !important;

    font-weight: 700;

  }
}

@media screen and (max-width: 1023px) {
  .rate-table.is-tv tr td:nth-child(3)::after, .rate-table.is-tv tr td:nth-child(5):after, .rate-table.is-tv tr td:nth-child(7)::after, .rate-table.is-tv tr td:nth-child(9)::after {
    content: '(3+ Year Minimum)' !important;

    font-weight: 700;

  }
}

@media screen and (max-width: 1023px) {
  .rate-table.is-tv tr td.hidden::after {
    content: '' !important;
    font-weight: 700;
  }
}

@media screen and (max-width: 1023px) {
  .rate-table.is-film tr td.hidden::after {
    content: '' !important;
    font-weight: 700;
  }
}

@media screen and (max-width: 1023px) {
  .rate-table tr td.hidden {
    height: 0rem;
  }
}

/* Fix a bug that wasn't showing the lapsed header */
#WA_messagePopup ul li.last {
 display: block !important;
}
/* A more specific rule to only show one message */
#WA_messagePopup ul li.first + li.last{
 display: none! important;
}
/* BUT... Don't show the lapsed header on the profile and renew pages */
#PAGEID_18004 #WA_messagePopup,
#PAGEID_18012 #WA_messagePopup {
    display: none;
}