:root {
  --tt-account-orange: #ff4912;
  --tt-account-green: #8cbc67;
  --tt-account-text: #1a1a1a;
  --tt-account-muted: #767676;
  --tt-account-border: #e5e5e5;
  --tt-account-cream: #fff1df;
}

/* The account item remains a normal link; WoodMart's hover menu is disabled. */
.wd-header-my-account.wd-with-username .wd-dropdown-my-account,
.wd-header-my-account.wd-with-username > .wd-dropdown {
  display: none !important;
}

body.tt-account-page .wd-content-layout.content-layout-wrapper.container {
  width: calc(100% - 48px) !important;
  max-width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 42px 0 96px !important;
}

body.tt-account-page.elementor-page main#main-content.wd-content-layout.content-layout-wrapper.container {
  width: calc(100% - 48px) !important;
  max-width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-bottom: 96px !important;
}

body.tt-account-page .tt-account-title {
  width: 100%;
  margin: 0 0 48px;
}

body.tt-account-page .tt-account-title > .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px !important;
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

body.tt-account-page .tt-account-title .entry-title {
  margin: 0;
  color: var(--tt-account-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
}

body.tt-account-page .ttm-native-breadcrumbs {
  display: flex;
  margin: 0;
  align-items: center;
  color: #8d8d8d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

body.tt-account-page .ttm-native-breadcrumbs a {
  color: #777;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.tt-account-page .ttm-native-breadcrumbs a:hover {
  color: var(--tt-account-orange);
}

body.tt-account-page .ttm-native-breadcrumbs .delimiter {
  color: #c4c4c4;
}

body.tt-account-page .woocommerce {
  width: 100%;
}

body.tt-account-page .wd-registration-page {
  width: 100%;
  max-width: 1200px !important;
  margin-right: auto;
  margin-left: auto;
}

body.tt-account-page div#customer_login.wd-grid-f-col {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px;
}

body.tt-account-page div#customer_login.wd-grid-f-col > .col-login,
body.tt-account-page div#customer_login.wd-grid-f-col > .col-register-text,
body.tt-account-page div#customer_login.wd-grid-f-col > .col-register {
  width: calc(50% - 40px);
  max-width: 560px;
  padding: 0;
}

body.tt-account-page div#customer_login.wd-grid-f-col > .col-register-text,
body.tt-account-page div#customer_login.wd-grid-f-col > .col-register {
  border-left: 1px solid var(--tt-account-border);
}

body.tt-account-page .col-login > form.woocommerce-form-login,
body.tt-account-page .col-register > form.woocommerce-form-register {
  width: 100%;
  max-width: none;
}

