﻿.section-mimPlan {
    display: none;
}

.bg-gray {
    background-color: var(--Grey1);
}

input.radioCheck[type='radio']:after {
    top: -10px;
}

input.radioCheck[type='radio'] + label {
    margin-left: 20px;
}

input.radioCheck#check_Envio_es_facturacion_cesta[type='radio']:after {
    top: 0px;
}
/*#region WIZARD*/
.section-wizard {
    padding-top: 60px;
    padding-bottom: 60px;
}

.container-wizard {
    max-width: 645px;
    padding: 0;
}

    .container-wizard .bar {
        border-top: 1px dashed #000000;
    }

    .container-wizard .ball {
        height: 21px;
        width: 21px;
        position: absolute;
        border-radius: 50%;
        border: 1.61538px solid black;
        background-color: white;
        top: -10.5px;
    }

        .container-wizard .ball.active {
            background-color: var(--Grey3);
            background-color: #000000;
        }

        .container-wizard .ball.completed {
            background-color: var(--cQuote);
        }

        .container-wizard .ball.incomplete {
            background-color: #FF9999;
        }

    .container-wizard .ball-1 {
        left: 0;
    }

    .container-wizard .ball-2 {
        left: calc(50% - 11px);
    }

    .container-wizard .ball-3 {
        right: 0;
    }

    .container-wizard .row-lbl {
        margin: 0;
        margin-top: 35px;
        padding: 0;
        position: relative;
    }

        .container-wizard .row-lbl > div {
            padding: 0;
        }

        .container-wizard .row-lbl .lbl {
            padding: 0;
            font-size: 20px;
            color: black;
            font-weight: 500;
            position: absolute;
        }

        .container-wizard .row-lbl .lbl-1 {
            left: -65px;
        }

        .container-wizard .row-lbl .lbl-2 {
            position: initial;
        }

        .container-wizard .row-lbl .lbl-3 {
            /*right: -15px;*/
            right: -90px;
            top: 4px;
        }

.total_sin_dto {
    font-size: 28px !important;
    text-decoration: line-through;
    margin-right: 20px;
    display: inline-block;
    display: none !important;
}

#lblTotalDto {
    color: #FD7979;
}

#lblDtoName {
}

@media only screen and (max-width: 991px) {
    #lblDtoName {
        font-size: 16px;
    }

    #lblTotalDto {
        font-size: 16px;
    }

    .ctr-cesta-container .div-codDto .a_del {
        font-size: 16px !important;
        font-family: 'neue Vektor CNC Light';
    }
}
/*#endregion WIZARD*/
/*#region LOGIN*/
.div-wizard-container .content {
    /*padding: 0px 80px;*/
    padding: 0px 40px 0px 68px; /*xavimacipe.[31-05-2022]*/
}

    .div-wizard-container .content .title {
        font-size: 28px;
        font-weight: 500;
    }

    .div-wizard-container .content .new.edit {
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .div-wizard-container .content .new.edit .title {
            font-size: 20px !important;
        }

    .div-wizard-container .content > div {
        border-top: 1px solid #C4C4C4;
        padding: 24px 0px;
    }

.div-identificacion {
}




    .div-identificacion .form .eye-login {
        height: 20px !important;
        width: auto !important;
        min-height: 0;
        min-width: 0;
        position: absolute;
        right: 35px;
        top: 30px;
    }

    .div-identificacion .form .form-control {
        background-color: #E5E5E5;
        background-color: #fff;
        border: 1px solid #C9C8C9;
    }

    .div-identificacion .col-btn-login {
        margin-top: 40px;
    }

@media(min-width: 991px) {
    .div-identificacion input#radio_RecuerdameWizard[type='radio']:after {
        top: -10px;
    }
}

.div-identificacion input#radio_RecuerdameWizard + label {
    font-size: 20px;
}

.div-identificacion .text-forget-pass {
    color: black;
    font-size: 16px;
}

.div-identificacion .text-legal p {
    font-size: 18px;
    margin: 0;
    margin-top: 35px;
}

/*#endregion LOGIN*/


