body{
    font-size: 0.92rem;
}
.top-header{
    vertical-align: middle;
    display: flex;
}
.app_email{
    text-align: right;
    vertical-align: middle;
}
a {
    text-decoration: none;
}
.logo{
    max-height: 50px;
}
.sticky-sidebar {
    position: sticky;
    top: 20px;
}
.order_summary hr{
    margin: 0.2rem 0;
}
.form-select {
    font-size: 0.92rem;
}
.form-control{
    border-radius: 0 !important;
    font-size: 0.92rem;
    padding: .35rem .75rem;
}
#subtotal{
    padding:0.23rem 1rem;
    background:  blue;
    color:white;
    border-radius: 1rem;
}
#discount{
    padding:0.23rem 1rem;
    background:  yellow;
    color:black;
    border-radius: 1rem;
}
#total{
    padding:0.23rem 1rem;
    background:  green;
    color:white;
    border-radius: 1rem;
}
.thank-message{
    border:1px solid #000;
    border-radius: 20px;
    padding:30px;
    text-align: center;
}