@import "txp-font-face.css";
body {
  font-family: "Ringside", sans-serif;
}
a {
  color: unset;
  text-decoration: none;
}
a:hover {
  color: unset;
}
h1 {
  font-family: "Grifinito M", serif;
  color: #fff;
  font-weight: 400;
  font-size: 4.375rem;
}
.container {
  max-width: 100%;
  overflow: hidden;
}

header {
  background-color: #000;
  height: 111px;
}
.logo-container {
  text-align: center;
  padding-top: 1.875rem;
  position: relative;
}
.logo-container::before {
  background-color: rgba(144, 144, 144);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 78%;
  width: 100%;
  z-index: 0;
}
.logo-container img {
  position: relative;
  z-index: 1;
  background: black;
  padding: 0 2.5rem;
  height: 26px;
}

/* NAV */
#navbarNav {
  font-family: "Ringside Wide", sans-serif;
  font-size: 0.688rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}
.bg-dark {
  background-color: #000 !important;
}
.navbar ul {
  margin: 0 auto;
}
#navbarNav a {
  color: #d7d7d7;
}
.navbar-brand img {
  max-height: 26px;
  margin-left: -54px;
}
.navbar-dark .navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("menu.svg");
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
/* HERO */
.bg-contr {
  background-image: url(GettyImages-1202626856-2.jpg);
  width: 100vw;
  display: flex;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 607px;
  padding-top: 63px;
}
.bg-contr p {
  font-family: "Ringside Narrow", sans-serif;
  color: #fff;
  font-size: 1.125rem;
  max-width: 645px;
  line-height: 24px;
}

