.tachado {
    text-decoration:line-through;
}


section #tabla-borde{
    border: 2px solid rgba(54, 104, 138, 0.7);
    font-size: 14px;
}
section table{
    width: 100%;
    margin-top: -1px;
}
section .table-responsive,
section .table tr td {
    border: 0!important;
}
section table .titulos{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(54, 104, 138, 0.7);
    color: white;
}
section table .datos{    
    margin-left: 0;
    margin-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #666666;
}
section table .datos .contador .icono,
section table .datos .contador .cifra{
    display: inline-block;
    vertical-align: middle;
}
section table .datos .contador .cifra{
    width: 25px;
    background-color: #e6e6e6;
    color: #36688a;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}
section table .datos .contador .icono{
    width: 18px;
    height: 18px;
    border: 1px solid #36688a;
    background-color: #36688a;
    color: #e6e6e6;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 12px;
}
section table .datos .contador .icono:hover{
    background-color: #e6e6e6;
    color: #36688a;
}
section table .datos .fa
section .fa-trash{
    color: #36688a;
}
section .fa-trash:hover{
    color: black;
}

section .table-responsive{
    margin-bottom: 0;
}
section .table{
    margin-bottom: 0;
}
section .table-responsive #table-confirmar{
    padding-top: 40px;
    padding-right: 50px;
    text-align: right;
    text-transform: uppercase;
}
section .table-responsive #table-confirmar .confirmar-precio{
    width: 100px;
    display: inline-block;
}
section #btnConfirmar,
section #btnContinuarComprando{
    padding: 15px 25px;
    border: 1px solid #36688a;
    border-bottom: none;
    margin-top: 15px;
    color: #36688a;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

section #btnConfirmar .fa,
section #btnContinuarComprando .fa{   
    font-size: 18px;
    font-weight: 800;
}
section #btnContinuarComprando .fa{
    padding-right: 5px;
}
section #btnConfirmar .fa{
    padding-left: 5px;
}
section #btnConfirmar:hover,
section #btnContinuarComprando:hover{
    background-color: #36688a;
    color: white;
}
section #table-confirmar .text-left{
    padding-left: 50px;
}

section #formProcesarPedido{
    padding: 30px;
    background-color: rgba(54, 104, 138, 0.7);
    color: white;
    margin-bottom: 50px;
}
section #formProcesarPedido h3{
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
section #formProcesarPedido .form-control{
    border-radius: 0;
}
section #formProcesarPedido button{
    padding: 15px 25px;
    border: 2px solid white;
    border-radius: 0;
    color: white;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
section #formProcesarPedido button:hover{
    background-color: white;
    color: #36688a;
}

section #formProcesarPedido #costes{
    padding-right: 50px;
    text-align: right;    
}
section #formProcesarPedido #costes > p{
    text-transform: uppercase;
}
section #formProcesarPedido #costes .importe{
    width: 100px;
    display: inline-block;
}
section #formProcesarPedido #costes a{
    color: white;
}
section #formProcesarPedido #costes a:hover{
    text-decoration: underline;
}