/*
* $type: 'round' | 'rect' / '' (default)
* $options: ...
*/
/*
* $color: 'white' | '' (default)
*/
/*
* $color: 'white' | '' (default)
* $recommended: 'YES' | 'NO' | '' (default)
* $small: true | false (default)
*/
.top-gastronomy-map-locator-wrapper {
  width: 100%;
  position: relative;
}

.top-gastronomy-map-options {
  position: relative;
  border-top: 1px solid #8E725B;
  padding: 15px 25px 15px 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .top-gastronomy-map-options {
    padding: 15px 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-gastronomy-map-options__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}

.top-gastronomy-map-options__filters__label {
  font-size: 0.875rem;
  color: #0A2D4B;
  letter-spacing: .6px;
  font-family: "Graphik-Medium", sans-serif;
}

.top-gastronomy-map-options__filter-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

@media (max-width: 1024px) {
  .top-gastronomy-map-options__filter-cont {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
    padding: 0;
    top: 1.875rem;
    bottom: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-gastronomy-map-options__filter-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.5rem;
  font-size: 0.875rem;
  color: #fff;
  padding: 0 1.4375rem;
  letter-spacing: .6px;
  font-family: "Graphik-Medium", sans-serif;
  background: #8E725B;
  border-right: 1px solid #8E725B;
}

@media (max-width: 1024px) {
  .top-gastronomy-map-options__filter-label {
    width: 100%;
    padding: 0 2.5rem;
    background-image: url(/assets/img/arrow/arrow-d-blue.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top-gastronomy-map-options__filter-option {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #8E725B;
  background: transparent;
  padding: 0.3125rem;
  font-size: 0;
  border: 1px solid #8E725B;
}

@media (max-width: 1024px) {
  .top-gastronomy-map-options__filter-option {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top-gastronomy-map-options__filter-option__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.75rem;
  font-size: 0.875rem;
  font-family: "Graphik-Medium", sans-serif;
  padding: 0 2.625rem;
  cursor: pointer;
  -webkit-transition: 0.2s background ease-in-out, 0.2s color ease-in-out, 0.2s opacity ease-in-out;
  transition: 0.2s background ease-in-out, 0.2s color ease-in-out, 0.2s opacity ease-in-out;
  border-radius: 2px;
  opacity: 0.6;
}

.top-gastronomy-map-options__filter-option__item:not(:first-child) {
  margin-left: 5px;
}

.top-gastronomy-map-options__filter-option__item.-active {
  background: #8E725B;
  color: #fff;
  opacity: 1;
}

.top-gastronomy-map-options__filter-option__item:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  .top-gastronomy-map-options__filter-option__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-gastronomy-map-options__filter-option__item:not(:first-child) {
    margin-left: 0;
    margin-top: 5px;
  }
}

.top-gastronomy-map-locator__view--map {
  height: 600px;
}

.top-gastronomy-map-map {
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.top-gastronomy-map-map__sidebar {
  display: none;
}

.top-gastronomy-map-map__gmap {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.top-gastronomy-map-map__store-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-gastronomy-map-map__store-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 16.5625rem;
  overflow: hidden;
}

.top-gastronomy-map-map__store-image:before {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 75.4717%;
}

.top-gastronomy-map-map__store-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.top-gastronomy-map-map__store-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.875rem;
}

.top-gastronomy-map-map__store-title {
  font: 1.375rem/1.35em "Graphik-Semibold", sans-serif;
  color: #8E725B;
  margin-bottom: 1.125rem;
}

.top-gastronomy-map-map__store-citta {
  font: 0.6875rem/1.35em "Graphik-Medium", sans-serif;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}

.top-gastronomy-map-map__store-stelle-michelin {
  font: 0rem/1.35em "Graphik-Medium", sans-serif;
  color: #8E725B;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
  background-image: url(https://www.lavazza.it/content/dam/lavazza/landing/top-gastronomy/map/stella-michelin.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 22px;
}

.top-gastronomy-map-map__store-stelle-michelin__1 {
  width: 24px;
}

.top-gastronomy-map-map__store-stelle-michelin__2 {
  width: 48px;
}

.top-gastronomy-map-map__store-stelle-michelin__3 {
  width: 72px;
}

.top-gastronomy-map-map__store-text {
  font: 0.875rem/1.35em "Graphik-Regular", sans-serif;
  color: #999999;
  margin-bottom: 1.125rem;
}

.top-gastronomy-map-map__store-btn {
  text-decoration: none;
  font-family: "Graphik-Medium", sans-serif;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: .6px;
  opacity: 1;
  cursor: pointer;
  margin-top: auto;
}

.top-gastronomy-map-map__store-btn > .icon {
  height: 12px;
  height: 0.75rem;
  width: 5px;
  width: 0.3125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.top-gastronomy-map-map__store-btn > .icon.blue {
  fill: #999999;
}

.-notouch .top-gastronomy-map-map__store-btn:hover {
  opacity: .5;
  -webkit-transition: .2s;
  transition: .2s;
}

[dir="rtl"] .top-gastronomy-map-map__store-btn > .icon {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

[dir="rtl"] .top-gastronomy-map-options__filter-cont {
  right: 6.25rem;
  left: auto;
  bottom: 1.875rem;
}

@media (max-width: 1024px) {
  [dir="rtl"] .top-gastronomy-map-options__filter-cont {
    left: 50%;
    right: auto;
    top: 1.875rem;
    bottom: auto;
  }
}

@media (max-width: 1024px) {
  [dir="rtl"] .top-gastronomy-map-options__filter-label {
    background-position: 15px center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

[dir="rtl"] .top-gastronomy-map-options__filter-option__item:not(:first-child) {
  margin-left: 0px;
  margin-right: 5px;
}

@media (max-width: 1024px) {
  [dir="rtl"] .top-gastronomy-map-options__filter-option__item:not(:first-child) {
    margin-right: 0px;
  }
}
