/** Shopify CDN: Minification failed

Line 408:0 Unexpected "}"

**/
custom-recharge-widget{
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgb(77, 198, 27);
    color: black;
    overflow: hidden;
}
custom-recharge-widget *{
    color: black !important;
}
custom-recharge-widget .tab{
    display: none;
    width: 100%;
}
custom-recharge-widget .tab.active{
    display: block;
    width: 100%;
    /* background-color: #edf9e8; */
}
custom-recharge-widget .tab-wrapper{
    /* background-color: #edf9e8; */
    padding: 20px;
}
custom-recharge-widget .selling_plan-input{
    padding: 15px;
    cursor: pointer;
    background-color: #edf9e8;
}

custom-recharge-widget .selling_plan-input.active{
    background-color: white;
}
.frequency_break{
    display: none;
}
@media screen and (max-width:550px){
 /* custom-recharge-widget .price-quantity-wrapper{
        flex-direction: column;
    } */
    custom-recharge-widget .selling_plan-input.selling_plan{
        width: 60%;
    }
    custom-recharge-widget .selling_plan-input.no_selling_plan{
        width: 40%;
    }
  custom-recharge-widget .selling_plan-input{padding:10px}
    .selling_plan-label, .frequency{
        font-size: 14px !important;
    }
   
    .frequency_break{
        display: block;
    }
}
custom-recharge-widget .price-quantity-wrapper{
    width: 100%;
    display: flex;
    gap: 10px;
    background-color: #f9f9f9;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}
custom-recharge-widget quantity-input{
    max-width: 20rem;
}

.price-wrapper{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.frequency_per{
  font-size:15px;
  font-weight:500;
}
custom-recharge-widget + product-form{
    display: none;
}

custom-recharge-widget .selling_plan-information-wrapper{
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width:550px) {
    custom-recharge-widget .selling_plan-information-wrapper{
        margin-top: 1rem;
    }
}
custom-recharge-widget .selling_plan-information-wrapper .header-wrapper {
    display: flex;
    align-items: center;
}
custom-recharge-widget .selling_plan-information-wrapper .header-wrapper svg{
    width: 1rem;
    height: 1rem;
    min-height: 1rem;
    min-width: 1rem;
    margin-right: 0.5rem;
}
custom-recharge-widget .selling_plan-information-wrapper .text-wrapper{
    margin-top: 1rem;
}
custom-recharge-widget .link{
    color: rgb(77, 198, 27) !important;
    text-decoration: underline;
}
.custom-recharge-widget__heading *{
    color: black !important;
    margin-bottom: 0.5rem;
}
.radio-button-furlife{
    border-radius: 50%;
    border: 1px solid rgb(77, 198, 27);
    margin-right: 10px;
    width: 18px;
    height: 18px;
    padding: 2px;
    min-height: 18px;
    min-width: 18px;
    cursor: pointer;
}

.radio-button-furlife{
    border-radius: 50%;
    border: 1px solid rgb(77, 198, 27);
    margin-right: 10px;
    width: 18px;
    height: 18px;
    padding: 2px;
    min-height: 18px;
    min-width: 18px;
    cursor: pointer;
}
custom-recharge-widget .radio-furlife-container{
    cursor: pointer;
}
custom-recharge-widget .radio-furlife-container.active .radio-button-furlife-inner{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(77, 198, 27);
}

custom-recharge-widget .green-text{
    color: rgb(77, 198, 27) !important;
}
custom-recharge-widget .bold{
    font-weight: 700;
}


custom-recharge-widget .selling_plan-select-wrapper{
    margin-top: 2rem;

}
custom-recharge-widget .selling_plan-select-wrapper h4{
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
custom-recharge-widget .selling_plan-select{
    background-color: #fff;
    width: 100%;
    padding: 0.7rem;
    border-radius: 5px;
    border: solid 1px #dedede;
}
custom-recharge-widget .price-quantity-wrapper *{
    font-size: 1.2rem;
}
.original-price.discounted {
    text-decoration: line-through;
    color: #C61010 !important;
    font-size: 1rem;
}
 custom-recharge-widget .no_selling_plan-tab.active {
    display: flex;
}
custom-recharge-widget .selling_plan_arrow_text {
    margin-top: 1rem;
}
custom-recharge-widget .selling_plan_arrow {
    margin-right: 0.5rem;
}
custom-recharge-widget .selling_plan_content {
    width: 100%;
}

custom-recharge-widget .free_product_wrapper {
    margin-top: 2rem;
    border-radius: 5px;
    background-color: #edf9e8;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
}
custom-recharge-widget .free_product_wrapper .free_product_title {
    display: flex;
    align-items: top;
}
custom-recharge-widget .free_product_wrapper .free_product_title svg {
    margin-right: 1rem;
}
custom-recharge-widget .free_product_wrapper .free_product_title h4 {
    font-size: 0.9rem;
}
custom-recharge-widget .free_product_wrapper .free_product_image {
    margin-left: 1rem;
    width: 15%;
    min-width: 60px;
    max-width: 90px;
    box-sizing: border-box;
    position: relative;
}
custom-recharge-widget .free_product_wrapper .free_product_image img {
    overflow: hidden;
    position: absolute;
    height: 60%;
    box-sizing: border-box;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    height: auto;
}

.hidden{
    display: none !important;
}


.upselling-wrapper{
    margin-top: 30px;
}
.upselling-wrapper .upselling-product-wrapper{
    max-height: 14rem;
    overflow: hidden;
    border: 2px solid rgb(77, 198, 27);
    border-radius: 10px;
    position: relative;
    padding: 1rem;

}

.upselling-wrapper .radio-button-furlife .radio-button-furlife-inner.active{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(77, 198, 27);
}

.upselling-wrapper .input-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.upselling-wrapper .product-card{
    height: 100%;
    width: 100%;
    display: flex;
    gap: 10px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.upselling-wrapper .product-card .product-image-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 1rem; */
    max-width: 120px;
    min-width: 120px;
}
.upselling-wrapper .product-card .product_title{
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.upselling-wrapper .product-information-wrapper{
    position: relative;
}
.upselling-wrapper .product-card .price-wrapper{
    /* display: inline-flex; */
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 1.2rem;
}
.upselling-wrapper .product-card .price-wrapper .discount-price{
    font-size: 1.2rem;
}

.upselling-wrapper .product-card .price-wrapper .original-price.discounted {
    text-decoration: line-through;
    color: #C61010 !important;
    font-size: 1rem;
}






.upselling-wrapper .input-wrapper .upselling-label{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.information-modal-controller{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    display: none;
    background-color: rgba(0, 0, 0, 0.422);
}
.information-modal-controller.active{
    display: flex;
    justify-content: center;
    align-items: center;
}
.information-modal-wrapper{
    background-color: white;
    position: relative;
    padding: 2rem;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}
.information-modal-wrapper .modal-header{
    margin-bottom: 1rem;
}
.information-modal-wrapper .text-wrapper{
    /* border */
}
.information-modal-wrapper .close-button{
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.information-modal-wrapper .close-button:hover{
    scale: 1.05;
}
.custom-recharge-widget{
    width: 100%;
}
.selling_plan-input-wrapper{
    width: 100%;
    display: flex;
}
.selling_plan-input{
    width: 50%;
    display: flex;
    align-items: center;

}
.quantity_select--mobile{
  display:none;
}

.select.dropdown-select-furlife.sticky-atc-dropdown-select{
  flex-grow:1!important;
  width:auto;
}
@media screen and (max-width: 375px){

.tab-wrapper quantity-input{
  display:none;
}
  
  .quantity_select--mobile{
    background: #fff;
    border: solid;
    border-width: 1px;
    border-color: #dcdee2;
    display: inline-block;
    border-radius:5px;
  }
  .quantity_select--mobile select{
    background-position-x:calc(100% - 11.2px);
  }
  .quantity_select--mobile #quantity_select{
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 5px;
    min-width: 50px;
    
    font-size: 16px;

}

  }
}