/* Offers */
.offer-container {
  border: 1px solid #cfcfc5;
  max-width: 360px;
  /* background-color: #fff; */
  max-height: 784px;
  min-height: 784px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.bxs-cnt {
  max-width: 1152px;
  margin: 0 auto -280px;
  transform: translate(0px, -327px);
}
.offer-image {
  padding-top: 40px;
}
.offer-image img {
  max-height: 124px;
}
.gft-txt {
  font-size: 0.875rem;
  font-family: "Ringside Narrow", sans-serif;
  font-weight: 600;
  color: #f75a38;
  margin-top: 34px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.offer-title {
  font-family: "Grifinito M", serif;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 7px;
}
.offer-price {
  font-family: "Ringside Narrow", sans-serif;
  text-transform: uppercase;
  /* letter-spacing: 0.15em; */
  margin-bottom: 30px;
}
.offer-button button {
  font-family: "Ringside Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #000;
  border: none;
  width: 78%;
  height: 52px;
  font-size: 0.875rem;
}
.offer-benefits {
  padding: 0 2rem;
}
.offer-benefits li {
  font-family: "Ringside";
  list-style-type: none;
  color: #909090;
  line-height: 19.52px;
  padding: 15px 0;
  border-bottom: 1px solid #cfcfc5;
}
.offer-benefits li:last-child {
  border: none;
}
.offer-benefits ul {
  margin: 15px auto 0;
  max-width: 300px;
  padding: 0;
}
.tile-ribbon {
  position: absolute;
  width: 9rem;
  height: 9rem;
  overflow: hidden;
  backface-visibility: hidden;
}
.tile-ribbon span {
  background-color: #f75a38;
  color: #fff;
  font-family: "Ringside Wide", sans-serif;
  font-weight: 600;
  display: block;
  transform: rotate(-45deg);
  text-transform: uppercase;
  font-size: 0.813rem;
  letter-spacing: 0.15em;
  padding: 0.5rem;
  position: relative;
  left: -63px;
  top: 34px;
  width: 240px;
}
.offer-container:hover {
  border-color: #c4c4c4;
  border-color: rgba(196, 196, 196);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.offer-container:hover .offer-button > button {
  background-color: #f75a38;
  background-color: rgba(247, 90, 56);
  transition: 0.5s;
}
.offer-container:hover .offer-title,
.offer-container:hover .offer-price {
  color: #f75a38;
  color: rgba(247, 90, 56);
  transition: 0.5s;
}
.offer-box-labels {
  display: block;
}
.offer-container input[type="radio"],
.extra-offers input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.selected {
  border-color: #c4c4c4 !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.btn-selected {
  background-color: #f75a38 !important;
}
.text-selected {
  color: #f75a38;
}

/* Arrow buttons - mobile only */

.arrow-button.up .arrow-button__arrow {
  transform: translate3d(0, 5px, 0) rotate(-45deg) rotateX(180deg);
}

.arrow-button {
  overflow: hidden;
  position: relative;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-color: rgb(0, 0, 0);
  color: #fff;
  color: rgb(255, 255, 255);
  text-indent: -1000px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin-bottom: 40px;
}

.arrow-button__arrow {
  position: absolute;
  border-color: #000;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: translate3d(0, -3px, 0) rotate(45deg) rotateX(0deg);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-in-out;
  width: 18px;
  height: 18px;
  top: calc(50% - 10px);
  left: calc(50% - 9px);
}

/* Hide form and other elements when page first loaded. */
.wrapper-hidden {
  display: none;
}

/* FOOTER */
footer {
  height: 101px;
  background-color: #f3f3f3;
}
footer a {
  color: #f75a38;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s, box-shadow 0.2s;
  -webkit-transition: color 0.2s, -webkit-box-shadow 0.2s;
}
footer a:hover {
  color: #000;
}
.ftr-cnt {
  max-width: 1153px;
  margin: 50px auto;
  font-size: 0.75rem;
  color: #626262;
  align-items: center;
  height: 100%;
}
/* Checkout Steps */
.checkout-steps {
  background-color: #f3f3f3;
  height: 59px;
  margin-bottom: 58px;
  padding: 0 15px;
}
.checkout-steps ul {
  font-family: "Ringside Narrow", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.875rem;
  list-style-type: none;
  max-width: 1024px;
  height: 100%;
  padding: 0;
  align-items: stretch;
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 auto;
}
.step-no {
  font-family: "Grifo M", serif;
  font-size: 32px;
  font-weight: 500;
  margin-right: 0.75rem;
}
.checkout-steps li {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  z-index: 1;
  padding: 0 2em;
}
.checkout-steps ul::after {
  content: "";
  border: 1px solid black;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}
.checkout-steps li:first-child {
  padding-left: 0;
}
.checkout-steps li:last-child {
  padding-right: 0;
}
.checkout-steps li:nth-child(2) span {
  color: #f75a38;
}
#steps a {
  text-decoration: none;
  color: black;
}
/* form area */
.frm-cnt {
  max-width: 1024px;
  margin: 0 auto;
}
.checkout-heading {
  font-family: "Grifinito M", serif;
  font-size: 3rem;
  display: flex;
  align-items: baseline;
}
.checkout-heading::after {
  content: "";
  border-bottom: 3px solid black;
  flex-grow: 1;
  margin-left: 1.875rem;
}
.email-text {
  font-size: 12px;
  color: #626262;
  margin-top: 15px;
}
.form-floating > label,
.form-select {
  color: #626262;
  font-size: 14px;
  font-family: "Ringside Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.form-control,
.form-select {
  height: 59px !important;
  border-radius: 0;
  border: 1px solid #cfcfc5;
}
.add-sub {
  margin-bottom: 20px;
}
button[type="submit"]:hover {
  background-color: #f75a38;
  background-color: rgba(247, 90, 56);
  transition: 0.5s;
}

/* Add gift */
.add-gift {
  text-align: center;
  border: 1px solid #cfcfc5;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.add-gift-title {
  font-family: "Grifinito M", sans-serif;
  font-size: 2rem;
  transform: translateY(20px);
  background-color: #fff;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.offer-button.gft > button {
  width: 90%;
}
.more-gfts-txt {
  color: #626262;
  margin: 35px 0 42px;
}
.ar {
  font-size: 0.75rem;
  color: #626262;
  margin: 21px 0;
}

/* sticky step menu */
.stickThis {
  width: 100%;
}
.stickThis.stick {
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* Order Summary */
#summary {
  margin-top: 9px;
  max-width: 301px;
  margin-left: 80px;
  font-family: "Ringside Narrow", sans-serif;
}
#conf {
  font-family: "Ringside Narrow", sans-serif;
}
#conf p {
  border-bottom: 1px solid #cfcfc5;
  padding-bottom: 20px;
}
#conf p:last-of-type {
  border-bottom: none;
}
button.white {
  background-color: white;
  color: #000;
  border: 1px solid black;
}
.acct-setup {
  max-width: 500px;
  margin-right: 80px;
}
.summary-head {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #626262;
  letter-spacing: 0.1em;
}
.summary-line {
  height: 3px !important;
  color: #000;
  opacity: 100;
}
.summary-line.thin {
  height: 1px !important;
}
.total {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.ordered-item-price,
.dnr-ordered-item-price {
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
  text-align: right;
}
.total-price {
  font-family: "Ringside", sans-serif;
  font-weight: 600;
  text-align: right;
}
.total-price span.tax {
  font-size: 12px;
  color: #626262;
  display: block;
  font-weight: normal;
}
.promo {
  color: #a0a0a0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
}
#summary.stickThis.stick {
  margin-top: 80px;
}
.print-summ,
.pd-summ,
.dig-summ,
.dig-summ-mth,
.dig-summ-yr {
  display: none;
}
#summary ul {
  list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7675 0.287841C12.4106 -0.095947 11.8316 -0.095947 11.4747 0.287841L4.4523 9.8048L1.56026 6.67773C1.20336 6.29395 0.624598 6.29395 0.2677 6.67773C-0.089198 7.06152 -0.089198 7.68389 0.2677 8.06768L3.80613 11.8898C3.98458 12.0817 4.21855 12.1778 4.45253 12.1778C4.6865 12.1778 4.92024 12.0817 5.09892 11.8898L12.7677 1.67778C13.1242 1.29375 13.1242 0.671629 12.7675 0.287841Z' fill='%23F75A38'/%3E%3C/svg%3E");
  padding-left: 1.313rem;
}
#summary li {
  font-family: "Ringside", sans-serif;
  color: #626262;
  line-height: 1.25rem;
  padding: 15px 0;
  position: relative;
}

