﻿.collapse.navbar-form {
    padding: 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.order-amount-message-container {
    width:100%;
    height:auto;
    bottom: 10px;
    position: fixed;
    z-index: 9999;
}