
body{
    background-color:rgba(4, 26, 89, 0.1);
}
.section_1_checkout_{
    /* position: absolute; */
    width: 100%;
    /* margin-top: 150px; */
    height:200px;
    background-color:#041A58;
    color:white;
    text-align: center;
    position: relative;
}
.section_1_checkout_ span{
    position: relative;
    top:40%;
    font-size: 30px;

}
/* this code section 2 */
.section_number_2_has_form_and_div{
    width: 95%;
    margin-left: 2%;
    margin-top: 70px;
    height: auto;
    background-color: white;
    display: flex;
}
.section_2_form ,.section_2_checkout_prodiut{
    width: 50%;
    padding: 40px;
}
.section_2_form_name_and_prenom_input
,.section_2_form_number_phone_input
,.section_2_city_and_adress_input
,.section_2_email_input{
    width: 90%;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: rgba(4, 26, 89, 0.1);
    border: 2px solid rgba(4, 26, 89, 0.1);
}

.section_2_form_paiement{
    border: 1px solid gray;
    padding: 40px;
}
.div_radio_span{
    margin-left: 20px;
    margin-top: 20px;
}
/* this code section profuct  */
.section_2_products_{
    position: relative;
    margin-top: 30px;
}
.div_imfprmation_for_products_section_1_{
    display: inline;
    position: absolute;
    top:40px;  
    left:120px; 
    width: 80%;
}

.section_2_products_ img{
    border-radius: 10px;
}
.section_1_price_checkout{
    position: absolute;
    right:30px;
}
.section_1_checkout_span{
    position: relative;
    padding: 10px;   
}
.section_1_checkout_span span{
    font-size: 20px;
}
.section_1_sous_total_span_checkout{
    position: absolute;
    right:10px;
}
.section_1_div_1_div_two_checkout{
    position: relative;
    margin-top: 20px;
    font-size: 20px;
    color:#041A58;
}
.section_1_div_1_div_two_checkout_span_2{
    position: absolute;
    right:10px;
}
.button_submit_form_{
    width: 150px;
    height: 50px;
    color:white;
    background-color: #041A58;    
    border: #041A58 1px solid;
    margin-top: 30px;
    margin-left: 150px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}
.button_submit_form_:hover{
    background-color: blanchedalmond;
    border: blanchedalmond 1px solid;
    color:#041A58;
}