﻿.section-wizard {
    padding-bottom: 100px;
}

.container-wizard .bar {
    border-top: 2px solid #D9D9D9;
}

#section-wizard.step-2 .container-wizard .bar {
    border: none; /* Eliminamos la línea de borde */
    height: 2px; /* Definimos la altura de la línea */
    background: linear-gradient(to right,#FAFA99 50%, #D9D9D9 50%); /* Aplicamos un gradiente lineal */
}

#section-wizard.step-3 .container-wizard .bar {
    border-top: 2px solid #FAFA99;
}

.container-wizard .ball {
    border-color: #D9D9D9;
    background-color: #D9D9D9;
}

.container-wizard .row-lbl .lbl {
    color: #D9D9D9;
}

    .container-wizard .row-lbl .lbl.active {
        color: black;
        font-weight: 700;
    }

    .container-wizard .row-lbl .lbl.completed {
        color: black;
        font-weight: 300;
    }

.container-wizard .ball.active {
    border: 6px solid #FAFA99;
}

.container-wizard .ball.completed {
    background-image: url('../img/check_input_ok.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position-y: 6px;
}

.breadcrumb-wrap {
    font-size: 15.5px;
    font-weight: 400;
    color: #64768a;
    border-radius: 5px;
}

.breadcrumb-title {
    font-size: 22px;
    padding: 10px 20px;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .breadcrumb li {
        float: left;
        width: 33.333%;
    }

        .breadcrumb li a, .breadcrumb li span {
            text-decoration: none;
            padding: 8px 0px 8px 50px;
            background: #D9D9D9;
            position: relative;
            display: block;
            float: left;
            width: 100%;
            height: 100%;
            color: #000;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .breadcrumb li.done a {
            font-weight: 400;
            background: #ffffff;
        }

        .breadcrumb li.active a {
            font-weight: 700;
            background: #ffffff;
        }

        .breadcrumb li a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 30px solid #ffffff;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 99%;
            z-index: 2;
        }

        .breadcrumb li.last a:after {
            display: none;
        }

        .breadcrumb li a:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 30px solid #f4f4f4;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            margin-left: 2px;
            left: 100%;
            z-index: 1;
        }


.div-wizard-container .content > div {
    border: none;
    padding-top: 0;
}

.div-wizard-container .content .btn_continue {
    font-size: 22px;
}

#metodo-envio-col-alone {
    background-color: white;
    height: 87px;
    height: 76px;
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 300;
}

hr#hr_envio {
    margin: 0;
    margin-bottom: 40px;
    border-color: #000;
}

#metodo-envio-col-alone img {
    margin-right: 12px;
}

.div-facturacion .form-control {
    padding: 20px 32px;
    font-size: 20px;
    font-family: 'neue Vektor CNC Light';
}

.div-wizard-container .content .row-continuar {
    /*margin-bottom: 180px;*/
    display: flex;
    justify-content: flex-end;
}

    .div-wizard-container .content .row-continuar .btn, .div-wizard-container .content .row-continuar .btn#linkPay {
        text-decoration: none;
        height: 73px;
        max-width: 283px;
        font-size: 22px;
        font-family: 'neue Vektor CNC Medium';
        padding-top: 20px !important;
        width: 283px;
    }

.row-aceptar-politicas {
    font-size: 18px;
    line-height: 23px;
}

    .row-aceptar-politicas a {
        color: var(--body);
        font-weight: 700;
        text-decoration: underline;
    }

    .row-aceptar-politicas input.radioCheck[type='radio'] {
        position: relative;
    }

        .row-aceptar-politicas input.radioCheck[type='radio']:after {
            top: -4px;
            border: none;
            background-color: #D9D9D9;
            width: 21px;
            height: 20px;
        }

        .row-aceptar-politicas input.radioCheck[type='radio']:checked:after {
            background-color: #FAFA99;
        }

        .row-aceptar-politicas input.radioCheck[type='radio']:checked:before {
            /*  content: " ";
            background-color: black;
            width: 6px;
            height: 6px;
            border-radius: 15px;
            top: Calc(50% - 3px);
            left: Calc(50% + 0px);
            position: absolute;
            display: inline-block;
            visibility: visible;
            z-index: 1;*/
        }

    .row-aceptar-politicas input.radioCheck.it2[type='radio']:after {
        top: 0;
    }

    .row-aceptar-politicas input.radioCheck[type='radio'] + label {
        margin-left: 20px;
        top: -6px;
        position: relative;
        font-weight: 450;
    }

#linkPay {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 22px;
    font-weight: 500;
    height: 55px;
}

#row-mobile-cesta {
    display: none;
}



.row-direcciones .item, .row-direcciones .item.selected {
    display: none;
}

.ctr-cesta-container .title_resumen {
    font-size: 28px;
    font-weight: 400;
}

.ctr-cesta-container .volver_cesta {
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
    color: var(--body_c) !important;
}

.ctr-cesta-container .pl {
    padding-left: 40px;
}

.ctr-cesta-container .pr {
    padding-right: 40px;
}

.ctr-cesta-container .separator_title {
    margin: 30px 0 0 0;
    border: 1px solid #E5E5E5;
}

.ctr-cesta-container .col_text_cesta_product {
    padding-left: 28px;
}

.ctr-cesta-container .div_cantidad {
    margin-top: 8px;
    font-weight: 300;
}

@media only screen and (max-width: 991px) {
    .section-wizard {
        /*display: none;*/
        padding-top: 115px;
        padding-bottom: 0px;
    }

    #container_data {
        padding: 0;
    }

    .div-facturacion.div-wizard-container {
        order: 2;
        margin-top: 24px;
        padding: 0 16px !important;
    }

    .div-cesta-container {
        order: 1;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0 !important;
    }

        .div-cesta-container .ctr-cesta-container {
            padding-top: 0;
            padding-bottom: 4px;
            margin-bottom: 0px;
            border-radius: 0;
            margin-left: 0;
        }

        .div-cesta-container .title_resumen {
            display: none;
        }

    .ctr-cesta-container .item:first-child {
        padding-top: 25px;
    }

    .ctr-cesta-container .item {
        padding-left: 16px;
        padding-right: 16px;
    }

    #row-mobile-cesta {
        display: block;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0 16px;
        margin: 0;
        background-color: white;
    }

        #row-mobile-cesta span, #row-mobile-cesta a {
            font-size: 16px;
            font-weight: 400;
            color: var(--body_c);
            text-decoration: none;
        }

            #row-mobile-cesta a .down * {
                font-weight: 400;
            }

            #row-mobile-cesta a .up * {
                font-weight: 500;
            }

        #row-mobile-cesta #arrow_menu_cesta.down {
            content: url('../../Resources/Imagenes/svg/vector_down.svg');
        }

    .div-facturacion .form-control {
        padding: 12px 32px;
    }

    .div-facturacion .col-4 .form-control {
        padding: 12px 16px;
        text-align: center;
    }

    #metodo-envio-col-alone {
        height: 65px;
    }

    .row-aceptar-politicas .col-check-news {
        margin-top: 35px;
    }

    #linkPay {
        font-size: 20px;
    }

    .div-wizard-container .content .row-continuar {
        margin-bottom: 20px;
    }

    .ctr-cesta-container .div-items.pl {
        padding-left: 0px;
    }

    .ctr-cesta-container .div-items.pr {
        padding-right: 0px;
    }

    .ctr-cesta-container .pl {
        padding-left: 16px;
    }

    .ctr-cesta-container .pr {
        padding-right: 16px;
    }

    .ctr-cesta-container .div-codDto .col_cod_descuento {
        padding: 0;
    }

    .ctr-cesta-container .item {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .col_btn_aplicar {
        margin-top: 8px;
    }

    .ctr-cesta-container .div-subtotal {
        font-size: 16px;
    }

    .ctr-cesta-container .total {
        font-size: 16px;
    }

    .row-seguro {
        display: none;
    }

    .div-facturacion .form-facturacion .form > .row > div {
        margin-top: 7px;
        margin-bottom: 7px;
    }

        .div-facturacion .form-facturacion .form > .row > div .form-control {
            margin: 0;
        }

    .div-wizard-container .content {
        padding: 0;
    }

    .row-metodo-envio {
        margin-top: 10px;
    }

    #metodo-envio-col-alone {
        margin-top: 16px;
        margin-bottom: 8px;
    }

    hr#hr_envio {
        margin-bottom: 32px;
    }

    .row-aceptar-politicas {
        font-size: 16px;
        line-height: 20px;
    }
}

