[v-cloak] {
  display: none; }

.text-center {
  text-align: center; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle; }

.map-wrap {
  position: relative;
  margin: auto;
  padding-top: 0;
  padding-bottom: 2em;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .map-wrap:before, .map-wrap:after {
    content: '';
    display: table; }
  .map-wrap:after {
    clear: both; }

.map-search-results {
  margin: 0 auto;
  max-width: 1200px;
  *zoom: 1;
  position: relative;
  padding-top: 0;
  padding-bottom: 2em; }
  .map-search-results:before, .map-search-results:after {
    content: " ";
    display: table; }
  .map-search-results:after {
    clear: both; }

.map-search-no-results {
  padding: 3rem 2rem;
  width: 100%;
  height: 500px;
  background: #F8F8F8;
  text-align: center; }

#map {
  display: none; }
  @media (min-width: 801px) {
    #map {
      display: block;
      float: right;
      width: 60%;
      height: 700px; } }

@media (min-width: 801px) {
  .store-list-wrap {
    float: left;
    padding-right: 16px;
    width: 40%; } }

.store-list-wrap .button {
  border: none;
  border-radius: 3px; }

.store-list-empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 16px;
  height: 136px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 5px 0 rgba(181, 181, 181, 0.5); }

.store-list {
  margin: 0;
  padding: 0;
  padding-right: 16px;
  list-style-type: none !important; }
  .store-list li {
    margin-top: 0;
    margin-bottom: 16px;
    padding: 0 !important;
    width: 100% !important;
    background: none !important;
    box-shadow: 0 1px 5px 0 rgba(181, 181, 181, 0.5); }

.store-list-title {
  margin-top: 0;
  margin-bottom: 16px; }

.mapboxgl-popup-content {
  padding-right: 20px; }
  .mapboxgl-popup-content h5 {
    margin-top: 8px;
    margin-bottom: 16px; }
  .mapboxgl-popup-content p {
    margin-bottom: 0px; }

