﻿
* {
    box-sizing: border-box;
}

body {
}
.card-image-height{
    height:50%;
}
.card-height{
    height:30vh;
}
.card-text-fs {
    font-size: 1rem !important;
    font-weight: 500;
    height: 20%;
    overflow-y: scroll;
    scrollbar-width: none;
    display:none;
}
.card-buttons{
    height:30%;
}
.card-body {
    padding:0;
    height:50%;

}
.orders_table{
    border:solid 0.1rem black;
    width:100%
}

#iconCart{
    width:10vw;
    height:10vh;
transform:scaleX(-1);
margin-right:5%;

}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .card-title-fs {
        font-size: 2rem !important;
    }

    .card-text-fs {
        font-size: 1rem !important;
        font-weight: 500;
        height: 3rem;
        overflow-y: scroll;
        scrollbar-width: none;
    }

    .card-height {
        height: 50vh !important;
    }
    #innerReceipt {
        width: 50vw !important ;
        left:25%;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .card-text-fs {
        display: flex !important;
    }
    #iconCart {
        width: 5vw;
    }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
