/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/org_gamestop/cartridge/client/default/scss/storeLocator.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@-webkit-keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@-webkit-keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
/* Typography Mixins/Placeholders */
.store-locator-detail .store-finder-link {
  font-weight: 700 !important;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-group .form-control-label {
  font-size: 0.6875rem;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 13px;
  z-index: 1;
  pointer-events: none;
}
.form-group .form-control-label.custom-select-label {
  top: 9px;
}
.form-group .form-control-label.prepopulated {
  -webkit-transition: none;
  transition: none;
}
.form-group .form-control {
  font-size: 1rem;
  line-height: 1rem;
  padding: 1.625rem 0.75rem 0.625rem;
}
.form-group .form-control.is-invalid.password-field {
  background: none;
}
.form-group .form-control-feedback {
  display: none;
  font-size: 0.8125rem;
}
.form-group .password-field {
  padding-right: 30px;
}
.form-group .show-password-option {
  position: absolute;
  top: 19px;
  right: 10px;
  cursor: pointer;
}
.form-group .show-password-option.show-password-icon {
  background: url(../../images/header-and-account-modal-sprite.png) -333px -2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 10px;
  right: 5px;
}
.form-group.has-danger .form-control-feedback, .form-group.has-warning .form-control-feedback {
  display: block;
}
.form-group.has-danger .form-control-feedback {
  display: block;
}
.form-group.required .form-control-label::after {
  content: " *";
}

.radio-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-block-group .form-control-label {
  width: 100%;
}

.radio-block {
  padding-left: 0;
  margin: 0 6px 6px 0;
}
.radio-block input {
  display: none;
}
.radio-block input:checked + label {
  background: #fff;
}
.radio-block input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #da362c;
}
.radio-block label {
  position: relative;
  padding: 10px 17px;
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
  cursor: pointer;
}

#store-search-label::after {
  content: "" !important;
}

.detect-location {
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .detect-location:hover {
    color: #000;
  }
}

.map-marker {
  float: left;
  font-size: 2.5em;
  color: #da362c;
  margin-left: 0.625rem;
}

.map-canvas {
  height: 28.125em;
  display: block;
}

.store {
  padding-left: 0.625em;
  padding-right: 0.625em;
}
@media (min-width: 768px) {
  .store {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

.store + .store {
  padding-bottom: 0;
  padding-top: 0;
}

.store + .store::before {
  content: "";
  display: block;
  border-bottom: 0.063em solid #d9d9d9;
  margin: 0 -0.65em 1em;
}
@media (min-width: 1024px) {
  .store + .store::before {
    margin: 0 -1.25em 1em;
  }
}

.store-details .store-name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
}
.store-details .store-name h2 {
  font-size: 1rem;
  font-weight: 700;
}
.store-details .store-name .store-map {
  font-size: 1rem;
  text-decoration: none;
}
.store-details .store-name .store-map:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .store-details .store-name {
    font-size: 0.9375rem;
  }
}

.storelocator-phone {
  font-size: 0.875rem;
}

.store-details {
  display: block;
  line-height: 1.5rem;
}
.store-details a {
  font-size: 0.75rem;
}
.store-details .storelocator-phone {
  font-size: 0.875rem;
}
.store-details .store-map {
  text-decoration: none;
}
.store-details address {
  margin-bottom: 0 !important;
  line-height: 20px !important;
}

.my-store-container {
  margin-top: 2rem;
}

.store-locator-no-apiKey {
  display: none;
}

.store-locator-no-results {
  display: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.015em;
  text-align: center;
  border-radius: 8px;
  background-color: #eee;
  padding: 2rem;
}
.store-locator-no-results p {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .store-locator-no-results {
    padding: 1rem;
  }
}

.store-locator-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}
@media (min-width: 576px) {
  .store-locator-hero {
    display: none;
  }
}

