.product_bar.w {
  background-image: url(../wimg/product-bar-p.jpg?v=1);
}

.section-gutter-t {
  padding-top: 5rem;
}

.section-gutter-b {
  padding-bottom: 5rem;
}

.hartmann-logo-sm {
  height: 3.5rem;
  width: auto;
}

ul.w-12-ul {
  margin: 1rem auto;
  padding-left: 0;
  list-style-type: none;
}

ul.w-12-ul li {
  display: flex;
  color: #535353;
}

ul.w-12-ul li::before {
  content: "●";
  display: block;
  margin-right: 0.5rem;
  color: #edddb0;
}

.gradient-bar-w {
  width: 50%;
}

.wp-space-title {
  text-align: center;
  /* border-top: 1px solid #001689; */
  border-bottom: 2px solid #001689;
  color: #001689;
  font-weight: 900;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.wp-space {
  padding-top: 1rem;
}

.wp-space ul.wp-space-table {
  padding-left: 0;
  list-style-type: none;
}

.wp-space ul.wp-space-table li {
  border-bottom: 1px solid #001689;
  padding: 0.2rem 0.5rem;
  font-weight: 900;
}

.wp-name {
  font-size: 2rem;
  color: #001689;
  font-weight: 900;
}

.wp-name>span {
  font-weight: 700;
}

.wp-name-zw {
  font-size: 2rem;
  font-weight: 500;
}

.wp-name-zw small {
  font-size: 14px;
}

.wp-range {
  display: inline-block;
  padding: 0.2rem 2rem;
  border-radius: 50rem;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.wp-range.sm {
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  width: auto;
}

ul.wp-intro-list-type {
  list-style-type: none;
  padding: 0;
}

ul.wp-intro-list-type li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

/* ul.wp-intro-list-type  li:before{
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;

} */
.w-howuse-step-vectors {
  width: 10rem;
  display: block;
  margin: 0 auto;

}

.faq-item+.faq-item {
  border-top: 1px solid #aaa;
  padding-top: 1rem;
}

.badge.text-bg-Silicone {
  background-color: #B0D354;
}

.wp-middle {
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

.allwptable-each {
  display: flex;
  align-items: center;
}

.allwptable-each>div {
  z-index: 4;
  /* position: relative; */
}

.allwptable-each:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 3.2rem;
  height: 5rem;
  background-color: #00beff;
  margin-left: -1rem;
  z-index: 3;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  /* position: relative; */
}

.allwptable-each.arrow-secondary:after {
  background-color: #0045ff;

}

.allwptable-each.arrow-transparent:after {
  background-color: transparent;
}

@media (max-width: 576px) {
  .allwptable-each {
    flex-direction: column;
  }

  .allwptable-each:after {
    margin-left: 0;
    margin-top: -1rem;
    width: 20vw;
    height: 4rem;
    /* transform: rotate(450deg); */
    clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}

@media (max-width: 1023px) {
  .product_bar.w {
    background-image: url(../wimg/product-bar-m-p.jpg);
  }

  .section-gutter-t {
    padding-top: 2rem;
  }

  .section-gutter-b {
    padding-bottom: 2rem;
  }

  .gradient-bar-w {
    width: 40%;
  }

  .wp-name,
  .wp-name-zw {
    text-align: center;
  }

  .wp-name {
    font-size: 30px;
  }

  .wp-range {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }


}

@media (max-width: 768px) {
  .gradient-bar-w {
    width: 80%;
  }

  .wp-middle {
    margin-left: 0px;
    margin-right: 0px;
    border-left: none;
    border-right: none;
  }
}