
.price_crossed {
    
    text-decoration: line-through; 
    font-size: 18px !important;
    font-weight: 300 !important;
    padding-right: 10px;   
}

.code_field_inactive {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.btn_inactive {
    background-color: #c0c0c0;
    
}

.btn_check_code {
    
    background-color: #0074d4;
    color: rgb(255, 255, 255, 0.7) !important;
    position: relative;
    overflow: hidden;
    height: 45px;
    padding-left: 5px;
    padding-right: 5px;
   
    color: #fff;
    box-shadow: inset 0 0 0 1px rgb(50 50 93 / 10%), 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    border: 0;
    outline: none;
 /*   border-radius: 6px; */
    cursor: pointer;
    transition: all .2s ease,box-shadow .08s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-transform: none !important;
   /* font-size: 16px;
    font-weight: 500; */    
}

#spicer_code_error {
    color: red;
}

.discount_apply_txt {
    margin-top: 20px;
}

.provider_box {
    margin-top: 50px;
    text-align: center;
}

.provider_logo {
    max-width: 80px;
}

.cancel_notice {
    
    margin-top: 20px;
    text-align: center;
}
#checkout_errors {
    margin-top: 20px;
    text-align: center;
    color: red;
}

.navigation_header {
    margin-bottom:10px;
    margin-top:20px;
    
    max-width: 380px;
    width:90%;
   /* margin: 0 auto; */
    
}

.white_bg {
    background-color: #fff;
     
} 
.app_name_txt {
    color: rgba(26,26,26,.9)!important;  
}

.logo_spicer {
    
    height: 28px;
    width: 28px;
    margin-right: 8px;
    box-shadow: 0 2px 5px 0 rgb(50 50 93 / 50%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    border-radius: 100%;
    background: #fff;
    
  
 border-radius: 100%;    
}

.summary_header {
    padding-bottom: 20px;
    padding-top: 20px;
    
    align-items: center;
    text-align: center;
    -webkit-box-align: center;
}

.product_title {
    font-size: 16px;
}

.w500 {
font-weight: 500;
}
.f14 {
   font-size: 14px; 
}
.f13 {
   font-size: 13px; 
}

.grey_txt {
 color: rgba(26,26,26,.6);

}

.back_arrow {
 color: rgba(26,26,26,.3);
 margin-right: 10px;
}
.back_arrow:hover {
 color: rgba(26,26,26,.6);
}

.gray600 {
    color: rgba(26,26,26,.7);
}

.payment_price {
    font-size: 28px;
    font-weight: 600;
}

.field_title {
   margin-top: 20px; 
   margin-bottom: 5px;
 }

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.mt30 {
    margin-top: 30px;
    }

.btn_buy {

     background-color: rgb(0, 116, 212);
     color: rgb(255, 255, 255, 0.7) !important;
     
     position: relative;
    overflow: hidden;
    height: 44px;
    width: 100%;
    margin-top: 12px;
    padding: 0;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgb(50 50 93 / 10%), 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    border: 0;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s ease,box-shadow .08s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    
    text-transform: none !important;
    font-size:16px;
    font-weight: 500; 
    
    
  }
    
.form_box {
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
    padding-bottom:150px;
}
        
.checkout_field {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    color: rgba(26,26,26,.9);
    font-size: 16px;
    line-height: 1.5;
    border: 0;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
    transition: box-shadow .08s ease-in,color .08s ease-in,-webkit-filter 50000s;
    transition: box-shadow .08s ease-in,color .08s ease-in,filter 50000s;
    transition: box-shadow .08s ease-in,color .08s ease-in,filter 50000s,-webkit-filter 50000s;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rbr {
    border-bottom-right-radius: 6px;
    }
.lbr {
    border-bottom-left-radius: 6px;
    }    
 .ltr {
    border-top-left-radius: 6px;
    }  
 .rtr {
    border-top-right-radius: 6px;
    }       