@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Global Styles */
.bg-color-normal {
  background-color: #EDF0F4;
}

.bg-color-primary {
  background-color: #013752;
}

.bg-color-secondary {
  background-color: #006799;
}

.color-primary {
  color: #013752;
}

.color-secondary {
  color: #006799;
}

.color-accent {
  color: #EE7203;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #00334D;
}

.container {
  width: 100%;
  max-width: 1421px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.subtitle {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: #EE7203;
  line-height: 1.1875;
  text-transform: uppercase;
}

h1 {
  font-size: 56px;
  font-weight: 600;
}

h2 {
  font-size: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 14px 19px;
  gap: 8px;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  white-space: nowrap;
}
.btn svg {
  width: 17px;
  height: 17px;
  fill: #fff;
  flex-shrink: 0;
}
.btn.btn-primary {
  background-color: #006799;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background-color: rgb(187.6348547718, 89.8755186722, 2.3651452282);
}

.site-header {
  background-color: #013752;
}
.site-header .site-branding a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-header .main-navigation ul#primary-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.site-header .main-navigation .menu-item a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-header .main-navigation .menu-item a:hover {
  color: #EE7203;
}
.site-header .search form input[type=text] {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 4px;
  color: #86A0AD;
}
.site-header .search form button {
  background-color: #EE7203;
  border: none;
  color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.site-header .search form button:hover {
  background-color: rgb(187.6348547718, 89.8755186722, 2.3651452282);
}
.site-header .language-selector {
  margin-left: 16px;
}
.site-header .language-selector select {
  padding: 6px 8px;
  border-radius: 4px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.site-header .language-selector select:focus {
  outline: 2px solid rgba(238, 114, 3, 0.25);
}

#breadcrumbs {
  color: #829CA9;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
}

.single-product-overview {
  background-color: #EDF0F4;
}
.single-product-overview h1.product-title {
  font-size: 40px;
  margin-bottom: 8px;
}

.product-thumbnails {
  overflow: hidden;
}
.product-thumbnails .swiper-slide {
  width: 100%;
}
.product-thumbnails .swiper-button-next,
.product-thumbnails .swiper-button-prev {
  color: #013752;
}

ul {
  padding-top: 17px;
  padding-bottom: 17px;
}
ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
ul li:before {
  content: url("/wp-content/themes/burgerhout/assets/images/check-orange.svg");
  width: 16px;
  height: 16px;
}

.spec-group {
  margin-bottom: 45px;
}
.spec-group .spec-group__title {
  font-size: 20px;
  margin-bottom: 25px;
  color: #0C162D;
}
.spec-group .spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.spec-group .spec-list dt {
  padding: 14px 28px;
  color: #006799;
  font-weight: 600;
}
.spec-group .spec-list dt:nth-child(4n+1), .spec-group .spec-list dt:nth-child(4n+2) {
  background: #EDF0F4;
}
.spec-group .spec-list dd {
  padding: 14px 28px;
  color: #00334D;
}
.spec-group .spec-list dd:nth-child(4n+1), .spec-group .spec-list dd:nth-child(4n+2) {
  background: #EDF0F4;
}
.spec-group .spec-list.related {
  grid-template-columns: 100px auto 1fr;
}
.spec-group .spec-list.related dt, .spec-group .spec-list.related dd {
  padding: 14px 28px;
}
.spec-group .spec-list.related .image-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.spec-group .spec-list.related .image-column .related-img, .spec-group .spec-list.related .image-column .related-placeholder {
  object-fit: contain;
}
.spec-group .spec-list.related dt:nth-child(6n+1), .spec-group .spec-list.related dt:nth-child(6n+2), .spec-group .spec-list.related dd:nth-child(6n+3) {
  background: #EDF0F4;
}
.spec-group .spec-list.related dt:nth-child(6n+4), .spec-group .spec-list.related dt:nth-child(6n+5), .spec-group .spec-list.related dd:nth-child(6n+6) {
  background: transparent;
}

.related-products {
  background-color: #013752;
  padding: 128px 0 104px;
}

.contact-us {
  background-color: #EDF0F4;
  padding: 95px 0 67px;
}

.case-study {
  background-color: #EDF0F4;
  padding-top: 115px;
  padding-bottom: 95px;
  background-image: url("../images/watermark-blue.png");
  background-repeat: no-repeat;
  background-position: -30px center;
  background-size: 370px 372px;
}

.site-footer {
  border-top: 5px solid #EE7203;
}
.site-footer .footer-main {
  background-color: #013752;
  background-image: url(../images/watermark-darkblue.png);
  background-repeat: no-repeat;
  background-position: right -30px center;
  background-size: 400px auto;
  padding: 80px 20px 60px;
}
@media (min-width: 769px) {
  .site-footer .footer-main {
    padding: 100px 20px 80px;
  }
}
.site-footer .footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 769px) {
  .site-footer .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (min-width: 993px) {
  .site-footer .footer-columns {
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
  }
}
.site-footer .footer-column .footer-title {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #EE7203;
  margin: 0 0 20px 0;
}
.site-footer .footer-column .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-column .footer-menu li {
  margin-bottom: 12px;
}
.site-footer .footer-column .footer-menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.site-footer .footer-column .footer-menu li a::before {
  content: "";
  display: inline-block;
  width: 17.221px;
  height: 17.221px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.221' height='17.221' viewBox='0 0 17.221 17.221'%3E%3Cpath d='M189.845-773.3H180v-1.218h9.845l-4.624-4.624.868-.855 6.089 6.089-6.089 6.089-.868-.855Z' transform='translate(424.264 687.433) rotate(-45)' fill='%23006799'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.site-footer .footer-column .footer-menu li a:hover {
  color: #EE7203;
}
.site-footer .footer-column .footer-menu li a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.221' height='17.221' viewBox='0 0 17.221 17.221'%3E%3Cpath d='M189.845-773.3H180v-1.218h9.845l-4.624-4.624.868-.855 6.089 6.089-6.089 6.089-.868-.855Z' transform='translate(424.264 687.433) rotate(-45)' fill='%23EE7203'/%3E%3C/svg%3E");
}
.site-footer .footer-column .footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-column .footer-contact .contact-item {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.site-footer .footer-column .footer-contact .contact-item svg {
  width: 20px;
  height: 20px;
  fill: #006799;
  flex-shrink: 0;
  margin-top: 2px;
}
.site-footer .footer-column .footer-contact .contact-item a, .site-footer .footer-column .footer-contact .contact-item span {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}
.site-footer .footer-column .footer-contact .contact-item a:hover {
  color: #EE7203;
}
.site-footer .footer-column-social {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.site-footer .footer-column-social .footer-social-section .footer-social-icons {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 15px;
}
.site-footer .footer-column-social .footer-social-section .footer-social-icons .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.site-footer .footer-column-social .footer-social-section .footer-social-icons .social-icon span {
  color: #fff;
}
.site-footer .footer-column-social .footer-social-section .footer-social-icons .social-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.site-footer .footer-column-social .footer-social-section .footer-social-icons .social-icon:hover {
  color: rgb(187.6348547718, 89.8755186722, 2.3651452282);
}
.site-footer .footer-bottom {
  background-color: rgb(221.1724137931, 226.8103448276, 234.3275862069);
  padding: 20px;
}
@media (min-width: 769px) {
  .site-footer .footer-bottom {
    padding: 25px 20px;
  }
}
.site-footer .footer-bottom .footer-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 769px) {
  .site-footer .footer-bottom .footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer .footer-bottom .footer-copyright {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-footer .footer-bottom .footer-copyright span {
  font-size: 14px;
  color: #00334D;
}
.site-footer .footer-bottom .footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 769px) {
  .site-footer .footer-bottom .footer-bottom-menu {
    justify-content: flex-end;
  }
}
.site-footer .footer-bottom .footer-bottom-menu a {
  font-size: 13px;
  color: #00334D;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .footer-bottom-menu a:hover {
  color: #EE7203;
}

.product-commercial-description ul {
  list-style: none;
  margin: 10px 0;
}
.product-commercial-description ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.product-commercial-description ul li:before {
  content: url("/wp-content/themes/burgerhout/assets/images/check-orange.svg");
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=burgerhout.css.map */