body {
    margin-bottom: 150px;
}

/*MODAL-PICS*/
.modal-img {
    margin: 0 auto;
    width: auto;
    max-height: 80vh;
}

#offcanvasTopChooseSize {
    z-index: 10000;
    height: 10rem;
}


/*MODAL-PICS*/

/*BUTTON*/
/*BUTTON*/

/*TOAST*/
.toast-header > img {
    height: 5rem;
}
/*TOAST*/

/*CART*/
.img-cart {
    border: solid 2px black;
    margin: auto 0;
}

.cart-empty-img {
    height: 150px;
}

.cart-empty {
    margin-top: 50px;
}

#qrcode > img{
    width: 100%;
    height: auto;
}
/*CART*/


/*offcanvasBottomIndications*/
#bottomIndications {
    height: 100%;
    z-index: 100000;
    box-shadow: 0 75px 100px #4c4c4c;
}

#leftIndications{
    height: 100%;
    z-index: 100000;
    box-shadow: 0 75px 100px #4c4c4c;
}

.cardIndication{
    margin: 20px 0 0 0;
}

/*offcanvasBottomIndications*/

/*.btn-close {*/
/*    display: none;*/
/*}*/