/*#region CESTA - CONTROL*/
.ctr-cesta-container {
    background-color: white;
    /*padding: 25px 50px 35px 40px;*/
    padding: 25px 40px 35px 40px; /*xavimacipe.[31-05-2022]*/
    padding: 25px 0px 35px 0px; /*xavimacipe.[31-05-2022]*/
    border-radius: 15px;
    margin-bottom: 80px;
    /*xavimacipe.[31-05-2022]*/
    margin-left: 40px;
    margin-right: 68px;
}

    .ctr-cesta-container .item {
        font-size: 16px;
        align-items: center;
        margin: 0;
        border-bottom: 1px solid var(--Grey2);
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .ctr-cesta-container .item .col_img_cesta_product {
            width: 80px;
        }

    .ctr-cesta-container .col_img_cesta_product.top {
        align-self: flex-start;
    }

    .ctr-cesta-container .item img {
        border-radius: 15px;
        /*xavimacipe.[31-05-2022]*/
        max-width: 80px;
        width: 80px;
    }

    .ctr-cesta-container .item .titulo {
        font-size: 28px;
        font-weight: 450;
        line-height: 26.5px;
    }

        .ctr-cesta-container .item .titulo.span_TM:after {
            top: -11px;
            left: 4px;
        }


    .ctr-cesta-container .item .subtitulo {
        font-size: 18px;
        line-height: 26.5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: 300;
    }

    .ctr-cesta-container .item .plan {
        line-height: 28.8px;
        font-weight: 300;
        /*text-transform:lowercase;*/
    }

        .ctr-cesta-container .item .plan:first-letter {
            /*text-transform: uppercase;*/
        }

    .ctr-cesta-container .item .total {
        font-size: 24px;
        font-weight: 450;
    }

    .ctr-cesta-container .item .div-promo.show_desk {
        width: fit-content;
        margin: auto;
        margin-right: 0;
    }

    .ctr-cesta-container .item .div-text-promo.show_desk {
        width: fit-content;
        margin: auto;
        margin-right: 0;
    }

    .ctr-cesta-container .item .precio_promo_pay {
        text-decoration: line-through;
    }

    .ctr-cesta-container .item .a_del {
        position: absolute;
        bottom: 30px;
        right: 0;
        color: var(--body_c);
    }

    .ctr-cesta-container .modal-total {
        padding: 35px 0;
    }

        .ctr-cesta-container .modal-total .subtotal {
            font-size: 24px;
            font-weight: 500;
        }

        .ctr-cesta-container .modal-total .total {
            font-size: 20px;
            font-weight: 500;
        }

        .ctr-cesta-container .modal-total .envio-text {
            font-size: 16px;
        }

        .ctr-cesta-container .modal-total .row-tramitar {
            margin-top: 35px;
        }

    .ctr-cesta-container .div-codDto {
        padding: 40px 0;
        border-bottom: 1px solid var(--Grey2);
    }

        .ctr-cesta-container .div-codDto .col_cod_descuento {
            padding-right: 16px;
        }

        .ctr-cesta-container .div-codDto #txtCodDto {
            padding: 17px 40px 17px 40px;
            /*max-width: 480px;*/
            height: 60px;
            border: none;
            background: rgba(229, 229, 229, 0.5);
            color: #5F5F5F;
            font-weight: 400;
        }

            .ctr-cesta-container .div-codDto #txtCodDto::placeholder {
                text-align: center;
                color: #5F5F5F;
            }

        .ctr-cesta-container .div-codDto #btnApplyDto {
            display: flex;
            align-items: center;
            justify-content: center;
            /*max-width: 480px;*/
            min-width: 250px;
            height: 60px;
            font-weight: 450;
        }


            .ctr-cesta-container .div-codDto #btnApplyDto.disabled {
                opacity: 0.5;
                pointer-events: none;
            }

        .ctr-cesta-container .div-codDto .subtotal {
            padding: 40px 0;
            font-weight: 500;
        }

        .ctr-cesta-container .div-codDto .a_del {
            color: var(--body_c);
            font-size: 16px;
            margin-top: 20px;
            display: inline-block;
            margin-top: 0px;
            font-size: 18px;
            margin-left: 20px;
        }

        .ctr-cesta-container .div-codDto .div-error {
            margin-top: 20px;
            display: flex;
        }

            .ctr-cesta-container .div-codDto .div-error .bola {
                background: #FD7979;
                border-radius: 50%;
                height: 20px;
                width: 20px;
            }

            .ctr-cesta-container .div-codDto .div-error span {
                font-size: 18px;
                line-height: 1.55;
                color: #FD7979;
                margin-left: 20px;
                font-weight: 500;
                text-transform: uppercase;
            }


    .ctr-cesta-container .div-subtotal {
        padding: 40px 0;
        border-bottom: 1px solid var(--Grey2);
        font-weight: 500;
    }

        .ctr-cesta-container .div-subtotal .subtotal {
            font-weight: 400;
        }

        .ctr-cesta-container .div-subtotal .total {
            font-weight: 450;
        }

        .ctr-cesta-container .div-subtotal .lblEnvio {
            font-size: 16px;
        }

    .ctr-cesta-container .div-total .lbl {
        font-size: 40px;
        font-weight: 400;
    }

    .ctr-cesta-container .div-total .total {
        font-size: 40px;
        font-weight: 500;
    }

    .ctr-cesta-container .div-total {
        padding: 40px 0;
        padding-bottom: 0;
    }

        .ctr-cesta-container .div-total .row-iva {
            margin-top: 20px;
            font-size: 16px;
        }

    .ctr-cesta-container .row-seguro {
        margin-top: 50px;
        font-size: 18px;
        text-align: center;
        position: relative;
    }

        .ctr-cesta-container .row-seguro img {
            display: inline-block;
            height: 24px;
            margin-left: 10px;
        }

    /*#region SAHRE CESTA*/
    .ctr-cesta-container .shareUrl {
        position: absolute;
        bottom: -6px;
        right: -20px;
    }

        .ctr-cesta-container .shareUrl #shareBtn {
            border: 1px solid black;
            border-radius: 12px;
        }

