

.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: 100px;
    line-height: 50px;
    margin-top: 30px;
}

.content_form {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}

.cart-area p {
    font-size: var(--text-mediano);
    margin-bottom: 15px;
    line-height: 24px !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: 36px !important;
    background: #fff;
    padding-left: 20px !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    border: 2px solid #a9aaaa;
    text-transform: uppercase;
    font-size: 0.8rem !important;
}

.form-group select {
    width: 100% !important;
    height: 36px !important;
    line-height: 50px !important;
    background: #fff !important;
    padding-left: 20px !important;
    border-radius: 10px !important;

    border-radius: 0px !important;
    text-transform: uppercase;
    border: 2px solid #a9aaaa;
    font-size: 0.8rem !important;
}

.btn-submit {
    background-color: var(--color-mpdido-btn);
    color: var(--text-mpdido-btn);
    display: block;
    width: 220px;
    font-size: 14px;
    font-family: 'Exo Extrabold';
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin-top: -5px;
    margin: -5px auto 0px;
    line-height: 1;
    padding: 15px 52px;
}

.btn-submit:hover {
    background-color: var(--color-mpdido-btn-active);
    border-radius: 5px;
    color: #fff !important;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
}

.form-group {
    margin-bottom: 1rem;
}

.correo {
    font-weight: 500;
    text-align: center;
}

.mipedido-container {
    /*background-color: #f7f7f7;*/
}

.content_form h1 {
    font-family: 'Exo Extrabold';
    font-size: var(--text-extra-xxg);
    text-transform: uppercase;
}