.detail-container .detail-item.product a {
    margin-right: 0%;
  }

  .detail-item .productItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .detail-item .itemp {
    margin: 10px 10px;
    width: 380px;
    padding-bottom: 30px;
  }

  .detail-item .productPic {
    margin-top: 40px;
  }

  @media screen and (max-width: 960px) {
    .detail-item .itemp {
      width: 94%;
    }

    .detail-item .productPic {
      margin-top: 24px;
    }
  }

  .detail-item .itemp .pic {
    margin-bottom: 20px;
  }

  .detail-item .itemp img {
    width: 100%;
    height: auto;
  }