/* Mobile First - Checkout */
.checkout-container {
  display: flex;
  flex-direction: column;
}

.checkout-container-left {
  min-height: initial;
  padding-bottom: 0;
  flex-basis: 50%;
  background-color: #333333;
  margin-top: 80px;
}

.checkout-container-right {
  min-height: initial;
  flex-basis: 50%;
  flex-direction: column;
  padding-bottom: 88px;
}

.checkout-container-right input,
.checkout-container-right select {
  border-radius: 8px;
}

.checkout-container-right select {
  background-color: rgba(100, 100, 100, .05);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.details-container {
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.top-header-container {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #EAEEF0;
  height: 81px;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  z-index: 10;
}

.bottom-footer-container {
  width: 100%;
  z-index: 0;
  height: 88px;
  background-color: #EAEEF0;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.auction-item-total-container {
  position: relative;
  width: 100%;
  background-color: #000000;
  height: 145px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}

.auction-item-total-container div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.auction-item-total-container div .title {
  color: #ffffff;
  margin-left: 40px;
}

.auction-item-total-container div .dollar-value {
  color: #ffffff;
  margin-right: 40px;
}

.auction-item-total-container p {
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  text-align: left;
  margin-left: 40px;
  margin-top: 1rem;
  margin-bottom: 0;
}

.invoice-items-container {
  max-height: 434px;
  overflow-x: scroll;
  flex-flow: row;
  overflow-y: hidden;
  color: #ffffff;
  display: flex;
  padding-top: 80px;
  height: calc(100vh - 88px);
}

.invoice-item {
  margin-bottom: 40px;
  margin-right: 15px;
  margin-left: 15px;
  width: 198px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.invoice-item p {
  max-width: 198px;
}

.invoice-item-thumbnail {
  width: 198px;
  height: 198px;
  cursor: pointer;
}

.breadcrumb-container {
  display: flex;
  flex-direction: row;
  padding-left: 1.5rem;
}

.breadcrumb-item {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}

.breadcrumb-item span {
  padding-right: 4px;
  padding-left: 4px;
}

.breadcrumb-item-active {
  color: #007AFF;
}

.breadcrumb-item-clickable {
  cursor: pointer;
  color: #333333;
}

.breadcrumb-item-unclickable {
  color: #333333;
  opacity: 0.3;
  z-index: -1;
}

.continue-btn {
  display: flex;
  padding: 0.625em 0em;
  justify-content: center;
  align-items: center;
  border-radius: 0.5em;
  background-color: #007AFF;
  color: #ffffff;
  border: none;
  width: 100%;
  max-width: 32em;
}

.continue-btn:disabled {
  background-color: #ccc;
  cursor: initial;
}

.cancel-btn {
  background-color: #ccc;
  border-radius: 8px;
  color: #ffffff;
  border: none;
  width: 100%;
  margin-right: 1rem;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 15px;
}

.shipping-address-subtitle {
  margin-top: 15px;
}

.checkout-form-container {
  width: 100%;
}

.shipping-options-container .subtitle {
  font-weight: 500;
}

.payment-info-component {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  font-size: 16px;
}

.review-purchase-container {
  background-color: #ffffff;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  margin: 0;
  box-shadow: none;
  padding: 1em 1em 0 1em;
}

.payment-info-component span {
  color: var(--dark-text, #222);
  /* Body Copy Regular */
  font-family: IBM Plex Sans;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75em; /* 175% */
}

.payment-info-component .convenience-fee {
  font-size: 0.8em;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 1rem;
}

.payment-info-component .payment-methods-container {
  width: 100%;
}

.tax-exemption-container {
  width: 100%;
}

.review-purchase-container h2 {
  padding-left: .8rem;
  margin-bottom: 0.75em;
}

.review-invoice-item {
  margin-bottom: 16px;
}

.loading-inner-container {
  left: 3%;
  right: 3%;
  width: 94%;
}

.verify-inner-container {
  border-radius: 1em;
  box-shadow: none;
  width: 100%;
  left: 0;
  top: 0;
  position: initial;
  background-color: #ffffff;
  margin: auto;
  padding: 1.75em;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  border: 1px solid #F3F3F3;
  max-width: 40em;
}

.bottom-disclaimer {
  font-size: .75em;
}

.staff-view-banner {
  position: absolute;
  top: -3rem;
  width: 100%;
  text-align: center;
  color: white;
  background: #F04438;
  height: 3rem;
  line-height: 3rem;
}

.top-header-container img {
  padding-left: 0.5em;
  cursor: pointer;
}

.top-header-container label {
  padding-right: 40px;
}

.bottom-footer-container button {
  background-color: #ffffff;
  color: #333333;
  border-radius: 8px;
  margin: 0;
  margin-right: 40px;
  border: 1px solid rgba(51, 51, 51, 0.7);
  width: 4.5em;
  display: flex;
  padding: 0.3125em 0.75em;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.shipping-options-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.shipping-options-container > div {
  width: 100%;
}

.shipping-options-container p {
  margin-bottom: 0;
}

.shipping-options-container .address {
  white-space: pre-line;
}

.radio-options-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 15px;
}

.pickup-section {
  margin-top: 16px;
  margin-bottom: 16px;
}

.pickup-section label {
  padding-bottom: 16px;
}

.radio-option {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.radio-option input {
  margin-right: 10px;
}

.address-state-container {
  display: flex;
  flex-direction: row;
}

.address-state-container .state {
  margin-right: 10px;
	flex-basis: 50%;
}

.address-state-container .postal-code {
  margin-right: 10px;
}

.country select.error {
  margin-bottom: 0;
}

.verify-shipping-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
}

.verify-shipping-modal-background {
  background-color: #333333;
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.verify-inner-container .subtitle {
  margin-top: 32px;
  text-align: center;
  max-width: 26em;
}

.verify-addresses-container {
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
}

.ship-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 50px;
}

.address-section1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  border: 1px solid #999999;
  flex-basis: 50%;
  max-height: 50px;
}

.top-left {
  border-top-left-radius: 8px;
}

.middle-left {
  border-radius: 0px 0px 0px 0px;
}

.bottom-left {
  border-bottom-left-radius: 8px;
}

.top-right {
  border-top-right-radius: 8px;
}

.middle-right {
  border-radius: 0px 0px 0px 0px;
}

.bottom-right {
  border-bottom-right-radius: 8px;
}

.address-section1 input {
  margin-right: 10px;
}

.address-section2 {
  padding: 15px;
  border: 1px solid #999999;
  border-radius: 0px 0px 0px 0px;
  flex-basis: 25%;
  max-height: 50px;
  display: flex;
  align-items: center;
  border-left: 0;
}

.address-section3 {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 15px;
  border: 1px solid #999999;
  flex-basis: 30%;
  max-height: 50px;
  border-left: 0;
}

.address-section3 .state {
  margin-right: 10px;
}

.shipping-option {
  padding: 24px;
  border: 1px solid #2222224D;
  margin: 10px 0;
  border-radius: 8px;
}

.shipping-option-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.amount-details {
  display: flex;
  gap: 10px;
}

.shipping-option-description {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.shipping-option-description .description {
  margin-left: 10px;
}

/* Loading Overlay */
.loading-overlay-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
}

.loading-overlay-modal-background {
  background-color: #333333;
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.loading-inner-container {
  background-color: #ffffff;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.23), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.14207), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.112565), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0941482), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0782559), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0576434);
  border-radius: 16px;
  max-width: 636px;
  height: fit-content;
  overflow-y: auto;
  padding: 2.5em 0;
}

.loading-inner-container .subtitle {
  margin-top: 32px;
  text-align: center;
}

.loading-inner-container img {
  width: 100px;
  height: 100px;
}

.loading-inner-container.cert-capture-form {
  width: 90%;
  height: 90vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: auto;
  max-width: none;
}

/* ProcessPayment Overlay  */
.process-payment-overlay-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
}

.process-payment-modal-background {
  background-color: #333333;
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.process-payment-inner-container {
  background-color: #ffffff;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.23), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.14207), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.112565), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0941482), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0782559), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0576434);
  border-radius: 16px;
  max-width: 636px;
  height: fit-content;
  overflow-y: auto;
  padding: 2.5em 0;
}

.process-payment-inner-container .subtitle {
  margin-top: 32px;
  text-align: center;
}

.process-payment-inner-container img {
  width: 100px;
  height: 100px;
}

.btn-processing {
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  margin-top: 32px;
  width: 80%;
  cursor: default;
}

.btn-order-complete {
  color: #4CD168;
  margin-top: 32px;
  width: 80%;
  cursor: default;
  font-weight: bold;
  text-align: center;
}

.btn-return-site {
  border: none;
  color: #007AFF;
  text-decoration: underline;
  margin-top: 32px;
}

.review-invoice-item {
  color: #333333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.review-invoice-items-container {
  color: #ffffff;
  display: flex;
  flex-flow: row wrap;
}

.review-invoice-items-inner-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex-grow: 1;
}

.review-invoice-item p {
  margin-bottom: 0;
}

.review-invoice-item-thumbnail {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.selected-shipping-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333333;
  width: 100%;
  justify-content: space-between;
}

.img-checkmark {
  width: 17px;
  height: 17px;
}

.checkmark-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.checkmark-container img {
  margin-right: 16px;
}

.final-total-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000000;
  background-color: #EAEEF0;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #000000;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.alert-buttons {
  margin-top: 32px;
  display: flex;
  justify-content: space-evenly;
}

.signin-subtitle {
  padding-top: 15px;
}

.signin-left-background {
  background-image: url('/assets/Silver_1.jpg');
  background-position: center center;
  background-size: cover;
}

.login-error {
  margin-bottom: 15px;
  color: #F04438;
}

.details-inner-container {
  margin: 0 auto 10em;
  max-width: 24em;
}

.details-inner-container div.error {
  color: #F04438;
  font-size: smaller;
  text-align: right;
}

.prepayment-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #333333;
  padding-bottom: 1rem;
}

.prepayment-container p {
  margin-bottom: 0;
}

.prepayment-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.overpaid {
  color: green;
}

.review-invoice-item-checkmark p {
  text-align: center;
}

.review-invoice-item-checkmark img {
  width: auto;
  height: auto;
}

.bottom-disclaimer {
  color: #a6a8aa;
  padding: 0em 1.5em;
}

.bottom-disclaimer a {
  color: #a6a8aa;
  text-decoration: underline;
}

.selected-tax {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333333;
  width: 100%;
  justify-content: space-between;
}

.selected-tax label {
  font-weight: 100;
}

.card-row {
  text-align: left;
  margin: 20px 0px 10px;
  border: 1px solid black;
  background-color: #f3f3f3;
  border-radius: 10px;
}

.card-row .row {
  padding: 10px;
}

.card-row .row span p {
  margin-left: 4em;
}

.visa {
  width: 48px;
  height: 30px;
  margin-right: 3px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}

.radio-payment-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  margin-top: 16px;
}

