.bundle-atc-right-col .bundle-discount-percentage{ display: none;}
 .price {}
.current-price {
  font-size: 24px !important;
  line-height: 28px;
  letter-spacing: 0;
  color: #008DA3;
  font-weight: 700;
  margin: 0 0 2px;
  display: block;
}

.old-price {
  --slash-color: #ff5a5f;
  --slash-thickness: 2px;
  --slash-angle: -12deg;
  --slash-overscan: 0%;

  position: relative;
  display: inline-block;
  width: fit-content;
  font-size: 16px;
  line-height: 1.2;
  color: #A4A4A4;
  font-weight: 600;
  white-space: nowrap;
}

.old-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(var(--slash-overscan) * -1);
  width: calc(100% + (var(--slash-overscan) * 2));
  height: var(--slash-thickness);
  background: var(--slash-color);
  border-radius: 999px;
  transform: translateY(-50%) rotate(var(--slash-angle));
  transform-origin: center;
  pointer-events: none;
}
    
    .bundle-card-body-wrapper {
        padding-bottom: 0px;
        padding: 0px!important;
    }    
    .bundle-atc-right-col .bundle-card-new {
        padding: 5px;
        border-radius: 20px;
        min-height: 403px;
    }
    
    .bundle-card-body-wrapper h5 {
        color: #27333C; opacity: 0.5; min-height: 18px; margin-top: 2px;
    }
    .bundle-atc-right-col .bundle-card-new .bundle-card-body-wrapper h3 {
        color: #27333C;
        font-weight: 600!important;
        font-size: 18px;
        line-height: 24px;
        min-height: 45px;
    }
    .bundle-atc-right-col .bundle-card-new .img-wrapper {
            max-height: 236px;
            flex: 0 0 236px;
        margin-bottom: 0px;
        border-radius: 20px;
        position: relative;
        background: #ff6b6b;
    }
    .bundle-card-new .content-wrapper {
        padding: 10px;
    }
    .bundle-card-new .card-footer-wrapper.bundle-list {
        position: relative;
        width: unset;
        bottom: unset;
        left: unset;
        padding: 0px!important;
    }
    .bundle-card-body-wrapper a {
        
    }
    .bundle-atc-right-col .bundle-card-new .card-footer-wrapper .btn {
        background: #00B2B1!important;
    }
    .bundle-atc-right-col .bundle-card-new .card-footer-wrapper .btn:hover {
        background: #00B2B1!important;
        opacity: 1;
    }
    
    .bundle-atc-right-col .bundle-card-new .img-wrapper img {
        border-radius: 20px;
           
    }
   /* discount bar under image */
.discount-banner {
  width: 100%;
  background: #ff6b6b;
  color: #fff;
  text-align: left;
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 400;
    position: absolute;
    bottom: 0px;
        border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}
.curvesubtract { position: absolute; bottom: 0px;left: 0px;object-fit: unset;
    height: 80px !important;}
.ection-nav.bundle-nav { z-index: 2 !important;}
/* promo code style */
.promo-code {
  font-weight: 700;
  letter-spacing: 0.3px;
    font-size: 16px;
}