/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/stores-map.scss ***!
  \********************************************************************************************************************************************************/

/*** LTR websites ***/

.storesMap {
  padding: 40px 0;
  color: #fff;
  background-color: #000000;
  position: relative;
}

.storesMap .wrapper {
  display: flex;
  flex-direction: column;
}

.storesMap_content {
  text-align: center;
  margin-bottom: 20px;
}

.storesMap_description {
  text-align: center;
  margin-top: 10px;
}

.storesMap_badges {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.storesMap_badges-single {
  display: flex;
  align-items: center;
}

.storesMap_badges-single:not(:last-child) {
  margin-bottom: 10px;
}

.storesMap_badges-logo {
  width: 39px;
  flex-shrink: 0;
}

.storesMap_badges-description {
  margin-left: 10px;
}

.storesMap_search {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  position: relative;
  margin-bottom: 20px;
}

.storesMap_search-input {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(270deg, rgba(52, 52, 52, 0.44) 0%, rgba(52, 52, 52, 0) 124.33%);
  padding: 8px;
  font-size: 14px;
  width: 100%;
}

.storesMap_search-wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.storesMap_search-btn {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
  text-decoration: underline;
  margin-right: 10px;
  padding: 0;
}

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

.storesMap_map {
  width: 100%;
  height: 500px;
  border-radius: 16px;
}

.storesMap_stores {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow: auto;
  display: none;
}

.storesMap_stores::-webkit-scrollbar {
  width: 5px;
}

.storesMap_stores::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.storesMap_stores::-webkit-scrollbar-thumb {
  background: #5d9b12;
  border-radius: 10px;
}

.storesMap_stores-loader {
  width: 100%;
  height: 100px;
  display: block;
  background-image: linear-gradient(100deg, transparent, rgba(38, 50, 56, 0.5) 50%, transparent 80%), radial-gradient(circle 35px at 50px 50px, #242524 99%, transparent 0), linear-gradient(#242524 15px, transparent 0), linear-gradient(#242524 15px, transparent 0), linear-gradient(#242524 15px, transparent 0);
  background-repeat: no-repeat;
  background-size: 75px 100px, 100px 100px, 125px 20px, 260px 20px, 260px 20px;
  background-position: -50% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
  box-sizing: border-box;
  animation: animloader 1s linear infinite;
  margin-bottom: 12px;
}

.storesMap_store {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0) 86.14%);
  width: 100%;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 12px;
}

.storesMap_store-content {
  display: flex;
  flex-direction: column;
}

.storesMap_store-title {
  font-size: 15px;
  font-weight: 600;
}

.storesMap_store-country {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
}

.storesMap_store-btns {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.storesMap_store-badges {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}

.storesMap_store-badges img {
  width: 15px;
}

.storesMap_store-badges img:nth-child(odd) {
  margin-bottom: 5px;
}

.storesMap_store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background-color: #161616;
}

.storesMap_store-btn:not(:last-child) {
  margin-right: 12px;
}

.storesMap .gm-style-iw-tc {
  filter: unset !important;
}

.storesMap .gm-style-iw-tc::after {
  background: rgba(0, 0, 0, 0.7) !important;
}

.storesMap .gm-style-iw {
  max-width: 330px !important;
  max-height: unset;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px !important;
}

.storesMap .gm-style-iw .gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
  transform: unset !important;
}

.storesMap .gm-style-iw .gm-style-iw-ch {
  padding-top: 0;
  width: 100%;
}

.storesMap .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}

.storesMap .gm-style-iw .gm-ui-hover-effect {
  transform: translateX(-16px) translateY(16px);
}

.storesMap .gm-style-iw .gm-ui-hover-effect > span {
  background-color: #fff !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}

.storesMap .gm-style-iw .storesMap_tolltip {
  display: flex;
  flex-direction: column;
}

.storesMap .gm-style-iw .storesMap_tolltip-badges {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -2.5px;
  margin-left: -2.5px;
  margin-bottom: 15px;
}

.storesMap .gm-style-iw .storesMap_tolltip-badges > * {
  margin-bottom: 5px;
  flex-basis: calc(100% / 4 - 5px);
  margin: 2.5px;
  flex-grow: 0;
}

.storesMap .gm-style-iw .storesMap_tolltip-badges img {
  width: calc(25% - 5px);
}

.storesMap .gm-style-iw .storesMap_tolltip-title {
  color: #5d9b12;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.storesMap .gm-style-iw .storesMap_tolltip-wrapper {
  display: flex;
  flex-direction: column;
}

.storesMap .gm-style-iw .storesMap_tolltip-single {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
}

.storesMap .gm-style-iw .storesMap_tolltip-single:not(:last-child) {
  margin-bottom: 8px;
}

.storesMap .gm-style-iw .storesMap_tolltip-single svg {
  flex-shrink: 0;
  margin-right: 8px;
}

.pac-container {
  transform: translateY(calc(50% - 175px));
}

.pac-container::after {
  display: none !important;
}

.pac-container .pac-item {
  background: #fff !important;
  color: #000000 !important;
  cursor: pointer;
}

@keyframes animloader {
  0% {
    background-position: 0% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
  }

  100% {
    background-position: 100% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
  }
}