.woocommerce-checkout {
  color: #fff;
  /* .woocommerce-form-login {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 16px;
      @media (max-width: 991px) {
          flex-direction: column;
      }

      p {
          margin: 0;

          &:first-child {
              width: 100%;
          }
      }

      .clear {
          display: none;
      }

      .form-row {
          width: calc(25% - (48px / 4));
          @media (max-width: 991px) {
              width: 100%;
          }

          label {
              display: block;
              margin-bottom: 5px;
          }

          input {
              width: 100%;
              padding: 12px 14px;
              border-radius: 12px;
              background: #454242;
              border: none;
              outline: none;
              color: #fff;
              font-family: "SF PRO display", sans-serif;
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: 125%;

              &::placeholder {
                  color: #696969;
              }
          }

          &-last {
              & ~ .form-row {
                  display: flex;
                  align-items: center;
                  @media (max-width: 991px) {
                      flex-direction: column;
                  }

                  label {
                      margin: 0;
                      width: 50%;
                      display: flex;
                      align-items: center;
                      column-gap: 16px;
                      cursor: pointer;
                      @media (max-width: 991px) {
                          width: 100%;
                      }

                      span {
                          order: 1;
                      }

                      svg {
                          width: 24px;
                          height: 24px;

                          &.checked {
                              display: none;
                          }
                      }
                  }

                  input {
                      display: none;

                      &:checked {
                          & ~ {
                              .checked {
                                  display: block;
                              }

                              .unchecked {
                                  display: none;
                              }
                          }
                      }
                  }
              }
          }

          .button {
              width: 50%;
              height: 50px;
              padding: 9px 46px;
              border: none;
              border-radius: 12px;
              background: var(--Gradients-Yellow, linear-gradient(90deg, #DEFF31 0%, #AFCA1F 100%));
              box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 10px -1px #FFF inset;
              color: var(--Main-For-Headline, #121012);
              font-family: "SF PRO display", sans-serif;
              font-size: 16px;
              font-weight: 600;
              line-height: 112.5%;
              @media (max-width: 991px) {
                  width: 100%;
                  margin-top: 16px;
              }
          }
      }

      .lost_password {
          margin-bottom: 14px;
      }
  } */
}
.woocommerce-checkout .main {
  /* padding-top: 0; */
}
.woocommerce-checkout.woocommerce-order-received main {
  padding-top: 115px;
}
.woocommerce-checkout .page-container {
  width: 1118px;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-checkout h1 {
  margin: 0;
  text-align: center;
  font-family: "Kuunari";
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-form-login-wrap {
  height: 111px;
  padding: 25px 135px 25px 25px;
  margin-bottom: 21px;
  border-radius: 14px;
  border: 1px solid #3b393b;
  background: url("/wp-content/themes/thegoat/assets/img/login-goat.png") right
      6px top -6px / 110px no-repeat,
    url("/wp-content/themes/thegoat/assets/img/login-bg.png") center / cover
      no-repeat;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-form-login-wrap {
    height: auto;
    padding: 14px;
    background: url("/wp-content/themes/thegoat/assets/img/login-goat.png")
        right 6px top / 94px no-repeat,
      url("/wp-content/themes/thegoat/assets/img/login-bg-mobile.png") center /
        cover no-repeat;
  }
}
.woocommerce-checkout
  .woocommerce-form-login-wrap
  .woocommerce-form-login-toggle {
  display: flex;
  align-items: center;
  column-gap: 22px;
}
.woocommerce-checkout
  .woocommerce-form-login-wrap
  .woocommerce-form-login-toggle-buttons {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.woocommerce-checkout
  .woocommerce-form-login-wrap
  .woocommerce-form-login-toggle-text {
  width: 626px;
  margin-right: 10px;
  color: #fff;
  outline: none;
}
.woocommerce-checkout .woocommerce-form-login-wrap .woocommerce-message h2 {
  margin: 0 0 7px;
  color: var(--Main-White, #fff);
  font-family: "Kuunari";
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-form-login-wrap .woocommerce-message p {
  color: #cbcbcb;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.woocommerce-checkout .woocommerce-form-login-wrap .showlogin span {
  color: #deff31;
}
.woocommerce-checkout .woocommerce-form-login-wrap .btn-sign span.text-span {
  color: #fff;
}
.woocommerce-checkout .woocommerce-form-login-wrap .btn-login {
  width: 88px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  justify-content: center;
  line-height: 18px;
  box-shadow: unset;
}
.woocommerce-checkout .woocommerce-form-login-wrap .btn-sign_in {
  width: 200px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
  backdrop-filter: blur(6px);
  justify-content: center;
  line-height: 18px;
  box-shadow: unset;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout
    .woocommerce-form-login-wrap
    .woocommerce-form-login-toggle {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }
  .woocommerce-checkout
    .woocommerce-form-login-wrap
    .woocommerce-form-login-toggle-text {
    width: 230px;
  }
  .woocommerce-checkout .woocommerce-form-login-wrap .woocommerce-message h2 {
    font-size: 24px;
  }
  .woocommerce-checkout .woocommerce-form-login-wrap .woocommerce-message p {
    font-size: 14px;
  }
  .woocommerce-checkout
    .woocommerce-form-login-wrap
    .woocommerce-form-login-toggle-buttons {
    width: 100%;
  }
  .woocommerce-checkout
    .woocommerce-form-login-wrap
    .woocommerce-form-login-toggle-buttons
    .btn-login,
  .woocommerce-checkout
    .woocommerce-form-login-wrap
    .woocommerce-form-login-toggle-buttons
    .btn-sign_in {
    padding: 9px 14px;
    justify-content: center;
  }
  .woocommerce-checkout
    .woocommerce-form-login-wrap
    .woocommerce-form-login-toggle-buttons
    .btn-login {
    width: 98px;
  }
  .woocommerce-checkout
    .woocommerce-form-login-wrap
    .woocommerce-form-login-toggle-buttons
    .btn-sign_in {
    width: calc(100% - 110px);
  }
}

.woocommerce-checkout #wc-stripe-express-checkout__order-attribution-inputs,
.woocommerce-checkout #wc-stripe-express-checkout-button-separator,
.woocommerce-checkout #wc-stripe-payment-request-button-separator,
.woocommerce-checkout #wc-stripe-express-checkout-element,
.woocommerce-checkout #wc-stripe-payment-request-wrapper,
.woocommerce-checkout #points-payment-option {
  display: none !important;
}
.woocommerce-checkout .woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 34px;
}

/* checkout header */
.woocommerce-checkout__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-checkout__header-title {
  width: calc(100% - 447px);
}
.woocommerce-checkout__header-progress {
  width: 431px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* column-gap: 83px; */
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  line-height: normal;
}
.woocommerce-checkout__header-progress::after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  background: #3b393b;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.woocommerce-checkout__header-progress li {
  width: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.woocommerce-checkout__header-progress li a {
  width: 100%;
  position: relative;
  z-index: 1;
}
.woocommerce-checkout__header-progress li:nth-child(2) {
  width: 111px;
}
.woocommerce-checkout__header-progress li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 5px 0 10px;
  border-radius: 50%;
  background: #3d3c3d;
}
.woocommerce-checkout__header-progress li svg {
  display: none;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.woocommerce-checkout__header-progress li svg.done {
  width: 22px;
  height: 22px;
  margin: 5px auto 10px;
}
.woocommerce-checkout__header-progress li.active {
  color: #fff;
}
.woocommerce-checkout__header-progress li.active .active,
.woocommerce-checkout__header-progress li.done .done {
  display: block;
}
.woocommerce-checkout__header-progress li.active::before,
.woocommerce-checkout__header-progress li.done::before {
  display: none;
}
.woocommerce-checkout__header-progress li.done::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: linear-gradient(
    24deg,
    #01e8ff 13.41%,
    #0c7efb 81.74%,
    #0c7efb 92.36%
  );
  position: absolute;
  top: 15px;
  left: 34px;
  z-index: 0;
}
@media (max-width: 768px) {
  .woocommerce-checkout__header {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 25px;
  }
  .woocommerce-checkout__header-title {
    width: 100%;
    margin: 24px 0 0 !important;
  }
  .woocommerce-checkout__header-progress li.done::after {
    width: 170px;
  }
}

.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
  margin-bottom: 26px;
}
.woocommerce-checkout .woocommerce-checkout .customer-details {
  width: calc(100% - 465px);
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce-checkout .customer-details {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-checkout .customer-details__wrap {
  padding: 20px;
  border-radius: 19px;
  border: 1px solid #3b393b;
}
.woocommerce-checkout .woocommerce-checkout .customer-details__wrap h3 {
  margin: 0 0 5px;
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 127.273%;
  font-variant: all-small-caps;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-checkout .customer-details__wrap h3 {
    margin-bottom: 15px;
  }
}
.woocommerce-checkout .woocommerce-checkout .customer-details__wrap h3 + p {
  margin: 0 0 15px;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 187.5%;
}
.woocommerce-checkout .woocommerce-checkout .shipping-details {
  padding: 20px;
  margin-top: 25px;
  border-radius: 19px;
  border: 1px solid #3b393b;
  font-variant: normal;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout .shipping-details h3 {
  margin: 0 0 15px;
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 127.273%;
  font-variant: all-small-caps;
}
.woocommerce-checkout
  .woocommerce-checkout
  .shipping-details
  .woocommerce-shipping-methods {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: none;
  font-variant: normal;
  padding-left: 0;
  margin: 15px 0 0;
}
.woocommerce-checkout
  .woocommerce-checkout
  .shipping-details
  .woocommerce-shipping-methods
  li {
  position: relative;
  margin-bottom: 12px;
}
.woocommerce-checkout
  .woocommerce-checkout
  .shipping-details
  .woocommerce-shipping-methods
  li
  svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce-checkout
  .woocommerce-checkout
  .shipping-details
  .woocommerce-shipping-methods
  li
  svg.checked {
  display: none;
}
.woocommerce-checkout
  .woocommerce-checkout
  .shipping-details
  .woocommerce-shipping-methods
  li
  input {
  display: none;
}
.woocommerce-checkout
  .woocommerce-checkout
  .shipping-details
  .woocommerce-shipping-methods
  li
  input:checked
  ~ .unchecked {
  display: none;
}
.woocommerce-checkout
  .woocommerce-checkout
  .shipping-details
  .woocommerce-shipping-methods
  li
  input:checked
  ~ .checked {
  display: block;
}
.woocommerce-checkout
  .woocommerce-checkout
  .shipping-details
  .woocommerce-shipping-methods
  li
  label {
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  z-index: 1;
}
.woocommerce-checkout .woocommerce-checkout .stripe-payment-form {
  padding: 20px;
  margin-top: 25px;
  border-radius: 19px;
  border: 1px solid #3b393b;
}
.woocommerce-checkout
  .woocommerce-checkout
  .stripe-payment-form
  .wc_payment_methods {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.woocommerce-checkout
  .woocommerce-checkout
  .stripe-payment-form
  .wc_payment_methods
  fieldset {
  padding: 0;
  border: none;
}
.woocommerce-checkout
  .woocommerce-checkout
  .stripe-payment-form
  .wc_payment_methods
  label[for="payment_method_stripe"] {
  display: block;
  margin-bottom: 15px;
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 127.273%;
  font-variant: all-small-caps;
}
.woocommerce-checkout .woocommerce-checkout .stripe-payment-form .place-order {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
  width: 431px;
  padding: 30px 20px;
  border-radius: 19px;
  border: 1px solid #3b393b;
}
@media (max-width: 991px) {
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order {
    width: 100%;
    margin-top: 25px;
  }
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .checkout-total {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
  }
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .checkout-total
    span:first-child {
    color: #deff31;
  }
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  h3 {
  margin: 0 0 30px;
  color: var(--Main-White, #fff);
  font-family: "Kuunari";
  font-size: 35px;
  font-weight: 700;
  line-height: 108.571%;
  text-transform: uppercase;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item {
  width: 100%;
  padding: 12px;
  margin-bottom: 8px;
  background: #222;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item.on-sale {
  border: 1px solid transparent;
  background: linear-gradient(#191919, #191919) padding-box,
    linear-gradient(to right, #5c1dc5 0%, #9832df 65%, #9832df 100%) border-box;
  border-radius: 10px;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item.points-applied {
  border: 1px solid transparent;
  background: linear-gradient(#191919, #191919) padding-box,
    linear-gradient(to right, #98e705 0%, #008c00 100%) border-box;
}
@media (max-width: 768px) {
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart_item {
    column-gap: 20px;
    margin-bottom: 10px;
  }
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    h3 {
    margin-bottom: 15px;
  }
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .product-thumbnail {
  width: 67px;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .product-info {
  width: calc(100% - 77px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart_item
    .product-thumbnail {
    width: 61px;
    height: auto;
  }
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart_item
    .product-info {
    width: calc(100% - 87px);
  }
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .product-thumbnail
  img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .product-name {
  width: 116px;
  font-size: 15px;
  line-height: normal;
}
@media (max-width: 768px) {
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart_item
    .product-name {
    order: 0;
    width: 100%;
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 600;
    line-height: normal;
  }
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .product-total {
  width: 84px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .product-total
  > div {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .cart-discount-badge {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px;
  border-radius: 4px;
  background: linear-gradient(24deg, #221ef1 13.41%, #6c00f6 81.73%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1),
    1px 1px 10px -1px rgba(255, 255, 255, 0.54) inset;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .cart-points-used {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px;
  border-radius: 4px;
  background: linear-gradient(24deg, #98e705 13.41%, #008c00 81.74%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1),
    1px 1px 10px -1px rgba(255, 255, 255, 0.54) inset;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .cart-original-price,
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .cart-regular-price {
  display: inline-block;
  margin-bottom: 5px;
  color: rgba(215, 215, 215, 0.5);
  font-size: 12px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart_item
    .cart-discount-badge,
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart_item
    .cart-points-used {
    margin-bottom: 0;
  }
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart_item
    .product-total {
    order: 1;
    width: 125px;
    column-gap: 7px;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart_item
  .product-quantity {
  width: 30px;
  padding: 9px 3px;
  border-radius: 5px;
  border: 1px solid #5c1dc5;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart_item
    .product-quantity {
    width: 45px;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    line-height: normal;
  }
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .table {
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  line-height: 127.273%;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .table
  .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .table
  .tr
  .th,
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .table
  .tr
  .tr {
  display: block;
  width: 100%;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .table
  .tr.order-total {
  padding: 0;
  justify-content: flex-start;
  column-gap: 23px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 87.5%;
  font-variant: normal;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .table
  .tr.order-total
  .th {
  width: unset;
  color: #deff31;
  font-variant: normal;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .table
  .th
  span {
  color: #deff31;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .table
  .td {
  text-align: right;
  font-weight: 500;
}
/* .woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order .table hr {
  width: 100%;
  height: 1px;
  border: none;
  margin: 20px 0 30px;
  background: #434343;
} */
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart-discount {
  display: block;
  margin-top: 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(
        90deg,
        rgba(1, 232, 255, 0.1) 0%,
        rgba(12, 126, 251, 0.1) 100%
      )
      padding-box,
    linear-gradient(90deg, #01e8ff 0%, #0c7efb 100%) border-box;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart-discount
  .cart-discount-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.85);
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart-discount
  .cart-discount-inner
  svg {
  width: 24px;
  height: 24px;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart-discount
  .cart-discount-inner
  .cart-discount-amount {
  display: block;
  padding: 6px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #deff31;
}
@media (max-width: 768px) {
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart-discount
    .cart-discount-inner {
    padding: 12px 8px;
    column-gap: 6px;
    font-size: 13px;
    line-height: normal;
  }
  .woocommerce-checkout
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .cart-discount
    .cart-discount-inner
    .cart-discount-amount {
    padding: 6px 10px;
  }
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-shipping-details {
  margin-top: 25px;
  border: none;
  border-radius: 0;
  align-items: flex-start !important;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-shipping-details
  h3 {
  margin: 0 0 8px;
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 127.273%;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-shipping-details
  p {
  margin: 0;
  font-size: 16px;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-shipping-details
  .shipping-label {
  color: #cbcbcb;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-shipping-details
  .td {
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 127.273%;
  font-variant: all-small-caps;
}

.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-coupon-details {
  margin-top: 25px;
  border: none;
  border-radius: 0;
  align-items: flex-start !important;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-coupon-details
  h3 {
  margin: 0 0 8px;
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 127.273%;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-coupon-details
  p {
  margin: 0;
  font-size: 16px;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-coupon-details
  .shipping-label {
  color: #cbcbcb;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .total-coupon-details
  .td {
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 127.273%;
  font-variant: all-small-caps;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .tax-total {
  margin-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #434343;
  font-size: 16px;
  color: #cbcbcb;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart-subtotal {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #434343;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart-subtotal
  .th {
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart-subtotal
  .td {
  font-family: "SF PRO display", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  font-variant: all-small-caps;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .order-total {
  margin-top: 25px;
  font-family: "SF PRO display", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 87.5%;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .order-total
  th {
  text-align: left;
  color: #deff31;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .order-total
  tr {
  color: #fff;
  text-align: left;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .cart-discounts
  .woocommerce-remove-coupon {
  display: none;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .tax-includes {
  margin: 0;
  font-size: 18px;
  color: #696969;
}
.woocommerce-checkout
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  .place-order {
  margin-top: 30px;
}
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 12px;
}
.woocommerce-checkout .woocommerce-account-fields p,
.woocommerce-checkout .woocommerce-account-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields p,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin: 0;
}
.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label {
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label {
  font-variant: normal;
}
.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label svg,
.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-form__label
  svg {
  width: 24px;
  height: 24px;
}

.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-form__label
  svg.checked {
  display: none;
}
.woocommerce-checkout
  .woocommerce-account-fields
  .woocommerce-form__label
  input,
.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-form__label
  input {
  display: none;
}
.woocommerce-checkout
  .woocommerce-account-fields
  .woocommerce-form__label
  input:checked
  ~ .checked,
.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-form__label
  input:checked
  ~ .checked {
  display: block;
}
.woocommerce-checkout
  .woocommerce-account-fields
  .woocommerce-form__label
  input:checked
  ~ .unchecked,
.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-form__label
  input:checked
  ~ .unchecked {
  display: none;
}
.woocommerce-checkout
  .woocommerce-account-fields
  .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper {
  margin-top: 12px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row.form-row-first,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row.form-row-first,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row.form-row-half,
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row.form-row-half {
  margin: 0;
  width: calc(50% - 8px);
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row.form-row-last,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row.form-row-last {
  margin: 0;
  width: calc(50% - 8px);
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row.form-row-wide,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row.form-row-wide {
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper
    .form-row.form-row-half,
  .woocommerce-checkout
    .woocommerce-shipping-fields__field-wrapper
    .form-row.form-row-half {
    width: 100%;
  }
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row.address-field,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row.address-field {
  width: 100%;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row
  input,
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row
  select,
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row
  textarea,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row
  input,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row
  select,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row
  textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  background: #454242;
  border: none;
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row
  input::placeholder,
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row
  select::placeholder,
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row
  textarea::placeholder,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row
  input::placeholder,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row
  select::placeholder,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row
  textarea::placeholder {
  color: #9c9c9c;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row
  strong,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .form-row
  strong {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  background: #454242;
  border: none;
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .select2 {
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #454242;
  border: none;
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .select2-selection,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection {
  margin: 0;
  border: none;
  background: transparent;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .select2-selection__placeholder,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection__placeholder {
  color: inherit;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .select2-selection__rendered,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection__rendered {
  padding: 0;
  color: inherit;
  line-height: 20px;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .select2-selection__arrow,
.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection__arrow {
  top: 0;
  right: 0;
}
.woocommerce-checkout .place-order .button {
  width: 100%;
  padding: 14px 46px;
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .place-order .button:hover {
  background: rgba(222, 255, 49, 0.8);
  border-color: #deff31;
}
.woocommerce-checkout .place-order .button::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/wp-content/themes/thegoat/assets/img/arrow-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce-checkout .select2-container .select2-dropdown {
  overflow: hidden;
  border-radius: 12px;
  background: #454242;
  color: #fff;
}
.woocommerce-checkout .select2-container .select2-results__option--highlighted {
  background: #121012;
}

/** 
* Thank you page
*/
.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    margin-bottom: 10px;
    gap: 10px;
  }
}

/* header */
.order-received .order-received__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  width: 100%;
}
.order-received .order-received__header-title-container {
  width: calc(100% - 447px);
}
.order-received .order-received__header-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Kuunari";
  font-size: 35px;
  line-height: 108.571%;
  text-transform: uppercase;
}
.order-received .order-received__header-title span {
  color: #deff31;
}
.order-received .order-received__header-subtitle {
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
}
.order-received .order-received__header-progress {
  width: 431px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* column-gap: 83px; */
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  line-height: normal;
}
.order-received .order-received__header-progress::after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  background: #3b393b;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.order-received .order-received__header-progress li {
  width: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.order-received .order-received__header-progress li a {
  width: 100%;
  position: relative;
  z-index: 1;
}
.order-received .order-received__header-progress li:nth-child(2) {
  width: 111px;
}
.order-received .order-received__header-progress li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 5px 0 10px;
  border-radius: 50%;
  background: #3d3c3d;
}
.order-received .order-received__header-progress li svg {
  display: none;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
}
.order-received .order-received__header-progress li.active {
  color: #fff;
}
.order-received .order-received__header-progress li.active .active,
.order-received .order-received__header-progress li.done .done {
  display: block;
}
.order-received .order-received__header-progress li.active::before,
.order-received .order-received__header-progress li.done::before {
  display: none;
}
.order-received .order-received__header-progress li:first-child.done {
  position: static;
}
.order-received .order-received__header-progress li:first-child.done::after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  background: linear-gradient(
    24deg,
    #01e8ff 13.41%,
    #0c7efb 81.74%,
    #0c7efb 92.36%
  );
  position: absolute;
  top: 15px;
  left: 34px;
  z-index: 0;
}
@media (max-width: 768px) {
  .order-received .order-received__header {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 25px;
  }
  .order-received .order-received__header-title-container {
    width: 100%;
    text-align: center;
  }
  .order-received .order-received__header-title {
    width: 100%;
    margin: 15px 0 0;
    font-size: 24px;
  }
  .order-received .order-received__header-subtitle {
    order: -1;
    margin: 0;
    font-size: 18px;
    line-height: normal;
  }
}

.woocommerce-order-received .details__inner-right {
  margin-bottom: 30px;
}
.woocommerce-order-received .details-title {
  margin-bottom: 14px;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid var(--Gradients-Linear, #3b393b);
  background: #121012;
  color: #9c9c9c;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 137.5%;
}
.woocommerce-order-received .details-table {
  border-radius: 19px 19px 0 0;
  border: 1px solid #3b393b;
  padding: 25px 20px;
}

@media (max-width: 768px) {
  .woocommerce-order-received .details-table {
    border: none;
    padding: 0;
  }
}
.woocommerce-order-received .details-table .item-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: #222;
  padding: 11px 18px;
}
@media (max-width: 768px) {
  .woocommerce-order-received .details-table .item-row {
    column-gap: 9px;
    justify-content: flex-start;
  }
}
.woocommerce-order-received .details-table .item-row:not(:last-child) {
  margin-bottom: 8px;
}
.woocommerce-order-received .details-table .item-row .col p {
  margin: 0;
}
.woocommerce-order-received .details-table .item-row .item-meta {
  width: 50%;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1024px) {
  .woocommerce-order-received .details-table .item-row .item-meta {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .woocommerce-order-received .details-table .item-row .item-meta {
    width: 68%;
  }
}
.woocommerce-order-received .details-table .item-row .thumbnail {
  width: 83px;
  height: 66px;
}
.woocommerce-order-received .details-table .item-row .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 768px) {
  .woocommerce-order-received .details-table .item-row .thumbnail {
    width: 61px;
    height: 61px;
  }
  .woocommerce-order-received .details-table .item-row .item-meta-name {
    width: calc(100% - 71px);
  }
  .woocommerce-order-received .details-table .item-row .thumbnail img {
    object-position: left center;
  }
}
.woocommerce-order-received .details-table .item-row .item-meta-name .name {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.woocommerce-order-received .details-table .item-row .item-meta-name .sku {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #d7d7d7;
}
.woocommerce-order-received .details-table .item-row .quantity p {
  width: 54px;
  padding: 9px 4px;
  border-radius: 5px;
  border: 1px solid #5c1dc5;
  text-align: center;
  font-family: "Kuunari";
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
}
@media (max-width: 768px) {
  .woocommerce-order-received .details-table .item-row .quantity {
    width: 12%;
  }
  .woocommerce-order-received .details-table .item-row .quantity p {
    width: 40px;
  }
}
.woocommerce-order-received .details-table .item-row .price {
  width: 25%;
  text-align: right;
  color: #d7d7d7;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .woocommerce-order-received .details-table .item-row .price {
    width: 20%;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .woocommerce-order-received .details-table .item-row .price {
    width: calc(20% - 18px);
  }
}
.woocommerce-order-received .woocommerce-order-overview {
  list-style: none;
  padding: 20px;
  border: 1px solid #3b393b;
  border-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-order-overview {
    margin-top: 25px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #3b393b;
    border-bottom: 0;
  }
}
.woocommerce-order-received .woocommerce-order-overview > div {
  width: 50%;
}
.woocommerce-order-received .woocommerce-order-overview > div p {
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 80px;
  color: #9c9c9c;
  font-family: "SF PRO display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .woocommerce-order-received .woocommerce-order-overview > div p {
    font-size: 16px;
    column-gap: 25px;
  }
}
.woocommerce-order-received .woocommerce-order-overview > div p strong {
  display: block;
  width: 150px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991px) {
  .woocommerce-order-received .woocommerce-order-overview > div p strong {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .woocommerce-order-received .woocommerce-order-overview > div p span {
    width: calc(100% - 175px);
    text-align: right;
  }
}
.woocommerce-order-received .order_details-left {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woocommerce-order-received .order_details-right {
  width: 380px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.woocommerce-order-received .woocommerce-order-total {
  margin: 0;
  padding: 25px;
  border-top: 0;
  border-radius: 0 0 19px 19px;
  border: 1px solid #3b393b;
  color: var(--Main-Green, #fff);
  font-family: "Kuunari";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 87.5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 23px;
}
.woocommerce-order-received .woocommerce-order-total strong {
  color: var(--Main-Green, #deff31);
}
.woocommerce-order-received .customer-details {
  display: flex;
  border-radius: 19px;
  border: 1px solid #3b393b;
}
.woocommerce-order-received .customer-details > div {
  width: 100%;
}
.woocommerce-order-received .customer-details > div h3 {
  margin: 0;
  padding: 22px 18px 18px;
  color: var(--Main-White, #fff);
  font-family: "SF PRO display", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.woocommerce-order-received .customer-details > div ul {
  margin: 0;
  padding: 18px 25px 18px;
  list-style: none;
  color: #9c9c9c;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 137.5%;
}
.woocommerce-order-received .customer-details > div ul li:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce-order-received .customer-details > div:first-child h3 {
  border-bottom: 1px solid #3b393b;
}
.woocommerce-order-received .customer-details > div:last-child h3 {
  border-bottom: 1px solid #3b393b;
}
.woocommerce-order-received .customer-details .customer-details__shipping {
  border-left: 1px solid #3b393b;
}
@media (max-width: 768px) {
  .woocommerce-order-received .customer-details {
    border-radius: 10px;
  }
  .woocommerce-order-received .woocommerce-order-total {
    border-radius: 0 0 10px 10px;
  }
  .woocommerce-order-received .woocommerce-order-overview > div {
    width: 100%;
  }
  .woocommerce-order-received .woocommerce-order-overview,
  .woocommerce-order-received .customer-details {
    flex-direction: column;
  }
  .woocommerce-order-received .customer-details .customer-details__shipping {
    border-left: none;
  }
}
