@font-face {
    font-family: 'Open Sans';
    src: url(font/OpenSans-Regular.ttf);
  }


*{
    margin: 0;
    font-family: 'Open Sans',sans-serif;
}


.checkout_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1250px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.header_checkout{
    display: flex;
    justify-content: space-between;
}

.right_header_check{
    display: flex;
    align-items: center;
    gap: 6px;
}

.item,.items_img{width: 20%;
padding-left: 4px;}
.description,.main_descrip{width: 50%;}
.qtty,.main_qqty{width: 10%;}
.price,.main_prc{width: 10%;}
.subtotal,.main_subtot{width: 10%;}

.item,.description,.qtty,.price,.subtotal{
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: rgb(68, 68, 68);
}

.main_checkout{
    display: flex;
    flex-direction: column;
}



.main_check_head{
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.left_header_check{
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: rgb(68, 68, 68);
}

.share_cart{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgb(68, 68, 68);
}
.share_cart:hover{
    color: rgb(153, 153, 153);
    text-decoration: none;
}

.checkout_body{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4 ;
}

.main_descrip{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 6px;
}
.prodtitle{
    font-size: 400;
    font-size: 15px;
    line-height: 17px;
    color: rgb(68, 68, 68);
    padding-bottom: 4px;
    text-decoration: underline;
}
.prodtitle:hover{
    color: rgb(136, 136, 136);
}

.instck,.remedit{
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgb(68, 68, 68);
    text-decoration: underline;
}
.instck:hover,.remedit:hover{
    color: rgb(136, 136, 136);
}


.mmaain_description{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.describ_list{
    font-size: 13px;
    line-height: 17px;
    color: rgb(68, 68, 68);
}

.remove_edit{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.bott_checkout{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.last_btns{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    
}

.qttyy_select{
    margin-top: 6px;
    padding: 5px 5px;
}
.main_prc,.main_subtot{
    margin-top: 6px;
    color: rgb(192, 71, 71);
    font-weight: 400;
    font-size: 13px;
    line-height: 32px;
}

.checkouttt_btn{
    background-color: black ;
    color: rgb(255, 255, 255) !important;
    padding : 7px 25px ;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
    text-decoration: none !important;
}
.checkouttt_btn:hover{
    background-color: #888;
}

.continu_chopbtn{
    padding: 7px 10px;
    border: 1px solid black ;
    color: black !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
    text-decoration: none !important;
}
.continu_chopbtn:hover{
    color: rgb(255, 255, 255) !important;
    background-color: black;
}

.item_ssubtt{
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: rgb(68, 68, 68);
}
.tax_calcul{
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgb(68, 68, 68);
}










/* ---------------------------------- responsive ------------------------------------ */



@media screen and (min-width:701px) {   
    .mobile_prc,.mobileselect{
        display: none;
    }
    
}

@media screen and (max-width:700px) {
    .main_check_head,.mobileshare{
        display: none;
    }

    .main_prc,.main_subtot,.main_qqty{
        display: none;
    }
    .items_img{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .main_descrip{
        width: 65%;
    } 
    .items_img{
        width: 30%;
    }
}