*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
button{
    font-family: "Poppins", serif;
}
body{
    font-family: "Poppins", serif;
}

.heading_tittle{
    padding: 30px 0px;
}
.col-6.fl_py_d {
    padding-right: 42px;
}
.form-control{
  border: 1px solid #b6c1c9 !important;
}
.checkout_heading{
    padding: 20px 0px;
}
.detales_fildes input{
    width: 100%;
    border-radius: 8px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    outline: 0;
    margin: 3px 0px;
}
.checkout_heading h2{
    font-size: 40px;
    font-weight: 600;
}
.small_tittle h3{
    font-weight: 600;
}

.detales_fildes{
    width: 100%;
}

.detailes_form label{
    font-weight: 700;
}
.detales_heading {
    padding-bottom: 13px;
}
.shipping_method_fl{
  padding: 5px 0px;
  padding-bottom: 0;
}

.fl_radio_flow{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 11px 17px;
    padding-bottom: 0;
    margin: 20px 0px;
}
.fl_contents p{
    padding: 0 23px;
}
.fl_content{
    display: flex;
    align-items: center;
    gap: 6px;
}
input.fl_check_box {
    position: relative;
    top: -9px;
}
.fl_flow_ch span{
    padding: 0 5px;
    font-weight: 500;
    padding-bottom: 7px;
}
#fl_row input{
    height: 45px;
}
#fl_row select{
    height: 45px !important;
    border: 1px solid #b6c1c9 !important;
}

.detailes_form label {
    font-weight: 600 !important;
    margin: 16px 0px;
    margin-bottom: 3px !important;
}
.small_tittle h3{
    font-size: 25px;
}
.fl_check_box_wrap:focus{
  border: 1px solid #1cc48b;
}
.small_tittle{
  padding: 23px 0px !important;
  padding-bottom: 0 !important;
}
.fl_heading{
    padding: 2px 10px;
    padding-bottom: 0;
}
.fl_cards_flx{
    border: 1px solid #ccc;
    padding: 12px 16px;
    border-radius: 5px;
    padding-bottom: 0px;
    width: 148px;
    cursor: pointer;

}
.fl_cards_flx:hover{
    border-color: #1cc48b;
    background-color: #effbf7;
}
.fl_payemts_cards{
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;

}
.fl_heading_order{
  display: flex;
  gap: 20px;
}

.fl_right_check_contents{
  display: flex;
  align-items: self-end;
  gap: 10px;
  margin-top: 28px;
}
.fl_right_check_contents input{
    position: relative;
    top: -5px;
}
.fl_billing{
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}

.fl_heading_fl{
  padding: 67px 0px;
}

