.product-bundle-section {
  margin-top: 30px;
}

.product-bundle-section .product-bundle-title {
  font-size: 22px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.product-bundle-section .set-buy-wrap {
  width: 100%;
  min-height: 225px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.product-bundle-section .set-buy-wrap .set-list {
  border-right: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  width: 20%;
  height: 100%;
  min-height: 225px;
}

.product-bundle-section .set-buy-wrap .set-list:last-child {
  border-right: none;
}

.product-bundle-section .set-buy-wrap .set-list::after {
  content: '+';
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #999;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -18px;
  z-index: 4;
}

.product-bundle-section .set-buy-wrap .set-list:last-child::after,
.product-bundle-section .set-buy-wrap .set-list:nth-last-child(2)::after {
  display: none;
}

.product-bundle-section .set-buy-wrap .set-list:nth-last-child(2)::before {
  content: '=';
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #999;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -18px;
  z-index: 4;
}

.product-bundle-section .set-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-bundle-section .set-buy-wrap .set-slider li {
  display: none;
  height: 225px;
  position: relative;
}

.product-bundle-section .set-buy-wrap .set-slider li.active-slide {
  display: block;
}

.product-bundle-section .set-buy-wrap .set-slider li.none {
  display: none !important;
}

.product-bundle-section .set-buy-wrap .set-slider .set-slider-content {
  display: block;
  width: auto;
  height: auto;
  padding: 35px 15px 20px;
}

.product-bundle-section .set-slider-content .set-slider-img,
.product-bundle-section .set-product-wrap .set-slider-img {
  width: 100px;
  height: 100px;
  display: table;
  float: left;
  text-align: center;
}

.product-bundle-section .set-slider-content .set-slider-img span,
.product-bundle-section .set-product-wrap .set-slider-img span {
  display: table-cell;
  vertical-align: middle;
}

.product-bundle-section .set-slider-content .set-slider-img img,
.product-bundle-section .set-product-wrap .set-slider-img img {
  max-width: 100%;
  height: auto;
}

.product-bundle-section .set-slider-content .set-slider-price,
.product-bundle-section .set-product-wrap .set-slider-price {
  width: 90px;
  height: 95px;
  display: table;
  float: right;
  text-align: center;
}

.product-bundle-section .set-slider-content .set-slider-price > div,
.product-bundle-section .set-product-wrap .set-slider-price > div {
  display: table-cell;
  vertical-align: middle;
}

.product-bundle-section .set-price-new {
  font-size: 16px;
  color: #ff9b13;
  display: block;
  text-align: left;
}

.product-bundle-section .set-price-old {
  font-size: 16px;
  color: #babab9;
  display: block;
  text-align: left;
  text-decoration: line-through;
}

.product-bundle-section .set-slider-content .set-slider-text,
.product-bundle-section .set-product-wrap .set-slider-text {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  clear: both;
}

.product-bundle-section .set-slider-content .set-slider-text p,
.product-bundle-section .set-product-wrap .set-slider-text p {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  margin: 0;
}

.product-bundle-section .set-slider-content a {
  color: inherit;
  text-decoration: none;
}

.product-bundle-section .set-slider-content a:hover .set-slider-text p {
  color: #f57d06;
}

.product-bundle-section .set-buy-wrap .set-list .set-close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 13px;
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
  background: #eee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M1 1l10 10M11 1L1 11'/%3E%3C/svg%3E") no-repeat center center;
}

.product-bundle-section .set-buy-wrap .set-list .set-close.active {
  background-color: #32cc8e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11'%3E%3Cpath fill='%23fff' d='M1 5.5l4 4 8-8'/%3E%3C/svg%3E");
}

.product-bundle-section .set-buy-wrap .set-list.set-buy-equally {
  display: table;
}

.product-bundle-section .set-buy-wrap .set-list.set-buy-equally .buy-equally {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 16px;
}

.product-bundle-section .buy-equally span.set-price-old {
  display: block;
  font-size: 22px;
  color: #babab9;
  text-decoration: line-through;
}

.product-bundle-section .buy-equally span.set-price-new {
  display: block;
  font-size: 30px;
  line-height: 42px;
  margin: 10px 0;
  color: #ff9b13;
}

.product-bundle-section .buy-equally p {
  font-size: 14px;
  color: #a3a2a2;
  line-height: 24px;
  margin: 0 0 8px;
}

.product-bundle-section .buy-equally button.set-buy-btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  padding: 9px 16px;
  background: linear-gradient(to bottom, #ff9d13 0%, #f09114 100%);
}

.product-bundle-section .buy-equally button.set-buy-btn:hover {
  background: linear-gradient(to bottom, #f09114 0%, #ff9d13 100%);
}

.product-bundle-section .set-buy-wrap .set-list.set-list-product .set-product-wrap {
  display: table;
  padding: 11px 15px;
  width: calc(100% - 25px);
}

.product-bundle-section .set-product-wrap h4 {
  font-size: 14px;
  color: #fc9a13;
  line-height: 29px;
  margin: 0;
  text-transform: uppercase;
}

.product-bundle-section .set-percent {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  background: #fd9c13;
  color: #fff;
  padding: 2px 5px;
  border-bottom-right-radius: 5px;
  z-index: 2;
}

.product-bundle-section .set-list:not(.single) .set-slider-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 24px;
  border: none;
  background: #f5f5f5;
  color: #666;
  cursor: pointer;
  z-index: 2;
  line-height: 22px;
  padding: 0;
}

.product-bundle-section .set-list:not(.single) .set-slider-prev {
  top: 8px;
}

.product-bundle-section .set-list:not(.single) .set-slider-next {
  bottom: 8px;
}

@media (max-width: 1199px) {
  .product-bundle-section .set-slider-content a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-bundle-section .set-buy-wrap,
  .product-bundle-section .set-buy-wrap .set-slider li {
    min-height: unset !important;
    height: unset !important;
  }

  .product-bundle-section .set-buy-wrap .set-slider .set-slider-content {
    padding: 35px 15px !important;
  }

  .product-bundle-section .set-buy-wrap .set-list.set-buy-equally {
    display: flex;
    padding: 35px 15px;
    width: 20%;
    height: unset;
  }

  .product-bundle-section .set-buy-wrap .set-list.set-buy-equally .buy-equally {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }

  .product-bundle-section .set-product-wrap .set-slider-price {
    float: none !important;
  }
}

@media (max-width: 991px) {
  .product-bundle-section .set-buy-wrap .set-list,
  .product-bundle-section .set-buy-wrap .set-list.set-buy-equally {
    width: 25% !important;
  }
}

@media (max-width: 767px) {
  .product-bundle-section .set-buy-wrap {
    flex-direction: column;
  }

  .product-bundle-section .set-buy-wrap .set-list {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }

  .product-bundle-section .set-buy-wrap .set-list::after,
  .product-bundle-section .set-buy-wrap .set-list::before {
    display: none !important;
  }
}
