/* .product-list-section{
    padding: 80px 0;
}

.product-card.container {
  position: relative;
  margin: 70px auto;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1), 0px 60px 75px -25px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.product-card .product-image img {
  width: 290px;
  margin-top: -60px;
}


.product-card .product-title {
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: 35px;
  color: #007192;
}

.product-card .product-description {
  font-size: 1px;
  padding: 15px 45px;
  color: #878787;
  line-height: 22px;
}



.product-card .btn-add-to-cart {
  border: none;
  padding: 12px 50px;
  background: #007192;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 15px 45px rgba(45, 124, 242, 0.5);
  cursor: pointer;
  transition: background 0.3s ease-in;
}

.product-card .btn-add-to-cart:hover {
  background: #007192;
}

.product-card .credit {
  position: absolute;
  padding: 0px 10px;
  padding-bottom: 8px;
  height: 15px;
  right: 10px;
  top: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  font-size: 7px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.3);
  cursor: default;
}

.product-card .credit:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-card .credit img {
  position: relative;
  width: 14px;
  margin-left: 3px;
  top: 4px;
} */