.mapboxgl-popup-close-button {
  padding: 0 5px;
  line-height: 1;
  color: #2B9A42;
  box-shadow: none; }
  .mapboxgl-popup-close-button:hover, .mapboxgl-popup-close-button:focus, .mapboxgl-popup-close-button:active {
    box-shadow: none;
    color: #2B9A42; }

.map-search-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  margin: 2em auto 0;
  max-width: 800px;
  border: 1px solid #d6d6d6;
  text-align: center; }
  @media (min-width: 800px) {
    .map-search-input {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (max-width: 800px) {
    .map-search-input {
      margin-left: 1em;
      margin-right: 1em; } }

.map-search-input-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 1em;
  border-left: 1px solid #d6d6d6; }
  .map-search-input-item:first-child {
    border-left: none; }
  @media (max-width: 560px) {
    .map-search-input-item {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      .map-search-input-item > * {
        margin: 8px 0 0;
        width: 100%; } }

@media (min-width: 561px) and (max-width: 800px) {
  .map-search-input-item {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -ms-flex-pack: center;
        justify-content: center; }
    .map-search-input-item > * {
      margin: 0 8px; } }

.map-search-input input[type="text"] {
  box-shadow: none;
  border: 1px solid #d6d6d6;
  padding: 8px !important;
  border-radius: 3px;
  height: 40px;
  font-size: 16px;
  color: #333; }
  @media (min-width: 800px) {
    .map-search-input input[type="text"] {
      margin-right: 6px;
      width: 150px; } }

.map-search-input select {
  padding: 8px;
  height: 40px;
  min-width: 120px;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  background: #fff;
  background-image: url(../images/chevron-thin-down.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
  color: #333;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (min-width: 800px) {
    .map-search-input select {
      margin-right: 6px;
      width: 150px; } }

.map-search-input .button {
  height: 40px;
  border: none;
  border-radius: 3px;
  box-shadow: none; }
  .map-search-input .button .icon {
    vertical-align: -6px; }

.map-search-input-wrap {
  position: relative;
  display: inline-block;
  width: 60%; }
  .map-search-input-wrap .button {
    position: absolute;
    bottom: 3px;
    right: 0;
    margin-right: 3px;
    margin-bottom: 0 !important;
    padding: 4px 16px;
    box-shadow: none;
    border-radius: 3px;
    width: auto !important; }

.advanced-search-filter {
  margin: 0 auto;
  padding-bottom: 2em;
  max-width: 800px; }
  @media (max-width: 800px) {
    .advanced-search-filter {
      margin-left: 1em;
      margin-right: 1em; } }

.button.button-text {
  background: none;
  border: none;
  box-shadow: none;
  color: #333;
  outline: none; }
  .button.button-text:hover, .button.button-text:focus, .button.button-text:active {
    color: #333;
    box-shadow: none;
    outline: none; }
  .button.button-text.is-primary {
    color: #2B9A42; }
    .button.button-text.is-primary:hover, .button.button-text.is-primary:focus, .button.button-text.is-primary:active {
      color: #2B9A42; }

.advanced-search-filter .button {
  position: relative; }

.advanced-search-filter > .button:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; }

.advanced-search-filter > .button:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f9f9f9; }

.advanced-search-filter.is-open > .button:before {
  top: 16px;
  border-top: none;
  border-bottom: 5px solid #333; }

.advanced-search-filter.is-open > .button:after {
  top: 18px;
  border-top: none;
  border-bottom: 5px solid #f9f9f9; }

.advanced-search-filter-options {
  padding: 1em;
  border: 1px solid #d6d6d6;
  background: rgba(214, 214, 214, 0.1); }

.advanced-search-filter-options h5 {
  margin-bottom: 5px; }

.advanced-search-filter-options-group {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;  */
    }
.advanced-search-filter-checkbox {
  position: relative;
  padding-left: 24px;
  padding-bottom: 8px;
  width: 100%;
  text-align: left;
  font-size: 16px; }
  /* @media (min-width: 561px) {
    .advanced-search-filter-checkbox {
      width: 50%; } }
  @media (min-width: 801px) {
    .advanced-search-filter-checkbox {
      width: 50%; } } */


  .advanced-search-filter-left {
  width: 50%; margin: 0px; padding: 0px;
}
  .advanced-search-filter-right {
    width: 50%; margin: 0px; padding: 0px;
}

  .advanced-search-filter-section {
  display: flex;
  flex-direction: row;
  }

@media (max-width: 801px) {
.advanced-search-filter-section {
display: flex;
flex-direction: column;
}

.advanced-search-filter-left {
  width: 100%; margin: 0px; padding: 0px;
}
  .advanced-search-filter-right {
    width: 100%; margin: 0px; padding: 0px;
}

}

.advanced-search-filter-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

.advanced-search-filter-checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #f9f9f9;
  border: 1px solid #939598;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.advanced-search-filter-checkbox input[type="checkbox"]:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -4px;
  left: 4px;
  font-size: 16px;
  color: #2B9A42; }

.advanced-search-filter-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.advanced-search-filter-actions .button {
  padding: 0; }

.store-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #e4e4e4; }

.popup-inner .store-info-wrap {
  margin-bottom: 24px; }

.store-info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 16px; }

.store-title {
  margin-top: 0;
  margin-bottom: 0; }

.store-info p {
  margin-bottom: 0; }

.store-actions {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e4e4e4; }

.store-action-button {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  text-align: center;
  text-transform: initial;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  outline: none; }
  .store-action-button:hover, .store-action-button:focus, .store-action-button:active {
    color: #2B9A42;
    box-shadow: none;
    outline: none; }
  .store-action-button:nth-child(2) {
    border-left: 1px solid #e4e4e4; }
  .store-action-button:after {
    content: "\003e";
    display: inline-block;
    padding-left: 16px;
    color: #2B9A42; }

.store-prod-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.store-prod-list-item {
  padding: 8px 0 16px !important;
  width: 100% !important;
  background: none !important; }

@media (min-width: 560px) and (max-width: 799px) {
  .store-prod-list-item {
    width: 50% !important; } }
  @media (min-width: 800px) {
    .store-prod-list-item {
      width: 33.333% !important; } }

.store-prod-list-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.store-prod-list-item img {
  max-height: 120px;
  max-width: 30%; }

.store-prod-list-item-info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 8px; }
  .store-prod-list-item-info h5 {
    margin: 0; }

.store-prod-list-item-info span {
  display: block;
  color: #333; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

.fade-enter-active {
  animation: fadeIn .15s; }

.fade-leave-active {
  animation: fadeIn .15s reverse; }

.map-wrap .popup-store {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(77, 77, 79, 0.8);
  overflow-y: scroll;
  z-index: 999;
  font-size: 16px;
  line-height: 1.25;
  color: #333; }

.map-wrap .popup-store .popup-inner {
  position: relative;
  margin: 3em auto 2em;
  width: 80%;
  max-width: 600px;
  max-height: 85vh;
  overflow: visible; }
  .map-wrap .popup-store .popup-inner .responsive-video-wrap {
    margin-bottom: 0; }

.map-wrap .popup-store .popup-body {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  background: #fff;
  max-height: 85vh;
  overflow: scroll; }
  @media (max-width: 560px) {
    .map-wrap .popup-store .popup-body {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px; } }

.map-wrap button.close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0px;
  height: 36px;
  width: 36px;
  line-height: 1;
  font-size: 2em;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 0px 0px 2px white;
  color: #4d4d4f;
  background: #e4e4e4;
  transform: translate(50%, -50%);
  cursor: pointer;
  outline: none; }
  .map-wrap button.close-popup:hover, .map-wrap button.close-popup:focus, .map-wrap button.close-popup:active {
    box-shadow: 0px 0px 0px 2px #2B9A42;
    background: #2B9A42;
    color: #fff;
    outline: none; }
  .map-wrap button.close-popup .icon-close {
    vertical-align: -4px; }

.loader {
  margin: 64px auto;
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0); }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #939598, 1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2), 2.5em 0em 0 0em rgba(147, 149, 152, 0.2), 1.75em 1.75em 0 0em rgba(147, 149, 152, 0.2), 0em 2.5em 0 0em rgba(147, 149, 152, 0.2), -1.8em 1.8em 0 0em rgba(147, 149, 152, 0.2), -2.6em 0em 0 0em rgba(147, 149, 152, 0.5), -1.8em -1.8em 0 0em rgba(147, 149, 152, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(147, 149, 152, 0.7), 1.8em -1.8em 0 0em #939598, 2.5em 0em 0 0em rgba(147, 149, 152, 0.2), 1.75em 1.75em 0 0em rgba(147, 149, 152, 0.2), 0em 2.5em 0 0em rgba(147, 149, 152, 0.2), -1.8em 1.8em 0 0em rgba(147, 149, 152, 0.2), -2.6em 0em 0 0em rgba(147, 149, 152, 0.2), -1.8em -1.8em 0 0em rgba(147, 149, 152, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(147, 149, 152, 0.5), 1.8em -1.8em 0 0em rgba(147, 149, 152, 0.7), 2.5em 0em 0 0em #939598, 1.75em 1.75em 0 0em rgba(147, 149, 152, 0.2), 0em 2.5em 0 0em rgba(147, 149, 152, 0.2), -1.8em 1.8em 0 0em rgba(147, 149, 152, 0.2), -2.6em 0em 0 0em rgba(147, 149, 152, 0.2), -1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(147, 149, 152, 0.2), 1.8em -1.8em 0 0em rgba(147, 149, 152, 0.5), 2.5em 0em 0 0em rgba(147, 149, 152, 0.7), 1.75em 1.75em 0 0em #939598, 0em 2.5em 0 0em rgba(147, 149, 152, 0.2), -1.8em 1.8em 0 0em rgba(147, 149, 152, 0.2), -2.6em 0em 0 0em rgba(147, 149, 152, 0.2), -1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(147, 149, 152, 0.2), 1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2), 2.5em 0em 0 0em rgba(147, 149, 152, 0.5), 1.75em 1.75em 0 0em rgba(147, 149, 152, 0.7), 0em 2.5em 0 0em #939598, -1.8em 1.8em 0 0em rgba(147, 149, 152, 0.2), -2.6em 0em 0 0em rgba(147, 149, 152, 0.2), -1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(147, 149, 152, 0.2), 1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2), 2.5em 0em 0 0em rgba(147, 149, 152, 0.2), 1.75em 1.75em 0 0em rgba(147, 149, 152, 0.5), 0em 2.5em 0 0em rgba(147, 149, 152, 0.7), -1.8em 1.8em 0 0em #939598, -2.6em 0em 0 0em rgba(147, 149, 152, 0.2), -1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(147, 149, 152, 0.2), 1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2), 2.5em 0em 0 0em rgba(147, 149, 152, 0.2), 1.75em 1.75em 0 0em rgba(147, 149, 152, 0.2), 0em 2.5em 0 0em rgba(147, 149, 152, 0.5), -1.8em 1.8em 0 0em rgba(147, 149, 152, 0.7), -2.6em 0em 0 0em #939598, -1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(147, 149, 152, 0.2), 1.8em -1.8em 0 0em rgba(147, 149, 152, 0.2), 2.5em 0em 0 0em rgba(147, 149, 152, 0.2), 1.75em 1.75em 0 0em rgba(147, 149, 152, 0.2), 0em 2.5em 0 0em rgba(147, 149, 152, 0.2), -1.8em 1.8em 0 0em rgba(147, 149, 152, 0.5), -2.6em 0em 0 0em rgba(147, 149, 152, 0.7), -1.8em -1.8em 0 0em #939598; } }