/* CESTA COMPRA PASO 1 */
.ctr-cesta-compra {
    background-color: transparent;
    padding: 0px 68px 0px 68px;
    margin-bottom: 180px;
    margin-left: 0px;
    margin-right: 0px;
}

    .ctr-cesta-compra .title {
        padding-bottom: 37px;
        border-bottom: 1px solid #000000;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

        .ctr-cesta-compra .title span {
            font-size: 28px;
            line-height: 39px;
            font-weight: 500;
        }

        .ctr-cesta-compra .title .shopping_secure_site span {
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
        }

        .ctr-cesta-compra .title .shopping_secure_site img {
            width: 20px;
            position: relative;
            top: 3px;
        }

    .ctr-cesta-compra .div-items .item {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #000000;
    }

    .ctr-cesta-compra .col_img_cesta_product {
        padding-left: 40px;
        padding-right: 40px;
    }

        .ctr-cesta-compra .col_img_cesta_product img {
            border-radius: 20px;
        }

    .ctr-cesta-compra .col_text_cesta_product {
        padding-left: 25px;
    }

        .ctr-cesta-compra .col_text_cesta_product .titulo {
            font-size: 35px;
            line-height: 35px;
            font-weight: 500;
        }

            .ctr-cesta-compra .col_text_cesta_product .titulo.span_TM:after {
                top: -16px;
                left: 4px;
            }

        .ctr-cesta-compra .col_text_cesta_product .subtitulo {
            font-size: 20px;
            line-height: 35px;
            font-weight: 300;
        }

        .ctr-cesta-compra .col_text_cesta_product .descripcion {
            font-size: 16px;
            line-height: 21px;
            font-weight: 300;
            max-width: 450px;
            margin-top: 34px;
        }

        .ctr-cesta-compra .col_text_cesta_product .show_product_detail {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            text-decoration: underline;
            color: #000000;
        }

        .ctr-cesta-compra .col_text_cesta_product .cesta_titulo_desc {
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #000000;
            display: block;
            margin-bottom: 10px;
            margin-top: 24px;
        }

.ctr-cesta-container .cesta_titulo_desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'neue Vektor CNC Light';
}

.ctr-cesta-compra .col_text_cesta_product .cesta_subtitulo_desc, .ctr-cesta-container .cesta_subtitulo_desc {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: 'neue Vektor CNC Light';
    display: block;
}

.ctr-cesta-compra .col_quantity_cesta_product .div_btn_delete_product .a_del {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
}

.ctr-cesta-compra .col_quantity_cesta_product {
    align-self: center;
}

    .ctr-cesta-compra .col_quantity_cesta_product.top {
        align-self: flex-start;
    }

    .ctr-cesta-compra .col_quantity_cesta_product .div_btn_delete_product {
        margin-top: 24px;
    }

    .ctr-cesta-compra .col_quantity_cesta_product .div_span_number_units {
        margin-bottom: 24px;
    }

        .ctr-cesta-compra .col_quantity_cesta_product .div_span_number_units span {
            font-size: 20px;
            line-height: 24px;
            font-weight: 400;
        }

.ctr-cesta-compra .col_price_cesta_product {
    align-self: center;
}

.ctr-cesta-compra .col_regalo_cesta_product {
    margin-bottom: 15px;
}

.ctr-cesta-compra .txt_regalo_cesta {
    margin-left: 15px;
    font-size: 18px;
}

.pl-0 {
    padding-left: 0px
}

.pr-0 {
    padding-right: 0px
}

.giftImg {
    width: 20px !important;
    max-width: 20px !important;
    border-radius: 0px !important;
}

.panel_info_regalo .form-control {
    padding: 20px 32px;
    font-size: 20px;
    font-family: 'neue Vektor CNC Book';
}

.ctr-cesta-compra .col_price_cesta_product.top {
    align-self: flex-start;
}

.ctr-cesta-container .col_price_cesta_product.top {
    align-self: flex-start;
}


.ctr-cesta-compra .col_price_cesta_product span.total {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    border: 1px solid #000000;
    padding: 8.25px 40px;
    border-radius: 30px;
    min-width: 150px;
    display: inline-block;
}

.ctr-cesta-compra .col_price_cesta_product .div-promo {
    position: relative;
    top: -33px;
}

.ctr-cesta-compra .col_price_cesta_product.top .div-promo {
    margin-bottom: 30px;
    position: initial;
}

.ctr-cesta-compra .precio_promo {
    font-size: 23px;
    text-decoration: line-through;
    margin-right: 25px;
}

.breadcrumb li.undone a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #D9D9D9;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 99%;
    z-index: 2;
}

.ctr-cesta-compra .precios_cesta .div-results {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .ctr-cesta-compra .precios_cesta .div-results .shopping_buttons {
        padding-right: 60px;
    }

.ctr-cesta-compra .precios_cesta .div_btn_basket_shopping a.a_basket_shopping {
    width: 100%;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    padding: 24px;
}

.ctr-cesta-compra .precios_cesta .div_btn_continue_shopping {
    margin-top: 28px;
}

    .ctr-cesta-compra .precios_cesta .div_btn_continue_shopping a.a_continue_shopping {
        font-size: 22px;
        line-height: 29px;
        font-weight: 500;
        text-decoration: underline;
        color: #000000;
    }

.ctr-cesta-compra .precios_cesta .div-subtotal span.subtotal_envio {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.ctr-cesta-compra .precios_cesta .div-subtotal span.lblEnvio_tipo {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.ctr-cesta-compra .precios_cesta .div-subtotal span.total_envio {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.ctr-cesta-compra .precios_cesta .div-subtotal span.subtotal {
    font-size: 35px;
    line-height: 24px;
    font-weight: 400;
}

.ctr-cesta-compra .precios_cesta .div-subtotal .row_subtotal {
    padding-top: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
}

.ctr-cesta-compra .precios_cesta .div-subtotal span.total {
    font-size: 35px;
    line-height: 24px;
    font-weight: 500;
}

.ctr-cesta-compra .precios_cesta .div-total {
    margin-top: 30px;
}

    .ctr-cesta-compra .precios_cesta .div-total span.lbl_total {
        font-size: 45px;
        line-height: 59px;
        font-weight: 500;
    }

    .ctr-cesta-compra .precios_cesta .div-total #lbltotalWizard {
        font-size: 45px;
        line-height: 59px;
        font-weight: 500;
    }

    .ctr-cesta-compra .precios_cesta .div-total .iva_included {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }
/***********************/



@media(max-width: 991px) {
    .div-facturacion .form-facturacion .form > .row > div {
        padding-left: 4px;
        padding-right: 4px;
    }

    .ctr-cesta-container .div-codDto #txtCodDto {
        height: 45px;
        font-size: 16px;
        font-weight: 300;
    }

    .ctr-cesta-container .div-codDto #btnApplyDto {
        height: 45px;
        font-size: 16px;
        font-weight: 300;
    }

    .ctr-cesta-container .div-subtotal .subtotal {
        font-weight: 450;
    }

    .ctr-cesta-container .div-total .lbl {
        font-weight: 450;
    }

    .row-metodo-envio .title {
        font-weight: 500 !important;
    }
}


/*#region MODAL PISO*/
#modalPiso {
}

    #modalPiso .modal-dialog {
        max-width: Calc(100% - 32px);
    }

    #modalPiso .modal-dialog {
        border-radius: 20px;
    }

    #modalPiso .modal-content {
        border-radius: 20px;
    }

        #modalPiso .modal-content .modal-body {
            font-size: 18px;
            line-height: 26px;
            padding: 0;
            position: relative;
        }

            #modalPiso .modal-content .modal-body .item {
                padding: 34px 32px;
                border-top: 1px solid #E5E5E5;
            }

                #modalPiso .modal-content .modal-body .item.first {
                    border-top: none;
                }

                #modalPiso .modal-content .modal-body .item span {
                    display: inline-block;
                    min-width: Calc(100% - 25px);
                }

                #modalPiso .modal-content .modal-body .item img {
                    height: 21px;
                }

                #modalPiso .modal-content .modal-body .item .linebreak {
                    margin-top: 5px;
                }

            #modalPiso .modal-content .modal-body .a_close {
                font-size: 16px;
                line-height: 28px;
                font-weight: 400;
                text-decoration-line: underline;
                color: black;
            }

                #modalPiso .modal-content .modal-body .a_close.absolute {
                    position: absolute;
                    bottom: 35px;
                    right: 30px;
                }

