.product-card {
  padding-bottom: 6rem;
  position: relative;
  height: 100%;
}
@media (max-width: 991.98px) {
  .product-card {
    border: 4px solid #f3f3f3;
    padding-bottom: 1rem;
    margin: 1rem 0;
  }
}
.product-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card-category {
  background-color: #9dc9db;
  font-size: 1.25rem;
  color: white;
  padding: 0.3rem 1.5rem;
  margin-left: 2rem;
  max-width: 18rem;
}
@media (max-width: 991.98px) {
  .product-card-category {
    max-width: none;
    margin-left: 0;
    width: 100%;
  }
}
.product-card img {
  border: 4px solid #f3f3f3;
}
@media (max-width: 991.98px) {
  .product-card img {
    border: none;
  }
}
.product-card p {
  font-size: 1.12rem;
  margin-bottom: 0;
  color: black;
  padding: 1.5rem 0 1.5rem 2rem;
}
@media (max-width: 991.98px) {
  .product-card p {
    padding: 1.5rem 0;
    margin: auto;
  }
}
.product-card .div-custom {
  margin-top: auto;
  margin-left: 2rem;
}
@media (max-width: 991.98px) {
  .product-card .div-custom {
    margin: auto;
  }
}
.product-card .btn {
  width: 14rem;
  margin: 0 !important;
  font-size: 1.12rem;
  font-weight: 400;
  transition: 0.5s;
}

body {
  background-color: white;
}

.navbar {
  background-color: white !important;
}

.breadcrumb {
  background-image: url("../../../../images/breadcrumb-product.jpg");
  min-height: 154px;
}

.hvr-sweep-to-right.active {
  background-color: #3A6AA3;
  color: white;
}

.products-highlights {
  margin-top: 3rem;
}
.products-highlights .empty {
  margin-bottom: 4rem;
}
.products-highlights .row-custom {
  margin: 3rem 0;
}
.products-highlights .row-custom .product-card {
  padding-bottom: 0;
}
.products-highlights .row-custom .col-md-4 {
  margin: 3rem 0;
}
@media (max-width: 991.98px) {
  .products-highlights .row-custom {
    margin: 0;
  }
  .products-highlights .row-custom .col-md-4 {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.products-highlights .tags {
  text-align: end;
}
.products-highlights .tags .btn {
  border-color: #28D5F3;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  border-width: 2px;
  font-weight: 400;
  border-radius: 0;
  color: #28D5F3;
}
.products-highlights .tags .btn:hover {
  background-color: #28D5F3;
  color: white;
}
.products-highlights .tags .active {
  background-color: #28D5F3;
  color: white;
}
.products-highlights h1 {
  position: relative;
}
.products-highlights h1::before {
  content: " ";
  background-image: url("../../../../images/background-line.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 35rem;
  height: 35rem;
  top: -10.5rem;
  left: -7rem;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .products-highlights h1::before {
    background: none;
    height: unset;
    width: unset;
  }
}
.products-highlights .btn-title {
  text-align: center;
  padding-left: 4rem;
  color: #3A6AA3;
}
@media (max-width: 991.98px) {
  .products-highlights .btn-title {
    margin-top: 2rem;
    padding: unset;
  }
}
@media (max-width: 991.98px) {
  .products-highlights .col-md-5 {
    margin: 1rem 0;
  }
}
.products-highlights span {
  color: #135381;
}
.products-highlights .nav {
  border: none !important;
}
.products-highlights .swiper-container {
  padding-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .products-highlights .swiper-container {
    padding: 2rem 0 7rem;
  }
}
.products-highlights .swiper-container .swiper-wrapper {
  align-items: flex-end;
}
.products-highlights .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
@media (max-width: 991.98px) {
  .products-highlights .swiper-container .swiper-wrapper .swiper-slide {
    height: unset;
  }
}
.products-highlights .swiper-container .swiper-wrapper .swiper-slide .product-card {
  padding: 0;
}
@media (max-width: 991.98px) {
  .products-highlights .swiper-container .swiper-wrapper .swiper-slide .product-card {
    margin: 3rem 0 0;
  }
  .products-highlights .swiper-container .swiper-wrapper .swiper-slide .product-card .div-custom {
    padding-bottom: 1rem;
  }
}
.products-highlights .swiper-container .swiper-button-disabled {
  display: none;
}

.products-lines {
  padding: 3rem 0 6rem;
  background: #116ba8;
  color: #fff;
}
.products-lines .container {
  position: relative;
}
.products-lines h4 {
  color: #fff;
  font-weight: 100;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.products-lines .swiper-container {
  padding: 2rem 0;
}
.products-lines .swiper-card {
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  border-radius: 10px;
  display: grid;
  text-align: center;
  justify-items: center;
  padding: 1rem;
  height: 11rem;
  color: #5c5c5c;
  box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.75);
  transition: all 0.3s;
}
.products-lines .swiper-card.active {
  background-color: #9dc9db;
  color: #0f5a8f;
}
.products-lines .swiper-card.active img:first-of-type {
  display: none;
}
.products-lines .swiper-card.active img:last-of-type {
  display: flex;
}
.products-lines .swiper-card img {
  margin-top: 1rem;
}
.products-lines .swiper-card img:first-of-type {
  display: flex;
}
.products-lines .swiper-card img:last-of-type {
  display: none;
}
.products-lines .swiper-card:hover {
  background-color: #9dc9db;
  color: #0f5a8f;
}
.products-lines .swiper-card:hover img:first-of-type {
  display: none;
}
.products-lines .swiper-card:hover img:last-of-type {
  display: flex;
}
.products-lines .swiper-prev, .products-lines .swiper-next {
  position: absolute;
  outline: none;
  bottom: -3rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.5625rem;
  height: 2.5625rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-lines .swiper-prev {
  left: 0;
}
.products-lines .swiper-next {
  right: 0;
}
