/** Shopify CDN: Minification failed

Line 248:3 Unexpected "/"
Line 321:0 Unexpected "}"

**/

.bundle-selector__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 470px;
  margin: 0;
  margin-bottom:0px;
  padding: 0 0rem;
}
.past_week {
    color: #00a039;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    gap: 10px;
    display: flex;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(94,143,202,.21);
    padding-bottom: 12px;
}
.f_saving {
    color: #0d3063;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    
}

.f_saving.mb-0 {
    margin-bottom: 0px;
    margin-top: 0;
}
.f_saving.mt-0{
  margin-top:5px;
}

.product-bundle__wrapper {
  max-width: 474px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0rem;
  gap: 12px;
}


.product-selector__card {
  height: 65px;
  display: flex;
  flex-direction: row;
  border: .5px solid #0D3063;
  background-color: #CBE5FF33;
  border-radius: 5px;
  overflow: hidden;
}

.product-img__wrapper {
    height: auto;
    min-width: 64px;
    min-height: 58px;
     max-width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 15px;
    width: calc(100% - 63px);
    background: #fff;
}

.product-title {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Poppins';
  color: #0D3063;
  text-wrap: wrap;
  width: 140px;
  flex-wrap:wrap;
  display: flex;
  align-items: center;
  margin: 0;
}
.product-title span{
color: #282E38;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
}

.product-add__btn {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins';
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 24px;
  background-color: #0D3063;
  color: white;
  border-radius: 7px;
  border: 1px solid #0D3063;
  
}

.variant__quantity-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95px;
}

.variant__decrease-btn, .variant__increase-btn {
  width: 28px;
  height: 28px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0D3063;
  font-family: 'Poppins';
  font-weight: 500;
  border: none;
  outline: none;

}

.variant__added-no {
  font-family: 'Poppins';
  size: 20px;
  font-weight: 600;
  color: #0D3063;
}



.product-add__btn:hover {
  color: #0D3063;
  background: white;
}

.bundle-selector__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #5E8FCA36;
  gap: 4px;
  padding-top: 6px;
  margin-top: 15px;
  width: 100%;
}

.saving-text {
  font-size: 15px;
  font-weight: 700;
  color:#0D3063;
  font-family: 'Poppins';
  margin: 0;
}

.money-saved {
  color: #00A039;
}

.bundle-atc__btn {
  background: #E4E4E4;
  color: #1b1b1b;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins';
  border-radius: 10px;
  padding: 13px 45px;
  cursor: pointer;
  border: 1px solid #E4E4E4;

}

.active {
  /* background: #0D3063; */
  color: white;
  border-color: #0D3063;
}

.active:hover {
  background: transparent;
  color: #0D3063;
  border-color: #0D3063;
}

.disable {
  background: #E4E4E4;
  color: #1b1b1b;
  border: 1px solid #E4E4E4;
}
@media screen and (max-width: 789px) {
  .payment_secure{
    display:none;
  }
  .accordion {
    margin-top: 1.5rem;
}
/* .choose-flavor__btn-wrapper {
    border: 0px;
    /* position: sticky;
    display: block;
    opacity: 1;
    width: 100vw;
    bottom: 0;
    left: 0;
    visibility: visible; */
    transition: all .6s;
    padding: 7px 15px 9px;
    box-shadow: 0 -6px 25.1px #0000001a;
    background: #f4fff1;
    border-top: 2px solid #0D3063!important;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
} */
  
button.close-choose-popup {
    margin: auto;
    left: 50%;
    width: 100%;
    border: none;
    overflow: hidden;
    height: 32px;
    background: #fff;
    position: sticky;
    padding-top: 8px;
    top: 0;
    justify-content: center;
    z-index: 99;
}
  .close_bar {
    border: none;
    width: 48px;
    height: 6px;
    border-radius: 250px;
    background: #b2b2b2;
}
  .step-2 .page-width {
    max-width: 1150px;
    padding: 0 8px;
}
.bundle-selector__footer {
    border-top: 1px solid #5E8FCA36;
    gap: 4px;
    margin-top: 15px;
    width: 100%;
    position: fixed;
    text-align: center;
    opacity: 1;
    bottom: 0;
    visibility: visible;
    transition: all .6s;
    padding: 7px 9px 9px;
    box-shadow: 0 -6px 25.1px #0000001a;
    background-color: #f4fff1;
    border-top: 2px solid #0D3063;
}
  .product-bundle__wrapper{
    margin-bottom:15px;
  }
  .mobile-popup{
    margin-top:0px;
  }
  .f_saving.mb-0 {
    margin-top: 12px;
}
  .pdp_topbar_flex {
    padding-top: 0;
}
  div#back-to-pdp {
    height: 30px;
}
  .step-2 .d-flex.page-width{
    padding-bottom:0px;
  }
  .mobile-tabs {
    margin-bottom: 15px;
}
  .step-2 .pdp_topbar {
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 10;
}
  .step-2{
    padding-bottom:110px !important;
  }
}