@media(min-width: 576px) {
    #modalPiso .modal-content .modal-body .item span {
        min-width: 200px;
    }
}

@media(min-width: 991px) {
    #modalPiso .modal-dialog {
        max-width: 770px;
        margin-left: 80px;
    }
}
/*#endregion*/

/*#region MODAL DIRECCIONES*/
#modalDireccionValidation {
}

    #modalDireccionValidation .modal-dialog {
        max-width: Calc(100% - 32px);
    }

    #modalDireccionValidation .modal-dialog {
        border-radius: 20px;
    }

    #modalDireccionValidation .modal-content {
        border-radius: 20px;
    }

        #modalDireccionValidation .modal-content .modal-body {
            font-size: 18px;
            line-height: 26px;
            padding: 0;
            position: relative;
        }

            #modalDireccionValidation .modal-content .modal-body .item {
                margin: 34px 32px;
                padding: 10px 10px;
                border-top: 1px solid #E5E5E5;
            }

                #modalDireccionValidation .modal-content .modal-body .item.first {
                    border-top: none;
                }

                #modalDireccionValidation .modal-content .modal-body .item span {
                    display: inline-block;
                    min-width: Calc(100% - 25px);
                }

                #modalDireccionValidation .modal-content .modal-body .item img {
                    height: 21px;
                }

                #modalDireccionValidation .modal-content .modal-body .item .linebreak {
                    margin-top: 5px;
                }

            #modalDireccionValidation .modal-content .modal-body .a_close {
                font-size: 16px;
                line-height: 28px;
                font-weight: 400;
                text-decoration-line: underline;
                color: black;
            }

                #modalDireccionValidation .modal-content .modal-body .a_close.absolute {
                    position: absolute;
                    bottom: 35px;
                    right: 30px;
                }

@media(min-width: 576px) {
    #modalDireccionValidation .modal-content .modal-body .item span {
        min-width: 200px;
    }
}

@media(min-width: 991px) {
    #modalDireccionValidation .modal-dialog {
        max-width: 770px;
        margin-left: 80px;
    }
}
/*#endregion*/

/*#region MODAL TRANSITO*/
#modalValidacionTransito {
}

    #modalValidacionTransito .modal-dialog {
        max-width: Calc(100% - 32px);
    }

    #modalValidacionTransito .modal-dialog {
        border-radius: 20px;
    }

    #modalValidacionTransito .modal-content {
        border-radius: 20px;
    }

        #modalValidacionTransito .modal-content .modal-body {
            font-size: 18px;
            line-height: 26px;
            padding: 0;
            position: relative;
        }

            #modalValidacionTransito .modal-content .modal-body .item {
                margin: 34px 32px;
                padding: 10px 10px;
                border-top: 1px solid #E5E5E5;
            }

                #modalValidacionTransito .modal-content .modal-body .item.first {
                    border-top: none;
                }

                #modalValidacionTransito .modal-content .modal-body .item span {
                    display: inline-block;
                    min-width: Calc(100% - 25px);
                }

                #modalValidacionTransito .modal-content .modal-body .item img {
                    height: 21px;
                }

                #modalValidacionTransito .modal-content .modal-body .item .linebreak {
                    margin-top: 5px;
                }

            #modalValidacionTransito .modal-content .modal-body .a_close {
                font-size: 16px;
                line-height: 28px;
                font-weight: 400;
                text-decoration-line: underline;
                color: black;
            }

                #modalValidacionTransito .modal-content .modal-body .a_close.absolute {
                    position: absolute;
                    bottom: 35px;
                    right: 30px;
                }

@media(min-width: 576px) {
    #modalValidacionTransito .modal-content .modal-body .item span {
        min-width: 200px;
    }
}

@media(min-width: 991px) {
    #modalValidacionTransito .modal-dialog {
        max-width: 770px;
        margin-left: 80px;
    }
}
/*#endregion*/


.paypal-buttons {
    height: 77px !important;
}

/* #region tab-panel */
.tab_content_subscription {
    background-color: white;
    border-radius: 0px 0px 15px 15px;
}

.div-facturacion .form-facturacion .row_subscription {
    padding: 20px 40px;
}

.div-facturacion .form-facturacion .nav .nav-item a {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 15px 0px 0px;
}

.div-facturacion .form-facturacion .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: transparent;
    opacity: 1.0;
}

.div-facturacion .form-facturacion .nav-tabs .nav-link {
    background-color: #E5E5E5;
    opacity: 0.5;
}

.div-facturacion .form-facturacion .form.form_subscription {
    margin-top: 0px;
    margin-bottom: 10px;
}

#subscription_info {
    padding-bottom: 50px !important;
}

#mySubsTab {
    border-bottom: 0px solid #dee2e6;
    background-color: #E5E5E5;
    border-radius: 15px 15px 0px 0px;
}

#row-subscription-wizard .form.form_subscription img.eye-login,
#row-subscription-loguin .form.form_subscription img.eye-login {
    height: 20px;
    position: absolute;
    right: 25px;
    top: 25px;
}

.form.form_subscription .btn_continue {
    padding: 22px;
}

.form.form_subscription .col_forget {
    justify-content: center;
}

.text-forget-pass, .text-forget-pass:hover, .text-forget-pass:active, .text-forget-pass::selection {
    color: #000000;
}

.form.form_subscription a.img_eye_close, .form.form_subscription a.img_eye_open {
    width: 22px;
    z-index: 999;
    position: absolute;
}
/* #endregion */



/*#region NUEVO DISEÑO 10-11-20222*/
/*#region GENERAL*/
.row-paso .body {
    display: none;
}

.row-paso.show .body {
    display: block;
}

.row-paso .head {
    border-radius: 15px;
    background: #000000;
    color: #fff;
    padding: 20px 40px;
}

.row-paso.show .head {
    border-radius: 15px 15px 0px 0px;
}

.row-paso .head .title {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
}

.row-paso .head .subtitle {
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
}

    .row-paso .head .subtitle a {
        color: #FAFA99;
        display: inline-block;
        margin-left: 15px;
    }

.row-paso img.eye-login {
    height: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.row-paso .body {
    background: #FFFFFF;
    border-radius: 0px 0px 15px 15px;
    padding: 40px 40px;
}

.lbl-top {
    display: none;
}

.rellenando ~ .lbl-top, .relleno ~ .lbl-top {
    display: block;
    position: absolute;
    top: -9px;
    left: 50px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 5px;
    background: transparent;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 58%, rgba(0,0,0,0) 58%, rgba(0,0,0,0) 100%);
}

.txt.control-ok {
    background: white url('../img/check_input_ok.svg') right no-repeat;
    background-position-x: Calc(100% - 24px);
}

