#contenido_central #col_der_texto {
    box-sizing: content-box;
    width: auto;
    margin: 0 25px;
    float: none;
    height: auto;
}



.no_carrito {
    padding: 30px;
    text-align: center;
    background-color: #e73088;
    margin-top: 15px;
    color: #FFFFFF;
}

.linea_carrito{
    display:flex;
    align-content: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
}

.linea_carrito a:link, .linea_carrito a:active, .linea_carrito a:visited{
    color: #FFFFFF;
    text-decoration: none;
}

.linea_carrito .precio{
    width: 25%;
    text-align: right;
    font-weight: bold;
    color: #1a97d5;
}


.linea_carrito .borrar {
    margin-right: 10px;
    background-color: #cc0000;
    aspect-ratio: 1 / 1;
    line-height: 25px;
    height: 25px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.linea_carrito .producto{
    width: 100%;
}

.linea_carrito.total {
    border-top: 2px solid #aaa;
}

.linea_carrito.total .texto, .linea_carrito.subtotal .texto{
    text-align: right;
    width: 100%;
    font-size: 80%;
    color: #aaa;
}

.linea_carrito.subtotal .precio{
    font-size: 100%;
    color: #cc0000;
}

.linea_carrito.total .precio{
    font-size: 110%;
    color: #cc0000;
}

div#archivos {
    padding: 10px;
    /* background-color: #f5f5f5; */
    border: 1px solid #e2e2e2;
}

#detalle_producto {
    margin-bottom: 25px;
}

#detalle_producto #opciones {
    /* float: left; */
    width: 70%;
}

    
#detalle_producto #opciones .opcion .txt {
    box-sizing: border-box;
    width: 100%;
}

#detalle_producto #opciones .opcion select {
    box-sizing: border-box;
    width: 100%;
}

#detalle_producto #info2 {
    box-sizing: border-box;
    width: 30%;
}

#detalle_producto #opciones #botonera_gr input {
    padding: 15px;
    background-color: #1a97d5;
    color: #f5f5f5;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 140%;
}

.tipo_envio {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.tipo_envio a {
    padding: 10px;
    background-color: #1a97d5;
    border-bottom: 1px solid #000;
    flex: 1;
    text-align: center;
    margin: 0 1px;
    color: #FFF;
    text-decoration: none;
}

form#frmPedido {
    margin: 0;
}

.metodos_pago{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    flex-shrink: revert;
}

.metodos_pago .pago{
    flex: 1;
    margin: 0 30px 30px 30px;
}

.pago:last-child {
    margin-right: 0;
}

.pago:first-child {
    margin-left: 0;
}

input.btn_pago_paypal {
    border: 0;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 120%;
    background-color: #ec008e;
    color: #FFFFFF;
    cursor: pointer;
}

input.btn_pago_paypal:hover {
    background-color: #c00375;
}

