.bgPD {
  margin-top: 80px;
  background-color: #e3e3e3;
}

.swiper {
  width: 380px;
  height: 400px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: cover;
}

:root {
  --swiper-theme-color: #176361 !important;
}

.buybtn {
  background-color: #176361;
  color: #fff;
  font-size: 15px;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 50px;
}

.buybtn:hover {
  background-color: #fff;
  color: #176361;
  border: 1px solid #176361;

}

/* Table */
table.specsTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  color: #000000;
}

table.specsTable td,
table.specsTable th {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 5px;
  padding-left: 15px;
  font-size: 15px;
}

table.specsTable thead {
  background-color: #176361;
  color: #fff;
}

.pdBtn {
  font-weight: 700;
  border: none;
  border-bottom: 2px solid #8d8d8d;
  color: #8d8d8d;
  font-size: 15px;
  background-color: transparent;
}

.actived {
  border-bottom: 4px solid #176361 !important;
  color: #176361 !important;
}

.productCharacters {
  font-size: 15px !important;
  color: #8d8d8d;
  font-weight: 100;
}

.downloadBox {
  background-color: #eceef0;
}

.downloadBox h5 {
  font-size: 10px;
  font-weight: 100 !important;
}

.downloadBtn {
  border: 1px solid #176361;
  font-weight: 100;
  font-size: 10px;
  width: 80px !important;
}

.downloadBtn:hover {
  border: 1px solid #176361;
  background-color: #176361;
  color: #fff;
  font-weight: 100;
  font-size: 10px;
  width: 80px !important;
}

.myDownload {
  width: 100%;
  height: 160px;
}

.section {
  display: none;
}

.active-section {
  display: block;
}

/* CASES */
.image-container {
  overflow: hidden;
}

.rowCase .caseContainer {
  width: 31%;
  margin-left: 1vw;
  margin-bottom: 1vw;
}

.image-container img {
  width: 100%;
  margin: 0 !important;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}

.caseData {
  background-color: #eee;
}

.caseContainer:hover .caseData {
  background-color: #176361;
  color: #fff;
}

.caseContainer:hover span {
  color: #fff;
}

.caseContainer:hover img {
  transform: scale(1.1);

}

.rowCase {
  display: flex;
  margin-top: 20px !important;
}

.image-containers {
  overflow: hidden;
}

.image-containers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
/********************************************************************** MOBILE */
@media screen and (max-width: 960px) {
.productData {
  margin-top: 30px !important;
  width: 100% !important;
}
.buybtn {
  margin-top: 5px;
}
.rowCase .caseContainer {
  width: 98%;
}

}