.control-error ~ .lbl-top {
    color: #FF9999;
}

@media only screen and (max-width: 1500px) {
    .row-paso .head .title {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        align-items: center;
        display: flex;
    }

    .row-paso .head .subtitle {
        font-weight: 450;
        font-size: 12px;
        line-height: 16px;
    }

    #row-paso-1-login {
        flex-direction: column;
        align-items: flex-end;
    }

    #row-paso-1-registro {
        flex-direction: column;
        align-items: flex-end;
    }

    #row-paso-1.show.registro-active .col-right {
        display: flex;
        justify-content: center;
        padding: 0 25px 0 40px;
        /*margin-bottom: 40px;*/
    }

    #row-paso-1.show.login-active .row.row-continue-p1 {
        margin-top: 30px;
    }

    #row-paso-1.show.login-active .col-left {
        display: flex;
        justify-content: center;
    }

    #row-paso-1.show.login-active .col-right {
        display: flex;
        justify-content: center;
        padding: 0 25px 0 40px;
        margin-bottom: 40px;
    }

    #row-paso-1 .row.row-continue-p1 .btn_continue {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1600px) {
    #nuevo-cliente .col-xxl-8.col-left, #nuevo-cliente .col-xxl-4.col-right {
        flex: 0 0 auto;
        width: 100%;
    }

    #nuevo-cliente .col-xxl-4.col-right {
        justify-content: center;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1840px) {
    .v2 #row-paso-1 .tab-content {
        padding-bottom: 18px;
    }

    .v2 #row-paso-1 .col-register-pass-left {
        width: 100%;
    }

    .v2 #row-paso-1 .col-register-pass-right {
        display: none;
        margin-left: 30px;
    }

        .v2 #row-paso-1 .col-register-pass-right.in {
            display: block;
        }

        .v2 #row-paso-1 .col-register-pass-right:before {
            display: none;
        }

        .v2 #row-paso-1 .col-register-pass-right span {
            width: 100%;
            display: inline;
        }

    .v2 #row-paso-1 .tab-content .row {
        margin-top: 20px;
    }

    #nuevo-cliente .col-xxl-8.col-left, #nuevo-cliente .col-xxl-4.col-right {
        flex: 0 0 auto;
        width: 100%;
    }

    #nuevo-cliente .col-xxl-4.col-right {
        justify-content: center;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .btnSaveWith {
        width: 45%
    }
}


@media only screen and (max-width: 991px) {
    .div-wizard-container .content .body .title {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        padding-left: 8px;
        margin-bottom: 4px;
        display: block;
    }

    #container_data .div-wizard-container .content > div {
        padding-bottom: 20px;
    }

    #container_data .div-wizard-container .content {
        padding-right: 0;
    }

    .row-paso .head {
        padding: 21px 16px;
    }

    .row-paso .body {
        padding: 20px 8px;
    }

    .div-facturacion .form-control {
        font-size: 16px;
    }

    #row-paso-1 .row.row-continue-p1 {
        margin-top: 16px;
    }

    #row-paso-1.registro-active .row.row-continue-p1 {
        /*flex-direction: column-reverse;*/
    }

    #row-paso-1 .row-continue-p1 .text-info-register {
        /*font-size:10px;*/
    }

    #row-paso-1.show.registro-active .col-left {
        display: flex;
        justify-content: center;
    }



    .row-paso img.eye-login {
        top: 18px;
    }

    #row-paso-1.login-active .row.row-continue-p1 .col-right {
        margin-top: 16px;
        margin-bottom: 0;
        justify-content: center;
    }

    #row-paso-1.login-active .row-continue-p1 .col-right a {
        font-weight: 700;
        font-size: 12px;
        line-height: 17px;
    }

    .rellenando ~ .lbl-top, .relleno ~ .lbl-top {
        left: 35px;
    }

    #row-paso-2 .rellenando ~ .lbl-top, #row-paso-2 .relleno ~ .lbl-top {
        top: 0 !important;
        top: 13px !important;
    }

    #row-paso-3 .rellenando ~ .lbl-top, #row-paso-3 .relleno ~ .lbl-top {
        top: 0 !important;
        top: 13px !important;
    }
}
/*#endregion GENERAL*/
/*#region PASO 1 IDENTIFICACION*/
#row-paso-1 {
}




    #row-paso-1 .row-continue-p1 {
        margin-top: 50px;
    }

        #row-paso-1 .row-continue-p1 .text-forget-pass {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
        }

        #row-paso-1 .row-continue-p1 .text-info-register {
            font-weight: 300;
            font-size: 14px;
            line-height: 21px;
        }

        #row-paso-1 .row-continue-p1 .btn_continue {
            font-size: 22px;
            text-align: center;
            width: 233px;
            height: 73px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    #row-paso-1.login-active .row-continue-p1 .col-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #row-paso-1 .row-paso-1-login-active, .row-paso-1-registro-active {
        display: none !important;
    }

    #row-paso-1.show.login-active .row-paso-1-login-active {
        display: flex !important;
    }

    #row-paso-1.show.registro-active .row-paso-1-registro-active {
        display: flex !important;
    }

    #row-paso-1.show.registro-active label.row-paso-1-registro-active {
        display: block !important;
    }

#container_data.uk #row-paso-1.show.registro-active .row-paso-1-registro-active.col-check_paso_1_acepta#lbl_check_paso_1_acepta,
#container_data.uk .col-check_paso_1_acepta, #container_data.uk #row-paso-1.show.registro-active .row-paso-1-registro-active.col-check_paso_1_acepta#lbl_check_paso_1_aceptaPromo {
    display: none !important;
}

#row-paso-1 #lblErrorError-1-continuar {
    margin-left: 68px;
}

#row-paso-1 .col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#row-paso-1 .row-continue-p1 .col-left {
    display: flex;
    align-items: flex-start;
    padding-left: 48px;
}


input.radioCheck.it2[type='radio'] {
    position: relative;
    height: 20px;
    width: 20px;
}

    input.radioCheck.it2[type='radio']:after {
        border: none;
        background-color: #F2F2F2;
        border-radius: 0;
        height: 20px;
        width: 20px;
        top: -4px;
    }

    input.radioCheck.it2[type='radio']:checked:after {
        background-color: #FAFA99;
        background-image: url('../img/check.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px;
    }
/*#endregion PASO 1 IDENTIFICACION*/
/*#region PASO 2 — DATOS DE ENVÍO Y PAGO*/
#row-paso-2 {
}

    /*#row-paso-2 .title {
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
    }*/

    #row-paso-2 .col-register-pass-left {
        width: 50%;
        display: inline-block
    }

    #row-paso-2 .col-register-pass-right {
        width: 49%;
        display: inline-block;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 21px;
        max-width: 246px;
        margin-left: 56px;
        position: relative;
        height: 65px;
    }

        #row-paso-2 .col-register-pass-right:before {
            content: "";
            width: 56px;
            position: absolute;
            top: 30px;
            left: -61px;
            border: 1px solid #000000;
            height: 1px;
        }

        #row-paso-2 .col-register-pass-right span {
            position: relative;
            top: 8px;
        }

    #row-paso-2 .txt {
        margin-top: 24px;
    }

    #row-paso-2 img.eye-login {
        top: 50px;
    }

    #row-paso-2 .col-calc-2 {
        width: Calc(50% - 8px);
    }

    #row-paso-2 .rellenando ~ .lbl-top, #row-paso-2 .relleno ~ .lbl-top {
        top: 13px;
    }

.row-metodo-envio {
    margin-top: 40px;
}

    .row-metodo-envio .col-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .row-metodo-envio .btn_continue {
        display: none;
        width: 233px;
        height: 73px;
        align-items: center;
        justify-content: center;
    }

    .row-metodo-envio.register .row-paso-2-register {
        display: flex;
    }

    .row-metodo-envio.login .row-paso-2-login {
        display: flex;
    }