#shareModal {
}

    #shareModal .modal-body {
        padding-top: 20px;
    }

    #shareModal #shareOptions {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    #shareModal .shareOption svg {
        width: 100%;
        height: auto;
        max-height: 70px;
    }

    #shareModal .shareOption a {
        text-decoration: none;
        color: black;
        font-size: 14px;
    }

    #shareModal #shareURL {
        display: flex;
        align-items: center;
    }

    #shareModal #urlBox {
        flex-grow: 1;
        margin-right: 10px;
    }

    #shareModal #copyBtn {
        cursor: pointer;
    }

@media only screen and (max-width: 991px) {
    #shareModal {
        top: 120px;
    }
}


/*#endregion SAHRE CESTA*/

/*#endregion CESTA - CONTROL*/

/*#region PASO 2- ENVIO Y FACTURACION*/
.a_link {
    font-size: 16px;
    color: var(--c_body) !important;
    font-weight: 500;
}

.opac-03 {
    opacity: 0.3;
}

.div-facturacion .div-error {
    margin-top: 20px;
    display: flex;
}

    .div-facturacion .div-error .bola {
        background: #FD7979;
        border-radius: 50%;
        height: 20px;
        width: 20px;
    }

    .div-facturacion .div-error span {
        font-size: 18px;
        line-height: 1.55;
        color: #FD7979;
        margin-left: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

.div-facturacion .form-facturacion {
    border-top: 1px solid #C4C4C4;
    padding-bottom: 17px !important;
}

    .div-facturacion .form-facturacion .row-envio {
        padding: 20px 0;
    }

        .div-facturacion .form-facturacion .row-envio .new {
            font-size: 16px;
            margin-bottom: 20px;
        }

            .div-facturacion .form-facturacion .row-envio .new a {
                color: var(--c_body);
                font-weight: 500;
                text-decoration: none;
            }

                .div-facturacion .form-facturacion .row-envio .new a img {
                    margin-right: 20px;
                }

                .div-facturacion .form-facturacion .row-envio .new a span {
                    position: relative;
                    top: 4px;
                }

        .div-facturacion .form-facturacion .row-envio .col-es-fact {
            font-size: 16px;
            margin-bottom: 20px;
        }

            .div-facturacion .form-facturacion .row-envio .col-es-fact .lblCheckDefault {
                margin-left: 13px;
            }

    .div-facturacion .form-facturacion .form {
        margin-top: 15px;
    }

/*.div-facturacion .form-facturacion .form*/
.form-control {
    box-shadow: none;
    background-color: #E5E5E5;
    background-color: #fff;
    border: 1px solid #C9C8C9;
}
    /*.div-facturacion .form-facturacion .form*/
    .form-control::placeholder {
        color: black;
    }

.div-facturacion .form-facturacion .form > .row > div {
    padding-left: 0px;
    padding-right: 0px;
    margin: 11px auto;
    display: flex;
}

    .div-facturacion .form-facturacion .form > .row > div.right {
        justify-content: end;
    }

    .div-facturacion .form-facturacion .form > .row > div .form-control {
        /*width: Calc(100% - 20px);*/
        width: Calc(100% - 4px);
    }

        .div-facturacion .form-facturacion .form > .row > div .form-control.control-error {
            background-color: transparent !important;
        }

            .div-facturacion .form-facturacion .form > .row > div .form-control.control-error::placeholder {
                color: red !important;
            }

    .div-facturacion .form-facturacion .form > .row > div.col-12 .form-control {
        width: 100%;
    }

.div-facturacion .form-control {
    border: none;
    border: 1px solid #C9C8C9;
}

.div-facturacion .form-facturacion .form .lblCheckDefault {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.row-direcciones .item {
    background-color: white;
    border-radius: 15px;
    font-size: 18px;
    position: relative;
    padding: 40px 26px;
    margin: 20px 0;
    line-height: 1.45;
    opacity: 0.7;
    cursor: pointer;
}

    .row-direcciones .item.item-gray {
        background-color: var(--Grey2);
    }

    .row-direcciones .item.selected {
        opacity: 1;
    }

    .row-direcciones .item .title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .row-direcciones .item .selected {
        font-size: 16px;
    }

    .row-direcciones .item .a_del {
        position: absolute;
        bottom: 40px;
        right: 38px;
        font-weight: normal;
        color: var(--c_body) !important;
    }

.row-add-dir.edit {
    background-color: white;
    padding: 40px !important;
    border-radius: 15px !important;
}

.row-direcciones .item .row-del {
}

    .row-direcciones .item .row-del .btn {
        margin-left: 40px;
    }

.no-dir #row-envio-wizard .row-add-dir .form .btn.btn-primary {
    display: none;
}
/*#endregion PASO 2- ENCIO Y FACTURACION*/
/*#region PASO 2 - METODO DE ENVIO*/
.row-metodo-envio {
}

    .row-metodo-envio .title {
        font-weight: 700 !important;
    }

    .row-metodo-envio input[type='radio']:after {
        top: -10px;
    }

    .row-metodo-envio input[type='radio'] + label {
        font-size: 20px;
        line-height: 1.6;
        margin-left: 20px;
    }
/*#endregion PASO 2 - METODO DE ENVIO*/

/*#region PASO 2 - SUBSCRIPCION MENSUAL*/
.div-wizard-container .content .row-subscripcion-mensual {
    border-top: none;
    padding-top: 16px;
}

    .div-wizard-container .content .row-subscripcion-mensual .title {
        font-size: 20px;
        line-height: 1.2;
    }

    .div-wizard-container .content .row-subscripcion-mensual .subtitle {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .div-wizard-container .content .row-subscripcion-mensual #dia-envio-col {
        font-size: 16px;
        line-height: 1.5;
    }

    .div-wizard-container .content .row-subscripcion-mensual input[type='radio']:after {
        /*top: -10px;*/
    }

    .div-wizard-container .content .row-subscripcion-mensual input[type='radio'] + label {
        margin-left: 20px;
        font-weight: 500;
    }
/*#endregion PASO 2 - SUBSCRIPCION MENSUAL*/


/*#region PASO 2 - CONTINUAR*/
.div-wizard-container .content .row-continuar {
    border-top: none;
    margin-top: 6px;
}
/*#endregion PASO 2 - CONTINUAR*/

/*#region PASO 2 - RESPONSIVE*/
.space_x_row {
    --bs-gutter-x: 0rem;
}

@media only screen and (max-width: 1400px) {
    .col_img_cesta_product {
        width: 87px;
        padding: 0;
    }

    .col_text_cesta_product {
        width: 65%;
        width: Calc(100% - 80px);
        display: flex;
    }

        .col_text_cesta_product .tex {
            width: 100%;
        }

            .col_text_cesta_product .tex .show_more_detail.collapsed {
                margin-bottom: 0px;
            }

    .ctr-cesta-container .col_text_cesta_product .promo_title {
        font-size: 12px;
    }

    .ctr-cesta-container .col_text_cesta_product .div-promo {
        font-size: 14px;
        /*margin-bottom:16px;*/
    }

        .ctr-cesta-container .col_text_cesta_product .div-promo + .price {
            font-size: 20px;
        }

    .col_quantity_cesta_product {
        width: 50%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
        padding-top: 0px;
    }

    .col_price_cesta_product {
        width: 50%;
        padding-top: 25px;
        padding-top: 0px;
    }

    .ctr-cesta-container .item .total {
        float: left;
    }
}


@media (min-width:992px) and (max-width:1600px) {
    .ctr-cesta-container {
        margin-right: 40px;
    }

        .ctr-cesta-container .div-codDto #btnApplyDto {
            min-width: 0 !important;
        }
}

