.modal
{
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
}

.modal-body { /*height: 500px;*/ }
.modal-body iframe { width: 100%; height: 300px; overflow: scroll; -webkit-overflow-scrolling: auto !important; }


#caja_top .seccion2 .carrito .btn { padding: 0 !important; }


/************* 24-02-2022 *************/

/* Mapas Google para Direcciones */
.geomap {
    width: 100%;
    height: 300px;
    transition: height 1s;
}

/* jQuery Autocomplete modificacion GENIO */
.selectorGenio { z-index: 99999999999; }


/************* 12-05-2023 *************/

.opciones_shipit {
    border-radius: 4px;
    background: var(--color-1);
    padding: 10px;
    float: right;
    margin: 5px 0;
    font-size: 11px;
}

.opciones_shipit.no-hay {
    background: #8b1229;
    color: #fff;
}