#metodo-envio-col-alone {
    border: 1px solid #000000;
    border-radius: 15px;
    margin-top: 24px;
}

.div-wizard-container .content {
    padding-right: 37px;
}

.ctr-cesta-container {
    margin-left: 37px;
}

.row-aceptar-politicas {
    font-size: 14px;
    margin-bottom: 40px;
}

.row-envio-logued .item {
    border: 1px solid #000000;
    border-radius: 15px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 24px;
    padding: 20px 40px;
}

    .row-envio-logued .item span {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
    }

    .row-envio-logued .item .a_link {
        font-size: 18px;
    }

#row-paso-2 .body {
    position: relative;
}

    #row-paso-2 .body .loading-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 9999;
    }

        #row-paso-2 .body .loading-overlay .spinner-border {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 50%;
            left: Calc(50% - 25px);
        }

@media only screen and (max-width: 991px) {
    #row-paso-2 .col-calc-2 {
        width: 100%;
        padding: 0;
    }

    #row-paso-2 .col-register-pass-left {
        width: 100%;
    }

    #row-paso-2 .col-register-pass-right {
        margin-left: 35px;
        max-width: 230px;
        display: none;
    }

        #row-paso-2 .col-register-pass-right.in {
            display: block;
        }

        #row-paso-2 .col-register-pass-right:before {
            display: none;
        }

        #row-paso-2 .col-register-pass-right span {
            width: 100%;
            font-weight: 300;
            font-size: 14px;
            line-height: 18px;
        }

    #row-paso-2 img.eye-login {
        top: 24px;
    }

    #row-paso-2 .txt {
        margin-top: 10px;
        margin-top: 24px;
    }

    #row-paso-2 .col_reg_number {
        padding-left: 0 !important;
    }

    #row-paso-2 .row-metodo-envio {
        margin-top: 25px;
    }

        #row-paso-2 .row-metodo-envio .title {
            font-weight: 600 !important;
        }

    #row-paso-2 #metodo-envio-col-alone {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    #row-paso-2 #linkPay {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
    }

    .row-metodo-envio .col-right {
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:991px) and (max-width:1640px) {
    #row-paso-2 .col-register-pass-right {
        width: 30%;
        margin-left: 20px;
        top: 20px;
    }

        #row-paso-2 .col-register-pass-right:before {
            display: none;
            width: 10px;
            left: -16px;
            top: 100%;
        }
}
/*#endregion PASO 3 — PAGO*/

/*#region PASO 2 — DATOS DE PAGO*/
#row-paso-3 {
}

    /*#row-paso-2 .title {
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
    }*/

    #row-paso-3 .col-register-pass-left {
        width: 50%;
        display: inline-block
    }

    #row-paso-3 .col-register-pass-right {
        width: 49%;
        display: inline-block;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 21px;
        max-width: 246px;
        margin-left: 56px;
        position: relative;
        height: 65px;
    }

        #row-paso-3 .col-register-pass-right:before {
            content: "";
            width: 56px;
            position: absolute;
            top: 30px;
            left: -61px;
            border: 1px solid #000000;
            height: 1px;
        }

        #row-paso-3 .col-register-pass-right span {
            position: relative;
            top: 8px;
        }

    #row-paso-3 .txt {
        margin-top: 24px;
    }

    #row-paso-3 img.eye-login {
        top: 50px;
    }

    #row-paso-3 .col-calc-2 {
        width: Calc(50% - 8px);
    }

    #row-paso-3 .rellenando ~ .lbl-top, #row-paso-3 .relleno ~ .lbl-top {
        top: 13px;
    }

.row-metodo-envio {
    margin-top: 40px;
}

#metodo-envio-col-alone {
    border: 1px solid #000000;
    border-radius: 15px;
    margin-top: 24px;
}


.div-wizard-container .content {
    padding-right: 37px;
}

.ctr-cesta-container {
    margin-left: 37px;
}

.row-aceptar-politicas {
    font-size: 14px;
    margin-bottom: 40px;
}

.row-creditCard {
    margin-bottom: 60px;
}

.row-creditCard-logued .item {
    border: 1px solid #000000;
    border-radius: 15px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 24px;
    padding: 20px 40px;
    margin-bottom: 60px;
}

    .row-creditCard-logued .item span {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
    }

    .row-creditCard-logued .item .a_link {
        font-size: 18px;
    }

@media only screen and (max-width: 991px) {
    #row-paso-3 .col-calc-2 {
        width: 100%;
        padding: 0;
    }

    #row-paso-3 .col-register-pass-left {
        width: 100%;
    }

    #row-paso-3 .col-register-pass-right {
        margin-left: 35px;
        max-width: 230px;
        display: none;
    }

        #row-paso-3 .col-register-pass-right.in {
            display: block;
        }

        #row-paso-3 .col-register-pass-right:before {
            display: none;
        }

        #row-paso-3 .col-register-pass-right span {
            width: 100%;
            font-weight: 300;
            font-size: 14px;
            line-height: 18px;
        }

    #row-paso-3 img.eye-login {
        top: 24px;
    }

    #row-paso-3 .txt {
        margin-top: 10px;
        margin-top: 24px;
    }

    #row-paso-3 .col_reg_number {
        padding-left: 0 !important;
    }

    #row-paso-3 .row-metodo-envio {
        margin-top: 25px;
    }

        #row-paso-3 .row-metodo-envio .title {
            font-weight: 600 !important;
        }

    #row-paso-3 #metodo-envio-col-alone {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    #row-paso-3 #linkPay {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
    }

    .div-wizard-container .content .row-continuar .btn, .div-wizard-container .content .row-continuar .btn#linkPay {
        height: 58px;
        max-width: 229px;
        font-size: 20px;
        padding-top: 16px !important;
        width: 229px;
    }

    #row-paso-3 .row-creditCard {
        margin-bottom: 30px;
    }

    #row-paso-3 .row-aceptar-politicas {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
}

@media only screen and (min-width:991px) and (max-width:1640px) {
    #row-paso-3 .col-register-pass-right {
        width: 30%;
        margin-left: 20px;
        top: 20px;
    }

        #row-paso-3 .col-register-pass-right:before {
            display: none;
            width: 10px;
            left: -16px;
            top: 100%;
        }
}


/*#endregion PASO 3 — DATOS DE PAGO*/

.btn.btnCompraPaypal {
    background-color: transparent;
    border-radius: 45px;
    border: 1px solid #555;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 22px 40px;
    width: 200px;
    height: 73px;
    right: 1238px;
    top: 1064px;
    border: 1px solid #000000;
    border-radius: 100px;
}


#lblTopWassap_mobile {
    display: flex;
    border: none;
}

#paymentModal {
    position: fixed;
    top: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: #000000a6;
    z-index: 9;
    padding-top: 100px;
}

#paymentIframe {
    width: 100%;
    height: 80vh;
    margin: auto;
}

.iframeContainer {
    width: 60%;
    height: 80vh;
    margin: auto;
}

.cierreIframe {
    position: absolute;
    top: 140px;
    font-size: 50px;
    margin-left: -50px;
    text-decoration: none;
    color: black;
}

#check_paso_1_acepta {
    display: none;
}

.registro-active #check_paso_1_acepta {
    display: block;
}


#div-error-1-continuar {
    display: none;
}

.registro-active #div-error-1-continuar {
    display: block;
}

@media only screen and (max-width: 991px) {
    .iframeContainer {
        width: 95%;
    }
}


/*#endregion NUEVO DISEÑO 10-11-20222*/