#summary li:not(:last-of-type)::after {
  content: "";
  height: 1px;
  width: calc(100% + 1.313rem);
  background-color: #cfcfc5;
  position: absolute;
  left: -1.313rem;
  bottom: 0;
}

#summary li:last-child {
  border-bottom: none;
}

/* Custom checkbox */
.add-sub input[type="checkbox"] {
  display: none;
}
.add-sub label {
  padding-left: 30px;
}

.add-sub input + label {
  display: inline-block;
  width: auto;
  height: 24px;
  cursor: pointer;
  background-image: url(unchecked.png);
  background-repeat: no-repeat;
  background-position-y: 3px;
}
.add-sub input[type="checkbox"]:checked + label {
  background-image: url(checked.png);
}

/* CARD FLIP  */

.card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}

.card.is-flipped {
  transform: rotateY(180deg);
}

.card_face {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card_face-front {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
}

.card_face-back {
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
}
.absolute {
  position: absolute;
}
.mh-500 {
  min-height: 500px;
}
.h-auto {
  min-height: auto;
}
/* Card back offers */
.close-container {
  text-align: right;
  position: relative;
  right: 20px;
  top: 11px;
}
.back-container h4 {
  font-family: "Grifinito M", sans-serif;
  font-size: 50px;
  /* margin-top: 127px; */
}
.back-container hr {
  max-width: 277px;
  margin: 18px auto 30px;
}
.back-container label,
.back-container input {
  display: block;
  max-width: 277px;
  height: 52px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

.back-container input[type="radio"]:checked + label,
.Checked + label {
  background: #fff;
  color: #f75a38;
}

.back-container label {
  text-align: left;
  border: 1px solid #ccc;
  cursor: pointer;
  font-family: "Ringside Narrow", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}

/* Extra offers */
.extra-offers-cnt {
  padding: 13px;
}
.md {
  display: flex;
  align-items: center;
}
.extra-offers {
  margin: 0 auto 25px;
  border: 1px solid #cfcfc5;
  padding: 2rem;
  max-width: 1128px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  position: relative;
}
.extra-offers:hover {
  border-color: #c4c4c4;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.extra-offers h4 {
  font-family: "Ringside Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.extra-offers:hover .extra-select {
  color: #f75a38;
  border-color: #f75a38 !important;
}
.extra-select {
  border-bottom: 2px solid black;
  display: inline;
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 15px;
  }
  header {
    height: 50px;
  }
}
@media (max-width: 840px) {
  .step-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .offer-container {
    max-width: 510px;
  }
  .offer-row {
    margin-bottom: 25px;
  }
  .bxs-cnt {
    margin-top: 48%;
  }
  #summary {
    margin: 0;
    max-width: unset;
  }
  .ftr-cnt {
    padding: 20px;
  }
  .checkout-steps {
    margin-top: 10%;
  }
  .bg-contr {
    background-size: cover;
    min-height: 335px;
  }
  .offer-benefits {
    display: none;
  }
  .md {
    display: block;
  }
  footer {
    height: auto;
  }
  .ftr-cnt {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .bg-contr {
    background-image: url(GettyImages-1202626856sm.jpg);
  }
  h1 {
    font-size: 2.75rem;
  }
  .bg-contr p {
    font-size: 1.25rem;
  }
  .bxs-cnt {
    margin-top: 80%;
  }
}

/* BBQ CLUB */
#BBQ .bg-contr {
  background-image: url("BBQ-Club-Hero.jpg");
  min-height: inherit;
  margin-bottom: 60px;
  padding: 40px 15px;
}
#BBQ h1 {
  font-family: "Ringside Extra Wide", sans-serif;
  font-size: 2.125rem;
  line-height: 2.125rem;
  font-weight: normal;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
#BBQ .bg-contr p {
  font-family: "Ringside Wide", sans-serif;
  max-width: 739px;
}

/* Student/Educator */
#StuEdu .bg-contr {
  min-height: 304px;
  margin-bottom: 60px;
}

/* International */
#Int .card_face-front label,
#Int .card_face-front input {
  display: block;
  max-width: 78%;
  height: 52px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

#Int .card_face-front input[type="radio"]:checked + label,
#Int .Checked + label {
  background: #f75a38;
  color: #fff;
}
#Int .card_face-front label {
  text-align: left;
  cursor: pointer;
  font-family: "Ringside Narrow", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
}
#Int .offer-container:hover label {
  background-color: #f75a38;
  background-color: rgba(247, 90, 56);
  transition: 0.5s;
}
