:root {
  font-size: 16px;
  --vh: 100vh;
}
body {
  background: #F8F0E6;
  font-family: 'Apercu', sans-serif;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}
body.map-open {
  overflow: hidden;
}
body.map-open .block-map {
  height: var(--vh);
  overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'ArtoisSerif', sans-serif;
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
  margin-bottom: 20px;
}
h1.sans,
h2.sans,
h3.sans,
h4.sans,
h5.sans,
h6.sans,
.h1.sans,
.h2.sans,
.h3.sans,
.h4.sans,
.h5.sans,
.h6.sans,
h1 .sans,
h2 .sans,
h3 .sans,
h4 .sans,
h5 .sans,
h6 .sans,
.h1 .sans,
.h2 .sans,
.h3 .sans,
.h4 .sans,
.h5 .sans,
.h6 .sans {
  font-family: 'ArtoisSans', sans-serif;
  font-weight: 700;
}
h1.lh-none,
h2.lh-none,
h3.lh-none,
h4.lh-none,
h5.lh-none,
h6.lh-none,
.h1.lh-none,
.h2.lh-none,
.h3.lh-none,
.h4.lh-none,
.h5.lh-none,
.h6.lh-none {
  line-height: 0.75;
}
h1 .line,
h2 .line,
h3 .line,
h4 .line,
h5 .line,
h6 .line,
.h1 .line,
.h2 .line,
.h3 .line,
.h4 .line,
.h5 .line,
.h6 .line {
  height: 1px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
h1,
.h1 {
  font-size: 6.5rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 1.7rem;
}
h5,
.h5 {
  font-size: 1.5rem;
}
h6,
.h6 {
  font-size: 1.3rem;
}
b,
strong {
  font-family: 'Apercu', sans-serif;
  font-weight: 700;
}
.text-red {
  color: #CD122D !important;
}
.wrap-balance {
  text-wrap: balance;
}
.body-template {
  margin: 0;
  padding: 30px 0;
  padding-top: 56px;
}
.container {
  max-width: 550px;
}
footer {
  margin-top: auto;
  background: none;
  background: #fff;
  border: 0;
  padding: 30px 0;
}
footer .footer-menu {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-menu a {
  display: block;
  padding: 0;
  border-right: 1px solid #444;
  padding-right: 10px;
  line-height: 1.2;
}
footer .footer-menu a:hover,
footer .footer-menu a:focus,
footer .footer-menu a:active {
  background: none;
}
footer .footer-menu li:last-child a {
  border: 0;
  padding-right: 0;
}
.navbar {
  background: rgba(248, 240, 230, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  height: 56px;
}
.navbar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.navbar .logo img {
  display: block;
  height: calc(56px - 30px);
  max-width: 100%;
  object-fit: contain;
}
.btn {
  transition: all 300ms;
  text-decoration: none !important;
  font-family: 'ArtoisSans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px 35px;
  border: 0;
  border-radius: 5px;
  gap: 10px;
  min-width: 0;
  width: auto;
  -ms-flex-align: center;
      align-items: center;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active {
  box-shadow: none;
  outline: 0;
  background: #CD122D;
  color: #fff;
}
.btn:hover,
.btn:active {
  background: #9e0e23;
  color: #fff;
}
.btn.disabled:hover,
.btn:disabled:hover,
.btn.disabled:active,
.btn:disabled:active {
  background: #CD122D;
  color: #fff;
}
.btn.fullwidth {
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}
.tcs {
  font-size: 0.75rem;
}
.tcs a {
  text-decoration: none;
}
.block-map .city-toggle:not(.active) {
  opacity: 0.5;
}
.block-map .city-toggle:hover {
  opacity: 1;
}
.block-map .map-fullscreen.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--vh);
  z-index: 999;
  padding: 10px;
  background: #F8F0E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.block-map .map-fullscreen.active > * {
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.block-map .map-fullscreen.active .results-map {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.block-map .map-fullscreen.active .results-map .map {
  height: 100%;
}
.block-map .results-map {
  position: relative;
}
.block-map .results-map .map-fullscreen-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px;
  line-height: 1;
  color: #666;
}
.block-map .map {
  height: 300px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.block-map .map .gm-style-iw-c {
  padding: 0;
  max-height: none !important;
  max-width: 80% !important;
}
.block-map .map .gm-style-iw-c .gm-style-iw-chr {
  height: 0;
}
.block-map .map .gm-style-iw-c .gm-style-iw-chr button {
  width: 30px !important;
  height: 30px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.block-map .map .gm-style-iw-c .gm-style-iw-chr button span {
  margin: 0 !important;
}
.block-map .map .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  max-height: none !important;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: hidden !important;
  background: #F8F0E6;
}
.block-map .map .gm-style-iw-tc:after {
  background: #F8F0E6;
}
.block-map .map .marker-body {
  padding: 15px 20px;
  font-family: 'Apercu', sans-serif;
  font-size: 0.9rem;
  max-width: 300px;
}
.block-map .map .marker-body h4 {
  margin-right: 10px;
}
.block-map .map .marker-body .openinghours {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 5px;
  opacity: 0.7;
}
.block-map .map .marker-body .openinghours:before {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f017";
  line-height: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-top: 2px;
}
.block-map .map .marker-body .openinghours:before.fa-pull-left {
  margin-right: 0.3em;
}
.block-map .map .marker-body .openinghours:before.fa-pull-right {
  margin-left: 0.3em;
}
.block-map .map .marker-body .openinghours:before.fa-pull-left {
  margin-right: 0.3em;
}
.block-map .map .marker-body .openinghours:before.fa-pull-right {
  margin-left: 0.3em;
}
.perfecttrade-debug {
  position: fixed;
  top: 30px;
  right: 30px;
  background: #fff;
  padding: 5px 10px;
  z-index: 999;
}
/*# sourceMappingURL=../maps/custom/perfecttrade.css.map */
