.cart-are{
    background-color: #fff;
}

.cart-area .cart-wraps-header {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 40px;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 15px;
}

.cart-area .cart-wraps {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
    line-height: 50px;
    margin-top: 20px;            
}

.cart-area .cart-table table {
    margin-bottom: 0;
}        

.cart-area .cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}        

.content_form {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 16px !important;
}

#table-carrito thead{
    background-color: #F4F2F2;
}

#table-carrito a:hover {
    color: var(--color-empresa);
}

@media only screen and (max-width: 767px){
    .cart-area .cart-wraps-header {
        padding: 10px;
    }                  
    .cart-area .cart-wraps {
        padding: 20px;
    }            
}
@media (min-width: 1600px){
    p {
        font-size: 16px;
        line-height: 22px !important;
    }            
}

.btn-submit{
    background-color: #FFCB07;
    border-radius: 5px;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.form-group {
    margin-bottom: 1rem;
}     

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}     

.color-amarillo {
    color: var(--color-empresa) !important;
}   

.enlace{
    display: inline-block;
    transition: all 0.1s;
    text-decoration: none;
    color: #969696;
} 

.cart-area .cart-table table tbody tr td:nth-child(-n+5) {
    
}

tbody, td, tfoot, th, thead, tr {
    border-bottom: none !important;
}

.mipedido-title{
    margin-top: 5%;
}

@media (min-width: 200px) and (max-width: 967px) {
    .mipedido-title{
        margin-top: 15%;
    }
}