*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.container{
    background-color: cornsilk;
    width: 100%;
    padding: 20px 10px;
}
.container .titel{
    font-size: 2.3rem;
    padding: 10px 0;
    padding-left: 40px;
}
.prudacts{
    display: flex;
    justify-content: space-around;
}
.cards{
    background-color: rgb(255, 255, 255);
    width: 65%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card{
    width: 30%;
    padding: 8px;
    height: 350px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
}
.card .img{
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    .img_prudact{
        width: 100%;
        height: 80% !important;
    }
}
.seles_controle{
    margin: auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;

}
.item__sel{
    width: 100%;
}
.all_confirem{
    width: 100%;
}
.confirem_order{
    padding: 33px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}
.success{
    width: 100px;
}
.quntity_controle{
    border: 1px solid gray;
    cursor: pointer;
    width: 70%;
    background-color:#c83b0e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    font-weight: 600;
    margin: auto;
    color: #f7f7f7;
    border-radius: 50px;
    display: none;
}
.btnn{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    img{
        width: 50%;
    }
}
.content_card{
    padding-top: 0px;
    padding: 10px 5px;
    line-height: 1.5rem;
    padding: 10px;
    font-weight: 600;
    height: 30px;
}
.add_card{
    border: 1px solid gray;
    cursor: pointer;
    width: 70%;
    background-color: rgb(253, 251, 251);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 600;
    margin: auto;
    color: #c83b0e;
    border-radius: 50px;
    img{
        padding: 0 10px;
    }
}
._confirm{
    display: flex;
    justify-content: center;
}
.card .type{
    padding-bottom: 10px;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.511);
}
.card .price{
    font-size: 1.2rem;
    font-weight: 700;
    color: #c83b0e;
}
.items_sells{
    width: 30%;
    background-color: rgb(250, 250, 250);
    display: flex;
    flex-direction: column;
    justify-content: start;
}

/* items_sells */

.items_sells .titel_sells{
    font-size: 2.1rem;
    padding: 10px ;
    color: #c83b0e;
}
.content_item{
    
    padding: 5px 15px;
    width: 60%;
}
.nothing{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.remove{
    width: 25px;
    cursor: pointer;
    background-color: transparent;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 50%;
    img{
        width: 60%;
    }
}
.titel_prudact_sel{
    font-size: 1.1rem;
}
.quntity_prudact{
    padding-right: 10px;
    font-size: 1rem;
    font-weight: 800;
    color: #c83b0e;
}
.price_one_prudact{
    font-size: 1rem;
    color: gray;
}
.price_all_prudact{
    font-size: 1rem;
    font-weight: 800;
}
.prices{
    width: 80%;
    display: flex;
    justify-content: space-around;
    padding-top: 6px;
}
.items_sell{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.item_sel{
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 15px 0;
}
.order_price_all{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px ;
}
.order_prix{
    font-size: 1.3rem;
    font-weight: 800;
}
.prix_total{
    font-size: 1.7rem;
    font-weight: 800;
}
.word{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.confirm_order{
    width: 80%;
    background-color: #c83b0e;
    color: white;
    font-size: 1.5rem;
    border: none;
    padding: 15px;
    border-radius: 50px;
    margin: auto;
    cursor: pointer;
    
}
.item_confirm{
    width: 100%;
    display: flex;
    justify-content: center;
}
.confirem_order{
    width: 70%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 20px 1px rgb(41, 41, 41);
    display: none;
}
.item_confirem{
    display: flex;
    margin: 20px 0;
    width: 100%;
}
.confirem_titere{
    font-size: 2.3rem;
    font-weight: 600;
}
.items_confirem{
    width: 95%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 13px;
    padding: 10px;
    margin: 10px 0;
}
.items_confirem .img{
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aqua;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
    }
}

.price_confirem ,
.contity{
    font-size: 1.1rem;
    font-weight: 700;
    margin-right:  10px;
}
.pricee{
    font-size: 1.3rem;
    font-weight: 700;
}
.content_confirem{
    width: 90%;
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
};
.head_content .confirem_titel{
    font-size: 1.4rem !important;
}


@media screen and (max-width: 1024px) {
    .prudacts{
        flex-direction: column;
        align-items: center;
    }
    .cards{
    background-color: rgb(255, 255, 255);
    width: 95%;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}
    .card{
    width: 30%;
    padding: 8px;
    height: 350px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
}
.items_sells{
    width: 95%;
    margin-top: 20px;
}
    
}
@media only screen and (max-width: 700px){
    .card{
        width: 45%;
        height: 270px;
        margin-top: 60px;
    }
    .cards{
        width: 100%;
        align-items: center;
        gap: 20px;
    }
    .items_sells{
        width: 100%;
    }
    .items_sells .titel_sells{
        font-size: 1.8rem;
    }
    .content_item{
        width: 90%;
    }
    .confirem_order{
        width: 90%;
    }
    .confirem_titere{
        font-size: 1.4rem;
    }
    .confirem_desc{
        font-size: 0.8rem;
    }
    .confirem_titel{
        font-size: 1.2rem !important;
    }
    .add_card {
    width: 80%;
    font-weight: 300;
    font-size: 12px !important;
    padding: 5px;
    text-align: center;
   
}
}


@media screen and (max-width: 700px){
    .card{
        width: 75%;
        height: auto;
        margin-top: 40px;
    }
    .cards{
        width: 100%;
        align-items: center;
    }
}