@media (min-width: 768px) {
    .offset-custom-carrito-item {
        margin-left: 16.666667%;
    }
}

@media (min-width: 768px) {
    .col-md-custom-carrito-item {
        -ms-flex: 0 0 59.333333%;
        flex: 0 0 59.333333%;
        max-width: 59.333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-custom {
        /*    -ms-flex: 0 0 64.666667%;
        flex: 0 0 64.666667%;
        max-width: 64.666667%;*/
    }
}

.contianer-alert {
    padding-right: 1.5rem;
    padding-left: 2rem;
}

.icon-right-alert-warning {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .50rem;
    color: inherit;
}

.icon-right-alert-warning i {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.5;
}

.icon-left-alert-warning {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0rem .50rem;
    color: inherit;
}

.icon-left-alert-warning i {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.5;
}


/*Border*/

.contianer-alert .texto-normal,
.contianer-alert .texto-mensaje {
    color: black;
    font-size: 0.75rem;
}

.contianer-alert .texto-mensaje {
    font-weight: bolder;
}

.contianer-alert.alert-success {
    border: solid 2px #8ABB7A;
    background-color: #D3E6CE;
}

.contianer-alert.alert-warning {
    border: solid 2px #FFC58D;
    background-color: #FFE6C0;
}

.contianer-alert.alert-danger {
    border: solid 2px #EF6E76;
    background-color: #FBDCCB;
}

.contianer-alert.alert-secondary {
    background-color: #f1f1f1;
}

.text-subtitulo-product {
    font-size: 0.75rem;
}

.text-subtitulo-product-d-n {
    text-decoration: none;
}

.icon-space-opcion-eliminar {
    margin-right: 0.2rem;
}

.vl {
    position: relative;
}

.space-text-enviar {
    margin-right: 0.75rem;
    margin-top: 2px;
}

.btn-delete-product{
    margin-left: 0.5rem;
    margin-top: 2px;
}

.alert.alert-danger .mensaje-descripcion {
    margin-right: 0.5rem;
}

.alert.alert-danger .btn-accion-eliminar {
    cursor: pointer;
    color: black !important;
}

.texto-mensaje-bono {
    font-size: 0.65rem !important;
}

.select2-selection__arrow b {
    border-color: black transparent transparent transparent !important;
}

@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {
    .vl:after {
        /* ADDED */
        content: '';
        position: absolute;
        border-left: 1px solid black;
        left: -0.5rem;
        bottom: 0;
        /* adjust this */
        height: 80%;
        /* adjust this */
        cursor: auto;
    }
}


/*Estilos para el modal*/

.texto-mensaje-modal {
    margin-top: 1rem;
    font-family: "Montserrat-Medium"!important;
    font-weight: bolder;
    font-size: 0.92rem;
    color: rgb(52, 84, 163);
}

.item-corregir-modal {
    margin-top: 2.2rem;
    font-family: "Montserrat-Medium"!important;
    font-weight: bolder;
    font-size: 0.85rem;
    color: black;
}

#modal-error-produc .btn-cerrar-modal,
#modal-error-produc .btn-cerrar-modal:hover,
#modal-error-produc .btn-cerrar-modal:active,
#modal-error-produc .btn-cerrar-modal:focus {
    background-color: #153B66;
    border-color: transparent !important;
    box-shadow: none !important;
    border-radius: 30px;
    font-size: 0.85rem;
}

.error-item {
    position: relative;
}

.error-item::after {
    content: '-';
    position: absolute;
    top: 0;
    left: -0.75rem;
}
a.btn-RP.disabled{
    pointer-events: none;
}

#iframe-sz-chat{
    display: none!important;
}