@charset "UTF-8";
.left_espot {
  position: relative; }

.loader__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: progress;
  z-index: 300; }

.loader__circle {
  z-index: 30;
  position: absolute;
  top: calc(50vh - 30px);
  left: calc(50vw - 30px);
  animation: loader-path 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-color: #F96302 transparent transparent transparent;
  box-sizing: border-box; }
  .loader__circle-start {
    animation-delay: -0.45s; }
  .loader__circle-medium {
    animation-delay: -0.3s; }
  .loader__circle-end {
    animation-delay: -0.15s; }

@keyframes loader-path {
  0% {
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  100% {
    transform: rotate(360deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; } }

.scrim {
  z-index: 20;
  background-color: #333;
  opacity: 0.7;
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden; }

.hide-element {
  display: none !important; }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://cdn.homedepot.com.mx/assets/fonts/Open_Sans/OpenSans-Light.woff2) format("woff2"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://cdn.homedepot.com.mx/assets/fonts/Open_Sans/OpenSans-Regular.woff2) format("woff2"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://cdn.homedepot.com.mx/assets/fonts/Open_Sans/OpenSans-SemiBold.woff2) format("woff2"); }

@font-face {
  font-family: "Open Sans";
  font-style: bold;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://cdn.homedepot.com.mx/assets/fonts/Open_Sans/OpenSans-Bold.woff2) format("woff2"); }

@font-face {
  font-family: "HelveticaNeue_THD";
  font-style: bold;
  font-weight: 600;
  src: url("https://cdn.homedepot.com.mx/assets/fonts/HelveticaNeueLTStd-BlkCn.otf") format("opentype"); }

@font-face {
  font-family: "HelveticaNeue_THD";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.homedepot.com.mx/assets/fonts/HelveticaNeueLTStd-HvCn.otf") format("opentype"); }

@font-face {
  font-family: "iconTHD";
  font-style: normal;
  font-weight: 400;
  src: local("iconTHD"), local("iconTHD-Regular"), url("https://cdn.homedepot.com.mx/assets/fonts/iTHD/iconTHD-Regular.woff2") format("woff2"); }

body, table, input, ul, ol {
  color: #333;
  font: 13px 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0; }

[class^="ithd-"],
[class*="ithd-"] {
  display: inline-block;
  font-family: iconTHD;
  font-size: 20px;
  font-style: normal !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ithd-logo::before {
  content: "\f000"; }

.ithd-bopis::before {
  content: "\f002"; }

.ithd-delivery::before {
  content: "\f003"; }

.ithd-store::before {
  content: "\f004"; }

.ithd-tools::before {
  content: "\f005"; }

.ithd-gift-card::before {
  content: "\f006"; }

.ithd-box::before {
  content: "\f008"; }

.ithd-open-box::before {
  content: "\f009"; }

.ithd-calendar::before {
  content: "\f010"; }

.ithd-calculator::before {
  content: "\f011"; }

.ithd-note::before {
  content: "\f012"; }

.ithd-pdf::before {
  content: "\f013"; }

.ithd-img::before {
  content: "\f014"; }

.ithd-chat::before {
  content: "\f015"; }

.ithd-phone::before {
  content: "\f016"; }

.ithd-online::before {
  content: "\f017"; }

.ithd-print::before {
  content: "\f018"; }

.ithd-download::before {
  content: "\f019"; }

.ithd-cart::before {
  content: "\f020"; }

.ithd-play::before {
  content: "\f021"; }

.ithd-check::before {
  content: "\f022"; }

.ithd-cross::before {
  content: "\f023"; }

.ithd-asterisk::before {
  content: "\f024"; }

.ithd-plus::before {
  content: "\f025"; }

.ithd-minus::before {
  content: "\f026"; }

.ithd-tm::before {
  content: "\f029"; }

.ithd-copyright::before {
  content: "\f030"; }

.ithd-registered::before {
  content: "\f031"; }

.ithd-home::before {
  content: "\f037"; }

.ithd-user::before {
  content: "\f038"; }

.ithd-search::before {
  content: "\f041"; }

.ithd-zoom-in::before {
  content: "\f042"; }

.ithd-zoom-out::before {
  content: "\f043"; }

.ithd-pin-map::before {
  content: "\f044"; }

.ithd-question::before {
  content: "\f045"; }

.ithd-info::before {
  content: "\f046"; }

.ithd-burguer::before {
  content: "\f047"; }

.ithd-filter::before {
  content: "\f048"; }

.ithd-old-phone::before {
  content: "\f049"; }

.ithd-edit::before {
  content: "\f052"; }

.ithd-shield::before {
  content: "\f053"; }

.ithd-star::before {
  content: "\f054"; }

.ithd-star-outline::before {
  content: "\f055"; }

.ithd-heart::before {
  content: "\f056"; }

.ithd-heart-outline::before {
  content: "\f057"; }

.ithd-book::before {
  content: "\f058"; }

.ithd-credit::before {
  content: "\f059"; }

.ithd-thumbs-up::before {
  content: "\f060"; }

.ithd-tghumbs-down::before {
  content: "\f061"; }

.ithd-clock::before {
  content: "\f062"; }

.ithd-tag::before {
  content: "\f063"; }

.ithd-badge::before {
  content: "\f064"; }

.ithd-mail::before {
  content: "\f065"; }

.ithd-mail-outline::before {
  content: "\f066"; }

.ithd-square-alert::before {
  content: "\f071"; }

.ithd-square-alert-outline::before {
  content: "\f072"; }

.ithd-triangle-alert::before {
  content: "\f073"; }

.ithd-triangle-alert-outline::before {
  content: "\f074"; }

.ithd-close::before {
  content: "\f075"; }

.ithd-close-outline::before {
  content: "\f076"; }

.ithd-chevron-left::before {
  content: "\ea00"; }

.ithd-chevron-right::before {
  content: "\ea01"; }

.ithd-chevron-down::before {
  content: "\ea02"; }

.ithd-chevron-up::before {
  content: "\ea03"; }

.ithd-slim-chevron-left::before {
  content: "\ea05"; }

.ithd-slim-chevron-right::before {
  content: "\ea06"; }

.ithd-slim-chevron-down::before {
  content: "\ea07"; }

.ithd-slim-chevron-up::before {
  content: "\ea08"; }

.ithd-share::before {
  content: "\eb00"; }

.ithd-square-youtube::before {
  content: "\eb01"; }

.ithd-square-linkedin::before {
  content: "\eb02"; }

.ithd-square-pinterest::before {
  content: "\eb03"; }

.ithd-square-facebook::before {
  content: "\eb04"; }

.ithd-square-twitter::before {
  content: "\eb05"; }

.ithd-square-instagram::before {
  content: "\eb06"; }

.ithd-youtube::before {
  content: "\eb11"; }

.ithd-linkedin::before {
  content: "\eb12"; }

.ithd-pinterest::before {
  content: "\eb13"; }

.ithd-facebook::before {
  content: "\eb14"; }

.ithd-twitter::before {
  content: "\eb15"; }

.ithd-instagram::before {
  content: "\eb16"; }

.ithd-servicio-instalacion::before {
  content: "\ec03"; }

.ithd-instalacion-gratis::before {
  content: "\ec07"; }

.logo {
  height: auto;
  max-width: 50px; }
  .logo-pro {
    height: auto;
    max-width: 100px; }

@media screen and (min-width: 993px) {
  .logo {
    max-width: 68px; }
    .logo-pro {
      max-width: 120px; } }

.page-title {
  font-size: 1.25em;
  font-weight: 300;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }

@media screen and (min-width: 993px) {
  .page-title {
    font-size: 1.953em; } }

button {
  font: inherit; }

.button-ha {
  border-radius: 0;
  border-style: solid;
  border-width: 3px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  height: 43px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 10px; }
  .button-ha:hover {
    transition: all 0.3s ease 0s; }
  .button-ha:focus {
    outline: 1px; }

.button-ha--primary {
  background-color: #F96302;
  border-color: #F96302;
  color: #FFF; }
  .button-ha--primary:hover {
    background-color: #C14C00;
    border-color: #C14C00; }

.button-ha--success {
  background-color: #00A950;
  border-color: #00A950;
  color: #FFF; }
  .button-ha--success:hover {
    background-color: #088944;
    border-color: #088944; }

.button-ha--outline {
  background-color: #FFF;
  border-color: #F96302;
  color: #F96302; }
  .button-ha--outline:hover {
    background-color: #F96302;
    border-color: #F96302;
    color: #FFF; }

.button-ha--outline-success {
  background-color: #FFF;
  border-color: #00A950;
  color: #00A950; }
  .button-ha--outline-success:hover {
    background-color: #088944;
    border-color: #088944;
    color: #FFF; }

.button-ha--outline-dark {
  background-color: #FFF;
  border-color: #777;
  color: #777; }
  .button-ha--outline-dark:hover {
    background-color: #777;
    border-color: #777;
    color: #FFF; }

.button-ha--disabled, button:disabled {
  background-color: #CCC;
  border-color: #CCC;
  color: #777;
  pointer-events: none; }

.button-ha--outline:disabled {
  background-color: #FFF;
  border-color: #777;
  color: #777; }
  .button-ha--outline:disabled:hover {
    background-color: #777;
    border-color: #777;
    color: #FFF; }

.link {
  color: #3E7697;
  text-decoration: none;
  cursor: pointer; }
  .link:hover {
    text-decoration: underline; }

.special-quantity-box {
  color: #00A950;
  font-weight: 600;
  border: 1px solid #00A950;
  width: auto;
  height: 15px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin-right: 5px;
  padding: 0 2px;
  min-width: 15px; }

.i {
  margin: 0 5px;
  line-height: 0; }
  .i::before {
    line-height: 0; }

.i--bigger {
  font-size: 1.953em; }

.i--primary {
  color: #F96302; }

.i--success {
  color: #00A950; }

.i--white {
  color: #FFF; }

.i--grey {
  color: #999; }

.i--tooltip {
  color: #F96302;
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 1.563em; }
  .i--tooltip:hover + .tooltip--ha {
    visibility: visible; }

.tooltip--ha {
  background-color: #333;
  border-bottom: 2px solid #F96302;
  padding: 5px;
  color: #FFF;
  font-size: 0.8em;
  text-align: left;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  top: 15px;
  line-height: 1.4;
  right: 0;
  max-width: 125px; }

.col-ha.input-ha--padding-right > .i--tooltip, .col-ha.input-ha--padding-right > .tooltip--ha {
  right: 10px; }

.dropdown-menu-container {
  float: right;
  position: relative;
  display: inline-block; }

.dropdown-trigger__link {
  color: #3E7697;
  text-decoration: none;
  cursor: pointer; }

.dropdown-trigger__link::after {
  content: "\ea02";
  display: inline-block;
  font-family: iconTHD;
  font-size: 20px;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #F96302;
  padding-left: 5px;
  margin-top: -10px; }

.dropdown-trigger__link:focus::after {
  content: "\ea03"; }

.dropdown-content {
  display: none;
  z-index: 9;
  position: absolute;
  right: 0;
  width: max-content;
  margin-top: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #F96302; }

.dropdown-menu {
  padding: 0px;
  list-style: none; }

.dropdown-menu__link {
  display: block;
  text-decoration: none;
  color: #777;
  padding: 8px 10px; }

.dropdown-menu__link i::before {
  content: "\ea03"; }

.dropdown-menu__link:hover {
  background-color: #EEE; }

.dropdown-content__show {
  display: table; }

.separator--top {
  border-color: #EEE;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 10px;
  padding-top: 10px; }

.separator--bottom {
  border-bottom-style: solid;
  border-color: #EEE;
  border-bottom-width: 1px;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.separator--left {
  border-color: #EEE;
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: 10px;
  padding-left: 10px; }

.separator--right {
  border-color: #EEE;
  border-right-style: solid;
  border-right-width: 1px;
  margin-right: 10px;
  padding-right: 10px; }

.switch-ha {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 37px;
  font-size: 0.8em;
  vertical-align: middle; }

.switch-input-ha {
  opacity: 0;
  width: 0;
  height: 0; }

.switch-ha__slider {
  position: absolute;
  cursor: pointer;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .switch-ha__slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .switch-ha__slider:after {
    content: "No";
    right: -5px;
    top: 1px;
    color: #FFF;
    position: relative; }

.switch-input-ha:checked + .switch-ha__slider {
  background-color: #00A950; }
  .switch-input-ha:checked + .switch-ha__slider:after {
    content: "Si";
    right: 6px; }
  .switch-input-ha:checked + .switch-ha__slider:before {
    -webkit-transform: translateX(22px);
    -moz-transform: translateX(22px);
    -ms-transform: translateX(22px);
    -o-transform: translateX(22px);
    transform: translateX(22px); }

.form-ha {
  width: 100%;
  margin-bottom: 10px;
  clear: both; }
  .form-ha-container {
    position: relative;
    width: inherit;
    margin: 0;
    padding: 0 !important; }
  .form-ha .row-ha {
    margin: 0; }

.input-ha-container {
  position: relative;
  width: inherit;
  padding: 0 !important;
  text-align: left; }

.input-ha--padding-right {
  padding: 0 10px 0 0 !important; }

.floating-label {
  position: absolute;
  left: 5px;
  top: -6px;
  font-size: 0.8em;
  font-weight: 600;
  color: #999;
  background-color: #FFF;
  padding: 0 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.input-ha--text {
  clear: both;
  box-sizing: border-box;
  font-family: "Open Sans";
  width: 100%;
  height: 40px;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  -moz-appearance: textfield; }
  .input-ha--text::placeholder {
    color: #999; }
  .input-ha--text:-ms-input-placeholder {
    color: #999; }
  .input-ha--text::-ms-input-placeholder {
    color: #999; }
  .input-ha--text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .input-ha--text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .input-ha--text:valid + .floating-label, .input-ha--text:disabled + .floating-label {
    opacity: 1; }
  .input-ha--text:placeholder-shown + .floating-label {
    opacity: 0; }
  .input-ha--text:focus {
    outline: none; }
    .input-ha--text:focus + .floating-label {
      opacity: 1 !important;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .input-ha--text:focus::placeholder {
      color: #FFF; }
    .input-ha--text:focus:-ms-input-placeholder {
      color: #FFF; }
    .input-ha--text:focus::-ms-input-placeholder {
      color: #FFF; }

.input-ha--select {
  font-family: "Open Sans";
  clear: both;
  width: inherit;
  height: 40px;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #FFF;
  background-image: url(https://cdn.homedepot.com.mx/assets/img/selector-background-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .input-ha--select + .floating-label {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .input-ha--select:focus {
    outline: none; }
  .input-ha--select:invalid {
    color: #999; }
    .input-ha--select:invalid + .floating-label {
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

.input-ha--number {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.input-ha--innerlink, .input-ha--outerlink {
  position: relative;
  display: inline-block;
  height: 28px;
  padding: 5px; }

.input-ha--innerlink {
  border: 1px solid #CCC;
  border-left: none;
  margin-right: 10px;
  line-height: 28px; }
  .input-ha--innerlink-container {
    margin-bottom: 10px; }
  .input-ha--innerlink-input {
    border-right: none;
    margin-bottom: 0; }

.input-ha--outerlink {
  line-height: 30px; }

.input-ha--radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .input-ha--radio-check {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    vertical-align: bottom;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #CCC; }
    .input-ha--radio-check::after {
      content: "";
      height: 75%;
      width: 75%;
      border-radius: 50%;
      position: absolute;
      left: 13%;
      top: 12%;
      display: none;
      background-color: #F96302; }
    .input-ha--radio-check--align-middle {
      vertical-align: middle; }
  .input-ha--radio-hide {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .input-ha--radio-hide:checked + .input-ha--radio-check::after {
      display: block; }
    .input-ha--radio-hide:checked ~ .i::before {
      color: #F96302; }
  .input-ha--radio-define {
    display: block;
    color: #777;
    font-size: 0.8em;
    padding-top: 5px; }
  .input-ha--radio-image {
    height: 100%;
    width: auto; }
    .input-ha--radio-image-container {
      height: 32px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
    .input-ha--radio-image--constrain-width {
      max-width: 32px; }
  .input-ha--radio-i {
    font-size: 42px;
    vertical-align: sub;
    line-height: 0;
    display: inline-block; }
    .input-ha--radio-i--constrain-width {
      font-size: 32px; }

.input-ha--checkbox {
  width: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .input-ha--checkbox-check {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    vertical-align: bottom;
    background-color: #FFF;
    border: 1px solid #CCC; }
    .input-ha--checkbox-check::after {
      content: "" !important;
      font-size: 25px;
      font-family: "iconTHD";
      line-height: 0;
      top: 5px;
      text-align: center;
      position: relative;
      display: none;
      color: #F96302; }
  .input-ha--checkbox-hide {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .input-ha--checkbox-hide:checked + .input-ha--checkbox-check::after {
      display: block; }

.error {
  position: relative;
  text-align: start; }
  .error .input-ha--text, .error .input-ha--select, .error + .input-ha--innerlink {
    border-bottom: 2px solid #EC1A29;
    margin-bottom: 0; }
    .error .input-ha--text:focus + .floating-label, .error .input-ha--select:focus + .floating-label, .error + .input-ha--innerlink:focus + .floating-label {
      opacity: 1;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .error + .input-ha--innerlink {
    height: 27px; }
  .error-message {
    color: #EC1A29;
    font-size: 0.65em;
    position: relative;
    top: 0;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    min-height: 20px; }
  .error-banner {
    color: #EC1A29;
    border: 1px solid #EC1A29;
    margin-bottom: 15px;
    display: block;
    background-color: #FCECEC;
    padding: 10px;
    text-align: left; }
    .error-banner-text {
      display: inline-block;
      margin: 0;
      color: #EC1A29;
      font-size: 0.8em;
      padding: 0 0 0 20px; }
    .error-banner-i {
      display: inline-block;
      top: 2px;
      margin-left: 2px;
      position: relative;
      font-size: 1.953em; }

.row-ha > .error-message {
  margin-bottom: 0; }

.prompt {
  font-size: 0.8em;
  padding: 10px !important; }
  .prompt--message {
    background-color: #FFF;
    color: #777; }
  .prompt--alert {
    margin-top: 5px;
    background-color: #FCE7A6;
    color: #A1803C; }

.popup-ha {
  background-color: #FFF;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow: auto;
  min-width: 270px;
  padding: 10px;
  position: fixed;
  z-index: 25;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .popup-ha__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
  .popup-ha__body {
    margin: 10px 0; }
    .popup-ha__body-backlink {
      text-align: left; }
    .popup-ha__body-subtitle {
      font-size: 1.25em; }
    .popup-ha__body-highlight {
      font-weight: 600; }
    .popup-ha__body-footnote {
      font-size: 0.8em;
      color: #777;
      margin-top: 10px; }
    .popup-ha__body-i {
      font-size: 36px;
      position: relative; }
      .popup-ha__body-i::before {
        vertical-align: middle; }
      .popup-ha__body-i--baseline {
        font-size: 25px; }
        .popup-ha__body-i--baseline::before {
          vertical-align: baseline; }
    .popup-ha__body-figure {
      display: inline-block;
      max-width: 60px;
      margin: 0 10px 0 0;
      vertical-align: middle; }
      .popup-ha__body-figure-text {
        display: inline-block;
        width: calc(100% - 75px);
        vertical-align: middle;
        text-align: left; }
      .popup-ha__body-figure--img {
        width: 100%; }
      .popup-ha__body-figure--i {
        height: 60px;
        margin: 0; }
        .popup-ha__body-figure--i::before {
          position: relative;
          font-size: 90px;
          line-height: .5; }
  .popup-ha__header-title {
    font-size: 1.25em;
    font-weight: 300;
    text-align: center;
    display: block;
    margin: 0; }
  .popup-ha__header-close {
    display: inline-block;
    font-size: 35px;
    position: absolute;
    top: 15px;
    height: 8px;
    text-align: right;
    right: 5px;
    color: #CCC;
    cursor: pointer; }
  .popup-ha__instruction {
    margin-bottom: 10px; }
  .popup-ha__footer {
    text-align: right; }
    .popup-ha__footer-link {
      margin: 15px 0;
      display: block;
      text-align: center; }
    .popup-ha__footer-footnote {
      background-color: #EEE;
      padding: 10px;
      color: #999;
      font-size: 0.8em;
      text-align: left; }
  .popup-ha_product-card {
    padding: 0 0 10px 0 !important;
    margin-bottom: 10px; }
    .popup-ha_product-card__detail {
      font-size: 1em;
      text-align: left;
      border-collapse: collapse;
      border: 1px solid #EEE;
      width: 100%; }
    .popup-ha_product-card__info-img {
      width: 60px;
      display: inline-block; }
    .popup-ha_product-card__info-text {
      font-size: 1em;
      text-align: left;
      vertical-align: top;
      display: inline-block;
      width: calc(100% - 85px); }
    .popup-ha_product-card__info-brand {
      font-size: 0.8em;
      font-weight: 600; }
    .popup-ha_product-card__info-sku {
      color: #777;
      font-size: 0.8em; }
    .popup-ha_product-card__info-title {
      margin: 0; }
    .popup-ha_product-card__value {
      font-weight: 600; }

.popup-ha__open--stop_scroll {
  overflow: hidden; }
