.t4s-customer .t4s_btn_black:after,
.t4s_field label {
  top: 0;
  height: 100%;
  pointer-events: none;
  position: absolute;
}
.t4s-customer .t4s_btn_black,
.t4s-customer .t4s_btn_black:hover {
  background-color: var(--t4s-dark-color);
  color: var(--t4s-light-color);
}
input.t4s_frm_input {
  -webkit-appearance: none;
  display: block;
  padding: 16px 14px;
  border: 1px solid var(--border-color);
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: 0 0;
  border-radius: var(--btn-radius);
}
.t4s-customer select:focus,
input.t4s_frm_input:focus {
  border-color: rgba(var(--text-color-rgb), 0.8);
  outline: 0;
}
.t4s_field label {
  left: 14px;
  transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.t4s-customer .t4s_field input:-webkit-autofill,
.t4s-customer .t4s_field input:focus,
.t4s-customer .t4s_field input:not(:placeholder-shown) {
  padding: 22px 14px 10px;
}
.t4s-customer .t4s_field input:-webkit-autofill ~ label,
.t4s-customer .t4s_field input:focus ~ label,
.t4s-customer .t4s_field input:not(:placeholder-shown) ~ label {
  transform: translateY(-6px) scale(0.8);
}
.t4s-customer .t4s_fieldinput::-webkit-search-cancel-button,
.t4s_field__input::-webkit-search-cancel-button {
  display: none;
}
.t4s-customer .t4s_field input::-webkit-autofill,
.t4s-customer .t4s_field input:::autofill {
  color: inherit;
}
.t4s-customer .t4s_field input:-webkit-autofill {
  border-color: rgba(var(--text-color-rgb), 0.8);
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: inherit;
}
.t4s-customer .t4s_field input::placeholder,
.t4s_field__input::placeholder {
  opacity: 0;
}
.t4s_field {
  text-align: left;
}
.t4s-customer .t4s_btn_submmit {
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.25s;
}
.t4s-customer .t4s_btn_black {
  min-width: 90px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  background-position: 150% 45%;
}
.t4s-customer .t4s_btn_black:after {
  content: "";
  left: 150%;
  width: 200%;
  transform: skew(-20deg);
  background-image: linear-gradient(
    90deg,
    transparent,
    hsla(0, 0%, 100%, 0.25),
    transparent
  );
}
.t4s-btn-full-width {
  width: 100%;
}
@keyframes ani_shine {
  to {
    left: -200%;
  }
}
.t4s-customer .t4s_btn_white,
.t4s-customer .t4s_btn_white:hover {
  background-color: var(--t4s-light-color);
  color: var(--t4s-dark-color);
}
.t4s-customer .t4s_btn_black:hover:after {
  animation: 0.75s cubic-bezier(0.01, 0.56, 1, 1) ani_shine;
}
.t4s-customer .t4s_btn_white {
  transition: border 0.3s;
  min-width: 90px;
  border: 1px solid var(--border-color);
}
.t4s-customer .t4s_btn_white:hover {
  border-color: var(--t4s-dark-color);
}
.t4s-customer a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  color: var(--secondary-color);
  font-weight: 400;
}
.t4s-customer a:hover {
  color: var(--accent-color);
}
.t4s-customer h2 {
  font-size: 20px;
  text-transform: uppercase;
}
.t4s-customer .form__message {
  align-items: center;
  display: flex;
  font-size: 13px;
  line-height: 1;
  margin-top: 1rem;
  font-weight: 400;
  outline: none;
  text-transform: none;
  color: var(--secondary-color);
}
.t4s-customer .form__message:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}
.t4s-customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.t4s-customer .form__message svg.svg-account-hello {
  margin-bottom: 7px;
}
.is--addresses ul p,
.is--order .t4s-account-content h2.is--first {
  margin-bottom: 0;
}
.t4s_field + .form__message {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.1;
  color: var(--secondary-color);
  margin: -20px 0 30px;
}
#RecoverEmail-email-error {
  margin-top: 10px;
}
.t4s-customer ul {
  padding-left: 20px;
  text-align: left;
  margin-bottom: 30px;
  list-style: disc;
  margin-top: 15px;
}
.t4s-customer-account {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 60px;
}
.t4s-account-nav ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
  line-height: 1.4;
  border: none;
  /* border: 1px solid var(--border-color); */
}
.t4s-account-nav a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
}
.t4s-account-nav svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.t4s-account-nav li:last-child a {
  border-bottom: 1px solid var(--border-color);
}
.t4s-account-nav .is--active a,
.t4s-account-nav a:hover {
    background-color: #fff;
    color: #000;
  border-bottom: 2px solid #50b1be;
  font-weight: bold;
}
.is--order .lis__discount,
.is--order tfoot tr:last-of-type td::before,
.t4s-account-hello strong {
  color: var(--link-color);
}
.t4s-account-content h2 {
  font-size: 15px;
  text-transform: none;
  margin-bottom: 15px;
}
.select,
.text-area {
  display: flex;
  position: relative;
  width: 100%;
}
.t4s-customer select {
  width: 100%;
  cursor: pointer;
  padding: 2px 14px;
  height: 40px;
  -webkit-appearance: none;
  appearance: none;
}
.t4s-customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 12px;
}
.t4s_mb_10 {
  margin-bottom: 10px;
}
.t4s_mb_20 {
  margin-bottom: 20px;
}
.t4s_mb_30 {
  margin-bottom: 30px;
}
.t4s_mb_60 {
  margin-bottom: 60px;
}
.t4s_mr_10 {
  margin-right: 10px;
}
.t4s-last-btn {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .t4s-account-nav {
    position: sticky;
    top: 20px;
  }
}
#recover,
#recover:target ~ #login,
.is--addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
#recover:target {
  display: block;
}
#recover form {
  margin-bottom: 17px;
}
#guest_login,
#login,
#recover {
  width: 100%;
  -webkit-animation: 1.25s t4s-ani-fadeIn;
  animation: 1.25s t4s-ani-fadeIn;
}
.t4s-customer.is--activate,
.t4s-customer.is--login,
.t4s-customer.is--register,
.t4s-customer.is--reset-password {
  max-width: 510px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  min-height: 55vh;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
}
#guest_login hr {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}
.order-history td {
  color: var(--heading-color);
}
@media (min-width: 641px) {
  .t4s-customer.is--activate,
  .t4s-customer.is--login,
  .t4s-customer.is--register,
  .t4s-customer.is--reset-password {
    margin: 80px auto;
  }
  #guest_login hr {
    margin: 60px 0 50px;
  }
}
.is--addresses [aria-expanded] ~ div[id] {
  margin-top: 20px;
  padding: 0 20px 5px;
  border: 2px solid var(--border-color);
}
.is--addresses [aria-expanded="true"] ~ div[id] {
  display: block;
  -webkit-animation: 1.25s t4s-ani-fadeIn;
  animation: 1.25s t4s-ani-fadeIn;
}
.is--addresses form {
  display: flex;
  flex-flow: row wrap;
}
.is--addresses form > div {
  width: 100%;
  text-align: left;
}
.is--addresses h2.t4s_title_addresses {
  margin: 30px 0 20px;
  font-size: 18px;
}
.is--addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.is--addresses .t4s_field {
  margin: 2rem 0 0;
}
.is--addresses form > div:nth-of-type(7),
.is--addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}
.is--addresses input[type="checkbox"] {
  margin-top: 2rem;
  margin-left: 0;
}
.is--addresses button {
  margin: 4rem 0 1.5rem;
}
.is--addresses form button:first-of-type {
  margin-right: 1rem;
}
li[data-address] {
  margin-top: 5rem;
}
li[data-address] > h2 {
  font-size: 16px;
  margin-top: 0px;
}
.is--addresses form button + button,
.is--addresses li > button + button {
  margin-top: 0;
}
.is--addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.is--order .t4s-account-content h2 {
  font-size: 20px;
}
.is--order tfoot tr:last-of-type td,
.is--order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  color: var(--link-color);
  font-weight: 500;
}
.is--order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}
.is--order .t4s-account-content svg {
  width: 1.1rem;
  color: var(--sale-badge-background);
  margin-right: 0.5rem;
}
.is--order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.is--order td:first-of-type {
  align-items: initial;
}
@media screen and (min-width: 750px) {
  .is--order td .cart-discount {
    display: none;
  }
  .is--addresses [aria-expanded] ~ div[id] {
    padding: 10px 40px 20px;
  }
}
.rtl_true .t4s-customer ul {
  padding-left: 0;
  padding-right: 4.4rem;
}
.rtl_true .t4s_field label {
  left: auto;
  right: 14px;
}
.rtl_true .is--addresses form > div,
.rtl_true .t4s-customer ul,
.rtl_true .t4s-customer-account,
.rtl_true .t4s_field,
.rtl_true .t4s_field + .form__message {
  text-align: right;
}
.rtl_true .t4s-account-nav svg {
  margin-right: 0;
  margin-left: 5px;
}
.rtl_true .t4s_mr_10 {
  margin-right: 0;
  margin-left: 10px;
}
.rtl_true .is--addresses input[type="checkbox"] {
  margin-left: auto;
  margin-right: 0;
}
.rtl_true .is--addresses form button:first-of-type {
  margin-right: 0;
  margin-left: 1rem;
}
.rtl_true .is--order tbody ul {
  text-align: left;
}
.rtl_true .is--order svg {
  margin-right: 0;
  margin-left: 0.5rem;
}
.t4s-login-heading {
  text-align: center;
  border-bottom: 2px solid var(--heading-color);
  padding: 13px 84px;
  margin: 0 auto 40px;
  width: fit-content;
  font-weight: 500;
  text-transform: uppercase;
}
#login,
#recover,
#register {
  border: 1px solid var(--border-color);
  padding: 10px 30px 10px;
}
.t4s-customer .required {
  color: var(--text-color);
}
@media only screen and (min-width: 750px) {
  .is--addresses form > div:first-of-type {
    margin-right: 2rem;
  }
  .is--addresses form > div:first-of-type,
  .is--addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
  .is--addresses li > button:first-of-type {
    margin-top: 3rem;
  }
  .is--order tfoot tr:last-of-type td,
  .is--order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
  .is--order tbody ul {
    text-align: left;
  }
  .rtl_true .is--order tbody ul {
    text-align: right;
  }
}

