.tabs-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-left: 60px;
}

@media (max-width: 1199px) {
  .tabs-btns {
    margin-left: auto;
  }
}

.tabs-btns__item {
  width: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tabs-btns__item:not(.active) {
  opacity: 0.3;
}

.tabs-btns__item:hover {
  opacity: 1;
}

.tabs-btns__item svg {
  display: block;
  fill: #000000;
  max-width: 100%;
  height: 30px;
}

.wheretobuy__controls {
  width: auto;
}

@media (max-width: 767px) {
  .wheretobuy__controls {
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wheretobuy__filter {
    width: auto;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .wheretobuy__controls ul li:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 1680px) {
  .wheretobuy__filter .input-decorate {
    width: 100%;
  }
}

#tab-map {
  display: block !important;
}

#tab-map.hide {
  overflow: hidden;
  height: 0;
}

.cluster span {
  display: block;
  line-height: 62px;
}
/*# sourceMappingURL=features.css.map */