@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;
  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;
  margin-bottom: 30px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.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: 15rem;
  height: 15rem;
  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;
}
.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"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.selected {
  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);
}
.btn-selected {
  background-color: #f75a38 !important;
}
.text-selected {
  color: #f75a38;
}
/* 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 .2s,box-shadow .2s;
	-webkit-transition: color .2s,-webkit-box-shadow .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;
}
button.red {
	background-color: #F75A38;
	color: #FFF;
	border: 1px solid #F75A38;
}
.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;
}
.dnr-container {
	padding-top: 1rem;
    margin-top: 1rem;
	position: relative;
}
.dnr-container::before {
	content: '';
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 12px;
    top: 0;
    width: calc(100% - 24px);
}
.ordered-item-price,
.dnr-ordered-item-price,
.donee_value {
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
  text-align: right;
}
.gift_recipients {
	padding-top: 1rem;
    margin-top: 1rem;
	position: relative;
}
.gift_recipients::before {
	content: '';
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.total-price {
  font-family: "Ringside", sans-serif;
  font-weight: 600;
  text-align: right;
}
#summary.stickThis.stick {
  margin-top: 80px;
}
.deleteGift {
  background-color: black;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* 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);
}

/* 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);
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 15px;
  }
  header {
    height: 50px;
  }
}
@media (max-width: 840px) {
  ul > li:first-child .step-label, ul > li:last-child .step-label  {
    display: none
  }
  .step-no {
    font-size: 1.5rem;
    font-weight: 500;
    margin-right: 0;
  }
  .checkout-steps li {
    padding: 0 1em;
  }
}

@media (max-width: 767px) {
  .bg-contr {
    background-size: contain;
    min-height: 335px;
  }
  .offer-container {
    max-width: 510px;
    margin-bottom: 25px;
    min-height: auto;
    padding-bottom: 30px;
  }
  .bxs-cnt {
    margin-top: 48%;
  }
  #summary {
    margin: 0;
    max-width: unset;
  }
  .ftr-cnt {
    padding: 20px;
  }
  .checkout-steps {
    margin-top: 10%;
  }
  .offer-benefits {
    display: none;
  }
}

@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%;
  }



}
