.customer {
  width: 37%;
  /* margin: 0 auto; */
  margin-inline: 8%;
  padding-top: 130px !important;
}
.customer .field__input {
  border-bottom: 1px solid #000;
  padding: 39px 3px 8px;

}
.register .field__input {
  border-bottom: 1px solid #000;
  padding: 39px 7px 8px;
  height: 53px !important;

}
.register{
  width: 40% !important;
    margin: 0 auto; 
}
 .field-checkbox input[type="checkbox"] {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  cursor: pointer;
  top: -4px;
  left: -5px;
  right: -31px;
  opacity: 1; 
  -webkit-appearance: auto;
}

.btnbackToSignIn {
  letter-spacing: 0px;
  text-decoration: none !important;
}
.register .field{
  margin-bottom: 0 !important;
}
.register .field__group {
  gap: 90px !important;
}
.register .field__label {
  left: 7px !important;
  top: 60% !important;
  color: #000;
  font-weight: 200;
}
.input-error {
  border: 1px solid red;
  color: red;
}
#customer-error-message{
  position: absolute;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

}
.section-title-login{
  position: absolute;
  top: 40%;
  display: flex;
  width: 100%;
color: #fff;
justify-content: center;
}
.customer .field__label {
  left: 0px ;
  color: #000;
}
.button-signup {
  height: 56px;
  width: 100%;
  text-align: center;
  border: 2px solid #000;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
}
.section-login {
  display: flex;
}
/* .forgetpassword{
  text-decoration: none;
  border-bottom: 1px solid #000;
} */
.image_login {
  position: relative;

  width: 50%;
}

.image_login img {
  width: 100%;
  height: 900px;
  object-fit: cover;
  display: block;
}
.image_login .overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.customer .submit {
  width: 100%;
  height: 52px;
  margin-top: 30px;
  text-transform: capitalize;
  background-color: black;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}

.register .submit {
  width: 40%;
  height: 52px;
  margin-top: 60px;
  text-transform: capitalize;
  background-color: black;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}
.signUp-section{
  margin-top: 70px;
}
.customer .verifycode-button {
  text-decoration: none;
}

.customer-form-title {
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .customer-form-title {
    margin-bottom: 10px;
  }
  .image_login{
    display: none;
  }
  .customer {
    width: 100%;
  }
  .register{
    width: 100% !important;

  }
}

.customer-form-hint {
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .customer-form-hint {
    margin-bottom: 20px;
  }
}

@media (max-width: 959px) {
  .customer {
    padding: 40px 20px;
    width: 100%;
  }
}

.customer .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 40px;
}

.customer .tab a {
  width: 50%;
  color: rgb(var(--color-light-text));
}

.customer .tab a:first-child {
  position: relative;
  text-align: right;
}

.customer .tab a:first-child::after {
  content: " ";
  height: 10px;
  width: 1px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(var(--color-entry-line));
}

.customer .tab>a {
  cursor: pointer;
}

.customer .tab .active {
  color: rgb(var(--color-text));
  text-decoration: underline;
  text-underline-offset: 6px;
}

.customer #customer-error-message {
  color: #f04949;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.customer #customer-error-message:not(:empty) {
  margin-bottom: 20px;
}

.customer .actions {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer .actions a,
.customer .actions .body4 {
  padding: 0;
  color: rgba(var(--color-text));
  cursor: pointer;
}
.field-checkbox_subcription  {
  margin-left: 12px;
  font-weight: 300;
}
.customer .actions a {
  text-decoration: underline; 
  color: #212D56 !important;
}

.customer .actions a:hover {
  text-decoration: none;
}

.customer .backToSignIn {
  text-align: end;
  padding-top: 40px;
}

.customer .sign-up__company-register {
  text-align: center;
  padding-top: 48px;
}

.customer .field[data-type="mobile"] .field__suffix {
  padding-top: 0;
  padding-bottom: 0;
}

.customer .country-select {
  padding: 0;
}

.customer .country-select-wrapper {
  display: flex;
  padding-left: 8px;
  position: relative;
}

.customer .country-select-wrapper .country-select {
  appearance: none;
  border: none;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.customer .country-select-wrapper .country-select-trigger {
  padding-left: 16px;
  display: flex;
  align-items: center;
  position: relative;
}

.customer .country-select-wrapper .country-select-trigger span {
  color: rgb(var(--color-text));
  padding-right: 4px;
}

.customer .country-select-wrapper .country-select-trigger::before {
  border-left: 1px solid rgb(var(--color-entry-line));
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.customer.forgot .customer-form-title {
  margin-bottom: 10px;
}

@media (max-width: 959px) {
  .customer.forgot .customer-form-title {
    margin-bottom: 8px;
  }
}

.customer.forgot .description {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .customer.forgot .description {
    margin-bottom: 30px;
  }
}

.customer.forgot .description {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .customer.forgot .description {
    margin-bottom: 30px;
  }
}

.customer.forgot .backToSignIn {
  padding-top: 20px;
}

@media (max-width: 959px) {
  .customer.forgot .backToSignIn {
    padding-top: 16px;
  }
}

.customer-third-login {
  margin-top: 28px;
}

.customer-third-login .customer-third-login__desc {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 26px;
}

.customer-third-login .customer-third-login__desc::before {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  border-top: 1px solid rgb(var(--color-entry-line));
}

.customer-third-login .customer-third-login__desc span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  background-color: rgb(var(--color-page-background));
}

.customer-third-login .customer-third-login__btns {
  width: 100%;
  display: flex;
  justify-content: center;
}

.customer-third-login .customer-third-login__btns #third-login-container a {
  display: inline-block;
  margin: 0 12px;
}

.marketing-discount-display {
  background-color: rgba(var(--background-color));
  display: flex;
  margin: 20px 0;
  max-height: 180px;
  border-radius: 8px;
  overflow: hidden;
}

.marketing-banner-image {
  width: 140px;
  max-height: 180px;
}

.marketing-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.marketing-banner-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 20px;
}

.marketing-banner-body .marketing-banner-title {
  display: inline-flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 10px;
}

.marketing-banner-body .marketing-banner-title svg {
  width: 12px;
  height: 12px;
}

.marketing-banner-body .marketing-banner-title-text {
  color: rgb(var(--color-text));
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 10px;
}

.marketing-banner-body .marketing-banner-text {
  width: 100%;
  background-color: rgb(var(--color-page-background));
  border-radius: 4px;
  padding: 12px;
}

.marketing-banner-body .marketing-banner-text--inner {
  flex: 1;
  text-align: center;
  color: rgb(var(--color-text));
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.forgot{
  margin-inline: 0%;
  padding-top: 80px !important;
  margin: auto;
}
.customer .verifycode-button {
  text-decoration: none;
  letter-spacing: normal;
}
.forgot .field__suffix{
padding: 20px 3px 8px;
}
.forgot .button--link {
  letter-spacing: normal;
}
.section-product-details {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media (min-width: 959px) {
  .section-product-details {
  min-height: 150PX;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
      WIDTH: 15PX;
    HEIGHT: 12PX;
}
  .tooltip svg {position: absolute;
  }
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position above the icon */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 10px;
  line-height: 1.4;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext {
  left: 100px !important;
  bottom: -33px !important;
}
/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */