.w-product-bundle .attributes-item {
  float: left;
  width:48%;
  padding:0px 2% 10px 0px;
}
.w-product-bundle .attributes-select {
  width:100%;
}
.w-product-bundle .bundle-products {
  flex-wrap: wrap;
  justify-content: space-between;
  display:flex;
}
.w-product-bundle .bundle-total-price {
  font-size:24px;
  text-align: right;
  border-top:1px solid #e5e5e5;
  margin-bottom:20px;
}
.w-product-bundle .bundle-total-price .title,  .w-product-bundle .bundle-total-price .price {
  display:inline-block;
}
.w-product-bundle .bundle_image {
  float: left;
  width:30%;
  padding-right:10px;
}
.w-product-bundle .bundle_item {
  overflow: hidden;
  width:30%;
  padding:10px 10px;
}
.w-product-bundle .bundle_item:nth-child(3) ~ .bundle_item {
  border-top:1px solid #e5e5e5;
}
.w-product-bundle .bundle_price {
  float: right;
  font-size:20px;
  margin-top:-5px;
}
.w-product-bundle .bundle_price .old {
  font-size:0.8em;
  text-decoration: line-through;
}
.w-product-bundle .bundle_qty {
  float: left;
}
.w-product-bundle .price {
  font-size:24px;
}
.w-product-bundle .right-area-bundle {
  overflow: hidden;
}
.w-product-bundle > div:after {
  clear: both;
  content:'';
  display:block;
}
@media (max-width:992px) {
  .w-product-bundle .bundle_item {
    width:48%;
  }
  .w-product-bundle .bundle_item:nth-child(2) ~ .bundle_item {
    border-top:1px solid #e5e5e5;
  }
}
@media (max-width:768px) {
  .w-product-bundle .bundle_item {
    width:100%;
  }
  .w-product-bundle .bundle_item:nth-child(1) ~ .bundle_item {
    border-top:1px solid #e5e5e5;
  }
}
