/* 🔴🔴🔴🔴 Buy Together & Save 🔴🔴🔴🔴 */
.ec-upsell-bundle-wrapper{	
  display:flex!important;
  flex-wrap:wrap!important;
  background:#fff!important;
  border:0!important;
}
.ec-upsell-bundle-header{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  margin-bottom:14px!important;
  padding:0!important;
  border:0!important;
}
.ec-upsell-bundle-icon,
.ec-upsell-bundle-title p,
.ec-upsell-checkmark,
.ec-upsell-discount-badge,
.ec-upsell-bundle-add-all svg,
.ec-upsell-bundle-action,
.ec-upsell-add-btn{
  display:none!important;
}
.ec-upsell-bundle-title h4{
  margin:0!important;
  font-size:19px!important;
  font-weight:600!important;
  line-height:1.3!important;
  color:#111!important;
}
.ec-upsell-bundle-list{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:22px!important;
  flex:0 0 auto!important;
  max-width:max-content!important;
}
.ec-upsell-bundle-item{
  position:relative!important;
  display:block!important;
  flex:0 0 170px!important;
}
.ec-upsell-bundle-item-inner{
  display:block!important;
}
.ec-upsell-bundle-checkbox input[type="checkbox"]{
  accent-color:#ff7a00!important;
  cursor:pointer!important;
  opacity:1!important;
}
.ec-upsell-bundle-thumb{
  display:flex!important;
   align-items:center!important;
  justify-content:center!important;
  width:160px!important;
  height:150px!important;
}
.ec-upsell-bundle-thumb img{
  width:auto!important;
  height:auto!important;
}
.ec-upsell-bundle-footer{
  display:block!important;
  flex:0 0 250px!important; 
  width:250px!important;
  min-width:250px!important;
  margin:34px 0 0 0!important;
  padding:0!important;
}
.ec-upsell-bundle-total{
  display:block!important;
  margin:0 0 12px!important;
}
.ec-upsell-total-label{
  margin-right:4px!important;
  font-size:14px!important;
  color:#111!important;
}
.ec-upsell-total-price{
  font-size:28px!important;
  line-height:1!important;
  font-weight:400!important;
  color:#111!important;
}
.ec-upsell-bundle-add-all{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 18px!important;
  border:1px solid #fcd200!important;
  border-radius:999px!important;
  background:#ffd814!important;
  color:#111!important;
}
@media (max-width:991px){
  .ec-upsell-bundle-wrapper{
    display:block!important;
  }
  .ec-upsell-bundle-list{
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding-bottom:8px!important;
    max-width:none!important;
  }
}