.sharethis {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.sharethis-item {
  display: inline-block;
}
.sharethis-item:not(:last-child) {
  margin-right: 1rem;
}
.sharethis-button {
  font-size: 1.5rem;
  cursor: pointer;
}
.sharethis-button[data-network=facebook] {
  color: #4267b2;
}
.sharethis-button[data-network=twitter] {
  color: #55acee;
}
.sharethis-button[data-network=whatsapp] {
  color: #25d366;
}
.sharethis-button[data-network=linkedin] {
  color: #0077b5;
}

.include-product {
  border: 1px solid #aeaeae;
  background-color: white;
  flex-direction: column;
  transition: all 0.3s;
  margin-bottom: 2rem;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.include-product:hover {
  background-color: #365778;
  transform: scale(1.05);
}
.include-product:hover h3 {
  color: white;
}
.include-product:hover .btn::before {
  height: 100%;
  width: 100%;
  inset: 0;
}
.include-product img {
  border-bottom: 1px solid #aeaeae;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .include-product img {
    width: 100%;
  }
}
.include-product h3 {
  transition: all 0.3s;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #666666;
  margin: 1.5rem;
}
.include-product .btn {
  margin: auto auto 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.product {
  max-width: 1920px;
  margin: 0 auto;
}
.product.top {
  padding-top: 3.75rem;
}
@media (max-width: 575.98px) {
  .product.top {
    padding-top: 2rem;
  }
}
.product.top .container .gallery {
  max-height: 26.813rem;
}
@media (max-width: 991.98px) {
  .product.top .container .gallery {
    max-height: inherit;
  }
}
.product.top .container .gallery .swiper-product {
  width: 100%;
}
@media (max-width: 991.98px) {
  .product.top .container .gallery .swiper-product .swiper-slide img {
    width: 100%;
  }
}
.product.top .container .gallery .thumb-gallery {
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  display: flex;
  height: 100%;
}
@media (max-width: 767.98px) {
  .product.top .container .gallery .thumb-gallery {
    flex-direction: row;
    margin-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  .product.top .container .gallery .thumb-gallery {
    margin-top: 1rem;
  }
}
.product.top .container .gallery .thumb-gallery .swiper-thumb {
  height: 21.625rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .product.top .container .gallery .thumb-gallery .swiper-thumb {
    height: auto;
  }
}
.product.top .container .gallery .thumb-gallery .swiper-thumb .swiper-slide {
  padding: 0.3rem 1rem 1rem;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .product.top .container .gallery .thumb-gallery .swiper-thumb .swiper-slide {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .product.top .container .gallery .thumb-gallery .swiper-thumb .swiper-slide {
    padding: 0 1rem;
  }
}
.product.top .container .gallery .thumb-gallery .swiper-thumb .swiper-slide:first-of-type {
  padding-top: 0;
}
.product.top .container .gallery .thumb-gallery .swiper-thumb .swiper-slide.swiper-slide-thumb-active img, .product.top .container .gallery .thumb-gallery .swiper-thumb .swiper-slide:hover img {
  filter: brightness(100%);
}
.product.top .container .gallery .thumb-gallery .swiper-thumb .swiper-slide img {
  filter: brightness(70%);
  transition: all 0.3s;
  width: 100%;
}
.product.top .container .gallery .thumb-gallery .swiper-thumb-prev,
.product.top .container .gallery .thumb-gallery .swiper-thumb-next {
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .product.top .container .gallery .thumb-gallery .swiper-thumb-prev,
.product.top .container .gallery .thumb-gallery .swiper-thumb-next {
    display: none;
  }
}
.product.top .container .gallery .thumb-gallery .swiper-thumb-prev svg,
.product.top .container .gallery .thumb-gallery .swiper-thumb-next svg {
  color: #666666;
  font-size: 2rem;
}
.product.top .container .gallery .thumb-gallery .swiper-thumb-prev {
  transform: translateY(-5px);
}
@media (max-width: 767.98px) {
  .product.top .container .gallery .thumb-gallery .swiper-thumb-prev {
    transform: translateY(0) rotate(-90deg);
  }
}
.product.top .container .gallery .thumb-gallery .swiper-thumb-prev:hover {
  transform: translateY(-0.5rem);
}
@media (max-width: 767.98px) {
  .product.top .container .gallery .thumb-gallery .swiper-thumb-prev:hover {
    transform: translateX(-0.5rem) rotate(-90deg);
  }
}
.product.top .container .gallery .thumb-gallery .swiper-thumb-next {
  transform: translateY(5px);
}
@media (max-width: 767.98px) {
  .product.top .container .gallery .thumb-gallery .swiper-thumb-next {
    transform: translateY(0) rotate(-90deg);
  }
}
.product.top .container .gallery .thumb-gallery .swiper-thumb-next:hover {
  transform: translateY(0.5rem);
}
@media (max-width: 767.98px) {
  .product.top .container .gallery .thumb-gallery .swiper-thumb-next:hover {
    transform: translateX(0.5rem) rotate(-90deg);
  }
}
@media (max-width: 991.98px) {
  .product.top .container .description {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .product.top .container .description {
    margin-top: 1rem;
  }
}
.product.top .container .description .breadcrumb {
  justify-content: start;
  padding: 0;
  margin: 0;
}
.product.top .container .description h1 {
  font-size: 3.125rem;
  margin-top: 1rem;
  color: #2d2d2d;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .product.top .container .description h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .product.top .container .description h1 {
    font-size: 1.8rem;
  }
}
.product.top .container .description .short-description {
  margin: 1rem 0 2rem;
  color: #666666;
}
.product.top .container .description .kmbi-robotic-arm {
  color: #666666;
  font-size: 2rem;
}
.product.top .container .description .title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #666666;
}
.product.top .container .description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product.top .container .description ul li {
  font-size: 0.875rem;
  color: #666666;
}
.product.top .container .description .buttons {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .product.top .container .description .buttons {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .product.top .container .description .buttons {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .product.top .container .description .buttons .btn-secondary {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .product.top .container .description .buttons .d-flex {
    justify-content: center;
  }
}
.product.top .container .description .buttons .d-flex .kmbi-industry {
  margin-left: 3rem;
  color: #666666;
  font-size: 2rem;
}
@media (max-width: 575.98px) {
  .product.top .container .description .buttons .d-flex .kmbi-industry {
    margin-left: 0;
  }
}
.product.top .container .description .buttons .d-flex a.link {
  text-decoration: underline;
  color: #666666;
}
.product.top .container .description .buttons .d-flex a.link:hover {
  color: #365778;
}
.product.description {
  padding-bottom: 6rem;
  padding-top: 6rem;
  overflow-x: clip;
}
@media (max-width: 575.98px) {
  .product.description {
    padding: 3rem 0;
  }
}
.product.description .container {
  position: relative;
}
.product.description .container .kmbi-screw-thread,
.product.description .container .kmbi-screw {
  position: absolute;
}
@media (max-width: 575.98px) {
  .product.description .container .kmbi-screw-thread,
.product.description .container .kmbi-screw {
    display: none;
  }
}
.product.description .container .kmbi-screw-thread {
  transform: rotateZ(160deg);
  left: -8.5rem;
  height: 29rem;
  width: 25rem;
  top: -2rem;
}
.product.description .container .kmbi-screw {
  bottom: -8.5rem;
  height: 21rem;
  right: -14rem;
  width: 36rem;
  left: auto;
}
.product.description .container .box {
  background-color: #f8f8f8;
  padding: 4.063rem 5.375rem;
  position: relative;
  color: #2d2d2d;
}
@media (max-width: 991.98px) {
  .product.description .container .box {
    padding: 3rem;
  }
}
@media (max-width: 575.98px) {
  .product.description .container .box {
    padding: 1rem;
  }
}
.product.description .container .box h2 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .product.description .container .box h2 {
    margin-bottom: 0;
  }
}
.product.description .container .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product.description .container .box ul li {
  font-weight: 300;
}
.product.description .container .box ul li:not(.product.description .container .box ul li:last-child) {
  margin-bottom: 0.5rem;
}
.product.description .container .box p {
  margin-bottom: 0.5rem;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .product.description .container .box p {
    margin-top: 2rem;
  }
}
.product.description .container .box p.description {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 3rem;
}
.product.description .container .video {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  position: relative;
}
.product.description .container .video svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 3rem;
  fill: white;
}
.product.products {
  padding-bottom: 6rem;
  padding-top: 3rem;
}
@media (max-width: 575.98px) {
  .product.products {
    padding: 1rem 0 2rem;
  }
}
.product.products .container span {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .product.products .container span {
    font-size: 1rem;
  }
}
.product.products .container h2 {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .product.products .container h2 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .product.products .container h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.product.products .container .swiper-container {
  overflow-y: visible;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-x: clip;
}
@media (max-width: 575.98px) {
  .product.products .container .swiper-container {
    padding: 0;
  }
}