.fl_orders_flow{
    display: flex;
    gap: 20px;

}
.fl_imges_orders img{
    width: 83px;
    height: 78px;
    object-fit: cover;
    border-radius: 10px;
}
.fl_def_color{
    background-color: #f1f6fe;
    padding: 3px 40px;
}
.fl_imges_orders h2{
    line-height: 0.9;
    font-size: 23px;
}
.fl_imges_orders p{
    max-width: 400px;
}
.fl_imges_orders{
    display: flex;
    padding-bottom: 20px;
}
.right_order_price h3{
    font-weight: 600;
    font-size: 19px;
}
table{
    width: 100%;
}
.order_total{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_fl_total h3{
    font-size: 18px;
    font-weight: 600;
}
.btn_fl button{
    margin: 15px 0px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border: 1px solid black;
    outline: 0;
    background-color: transparent;
}


.w-full{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cbd4e0 !important;
    border: 0 !important;
    color: #576875 !important;
    font-weight: 600;
}


  .fl_check_box_wrap input[type="radio"] {
    display: none; 
  }
  

  .fl_check_box_wrap
  
 
  .fl_check_box_wrap input[type="radio"]:checked + label i {
    color: #478bfb; 
  }
  
  .fl_check_box_wrap i {
    font-size: 18px;
    color: #ccc;
    transition: color 0.3s;
  }
  




.wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fl_op{
  padding-bottom: 30px;
}
.fl_check_box_wrap label {
  border: 1px solid #b6c1c9;
  padding: 9px 10px;
  border-radius: 5px;
  width: 148px;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  margin: 10px 6px;
  padding-bottom: 0;
}

.wrapper input[type="radio"] {
  display: none;
}

.fl_check_box_wrap input[type="radio"]:checked + label i {
  color: #478bfb;
}

.fl_check_box_wrap input[type="radio"]:checked + label {
  border-color: #1CC48B;
    background: #EFFBF7
}
.fl_check_box_wrap input[type="radio"]:checked ~ .fl_check_box_wrap {
   border: 1px solid #1cc48b;
}

.fl_check_box_wrap i {
  font-size: 18px;
  margin: auto;
  color: #ccc;
  transition: color 0.3s;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.custom-dropdown-selected {
  padding: 10px;
  border: 1px solid #b6c1c9;
  border-radius: 8px;
  color: #333;
  margin-bottom: 6px;
}
.custom-dropdown-selected {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.custom-dropdown-selected:after {
  content: "\f078"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  float: right;
  color: #888;
  padding-left: 8px; 
}


.custom-dropdown-options {
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #b6c1c9 !important;
  border-radius: 8px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-option {
  padding: 10px 10px;
  border-bottom: 1px solid #b6c1c9 !important;
}



.custom-option.selected {
  background-color: #5c9ded;
  color: #fff;
}


/* thanku page */

.fl_img_div_n img{
      border-radius: 10px;
  width: 70px;
}
.container-th {
    max-width: 635px;
    margin: 0px auto;
}
.fl_order_detl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}
.fl_heading_th h1 {
font-size: 38px;
color: #272343;
    font-weight: 600;
}
.fl_small_heading_order h3{
  color: #272343;
    font-weight: 600;

}
.fl_ch_name-weight p{
  color: #4F545A;
  font-weight: 500;
}
.fl_samll_heading p{
    color: #272343;

}
.fl_right_sd_bill h3 {
    font-weight: 600;
    font-size: 22px;
}
.fl_flx_detleS_name h3 {
    font-size: 23px;
}
.fl_small_heading_order {
    padding-bottom: 25px;
}
.fl_bg_div_th {
    padding: 53px 43px;
    border-radius: 10px;
    background: #fff;
}
.flxl_sd-name{
  font-weight: 400 !important;
}
.fl_top_th{
    padding-bottom: 25px;
}
.fl_th_small_text p{
  font-weight: 600;
  margin-bottom: 0;
      color: #2E363E;
}
.fl_cta_btn {
    padding: 29px 0px;
    text-align: center;
    padding-bottom: 0;
}
.fl_cta_btn button{
      padding: 16px 74px;
  border-radius: 10px;
  transition: 0.3s;
  border: 1px solid #000;
  color: #fff;
  font-weight: 500;
  background-color: #000000;
  font-size: 17px;
  outline: 0;
}
.fl_cta_btn button:hover{
  background-color: transparent !important;
  color: black;
}
.fl_img_name h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.fl_flow_flx {
    display: flex;
    align-items: center;
    gap: 24px;
}
.fl_left_div_ml {
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px;
}
.fl_bg_th{
      padding: 140px 20px;
  background-color: #F1F6FE;
}
.fl_flx_img_div {
    padding-top: 26px;
}
/* Responsive styles */
@media screen and (min-width: 950px) {
  .wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .col-6 {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
  .fl_def_color {
    background-color: #f1f6fe;
    padding: 3px 17px !important;
}
}

@media (max-width: 650px) {
  .fl_imges_orders {
    align-items: center;
  }
  .fl_cards_flx {
    width: 100%;
  }
  .fl_bg_div_th {
    padding: 53px 33px !important;
    border-radius: 10px;
    background: #fff;
}
.fl_heading_th h1 {
    font-size: 30px !important;
    color: #272343;
    font-weight: 600;
}
.fl_cta_btn button{
  width: 100% !important;
}
}


