.cart-are{
    background-color: #fff;
}

.cart-area .cart-wraps {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 40px;
    margin-bottom: 120px;
    line-height: 50px;
    margin-top: 30px;
}

.content_form {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}

.cart-area p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 16px !important;
}
input::placeholder {
    color: #ADADAD; /* Reemplaza #999 con el color que desees */
}

@media only screen and (max-width: 767px){
    .cart-area .cart-wraps {
        padding: 20px;
    }
}
@media (min-width: 1600px){
    p {
        font-size: 16px;
        line-height: 22px !important;
    }
}

.form-group input {
    width: 100% !important;
    height: 40px !important;
    background: #fff;
    padding-left: 20px !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    border: 2px solid #a9aaaa;
    text-transform: uppercase;
    font-size: 0.8rem !important;
}

.form-group select {
    width: 100% !important;
    height: 45px !important;
    line-height: 50px !important;
    background: #fff !important;
    /*padding-top:  5px !important;*/
    padding-left: 20px !important;
    border-radius: 8px !important;

    text-transform: uppercase;
    border: 1px solid #a9aaaa;
    font-size: 0.8rem !important;
}

.btn-submit{
    background-color: var(--color-mi-ped-background-btn);
    border-radius: 8px;
    color: var(--color-mi-ped-texto-btn) !important;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 11px 6px 13px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    height: 45px;
}

.btn-submit:hover{
    background-color: #b1b1b1;
    border-radius: 8px;
    color: #fff !important;
    transition: all 0.3s ease 0s;
}

.form-group {
    margin-bottom: 1rem;
}

.correo{
    font-weight: 500;
    text-align: center;
}
    

.content_form h1{
    font-size: 1.9rem;
}