input.t4s_frm_input {
  -webkit-appearance: none;
  display: block;
  padding: 18px 0px 6px !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #a2a1a1;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: 0 0;
}
.t4s-customer select:focus,
input.t4s_frm_input:focus {
  border-color: rgba(var(--text-color-rgb), 0.8);
  outline: 0;
}
.t4s_field label {
  position: absolute;
  top: 0;
  transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 100%;
  color: #6b6b6b;
  text-transform: capitalize;
}
.t4s-customer .t4s_field input:-webkit-autofill,
.t4s-customer .t4s_field input:focus,
.t4s-customer .t4s_field input:not(:placeholder-shown) {
  padding: 18px 14px 6px;
}
.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-customer {
  text-align: center;
}
.t4s_field {
  text-align: left;
}
.t4s-customer .t4s_btn_submmit {
  width: 100%;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 400;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s,
    box-shadow 0.25s, opacity 0.25s;
}
.t4s-customer .t4s_btn_black {
  width: auto;
  background-color: transparent;
  color: var(--text-color);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  height: 32px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid var(--accent-color);
  align-items: center;
  display: flex;
  justify-content: center;
  justify-self: center;
}
.t4s-customer #customer_login_guest .t4s_btn_black {
  width: 100%;
}
.t4s-account-view--store-credit p strong {
  font-weight: 500;
  text-transform: uppercase;
}
.t4s-account-view--store-credit a u {
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.t4s-customer .t4s_btn_black:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 150%;
  width: 200%;
  height: 100%;
  transform: skew(-20deg);
  background-image: linear-gradient(
    90deg,
    transparent,
    hsla(0, 0%, 100%, 0.25),
    transparent
  );
}
@keyframes ani_shine {
  to {
    left: -200%;
  }
}
.t4s-customer .t4s_btn_black:hover {
  /* background-color: var(--t4s-dark-color); */
  border-color: #767676;
  color: #767676;
}
.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;
  background-color: var(--t4s-light-color);
  color: var(--t4s-dark-color);
  border: 1px solid var(--border-color);
}
.t4s-customer .t4s_btn_white:hover {
  background-color: var(--t4s-light-color);
  color: var(--t4s-dark-color);
  border-color: var(--t4s-dark-color);
}
.t4s-customer a {
  /* text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem; */
  color: #231F20;
  font-size: 11px;
}
.t4s-customer h2 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.t4s-customer .form__message {
  align-items: center;
  display: flex;
  font-size: 12px;
  line-height: 1;
  margin-top: 1rem;
  font-weight: 400;
}
.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;
}
.t4s_field + .form__message {
  margin-top: -20px;
  font-size: 13px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.1;
}
.t4s-customer ul {
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 40px;
  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: 1px solid var(--border-color);
}
.t4s-account-nav a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  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: 0;
}
.t4s-account-nav .is--active a,
.t4s-account-nav a:hover {
  background-color: rgb(0 0 0 / 3%);
  color: initial;
}
.t4s-account-hello strong {
  color: var(--link-color);
}
.t4s-account-content h2 {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 15px;
}
.select,
.text-area {
  display: flex;
  position: relative;
  width: 100%;
}
.t4s-customer select {
  width: 100%;
  cursor: pointer;
  padding: 2px 0;
  height: 40px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #a2a1a1;
  font-size: 13px;
}
.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_30 p {
    margin-bottom: 1rem;
}
.t4s_mb_60 {
  margin-bottom: 60px;
}
.t4s_mr_10 {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .t4s-account-nav {
    position: sticky;
    top: 20px;
  }
}
#recover,
#recover:target ~ #login {
  display: none;
}
#recover:target {
  display: block;
}
#register,
#register:target ~ #login {
  display: none;
}
#register:target {
  display: block;
}
#guest_login,
#login,
#recover,
#register,
.t4s-customer.is--register form {
  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: 410px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 55vh;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}
#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: 1px solid var(--border-color);
}
.is--addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
.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: 14px;
  text-transform: uppercase;
}
.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: .75rem 0 1.5rem;
}
.is--addresses form button:first-of-type {
  margin-right: 1rem;
}
.is--addresses ul p {
  margin-bottom: 0;
}
li[data-address] {
  margin-top: 5rem;
}
li[data-address] > h2 {
  font-size: 16px;
  margin-top: 30px;
}
.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: 14px;
}
.is--order .t4s-account-content h2.is--first {
  margin-bottom: 1rem;
}
.is--order tfoot tr:last-of-type td,
.is--order tfoot tr:last-of-type th {
  font-size: 1.4rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  color: var(--link-color);
}
.is--order .lis__discount,
.is--order tfoot tr:last-of-type td::before {
  color: var(--link-color);
}
.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;
}
.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;
}
@media only screen and (min-width: 750px) {
  .is--addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }
  .is--addresses form > div:nth-of-type(1),
  .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;
  }
}