body.tt-account-page .wd-login-title,
body.tt-account-page .wd-register-title,
body.tt-account-page .woocommerce h2,
body.tt-account-page .tt-account-state h2 {
  margin: 0 0 25px;
  color: var(--tt-account-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.tt-account-page .woocommerce-form-row,
body.tt-account-page .form-row {
  margin: 0 0 18px;
}

body.tt-account-page .woocommerce label {
  display: block;
  margin: 0 0 8px;
  color: #5f5f5f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

body.tt-account-page .woocommerce input.input-text,
body.tt-account-page .woocommerce input[type="email"],
body.tt-account-page .woocommerce input[type="password"],
body.tt-account-page .woocommerce input[type="text"] {
  width: 100%;
  height: 46px;
  border: 2px solid var(--tt-account-border);
  border-radius: 12px;
  outline: none;
  background: #fff;
  box-shadow: none;
  color: var(--tt-account-text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  padding: 11px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.tt-account-page .woocommerce input.input-text:focus,
body.tt-account-page .woocommerce input[type="email"]:focus,
body.tt-account-page .woocommerce input[type="password"]:focus,
body.tt-account-page .woocommerce input[type="text"]:focus {
  border-color: var(--tt-account-orange);
  box-shadow: 0 0 0 3px rgba(255, 73, 18, 0.1);
}

body.tt-account-page .woocommerce button.button,
body.tt-account-page .woocommerce .button,
body.tt-account-page .tt-resend-form button {
  display: inline-flex;
  min-height: 46px;
  border: 0;
  border-radius: 100px;
  background: var(--tt-account-orange);
  box-shadow: 0 8px 22px rgba(255, 73, 18, 0.22);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

body.tt-account-page .woocommerce button.button:hover,
body.tt-account-page .woocommerce .button:hover,
body.tt-account-page .tt-resend-form button:hover {
  background: #e94210;
  box-shadow: 0 11px 26px rgba(255, 73, 18, 0.28);
  color: #fff;
  transform: translateY(-1px);
}

body.tt-account-page .woocommerce-form-login__submit,
body.tt-account-page .woocommerce-form-register__submit {
  width: 100%;
}

body.tt-account-page .login-form-footer,
body.tt-account-page .woocommerce-form-login .form-row:last-child {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
}

body.tt-account-page .lost_password,
body.tt-account-page .woocommerce-LostPassword {
  margin: 0;
}

body.tt-account-page .lost_password a,
body.tt-account-page .woocommerce-LostPassword a,
body.tt-account-page .tt-account-back {
  color: var(--tt-account-green);
  text-decoration: none;
}

body.tt-account-page .registration-info,
body.tt-account-page .col-register-text {
  color: var(--tt-account-muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.58;
}

body.tt-account-page .registration-info p:first-child {
  margin-top: 0;
}

body.tt-account-page .login-form-footer,
body.tt-account-page .wd-login-divider {
  margin-top: 18px;
}

body.tt-account-page .woocommerce-privacy-policy-text,
body.tt-account-page .woocommerce-privacy-policy-text p {
  color: var(--tt-account-muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

body.tt-account-page .woocommerce-error,
body.tt-account-page .woocommerce-message,
body.tt-account-page .woocommerce-info,
body.tt-account-page .tt-account-alert {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 28px;
  border: 0;
  border-radius: 16px;
  background: var(--tt-account-cream);
  color: #5d5146;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 20px;
}

body.tt-account-page .tt-account-alert.is-success {
  background: #edf8e8;
  color: #416631;
}

body.tt-account-page .tt-account-alert.is-error,
body.tt-account-page .woocommerce-error {
  background: #fff0ed;
  color: #9f351f;
}

body.tt-account-page .tt-account-state {
  width: 100%;
  max-width: 620px;
  margin: 16px auto 0;
  border-radius: 28px;
  background: var(--tt-account-cream);
  color: #65594f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding: 46px 42px;
}

body.tt-account-page .tt-account-state h2 {
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: none;
}

body.tt-account-page .tt-account-state p {
  margin: 0 0 10px;
}

body.tt-account-page .tt-account-mail-icon {
  display: flex;
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--tt-account-orange);
  color: #fff;
  align-items: center;
  justify-content: center;
}

body.tt-account-page .tt-account-mail-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.tt-account-page .tt-resend-form {
  margin: 26px 0 18px;
}

body.tt-account-page .tt-account-back {
  display: inline-block;
  font-size: 14px;
}

body.tt-account-page .woocommerce-ResetPassword,
body.tt-account-page .woocommerce-form-login {
  max-width: 500px;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-navigation,
body.tt-account-page.logged-in .woocommerce-MyAccount-content {
  font-family: "Montserrat", Arial, sans-serif;
}

body.tt-account-page .wd-page-title {
  display: none !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 34px 0 0 !important;
}

body.tt-account-page .wd-page-title > .container {
  display: flex !important;
  width: calc(100% - 48px) !important;
  max-width: 1200px !important;
  min-height: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

body.tt-account-page .wd-page-title .entry-title,
body.tt-account-page .wd-page-title .title {
  margin: 0 !important;
  color: var(--tt-account-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

body.tt-account-page .wd-page-title .wd-breadcrumbs {
  display: flex !important;
  margin: 0 !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  color: #7a746e !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
}

body.tt-account-page .wd-page-title .wd-breadcrumbs a {
  color: #7a746e !important;
  text-decoration: none !important;
  transition: color 0.18s ease !important;
}

body.tt-account-page .wd-page-title .wd-breadcrumbs a:hover {
  color: var(--tt-account-orange) !important;
}

body.tt-account-page .wd-page-title .wd-delimiter {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 9px !important;
  color: #c4beb8 !important;
  font-size: 0 !important;
  align-items: center !important;
}

body.tt-account-page .wd-page-title .wd-delimiter::before {
  content: "/" !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.tt-account-page.logged-in .woocommerce-my-account-wrapper {
  display: grid !important;
  grid-template-columns: 238px minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  gap: 42px !important;
  align-items: start !important;
}

body.tt-account-page.logged-in .wd-my-account-sidebar {
  flex: 0 0 238px !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  border-inline-end: 0 !important;
  padding: 0 !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-navigation,
body.tt-account-page.logged-in .woocommerce-MyAccount-content {
  display: block !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  border: 1px solid #f0ece7 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(46, 49, 48, 0.06) !important;
  list-style: none !important;
  padding: 0 !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  border-bottom: 1px solid #f3efea !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0 !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-navigation li a {
  display: block !important;
  color: var(--tt-account-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  padding: 15px 19px !important;
  transition: color 0.18s ease, background-color 0.18s ease !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-navigation li a:hover,
body.tt-account-page.logged-in .woocommerce-MyAccount-navigation li.is-active a {
  background: var(--tt-account-cream) !important;
  color: var(--tt-account-orange) !important;
}

body.tt-account-page .woocommerce-MyAccount-title.entry-title {
  display: none !important;
}

body.tt-account-page .wd-my-account-links.wd-grid-g {
  display: none !important;
}

body.tt-account-profile .woocommerce-MyAccount-content > p {
  display: none !important;
}

body.tt-account-page .tt-profile {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-notices-wrapper,
body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-message,
body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-info {
  margin-bottom: 20px;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content > form:not(.tt-profile-form),
body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-Addresses,
body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-orders-table,
body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-order-details,
body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-customer-details {
  width: 100% !important;
  border: 1px solid #f0ece7 !important;
  border-radius: 24px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(46, 49, 48, 0.07) !important;
  padding: 32px !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content h2,
body.tt-account-page.logged-in .woocommerce-MyAccount-content h3 {
  color: var(--tt-account-text);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  text-transform: none;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content table {
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content table th,
body.tt-account-page.logged-in .woocommerce-MyAccount-content table td {
  border-right: 0 !important;
  border-left: 0 !important;
  padding: 15px 12px !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content table thead th {
  border-top: 0 !important;
  background: var(--tt-account-cream) !important;
  color: #4f4a45 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content .woocommerce-Address {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid #f0ece7;
  border-radius: 18px;
  background: #fff;
  padding: 24px;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.tt-account-page.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title h2,
body.tt-account-page.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin: 0 !important;
}

body.tt-account-page .tt-profile > .tt-account-alert {
  max-width: none;
}

body.tt-account-page .gusto-greet {
  display: block !important;
  margin: 0 0 24px !important;
  color: #5f5b57;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

body.tt-account-page .gusto-greet strong {
  display: inline-block;
  border-radius: 999px;
  background: var(--tt-account-cream);
  color: var(--tt-account-orange);
  font-weight: 800;
  line-height: 1.25;
  padding: 4px 10px;
}

body.tt-account-page .gusto-greet span {
  color: #8a847f;
}

body.tt-account-page .gusto-greet a {
  color: var(--tt-account-orange);
  font-weight: 700;
  text-decoration: none;
}

body.tt-account-page .tt-profile-form {
  width: 100%;
  border: 1px solid #f0ece7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(46, 49, 48, 0.07);
  padding: 32px;
}

body.tt-account-page .tt-profile-form-head {
  display: flex;
  margin-bottom: 28px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

body.tt-account-page .tt-profile-form-head > p {
  max-width: 350px;
  margin: 0;
  color: #89837e;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

body.tt-account-page .tt-profile-eyebrow {
  margin: 0 0 5px !important;
  color: var(--tt-account-orange);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.tt-account-page .tt-profile-form h2 {
  margin: 0 !important;
  color: var(--tt-account-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}

body.tt-account-page .tt-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

body.tt-account-page .tt-profile-field,
body.tt-account-page .tt-profile-ms-row {
  min-width: 0;
  margin: 0 !important;
}

body.tt-account-page .tt-profile-field-wide {
  grid-column: 1 / -1;
}

body.tt-account-page .tt-profile-field > label,
body.tt-account-page .tt-profile-ms-row > label {
  display: block;
  margin: 0 0 8px;
  color: #514d49;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

body.tt-account-page .tt-profile-field > label span {
  color: #8d8782;
  font-size: 12px;
  font-weight: 400;
}

body.tt-account-page .tt-profile-form input[type="text"],
body.tt-account-page .tt-profile-form input[type="tel"],
body.tt-account-page .tt-profile-form select,
body.tt-account-page .tt-profile-form textarea {
  width: 100% !important;
  border: 2px solid var(--tt-account-border) !important;
  border-radius: 14px !important;
  outline: 0 !important;
  background: #f7f7f8 !important;
  box-shadow: none !important;
  color: var(--tt-account-text) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  padding: 13px 15px !important;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease !important;
}

body.tt-account-page .tt-profile-form input[type="text"],
body.tt-account-page .tt-profile-form input[type="tel"],
body.tt-account-page .tt-profile-form select {
  height: 50px !important;
}

body.tt-account-page .tt-profile-form textarea {
  min-height: 112px !important;
  resize: vertical;
}

body.tt-account-page .tt-profile-form input::placeholder,
body.tt-account-page .tt-profile-form textarea::placeholder {
  color: #1a1a1a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400 !important;
  opacity: 0.48 !important;
}

body.tt-account-page .tt-profile-form input:focus,
body.tt-account-page .tt-profile-form select:focus,
body.tt-account-page .tt-profile-form textarea:focus {
  border-color: var(--tt-account-orange) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(255, 73, 18, 0.1) !important;
}

body.tt-account-page .tt-profile-ms-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body.tt-account-page .tt-profile-ms-chip {
  appearance: none;
  min-height: 40px;
  border: 1px solid #ded9d4;
  border-radius: 999px;
  outline: 0;
  background: #fff;
  color: #2e3130;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 18px;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

body.tt-account-page .tt-profile-ms-chip:hover {
  border-color: var(--tt-account-orange);
}

body.tt-account-page .tt-profile-ms-chip.is-active {
  border-color: var(--tt-account-orange);
  background: var(--tt-account-orange);
  color: #fff;
}

body.tt-account-page .tt-profile-ms-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  gap: 14px;
}

body.tt-account-page .tt-profile-ms-row {
  display: none;
}

body.tt-account-page .tt-profile-ms-row.is-visible {
  display: block;
}

body.tt-account-page .tt-profile-submit {
  min-width: 220px;
  margin-top: 26px !important;
}

body.tt-account-page .tt-profile-form .iti {
  --iti-hover-color: transparent;
  display: block !important;
  width: 100% !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

body.tt-account-page .tt-profile-form .iti input#tt-profile-billing-phone {
  width: 100% !important;
  border-radius: 14px !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400 !important;
  padding-left: 146px !important;
}

body.tt-account-page .tt-profile-form .iti__country-container {
  top: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  height: 100% !important;
  align-items: stretch !important;
  background: transparent !important;
  padding: 0 !important;
}

body.tt-account-page .tt-profile-form .iti__selected-country {
  display: flex !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 14px 0 0 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: background-color 0.12s ease !important;
}

body.tt-account-page .tt-profile-form .iti__selected-country-primary,
body.tt-account-page .tt-profile-form .iti__selected-dial-code {
  display: flex !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  line-height: 1 !important;
  align-items: center !important;
  transition: none !important;
  transform: none !important;
}

body.tt-account-page .tt-profile-form .iti__selected-country-primary:hover,
body.tt-account-page .tt-profile-form .iti__selected-country-primary:focus,
body.tt-account-page .tt-profile-form .iti__selected-country-primary:active {
  background: transparent !important;
}

body.tt-account-page .tt-profile-form .iti__selected-dial-code {
  color: #555 !important;
  font-weight: 400 !important;
  align-self: stretch !important;
}

body.tt-account-page .tt-profile-form .iti__selected-country:hover,
body.tt-account-page .tt-profile-form .iti__selected-country:focus {
  outline: 0 !important;
  background-color: #dde0e2 !important;
}

body.tt-account-page .tt-profile-form .iti__selected-country:focus-visible {
  outline: 2px solid rgba(226, 74, 53, 0.35) !important;
  outline-offset: -2px !important;
}

.iti--container {
  z-index: 999999 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}

.iti--container .iti__dropdown-content {
  width: min(380px, calc(100vw - 32px)) !important;
  border: 1px solid rgba(46, 49, 48, 0.08) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 16px 40px rgba(46, 49, 48, 0.14) !important;
}

.iti--container .iti__country {
  min-height: 46px !important;
  padding: 11px 12px !important;
}

@media (max-width: 767px) {
  body.tt-account-page .wd-content-layout.content-layout-wrapper.container {
    width: calc(100% - 32px) !important;
    padding: 28px 0 68px !important;
  }

  body.tt-account-page.elementor-page main#main-content.wd-content-layout.content-layout-wrapper.container {
    width: calc(100% - 32px) !important;
    padding-bottom: 68px !important;
  }

  body.tt-account-page .tt-account-title {
    margin-bottom: 40px;
  }

  body.tt-account-page .tt-account-title > .container {
    display: flex;
    align-items: flex-start;
    gap: 9px;
  }

  body.tt-account-page .tt-account-title .entry-title {
    font-size: 34px;
  }

  body.tt-account-page .wd-page-title {
    padding-top: 26px !important;
  }

  body.tt-account-page .wd-page-title > .container {
    display: block !important;
    width: calc(100% - 32px) !important;
  }

  body.tt-account-page .wd-page-title .entry-title,
  body.tt-account-page .wd-page-title .title {
    font-size: 34px !important;
  }

  body.tt-account-page .wd-page-title .wd-breadcrumbs {
    margin-top: 13px !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  body.tt-account-page .ttm-native-breadcrumbs {
    margin-top: 0;
    font-size: 13px;
    white-space: normal;
  }

  body.tt-account-page div#customer_login.wd-grid-f-col {
    display: block;
    gap: 0;
  }

  body.tt-account-page div#customer_login.wd-grid-f-col > .col-login,
  body.tt-account-page div#customer_login.wd-grid-f-col > .col-register-text,
  body.tt-account-page div#customer_login.wd-grid-f-col > .col-register {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body.tt-account-page div#customer_login.wd-grid-f-col > .col-register-text,
  body.tt-account-page div#customer_login.wd-grid-f-col > .col-register {
    margin-top: 32px;
    border-top: 1px solid var(--tt-account-border);
    border-left: 0;
    padding-top: 32px;
  }

  body.tt-account-page .wd-login-title,
  body.tt-account-page .wd-register-title,
  body.tt-account-page .woocommerce h2 {
    margin-bottom: 22px;
  }

  body.tt-account-page .tt-account-state {
    margin-top: 0;
    border-radius: 22px;
    padding: 34px 20px;
  }

  body.tt-account-page .tt-account-state h2 {
    font-size: 22px;
  }

  body.tt-account-page .tt-resend-form button {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  body.tt-account-page.logged-in .woocommerce-my-account-wrapper {
    display: block !important;
  }

  body.tt-account-page.logged-in .wd-my-account-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 26px !important;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-navigation {
    margin: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-navigation::-webkit-scrollbar {
    display: none;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    width: max-content !important;
    min-width: 100% !important;
    border-radius: 14px !important;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    border-right: 1px solid #f3efea !important;
    border-bottom: 0 !important;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-navigation li:last-child {
    border-right: 0 !important;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-navigation li a {
    white-space: nowrap;
    padding: 13px 16px !important;
  }

  body.tt-account-page .gusto-greet {
    margin-bottom: 20px !important;
    font-size: 14px;
  }

  body.tt-account-page .gusto-greet span {
    display: block;
    margin-top: 8px;
  }

  body.tt-account-page .tt-profile-form {
    border-radius: 20px;
    padding: 24px 18px;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-content > form:not(.tt-profile-form),
  body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-Addresses,
  body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-orders-table,
  body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-order-details,
  body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-customer-details {
    border-radius: 20px !important;
    padding: 20px 16px !important;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-content > .woocommerce-orders-table {
    display: block;
    overflow-x: auto;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.tt-account-page.logged-in .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 19px 16px;
  }

  body.tt-account-page .tt-profile-form-head {
    display: block;
    margin-bottom: 24px;
  }

  body.tt-account-page .tt-profile-form-head > p {
    max-width: none;
    margin-top: 10px;
    text-align: left;
  }

  body.tt-account-page .tt-profile-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
  }

  body.tt-account-page .tt-profile-field-wide {
    grid-column: auto;
  }

  body.tt-account-page .tt-profile-ms-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tt-account-page .tt-profile-submit {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  body.tt-account-page .wd-content-layout.content-layout-wrapper.container {
    width: calc(100% - 24px) !important;
  }

  body.tt-account-page .tt-account-title .entry-title {
    font-size: 30px;
  }

  body.tt-account-page .wd-page-title > .container {
    width: calc(100% - 24px) !important;
  }

  body.tt-account-page .wd-page-title .entry-title,
  body.tt-account-page .wd-page-title .title {
    font-size: 30px !important;
  }
}
