#modal-cart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: none;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(4, 8, 12, 0.82);
}
#modal-cart .modal-dialog-centered {
    align-items: flex-start;
    top: 10%;
}

.colortext1 {
    color:#000000;
}
.colortext2 {
    color:#ff0000;
}