.big_img {
      max-width: 1200px;
      overflow: hidden;
      cursor: pointer;
      margin: 10px auto 30px;
    }

    .Good_Review {
      max-width: 1200px;
      margin: 10px auto;
      padding: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .Review {
      margin: 10px;
      padding: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
    }

    .three_type {
      max-width: 1200px;
      margin: 10px auto;
    }

    .three_type .top_title {
      font-weight: 600;
      font-size: 16px;
      border-bottom: 1px solid #e5e5e5;
      padding: 10px;
    }

    .three_type .image2 {
      width: 100%;
      height: 180px;
      overflow: hidden;
      background-color: #fff;
      border-radius: 5px;
    }

    .three_type .item {
      padding: 15px;
      width: 24%;
      margin: 0 0.5%;
      position: relative;
    }

    .three_type .title {
      font-size: 14px;
      padding: 0px 8px;
    }

    .cart_whilst {
      transition: all .4s ease;
      position: absolute;
      top: 6px;
      right: 4px;
      width: 30px;
      background-color: #fff;
      text-align: center;
      font-size: 14px;
      cursor: pointer;
    }

    .wishlistfoucs {
      fill: #E5404F;
    }

    .month {
      padding: 2px 8px;

    }

    .three_type .box_price {
      font-size: 13px;
      padding: 0px 8px;
    }

    .three_type .box_price .dis_price {
      font-size: 12px;
      color: rgb(240, 34, 34);
      text-decoration: line-through;
    }

    .three_type .box_price .price {
      font-size: 15px;
      font-weight: 500;
      margin-left: 10px;
    }

    @media screen and (max-width:880px) {
      .three_type .item {
        width: 49%;
      }
    }