@charset "UTF-8";
.selectStoreCTA {
  background-image: url("../../images/mountainview.jpg");
  height: 80vh;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left middle;
  position: relative;
  overflow: hidden; }

/* storeLocatorNoDecorator.isml */
.striped > li:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05); }

/* storeLocator.isml */
.storeimage {
  background-image: url("https://ssl.c.photoshelter.com/img-get2/I0000akhmVBCvL0U/sec=wdfsdfoeflwefms1440ed20200602DiaPzwjJcwd7PQ4/fit=2040x2040");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.map-canvas {
  height: calc(100vh - 365px); }
  @media (min-width: 1200px) {
    .map-canvas {
      height: calc(100vh - 275px);
      /* Ajustado según el margen lg */ } }

/* storeLocatorFields.isml */
.map-canvas .store-details {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

li.nostyle {
  list-style-type: none; }

/* storeDetails.isml */
.right-bottom {
  right: 0;
  bottom: 0; }

tr.store-address {
  vertical-align: baseline; }

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
  vertical-align: middle; }

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #f9f9f9;
  border-color: #00a1e0;
  color: #00a1e0; }

.radio-toolbar .form-check-label {
  height: 3cm;
  line-height: 1.5; }

.radio-toolbar input[type="radio"]:focus + label {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }

.radio-toolbar table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.radio-toolbar table button {
  width: 100%; }

.square-box {
  position: relative;
  overflow: hidden; }

.square-box::before {
  content: "";
  display: block;
  padding-top: 100%; }

.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.dw-wizard {
  border-radius: 3px;
  z-index: 300;
  margin-bottom: 1em; }

.dw-wizard-progress {
  margin-bottom: 0;
  list-style-type: none;
  counter-reset: a; }

.dw-wizard-progress::after,
.dw-wizard-progress::before {
  display: table;
  flex-basis: 0;
  order: 1;
  content: " "; }

.dw-wizard-progress::after {
  clear: both; }

.dw-wizard-progress-item {
  position: relative; }

.dw-wizard-progress-item.is-disabled.is-disabled,
.dw-wizard-progress-item[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none; }

.dw-wizard-progress-item.is-active {
  pointer-events: none; }

.dw-wizard-progress-item.is-active .dw-wizard-progress-link {
  color: #111; }

.dw-wizard-progress-item.is-active .dw-wizard-progress-link::before {
  background-color: var(--primary-color);
  color: #fff; }

.dw-wizard-progress-link {
  display: block;
  color: var(--primary-color);
  text-decoration: none; }

.dw-wizard-progress-link:hover {
  border: 0;
  color: var(--primary-color);
  text-decoration: none; }

.dw-wizard-progress-horizontal {
  display: table;
  width: 100%;
  max-width: 80em;
  margin-top: -2px; }

.dw-wizard-progress-horizontal::after,
.dw-wizard-progress-horizontal::before {
  display: table;
  flex-basis: 0;
  order: 1;
  content: " "; }

.dw-wizard-progress-horizontal::after {
  clear: both; }

.dw-wizard-progress-horizontal .dw-wizard-progress-item {
  display: table-cell;
  background-image: linear-gradient(var(--primary-color), var(--primary-color));
  background-repeat: no-repeat;
  background-position: 0 30%;
  background-size: 100% 2px; }

.dw-wizard-progress-horizontal .dw-wizard-progress-item[disabled][disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none; }

.dw-wizard-progress-horizontal .dw-wizard-progress-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  float: left;
  text-align: center; }

.dw-wizard-progress-horizontal .dw-wizard-progress-link::before {
  width: 28px;
  height: 28px;
  border: 2px solid var(--primary-color);
  border-radius: 28px;
  background-color: #fff;
  color: var(--primary-color);
  line-height: 24px;
  text-align: center;
  content: "";
  display: block;
  margin: 0.25em auto; }

.dw-wizard-progress-horizontal .dw-wizard-progress-link:hover::before {
  border-color: var(--primary-color);
  background-color: #d5e5f9;
  color: var(--primary-color); }

/*# sourceMappingURL=shoppingTheStore.css.map*/