/*@import '../../../../../../../../lib/web/css/source/lib/_responsive.less';*/
.filoblustorelocatorfrontend-index-index {
  background: #fff;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapCountry-container,
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapRegion-container,
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapSearch-container,
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapCity-container {
  width:30%;
  margin:0 5px;
}
@media only screen and (max-width: 768px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapCountry-container,
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapRegion-container,
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapSearch-container,
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapCity-container {
    width:100%;
    margin:0 5px;
  }
}

.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container {
  width: 21%;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  text-align: center;
  margin: 15px 0px 0px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container {
    margin-top: 0px;
    text-align: left;
  }
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container label.tag-label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info {
  display: inline-block;
  margin: 0px 15px 15px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info {
    display: block;
    float: left;
  }
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-name {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0px 0px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-image img {
  -webkit-filter: grayscale(100%) brightness(88%) contrast(120%);
  -moz-filter: grayscale(100%) brightness(88%) contrast(120%);
  -o-filter: grayscale(100%) brightness(88%) contrast(120%);
  -ms-filter: grayscale(100%) brightness(88%) contrast(120%);
  filter: grayscale(100%) brightness(88%) contrast(120%);
  transition: filter 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-image img:hover,
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-image img :focus {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-buttons .gmapTags-container .tag-info.active .tag-image img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #map {
  width: 56%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  height: 600px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #map {
    width: 100%;
    float: left;
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 400px;
    margin-bottom: 15px;
  }
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #map h1#firstHeading {
  font-size: 20px;
  margin-bottom: 20px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #map .gmaps-details p {
  margin-bottom: 5px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #map a.gmap-getdirection {
  color: #333;
  text-decoration: underline;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList {
  width: 43%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  float: left;
  margin-right: 1%;
}
@media only screen and (max-width: 768px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul {
  list-style-type: none;
  max-height: 600px;
  overflow-y: auto;
  width: 100%;
  margin: 0px 15px 0px 0px;
  padding: 0;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li {
  border-bottom: 1px solid #f5f5f5;
  display: none;
  margin: 0;
  width: 100%;
  padding: 15px 0;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li.visible {
  display: block;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li.active {
  background: #f5f5f5;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li.no-store {
  width: calc(100% - 20px);
  background: #fdf0d5;
  padding: 15px 10px;
  border-radius: 3px;
  color: #333;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .store-image-preview-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 140px;
  margin: 5px 15px 15px;
  vertical-align: top;
  width: 140px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .store-details-container p {
  margin-bottom: 5px;
  line-height: 23px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .store-details-container a.reveal-on-map {
  color: #000;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .store-details-container a.reveal-on-map:hover .icon-location {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .store-details-container .additional-text {
  background-color: #fdf0d5;
  padding: 2px 10px;
  margin: 10px 0px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .store-details-container .additional-text p {
  margin: 0;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .store-info-direction {
  margin-bottom: 0;
  display: inline-block;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .store-info-direction a.gmap-getdirection {
  color: #333;
  text-decoration: underline;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li a.view-gallery {
  color: #000;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container {
    display: inline-block;
    float: right;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container {
    width: 100%;
    float: none;
  }
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance,
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration {
  display: inline-block;
  line-height: 15px;
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1024px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance,
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration {
    width: calc(100% - 20px);
    margin: 0 0 7px 0;
  }
}
@media only screen and (max-width: 768px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance,
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration {
    width: auto;
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance,
  .filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration {
    width: calc(100% - 20px);
    margin: 0 0 7px 0;
  }
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance.store-distance,
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration.store-distance {
  background: url(../images/icon-distance.svg) no-repeat;
  background-size: contain;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance.store-duration,
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration.store-duration {
  background: url(../images/icon-hours.svg) no-repeat;
  background-position: center left;
  padding-left: 20px;
  background-size: contain;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .tags-container {
  padding: 10px 0px 10px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .tags-container span {
  background: #e8e8e8;
  padding: 4px 10px;
  margin-right: 5px;
  border-radius: 10px;
  font-size: 12px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .hours-table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .hours-table td.hours-table-title {
  padding: 7px 5px;
  background: #d1d1d1;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .hours-table tr:nth-child(even) {
  background: #fff;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .hours-table tr:nth-child(odd) {
  background: #e8e8e8;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-container #gmapStoresList ul li .hours-table tr td {
  padding: 2px 5px;
  text-align: center;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-directions {
  width: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 20px;
  display: inline-block;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-directions .adp-placemark {
  border: 0px;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-directions #gmapGetDirectionsRemove {
  background: #333;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #fff;
  display: none;
  float: right;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: auto;
}
.filoblustorelocatorfrontend-index-index .filoblu-storelocator-directions #gmapGetDirectionsRemove.active {
  display: block;
}
.filoblustorelocatorfrontend-index-index select {
  outline: none;
}
.filoblustorelocatorfrontend-index-index select:focus {
  box-shadow: none;
}
.filoblustorelocatorfrontend-index-index input:focus {
  box-shadow: none;
}
.filoblustorelocatorfrontend-index-index .storelocator-gallery-popup.modal-popup.modal-slide .modal-inner-wrap {
  box-shadow: none;
  background-color: #fff;
}
.filoblustorelocatorfrontend-index-index .storelocator-gallery-popup.modal-popup.modal-slide .modal-inner-wrap .modal-header {
  border: 0;
}
.filoblustorelocatorfrontend-index-index .storelocator-gallery-popup.modal-popup.modal-slide .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.filoblustorelocatorfrontend-index-index .storelocator-gallery-popup.modal-popup.modal-slide .modal-inner-wrap .modal-footer {
  display: none;
}
.filoblustorelocatorfrontend-index-index span.icon-tel {
  display: inline-block;
  padding: 7px;
  background: url(../images/icon-tel.svg) no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.filoblustorelocatorfrontend-index-index span.icon-fax {
  display: inline-block;
  padding: 7px;
  background: url(../images/icon-fax.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}
.filoblustorelocatorfrontend-index-index span.icon-location {
  display: inline-block;
  padding: 8px;
  background: url(../images/icon-location.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}
.filoblustorelocatorfrontend-index-index .icon-direction {
  background: url(../images/icon-navigation.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  padding: 7px;
  vertical-align: middle;
}
.filoblustorelocatorfrontend-index-index span.icon-hours {
  display: inline-block;
  padding: 7px;
  background: url(../images/icon-hours.svg) no-repeat;
  vertical-align: middle;
  background-size: contain;
  margin-right: 2px;
}
.filoblustorelocatorfrontend-index-index span.icon-gallery {
  display: inline-block;
  padding: 7px;
  background: url(../images/icon-gallery.svg) no-repeat;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}


.storelocator-wrapper-popup-container .filoblu-storelocator-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .storelocator-wrapper-popup-container .filoblu-storelocator-buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }
}
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapCountry-container,
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapRegion-container,
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapSearch-container,
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapCity-container {
    width:30%;
    margin:0 5px;
}
@media only screen and (max-width: 768px) {
    .storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapCountry-container,
    .storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapRegion-container,
    .storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapSearch-container,
    .storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapCity-container {
        width:100%;
        margin:0 5px;
    }
}

.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container {
  width: 21%;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  text-align: center;
  margin: 15px 0px 0px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container {
    margin-top: 0px;
    text-align: left;
  }
}
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container label.tag-label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container .tag-info {
  display: inline-block;
  margin: 0px 15px 15px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container .tag-info {
    display: block;
    float: left;
  }
}
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-name {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0px 0px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-image img {
  -webkit-filter: grayscale(100%) brightness(88%) contrast(120%);
  -moz-filter: grayscale(100%) brightness(88%) contrast(120%);
  -o-filter: grayscale(100%) brightness(88%) contrast(120%);
  -ms-filter: grayscale(100%) brightness(88%) contrast(120%);
  filter: grayscale(100%) brightness(88%) contrast(120%);
  transition: filter 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-image img:hover,
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container .tag-info .tag-image img :focus {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-buttons .gmapTags-container .tag-info.active .tag-image img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #map {
  width: 56%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  height: 600px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #map {
    width: 100%;
    float: left;
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 400px;
    margin-bottom: 15px;
  }
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #map h1#firstHeading {
  font-size: 20px;
  margin-bottom: 20px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #map .gmaps-details p {
  margin-bottom: 5px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #map a.gmap-getdirection {
  color: #333;
  text-decoration: underline;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList {
  width: 43%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  float: left;
  margin-right: 1%;
}
@media only screen and (max-width: 768px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul {
  list-style-type: none;
  max-height: 600px;
  overflow-y: auto;
  width: 100%;
  margin: 0px 15px 0px 0px;
  padding: 0;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li {
  border-bottom: 1px solid #f5f5f5;
  display: none;
  margin: 0;
  width: 100%;
  padding: 15px 0;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li.visible {
  display: block;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li.active {
  background: #f5f5f5;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li.no-store {
  width: calc(100% - 20px);
  background: #fdf0d5;
  padding: 15px 10px;
  border-radius: 3px;
  color: #333;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .store-image-preview-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 140px;
  margin: 5px 15px 15px;
  vertical-align: top;
  width: 140px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .store-details-container p {
  margin-bottom: 5px;
  line-height: 23px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .store-details-container a.reveal-on-map {
  color: #000;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .store-details-container a.reveal-on-map:hover .icon-location {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .store-details-container .additional-text {
  background-color: #fdf0d5;
  padding: 2px 10px;
  margin: 10px 0px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .store-details-container .additional-text p {
  margin: 0;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .store-info-direction {
  margin-bottom: 0;
  display: inline-block;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .store-info-direction a.gmap-getdirection {
  color: #333;
  text-decoration: underline;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li a.view-gallery {
  color: #000;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container {
    display: inline-block;
    float: right;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container {
    width: 100%;
    float: none;
  }
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance,
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration {
  display: inline-block;
  line-height: 15px;
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1024px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance,
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration {
    width: calc(100% - 20px);
    margin: 0 0 7px 0;
  }
}
@media only screen and (max-width: 768px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance,
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration {
    width: auto;
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance,
  .storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration {
    width: calc(100% - 20px);
    margin: 0 0 7px 0;
  }
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance.store-distance,
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration.store-distance {
  background: url(../images/icon-distance.svg) no-repeat;
  background-size: contain;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-distance.store-duration,
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .distance-container .store-duration.store-duration {
  background: url(../images/icon-hours.svg) no-repeat;
  background-position: center left;
  padding-left: 20px;
  background-size: contain;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .tags-container {
  padding: 10px 0px 10px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .tags-container span {
  background: #e8e8e8;
  padding: 4px 10px;
  margin-right: 5px;
  border-radius: 10px;
  font-size: 12px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .hours-table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .hours-table td.hours-table-title {
  padding: 7px 5px;
  background: #d1d1d1;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .hours-table tr:nth-child(even) {
  background: #fff;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .hours-table tr:nth-child(odd) {
  background: #e8e8e8;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-container #gmapStoresList ul li .hours-table tr td {
  padding: 2px 5px;
  text-align: center;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-directions {
  width: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 20px;
  display: inline-block;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-directions .adp-placemark {
  border: 0px;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-directions #gmapGetDirectionsRemove {
  background: #333;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #fff;
  display: none;
  float: right;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: auto;
}
.storelocator-wrapper-popup-container .filoblu-storelocator-directions #gmapGetDirectionsRemove.active {
  display: block;
}
.storelocator-wrapper-popup-container select {
  outline: none;
}
.storelocator-wrapper-popup-container select:focus {
  box-shadow: none;
}
.storelocator-wrapper-popup-container input:focus {
  box-shadow: none;
}
.storelocator-wrapper-popup-container .storelocator-gallery-popup.modal-popup.modal-slide .modal-inner-wrap {
  box-shadow: none;
  background-color: #fff;
}
.storelocator-wrapper-popup-container .storelocator-gallery-popup.modal-popup.modal-slide .modal-inner-wrap .modal-header {
  border: 0;
}
.storelocator-wrapper-popup-container .storelocator-gallery-popup.modal-popup.modal-slide .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.storelocator-wrapper-popup-container .storelocator-gallery-popup.modal-popup.modal-slide .modal-inner-wrap .modal-footer {
  display: none;
}
.storelocator-wrapper-popup-container span.icon-tel {
  display: inline-block;
  padding: 7px;
  background: url(../images/icon-tel.svg) no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.storelocator-wrapper-popup-container span.icon-fax {
  display: inline-block;
  padding: 7px;
  background: url(../images/icon-fax.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}
.storelocator-wrapper-popup-container span.icon-location {
  display: inline-block;
  padding: 8px;
  background: url(../images/icon-location.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}
.storelocator-wrapper-popup-container .icon-direction {
  background: url(../images/icon-navigation.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  padding: 7px;
  vertical-align: middle;
}
.storelocator-wrapper-popup-container span.icon-hours {
  display: inline-block;
  padding: 7px;
  background: url(../images/icon-hours.svg) no-repeat;
  vertical-align: middle;
  background-size: contain;
  margin-right: 2px;
}
.storelocator-wrapper-popup-container span.icon-gallery {
  display: inline-block;
  padding: 7px;
  background: url(../images/icon-gallery.svg) no-repeat;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
