/*  TODO: when full redesign implementation is complete:
    Replace primary-new to primary, secondary-new to secondary, and so on..
*/
.custom-select:-moz-focusring,
.custom-select::-moz-focus-inner {
  color: transparent;
  text-shadow: 0 0 0 #434343; }

.in-store-inventory-dialog {
  max-width: 70em; }
  .in-store-inventory-dialog .modal-header {
    margin-bottom: 5px; }
  @media (min-width: 768px) {
    .in-store-inventory-dialog .modal-content {
      width: 100%; } }
  @media (min-width: 544px) {
    .in-store-inventory-dialog .mt-auto {
      margin-top: -2rem !important; } }
  @media (max-width: 543.98px) {
    .in-store-inventory-dialog .mt-auto {
      margin-top: 1.15em !important; } }
  .in-store-inventory-dialog .btn-primary-ghost-alt,
  .in-store-inventory-dialog .btn-primary-new {
    margin: 1.75rem 0 0; }

.in-store-inventory-dialog .modal-header {
  padding-top: 23px;
  margin-bottom: 24px; }
  .in-store-inventory-dialog .modal-header .modal-title {
    display: inline-block;
    width: 100%;
    color: #434343;
    font-family: Mulish;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .in-store-inventory-dialog .modal-header .modal-title {
        font-size: 28px; } }

.store-locator-container {
  padding-left: 0;
  padding-right: 0; }
  .store-locator-container .selected-store {
    border: none;
    border-radius: 0;
    background: #F5F5F5;
    position: relative; }
    .store-locator-container .selected-store .pickup-details {
      float: right;
      text-align: right; }
    .store-locator-container .selected-store .card-body {
      position: relative;
      z-index: 1; }
    .store-locator-container .selected-store:after {
      display: block;
      content: '';
      width: calc(100% + 38px);
      height: 100%;
      position: absolute;
      background: #F5F5F5;
      top: 0;
      left: -19px;
      right: 0;
      bottom: 0; }
      @media (min-width: 768px) {
        .store-locator-container .selected-store:after {
          display: none; } }
  .store-locator-container__modal-header {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #434343;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .store-locator-container__modal-header {
        font-size: 22px; } }
    @media (min-width: 768px) {
      .store-locator-container__modal-header {
        font-size: 24px; } }
  @media (min-width: 768px) {
    .store-locator-container__results-container.has-current {
      margin-top: 23px; } }
  @media (min-width: 768px) {
    .store-locator-container__results-container {
      min-width: 320px; } }
  .store-locator-container__store-results-card {
    padding: 1rem; }
    @media (min-width: 768px) {
      .store-locator-container__store-results-card {
        margin-right: 0.938em; } }
  .store-locator-container .detect-location {
    margin-bottom: 1em; }
  .store-locator-container .store-details {
    display: block; }
    .store-locator-container .store-details .in-stock {
      color: #009245; }
    .store-locator-container .store-details .out-of-stock {
      color: #d31717; }
    @media screen and (max-width: 321px) {
      .store-locator-container .store-details {
        margin: 0 !important; } }
  .store-locator-container .striped > div:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .store-locator-container .search-form {
    width: 100%; }
  .store-locator-container .custom-radio .store-details {
    margin-left: 1.125em; }
  .store-locator-container .store-locator-no-results {
    font-size: 21px;
    line-height: 1.5;
    font-family: Mulish;
    font-weight: 500;
    display: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  .store-locator-container .current-store {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: Mulish;
    font-weight: 400;
    color: #757575;
    margin: 0 0 5px 0;
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
    .store-locator-container .results {
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 21.875em; } }

.map-marker {
  float: left;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 0.375em;
  color: #fff;
  background-color: #7fb1dc;
  position: relative; }
  .map-marker::after {
    position: absolute;
    bottom: -0.625em;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0.5em 0;
    border-color: #7fb1dc transparent transparent transparent; }

.gm-style-iw .store-details {
  margin-left: 0;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5; }

.gm-style-iw a {
  color: #0070d2; }

.map-canvas {
  display: none; }
  @media (min-width: 544px) {
    .map-canvas {
      height: 28.125em;
      display: block; } }

.store-name {
  font-weight: 600; }

.store-details {
  display: block;
  margin-left: 0px; }

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

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

.store-locator-hero {
  margin-bottom: 0.625em; }
  @media (min-width: 544px) {
    .store-locator-hero {
      display: none; } }

@media (min-width: 768px) {
  .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em;
    margin-right: -0.938em; } }