@media only screen and (max-width: 1199px) {
    .col_btn_aplicar {
        padding-left: 0px !important;
    }
    /* .ctr-cesta-container {
        padding: 25px 35px 35px 35px;
    }*/
    .col_direction_name {
        width: 100%;
    }

    .col_direction_selected {
        width: 100%;
        text-align: left !important;
        margin-top: 20px;
    }

    .col_direction_edit {
        width: 100%;
        text-align: left !important;
        margin-top: 20px;
    }

    .div-facturacion .form-facturacion .form > .row > div .form-control {
        width: Calc(100% - 0px);
        margin-left: 5px;
        margin-right: 5px;
    }

    .col_reg_number {
        padding-left: 7px !important;
    }

        .col_reg_number .form_control_reg_number {
            padding-left: 20px;
            padding-right: 20px;
        }

    .col_reg_floor .form_control_reg_floor {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 1200px) {
    .div-identificacion .col-sm-6 a,
    .div-identificacion .col-sm-6 {
        width: 100%;
    }
}

.ctr-cesta-container .show_mobile {
    display: none !important;
}

.ctr-cesta-container .show_desk {
    display: flex !important;
}

    .ctr-cesta-container .show_desk.precio_promo {
        display: inline-block !important;
        font-size: 14px;
        text-decoration: line-through;
        margin-right: 8px;
        font-family: 'neue Vektor CNC Light';
    }

@media only screen and (max-width: 991px) {
    .ctr-cesta-container .show_mobile {
        display: flex !important;
    }

    .ctr-cesta-container .show_desk {
        display: none !important;
    }

    .col-sm-6.div-wizard-container {
        width: 100%;
    }

    .col-sm-6.div-cesta-container {
        width: 100%;
        margin-top: 40px;
    }

    .div-wizard-container .content {
        padding: 0px 4px 0px 4px;
    }

    .row-metodo-envio input[type='radio']:after {
        top: -2px;
    }

    .ctr-cesta-container {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .section-wizard {
        padding-bottom: 40px;
    }

    .container-wizard .row-lbl .lbl {
        font-size: 14px;
        line-height: 24px;
    }

    .container-wizard .row-lbl .lbl-1 {
        left: 0px;
    }

    .container-wizard .row-lbl .lbl-3 {
        right: 0px;
    }

    .div-wizard-container .content .title {
        font-size: 16px;
        line-height: 26px;
    }

    .a_link {
        font-size: 14px;
        line-height: 22px;
    }

    .row-direcciones .item {
        padding: 20px 12px;
    }

    .col_direction_name.order-1 {
        order: 1 !important;
        width: 75%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .col_direction_selected.order-2 {
        order: 3 !important;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        min-height: 26px;
    }

    .col_direction_edit.order-3 {
        order: 2 !important;
        width: 25%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        text-align: right !important;
    }

    .row-direcciones .item .a_del {
        position: relative;
        bottom: 0px;
        right: 0px;
        display: flex;
        justify-content: flex-end;
        height: 100%;
        align-items: self-end;
    }

    .div-wizard-container .content .col_direction_name {
        font-size: 14px;
        line-height: 20px;
    }

    #row-envio-wizard .row.row-add-dir .col-5 {
        width: 100%;
    }

    .div-facturacion .form-facturacion .row-envio {
        padding: 0px 0;
    }

    .div-wizard-container .content > div {
        border-top: 0px solid #C4C4C4;
        padding-top: 0px;
    }

    .row-metodo-envio input[type='radio'] + label {
        font-size: 14px;
        line-height: 25px;
    }

    .ctr-cesta-container .title_resumen {
        font-size: 16px;
        line-height: 20px;
    }

    .ctr-cesta-container .row-seguro {
        font-size: 14px;
        margin-top: 30px;
    }

    .ctr-cesta-container .div-total .lbl {
        font-size: 26px;
        line-height: 24px;
    }

    .ctr-cesta-container .div-total {
        padding: 24px 0;
    }

    .total_sin_dto {
        font-size: 20px !important;
    }

    .ctr-cesta-container .div-subtotal {
        padding: 24px 0;
    }

    .ctr-cesta-container .div-codDto {
        padding: 24px 0;
    }

    .col_cod_descuento {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .col_btn_aplicar {
        margin-top: 20px;
        width: 100%;
    }

    .ctr-cesta-container .div-plus-minus input {
        font-size: 16px;
        line-height: 24px;
    }

    .ctr-cesta-container .item .total {
        font-size: 16px;
        line-height: 24px;
    }

    .ctr-cesta-container .item .a_del {
        font-size: 14px;
        line-height: 16px;
    }

    .ctr-cesta-container .div-plus-minus button {
        font-size: 16px;
        line-height: 24px;
    }

    .ctr-cesta-container .div-plus-minus {
        width: 100px;
        display: table-caption;
    }

    .col_quantity_cesta_product {
        width: fit-content;
        margin-left: 117px;
        margin-top: 16px;
    }


    .col_price_cesta_product {
        width: 100px;
        background-color: #fff;
        border: 1px solid black;
        height: 38px;
        border-radius: 50px;
        margin-left: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 22px;
        margin: auto;
        margin-right: 0;
    }


    .ctr-cesta-container .item .a_del {
        position: absolute;
        bottom: 20px;
        right: 0px;
        color: var(--body_c);
    }

    .ctr-cesta-container .item {
        padding-bottom: 45px;
    }

    .col_reg_number .form_control_reg_number {
        padding-left: 40px;
        padding-right: 30px;
    }

    .col_reg_floor .form_control_reg_floor {
        padding-left: 40px;
        padding-right: 30px;
    }

    input.radioCheck[type='radio']:after {
        top: -2px;
    }

    .div-facturacion .form-facturacion .row-envio .new {
        margin-bottom: 0px;
    }

    #row-envio-wizard .row-add-dir.edit,
    #row-facturacion-wizard .row-add-dir.edit {
        padding: 20px 16px !important;
    }

    .div-wizard-container .content .new.edit .title {
        font-size: 16px !important;
    }

    #row-envio-wizard .row.row-add-dir .col-7 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .div-facturacion .form-facturacion .form .lblCheckDefault {
        font-size: 16px;
        line-height: 26px;
    }

    .marginTopSave {
        margin-top: 20px !important;
    }

    .ctr-cesta-container .div-codDto #txtCodDto {
        margin-left: auto;
        margin-right: auto;
    }

    .ctr-cesta-container .div-codDto #btnApplyDto {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ctr-cesta-container .item img {
        width: 87px;
    }
}