.radio-payment-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 15px;
}

.radio-payment-option input {
  margin-right: 10px;
}

.radio-payment-option label {
  white-space: nowrap;
}

.payment-links {
  color: #000000;
}

.payment-container {
  margin-bottom: 25px;
}

.visa {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAA3NCSVQICAjb4U/gAAABvFBMVEUAAADQ0NDa2tra2trZ2dnY2Nja2trt7e3t7e0mM3onNHspNXkqN30rN30sOH4tN3ovO4AwPIAyPoE1QYM3Q4Q4Q4U4RIU5RYY8R4g9SIhCTYtDToxGUY5HUo5JU49JVJBOWJJQW5RSXJVTXZZVX5dXYZhYYplaY5pfaJ1kbaBlbqFoaZFocaNpcqNqc6RtdqZvd6dzcpV0fKp2f6x5ga18g698hK99hK99hbB+hrCAh7GDi7OHjrWIj7aJkLeNk7mNlLqOlbqRl7yUmr6WnL6YnsCbocKepMSjqMekqceprsqrsMysscytss2uss2xts+xttC0uNG1udK1utK2utK3u9O6vdS7v9W8wNa9wda9wdfBxNnDx9rEx9vFyNzFydvHy93Kzd/Mz+DR0+LS1OPT1uTVnV/V1+XX2ebY2NjZuJbZ2+faoVza3Ojc3+rf4evf4ezi5O7j5e7n6fHp6/Lq6/Lr7PPsmC3snTfs7fPunjnu7/Tu7/Xw8fbx8vfy8/f09fj09fn19vn29/r3z5332LH39/r42LD42bL42bP5+fv76tX77dz7+/v7+/387dv9/f7+9ev//v3///9+dhG/AAAACXRSTlMAGxuq7e7u+vsOT6YMAAABbklEQVQ4y+WUV1cTYRQAlwSIsxoLltgLKgZ7AwV777FiL9gT1x4FGxpb0Gg0On/YBx83D+wz8z7nu+fe800QpNKtpTHSmk4FQUt7pu4YqWfaW4L0BBOQSQdt9SRCvS0omYjSOBZ+fB0d/f5T/VQoDHi6cF4b1/Zt6d9fUZ+cLFyMvfDny6vhN3/1EOwegW4/LAHgpb6bBpNr8ZE2PBz+rQvIvrgJ2+2DdaeOba7pXoBbceHAxHvfHIRNHoHjLobLqlZnkIeDcaHIlAeuh6Jb4bb9EG58rh6G4nTWNNnSHFYNZcnrcsKK1d4Qpl63MY9lrmRmE6GHcCdc0Q7mqt5ZAfM9C7uKvfA0LlyASSzUt7Daz+pIyGw7+c+JuPAxCxzV+7DHrq5tOzqhbxA6crlcSE+TS+dhVk0vwRk7AFhb64a76lIWva7EhKEoKqvvo6jqs6sD526UNYoeq5ajR78a4/k/JM5M4pAlTGUqSBrjf5znrWNE0ZcCAAAAAElFTkSuQmCC") #fff;
}

