.tipo_entrega,
.tipo_documento {
    width: 150px;
    margin-bottom: 10px;
}

.boton-active {
    color: #fff;
    background-color: #2482ba;
    border-color: #2482ba;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.boton-active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.boton-active:hover {
    background-color: #2482ba;
    border-color: #2482ba;
}

.table td {
    vertical-align: middle;
}

.btn-primary {
    border: #2482ba 1px solid;
}

.btn-primary:hover {
    background-color: #18577E !important;
    border-color: #18577E !important;
}

.total-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #edeff1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.total-heading {
    font-weight: bold;
    margin-right: 5px;
}

.total-amount {
    font-size: 18px;
}

.popup img {
    max-height: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    /* cursor: zoom-in; */
    margin-bottom: 5px;
}

/* Start Zoomable */
.zoomable {
    width: 100%
 }
 .zoomable:hover {
    cursor: zoom-in;
 }
 .zoom-lens {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    position: absolute;
    background-repeat: no-repeat;
 }
 /* End Zoomable */

.show {
    /* z-index: 9999; */
    display: none;
}

.show .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9020;
}

.show .img-show {
    background: transparent;
    position: fixed; /* Cambia de 'absolute' a 'fixed' */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Traducción en ambos ejes */
    overflow: hidden;
    z-index: 9025;
}

.img-show .x-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}

.carousel-control-prev, .carousel-control-next {
    border: 0px;
    background-color: transparent;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgb(0, 0, 0, 0.5) !important;
}

@media (max-width: 767px) {
    .col-enviar-total {
        flex-direction: column-reverse;
    }
    .cel_name_product {
        display: block;
        width: 280px;
    }
    .show .img-show {
        width: 320px;
    }
}