.store-locator-container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  .store-locator-container {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .store-locator-container {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .store-locator-container {
    max-width: 1279px;
  }
}
@media (min-width: 1280px) {
  .store-locator-container {
    max-width: 1760px;
  }
}
.store-locator-container h1 {
  text-transform: uppercase;
}
.store-locator-container .zipcode-form-group {
  margin: 0;
}
@media (max-width: 1023.98px) {
  .store-locator-container .zipcode-form-group {
    width: 100% !important;
  }
}
.store-locator-container .zipcode-form-group .form-control {
  border: 1px solid #f2f4f7;
  height: auto;
  padding: 12px;
  border-radius: 4px;
  background-color: #f2f4f7;
  width: 100%;
}

@media (max-width: 767.98px) {
  #inStoreInventoryModal .store-locator-container {
    padding: 0 !important;
  }
}

.store-row {
  -ms-flex-wrap: unset !important;
      flex-wrap: unset !important;
  gap: 8px;
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .store-row {
    margin: auto;
  }
}

.results-card .card {
  height: calc(100% - 1em);
  border: none;
  border-radius: 0;
}

.store-details-link {
  display: block;
}

.my-store-label {
  font-size: 0.75rem;
}
.my-store-label.home-store {
  text-transform: uppercase;
  color: #da362c;
  padding: 0.9rem 1rem 0.9rem 0;
}

.store-phone .bottom-phone {
  display: none;
}

.store-phone.map-phone {
  display: none;
}

.store-hours h4 {
  font-size: 0.75rem;
}
.store-hours .table td {
  border-top: none;
  padding: 0;
}