.payment-link-logo {
  border-bottom: 1px solid #000;
}

.tax-logo {
  background: url("../assets/carbon_certificate-check.png");
  width: 48px;
  height: 30px;
  margin-right: 3px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}

.tax-text {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}

.wire-transfer-inner {
  background-color: #F3F3F3;
  background-color: #F3F3F3;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  margin-top: 16px;
}

.wire-transfer-inner label {
  font-weight: bold;
}

.wire-transfer-inner p {
  padding-bottom: 8px;
}

.check-pay-description {
  font-style: italic;
  color: #333333;
  margin-top: 16px;
}

/* Hosted fields */
.hosted-field-input {
  height: 38px;
  border: 2px solid #ccc;
  padding: 6px 10px;
  background-color: rgba(100, 100, 100, .05);
}

.hr-design {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.inline-block {
  display: inline-block; 
  margin-left: 1rem
}

.error {
  color: red !important;
  font-weight: 700 !important;
}

/* Not sure what this is targeting */
@media (max-height:604px) {
  .details-inner-container {
    margin-top: 3em;
    overflow-y: auto;
    height: 65%;
  }
}

@media (min-width:768px) {
  .final-total-container {
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .bottom-footer-container {
    justify-content: space-around;
  }
}

/* Desktop Media Query  */
@media (min-width:834px) {
  .checkout-container {
    display: flex;
    flex-direction: row;
  }

  .checkout-container-left {
    min-height: 100vh;
    padding-bottom: 88px;
    margin-top: 0;
  }

  .checkout-container-right {
    min-height: 100vh;
  }

  .details-container {
    padding-top: 121px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .details-inner-container {
    max-width: 35em;
    margin: 0 auto 10em 0;
  }

  .bottom-footer-container {
    width: 50%;
    height: 145px;
  }

  .top-header-container {
    position: fixed;
    width: 50%;
    left: auto;
  }

  .auction-item-total-container {
    position: fixed;
    width: 50%;
  }

  .final-total-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .invoice-items-container {
    flex-flow: row wrap;
    overflow-y: auto;
    overflow-x: auto;
    max-height: none;
    height: calc(100vh - 145px);
  }

  .invoice-item {
    margin: 0 0 16px 0;
  }

  .review-invoice-items-container {
    padding-top: 50px;
  }

  .review-purchase-container {
    max-width: 30em;
    margin: 130px auto 0;
    padding: 30px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.23), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.14207), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.112565), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0941482), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0782559), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0576434);
  }

  .verify-inner-container {
    border-radius: 16px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.23), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.14207), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.112565), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0941482), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0782559), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0576434);
    width: 50%;
    top: 30%;
    position: absolute;
  }

  .process-payment-inner-container {
    width: 50%;
    padding: 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 515px;
    max-width: 636px;
  }

  .total-bar-container {
    display: none;
    opacity: 0;
  }
}