@media only screen and (max-width: 991px) {
    .ctr-cesta-container .item .titulo {
        font-size: 20px;
        line-height: 28px;
    }

        .ctr-cesta-container .item .titulo.span_TM:after {
            top: -8px;
            left: 4px;
            background-size: 9px 6px;
            display: inline-block;
            width: 9px;
            height: 6px;
            content: "";
            background-image: url(../img/TM.svg);
        }

    .ctr-cesta-container .item .subtitulo {
        font-size: 16px;
        line-height: 24px;
    }

    .ctr-cesta-container .item .plan {
        line-height: 24px;
    }

    .ctr-cesta-container .a_del_cesta {
        color: var(--body_c);
        position: absolute;
        left: 23px;
        bottom: 21px;
        font-weight: 300;
    }

    #metodo-envio-col-alone {
        font-size: 16px !important;
    }
}

/*
@media only screen and (max-width: 375px) {
    .col_quantity_cesta_product {
        width: fit-content;
        margin-left: 0px;
    }

    .col_img_cesta_product {
        width: 100%;
        padding-right: 0px;
        text-align: center;
        padding-bottom: 30px;
    }

    .col_text_cesta_product {
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ctr-cesta-container .item .a_del {
        position: absolute;
        bottom: 20px;
        right: 0;
    }
}*/