.filter-stores-link {
  font-weight: 600;
  text-decoration: none;
}
.filter-stores-link:hover {
  text-decoration: none;
}
.filter-stores-link .filter-stores-link {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.filter-stores-container {
  background-color: white;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.filter-stores-container.open {
  opacity: 1;
  max-height: 300px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.filter-stores-container .icon {
  width: 20px;
}

.gm-style-iw {
  border-radius: 0 !important;
}
.gm-style-iw hr {
  display: none;
}
.gm-style-iw address {
  margin-bottom: 0;
}
.gm-style-iw .store-details {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 0;
  padding: 0.75rem 0.4rem;
  width: 375px;
}
.gm-style-iw .store-details a {
  font-size: 0.875rem;
}
.gm-style-iw .store-details .store-map {
  font-size: 1rem;
}
.gm-style-iw .store-phone.top-phone {
  display: none;
}
.gm-style-iw .store-phone.bottom-phone {
  display: block;
  margin-bottom: 1rem;
}
.gm-style-iw .store-phone.map-phone {
  display: block;
}
.gm-style-iw .store-main-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.gm-style-iw address {
  margin-bottom: 12px;
}
.gm-style-iw .store-details-link {
  display: none;
}
.gm-style-iw .store-directions-link {
  float: left;
}
.gm-style-iw .my-preferred-store-block {
  float: right;
}
.gm-style-iw .my-preferred-store-block .my-store-link {
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 300;
}
.gm-style-iw .my-preferred-store-block .my-store-link:hover {
  color: #da362c;
  background-color: transparent;
}
.gm-style-iw .my-preferred-store-block .my-store-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gm-style-iw .my-preferred-store-block .my-store-link:active {
  color: #da362c;
  background-color: transparent;
}
.gm-style-iw .my-store-container {
  margin-top: 0;
}

.store-locator-detail-wrapper {
  background: #fff;
}

.store-locator-detail .cta-arrow-small {
  -webkit-transform: rotate(180deg) translateY(1px);
          transform: rotate(180deg) translateY(1px);
}
.store-locator-detail .store-finder-link-container {
  margin-bottom: 10px;
}
.store-locator-detail .store-finder-link {
  text-decoration: none;
  text-transform: uppercase;
}
.store-locator-detail .trade-in-footer-desktop {
  height: 1rem;
  width: 1.4rem;
}
@media (max-width: 767.98px) {
  .store-locator-detail .map-canvas {
    height: 28.125em;
    display: block;
  }
  .store-locator-detail .store-name-row .store-name-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .store-locator-detail .store-name-row .store-finder-link-container {
    padding: 1.25rem 0.75rem;
    text-align: left;
  }
}

.store-open {
  font-weight: 700;
  line-height: 20px;
}

[data-store-open=true] .store-open {
  color: #007d53;
}

[data-store-open=false] .store-open {
  color: #da362c;
}

.store-mode-Closed {
  color: #da362c;
}

.store-mode-DD,
.store-mode-Limited-Access {
  color: #007d53;
}

.upcoming-event-heading {
  font-size: 0.875rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .upcoming-event-heading {
    font-size: 1rem;
  }
}

.store-locator-company-info,
.store-hours {
  line-height: 1.5rem;
}

.store-hours-table .store-hour-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin: 0;
}
.store-hours-table .store-hour-set .day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.store-hours-table .store-hour-set .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 150px;
}
.store-hours-table .store-hour-set .time .to-time {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.store-general-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
@media (max-width: 767.98px) {
  .store-general-info {
    padding-left: 0 !important;
  }
}

.home-store {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #212322;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  line-height: 20px;
}
.home-store .store-icon {
  display: inline-block;
  background: url("../../images/svg-icons/store-icon.svg") center no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.action-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  min-width: 155px;
  background-color: #eee;
  padding: 12px 0;
  border-radius: 12px;
}

.store-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.store-product-count {
  font-weight: bold;
  font-family: "Poppins", "Open Sans", sans-serif;
  color: #007d53;
  font-size: 14px;
  text-align: center;
  padding: 0 16px;
  line-height: 17px;
}

.store-product-count.stock-red {
  color: #da362c;
}

.stock-orange {
  color: #eb7100;
}

button.select-store {
  background-color: #000;
  color: #fff;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #000;
  border-radius: 6px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  width: auto;
  min-width: 135px;
}

button.selected-store {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

button.select-store:hover {
  background-color: #fff;
  color: #000;
}

button.select-store:focus {
  outline: 2px solid #000;
}

.store-distance {
  color: #5f5f5f;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.store-locator-drawer-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.store-locator-drawer-fields .invalid-feedback {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .store-locator-drawer-fields .invalid-feedback {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
  }
}
.store-locator-drawer-fields label {
  position: absolute !important;
  color: #5f5f5f !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 0 11px !important;
  left: 0 !important;
  top: 16px !important;
  background: transparent !important;
  font-family: "Poppins", "Open Sans", sans-serif !important;
  font-size: 0.875rem !important;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.store-locator-drawer-fields .has-focus .form-control-label,
.store-locator-drawer-fields .is-valid .form-control-label {
  -webkit-transform: translateY(-70%) !important;
          transform: translateY(-70%) !important;
}
.store-locator-drawer-fields .has-focus label {
  font-size: 0.6875rem !important;
}
.store-locator-drawer-fields input, .store-locator-drawer-fields select {
  height: 48px !important;
  padding: 0.75rem 0 0 11px !important;
  color: black;
  background-color: #f2f4f7 !important;
  border: 1px solid rgba(64, 64, 64, 0.2) !important;
  border-radius: 4px !important;
  font-size: 1rem !important;
}
.store-locator-drawer-fields select {
  cursor: pointer;
  margin: 0 !important;
}
.store-locator-drawer-fields input:focus, .store-locator-drawer-fields select:focus {
  outline: 1px solid #000;
  border: 1px solid #000 !important;
}
.store-locator-drawer-fields button {
  height: 44px;
  font-size: 0.875rem !important;
  border: 2px solid black !important;
  border-radius: 6px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}
.store-locator-drawer-fields button:disabled,
.store-locator-drawer-fields button[disabled] {
  color: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid transparent !important;
  cursor: default !important;
  -webkit-box-shadow: rgba(64, 64, 64, 0.2) 0px 0px 0px 1px inset;
          box-shadow: rgba(64, 64, 64, 0.2) 0px 0px 0px 1px inset;
  background: transparent;
}
.store-locator-drawer-fields .store-locator-radius-container {
  margin: 0;
}
.store-locator-drawer-fields .row {
  margin: 0;
}

.dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #000;
}

.green {
  background-color: green;
}

.red {
  background-color: red;
}

.white {
  background-color: white;
}

#statusContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

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