/* @font-face {
  font-family: "SansBeamBodyBold";
  src: url('webFonts/SansBeamBodyBold/font.woff2') format('woff2'), url('webFonts/SansBeamBodyBold/font.woff') format('woff');
}
@font-face {
  font-family: "SansBeamHeadBold";
  src: url('webFonts/SansBeamHeadBold/font.woff2') format('woff2'), url('webFonts/SansBeamHeadBold/font.woff') format('woff');
} */



/*** custom for find-a-carls ***/
.find-a-carls {
  width: 100%;
  display: flex;
  /* padding: 40px; */
}

.find-a-carls .elementor-section {
  width: 100%;
}

.store-search,
#map-canvas {
  width: 100%;
  min-height: 500px;

  @media (min-width: 768px) {
    height: calc(98vh - 68px);  
  }
}

.store-search .stores-list {
  @media (min-width: 768px) {
    max-height: 100%;
    overflow-y: auto;
  }
}

.store-search .stores-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
}

.store-search .stores-list::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  background: #707070;
  border-radius: 4px;
}

.d-none {
  display: none !important;
}

.store-search {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}

.store-search-block {
  padding: 40px 80px 20px 80px;
  background-image: url('./assets/images/menu-hero-yellow-background-768.png');
}

@media (max-width: 768px) {
  .find-a-carls {
    padding: 0px;
    padding-top: 20px;
  }

  .store-search-block {
    padding: 20px;
  }

  .store-search-block h2 {
    font-size: 30px;
  }
}

.store-search-block h2 {
  text-align: left;
}

.store-search-block form {
  position: relative;
}

.store-search-block form #location-search {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-family: Helvetica;
}

.store-search-block form #location-search::placeholder {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-family: Helvetica;
}

.store-search-block form .search-cancel {
  position: absolute;
  top: 0;
  right: 46px;
}

.store-search-block form .search-cancel svg {
  height: 43px;
}

.store-search-block form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
}

.store-search-block form .search-submit:hover {
  background: none;
}

.store-search-block form .search-submit svg {
  height: 43px;
}

.store-search-block .locate-me a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  font-family: Helvetica;
}

.store-search-block .locate-me a img {
  margin-right: 8px;
}

.store-enter-location,
.store-no-found {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.store-enter-location h2,
.store-no-found h2 {
  text-align: center;
}

.store-enter-location img,
.store-no-found img {
  width: 141px;
}

.stores-list .store-item {
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stores-list .store-item.selected {
  background-color: #FFFCF5;
}

.stores-list .store-item .store-body {
  width: 100%;
  max-width: 540px;
}

.stores-list .store-item .store-top-block {
  width: 100%;

  display: flex;
  width: 100%;
  align-items: center;
}

.stores-list .store-item .store-top-block .store-title {
  flex-grow: 1;
  margin-left: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  font-family: Helvetica;
  color: #000000;
  text-transform: uppercase;
}

.stores-list .store-item .store-top-block .store-distance {
  font-size: 12px;
  line-height: 14px;
  font-family: Helvetica;
  color: #221F1F;
}

.stores-list .store-item .store-top-block .store-title {
  flex-grow: 1;
  margin-left: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  font-family: Helvetica;
  color: #000000;
  text-transform: uppercase;
}

.stores-list .store-item .store-content {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}

.stores-list .store-item .store-hours {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.stores-list .store-item .store-hours .sotre-status {
  display: none;
  align-items: center;
  color: #000000 !important;
  font-size: 16px;
  line-height: 19px;
  font-family: Helvetica !important;
}

.stores-list .store-item .store-hours .arrow {
  margin-left: 10px;
  margin-top: 2px;
  content: '';
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 9px;
}

.stores-list .store-item .store-hours.show .arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


.stores-list .store-item .store-hours.is-opened .store-opened {
  display: flex;
}

.stores-list .store-item .store-hours.is-closed .store-closed {
  display: flex;
}

.stores-list .store-item .store-hours .store-hour-toggle {
  display: flex;
  align-items: center;
}

.stores-list .store-item .store-hours .toggle-list {
  flex-direction: column;
  padding-top: 20px;
  display: none;
  color: #221F1F;
  font-size: 14px;
  line-height: 14px;
  font-family: Helvetica;
}

.stores-list .store-item .store-hours.show .toggle-list {
  display: flex;
}

.stores-list .store-item .store-hours .toggle-list br {
  content: "";
  display: block;
  font-size: 14px;
  height: 14px;
}

.stores-list .store-item .store-info {
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: Helvetica;
  width: 100%;
}

.d-flex {
  display: flex;
  flex-direction: column;
}

.stores-list .store-item .store-services {
  padding-top: 20px;
  font-size: 16px;
  line-height: 50px;
  font-family: Helvetica;
  letter-spacing: 0px;
  color: #221F1F;
}

.stores-list .store-item .store-menu {
  justify-content: flex-end;
  align-items: flex-end;
}

.stores-list .store-item .store-menu .btn {
  background-color: #221F1F;
  color: #FEC523;
  border-style: none;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.stores-list .store-item .store-menu .btn:hover,
.stores-list .store-item .store-menu .btn:focus {
  color: #FFFCF5;
}

.stores-list .store-item .store-menu .btn span {
  font-family: "SansBeam Head Heavy", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stores-list .store-item .store-direction {
  text-decoration: underline;
  color: #000000 !important;
  font-size: 16px;
  line-height: 19px;
  font-family: Helvetica;
}