/* xl - DESKTOP STYLES */ 
.wholesale-tiered-pricing-for-woocommerce-radio {
    background: #e9eef2;
}

label.radio-tier {
    background: white;
    border: 1px solid;
}
.whtprole-savings-calculator.has-savings {
    display: none!important;
}
.radio-pricing-wrapper {
    display: flex;
    gap: 20px;
    background: #e9eef2;
    padding: 15px 40px;
    flex-direction: column;
}
.bundle-title-top {
    text-align: center;
    font-weight: 600;
    font-size: 12px!important;
    padding-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.bundle-title-bottom {
    text-align: center;
    font-size: 12px!important;
    color: #777;
    padding-bottom: 20px;
    margin-top: 15px;
}
.bundle-main-title {
    font-size: 15px!important;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.bundle-left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px!important;
    text-align: left;
}
.bundle-unit-new {
    color: #111;
    font-size: 18px!important;
    line-height: 1.1;
    font-weight: 800;
}
.bundle-box {
    background: #EFF3FF!important;
}
.emon-price{
display:flex;
flex-direction:column;
align-items:flex-end;
justify-content:center;
min-width:160px;
font-weight:600;
gap:6px;
}

.emon-switch{
position:relative;
width:42px;
height:22px;
margin:0;
}
.emon-upsell-item{
justify-content:space-between;
align-items:center;
}

/* lg - TABLET LANDSCAPE STYLES */ 
@media (max-width: 1199px) {
  .radio-pricing-wrapper {
      display: flex;
      gap: 20px;
      background: #e9eef2;
      padding: 15px 25px;
      flex-direction: column;
  }
  .emon-icon {
      display: none!important;
  }
  .single-product button.single_add_to_cart_button {
      width: 100%!important;
  }
  
}

/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 991px) {
  .radio-pricing-wrapper {
      display: flex;
      gap: 20px;
      background: #e9eef2;
      padding: 15px 25px;
      flex-direction: column;
  }
  .emon-icon {
      display: none!important;
  }
  .single-product button.single_add_to_cart_button {
      width: 100%!important;
  }
  
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  .radio-pricing-wrapper {
      display: flex;
      gap: 20px;
      background: #e9eef2;
      padding: 15px 25px;
      flex-direction: column;
  }
  .emon-icon {
      display: none!important;
  }
  .single-product button.single_add_to_cart_button {
      width: 100%!important;
  }
  
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  .radio-pricing-wrapper {
      display: flex;
      gap: 20px;
      background: #e9eef2;
      padding: 15px 25px;
      flex-direction: column;
  }
  .emon-icon {
      display: none!important;
  }
  .single-product button.single_add_to_cart_button {
      width: 100%!important;
  }
  
}

/* RETINA DISPLAY STYLES */ 
@media (min-device-pixel-ratio: 1.5) {
  .radio-pricing-wrapper {
      display: flex;
      gap: 20px;
      background: #e9eef2;
      padding: 15px 25px;
      flex-direction: column;
  }
  .single-product button.single_add_to_cart_button {
      width: 100%;
  }
  
}

