.product-nav {
  margin-top: 60px;

  .nav-item {
    .nav-link {
      border-radius: 5px;
      padding: 6px 20px;
      border: 1px solid #e5e5e5;
      color: #333333;

      &.active {
        color: #ffffff;
      }
    }
    &:not(:last-child) {
      margin-right: 15px;
    }
  }
}

.product-card {
  a {
    &:hover {
      text-decoration: none;
    }
  }

  .card {
    border-radius: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: 0;
  }

  .discBtn {
    background-color: 88ee8e;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
  }

  .cart {
    width: 40px;
    height: 40px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 5px;
    color: #2d3652;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .title {
    font-weight: 600;
    color: #333;
  }
}