/* Account Info */
.customer-info-form {
  background: #fcfcfc;
  border: 1px solid #d2dce2;
  border-radius: 4px;
  padding: 25px 25px 0px 25px;
  margin-bottom: 20px;
}
.form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form-field {
  margin-bottom: 25px;
  position: relative;
  width: 48%;
}

.form-field input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  box-sizing: border-box;
}

.form-field input:focus {
  outline: none;
  border-color: #4a90e2;
}

.label-container {
  position: absolute;
  top: -10px;
  left: 12px;
  z-index: 1;
}

.label-text {
  font-size: 14px;
  color: #50b1be;
  background-color: white;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .form-field {
    width: 100%;
  }
}

/* Order History */
.order-history-container {
  max-width: 100%;
  background: #fcfcfc;
  border: 1px solid #d2dce2;
  border-radius: 4px;
  padding: 25px;
}

.order-history-title {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}

.order-search-input,
.order-filter-select {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.order-search-input {
  flex-grow: 1;
}

.order-filter-select {
  min-width: 140px;
}

.order-history-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.order-history-table th {
  background-color: #f9f9f9;
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
}

.order-history-table td {
  padding: 09px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px !important;
  color: #555;
}

.order-history-table tr:last-child td {
  border-bottom: none;
}

.order-history-table tr:hover {
  background-color: #f7f9fc;
}

.order-number-cell a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}