/*#region V2*/
.v2 {
}

    .v2 .row-paso .head {
        background-color: transparent;
        color: black;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
        position: relative;
    }

        .v2 .row-paso .head:after {
            content: "";
            display: block;
            width: 100%;
            background-color: #CFCFCF;
            background-color: black;
            height: 3px;
            position: absolute;
            bottom: 0px;
        }

    .v2 .row-paso.show ~ .row-paso .head:after, .v2 .row-paso.show .head:after {
        background-color: #CFCFCF;
    }

    .v2 .row-paso .head .title {
        padding-bottom: 10px;
    }

    .v2 .div-wizard-container .content > div {
        padding: 0;
        padding-bottom: 0 !important;
    }

    .v2 #row-paso-1 {
        display: none;
    }

    .v2.step-1 #row-paso-1 {
        display: flex;
    }

    .v2 #row-paso-1 ul#tabHead {
        width: 100%;
    }

        .v2 #row-paso-1 ul#tabHead li {
            font-size: 26px;
            width: 50%;
        }

            .v2 #row-paso-1 ul#tabHead li .nav-link {
                background-color: transparent;
                border: none;
                text-align: center;
                padding: 13px 0;
                color: black;
                width: 100%;
                font-family: 'neue Vektor CNC Light';
                padding-bottom: 0;
            }

                .v2 #row-paso-1 ul#tabHead li .nav-link:after {
                    content: "";
                    display: block;
                    background: #E5E5E5;
                    border-radius: 30px;
                    width: 100%;
                    height: 6px;
                    margin-top: 15px;
                }

                .v2 #row-paso-1 ul#tabHead li .nav-link.active {
                    font-family: 'neue Vektor CNC Medium';
                    color: black;
                }

                    .v2 #row-paso-1 ul#tabHead li .nav-link.active:after {
                        background: #111111;
                        height: 8px;
                        margin-top: 13px;
                    }

    .v2 #row-paso-1 .tab-content {
        background: #fff;
        padding: 18px 16px 30px 16px;
    }

        .v2 #row-paso-1 .tab-content .row {
            margin-left: 0;
            margin-right: 0;
        }

        .v2 #row-paso-1 .tab-content .txt {
        }

    .v2 #row-paso-1 .col-register-pass-left {
        width: 50%;
        display: inline-block
    }

    .v2 #row-paso-1 .col-register-pass-right {
        width: 49%;
        display: inline-block;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 21px;
        max-width: 246px;
        margin-left: 56px;
        position: relative;
        height: 65px;
    }

        .v2 #row-paso-1 .col-register-pass-right:before {
            content: "";
            width: 56px;
            position: absolute;
            top: 30px;
            left: -61px;
            border: 1px solid #000000;
            height: 1px;
        }

#row-paso-1 .col-register-pass-right span {
    position: relative;
    top: 8px;
}

.v2 #row-paso-1 .row-continue-p1 {
    margin-top: 30px;
}

    .v2 #row-paso-1 .row-continue-p1 .col-left {
        flex-direction: column;
        padding-left: 13px;
    }

        .v2 #row-paso-1 .row-continue-p1 .col-left > .row {
            display: flex;
        }

.v2#container_data.uk #row-paso-1 .row-continue-p1 .col-left {
    margin: 0 !important;
    height: 0;
}

.v2#container_data.uk #row-paso-1 .row-continue-p1 .col-right {
    margin-top: 0;
}

.v2 input.radioCheck.it2[type='radio']:after {
    left: 0;
}

.v2 #row-paso-1 .row-continue-p1 .text-forget-pass {
    font-size: 14px;
    font-weight: normal;
}

.v2 #row-paso-1 .row-paso-1-login-active, .row-paso-1-registro-active {
    display: flex !important;
}

.v2 #row-paso-1 {
    position: relative;
}

    .v2 #row-paso-1 .loading-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 9999;
    }

        .v2 #row-paso-1 .loading-overlay .spinner-border {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 50%;
            left: Calc(50% - 25px);
        }



.v2 #row-paso-2 .body {
    display: none;
}

.v2.step-2 #row-paso-2 .body {
    display: block;
}
.es_regalo .v2.step-2 #row-paso-2 .head, .es_regalo .v2.step-2 #row-paso-2 .body {
    display: none !important;
}

.es_regalo #row-paso-2 .head {
    display: none !important;
}
.es_regalo #row-paso-2.show .head {
    display: flex!important;
}
#row-paso-2-1 {
    display:none;
}
.es_regalo #row-paso-2-1 {
    display:flex;
}

.v2 .row-paso.show .head {
    /*background-color: transparent;
    color: black;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;*/
}

.v2 #row-paso-1.show + #row-paso-2 .hello {
    display: none;
}

.v2 .row-paso .hello {
    /*display: none;*/
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    margin-bottom: 0;
    border-bottom: 4px solid black;
}

.v2 .row-paso.show .hello {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: none;
}

    .v2 .row-paso.show .hello:after {
        content: "";
        position: absolute;
        border: 2px solid #000000;
        bottom: -10px;
        width: 100%;
    }

    .v2 .row-paso.show .hello .title {
        font-size: 26px;
    }

    .v2 .row-paso.show .hello .subtitle {
        font-size: 16px;
        font-family: 'neue Vektor CNC Light';
    }

.btnSavePickUp {
    justify-content: center !important;
    width: 100% !important;
}

.txtEnvioMenorca {
    font-size: 20px;
    font-family: 'neue Vektor CNC Medium';
    line-height: 36px;
}

#infoHorariosT1 {
    display: none;
    position: absolute;
    width: 300px;
    height: 260px;
    top: 60%; /* Ajusta la posición vertical según tus necesidades */
    left: 45%; /* Mueve el panel al lado derecho de la imagen */
    background-color: white;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); /* Sombra en el borde */
    border-radius: 35px;
    padding: 30px;
    font-size: 18px;
    font-family: 'neue Vektor CNC Medium';
    line-height: 26px;
    z-index: 1000;
}

#infoHorariosT2 {
    display: none;
    position: absolute;
    width: 285px;
    height: 255px;
    top: 60%; /* Ajusta la posición vertical según tus necesidades */
    left: 90%; /* Mueve el panel al lado derecho de la imagen */
    background-color: white;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); /* Sombra en el borde */
    border-radius: 35px;
    padding: 30px;
    font-size: 18px;
    font-family: 'neue Vektor CNC Medium';
    line-height: 26px;
    z-index: 1000;
}

.titleHorarioApertura {
    font-size: 18px;
    font-family: 'neue Vektor CNC Medium';
    padding-bottom: 10px;
}

.imgInfo {
    min-width: 10px;
}

#infoTienda1:hover #infoHorariosT1 {
    display: block;
}

#infoTienda2:hover #infoHorariosT2 {
    display: block;
}

.v2.step-2 #row-paso-2 .body {
    display: block;
    padding: 18px 16px 30px 16px;
}

    .v2.step-2 #row-paso-2 .body .row-envio {
        --bs-gutter-y: 1rem;
    }

.v2 #row-paso-2 .txt {
    margin-top: 0;
    margin-bottom: 0;
}

.v2 #metodo-envio-col-alone {
    border: none;
    text-align: left;
    margin: 0;
    padding-left: 20px !important;
    justify-content: flex-start;
}

.v2 #row-metodo-envio .title {
    font-size: 20px;
    font-family: 'neue Vektor CNC Light';
    font-weight: 300 !important;
    padding-left: 16px;
}

.metEnvioMenorca {
    padding-top: 10px;
    margin-left: 16px;
}

.tiendasEnvioMenorca {
    margin-left: 16px;
}

.espaciadoCamion {
    margin-left: 5px;
    margin-right: 5px;
}

.espaciadoTienda {
    margin-left: 13px;
    margin-right: 8px;
}


.v2 #row-paso-2 .rellenando ~ .lbl-top, .v2 #row-paso-2 .relleno ~ .lbl-top {
    top: -10px;
}

.v2 #row-paso-2 .head .subtitle a {
    color: black;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
}
.v2 #row-paso-2-1 .head .subtitle a {
    color: black;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
}


.v2 #row-paso-2 .btn_continue {
    width: 315px;
}