.t4s-auth-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
  margin-left: 0.5rem;
  margin-top: 4rem;
}
@media (min-width: 1025px) {
  .t4s-auth-logo {
    margin-left: calc(6rem + 5.9rem);
    margin-top: 6rem;
  }
  .t4s-auth-split {
    display: flex;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
  .t4s-auth-split.is-has-bg .t4s-auth-split__form {
    width: 41.5%;
    padding: 6rem;
    display: flex;
    align-items: center !important;
  }
  .t4s-auth-split.is-has-bg .t4s-auth-split__media {
    width: 58.5%;
    height: 100%;
    background-size: cover;
    -webkit-animation: 1.25s t4s-ani-fadeIn forwards;
    animation: 1.25s t4s-ani-fadeIn forwards;
    background-repeat: no-repeat;
    position: relative;
  }
  .t4s-auth-split__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .t4s-auth-split__media.t4s_position_default,
  .t4s-auth-split__media.t4s_position_8 {
    background-position: center center;
  }
  .t4s-auth-split__media.t4s_position_1 {
    background-position: left top;
  }
  .t4s-auth-split__media.t4s_position_2 {
    background-position: left center;
  }
  .t4s-auth-split__media.t4s_position_3 {
    background-position: left bottom;
  }
  .t4s-auth-split__media.t4s_position_4 {
    background-position: right top;
  }
  .t4s-auth-split__media.t4s_position_5 {
    background-position: right center;
  }
  .t4s-auth-split__media.t4s_position_6 {
    background-position: right bottom;
  }
  .t4s-auth-split__media.t4s_position_7 {
    background-position: center top;
  }
  .t4s-auth-split__media.t4s_position_9 {
    background-position: center bottom;
  }
  .t4s-auth-split.is-has-bg .t4s-customer {
    width: 100%;
    max-width: 520px;
  }
}
@media (max-width: 1024px) {
  html, body {
    overflow: hidden !important;
    height: 100%;
  }
  .t4s-auth-split {
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .t4s-auth-split__form {
    padding: 3rem 2rem;
    width: 100%;
  }
  .t4s-auth-split__media {
    display: none;
  }
  .t4s-auth-split.show-mobile-bg {
    position: fixed;
  }
  .t4s-auth-split.show-mobile-bg .t4s-auth-split__media {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .t4s-auth-split.show-mobile-bg .t4s-auth-split__form {
    position: relative;
    z-index: 2;
  }
  .t4s-auth-split__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .t4s-auth-split__media-mb {
    display: none;
  }
  .t4s-auth-split.show-mobile-bg .t4s-auth-split__media-mb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: 1.25s t4s-ani-fadeIn forwards;
    animation: 1.25s t4s-ani-fadeIn forwards;
  }
  .t4s-auth-split.show-mobile-bg .t4s-auth-split__media-mb .t4s-auth-split__overlay {
    z-index: 1;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_default,
  .t4s-auth-split__media-mb.t4s_position_mb_8 {
    background-position: center center;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_1 {
    background-position: left top;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_2 {
    background-position: left center;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_3 {
    background-position: left bottom;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_4 {
    background-position: right top;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_5 {
    background-position: right center;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_6 {
    background-position: right bottom;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_7 {
    background-position: center top;
  }
  .t4s-auth-split__media-mb.t4s_position_mb_9 {
    background-position: center bottom;
  }
}

.t4s-customer .required {
  color: #6b6b6b;
}
.t4s-customer .t4s-btn-style-outline::after {
  border: 1px solid var(--btn-border) !important;
}
.t4s-auth-logo .header__mobile-logo {
  width: 20rem !important;
}
.t4s-auth-logo .header__normal-logo {
  width: 35rem !important;
}
@media (max-width: 768px) {
  .t4s-auth-logo {
    margin-left: 0 !important;
  }
}


/* Advanced Customer Login/Register Page Design */
.t4s-auth-logo .authVideoMaskSizer {
  opacity: 0;
  line-height: 0;
  -webkit-animation: 1.25s t4s-ani-fadeIn forwards;
  animation: 1.25s t4s-ani-fadeIn forwards;
}

.t4s-auth-logo .authVideoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.t4s-auth-logo .authVideoMask video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.authVideoMask {
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 100%;
  width: var(--mask-width);
  height: var(--mask-height);
  margin: auto;
  position: relative;
}

.authVideoMask video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Auth Dark Login/Register */
.t4s-auth-dark-schema,
.t4s-section-customers:has(.t4s-auth-dark-schema),
.t4s-section-inner:has(.t4s-auth-dark-schema) {
  background-color: #000 !important;
}
.t4s-auth-dark-schema .t4s-customer a,
.t4s-auth-dark-schema .t4s-customer h2,
.t4s-auth-dark-schema .t4s-customer p,
.t4s-auth-dark-schema .t4s_field label,
.t4s-auth-dark-schema .t4s-customer .required,
.t4s-auth-dark-schema .t4s_frm_input,
.t4s-auth-dark-schema .form__message,
.t4s-auth-dark-schema .errors {
  color: #ffffffd6 !important;
}
.t4s-auth-dark-schema .errors li::marker,
.t4s-auth-dark-schema .t4s-customer ul li::marker {
  color: #ffffffd6 !important;
}
.t4s-auth-dark-schema .t4s_frm_input:hover {
  border-bottom-color: #a2a1a1 !important;
}
.t4s-auth-dark-schema .t4s_frm_input:focus {
  border-bottom-color: #e3dddd !important;
}
.t4s-auth-dark-schema .t4s_btn_submmit.t4s-btn-style-outline,
.t4s-auth-dark-schema .t4s_btn_submmit.t4s-btn-style-outline.t4s-btn-color-primary {
  color: #e3dddd !important;
  border: 1px solid #a2a1a1 !important;
}
.t4s-auth-dark-schema .t4s_btn_submmit.t4s-btn-style-outline:hover,
.t4s-auth-dark-schema .t4s_btn_submmit.t4s-btn-style-outline.t4s-btn-color-primary:hover {
  border-color: #e3dddd !important;
}
.t4s-auth-dark-schema .t4s_btn_black {
  color: #ffffffd6 !important;
  background-color: transparent !important;
  border: 1px solid #a2a1a1 !important;
}
.t4s-auth-dark-schema hr {
  border-color: #a2a1a1 !important;
}


.t4s-auth-split.is-has-bg {
    background: black;
}
#recover p {
  font-size: 11px;
}