/*
// Add your own theme-colors.
$theme-colors: (
    "primary": $primary,
    "secondary": $secondary,
    "light": $white-smoke-light
    //"highlight": $white,
);

$theme-colors: map-remove($theme-colors, "dark", "light");
*/
.container-xxl {
  max-width: 1590px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* new standard base font size */
/**
 * Helper function for downsize mixin.
 */
/**
 * Downsize a CSS property using the viewport to affect calc().
 *
 * @param {string} $property: The property to be affected.
 * @param {string|list} $min: The min value / values.
 * @param {string|list} $max: The max value / values.
 * @param {string} $viewport: The biggest viewport, which the property must be calculated. NOTE: we use media-breakpoint-down here!
 * @param {boolean} $default: True if the default property must be set, regardless of the viewport size.
 * @param {list} $min-limit: A list containing the min viewport and the min value.
 */
#google-map {
  height: 580px;
}
@media (max-width: 575.98px) {
  #google-map {
    height: 400px;
  }
}

.module-map {
  position: relative;
  display: block;
}
.module-map #google-map {
  height: 910px;
}
@media (max-width: 1199.98px) {
  .module-map #google-map {
    height: 465px;
  }
}

.module-map .card.marker {
  padding-top: 10px;
}
.module-map .card.marker:hover img {
  transform: none;
}
.module-map .card.marker .card-body {
  padding: 0;
}
.module-map .card.marker p {
  margin-bottom: 0;
  font-size: 14px;
  color: #9D9D9C;
  line-height: 1.8;
}
.module-map .card.marker .title {
  color: #133e8f;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
}
.module-map .card.marker ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.module-map .card.marker ul li {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.module-map .card.marker .card-link a {
  text-decoration: none;
}

.module-google-maps-results {
  position: relative;
}
.module-google-maps-results::after {
  content: "";
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  display: flex;
  background-image: url("../images/preloader.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: all 150ms linear;
  display: none;
}
.module-google-maps-results.loading::after {
  opacity: 1;
  display: flex;
}
@media (min-width: 1200px) {
  .module-google-maps-results.skin-01 {
    max-height: 444px;
    overflow: auto;
    padding-top: 30px;
  }
}
.module-google-maps-results.skin-01 .card {
  font-size: 13px;
  border-bottom: 1px solid #c6c6c6;
}
.module-google-maps-results.skin-01 .card .card-body {
  padding-top: 16px;
  padding-bottom: 16px;
}
.module-google-maps-results.skin-01 .card p {
  margin-bottom: 0;
}
.module-google-maps-results.skin-01 .card .title {
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
}
.module-google-maps-results.skin-01 .card .distance {
  font-weight: bold;
  color: #6f6f6e;
}
.module-google-maps-results.skin-01 .card .service-wrapper {
  margin-top: 8px;
}
.module-google-maps-results.skin-01 .card .service-wrapper .service-highlight {
  color: #ffb84d;
  font-weight: bold;
}
.module-google-maps-results.skin-01 .card .opening-times {
  color: #388e3c;
  margin-top: 8px;
}
.module-google-maps-results.skin-02 {
  background-color: #F4F4F4;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .module-google-maps-results.skin-02 {
    max-height: 640px;
    overflow: auto;
    border-radius: 25px;
    margin: 10px 1px 0 1px;
    padding-left: 18px;
    padding-right: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
}
.module-google-maps-results.skin-02 .card {
  background-color: #ffffff;
  padding: 25px 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 25px !important;
  cursor: pointer;
}
.module-google-maps-results.skin-02 .card p {
  margin-bottom: 0;
  font-size: 14px;
  color: #9D9D9C;
}
.module-google-maps-results.skin-02 .card .title {
  display: block;
  font-size: 18px;
  color: #6f6f6e;
  font-weight: 700;
  margin-bottom: 12px;
}
.module-google-maps-results.skin-02 .card .card-body {
  padding: 0;
}
.module-google-maps-results.skin-02 .card .card-text {
  margin-bottom: 15px;
}
.module-google-maps-results.skin-02 .card .card-link a {
  text-decoration: none;
}

.module-google-maps-results-details {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.module-google-maps-results-details .item p {
  margin: 0;
}
.module-google-maps-results-details .item .item-header {
  background-color: transparent;
  border-bottom: 1px solid #ececed;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-bottom: 22px;
}
.module-google-maps-results-details .item .item-header .back {
  color: #20b9d6;
  font-size: 15px;
  text-decoration: none;
}
.module-google-maps-results-details .item .item-header .back:hover {
  color: #2693a8;
}
.module-google-maps-results-details .item .item-header .back .icon {
  font-size: 10px;
}
.module-google-maps-results-details .item .item-body .details .header {
  font-weight: bold;
  margin-bottom: 11px;
}
.module-google-maps-results-details .item .item-body .details .header .title {
  font-size: 20px;
  margin-right: 5px;
}
.module-google-maps-results-details .item .item-body .details .header .distance {
  color: #6f6f6e;
}
.module-google-maps-results-details .item .item-body .details .opening-times {
  margin-top: 4px;
  border-bottom: 1px solid #ececed;
  padding-bottom: 24px;
  margin-bottom: 22px;
}
.module-google-maps-results-details .item .item-body .details .opening-times .opening-label {
  display: block;
  margin-bottom: 5px;
}
.module-google-maps-results-details .item .item-body .details-contact {
  border-bottom: 1px solid #ececed;
  margin-bottom: 20px;
  padding-bottom: 18px;
}
.module-google-maps-results-details .item .item-body .details-contact p {
  margin-bottom: 4px;
}
.module-google-maps-results-details .item .item-body .details-contact p span {
  margin-right: 5px;
}
.module-google-maps-results-details .item .item-body .place-details {
  border-bottom: 1px solid #ececed;
  padding-bottom: 17px;
  margin-bottom: 18px;
}
.module-google-maps-results-details .item .item-body .place-details .title {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.module-google-maps-results-details .item .item-body .place-details .shopping-code {
  border: 2px solid #20b9d6;
  border-style: dotted;
  display: block;
  color: #20b9d6;
  padding: 5px 30px;
  font-size: 15px;
  text-align: center;
  border-radius: 25px;
}
.module-google-maps-results-details .item .item-body .list li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.module-google-maps-results-details .item .item-body .list li .icon {
  color: #133e8f;
  font-size: 10px;
  margin-right: 3px;
}
.module-google-maps-results-details .item .item-body .service-wrapper {
  border-bottom: 1px solid #ececed;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.module-google-maps-results-details .item .item-body .service-highlight {
  color: #ffb84d;
  font-weight: bold;
}
.module-google-maps-results-details .item .item-body img {
  max-width: 100px;
  height: auto;
  margin-right: 15px;
}

.module-google-maps-search .input-item {
  position: relative;
}
.module-google-maps-search .input-item .form-control {
  padding-left: 40px;
}
@media (max-width: 767.98px) {
  .module-google-maps-search .input-item .form-control {
    margin-bottom: 15px;
  }
}
.module-google-maps-search .input-item .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.module-google-maps-search .input-item input {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module-google-maps-search .btn {
  width: 100%;
}
.module-google-maps-search .feedback-error {
  background: #000000;
  color: #ffffff;
  border-radius: 4px;
  max-height: 0px;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 250ms ease-in-out;
  overflow: hidden;
}
.module-google-maps-search .feedback-error.show {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  max-height: 100px;
  opacity: 1;
}

.module-google-maps-filter {
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  outline: none;
  display: block;
  z-index: 3;
}
@media (min-width: 1200px) {
  .module-google-maps-filter {
    margin: 10px 0 0 10px;
    position: absolute;
    top: 0;
  }
}
.module-google-maps-filter .google-maps-filter-wrapper {
  width: 100%;
}
@media (min-width: 1200px) {
  .module-google-maps-filter .google-maps-filter-wrapper {
    max-width: 485px;
  }
}
.module-google-maps-filter .module-google-maps-search {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .module-google-maps-filter .module-google-maps-search {
    border-radius: 25px;
    border: 1px solid #9D9D9C;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
}
.module-google-maps-filter .module-google-maps-search .d-flex {
  align-items: center;
}
.module-google-maps-filter .module-google-maps-search .d-flex select {
  border: 0;
  color: #6f6f6e;
  height: 54px;
  border-radius: 25px;
}
.module-google-maps-filter .module-google-maps-search .d-flex .btn[type=submit] {
  height: 54px;
  min-width: 54px;
  margin-left: 8px;
  border-radius: 54px;
  width: auto;
}
.module-google-maps-filter .module-google-maps-search .filters {
  margin-top: 20px;
}
.module-google-maps-filter .module-google-maps-search .filters .btn {
  padding: 10px;
  width: auto;
  font-size: 15px;
  font-weight: 400;
  color: #9c9d9d;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.module-google-maps-filter .module-google-maps-search .filters .btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.module-google-maps-filter .module-google-maps-search .filters .btn .total {
  font-size: 13px;
}
@media (max-width: 575.98px) {
  .module-google-maps-filter .module-google-maps-search .filters .btn {
    font-size: 13px;
    padding: 8px 5px;
  }
}
.module-google-maps-filter .module-google-maps-search .filters input:checked + .btn {
  color: #ffffff;
  background-color: #20b9d6;
  border-color: #20b9d6;
}
.module-google-maps-filter .module-google-maps-search.skin-01 {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 1199.98px) {
  .module-google-maps-filter .module-google-maps-search.skin-01 {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 25px;
    border: 1px solid #9D9D9C;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    max-width: 440px;
  }
}
@media (max-width: 767.98px) {
  .module-google-maps-filter .module-google-maps-search.skin-01 {
    right: 15px;
  }
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest {
  display: flex;
  justify-content: space-between;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .form-control {
  border: 0;
  background-color: #ffffff;
  color: #133e8f;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .form-control {
    margin-bottom: 0;
  }
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .form-control.filled + .icons-wrapper .submit-search {
  pointer-events: auto;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .form-control.filled + .icons-wrapper .clear-search {
  display: block;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper {
  display: flex;
  align-items: center;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper .icon {
  position: relative;
  transform: none;
  left: unset;
  top: unset;
  font-size: 20px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper .submit-search,
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper .clear-search {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #133e8f;
  position: relative;
  top: -1px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper .submit-search:hover,
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper .clear-search:hover {
  color: #20b9d6;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper .submit-search {
  pointer-events: none;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper .clear-search {
  display: none;
  position: relative;
  margin-left: 30px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 .google-maps-suggest .icons-wrapper .clear-search::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #6f6f6e;
  left: -14px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended {
  background-color: #ffffff;
  padding: 15px;
}
@media (min-width: 1200px) {
  .module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended {
    margin-top: 10px;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .inner {
  padding: 12px 20px;
  background-color: #f5f5f5;
  border-radius: 25px;
}
@media (max-width: 479.98px) {
  .module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .inner {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .search-distance-filter .inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 479.98px) {
  .module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .search-distance-filter .inner {
    flex-wrap: wrap;
  }
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .search-distance-filter .distance-label {
  color: #20b9d6;
  font-size: 16px;
  font-weight: bold;
  margin-right: 1em;
  line-height: 26px;
  vertical-align: top;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .search-distance-filter input {
  display: none;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .search-distance-filter input:checked + label {
  background-color: #20b9d6;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .search-distance-filter label {
  padding: 5px 8px;
  color: #ffffff;
  background-color: #6f6f6e;
  cursor: pointer;
  margin: 0;
  line-height: initial;
  font-size: 13px;
  border-radius: 25px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter {
  padding-top: 10px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .toggle-filter {
  font-size: 16px;
  color: #20b9d6;
  position: relative;
  font-weight: bold;
  width: 100%;
  display: block;
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .toggle-filter span {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #20b9d6;
  display: inline-block;
  right: 0;
  border-radius: 20px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .toggle-filter span::before, .module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .toggle-filter span::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 5px;
  height: 2px;
  width: 10px;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .toggle-filter span::before {
  transform: rotate(90deg);
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .toggle-filter span::after {
  opacity: 1;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .toggle-filter[aria-expanded=true] span::before {
  transform: rotate(180deg);
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .toggle-filter[aria-expanded=true] span::after {
  transform: rotate(90deg);
  opacity: 0;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter form {
  margin-top: 15px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter form .filter-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  color: #133e8f;
  margin-bottom: 5px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter form label {
  font-size: 13px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter form .checkbox {
  margin-bottom: 5px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter form .checkbox input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter form .checkbox input:not(:checked) {
  border-color: #c6c6c6;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter form .checkbox label {
  color: #133e8f;
  line-height: 20px;
  padding-left: 10px;
  cursor: pointer;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .btn.reset-filter {
  margin-top: 18px;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.module-google-maps-filter .module-google-maps-search.skin-01 + .module-google-maps-search-extended .list-items-filter .btn.reset-filter:hover {
  background-color: #595958;
  border-color: #595958;
}
.module-google-maps-filter .module-google-maps-search.skin-02 {
  padding-top: 30px;
}
.module-google-maps-filter .module-google-maps-search.skin-02 > .title {
  margin-bottom: 13px;
  color: #133e8f;
}
.module-google-maps-filter .module-google-maps-search.skin-02 select.form-control {
  padding-left: 15px;
}

.pac-container.pac-logo {
  margin-left: -15px;
  margin-top: 20px;
  border-radius: 25px;
}
@media (min-width: 576px) {
  .pac-container.pac-logo {
    min-width: 440px;
  }
}
@media (max-width: 575.98px) {
  .pac-container.pac-logo {
    min-width: calc(100% - 30px);
  }
}
.pac-container.pac-logo::after {
  display: none;
}