.v2 #row-paso-3 {
}

    .v2 #row-paso-3 .body {
        padding: 18px 16px 30px 16px;
    }

    .v2 #row-paso-3 .div-stripe {
        text-align: center;
        margin-bottom: 16px;
    }

        .v2 #row-paso-3 .div-stripe img {
        }

        .v2 #row-paso-3 .div-stripe span {
            font-size: 14px;
            line-height: 24px;
            font-family: 'neue Vektor CNC Light';
        }

    .v2 #row-paso-3 .txt {
        margin: 0;
    }

    .v2 #row-paso-3 .row-creditCard {
        --bs-gutter-y: 1rem;
    }

    .v2 #row-paso-3 .row-continuar .btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .v2 #row-paso-3 .row-continuar .btn, .v2 #row-paso-3 .row-continuar .btn#linkPay {
            text-decoration: none;
            height: 73px;
            max-width: 283px;
            font-size: 22px;
            font-family: "neue Vektor CNC Book";
            padding-top: 20px !important;
            width: 283px;
            font-weight: 500;
        }

            .v2 #row-paso-3 .row-continuar .btn img {
                display: inline-block;
                margin-right: 5px;
                margin-top: -5px;
            }

            .v2 #row-paso-3 .row-continuar .btn:hover img {
                content: url('../../Resources/Imagenes/svg/fi-rr-lock-yellow.svg');
            }

.v2 #div-formas-pago {
    margin-bottom: 300px;
}

    .v2 #div-formas-pago .items {
        text-align: center;
    }

        .v2 #div-formas-pago .items .item {
            margin: 20px 10px 13px 10px;
        }

    .v2 #div-formas-pago .col-text {
        display: flex;
        justify-content: center;
        font-size: 14px;
        line-height: 24px;
        font-family: 'neue Vektor CNC Light';
    }

        .v2 #div-formas-pago .col-text span {
            display: inline-block;
            margin-right: 13px;
        }

.v2 #row-paso-3 .rellenando ~ .lbl-top, .v2 #row-paso-3 .relleno ~ .lbl-top {
    top: -8px;
}

.v2 #row-paso-3 .row-aceptar-politicas {
    margin: 0;
}

.v2 #row-paso-3 .row-creditCard {
    margin-bottom: 30px;
}

#div-price-bottom {
    display: none;
}

#div-top-banner, #div-top-bannerMobile {
    display: none !important;
}

#div-top-bannerBasket.div-top-banner {
    display: flex;
}

    #div-top-bannerBasket.div-top-banner span {
        font-family: 'neue Vektor CNC Medium';
    }


#div-top-bannerMobile.div-top-banner .col-gratis {
    display: none;
}

#div-top-bannerMobile.div-top-banner .col-seguro {
    display: flex;
}

#div-price-bottom-master, #div-price-bottom-master.show {
    display: none !important;
}

.v2 .stripe-info {
    margin-bottom: 25px;
    padding: 20px 20px;
    font-size: 18px;
    font-family: 'neue Vektor CNC Light';
    background: #ffeb3b38;
    border: 1px solid #ffeb3b38;
    border-radius: 20px;
}

.v2 #modal_TootipBank {
}

    .v2 #modal_TootipBank .body {
        font-size: 14px;
        line-height: 16.8px;
    }

    .v2 #modal_TootipBank .modal-body .title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }

    .v2 #modal_TootipBank .modal-body img {
        width: 85%;
        margin: 20px auto;
        display: flex;
    }

    .v2 #modal_TootipBank .modal-body ol {
        padding: 0;
        list-style-type: none;
        display: grid;
        grid-auto-flow: column;
        grid-gap: 10px;
        text-align: center;
        line-height: 1.2;
        font-size: .9em;
    }

 #panelCesta_regalo {
    display: none;
    /*border-bottom: 1px solid var(--Grey2);*/
    padding-bottom: 40px;
}

.es_regalo #panelCesta_regalo {
    display: block;
}


@media only screen and (max-width: 1200px) {
    /*xl*/
    .v2 #row-paso-1 ul#tabHead li .nav-link {
        font-size: 16px;
        line-height: 20px;
    }

    .v2 .ctr-cesta-container .title_resumen {
        font-size: 22px;
    }

    .v2 .ctr-cesta-container .volver_cesta {
        font-size: 14px;
    }

    .v2 .ctr-cesta-container .pr {
        padding-right: 16px;
    }

    .v2 .ctr-cesta-container .pl {
        padding-left: 16px;
    }

    .inputRegalo {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 1400px) {
    /*xxl*/
    .v2 #row-paso-1 .row-continue-p1 .text-forget-pass {
        margin-bottom: 16px;
    }

    .v2 .row-metodo-envio .col-right {
        margin: 0;
        justify-content: center;
    }

    .v2 #metodo-envio-col-alone {
        /*border: 1px solid black;*/
        text-align: center;
        width: 100%;
        padding: 12px !important;
        border-radius: 10px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
        margin-bottom: 0px;
        justify-content: center;
    }

    .v2 #row-metodo-envio .title {
        padding-bottom: 10px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .metEnvioMenorca {
        margin-left: 0px;
        padding-right: 0px
    }

    .tiendasEnvioMenorca {
        margin-left: 0px;
        padding-right: 0px
    }

    .v2 .row-envio-logued .item span {
        font-size: 16px;
        font-family: 'neue Vektor CNC Light';
    }

    .v2 .row-envio-logued .item {
        padding: 20px 30px;
    }

    .v2 #row-paso-2 .col-calc-2 {
        width: 100%;
        padding: 0 !important;
    }

    .v2 .row-aceptar-politicas .col-check-news {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1600px) {
    .v2 #row-paso-1 .tab-content {
        padding-bottom: 18px;
    }

    .v2 #row-paso-1 .col-register-pass-left {
        width: 100%;
    }

    .v2 #row-paso-1 .col-register-pass-right {
        display: none;
        margin-left: 30px;
    }

        .v2 #row-paso-1 .col-register-pass-right.in {
            display: block;
        }

        .v2 #row-paso-1 .col-register-pass-right:before {
            display: none;
        }

        .v2 #row-paso-1 .col-register-pass-right span {
            width: 100%;
            display: inline;
        }

    .v2 #row-paso-1 .tab-content .row {
        margin-top: 20px;
    }

    .txtEnvioMenorca {
        font-size: 14px !important;
        line-height: 25px !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .v2 .row-paso.show .hello .title {
        font-size: 2vw;
    }

    .v2 .row-paso.show .hello .subtitle {
        font-size: 1.3vw;
    }
}

