#cesta_reservas {
    float: left;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
}

#cesta_reservas h1.personalizado {
    font-size: 20px;
}

#cesta_reservas .no-compra {
    color: #666;
    font-size: 36px;
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px;
    font-weight: bold;
    background: #fff
}

#cesta_reservas .no-compra>span.txt_cesta_vacia {
    float: left;
    width: 100%;
    margin: 10px 0;
}

#cesta_reservas .no-compra a.seguir_reservando {
    float: right;
    background-color: #75B266;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 16px;
    text-align: center;
}

#cesta_reservas table.articulos {
    margin: 0;
    width: 100%;
}

#cesta_reservas table.articulos>tbody>tr:nth-of-type(2n+1):not(:last-child) {
    background: none;
}

#cesta_reservas table.articulos thead {
    background: none;
    color: #000;
    border-bottom: 1px solid #000;
}

#cesta_reservas table.articulos thead tr>th {
    padding: 10px 5px 3px;
    text-transform: uppercase;
}

#cesta_reservas table.articulos thead tr>th:first-child {
    padding-left: 7%;
}

#cesta_reservas table.articulos tr>th,
#cesta_reservas table.articulos tr>td {
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    border-top: none;
    padding: 5px 2px;
}

#cesta_reservas table.articulos tr>td div.borrar {
    float: left;
    width: 5%;
    margin: 0 1%;
    padding: 0;
    line-height: 1;
}

#cesta_reservas table.articulos tr>td div.nombre_prod {
    float: left;
    width: 93%;
    margin: 0;
    padding: 0;
    line-height: 2;
}

#cesta_reservas table.articulos tr>td span.glyphicon-remove-circle {
    font-size: 2.5em;
}

#cesta_reservas table.articulos tr>th:first-child,
#cesta_reservas table.articulos tr>td:first-child {
    text-align: left;
}

#cesta_reservas table.articulos tbody tr>td {
    /*border-bottom: 1px solid #000;*/
}

#cesta_reservas table.articulos tbody tr>td:first-child {}

#cesta_reservas table.articulos tbody tr:last-child {
    background: none;
    border-top: 1px solid #000;
    color: #000;
}

#cesta_reservas table.articulos tbody tr:last-child>td {
    font-size: 24px;
    text-align: center;
}

#cesta_reservas table.articulos tbody tr:last-child>td:first-child {
    text-align: right;
    padding-right: 30px
}

#cesta_reservas table.articulos tbody tr>td input.cantidad {
    text-align: right;
    padding: 3px;
    max-width: 60px;
    width: auto;
    border: none;
}

#cesta_reservas #nota_carro {
    float: left;
    width: 100%;
    font-size: 11px;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

#cesta_reservas .opciones_articulos {
    float: left;
    width: 100%;
    padding: 10px;
}

#cesta_reservas .opciones_articulos .actualizar_cesta,
#cesta_reservas .opciones_articulos .vaciar_cesta {
    float: right;
    border: medium none;
    border-radius: 10px;
    color: #ffffff;
    background-color: rgb(238, 197, 15);
    display: block;
    font-size: 14px;
    margin: 5px;
    padding: 5px 16px;
    text-align: center;
    cursor: pointer;
}

#cesta_reservas .opciones_articulos .actualizar_cesta:hover,
#cesta_reservas .opciones_articulos .vaciar_cesta:hover:hover {
    opacity: 0.5;
    background-color: rgb(238, 197, 15);
}

#cesta_reservas .opciones_articulos .vaciar_cesta {}

#cesta_reservas .opciones_articulos .seguir_reservando {}

#cesta_reservas #calculadora {
    float: left;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 10px;
}

#cesta_reservas #calculadora div.cabecera {
    font-size: 14pt;
    font-weight: bold;
}

#cesta_reservas #calculadora div.cuadrodatos {
    padding: 10px;
    margin-bottom: 10px;
}

#cesta_reservas #calculadora div.lineadatos {}

#cesta_reservas #calculadora div.lineadatos .label-pob {
    margin: 8px 0;
    font-weight: bold;
    float: none;
}

#cesta_reservas #calculadora div.lineadatos select {
    background: #ffffff url("/layouts/gradodiez/default/img/flecha-select.png") no-repeat scroll right center / auto 100%;
    border: none;
    border-radius: 0;
    color: #000;
    font: 10pt Times New Roman, serif;
    padding: 7px;
    text-align: left;
    width: 100%;
    padding-right: 40px;
    max-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

#cesta_reservas #calculadora div.lineadatos div {
    float: left;
    margin-right: 10px;
}

#cesta_reservas #calculadora div#resultado {
    font-weight: bold;
    color: #95547E;
    font-size: 20px;
}

#cesta_reservas .banner_cesta_reserva {
    float: left;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px 0;
    background-color: #95547E;
    padding: 15px;
}

#cesta_reservas .banner_cesta_reserva img {
    float: left;
    width: 50px;
}

#cesta_reservas .banner_cesta_reserva .titulo {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 60px;
}

#cesta_reservas .banner_cesta_reserva .subtitulo {}

#cesta_reservas .banner_cesta_reserva .descripcion {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    padding: 0 60px;
}

#cesta_reservas .opciones_carro .seguir_reservando {
    float: left;
    border-radius: 10px;
    color: #fff;
    background-color: rgb(238, 197, 15);
    display: block;
    font-size: 14px;
    margin: 5px;
    padding: 5px 16px;
    text-align: center;
    cursor: pointer;
}

#cesta_reservas .opciones_carro .seguir_reservando:hover {
    opacity: 0.5;
    background-color: rgb(238, 197, 15);
}

#cesta_reservas .opciones_carro a#irareserva {
    float: right;
    border: medium none;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}

#cesta_reservas .opciones_carro a#irareserva:hover {
    opacity: 0.5;
    background-color: #75B266;
}

@media(max-width: 992px) {
    #cesta_reservas table.articulos thead tr>th:first-child {
        padding-left: 10%;
    }
    #cesta_reservas table.articulos tr>td div.borrar {
        width: 8%;
    }
    #cesta_reservas table.articulos tr>td div.nombre_prod {
        width: 90%;
    }
}

@media(max-width: 768px) {
    #cesta_reservas {
        padding: 5px;
    }
    #cesta_reservas .no-compra {
        font-size: 20px;
        padding: 15px;
    }
    #cesta_reservas .opciones_articulos .actualizar_cesta,
    #cesta_reservas .opciones_articulos .vaciar_cesta,
    #cesta_reservas .opciones_articulos .seguir_reservando {
        margin: 5px;
    }
    /**** NOTA: tabla movil-768 en stackable.css ******/
    /*
    #cesta_reservas table.articulos tr > th, #cesta_reservas table.articulos tr > td { font-size: 9px; }
    #cesta_reservas table.articulos tbody tr:last-child > td { font-size: 9px; }
    #cesta_reservas table.articulos tr > td span.glyphicon-remove-circle { font-size: 2em;}    
    #cesta_reservas table.articulos thead tr > th:first-child { padding-left: 22%; }
    #cesta_reservas table.articulos tr > td div.borrar {width: 20%; }
    #cesta_reservas table.articulos tr > td div.nombre_prod {width: 78%;}
    /**** FIN NOTA: tabla movil-768 en stackable.css ******/
}