.stores .select-styled::after {
  content: "";
  display: block;
  position: absolute;
}

.stores {
  --brown: #9C6460;
  --secondColor: #212326;
  --textColor: #F6F3F0;
  --selectBackground: #2A2C30;
  --mapPopup: #ffffff;
}

.white-theme .stores {
  --brown: #9C6460;
  --secondColor: #F6F3F0;
  --textColor: #1B1D20;
  --selectBackground: #EDEAE8;
  --mapPopup: #1B1D20;
}

.white-theme .stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect::before,
.white-theme .stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect::after {
  background: #EDEAE8;
}

.stores .stores-map-wrapper {
  width: 100%;
  height: 60rem;
  position: relative;
}

.stores .stores-map {
  width: 100%;
  height: 100%;
}

.stores .select-styled {
  position: relative;
}

.stores .select-styled .wpcf7-form-control-wrap::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: .7rem;
  height: 0.7rem;
  border-right: 0.1rem solid var(--textColor);
  border-top: 0.1rem solid var(--textColor);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.stores .select-styled.active .wpcf7-form-control-wrap::before {
  border-right: 0.1rem solid var(--brown);
  border-top: 0.1rem solid var(--brown);
  -webkit-transform: rotate(135deg) translateY(50%);
  -ms-transform: rotate(135deg) translateY(50%);
  transform: rotate(135deg) translateY(50%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  right: 0;
}

.stores .stores-filters {
  margin-bottom: 5rem;
}

.stores .stores-filters-item:not(:last-of-type) {
  margin-bottom: 3.5rem;
}

.stores .stores-filters-item .select {
  height: auto;
}

.stores .my-gm-marker {
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 130%;
  background-color: #fff;
  border-radius: 50%;
  border: 0.5rem solid var(--brown);
  color: #1D1D1B;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
}

.stores .gm-style .gm-style-iw-c {
  background-color: var(--mapPopup) !important;
}

.stores .gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0.5rem !important;
}

.stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect {
  position: relative;
}

.stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect:hover::before,
.stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect:hover::after {
  opacity: .7;
}

.stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect img {
  display: none !important;
}

.stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect::before,
.stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: .1rem;
  width: 1.5rem;
  background: #1B1D20;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.stores .gm-style .gm-style-iw-c button.gm-ui-hover-effect::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.stores .gm-style-iw-t::after {
  background: -o-linear-gradient(45deg, var(--mapPopup) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, var(--mapPopup) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}

.stores .gm-style .gm-style-iw,
.stores .gm-style .gm-style-iw-d {
  background: var(--mapPopup);
  overflow: auto !important;
  padding: 0;
  border-radius: .4rem;
}

.stores .stores-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 1.5rem 1.5rem;
}

.stores .stores-card__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 2.5rem;
}

.stores .stores-card__info .city {
  color: var(--brown);
  font-size: 1.6rem;
  font-family: 'Roboto Slab',
 serif;
  margin-bottom: 0.8rem;
  line-height: 1;
}

.stores .stores-card__info .name {
  color: var(--secondColor);
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.stores .stores-card__info .products {
  color: var(--secondColor);
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 1.2rem;
}

.stores .stores-card__info .products:empty {
  margin-bottom: 0;
}

.stores .stores-card__info .address {
  color: var(--secondColor);
  font-size: 1.2rem;
  margin-bottom: .4rem;
  line-height: 1.4;
  font-weight: normal;
}

.stores .stores-card__info .number {
  margin-bottom: 1.6rem;
  font-weight: normal;
}

.stores .stores-card__info .number a {
  font-size: 1.2rem;
  color: var(--secondColor);
  text-decoration: none;
  line-height: 140%;
}

.stores .stores-card__info .number a:hover {
  text-decoration: underline;
}

.stores .stores-card__info .menu {
  font-family: 'Roboto Slab',
 serif;
  padding: .8rem 2rem;
  background: var(--brown);
  border-radius: 4rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-weight: 400;
  border: 0.1rem solid var(--brown);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.stores .stores-card__logo {
  max-width: 100px;
  max-height: 100px;
}

.stores .stores-card__logo img {
  max-width: 100%;
  max-height: 100%;
}

.stores .select {
  width: 100%;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  z-index: 5;
  margin-bottom: 1.6rem;
}

.stores .select .form-item input {
  border-bottom: 0.1rem solid var(--textColor);
}

.stores .select.active {
  z-index: 10;
}

.stores .select.active .select-styled::after {
  -webkit-transform: translateY(-0.5rem) translateX(0.5rem) rotate(135deg);
  -ms-transform: translateY(-0.5rem) translateX(0.5rem) rotate(135deg);
  transform: translateY(-0.5rem) translateX(0.5rem) rotate(135deg);
}

.stores .select.active .form-item input {
  border-bottom: 0.1rem solid var(--brown);
}

.stores .select.active .select-styled::after {
  border-color: var(--brown);
}

.stores .select.active .form-item__label {
  color: var(--brown);
}

.stores .select.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.stores .select-styled {
  background: var(--secondColor);
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem;
  color: var(--textColor);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.stores .select-styled::after {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-top: 0.1rem solidvar(--textColor);
  border-right: 0.1rem solidvar(--textColor);
  width: 0.7rem;
  height: 0.7rem;
  right: 2.5rem;
  top: 48%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stores .select-styled .form-item {
  margin-bottom: 0;
}

.stores .select-styled .form-item input {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: var(--textColor);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.stores .select-styled .form-item__label {
  text-transform: none;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  top: 1.5rem;
  font-size: 1.1rem;
}

.stores .select-options {
  display: none;
  padding: .8rem 2rem 0.8rem 2rem;
  position: absolute;
  -webkit-transition: border-color .4s ease-in-out;
  -o-transition: border-color .4s ease-in-out;
  transition: border-color .4s ease-in-out;
  width: auto;
  background: var(--selectBackground);
  overflow: auto;
  color: var(--textColor);
  left: 2.5rem;
  right: 2.5rem;
  max-height: 20rem;
  overflow: auto;
  top: 6.7rem;
}

.stores .select-options .disable {
  display: none;
}

.stores .select-options::-webkit-scrollbar {
  width: .5rem;
}

.stores .select-options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(246, 243, 240, 0.15);
}

.stores .select-options::-webkit-scrollbar-thumb {
  background-color: var(--brown);
  outline: 1px solid slategrey;
  width: .3rem;
}

.stores .select-options li {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: .8rem 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  cursor: pointer;
}

.stores .select-options li.hide {
  display: none;
}

.stores-filters-item .select-styled::before {
  content: none;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  bottom: inherit!important;
  right: inherit!important;
  top: 250px;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gm-svpc {
  display: none;
}


@media only screen and (min-width: 480px) {
  .stores .stores-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    width: 900px;
  }

  .stores .stores-filters-item {
    width: 33%;
  }

  .stores .stores-filters-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  .stores .stores .page-head {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1023px) {
  .stores .stores-card__info .menu:hover {
    background-color: transparent;
    color: var(--secondColor);
  }

  .stores .stores-card {
    padding: 2.5rem 2.5rem 2rem;
  }

  .stores .stores-filters-item {
    max-width: 24rem;
  }

  .stores .stores-header {
    position: absolute;
  }

  .stores .stores-filters {
    top: 5rem;
  }

  .stores .select-styled {
    padding: 1.5rem 2.5rem 2.3rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .stores .select-styled .wpcf7-form-control-wrap::before {
    right: .5rem;
  }
}