

#addressSelect_amazon_inputArea {
  display: none;
  width: 100%;
}

.cart_external_login_area__block.column {
  flex-wrap: wrap;
}

.cart_external_login_area_body {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#addressSelect3_inputArea {
  width: 50%;
}

.form_wrap input.js--inputed
{
  background-color: #E5EEFF;
}
.form_wrap select.js--selected
{
  background-color: #E5EEFF;
}
[name="password"]::-webkit-input-placeholder {
  color: #df0202;
}
[name="password"]::-moz-placeholder {
  color: #df0202;
}
[name="password"]:-ms-input-placeholder {
  color: #df0202;
}
[name="password"]::-ms-input-placeholder {
  color: #df0202;
}
[name="password"]::placeholder {
  color: #df0202;
}


/* password warning icon */
.icon_error_wrapper {
  position: relative;
  width: 100%;
}

.icon_error {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.icon_error_wrapper input:-ms-input-placeholder {
  padding-left: 42px;
}
.icon_error_wrapper input:placeholder-shown {
  padding-left: 42px;
}

input:-ms-input-placeholder + .icon_error::before {
  content: "!";
  text-align: center;
  color: #fff;
  font-style: normal;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8em;
  height: 1.3em;
  position: absolute;
  top: -10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 2;
}
input:-ms-input-placeholder + .icon_error::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 0.9em 1.5em 0.9em;
  border-color:  transparent transparent #EA2433 transparent;
  position: absolute;
  top: -0.3em;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

input:placeholder-shown + .icon_error::before {
  content: "!";
  text-align: center;
  color: #fff;
  font-style: normal;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8em;
  height: 1.3em;
  position: absolute;
  top: -10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 2;
}
input:placeholder-shown + .icon_error::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 0.9em 1.5em 0.9em;
  border-color:  transparent transparent #EA2433 transparent;
  position: absolute;
  top: -0.3em;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
