  .bundle {
    display: flex;
    justify-content: space-between;
  }

  .bundle_l {
    width: 39.375%;
    min-height: 200px;
  }

  .bundle_r {
    width: 59.375%;
    padding: 24px 0;
    background: #F2F3F5;
    border-radius: 4px;
  }

  .bundle_r_list {
    min-height: 200px;
    display: none;
  }

  .bundle_r_list:first-child {
    display: block;
  }

  .bundle_r_t {
    align-items: center;
    height: auto;
  }

  .bundle_l img {
    width: 100%;
  }

  .bundle_r_t_swiper {
    position: relative;
    overflow: hidden;
    padding: 0 24px;
  }

  /* .bundle_r_t_swiper .swiper-slide {
    height: auto;
  } */

  .bundle_r_t_swiper .swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
    height: 10px;
  }

  .bundle_r_t_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: rgba(117, 117, 117, 1);
  }

  .act_content_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .bundle_item {
    width: 48.125%;
    margin-bottom: 60px;
    cursor: pointer;
  }

  .bundle_item.on {
    display: none;
  }

  .bundle_product_list {
    display: block;
    width: 30%;
    flex-shrink: 0;
    margin: 0 40px 30px 0;
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    position: relative;
    border: 1px solid #F2F3F5;
  }

  .bundle_product_list.on {
    border-color: #8E9299;
  }

  /* .bundle_product_list:first-child.on {
    border-color: #F2F3F5;
  } */

  .bundle_product_list:after {
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 1;
    background: url('https://cdn.aosomcdn.com/upload/tem/new_ui/images/bundle_add.png') center center no-repeat;
  }

  .bundle_product_list:last-child {
    margin-right: 0;
  }

  .bundle_product_list:last-child:after {
    display: none;
  }

  .bundle_product_img {
    display: block;
    margin-bottom: 12px;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }

  .bundle_product_img img {
    display: block;
    border-radius: 4px;
    width: 100%;
  }

  .bundle_sold_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.60) 0%, rgba(43, 43, 43, 0.60) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
    color: #fff;
  }

  .bundle_product_name {
    display: block;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 150%;
    font-weight: 500;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
  }

  .bundle_product_price {
    display: block;
    font-size: 24px;
    line-height: 130%;
    color: #2b2b2b;
    font-weight: 700;
    text-align: left;
  }

  .bundle_product_select {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    border-radius: 3.5px;
    border: 1.5px solid #8E9299;
    background: #FFF;
    cursor: pointer;
  }

  /* .bundle_product_list:first-child .bundle_product_select {
    display: none;
  } */

  /* .bundle_product_list:first-child:before {
    content: '';
    width: 1px;
    height: 96%;
    position: absolute;
    right: -25px;
    top: 2%;
    z-index: 1;
    border-right: 1px dashed #D4D4D4;
  } */

  /* .bundle_product_list:first-child .bundle_product_name {
    display: none;
  } */

  .bundle_product_select.selected {
    background: url('https://cdn.aosomcdn.com/upload/tem/new_ui/images/bundle_select.png') center center no-repeat;
    background-size: contain;
    border-width: 0;
  }

  .bundle_r_b {
    margin: 0 24px;
    padding: 24px 20px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bundle_price {
    display: block;
    font-size: 32px;
    line-height: 130%;
    color: #dc2f2f;
    font-weight: 700;
  }

  .bundle_price_total {
    display: block;
    font-size: 24px;
    line-height: 130%;
    color: #8E9299;
    text-decoration: line-through;
    margin-top: 12px;
  }

  .main_only .bundle_price {
    color: #2b2b2b;
    margin-bottom: 0;
  }

  .main_only .bundle_price_total {
    display: none;
  }

  .bundle_r_b_r a {
    display: inline-block;
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    background-color: #2b2b2b;
  }

  .bundle_r_b_r a.add_disable {
    background: #C9CDD4;
    cursor: default;
  }

  .bundle-big {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    min-height: 200px;
  }

  .bundle-small {
    position: relative;
    overflow: hidden;
  }

  .bundle-big img {
    display: block;
    border-radius: 4px;
  }

  .bundle-small img {
    display: block;
    border-radius: 4px;
  }

  .bundle-small .swiper-slide-thumb-active:after {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #dc2f2f;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border-radius: 4px;
    z-index: 1;
  }

  .bundle-big .swiper-button-prev,
  .bundle-big .swiper-button-next {
    width: 40px;
    height: 40px;
    background-image: url(https://cdn.aosomcdn.com/upload/tem/new_ui/images/act-arrow-right-small.svg);
  }

  .bundle-big .swiper-button-prev {
    left: 10px;
  }

  .bundle-big .swiper-button-next {
    right: 10px;
  }

  .bundle-big .swiper-pagination {
    display: block;
  }

  .bundle-big .swiper-pagination-bullet {
    width: 24px;
    height: 8px;
    opacity: 0.7;
    background: #fff;
    margin: 0 8px;
    border-radius: 1px;
  }

  .bundle-big .swiper-pagination-bullet-active {
    background: #dc2f2f;
    opacity: 1;
  }

  @media only screen and (max-width: 1400px) {
    .bundle_product_list {
      padding: 12px;
    }

    .bundle_product_select {
      top: 20px;
      right: 20px;
    }

    .bundle_product_name {
      font-size: 14px;
    }

    .bundle_product_price {
      font-size: 20px;
    }

    .bundle_price {
      font-size: 24px;
    }

    .bundle_price_total {
      font-size: 14px;
    }

    .bundle_r_b_r a {
      padding: 0 50px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
    }
  }

  @media only screen and (max-width: 1025px) {
    .bundle_item {
      margin-bottom: 40px;
    }

    .bundle_product_name {
      font-size: 13px;
    }

    .bundle_product_price {
      font-size: 18px;
    }

    .bundle_sold_out {
      font-size: 16px;
    }

    .bundle_product_select {
      width: 25px;
      height: 25px;
    }

    .bundle_price {
      font-size: 20px;
    }

    .bundle_price_total {
      font-size: 13px;
    }

    .bundle_r_b_r a {
      padding: 0 40px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
  }

  @media only screen and (max-width: 900px) {
    .bundle {
      flex-wrap: wrap;
    }

    .bundle_l {
      width: 100%;
    }

    .bundle_r {
      width: 100%;
    }

    .bundle-small {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 767px) {
    .act_content_bundle .act-title h2 {
      margin: 0;
    }

    .bundle_r {
      padding: 12px 0;
    }

    .bundle_r_t_swiper {
      padding: 0 12px;
    }

    .bundle_product_list {
      padding: 8px;
      width: 33.3333%;
      margin: 0 24px 12px 0;
    }

    .bundle_product_img {
      margin-bottom: 8px;
    }

    .bundle_product_select {
      width: 20px;
      height: 20px;
      top: 12px;
      right: 12px;
    }

    .bundle_sold_out {
      font-size: 12px;
    }

    .bundle_product_list:after {
      width: 24px;
      right: -24px;
      background-size: 50%;
    }

    .bundle_product_name {
      font-size: 12px;
      margin-top: 4px;
    }

    .bundle_product_price {
      font-size: 14px;
    }

    .bundle_price {
      font-size: 20px;
    }

    .bundle_price_total {
      font-size: 14px;
      margin-top: 4px;
    }

    .bundle_r_b {
      padding: 12px;
      margin: 0 12px;
    }

    .bundle_r_b_r a {
      padding: 0 24px;
      font-size: 14px;
    }

    .bundle_item {
      margin-bottom: 20px;
    }

    .bundle_r_t_swiper .swiper-pagination-progressbar {
      height: 5px;
      display: none;
    }

    .bundle-big {
      margin-bottom: 8px;
    }

    .bundle-small {
      margin-bottom: 12px;
    }

    /* .bundle_product_list:first-child:before {
      right: -14px;
    } */

    .bundle-small .swiper-slide-thumb-active:after {
      display: block;
    }

    .bundle_product_list.swiper-slide-next:after {
      display: block;
    }

    .bundle_product_list.swiper-slide-next:last-child:after {
      display: none;
    }

    .bundle-big .swiper-button-prev,
    .bundle-big .swiper-button-next {
      display: flex;
      width: 30px !important;
      height: 30px !important;
      background-size: 32%;
    }

    .bundle-big .swiper-button-prev {
      left: 8px;
    }

    .bundle-big .swiper-button-next {
      right: 8px;
    }

    .bundle-big .swiper-button-disabled {
      display: none;
    }

    .bundle-big .swiper-pagination-bullet {
      width: 12px;
      height: 4px;
    }
  }