.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;
}

.products {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .products .container .side-bar nav {
    justify-content: space-between;
    margin-bottom: 3rem;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .products .container .side-bar nav {
    flex-direction: column;
  }
}
.products .container .side-bar nav p {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-weight: 900;
}
.products .container .side-bar nav .show > a {
  font-weight: 900;
  color: black;
}
.products .container .side-bar nav .show > a .kmbi-chevron-right {
  transform: rotate(90deg);
}
.products .container .side-bar nav .active {
  height: auto;
}
.products .container .side-bar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products .container .side-bar nav ul li {
  align-items: center;
  padding: 0.2rem 0;
  color: #666666;
}
.products .container .side-bar nav ul li .kmbi-chevron-right {
  margin-right: 0.5rem;
  cursor: pointer;
}
.products .container .side-bar nav ul li a:hover {
  font-weight: 900;
  color: black;
}
.products .container .side-bar nav ul li ul {
  padding-left: 1rem;
  overflow: hidden;
  height: 0;
}
.products .container .side-bar nav ul li ul li a:focus {
  font-weight: 900;
  color: black;
}
.products .container .side-bar nav .segments .form-check {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}
.products .container .side-bar nav .segments .form-check:hover .form-check-label {
  color: black !important;
  font-weight: 900;
}
.products .container .side-bar nav .segments .form-check-input {
  cursor: pointer;
}
.products .container .side-bar nav .segments .form-check-input:checked + * {
  color: black !important;
  font-weight: 900;
}
.products .container .side-bar nav .segments .form-check-label {
  color: #666666;
  cursor: pointer;
}
.products .container .side-bar nav .segments .btn-link {
  text-decoration: underline;
  color: #666666;
  font-weight: 400;
}
.products .container .side-bar nav .segments .btn-link:hover {
  color: #365778;
}
