.bf-b2b-panel{
    margin:25px 0;
}

.bf-b2b-panel h3{
    margin-bottom:20px;
    font-size:20px;
    font-weight:700;
}

.bf-fila{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    border-bottom:1px solid #ececec;
}

.bf-talla{
    width:70px;
    font-size:16px;
    font-weight:600;
}

.bf-control{
    display:flex;
    align-items:center;
    gap:6px;
}

.bf-control button{

    width:24px;
    height:24px;

    border:1px solid #d8d8d8;
    border-radius:4px;

    background:#fff;

    color:#444;

    font-size:15px;
    font-weight:700;

    cursor:pointer;

    padding:0;

    line-height:22px;

    transition:.15s;

}

.bf-control button:hover{

    background:#f5f5f5;
    border-color:#999;

}

.bf-valor{

    width:30px;

    display:inline-block;

    text-align:center;

    font-size:16px;

    font-weight:600;

    color:#333;

    user-select:none;

}

.bf-cantidad{
    display:none !important;
}

/* Ocultar selector original */

table.variations{
    display:none !important;
}

.single_variation_wrap .quantity{
    display:none !important;
}

.bf-aviso{

    background:#e8f7ea;

    border:1px solid #7bc67e;

    color:#1d6b2a;

    padding:12px 15px;

    margin-bottom:20px;

    border-radius:6px;

    font-weight:600;

}
/* ===========================
   MI PEDIDO
=========================== */

table{
    border-collapse:collapse;
}

table td{
    padding:5px 10px;
    line-height:1.1;
}