/*#endregion PASO 2 - RESPONSIVE*/

/*#region PASO 3 - METODO DE PAGO*/

.div-facturacion .form-metodo-pago {
    border-top: 1px solid #C4C4C4;
}

    .div-facturacion .form-metodo-pago #row-card-container {
        padding: 20px 0;
    }

        .div-facturacion .form-metodo-pago #row-card-container .new {
            font-size: 16px;
            margin-bottom: 20px;
        }

            .div-facturacion .form-metodo-pago #row-card-container .new a {
                color: var(--c_body);
                font-weight: 500;
                text-decoration: none;
            }

                .div-facturacion .form-metodo-pago #row-card-container .new a img {
                    margin-right: 20px;
                }

                .div-facturacion .form-metodo-pago #row-card-container .new a span {
                    position: relative;
                    top: 4px;
                }


    .div-facturacion .form-metodo-pago .form {
        margin-top: 15px;
    }

        .div-facturacion .form-metodo-pago .form .form-control {
            background-color: #E5E5E5;
        }

        .div-facturacion .form-metodo-pago .form > .row > div {
            padding-left: 0px;
            padding-right: 0px;
            margin: 11px auto;
            display: flex;
        }

            .div-facturacion .form-metodo-pago .form > .row > div.right {
                justify-content: end;
            }

            .div-facturacion .form-metodo-pago .form > .row > div .form-control {
                width: Calc(100% - 20px);
            }

                .div-facturacion .form-metodo-pago .form > .row > div .form-control.control-error {
                    background-color: transparent !important;
                }

                    .div-facturacion .form-metodo-pago .form > .row > div .form-control.control-error::placeholder {
                        color: red !important;
                    }

            .div-facturacion .form-metodo-pago .form > .row > div.col-12 .form-control {
                width: 100%;
            }

        .div-facturacion .form-metodo-pago .form .row-primerPago .row > .col-12 {
            margin: 10px 0;
        }

        .div-facturacion .form-metodo-pago .form .lblCheckDefault {
            font-size: 16px;
            cursor: pointer;
        }

