@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding-top: 80px;
}
body.logged-in {
  padding-top: 135px;
}
body.logged-in header {
  top: 32px;
}
@media (max-width: 767.98px) {
  body.logged-in {
    padding-top: 75px;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.screen-reader-text {
  display: none;
}

.hero_section {
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_section.small {
  height: 50vh;
}
.hero_section.large {
  height: 70vh;
}

.container,
.page-title,
.woocommerce-notices-wrapper,
.products.columns-4,
.products.columns-3,
.products.columns-2,
.products.columns-5 {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto !important;
}
@media (min-width: 3500px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 90%;
  }
}
@media (max-width: 3500px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 3000px;
  }
}
@media (max-width: 3000px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 2700px;
  }
}
@media (max-width: 2550px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 2100px;
  }
}
@media (max-width: 1920px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 1300px;
  }
}
@media (max-width: 1200px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 1070px;
  }
}
@media (max-width: 992px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 850px;
  }
}
@media (max-width: 767.98px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 650px;
  }
}
@media (max-width: 575.98px) {
  .container,
  .page-title,
  .woocommerce-notices-wrapper,
  .products.columns-4,
  .products.columns-3,
  .products.columns-2,
  .products.columns-5 {
    max-width: 100%;
  }
}

.leaflet-control-attribution a,
.leaflet-control-attribution {
  display: none;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed !important;
  /* Stay in place */
  z-index: 1001 !important;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100% !important;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#search_filter_modal {
  z-index: 1001 !important;
}

/* Modal Header */
.modal-header {
  padding: 10px 15px;
  background-color: #eee;
  color: black;
  position: relative;
}
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 30px;
  cursor: pointer;
}
.modal-header .modal_title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

/* Modal Body */
.modal-body {
  padding: 20px 15px;
  font-size: 16px;
  background-color: white;
}
.modal-body p,
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
  margin: 10px auto;
}
.modal-body ul,
.modal-body ol {
  margin-left: 20px;
}

/* Modal Footer */
.modal-footer {
  padding: 10px 15px;
  background-color: #eee;
  color: black;
}
.modal-footer .modal-footer-btns_wrapper {
  text-align: right;
}
.modal-footer .modal-footer-btns_wrapper a.close.btn {
  display: inline-block;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
.modal-footer .modal-footer-btns_wrapper a.close.btn.blue {
  background-color: #0E2746;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  top: 150px;
  background-color: #eee;
  margin: auto;
  border: 1px solid transparent;
  max-width: 660px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}