:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #364d59; /* Default color used for the majority of the text content across the entire website */
  --heading-color-old: #52565e; /* Color for headings, subheadings and title throughout the website */
  --heading-color: #282c35; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #f6821f; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color-100: #fef1e6; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color-200: #fcd6b5; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color-300: #fabb84; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color-400: #f89f53; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color-500: #f68422; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
.features-points {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.features-points span {
  margin-right: 10px;
}
.features-points span.fa {
  color: var(--accent-color);
}
.features-benefits h4,
.product-information-box h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.features-benefits {
  margin: 40px 0;
  border: 1px solid #000;
  /* padding: 50px 40px; */
  padding: 26px 23px;
}
.product-information-box {
  margin-top: 30px;
}
.product-information-box h4 {
  margin-bottom: 15px;
}
.information-table table td {
  padding: 5px 15px;
  display: inline-flex;
  margin-right: 7px;
  margin-bottom: 7px;
}
td.information-titles {
  border: 1px solid var(--accent-color);
  width: 33%;
}
td.information-details {
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
  color: #fff;
  width: 64%;
}
.video-section {
  margin-bottom: 30px;
  margin-top: 50px;
}
.watch-video {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.watch-video p a {
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 100px;
  height: 85px;
  width: 85px;
  line-height: 85px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}
.product-list-box picture {
  width: 160px;
  display: block;
  margin: 0 auto;
}
.product-list-box {
  text-align: center;
  margin-bottom: 5px;
}
.product-list-box a {
  text-decoration: none;
  background: #ddd;
  display: block;
  padding: 30px 15px;
  color: #000;
  transition: 0.4s ease-in-out;
}
.product-list-box a:hover {
  background: var(--primary-color);
  color: #fff;
}
.product-list-box a:hover .product-list-text {
  border-top: 1px solid #fff;
}
.product-list-text {
  margin-top: 20px;
  border-top: 1px solid var(--primary-color);
  padding-top: 20px;
}
.product-list-text span {
  background: #bcbdbd;
  padding: 10px 25px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
.product-list-box a:hover .product-list-text span {
  background: #fff;
  padding: 10px 25px;
  color: var(--primary-color);
  font-size: 14px;
  display: inline-block;
}
.product-list-text h3 {
  font-size: 18px;

  height: 45px;
  overflow: hidden;
}
.product-list-text p {
  font-size: 11px;
  margin: 15px 0;
}
.product-list-section {
  padding: 50px 0 20px;
}
.product-list-section h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-main-details h2 {
  font-size: 45px;
}
.product-main-details h3 {
  font-size: 24px;

  color: var(--accent-color);
}

.product-main-image.fixed {
  position: fixed !important;
  top: 5%;
  width: 625px;
}
@media screen and (max-width: 1366px) {
  .product-main-image.fixed {
    position: fixed !important;
    top: 5%;
    width: 538px;
  }
}

@media (max-width: 767px) {
  .information-titles {
    font-size: 18px;
  }
  .info-patch {
    padding: 10px 20px;
  }
  .mobile-details {
    background: var(--accent-color);
    color: #fff;
    padding: 5px 0;
  }
  .product-overview-text h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .details-btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .product-list-section .row {
    --bs-gutter-x: 0.7rem;
  }
  .details-btn a:last-child {
    margin: 0;
  }
  .advisor-result-section h2,
  .product-main-details h2 {
    font-size: 35px;
  }
  .product-list-box a {
    background: var(--primary-color);
    padding: 15px;
    margin-bottom: 10px;
  }
  .product-list-text span {
    color: var(--primary-color);
    background: #fff;
  }
  .product-list-text h3,
  .product-list-text p {
    color: #fff;
  }
  .advise-result-box picture,
  .email-form input,
  .product-list-box picture,
  .product-main-image .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
  }
  .locator-banner img {
    width: 100%;
    height: auto;
  }
  .locator-banner h1 {
    font-size: 24px;
  }
  .product-main-image.fixed {
    position: relative !important;
    top: auto;
    width: 100%;
  }
  .product-main-image {
    position: relative !important;
    top: auto !important;
  }
  td.information-titles {
    width: 37%;
  }
  td.information-details {
    width: 59%;
  }
  .features-benefits {
    margin: 0 0 20px;
    padding: 20px 10px;
  }
  .advise-result-box,
  .video-section {
    margin-bottom: 20px;
  }
  .details-btn a {
    margin-right: 5px;
    padding: 12px 30px;
  }
  .video-section {
    margin-top: 0;
  }
  .product-main-details {
    margin-top: 25px;
  }
  .product-list-section h2 {
    font-size: 30px;
  }
  section.advisor-result-section {
    padding: 35px 0 0;
  }
  .newsletter-box {
    display: block;
  }
  .email-envelope {
    background: #000;
    padding: 26px 40px;
    line-height: 40px;
    display: inline-block;
  }
  .email-form {
    width: 100%;
    margin: 0;
  }
  .email-form button {
    font-size: 16px;
    margin: 13px auto 0;
    width: 34%;
    display: flex;
  }
  section.newsletter-section {
    padding: 5px 0 30px !important;
  }
  .advisor-result-section .col-md-3.col-6 {
    padding: 0 10px;
  }
}
