/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

section > .woocommerce {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2% auto;
 }

/* ---------------------------------------------------------                   -------------------------------------------------------------------- */
/* ---------------------------------------------------------                   -------------------------------------------------------------------- */
/* ---------------------------------------------------------                   -------------------------------------------------------------------- */
/* ---------------------------------------------------------                   -------------------------------------------------------------------- */
/* --------------------------------------------------------- INICIO FILE WRAPPER -------------------------------------------------------------------- */
/* ---------------------------------------------------------                    -------------------------------------------------------------------- */
/* ---------------------------------------------------------                    -------------------------------------------------------------------- */
/* ---------------------------------------------------------                    -------------------------------------------------------------------- */
/* ---------------------------------------------------------                    -------------------------------------------------------------------- */
 
 
#bararea, #bararea2, #bararea3, #bararea4{
	width:100%;
	height:20px;
    border:2px solid #FFFFFF;
    margin-top: 7%;
    display: flex;
    align-items: center;
}
 
#bar, #bar2,#bar3, #bar4{
	width:1%;
	height:8px;
	background-color:#32797e;
}

.copy {
    padding-left: 10px !important;
    height: 18px;
    cursor: pointer;
}

.jpg-p {
    cursor: pointer;
    padding: 5% 8%;
    border-radius: 10px;
    background-color: #E6E6E6 !important;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.woocommerce-checkout #payment ul.payment_methods li img.preview-img {
    width: 70% !important;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    padding: 8% 4%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.label-file {
    width: 100%;
    height: 100%;
} 

.input-pago-file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

/* ---------------------------------------------------------                   -------------------------------------------------------------------- */
/* ---------------------------------------------------------                   -------------------------------------------------------------------- */
/* ---------------------------------------------------------                   -------------------------------------------------------------------- */
/* ---------------------------------------------------------                   -------------------------------------------------------------------- */
/* --------------------------------------------------------- FIN FILE WRAPPER -------------------------------------------------------------------- */
/* ---------------------------------------------------------                    -------------------------------------------------------------------- */
/* ---------------------------------------------------------                    -------------------------------------------------------------------- */
/* ---------------------------------------------------------                    -------------------------------------------------------------------- */
/* ---------------------------------------------------------                    -------------------------------------------------------------------- */

.non2 {
    display: none !important;
}

.woocommerce form input[type="number"] {
    max-width: 100% !important;
    height: auto !important;
}

form.checkout > .blockUI {
    position: fixed !important;
}
/* 
.woocommerce-page.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review {
    width: 49% !important;
} */

.payment_box fieldset > div {
    margin-bottom: 15px;
}

/* .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 46% !important;
} */

#numero_recibo_pago_movil, #email_origen , .woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: 100%;
}

#fecha_pago_movil {
    width: 100%;
    height: 50px;
}

.caja-con-facturacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding: 4% 5% 1% 2%; */
}

.contenedor-encima h4 {
    margin-bottom: 0px;
}

.non2 {
    display: none !important;
}

#bararea,#bararea2 {
    width: 94%;
}

.caja-con-facturacion p {
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 5px;
}


.caja-pago {
    background-color: #F4F4F4;
    padding: 4% 6%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
}

.caja-pago h2 {
    width: 100%;
    color: #27469d;
}

.caja-con-facturacion h3 {
    margin-bottom: 15px ;
}


.montos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid;
}

.montos.dolar {
    border-bottom: 0px;
}

.montos p {
    margin-bottom: 13px;
    font-size: 15px;
    color: black;
    font-weight: 300;
}

.total-factura {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 4%;
}

.dolaress {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 4%;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    width: 25px !important;
}

.woocommerce-checkout #payment ul.payment_methods li img.qr-img {
    width: 80% !important;
    display: flex;
    margin: 0 auto;
}

#fecha_transferencia {
    width: 100%;
    height: 50px;
}

.dolaress p {
    color: #32797E;
    font-size: 12px;
}

#precio-total {
    color: #57bf6d;
}

@media only screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review , .woocommerce-page.woocommerce-checkout form #customer_details.col2-set{
        width: 100% !important;
    }

    .wc-car-movil {
        display: flex;
        flex-direction: column;
    }

    section > .woocommerce {
        width: 89%;
    }

    .width-50 {
        width: 100% !important;
    }

    .select-width {
        width: 100%;
    }
    .woocommerce-page.woocommerce-checkout form #order_review {
        padding: 0 1em;
    }
}