/* =================================
NUBOTEC PAYMENT BOX
================================= */

.nubotec-ticket{

background:#f5f6f8;
border-left:4px solid #2f5bd3;
padding:1.4em 1.6em;
border-radius:4px;
margin-top:1em;

}

/* =================================
LISTA DATOS BANCARIOS
================================= */

.nubotec-ticket .nubotec-bank-list{
list-style:none !important;
padding-left:0 !important;
margin-left:0 !important;
}

.nubotec-ticket .nubotec-bank-list li{
list-style:none !important;
margin-left:0 !important;
}

/* CONTENEDOR REFERENCIA */

.nubotec-referencia-inline{
display:inline-flex;
align-items:center;
gap:10px;
margin-left:6px;
}
.nubotec-referencia-row{
margin-left:18px;
margin-top:10px;
display:flex;
align-items:center;
gap:10px;
}

/* NUMERO REFERENCIA */

.nubotec-referencia-numero{
font-size:20px;
font-weight:700;
color:#0a7d3b;
}

/* BOTON */

.nubotec-copy-ref{
background:#2f5bd3;
color:#fff;
border:none;
padding:6px 12px;
font-size:14px;
border-radius:6px;
cursor:pointer;
}

.nubotec-copy-ref:hover{
background:#244bb5;
}

/* HOVER */

.nubotec-copy-ref:hover{

background:#244bb5;
color:#fff !important;

}

/* =================================
DEUNA QR WRAPPER
================================= */

.nubotec-ticket .nubotec-deuna-qr-wrapper{

background:#ffffff;

padding:14px;

border-radius:20px;

display:inline-block;
margin:15px 0;

box-shadow:0 8px 24px rgba(0,0,0,0.08);

}

/* QR */

.nubotec-ticket .nubotec-deuna-qr{

display:block;

border-radius:14px;

}

.woocommerce-order-overview {
    display: none;
}

.woocommerce-order-overview,
.woocommerce-order-overview-wrapper {
    display: none !important;
}
