.container{
    margin: 40px 150px;
}
.apagar {
    display: flex;
    justify-content: flex-end;
}
.apagar a img {
    width: 20px;
}
.productCar{
    display: flex;
}
.productCar img{
    width: 150px;
}
.productInfo{
    margin-top: 20px;
    width: 100%;
}
.quantValor{
    display: flex;
    justify-content: space-between;
}
.btnBuy form {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.btnBuy div {
    display: flex;
    align-items: center;
}
.btnBuy div h4{
    margin-right: 5px;
}
.btnBuy form input{
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 25px;
    text-align: right;
    width: 100%;
}
.btnBuy form button{
    background: #39940d;
    color: white;
    border: none;
    padding: 0 30px;
    font-size: 20px;
    border-radius: 10px;
}
.btnBuy{
    margin: 0px 100px 25px !important;
    justify-self: end;
}
.btnBuy .whats{
    display: block;
    background: #39940d;
    color: white;
    border: none;
    margin: 20px 0;
    text-align: center;
    padding: 15px 100px;
    font-size: 25px;
    border-radius: 10px;
}
.entregaRetirada{
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.hidden {
    display: none;
}
.ende{
    display: flex;
    flex-direction: column;
}
.form{
    margin: 0px 100px 50px !important;
    justify-self: end;
}
.form button{
    display: block;
    background: #39940d;
    color: white;
    border: none;
    margin: 20px 0;
    text-align: center;
    padding: 15px 200px;
    font-size: 25px;
    border-radius: 10px;
}

.form #endereco input{
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 15px;
    width: 95%;
}
@media (max-width:992px){
    .container{
        margin: 40px 50px !important;
    }
    .btnBuy{
        margin: 40px 25px !important;
        justify-self: end;
    }
    .form{
        margin: 40px 50px !important;
        justify-self: end;
    }
    .form button {
        padding: 15px 180px;
    }
}
@media (max-width:730px){
    .container{
        margin: 40px 20px 40px 0 !important
    }
    .btnBuy{
        margin: 0 auto !important;
        width: 90% !important;
        margin-bottom: 25px !important;
    }
    .form{
        margin: 0 auto !important;
        width: 90% !important;
        margin-bottom: 50px !important;
    }
    .form button {
        padding: 15px 160px;
    }
}