.row-cards .item {
    background-color: white;
    border-radius: 15px;
    font-size: 18px;
    position: relative;
    padding: 40px 26px;
    margin: 20px 0;
    line-height: 1.45;
    opacity: 0.7;
    cursor: pointer;
}

    .row-cards .item.item-gray {
        background-color: var(--Grey2);
    }

    .row-cards .item.selected {
        opacity: 1;
    }

    .row-cards .item .title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .row-cards .item .selected {
        font-size: 16px;
    }

    .row-cards .item .a_del {
        position: absolute;
        bottom: 40px;
        right: 38px;
        font-weight: normal;
        color: var(--c_body) !important;
    }

.row-add-dir.edit {
    background-color: white;
    padding: 40px !important;
    border-radius: 15px !important;
}

.row-cards .item .row-del {
}

    .row-cards .item .row-del .btn {
        margin-left: 40px;
    }

.form-metodo-pago .row-add-card .form .lblCVV {
    font-size: 16px;
    line-height: 1.5;
    color: #A7A7A7;
    display: inline-block;
    margin-top: 20px;
    max-width: 317px;
}

.form-metodo-pago .row-option-payment {
}

    .form-metodo-pago .row-option-payment .item {
    }

        .form-metodo-pago .row-option-payment .item label {
            max-width: 70%;
        }

        .form-metodo-pago .row-option-payment .item img {
            margin-left: 20px;
            max-width: 100%;
        }

.privacy_politic_style {
    text-decoration: none;
}

/*#endregion PASO 3 - METODO DE PAGO*/


/*#region PAGO OK/PAGO KO*/
.div-pago.div-wizard-container .content {
    padding-right: 0;
}

.div-pago .content > div {
    border: none;
}

.div-pago .content .title {
    font-size: 40px;
    text-transform: uppercase;
}

.div-pago .content .subtitle {
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.45;
}

.div-pago .content .btn-primary {
    margin-top: 50px;
}


.ctr-cesta-container .item .total.total_producto_pago {
    float: initial;
}

.modalFreeze .modal-dialog {
    max-width: 795px;
}

.modalFreeze .modal-content {
    background-color: #FAFA99;
    padding: 40px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 20px;
}

    .modalFreeze .modal-content.c2 {
        background-color: #D8D8FF;
    }

    .modalFreeze .modal-content.c3 {
        background-color: #FFC4A4;
    }

    .modalFreeze .modal-content .modal-header {
        border: none;
    }

