.tcl-address {
  margin-top: 40px;
}
.tcl-address__heading {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  font-family: "PlayfairDisplay";
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.tcl-address__field {
  position: relative;
}
.tcl-address__field:not(:last-child) {
  margin-bottom: 30px;
}
.tcl-address__field select,
.tcl-address__field input {
  color: #1d1d1b;
  font-size: 16px;
  line-height: 1.5;
  font-family: "PlayfairDisplay";
  border: 1px solid #707070;
  line-height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0;
  width: 100%;
  height: 50px;
}
.tcl-address__field select:focus, .tcl-address__field select:focus-visible,
.tcl-address__field input:focus,
.tcl-address__field input:focus-visible {
  outline: #ab6d6d solid 2px;
  border-color: transparent !important;
}
.tcl-address__field label {
  font-family: "PlayfairDisplay";
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: absolute;
  color: #1d1d1b;
  font-style: italic;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tcl-address__field label.focused {
  font-size: 75%;
  background: #fff;
  top: -2px !important;
  line-height: 1;
  left: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
.tcl-address__field abbr.required {
  display: none;
}
.tcl-address__field span.error {
  position: absolute;
  top: 100%;
  color: red;
  font-size: 12px;
}
.tcl-address__field .optional {
  display: none;
}
.tcl-address #billing_salutation_field label,
.tcl-address #shipping_salutation_field label,
.tcl-address #billing_country_field label,
.tcl-address #shipping_country_field label,
.tcl-address #shipping_state_field label,
.tcl-address #shipping_country_field label,
.tcl-address #billing_state_field label,
.tcl-address #billing_country_field label {
  font-size: 75%;
  background: #fff;
  top: -2px;
  line-height: 1;
  left: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.tcl-address .woocommerce-billing-fields h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #1d1d1b;
  margin-bottom: 24px;
}
.tcl-address #ship-to-different-address {
  margin-top: 24px;
  margin-bottom: 24px;
}
.tcl-address #ship-to-different-address label {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-address #ship-to-different-address input {
  width: 20px;
  height: 20px;
  accent-color: #ab6d6d;
  border: 1px solid #707070;
  border-radius: 0;
  margin-right: 8px;
}
.tcl-address__button {
  margin-top: 40px;
}
.tcl-address__button a,
.tcl-address__button button {
  font-family: "Heebo";
  font-weight: 500;
  background-color: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  width: 100%;
}
.tcl-address__button a:hover,
.tcl-address__button button:hover {
  background-color: #989772;
}
.tcl-address__total {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.tcl-address .payment_methods li {
  margin-bottom: 10px;
}
.tcl-address .payment_methods li:last-child {
  margin-bottom: 0;
}
.tcl-address #place_order {
  font-family: "Heebo";
  font-weight: 500;
  background-color: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  width: 100%;
  margin-top: 24px;
}
.tcl-address #place_order:hover {
  background-color: #989772;
}
.tcl-address__thank-you-page {
  font-family: "PlayfairDisplay";
  font-size: 26px;
  line-height: 1.5;
  color: #1d1d1b;
  padding: 40px;
  text-align: center;
}
.tcl-address ul.wc_payment_methods.payment_methods.methods {
  margin-bottom: 30px;
}
.tcl-address ul.wc_payment_methods.payment_methods.methods li {
  margin-bottom: 20px;
}
.tcl-address ul.wc_payment_methods.payment_methods.methods li input[name=payment_method] {
  min-width: 20px;
  min-height: 20px;
  accent-color: #ab6d6d;
  border: 1px solid #707070;
  border-radius: 0;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
}
.tcl-address ul.wc_payment_methods.payment_methods.methods li:last-child {
  margin-bottom: 0;
}
.tcl-address ul.wc_payment_methods.payment_methods.methods li .payment_method__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-address ul.wc_payment_methods.payment_methods.methods li .payment_method__label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tcl-address ul.wc_payment_methods.payment_methods.methods li .payment_method__label + div {
  margin-top: 10px;
}
.tcl-address #billing_email_field,
.tcl-address #shipping_state_field,
.tcl-address #billing_state_field {
  display: none !important;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1d1d1b !important;
  line-height: 50px;
  font-size: 18px;
  font-family: "PlayfairDisplay";
}

body .select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #707070;
  border-radius: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}