.order-number-cell a:hover {
  text-decoration: underline;
}

.status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.payment-status-paid {
  background-color: #e3f5e6;
  color: #2c7937;
}

.payment-status-pending,
.payment-status-authorized {
  background-color: #fff4e5;
  color: #b86e00;
}

.payment-status-refunded {
  background-color: #f3e6ff;
  color: #6200ea;
}

.payment-status-voided {
  background-color: #f5f5f5;
  color: #666;
}

.fulfillment-status-fulfilled {
  background-color: #e3f5e6;
  color: #2c7937;
}

.fulfillment-status-partial {
  background-color: #e5f2ff;
  color: #0052cc;
}

.fulfillment-status-unfulfilled {
  background-color: #ffecec;
  color: #d32f2f;
}

.order-total-cell {
  font-weight: 500;
}

.order-action-buttons {
  display: flex;
  gap: 8px;
}

.view-order-btn,
.track-order-btn {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.view-order-btn {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
}

.track-order-btn {
  background-color: #0066cc;
  color: white;
  border: 1px solid #0052cc;
}

.view-order-btn:hover {
  background-color: #e5e5e5;
}

.track-order-btn:hover {
  background-color: #004db3;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.pagination-btn {
  padding: 8px 16px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#pageIndicator {
  font-size: 14px;
  color: #666;
}

.no-orders-message {
  text-align: center;
  padding: 30px;
  color: #666;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px dashed #ddd;
}

@media (max-width: 768px) {
  .order-history-table {
    border: none;
    box-shadow: none;
  }

  .order-history-table thead {
    display: none;
  }

  .order-history-table tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }

  .order-history-table td {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    text-align: right;
  }

  .order-history-table td::before {
    content: attr(data-label);
    font-weight: 600;
    text-align: left;
  }

  .order-action-buttons {
    justify-content: flex-end;
  }
}