.modalFreeze .close {
    background: none;
    border: none;
    font-size: 60px;
    top: 40px;
    position: absolute;
    right: 40px;
    padding: 0;
}

    .modalFreeze .close * {
        color: black !important;
    }

.modalFreeze h4 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
}

.modalFreeze p {
    margin: 0;
}

.modalFreeze img {
    margin-top: 30px;
}

.row_datos_operacion {
    --bs-gutter-x: 0px;
    margin-top: 36px;
}

    .row_datos_operacion .item {
        padding: 0;
        border-radius: 15px;
        background-color: white;
    }

        .row_datos_operacion .item .head {
            padding: 35px 30px;
        }

            .row_datos_operacion .item .head .title {
                font-size: 28px;
                line-height: 24px;
            }

                .row_datos_operacion .item .head .title.smaller {
                    font-size: 24px;
                }

        .row_datos_operacion .item .body .fila {
            font-size: 18px;
            line-height: 27px;
            padding: 27px 30px;
            border-top: 1px solid #E5E5E5;
            align-items: center;
        }

@media only screen and (min-width: 576px) and (max-width: 1600px) {
    .row_datos_operacion .item .body .fila.col-direction {
        flex-direction: column;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .col_img_producto_pago {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .col_info_producto_pago {
        padding-left: 0px;
        padding-right: 0px;
        width: 50%;
    }

    .col_unidades_producto_pago {
        width: 25%;
    }

    .col-operacion {
        width: 100% !important;
        margin-top: 24px !important;
        padding: 0 !important;
    }
}

@media only screen and (min-width:576px) {
    .row_datos_operacion {
        --bs-gutter-x: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width:890px) {
    .row_datos_operacion .item .head .title {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .col-operacion.column-2 .item .head {
        padding-bottom: 26px !important;
    }
}

@media only screen and (max-width:576px) {
    .row_datos_operacion .item .head {
        padding: 18px 16px;
    }

        .row_datos_operacion .item .head .title {
            font-size: 16px;
            line-height: 24px;
        }

    .row_datos_operacion .item .body .fila {
        font-size: 14px;
        line-height: 20px;
        padding: 18px 16px;
    }
}

@media only screen and (max-width:767px) {
    #modalFreeze .modal-content {
        padding: 12px 21px 33px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    #modalFreeze .close {
        top: 15px;
        right: 26px;
    }

    #modalFreeze h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    #modalFreeze p {
    }

    #modalFreeze img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .div-pago .content .title {
        font-size: 30px;
        line-height: 36px;
        text-transform: uppercase;
    }

    .div-pago .content .subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-top: 40px;
    }

    .ctr-cesta-container .item .total {
        font-weight: 400;
    }
}

/*#endregion*/


/*#region ctr-cesta-container*/
.ctr-cesta-container.resumen {
    padding-right: 0px;
}

.ctr-cesta-container .row-Pedido {
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #E5E5E5;
}

    .ctr-cesta-container .row-Pedido .title {
        font-size: 28px;
        font-weight: 500;
    }

.ctr-cesta-container .div-otros .row-section {
    font-size: 18px;
    padding: 40px 0;
    border-bottom: 1px solid #E5E5E5;
}

    .ctr-cesta-container .div-otros .row-section:last-child {
        border-bottom: none;
    }

    .ctr-cesta-container .div-otros .row-section .title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 15px;
        font-weight: 500;
    }

.ctr-cesta-container .item .unidades {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    display: inline-block;
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 991px) {
    .ctr-cesta-container .div-otros .row-section .title {
        font-size: 16px;
        line-height: 26px;
    }

    .ctr-cesta-container .div-otros .row-section span {
        font-size: 14px;
        line-height: 20px;
    }

    .ctr-cesta-container .row-Pedido .title {
        font-size: 20px;
        line-height: 30px;
    }

    .col_img_producto_pago {
        width: 35%;
    }

    .col_info_producto_pago {
        width: 65%;
        display: flex;
    }

    .col_unidades_producto_pago {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .col_img_producto_pago {
        width: 100%;
        padding-right: 0px;
        text-align: center;
        padding-bottom: 30px;
    }

    .col_info_producto_pago {
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }

    .col_unidades_producto_pago {
        width: 100%;
        margin-top: 20px;
    }
}

.styleAddress {
    font-size: 18px;
}

    .styleAddress:hover {
        background-color: #FAFA99;
        cursor: pointer;
    }
/*#endregion*/
