/* @override 
	https://dev.parisbasketball.com/wp-content/themes/parisbasketball/assets/css/camps.css
	https://parisbasketball.com/wp-content/themes/parisbasketball/assets/css/camps.css */
del bdi {
  text-decoration: line-through;
  opacity: .5;
}
ins bdi {
  margin-right: 10px;
}
.woocommerce-Price-amount {
  font-family: 'parisbasketball', sans-serif;
  font-size: 1.2em;
}
.pbb-camp-product-header {
  --height: 240px;
  position: relative;
  height: var(--height);
}
.pbb-camp-product-header img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.pbb-camp-product-header .alignwide {
  position: relative;
}
@media screen and (min-width: 602px) {
  .pbb-camp-product-header {
    --height: 500px;
  }
}
.camp-registration,
.pbb-camp-product-header {
  --back: 40px;
}
.camp-registration a.back-to-camps,
.pbb-camp-product-header a.back-to-camps {
  display: inline-block;
  width: var(--back);
  height: var(--back);
  text-align: center;
  border-radius: var(--back);
  font-size: calc( var(--back) * .3 );
  line-height: calc( var(--back) - 2px );
  border: 1px solid #FFFFFF;
  margin-top: 30px;
}
@media screen and (min-width: 602px) {
  .camp-registration,
  .pbb-camp-product-header {
    --back: 70px;
  }
}
[id^="product"] {
  margin: 60px auto;
}
[id^="product"] h1.product-name {
  margin-top: 0;
}
[id^="product"] .pbb-camp-subscription .sticky {
  padding: 40px;
  background: #181818;
}
[id^="product"] .pbb-camp-subscription .product-name,
[id^="product"] .pbb-camp-subscription .product-price {
  font-family: 'parisbasketball', sans-serif;
  font-size: 2.7em;
  line-height: 1.2em;
}
[id^="product"] .pbb-camp-subscription .product-name .from-price,
[id^="product"] .pbb-camp-subscription .product-price .from-price {
  font-size: .5em;
  display: flex;
  align-items: center;
  gap: 10px;
}
[id^="product"] .pbb-camp-subscription .product-name .from-price .amount,
[id^="product"] .pbb-camp-subscription .product-price .from-price .amount {
  font-size: 2.7rem;
}
[id^="product"] .pbb-camp-subscription .product-price {
  font-size: 2.125em;
  margin: 5px 0;
}
[id^="product"] .pbb-camp-subscription .btn {
  display: block;
  text-align: center;
  border: 1px solid #FFFFFF;
  width: 100%;
  margin: 20px 0;
  line-height: 50px;
  border-radius: 50px;
}
[id^="product"] .pbb-camp-subscription .btn.primary {
  background: #FFFFFF;
  color: #0E0E0E;
}
[id^="product"] .pbb-camp-subscription .short-desc {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
}
[id^="product"] h2 {
  font-size: 2.25em;
}
[id^="product"] p {
  font-size: 1.2em;
}
[id^="product"] .camp-section img.main-image {
  display: block;
  aspect-ratio: 1.96969697;
  object-fit: cover;
}
[id^="product"] .product-desc {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
[id^="product"] .product-desc *:first-child {
  margin-top: 0;
}
[id^="product"] .product-desc *:last-child {
  margin-bottom: 0;
}
[id^="product"] .know-more-sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 30px;
  margin-bottom: 30px;
}
[id^="product"] .know-more {
  margin: 30px 0;
  padding: 40px;
  background: #181818;
}
[id^="product"] .know-more *:first-child {
  margin-top: 0;
}
[id^="product"] .know-more *:last-child {
  margin-bottom: 0;
}
[id^="product"] .know-more .btn {
  background: #FFFFFF;
  color: #0E0E0E;
}
[id^="product"] .tags {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
[id^="product"] .tags .icon {
  opacity: .3;
  font-size: 1.2em;
  vertical-align: middle;
}
[id^="product"] .tags > div {
  margin-top: -10px;
}
[id^="product"] .stock-alert {
  color: #FF0000;
}
[id^="product"] .collapsible.product-details {
  margin: 30px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
[id^="product"] .options {
  margin-top: 15px;
}
[id^="product"] .options .options-title {
  font-weight: 600;
}
[id^="product"] .options .option {
  display: flex;
  gap: 10px;
  margin: 12px 0;
}
[id^="product"] .options .option .option-price {
  margin-left: auto;
}
[id^="product"] .options .option .plus {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  background: #333;
  text-align: center;
  border-radius: 24px;
  color: #0E0E0E;
}
@media screen and (min-width: 602px) {
  [id^="product"] {
    --gap: 40px;
    gap: var(--gap);
  }
  [id^="product"] .pbb-camp-subscription {
    width: 35%;
  }
  [id^="product"] .summary {
    width: calc( 65% - var(--gap) );
  }
  [id^="product"] .sticky {
    position: sticky;
    top: 150px;
  }
}
@media screen and (min-width: 992px) {
  [id^="product"] {
    --gap: 150px;
  }
}
.collapsible.product-details {
  margin: 0;
}
.collapsible.product-details .collapsible-header {
  display: flex;
  align-items: center;
}
.collapsible.product-details .collapsible-header .action {
  margin-left: auto;
}
.collapsible.product-details .collapsible-header .label {
  font-family: 'parisbasketball', sans-serif;
  font-size: 1.8em;
}
.collapsible.product-details .collapsible-body {
  padding-top: 0;
}
.collapsible.product-details .collapsible-body ul li {
  position: relative;
  margin: 12px 0;
  padding-left: 24px;
}
.collapsible.product-details .collapsible-body ul li:before {
  content: "\ea0d";
  font-family: 'pbb-icons';
  position: absolute;
  left: 0;
  top: -0.1em;
  font-size: 1.2em;
  color: #69DC42;
}
.registration-steps {
  display: flex;
  justify-content: center;
}
.registration-steps li {
  padding: 0 40px;
  font-family: 'parisbasketball', sans-serif;
  font-size: 1.45em;
  position: relative;
}
.registration-steps li > span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  margin: 0 auto 10px;
}
.registration-steps li.active > span {
  background: #FFFFFF;
}
.registration-steps li:after,
.registration-steps li:before {
  display: block;
  width: calc( 50% - 6px );
  height: 1px;
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 5px;
}
.registration-steps li:before {
  left: 0;
}
.registration-steps li:after {
  right: 0;
}
.registration-steps li:first-child:before,
.registration-steps li:last-child:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .registration-steps {
    font-size: 8px;
  }
  .registration-steps li {
    padding: 0 10px;
  }
}
.camp-registration {
  background: url('../img/shadow.png') no-repeat center top;
  background-size: 50vw;
}
@media screen and (min-width: 602px) {
  .camp-registration .registration-header {
    gap: 30px;
    align-items: flex-start;
  }
  .camp-registration .registration-header a.back-to-camps {
    margin: 0;
  }
  .camp-registration .registration-header .spacer {
    display: inline-block;
    width: var(--back);
    content: "";
  }
  .camp-registration .registration-header .registration-steps {
    justify-content: center;
    width: calc( 100% - ( var(--back) * 2 ) );
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  color: #FF0000;
}
.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error {
  outline: none;
  padding: 10px;
  border-radius: 6px;
  background: #FF0000;
  color: #FFFFFF;
}
.woocommerce-billing-fields,
#camp-register-participants {
  --input: 46px;
  --margin: 6px;
}
.woocommerce-billing-fields fieldset,
#camp-register-participants fieldset {
  background: #0E0E0E;
}
.woocommerce-billing-fields .pbb-select,
#camp-register-participants .pbb-select {
  background: #1c1c1c;
}
.woocommerce-billing-fields .pbb-select select,
#camp-register-participants .pbb-select select {
  background: #1c1c1c;
}
.woocommerce-billing-fields .btn.primary,
#camp-register-participants .btn.primary {
  color: #0E0E0E !important;
}
.woocommerce-billing-fields .input-field,
#camp-register-participants .input-field {
  margin: calc( var(--margin) + 15px ) 0;
  position: relative;
}
.woocommerce-billing-fields .input-field input,
#camp-register-participants .input-field input,
.woocommerce-billing-fields .input-field textarea,
#camp-register-participants .input-field textarea {
  line-height: var(--input);
  height: var(--input);
  padding: 0 20px;
  border-radius: var(--input);
}
.woocommerce-billing-fields .input-field input.bold,
#camp-register-participants .input-field input.bold,
.woocommerce-billing-fields .input-field textarea.bold,
#camp-register-participants .input-field textarea.bold {
  font-weight: 600;
}
.woocommerce-billing-fields .input-field textarea,
#camp-register-participants .input-field textarea {
  padding: 20px;
  border-radius: 16px;
  line-height: 1.5em;
}
.woocommerce-billing-fields .input-field .helper-text,
#camp-register-participants .input-field .helper-text {
  display: block;
  font-size: .85em;
  line-height: 1.3em;
  margin: 5px 0 0;
  color: #666;
}
.woocommerce-billing-fields .input-field label,
#camp-register-participants .input-field label {
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  position: absolute;
  left: 20px;
  top: 0;
  line-height: var(--input);
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce-billing-fields .input-field label .required,
#camp-register-participants .input-field label .required {
  color: #FF0000;
}
.woocommerce-billing-fields .input-field label.active,
#camp-register-participants .input-field label.active {
  top: calc( var(--input) * -.7 );
  left: 10px;
  transform: scale(0.9);
}
.woocommerce-billing-fields {
  --input: 58px;
  --margin: 15px;
}
.woocommerce-billing-fields .input-field input[required] + label:after {
  content: " *";
}
.woocommerce-billing-fields #billing_country_field {
  width: 100%;
  margin: 0;
}
.woocommerce-billing-fields #billing_country_field label {
  display: none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.invoice_name,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.invoice_address,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.invoice_postcode,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.invoice_city {
  display: none;
}
@media screen and (min-width: 602px) {
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: var(--margin);
  }
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field {
    width: 100%;
    margin: calc( var(--margin) / 2 ) 0;
  }
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.billing_first_name,
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.billing_last_name,
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.billing_email,
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.billing_phone {
    width: calc( 50% - var(--margin)/2 );
  }
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.billing_postcode,
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.invoice_postcode {
    width: 180px;
  }
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.billing_city,
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-field.invoice_city {
    width: calc( 100% - 180px - var(--margin) );
  }
}
#camp-register-participants {
  --input: 46px;
  --margin: 6px;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  counter-reset: index;
}
#camp-register-participants h2 {
  margin-top: 0;
  font-size: 2.25em;
  display: flex;
}
#camp-register-participants h2 .index {
  margin-left: auto;
}
#camp-register-participants h4 {
  font-size: 1.8em;
}
#camp-register-participants fieldset {
  border: 1px solid #333;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  counter-increment: index;
}
#camp-register-participants fieldset .index:before {
  content: counter(index) "/";
}
#camp-register-participants fieldset:first-child div.del {
  display: none;
}
#camp-register-participants .pbb-select {
  border-color: rgba(255, 255, 255, 0.3);
  height: var(--input);
}
#camp-register-participants .pbb-select select {
  line-height: var(--input);
  padding: 0 30px 0 20px;
  font-family: 'NeueMontreal', sans-serif;
  font-size: 14px;
}
#camp-register-participants .pbb-select + .input-flex {
  margin: calc( var(--margin) * 4 ) 0;
}
#camp-register-participants p.inline-radio label {
  margin-left: 15px;
}
#camp-register-participants p.inline-radio label input[type="radio"] + span {
  padding-left: 26px;
}
#camp-register-participants p.inline-radio label input[type="radio"]:checked + span:before {
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  background: #FFFFFF;
}
#camp-register-participants p.inline-radio label input[type="radio"]:checked + span:after {
  background: transparent;
  border-color: #FFFFFF;
}
#camp-register-participants .btn {
  border: 1px solid #FFFFFF;
  margin: 20px 0;
  padding: 0 30px;
  line-height: 58px;
  border-radius: 60px;
}
#camp-register-participants .btn .plus {
  font-family: 'NeueMontreal', sans-serif;
  margin-left: .5em;
}
#camp-register-participants .btn.primary {
  background: #FFFFFF;
}
#camp-register-participants .actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#camp-register-participants .actions .add-participant {
  background: #0E0E0E;
}
@media screen and (min-width: 602px) {
  #camp-register-participants .input-flex {
    display: flex;
    gap: calc( var(--margin) * 2 );
  }
  #camp-register-participants .input-flex .input-field,
  #camp-register-participants .input-flex .pbb-select {
    margin: 0;
    flex: 1;
  }
  #camp-register-participants .input-dob {
    display: flex;
    margin: calc( var(--margin) * 3 ) 0;
    align-items: center;
    gap: calc( var(--margin) * 2 );
  }
  #camp-register-participants .input-dob > * {
    flex: auto;
  }
  #camp-register-participants .input-dob p {
    margin: 0;
  }
}
.woocommerce-checkout {
  margin-top: 40px;
}
.woocommerce-billing-fields {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: #0E0E0E;
}
.woocommerce-billing-fields h3 {
  margin-top: 0;
}
.woocommerce-billing-fields #other_invoice_contact_field {
  margin: 0;
}
.woocommerce-billing-fields #other_invoice_contact_field .woocommerce-input-wrapper {
  border: none;
  background: none;
  padding: 0;
}
.woocommerce-billing-fields #other_invoice_contact_field .woocommerce-input-wrapper label.checkbox {
  display: inline-block;
  line-height: 28px;
}
.woocommerce-billing-fields #other_invoice_contact_field .woocommerce-input-wrapper label.checkbox input[type="checkbox"] + span {
  margin-left: 15px;
  width: 24px;
  height: 24px;
  padding: 0;
  vertical-align: middle;
}
.woocommerce-billing-fields #other_invoice_contact_field .woocommerce-input-wrapper .optional {
  font-size: 0;
}
.woocommerce-billing-fields #other_invoice_contact_field .woocommerce-input-wrapper:after {
  display: none;
}
#camp-options-select {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
#camp-options-select h1 {
  font-size: 3.33em;
  margin-bottom: 0;
}
#camp-options-select h1 + p {
  font-size: 1.25em;
  margin: .25em 0;
}
#camp-options-select .participant-data {
  padding: 30px;
  margin: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: #0E0E0E;
}
#camp-options-select .participant-data .name {
  display: flex;
  align-items: center;
}
#camp-options-select .participant-data .name h3 {
  font-size: 2em;
  margin: 0;
}
#camp-options-select .participant-data .name a.remove-item {
  margin-left: auto;
  width: 2em;
  line-height: 2em;
  border-radius: 2em;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#camp-options-select .participant-data h4 {
  font-size: 1.2em;
}
#camp-options-select p label input + span {
  display: block;
}
#camp-options-select p label input + span strong {
  font-weight: 400;
}
#camp-options-select p label input + span .amount {
  float: right;
}
#camp-options-select p label input:disabled + span {
  color: #999;
}
#camp-options-select p label .sold-out {
  display: inline-block;
  padding: 3px 4px 1px;
  line-height: 1em;
  font-size: 14px;
  border-radius: 4px;
  background: #FF0000;
  color: #fff;
  margin-left: 5px;
  font-family: 'parisbasketball', sans-serif;
}
#camp-options-select p label input[type="radio"] + span {
  display: block;
  cursor: pointer;
}
#camp-options-select p label input[type="radio"] + span:before,
#camp-options-select p label input[type="radio"] + span:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}
#camp-options-select p label input[type="radio"] + span:after {
  width: 12px;
  height: 12px;
  background: #69DC42;
  border: none;
  margin-left: 8px;
  margin-top: 8px;
  opacity: 0;
}
#camp-options-select p label input[type="radio"]:checked + span:after {
  opacity: 1;
}
.woocommerce-cart-form .coupon {
  display: flex;
}
.woocommerce-cart-form .coupon input,
.woocommerce-cart-form .coupon button {
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #181818;
  color: white;
  flex: auto;
  font-size: 14px;
}
.woocommerce-cart-form .coupon ::placeholder {
  color: #ccc;
}
.woocommerce-cart-form .coupon input {
  border-radius: 40px 0 0 40px;
}
.woocommerce-cart-form .coupon input:focus {
  outline: none;
}
.woocommerce-cart-form .coupon button {
  background: #0E0E0E;
  background: #FFFFFF;
  color: #0E0E0E;
  text-transform: uppercase;
  border-radius: 0 40px 40px 0;
}
.cart_totals h2 {
  font-size: 1.5em;
  margin-bottom: 0;
}
.cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
  margin: 30px 0;
  display: inline-block;
  line-height: 48px;
  padding: 0 36px;
  background: #FFFFFF;
  color: #0E0E0E;
  border-radius: 48px;
  font-family: 'parisbasketball', sans-serif;
  font-size: 18px;
}
table.shop_table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
table.shop_table tr.cart-subtotal td,
table.shop_table tr.order-total td,
table.shop_table tr .product-total {
  text-align: right;
}
table.shop_table tr.cart-discount th {
  font-weight: 400;
}
table.shop_table tr.cart-discount td {
  text-align: right;
}
table.shop_table tr.cart-discount td a.woocommerce-remove-coupon {
  display: block;
  color: #FF0000;
}
table.shop_table tr.order-total {
  font-size: 1.4em;
  font-family: 'parisbasketball', sans-serif;
}
table.shop_table tr.order-total td {
  font-size: 1.25em;
}
#place_order {
  display: block;
  width: 100%;
  padding: 15px 30px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 120px;
  font-family: 'parisbasketball', sans-serif;
  font-size: 1.5em;
  margin: 30px 0;
}
div.woocommerce-privacy-policy-text {
  margin: 30px 0;
}
div.woocommerce-privacy-policy-text p {
  font-size: .85em;
  font-weight: 300;
}
ul.wc_payment_methods {
  margin: 20px 0;
}
ul.wc_payment_methods li.wc_payment_method {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #333;
  border-radius: 10px;
  position: relative;
}
ul.wc_payment_methods li.wc_payment_method img {
  display: none;
}
ul.wc_payment_methods li.wc_payment_method label {
  font-family: 'parisbasketball', sans-serif;
  font-size: 1.25em;
  padding-left: 30px;
}
ul.wc_payment_methods li.wc_payment_method input[type="radio"] + label {
  display: block;
  cursor: pointer;
}
ul.wc_payment_methods li.wc_payment_method input[type="radio"] + label:before,
ul.wc_payment_methods li.wc_payment_method input[type="radio"] + label:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  border-radius: 100%;
}
ul.wc_payment_methods li.wc_payment_method input[type="radio"] + label:after {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: none;
  margin-left: 4px;
  margin-top: 4px;
  opacity: 0;
}
ul.wc_payment_methods li.wc_payment_method input[type="radio"]:checked + label:before {
  border-color: #FFFFFF;
}
ul.wc_payment_methods li.wc_payment_method input[type="radio"]:checked + label:after {
  opacity: 1;
}
ul.wc_payment_methods fieldset {
  border: none;
  padding: 15px 0;
}
.pbb-order-review .product-details .collapsible-header {
  padding: 0;
}
.pbb-order-review .product-details .collapsible-header .label {
  font-size: 1.25em;
}
.pbb-order-review .product-details .collapsible-body {
  padding-top: 10px;
}
form.checkout h3 {
  font-size: 2.25em;
}
form.checkout table.shop_table {
  border: 30px solid #181818;
  background: #181818;
}
form.checkout table.shop_table h3 {
  margin: 0;
}
form.checkout table.shop_table tr {
  border-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 602px) {
  form.checkout {
    --gap: 20px;
  }
  form.checkout .flex-columns {
    gap: var(--gap);
    flex-wrap: wrap;
  }
  form.checkout .flex-columns > * {
    width: 100%;
  }
  form.checkout .flex-columns > *.pbb-order-review {
    width: 40%;
  }
  form.checkout .flex-columns > *#customer_details {
    width: calc( 60% - var(--gap) );
    padding-right: 30px;
  }
  form.checkout .flex-columns #wc-stripe-express-checkout-button-separator {
    display: none !important;
  }
}
#wc-stripe-payment-method-instructions-card {
  margin-top: 12px;
  font-weight: 300;
  letter-spacing: .05em;
  font-size: 14px;
}
#wc-stripe-upe-form {
  padding: 0;
  border: none;
}
#wc-stripe-upe-form .wc-stripe-upe-element {
  margin: 20px 0 0;
}
abbr.required {
  text-decoration: none;
}
label input[type="checkbox"] + span.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
}
label input[type="checkbox"] + span.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}
.woocommerce-terms-and-conditions {
  padding: 20px;
  background: #181818;
  font-size: 13px;
}
.woocommerce-order.alignwide .alignwide {
  max-width: 100%;
}
.woocommerce-order.alignwide .alignwide.camp-registration {
  background: none;
}
.woocommerce-order.alignwide .woocommerce-order-details h2,
.woocommerce-order.alignwide .woocommerce-customer-details h2 {
  font-size: 2.25em;
  margin-bottom: .25em;
}
form.woocommerce-verify-email {
  width: 1280px;
  max-width: calc( 100% - 30px );
  margin: 0 auto;
}
form.woocommerce-verify-email p.form-row label {
  display: block;
}
form.woocommerce-verify-email p.form-row input {
  display: block;
  width: 380px;
  max-width: 100%;
  color: #fff;
  background: #1c1c1c;
  line-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 21px;
  padding: 0 20px;
  font-family: "NeueMontreal", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
form.woocommerce-verify-email button.button {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0 40px;
  line-height: 40px;
  border-radius: 40px;
  font-family: 'parisbasketball', sans-serif;
}