.t4s-order-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}

.t4s-order-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.t4s-order-title h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.t4s-order-date {
  color: #6b7280;
  margin: 0;
}

/* Status Badges */
.t4s-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 9999px;
  font-weight: 500;
  margin-right: 0.5rem;
}

.t4s-badge-paid,
.t4s-badge-fulfilled {
  background-color: #ecfdf5;
  color: #065f46;
}

.t4s-badge-pending,
.t4s-badge-partial {
  background-color: #fffbeb;
  color: #92400e;
}

.t4s-badge-refunded,
.t4s-badge-cancelled {
  background-color: #fef2f2;
  color: #b91c1c;
}

.t4s-badge-unfulfilled {
  background-color: #f3f4f6;
  color: #4b5563;
}

/* Order Cancelled */
.t4s-order-cancelled {
  background-color: #fef2f2;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #ef4444;
}

.t4s-order-cancelled p {
  margin: 0 0 0.5rem;
  color: #b91c1c;
}

/* Sections */
.t4s-order-details-card,
.t4s-address-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.t4s-section-title {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

.t4s-icon {
  margin-right: 0.5rem;
}

/* Tables */
.t4s-table-responsive {
  overflow-x: auto;
}

.t4s-order-items {
  width: 100%;
  border-collapse: collapse;
}

.t4s-order-items th {
  background-color: #f9fafb;
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #e5e7eb;
}

.t4s-order-item td {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.t4s-product-title {
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  margin: 0 0 0.5rem;
  text-align: left;
}

.t4s-product-title:hover {
  text-decoration: underline;
}

.t4s-product-properties {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.t4s-product-properties span {
  display: block;
  margin-bottom: 0.25rem;
      font-size: 12px;
    border-bottom: 1px solid #dddddd29;
}

.t4s-discounts {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.t4s-discount-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #b91c1c;
  margin-bottom: 0.25rem;
}

.t4s-icon-discount {
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.t4s-fulfillment-info {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #e5e7eb;
  font-size: 0.875rem;
}

.t4s-tracking-link {
  display: inline-block;
  margin-top: 0.25rem;
  color: #2563eb;
  text-decoration: none;
}

.t4s-tracking-link:hover {
  text-decoration: underline;
}

/* General Layout */
.t4s-order-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}

.t4s-order-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.t4s-order-title h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.t4s-order-date {
  color: #6b7280;
  margin: 0;
}

/* Status Badges */
.t4s-badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  font-size: 0.875rem;
  border-radius: 9999px;
  font-weight: 500;
  margin-right: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.t4s-badge-paid,
.t4s-badge-fulfilled {
  background-color: #ecfdf5;
  color: #065f46;
}

.t4s-badge-pending,
.t4s-badge-partial {
  background-color: #fffbeb;
  color: #92400e;
}

.t4s-badge-refunded,
.t4s-badge-cancelled {
  background-color: #fef2f2;
  color: #b91c1c;
}

.t4s-badge-unfulfilled {
  background-color: #f3f4f6;
  color: #4b5563;
}

/* Order Cancelled */
.t4s-order-cancelled {
  background-color: #fef2f2;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #ef4444;
}

.t4s-order-cancelled p {
  margin: 0 0 0.5rem;
  color: #b91c1c;
}

/* Sections */
.t4s-order-details-card,
.t4s-address-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}

.t4s-section-title {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
  color: #111827;
}

.t4s-icon {
  margin-right: 0.5rem;
}

/* Tables */
.t4s-table-responsive {
  overflow-x: auto;
}

.t4s-order-items {
  width: 100%;
  border-collapse: collapse;
}

.t4s-order-items th {
  background-color: #f9fafb;
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #e5e7eb;
}

.t4s-order-item {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}

.t4s-order-item td {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.t4s-product-title {
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  margin: 0 0 0.5rem;
}

.t4s-product-title:hover {
  text-decoration: underline;
}

.t4s-product-info-order {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.t4s-product-properties {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0.5rem 0;
  background-color: #f9fafb;
  padding: 0.75rem;
  border-radius: 4px;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: left;
}

.t4s-line-property {
  display: block;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  border-left: 2px solid #e5e7eb;
}

.t4s-discounts {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.t4s-discount-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #b91c1c;
  margin-bottom: 0.25rem;
}

.t4s-icon-discount {
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.t4s-fulfillment-info {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #e5e7eb;
  font-size: 0.875rem;
}

.t4s-tracking-link {
  display: inline-block;
  margin-top: 0.25rem;
  color: #2563eb;
  text-decoration: none;
}

.t4s-tracking-link:hover {
  text-decoration: underline;
}

/* Prices */
.t4s-regular-price {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  text-decoration: line-through;
}

.t4s-sale-price {
  color: #b91c1c;
  font-weight: 500;
  font-size: 0.95rem;
}

.t4s-price,
.t4s-total {
  font-weight: 500;
  color: #111827;
}

.t4s-order-summary tr {
  border-top: 1px solid #e5e7eb;
}

.t4s-order-summary td {
  padding: 0.875rem 1rem;
}

.t4s-summary-label {
  font-weight: 500;
  text-align: right;
  color: #4b5563;
}

.t4s-summary-value {
  font-weight: 500;
  text-align: right;
  color: #111827;
}

.t4s-discount-value {
  color: #b91c1c;
  font-weight: 600;
}

.t4s-total-row {
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #f0f4f8;
  border-radius: 0 0 6px 6px;
}

.t4s-grand-total {
  color: #111827;
  font-weight: 700;
}

/* Price details lists */
.t4s-price-details,
.t4s-total-details {
  margin: 0;
  padding: 0;
}

.t4s-price-details dt,
.t4s-total-details dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.t4s-unit-price {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

/* Addresses */
.t4s-address-section {
  margin-top: 2rem;
}

.t4s-status-label {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.t4s-address-details {
  margin-top: 1rem;
  line-height: 1.5;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

/* Responsive */
@media (max-width: 767px) {
  .t4s-order-container {
    padding: 1.5rem 1rem;
  }

  .t4s-order-header {
    flex-direction: column;
  }

  .t4s-order-status {
    margin-top: 1rem;
  }

  .t4s-order-items thead {
    display: none;
  }

  .t4s-order-item {
    display: block;
    border: 1px solid #e5e7eb;
    margin-bottom: 1.25rem;
  }

  .t4s-order-item td {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    border: none;
    border-bottom: 1px dashed #e5e7eb;
  }

  .t4s-order-item td:last-child {
    border-bottom: none;
  }

  .t4s-order-item td:before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: 1rem;
    min-width: 100px;
    flex-shrink: 0;
    color: #4b5563;
  }

  .t4s-product-info-order {
    width: 100%;
    margin-top: 0.5rem;
  }

  .t4s-summary-label {
    text-align: left;
    padding-right: 0;
  }

  .t4s-total-row td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .t4s-address-card {
    margin-bottom: 1.5rem;
  }
}
/*address page  */
.add-address-btn {
  display: block;
  margin: 20px auto;
  padding: 12px 20px;
  background-color: black;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.add-address-btn:hover {
  background-color: #333;
}
.address-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 900px;
  margin: auto;
}
/* Address Grid */
.customer-addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

/* Address Box Styling */
.customer-info-form {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Default Address Highlight */
.customer-info-form h2 {
  font-size: 14px;
  color: #ff6600;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Buttons */
.t4s_btn_black, .t4s_btn_white {
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.t4s_btn_black {
  background-color: black;
  color: white;
  border: none;
}

.t4s_btn_black:hover {
  background-color: #333;
}

.t4s_btn_white {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.t4s_btn_white:hover {
  background-color: #f0f0f0;
}
.customer-info-form p{
  font-size:14px;
}
/* Ensure responsiveness */
@media (max-width: 600px) {
  .t4s-customer-account {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .customer-addresses {
    grid-template-columns: 1fr;
  }
  .t4s-account-nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    row-gap: 7px;
    width: 100%;
    padding: 5px 0px;
    overflow-x: auto;
  }
 .t4s-account-nav  li {
    width: 100%;
    min-width: 150px;
  }
}
.productstitles {
  font-size: 12px;
}
.productstitles a {
  text-decoration: none;
  /* background-color: #f5f5f5; */
}
@media(max-width:767px) {
  .productstitles {
    text-align: right;
    list-style: none;
  }
}