.cart_page_hero_main {
    background: linear-gradient(90deg, #1E604F 0%, #3EC6A3 100%);

}

.custom_supoorted_countray_main .custom_box_radius {
    border-radius: 10px;
    background-color: #FAF7F2;
    height: 100%;
   
}

.custom_supoorted_countray_main .custom_box_radius .custom_font-s {
    font-size: 14px;
    text-transform: uppercase;

}

.custom_buy_contaoner_main .see-btn {
    background-color: #00B66C;
    color: #fff;
    border-radius: 50px;
    padding: 10px 100px;
    font-weight: 500;
}
.custom_check_out_main .custom_reffrel_bg{
    background-color: #00B66C;
    outline: none !important    ;
    border: none !important     ;
}

.no-focus:focus {
    box-shadow: none !important; 
    outline: none !important;  
     border: 1px solid #ced4da; 
  }
  .lernmore_color{
    color: #00B66C;
  }
  .complate_order_bg{
     background-color: #00B66C ;
     border: none !important;
     outline: none !important;
  }
  .complate_order_bg:hover{
     background-color: #00B66C ;
     border: none !important;
     outline: none !important;
  }

.custom_choose_payment{
    cursor: pointer;
}



   .payment-option {
      border: 1px solid #dee2e6;
      border-radius: 5px;
      padding: 10px 15px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      transition: border 0.2s;
    }
    .payment-option.active {
      border-color: #0d6efd;
      background-color: #f8f9fa;
    }
    .payment-option input {
      margin-right: 10px;
    }










@media (max-width: 468px){
.custom_supoorted_countray_main .custom_box_radius {

    height: auto;
   
}
}