

.field_title_footer {
   margin-top: 10px; 
   margin-bottom: 5px;
 }
 
.footer_box {
    
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding-bottom:10px;
    
    
}

.price_box_yearly {
     background: #0074d4 !important;
     color: #fff  !important;
}

.price_col {
   
   padding-right: 5px;
    padding-left: 5px; 
    
cursor: pointer;
    
}

.price_txt_footer {
     color: #616161;     
     font-size: 14px; 
      
}

.yearly_header {
    font-size: 14px; 
    background-color: #ffe500;
    padding-top: 5px;
    
}

.price_txt {
     color: #000;
     font-weight: bold;
     font-size: 22px;
     padding-bottom: 10px;
     padding-top: 10px;
}

.price_txt_head {
     color: #616161;      
     padding-top: 20px;
}

.price_header {

 height:30px;    
}

.price_box {
   
     background: #eee;
     color: #000;
     width: 100%;
     height: 100%;
     display: block;
  
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
    
}

.logo_spicer_big {
     max-width: 80px;
}


.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 / 10%), 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: 100%;
    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;
    }       