@media only screen and (max-width: 991px) {
    .v2 #row-paso-1 ul#tabHead li .nav-link {
        font-size: 16px;
        line-height: 20px;
    }

    .v2 #row-paso-1 .col-register-pass-left {
        width: 100%;
        display: block;
    }



    .v2 input.radioCheck.it2[type='radio']:after {
        top: 0;
    }

    .v2 #row-paso-1 .row.row-continue-p1 {
        margin-top: 20px;
    }

        .v2 #row-paso-1 .row.row-continue-p1 .btn_continue {
            font-size: 18px;
        }


    .v2 .row-paso.show .hello .title {
        font-size: 16px;
    }

    .v2 .row-paso.show .hello .subtitle {
        font-size: 14px;
    }

    .v2 #row-metodo-envio .title {
        font-family: 'neue Vektor CNC Regular';
    }

    .v2 .row-paso .head {
        padding-bottom: 10px;
    }

    .v2 #row-paso-2 .rellenando ~ .lbl-top, .v2 #row-paso-2 .relleno ~ .lbl-top {
        top: -10px !important;
    }

    .v2 .div-wizard-container .content .btn_continue {
        font-size: 16px;
    }

    .v2 #row-paso-2 .btn_continue {
        width: auto;
        height: auto;
        padding: 16px 32px !important;
    }


    .v2.step-2 #row-paso-2 .body {
        padding-top: 0px;
        padding-bottom: 18px;
    }

        .v2.step-2 #row-paso-2 .body .row-envio {
            margin-top: 8px;
        }

    .v2 #metodo-envio-col-alone {
        border: 1px solid black;
        text-align: center;
        width: 100%;
        padding: 12px !important;
        border-radius: 10px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px !important;
    }


    .v2 #row-paso-3 .div-stripe {
        margin-bottom: 20px;
    }

        .v2 #row-paso-3 .div-stripe span {
            font-size: 12px;
        }

    .v2 #row-paso-3 .row-aceptar-politicas {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .v2 #row-paso-3 .btn {
        width: 257px !important;
        font-size: 18px !important;
    }

    .v2 ~ #div-price-bottom {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: white;
        padding: 20px 16px 16px 16px;
        z-index: 999999;
    }

        .v2 ~ #div-price-bottom .head {
            align-items: center;
        }

            .v2 ~ #div-price-bottom .head .ver_cesta {
                font-size: 16px;
                color: black;
            }

            .v2 ~ #div-price-bottom .head .total_lbl {
                font-size: 16px;
                font-family: 'neue Vektor CNC Light';
            }

            .v2 ~ #div-price-bottom .head .total {
                font-size: 30px;
            }

        .v2 ~ #div-price-bottom .body {
            margin-top: 20px;
        }

            .v2 ~ #div-price-bottom .body #btnFooterBuy {
                font-size: 18px;
                width: 100%;
            }

                .v2 ~ #div-price-bottom .body #btnFooterBuy.disabled {
                    background-color: #E5E5E5;
                    border-color: #E5E5E5;
                }

                .v2 ~ #div-price-bottom .body #btnFooterBuy img {
                    margin-left: 12px;
                }

                .v2 ~ #div-price-bottom .body #btnFooterBuy:hover img {
                    content: url(../../Resources/Imagenes/svg/fi-rr-lock-yellow.svg);
                }

    #div-price-bottom-master, #div-price-bottom-master.show {
        display: none !important;
    }

    .v2 .div-facturacion .div-error span {
        font-size: 14px;
    }

    .v2 #row-paso-3 .body {
        padding-bottom: 0;
    }

    .v2 #row-paso-3 .rellenando ~ .lbl-top, .v2 #row-paso-3 .relleno ~ .lbl-top {
        top: -8px !important;
    }

    .v2 #row-paso-3 .row-continuar {
        margin-bottom: 18px;
    }

        .v2 #row-paso-3 .row-continuar .btn, .v2 #row-paso-3 .row-continuar .btn#linkPay {
            height: 56px;
            padding-top: 16px !important;
        }


    .v2 footer {
        display: none;
    }



    .v2 #modal_TootipBank {
    }

        .v2 #modal_TootipBank .body {
        }

        .v2 #modal_TootipBank .modal-dialog {
            left: 0 !important;
            margin: auto !important;
        }

        .v2 #modal_TootipBank .modal-content {
            width: Calc(100% - 20px);
            margin: auto;
        }

    .v2.step-1 #row-paso-1 {
        padding-top: 30px;
    }

    .v2.step-2 #row-paso-2, .v2.step-3 #row-paso-2 {
        padding-top: 80px;
    }
    /*  body.showing-basket .v2.step-1 #row-paso-1, body.showing-basket .v2.step-1 #row-paso-2, body.showing-basket .v2.step-1 #row-paso-3 {
        padding-top: 675px;
    }*/

    .v2 .div-cesta-container #row-mobile-cesta {
        position: fixed;
        width: 100%;
        z-index: 9;
    }

    .v2 #row-mobile-cesta {
        padding: 18px 20px;
        padding: 10px 20px;
        height: auto;
    }

    .v2 .div-cesta-container .ctr-cesta-container {
        padding-top: 95px;
    }

    .v2 #row-mobile-cesta .ver_cesta {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-decoration-line: underline;
        margin-top: 10px;
        display: block;
    }

    .v2 #row-mobile-cesta .total_lbl {
        font-size: 16px;
        line-height: 21px;
        font-family: 'neue Vektor CNC Light';
    }

    .v2 #row-mobile-cesta .total {
        font-size: 30px;
        line-height: 39px;
        margin-left: 8px;
    }

    .v2 #row-mobile-cesta + .ctr-cesta-container .div-items {
        /*  max-height: Calc(100vh - 560px);
            overflow: auto;*/
    }

    .v2 #div-formas-pago {
        margin-bottom: 42px;
    }

    .showing-basket #section-wizard {
        display: none !important;
    }

    #infoHorariosT1 {
        display: none;
        position: absolute;
        width: 235px;
        height: 205px;
        top: 80%; /* Ajusta la posición vertical según tus necesidades */
        left: 20%; /* Mueve el panel al lado derecho de la imagen */
        background-color: white;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); /* Sombra en el borde */
        border-radius: 35px;
        padding: 30px;
        font-size: 14px;
        font-family: 'neue Vektor CNC Medium';
        line-height: 20px;
        z-index: 1000;
    }

    #infoHorariosT2 {
        display: none;
        position: absolute;
        width: 235px;
        height: 205px;
        top: 80%; /* Ajusta la posición vertical según tus necesidades */
        left: 55%; /* Mueve el panel al lado derecho de la imagen */
        background-color: white;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); /* Sombra en el borde */
        border-radius: 35px;
        padding: 30px;
        font-size: 14px;
        font-family: 'neue Vektor CNC Medium';
        line-height: 20px;
        z-index: 1000;
    }

    .titleHorarioApertura {
        font-size: 14px;
        font-family: 'neue Vektor CNC Medium';
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 576px) {
    .section-wizard {
        padding-top: 85px;
    }

    .container-wizard {
        max-width: 93%;
    }

        .container-wizard .bar {
            max-width: 90%;
            margin: auto;
        }

        .container-wizard .ball-1 {
            left: 13px;
        }

        .container-wizard .row-lbl .lbl-3 {
            right: -6px;
        }

    #container_data .div-wizard-container .content > div {
        padding-top: 0;
    }

    .div-facturacion.div-wizard-container {
        margin-top: 30px;
    }

    .container-wizard .row-lbl {
        margin-top: 12px;
    }

    .separador_tiendas {
        margin-top: 20px;
    }

    #infoHorariosT1 {
        display: none;
        position: absolute;
        width: 235px;
        height: 205px;
        top: 65%; /* Ajusta la posición vertical según tus necesidades */
        left: 20%; /* Mueve el panel al lado derecho de la imagen */
        background-color: white;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); /* Sombra en el borde */
        border-radius: 35px;
        padding: 30px;
        font-size: 14px;
        font-family: 'neue Vektor CNC Medium';
        line-height: 20px;
        z-index: 1000;
    }

    #infoHorariosT2 {
        display: none;
        position: absolute;
        width: 235px;
        height: 205px;
        top: 80%; /* Ajusta la posición vertical según tus necesidades */
        left: 20%; /* Mueve el panel al lado derecho de la imagen */
        background-color: white;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); /* Sombra en el borde */
        border-radius: 35px;
        padding: 30px;
        font-size: 14px;
        font-family: 'neue Vektor CNC Medium';
        line-height: 20px;
        z-index: 1000;
    }

    .titleHorarioApertura {
        font-size: 14px;
        font-family: 'neue Vektor CNC Medium';
        padding-bottom: 8px;
    }
}

/*#endregion V2*/

/*#region WASSAP!!*/
.section-wassap {
    background-color: #FAFA99;
    padding: 20px 16px;
}


    .section-wassap .item .title {
        font-size: 23px;
        line-height: 35px;
    }

    .section-wassap .item .body {
        font-size: 16px;
        line-height: 22px;
        display: flex;
        padding-top: 50px;
    }

        .section-wassap .item .body img {
            min-width: 36px;
            margin: 0;
            margin-right: 17px;
        }
/*#ednregion*/
