.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: 0px;
}

.content_form {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}

.cart-area p {
    font-size: 13px;
    /* margin-top: 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: 36px !important;
    background: #fff;
    padding-left: 20px !important;
    border-radius: 1px !important;
    /* text-transform: uppercase; */
    border: 1px solid #a9aaaa;
    /* text-transform: uppercase; */
    font-size: 0.8rem !important;
    border-color: #a9aaaa !important;


}

.btn-submit {
    background-color: #FFCB07;
    border-radius: 5px;
    color: #000000 !important;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 5px 10px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.btn-submit:hover {
    background-color: #000000;
    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-size: 1.9rem;
}

.btn-submit {
    background-color: transparent;
    border: #F37021 solid 1px;
    border-radius: 5px;
    color: #F37021 !important;
}

.btn-submit:hover {
    background: #F37021 !important;
    color: #fff !important;
    border-radius: 5px;
}

.titulo_select {
    position: relative;
    padding: 0px 0px 0px 24px;
    font-size: 11px;
    top: 34px;

}

.raya_select {
    background: #818282;
    float: right;
    position: relative;
    top: 58px;
    right: 21px;
    /* font-size: 10px; */
    width: 1px;
    height: 21px;
}

.caja_select {
    padding: 10px 0px 0px 20px;
    color: #666687;
}

.form-group select {
    appearance: menulist !important;
    border-radius: 0px !important;
    border-color: #a9aaaa !important;
    border: 1px solid #a9aaaa;
    width: 100% !important;
    height: 36px !important;
    line-height: 50px !important;
    background: #fff !important;
    /*padding-top:  5px !important;*/
    padding-left: 20px !important;
    text-transform: uppercase;
    font-size: 0.8rem !important;
}


/* ################ NUEVO ################ */
.slider_paginas {
    margin-top: 64px;
}

/* MOVIL -RESPONSIVE */

@media only screen and (max-width: 768px) {
    .slider_paginas {
        margin-top: -87px;
    }

    .slider_mi_pedido__movil {
		content: url('/assets/source/banner/movil/slider_mi_pedido.png');
		height: 250px;
	}
}